@charset "UTF-8";

/*===============================================================================

	リセットCSS

===============================================================================*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figcaption,
figure {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

img {
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

address,
body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
option,
p,
pre,
select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/*===============================================================================

	初期設定

===============================================================================*/
/* 基本設定
************************************************************/
body {
  color: #3e3a3a;
  font-size: 15px;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: justify;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #C0AB9A;
}

[href^=tel]:hover {
  cursor: default;
}

::selection {
  background-color: #99C1DA;
}

::-moz-selection {
  background-color: #99C1DA;
}

body,
.header,
.top-kv .inner,
.page-header .inner,
.footer {
  min-width: 1280px;
}

@media screen and (max-width: 640px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    font-size: 14px;
  }

  body,
  .header,
  .top-kv .inner,
  .page-header .inner,
  .footer {
    min-width: 100%;
  }
}

/*===============================================================================

	共通レイアウト

===============================================================================*/
/* ヘッダー
************************************************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1420px;
  min-width: 1280px;
  height: 93px;
  margin-bottom: 80px;
  margin: auto;
  z-index: 9999;
}

.header .inner {
  position: relative;
  width: 100%;
  max-width: 1420px;
  min-width: 1280px;
  height: inherit;
  margin: auto;
  box-sizing: border-box;
}

.header .logo {
  position: absolute;
  top: 17px;
}

.header .logo,
.header .logo img {
  width: 365px;
  height: auto;
  padding-left: 20px;
}

.header-navi {
  position: relative;
  top: 23px;
  width: 870px;
  height: 80px;
  margin-left: auto;
  z-index: 9999;
}

.header-navi ul {
  width: 100%;
  height: inherit;
  margin: 0 auto;
  text-align: center;
}

.header-navi li {
  display: inline-block;
  position: relative;
  height: inherit;
}

.header-navi li a {
  display: table;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: middle;
}

.header-navi li:last-child a {
  padding-right: 0;
}

.header-navi li:first-child a {
  padding-left: 0;
}

.header-navi li a span {
  display: block;
  color: #C4B69A;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-family: "segoe_b", sans-serif;
}

.header-navi li a:hover {
  opacity: 0.7;
}


.header-navi li a span {
  position: relative;
}

.header-navi li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  width: 60%;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  transition: 0.15s ease-out;
  transform: scaleX(0);
  z-index: 1;
}

.header-navi li:first-child a::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 15px;
  bottom: 19px;
  width: 60%;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  transition: 0.15s ease-out;
  transform: scaleX(0);
  z-index: 1;
}

.header-navi li:last-child a::before {
  content: "";
  position: absolute;
  left: 19px;
  right: 0;
  bottom: 19px;
  width: 60%;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  transition: 0.15s ease-out;
  transform: scaleX(0);
  z-index: 1;
}

.header-navi li a:hover::before,
.header-navi li.is-active a::before {
  transform: scaleX(1);
}



.header-navi ul li.has-child>a {
  pointer-events: none;
}

.header-navi ul li .child-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 110%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.header-navi ul li .child-menu a {
  color: #222;
  display: block;
  position: relative;
  padding: 13px 20px;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.header-navi ul li .child-menu a::before,
.header-navi ul li .child-menu a::after {
  display: none;
}

.header-navi ul li .child-menu a:hover {
  background-color: #F0F0F0;
}

/* スクロールで追加されるクラス */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header-navi.is-fixed {
  width: 100%;
  background-color: rgb(13 96 145 / 90%);
}

.header-navi.is-fixed ul {
  width: 1280px;
  margin: 0 auto;
  padding-top: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .header {
    display: none;
  }

  .is-fixed {
    position: fixed;
    width: 100%;
  }

  .is-fixed li {
    display: block;
  }

  .header-navi {
    display: none;
  }
}

/* ↓ここから書き換え・コード整理していく↓ */
.sp-header {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-header {
    background: rgb(13 96 145 / 90%);
    display: block;
    /* justify-content: space-between; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 62px;
    /*height: 124px;*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    margin-bottom: 30px;
  }

  .sp-header .logo {
    position: relative;
    top: 0;
    display: block;
    width: 85.12%;
    text-align: left;
    height: 62px;
    /* background: rgba(255, 255, 255, 0.85); */
  }

  .sp-header .logo span {
    display: block;
    /* margin: auto; */
    padding-top: 5px;
  }

  .sp-header .logo img {
    width: 210px;
    height: auto;
    margin: 13px 0 0 20px;
    z-index: 9999;
    position: relative;
    display: block;
  }

  .sp-header-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(255,255,255,1.0); */
    z-index: 999;
  }

  .sp-header-content .buttons {
    position: absolute;
    width: calc(100% - 66px);
    margin-left: 4px;
    z-index: 1;
  }

  .sp-header-content .buttons li {
    display: block;
    float: left;
    width: 50% !important;
    text-align: center;
  }

  .sp-header-content .buttons li a {
    display: block;
    height: 54px;
    margin: 4px;
    color: #fff;
    font-size: 4vw;
    font-weight: 400;
    line-height: 54px;
    border-radius: 5px;
    background-color: #B39C90;
  }

  .sp-header-content .buttons li svg {
    position: relative;
    top: 0px;
    left: -5px;
    color: #fff;
    font-size: 1.1em !important;
  }

  .sp-header-content .buttons li i {
    margin-right: 5px;
  }

  .sp-header-content .buttons li:nth-child(2) i {
    font-size: 1.2em !important;
  }

  .sp-header-navi {
    display: none;
  }

  .sp-header-navi li {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
  }

  .sp-header-navi li i {
    position: relative;
    top: -1px;
    left: -6px;
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
  }

  .sp-header-navi i.fa-facebook-square,
  .sp-header ul li i.fa-home {
    font-size: 16px;
  }

  .sp-header-navi li a,
  .sp-header-navi>ul li.has-child>div {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 75px;
    text-decoration: none;
    background-color: #1F87B4;
    border-bottom: solid 1px #ffffff36;
  }

  .sp-header-navi>ul li .child-menu li a {
    background-color: #086992 !important;
  }

  .sp-header-navi>ul li.has-child>div::after {
    content: "\f067";
    position: absolute;
    right: 17px;
    font-size: 1em;
    font-weight: bold;
    font-family: "Font Awesome 5 free";
  }

  .sp-header-navi>ul li.has-child.is-active>div::after {
    content: "\f068" !important;
    position: absolute;
    right: 17px;
    font-size: 1em;
    font-weight: bold;
    font-family: "Font Awesome 5 free";
  }

  .sp-header-navi li a::after {
    content: ">";
    position: absolute;
    right: 20px;
  }

  .navi-toggle {
    display: block;
    position: relative;
    height: 62px;
    /* padding: 0 4%; */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
  }

  .navi-toggle a {
    display: block;
    position: absolute;
    right: -5px;
    width: 62px;
    height: 62px;
    text-align: center;
    background-color: #1F87B4;
    z-index: 9999999;
  }

  .navi-toggle a i {
    position: relative;
    top: 25px;
    left: -2px;
    bottom: 6px;
    margin-right: 2%;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-style: normal;
  }

  .navi-toggle a span {
    display: block;
    position: absolute;
    left: 12px;
    width: 33px;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s;
  }

  .navi-toggle a span:nth-child(1) {
    top: 14px;
  }

  .navi-toggle a span:nth-child(2) {
    top: 50%;
    margin-top: -8px;
  }

  .navi-toggle a span:nth-child(3) {
    bottom: 29px;
  }

  .navi-toggle a.is-active {
    background-color: #1F87B4;
  }

  .navi-toggle a.is-active i {
    color: #fff;
  }

  .navi-toggle a.is-active span {
    background-color: #fff;
  }

  .navi-toggle a.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(225deg);
  }

  .navi-toggle a.is-active span:nth-child(2) {
    opacity: 0;
  }

  .navi-toggle a.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-225deg);
  }
}

/* メインエリア
************************************************************/
.head-wrap {
  height: 400px;
}

@media screen and (max-width: 640px) {
  .head-wrap {
    height: 200px;
  }
}

.inner-01 {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.inner-02 {
  position: relative;
  width: 100%;
  max-width: 1500px;
  min-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .inner-01 {
    width: auto;
    margin: 0 6% 80px;
  }

  .inner-02 {
    width: auto;
    max-width: 100%;
    min-width: 100%;
    margin: 0 6% 80px;
  }
}

/* 下層ページタイトル
************************************************************/
.page-header {
  display: block;
  position: relative;
  height: 400px;
  background-image: url("../images/subpage-kv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header .inner {
  display: table;
  position: relative;
  width: 1280px;
  height: inherit;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.page-header .content {
  display: table-cell;
  padding-top: 100px;
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  box-sizing: border-box;
}

.page-header .title .ja {
  display: block;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
  color: #023e63;
}

@media screen and (max-width: 640px) {
  .page-header {
    height: 200px;
    margin-top: 62px;
    background-position: center;
    background-attachment: scroll;
  }

  .page-header .inner {
    width: auto !important;
    height: inherit;
  }

  .page-header .content {
    padding-top: 0;
  }

  .page-header .title .ja {
    font-size: 22px;
  }
}

.page-header .title .en {
  font-family: "segoe", serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #c4b69a;
}

/* ページコンテンツ
************************************************************/
.page-content {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.page-content::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  .page-content {
    width: auto;
    padding-bottom: 70px;
  }
}

/* パンくずリスト
************************************************************/
.breadcrumb {
  position: relative;
  width: 1280px;
  margin: 0 auto 30px;
  font-size: 14px;
  z-index: 998;
}

.breadcrumb:last-child {
  margin: 0 auto;
}

.breadcrumb i {
  margin-right: 5px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li {
  float: left;
  margin-right: 5px;
}

.breadcrumb li:after {
  content: ">";
  padding-left: 10px;
  font-family: FontAwesome;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li:last-child a {
  color: #d04634 !important;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    width: 92%;
    margin: -10px 4% 40px;
  }

  .breadcrumb li {
    display: inline-block;
  }
}

/* ページトップ
************************************************************/
.pagetop,
.pagetop img {
  width: 60px;
  height: 60px;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  /* margin: 20px auto 20px; */
  text-align: center;
  transition: 0.3s ease-in-out;
  z-index: 10;
  cursor: pointer;
}

.pagetop:hover {
  bottom: 30px;
}

@media screen and (max-width: 640px) {

  .pagetop,
  .pagetop img {
    width: 40px;
    height: 40px;
  }
}

/* web予約
************************************************************/
.reserve-web {
  width: 50px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.reserve-web img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .reserve-web {
    display: none;
  }
}

/* 下部ボタン（fix）
************************************************************/
.bottom_area {
  display: none;
}

@media screen and (max-width: 640px) {
  .bottom_area {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    gap: 7px;
  }

  .bottom_area .btn_tel {
    width: 60px;
  }

  .bottom_area .btn_web {
    width: 250px;
  }

  .bottom_area .btn_tel img,
  .bottom_area .btn_web img {
    max-width: 100%;
  }
}

/* フッター
************************************************************/
.footer {
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.footer-information .inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  padding: 95px 0 114px;
  margin: 0 auto;
}

.footer-information .content-left {
  width: 46.67%;
}

.footer-information .content-right {
  position: relative;
  width: 46.67%;
  /*48.5%*/
}

.footer-logo {
  width: 450px;
  margin: 0 auto;
  padding-top: 0%;
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 100%;
}

.footer-tel {
  position: relative;
  padding: 15px 0 10px 3px;
  /*margin-top: 35px;
  color: #0D6991;
  font-size: 35px;
   font-family: 'Cardo'; */
  text-align: center;
  /* border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; */
  box-sizing: border-box;
  display: flex;
  gap: 25px;
  align-items: center;
}

.footer-tel p:first-of-type {
  margin-left: 20px;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.footer-tel a {
  color: #0D6991;
  font-size: 37px;
  font-family: "proxim-s-sb", sans-serif;
}

.footer-tel a::before {
  content: url("../images/footer_icon_tel.svg");
  padding-right: 12px;
}

.footer-medical {
  padding-top: 44px;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

.footer-medical span {
  padding: 10px 25px;
  margin-right: 18px;
  border: 2px solid #b9b9b9;
  border-radius: 5px;
}

.footer-address {
  padding-top: 44px;
  padding-bottom: 44px;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: 0.05em;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
}

.footer-address span {
  display: inline-block;
  padding: 7px 15px;
  margin-right: 18px;
  border-radius: 5px;
  vertical-align: middle;
}

.footer-address span.heading {
  background: #40b4e5;
  width: 100px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.footer-address .right {
  border: none !important;
  padding: 0 !important;
  margin-right: 0 !important;
}

.footer-btn_web {
  margin-bottom: 35px;
}

.footer-btn_web a {
  background: #2b8fba;
  width: 100%;
  padding: 14px 0 18px;
  color: #fff;
  font-size: 23px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  display: block;
  position: relative;
}

.footer-btn_web a::after {
  content: "";
  background: url(../images/arrow_topics_block3.png) right center no-repeat;
  width: 60px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
}

.footer-note {
  font-size: 14px;
}

.footer-note li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  position: relative;
}

.footer-note li::before {
  content: "";
  background: #2c8fba;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 2px;
  display: inline-block;
}

.footer-point ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 33px;
}

.footer-point ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30.5%;
  padding: 22px 0 18px 37px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}

.footer-point ul li:nth-child(1) {
  background-color: #76a4cb;
}

.footer-point ul li:nth-child(2) {
  background-color: #d6986b;
}

.footer-point ul li:nth-child(3) {
  background-color: #91b486;
}

.footer-point ul li::before {
  content: "";
  position: absolute;
  top: 31px;
  background-repeat: no-repeat;
}

.footer-point ul li:nth-child(1)::before {
  left: 33px;
  width: 18px;
  height: 21px;
  background-image: url("../images/icon_time.png");
}

.footer-point ul li:nth-child(2)::before {
  left: 31px;
  width: 26px;
  height: 21px;
  background-image: url("../images/icon_mole.png");
}

.footer-point ul li:nth-child(3)::before {
  left: 45px;
  width: 21px;
  height: 21px;
  background-image: url("../images/icon_reserve.png");
}

.footer-img {
  width: 100%;
}

.footer-img img {
  max-width: 100%;
}

/* .footer-cancel {
	padding: 15px;
	margin-top: 30px;
	margin-bottom: -15px;
	font-family: 'Cardo', serif;
	background-color: #f0f0f0;
}
.footer-cancel span {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}
.footer-cancel span img {
	display: inline-block;
	position: relative;
	top: -5px;
	margin-right: 5px;
}
.footer-cancel a {
	display: block;
	position: relative;
  padding: 8px 30px;
	color: #fff;
  font-size: 22px;
  line-height: 1.75;
  text-align: center;
	background-color: #9f9c95;
	border: 1px solid #9f9c95;
	transition: ease-in-out 0.2s;
}
.footer-cancel a:before {
	content: "";
	position: absolute;
  top: 50%;
	left: auto;
  right: 20px;
	width: 60px;
  height: 7px;
  background-image: url('../images/arrow_topics_block3.png');
  transform: translateY(-50%);
}
.footer-cancel a:hover {
	color: #9f9c95;
	background-color: #fff;
}
.footer-cancel a:hover:before {
  left: auto;
	right: 10px;
  background-image: url("../images/arrow_topics_block5.png");
} */
/* .footer-recruit {
	position: relative;
  top: auto;
  margin-top: 30px;
  margin-bottom: 0;
}
.footer-recruit a {
  display: block;
	position: relative;
  padding: 8px 30px;
	color: #fff;
  font-size: 22px;
	font-weight: bold;
	font-family: 'Cardo', serif;
  line-height: 1.75;
	letter-spacing: 0.075em;
  text-align: center;
	border: 1px solid #c4b69a;
	background-color: #c4b69a;
	transition: ease-in-out 0.2s;
}
.footer-recruit a:hover {
	color: #c4b69a;
	background-color: #fff;
}
.footer-recruit a:before {
	content: "";
	position: absolute;
  top: 50%;
  left: auto;
  right: 30px;
	width: 60px;
	height: 7px;
  background-image: url('../images/arrow_topics_block3.png');
	background-repeat: no-repeat;
  transform: translateY(-50%);
}
.footer-recruit a:hover::before {
	left: auto;
	right: 20px;
	background-image: url('../images/arrow_topics_block4.png');
} */
.footer-calendar {
  width: auto;
  padding: 25px 20px 0;
}

.footer-calendar .box {
  padding: 3%;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  border: 1px solid #3e3a3a;
}

.footer-calendar .box a {
  padding: 2px 5px;
  margin: 0 3px;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  border: 1px solid #c4b69a;
  border-radius: 5px;
  background-color: #c4b69a;
  transition: ease-in-out 0.2s;
}

.footer-calendar .box a:hover {
  color: #c4b69a;
  background-color: #fff;
}

.footer-calendar iframe {
  width: 550px;
  height: 560px;
}

.footer-schedule {
  margin-top: 4px;
}

.footer-schedule .wrap {
  padding-top: 24px;
  font-size: 17px;
  letter-spacing: 0.075em;
}

.footer-schedule table {
  width: 100%;
  margin-bottom: 19px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
}

.footer-schedule table tr:first-child td {
  color: #222;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

/* .footer-schedule table span img {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
} */
.footer-schedule table th,
.footer-schedule table td {
  border-bottom: 1px solid #737373;
  vertical-align: middle;
}

.footer-schedule table tr:first-child {
  border-top: 1px solid #737373;
}

.footer-schedule table th {
  padding: 15px 23px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.footer-schedule table td {
  padding: 15px 16px;
}

.footer-schedule table tr:nth-child(2) td,
.footer-schedule table tr:nth-child(3) td {
  color: #40B4E5;
}

.footer-schedule table tr:nth-child(2) td:nth-child(6),
.footer-schedule table tr:nth-child(2) td:last-child,
.footer-schedule table tr:nth-child(3) td:nth-child(6),
.footer-schedule table tr:nth-child(3) td:nth-child(8),
.footer-schedule table tr:nth-child(3) td:last-child {
  color: #222;
}

.footer-schedule .wrap p {
  margin-left: 22px;
  margin-bottom: 2px;
}

.footer-schedule .wrap p strong {
  color: #222;
}

.footer-schedule .wrap p:last-child {
  margin-bottom: 0;
}

.footer-schedule .caption {
  margin-left: 22px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.footer-schedule .caption li {
  display: block;
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  text-align: right;
}

.footer-schedule .caption li span img {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}

.footer-copyright {
  padding: 32px 0;
  text-align: center;
}

.footer-copyright small {
  color: #666666;
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .footer {
    background: #fff;
    padding-top: 80px;
  }

  .footer-information .inner {
    display: block;
    width: auto;
    padding: 40px 6%;
  }

  .footer-information .content-left {
    width: 100%;
  }

  .footer-information .content-right {
    width: 100%;
  }

  .footer-logo {
    width: 85.9%;
    padding: 0;
  }

  .footer-point ul {
    display: block;
  }

  .footer-point ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-point ul li::before {
    top: auto;
  }

  .footer-point ul li:last-child {
    margin-bottom: 0;
  }

  .footer-point ul li:nth-child(1)::before,
  .footer-point ul li:nth-child(2)::before {
    left: 45px;
  }

  .footer-information dl {
    float: none;
    width: auto;
    padding: 0 6%;
  }

  .footer-information dl dt {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
  }

  .footer-information dl dd {
    float: none;
    margin-left: 0;
  }

  .footer-schedule {
    float: none;
    width: 100%;
    font-size: 13.5px;
  }

  .footer-schedule p {
    margin: 0;
  }

  .footer-schedule table {
    margin-bottom: 20px;
    white-space: inherit;
  }

  .footer-schedule table th,
  .footer-schedule table td {
    padding: 1% 1%;
  }

  .footer-schedule table th {
    width: 100px;
    font-size: 12.5px;
  }

  .footer-schedule table td {
    font-size: 14px;
    padding: 22px 0 20px;
    text-align: center;
  }

  .footer-schedule .caption {
    margin-bottom: 45px;
  }

  .footer-medical span {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .footer-address {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 13px;
  }

  .footer-address span {
    display: block;
    padding: 10px 25px;
    margin-right: 0;
    text-align: center;
  }

  .footer-address span.heading {
    margin-bottom: 5px;
    padding: 10px 22px;
  }

  .footer-address .right {
    text-align: left;
  }

  .footer-tel {
    gap: 0px;
    flex-direction: column;
  }

  .footer-tel p:first-of-type {
    margin-left: 0;
  }

  .footer-cancel {
    padding: 10px;
  }

  .footer-cancel a {
    padding: 10px;
    font-size: 18px;
  }

  /* .footer-cancel a:before {
     top: 50%;
     left: auto;
     right: 10px;
     width: 13px;
     height: 5px;
     background-image: url('../images/arrow04.png');
     transform: translateY(-50%);
   }
   .footer-cancel span {
     margin-bottom: 5px;
     font-size: 16px;
   }

  .footer-recruit a {
  	display: block;
  	text-align: center;
   }
   .footer-recruit a::before {
  	content: "";
     position: absolute;
     top: 50%;
     left: auto;
     right: 30px;
     width: 13px;
     height: 5px;
     background-image: url('../images/arrow04.png');
  	background-repeat: no-repeat;
     transform: translateY(-50%);
   }
   .footer-recruit a:hover::before {
     left: auto;
     right: 20px;
   } */
  .footer-note li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .footer-calendar {
    padding: 25px 0 0;
  }

  .footer-calendar iframe {
    width: 100%;
    height: 460px;
  }
}

@media screen and (max-width: 320px) {
  .footer-recruit a::before {
    left: auto;
  }
}

/*===============================================================================

	コンポーネント

===============================================================================*/
/* コンテンツブロック
************************************************************/
._content-box {
  position: relative;
  margin-bottom: 80px;
}

._content-box p {
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  ._content-box {
    float: none;
    width: auto;
    padding: 0;
    border: none;
  }
}

/* レイアウト
************************************************************/
._layout-01 {
  margin: 0 0 15px;
}

._layout-01 dl {
  display: flex;
  padding: 2%;
  margin-bottom: 20px;
  background-color: #f0ebe1;
}

._layout-01 dt {
  display: flex;
  align-items: center;
  width: 18%;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
}

._layout-01 dt img {
  width: 100%;
  height: auto;
}

._layout-01 dd {
  width: 73%;
  padding: 1% 3%;
}

._layout-01 dd h3,
._layout-01 dd h4,
._layout-01 dd h5 {
  color: #7e4b3c;
  font-size: 18px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", sans-serif;
}

._layout-01 dd h3 em,
._layout-01 dd h4 em,
._layout-01 dd h5 em {
  margin-right: 10px;
  color: #c4b69a;
  font-size: 30px;
  font-weight: normal;
  font-family: YuMincho, "Yu Mincho", sans-serif;
}

@media screen and (max-width: 640px) {
  ._layout-01 {
    margin: 0 0 15px;
  }

  ._layout-01 dl {
    display: block;
    padding: 2% 2% 20px;
  }

  ._layout-01 dt {
    width: 100%;
  }

  ._layout-01 dt img {
    display: block;
    width: 70%;
    padding: 0;
    margin: 0 auto;
  }

  ._layout-01 dd {
    width: 100%;
    padding: 15px 3% 1%;
  }
}

/* 画像レイアウト
************************************************************/
._image-right {
  display: block;
  float: right;
  position: relative;
  margin-left: 30px;
  margin-bottom: 0 !important;
  text-align: center;
}

._image-right img {
  max-width: 350px;
  height: auto;
  margin-bottom: 7px;
  border-radius: 3px;
}

._image-right dd {
  padding-left: 20px;
  color: #1F2774;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 640px) {
  ._image-right {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  ._image-right img {
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

/* 見出し
************************************************************/
.section-title-wrap {
  margin-bottom: 35px;
  text-align: center;
  position: relative;
  top: 42px;
}

.section-doctor.section-title-wrap {
  position: relative;
  top: 28px;
}

.section-title-wrap p {
  padding-bottom: 20px;
  color: #c4b69a;
  font-size: 70px;
  font-family: "proxim-s-sb", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

h2.section-title.-style-01 {
  color: #023E63;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.top-feature h2.section-title.-style-01 {
  color: #5f5536;
}

@media screen and (max-width: 640px) {
  .section-title-wrap p {
    font-size: 47px;
    padding-bottom: 10px;
  }

  h2.section-title.-style-01 {
    font-size: 18px;
  }

  .section-title.-style-01 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    box-sizing: border-box;
  }
}

.section-title.-style-02 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: left;
}

.section-title.-style-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../images/title_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .section-title.-style-02 {
    text-align: left;
  }
}

/* ボタン-01
************************************************************/
.more-button.-style-01 {
  position: relative;
  top: 10px;
}

.more-button.-style-01 a {
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 16px;
  font-family: "proxim-s-sb", "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  transition: ease-in-out 0.1s;
}

.more-button.-style-01 a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -77px;
  width: 60px;
  height: 7px;
  background-image: url("../images/arrow_topics_block.png");
  background-repeat: no-repeat;
}

.more-button.-style-01 a:hover::before {
  /* left: -74px; */
  /* left: auto; */
  /* right: 20px; */
  /* background-image: url("../images/arrow_topics_block4.png"); */
}

@media screen and (max-width: 640px) {
  .more-button.-style-01 a {
    display: block;
    text-align: center;
  }

  .more-button.-style-01 a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -35px;
    width: 60px;
    height: 7px;
    background-image: url("../images/arrow01.png");
    background-repeat: no-repeat;
  }

  .more-button.-style-01 a:hover::before {
    left: -40px;
  }
}

@media screen and (max-width: 320px) {
  .more-button.-style-01 a::before {
    left: -30px;
  }
}

/* ボタン-02
************************************************************/
.more-button.-style-02 a {
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  border: 1px solid #c4b69a;
  background: #c4b69a;
  transition: ease-in-out 0.2s;
}

.more-button.-style-02 a i {
  margin-right: 7px;
}

.more-button.-style-02 a:hover {
  color: #c4b69a;
  background-color: #fff;
}

/* リスト
************************************************************/
ul.style-01 li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

ul.style-01 li:last-child {
  margin-bottom: 0;
}

ul.style-01 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border: 1px solid #E0D0BF;
  border-radius: 100%;
  background-color: #E0D0BF;
}

ul.style-01 li i {
  margin-right: 8px;
}

ul.style-02 {
  padding: 35px 15px 25px 45px;
  background-color: #f0ebe1;
}

ul.style-02:after {
  content: "";
  display: block;
  clear: both;
}

ul.style-02 li {
  float: left;
  position: relative;
  padding-left: 0.9em;
  padding-right: 5%;
  margin-bottom: 15px;
}

ul.style-02 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border: 1px solid #DAC58B;
  border-radius: 100%;
  background-color: #DAC58B;
}

ul.style-03 {
  padding: 35px 10px 20px 45px;
  margin-bottom: 30px;
  background-color: #f0ebe1;
}

ul.style-03:after {
  content: "";
  display: block;
  clear: both;
}

ul.style-03 li {
  float: left;
  position: relative;
  margin-left: 28px;
  margin-right: 5%;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cdcdcd;
}

ul.style-03 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

/*===============================================================================

	トップページ

===============================================================================*/
/* KV
************************************************************/
.head-wrap.top {
  height: 1030px;
}

.top-kv-slider {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 953px;
  margin: auto;
  z-index: 0;
}

.top-kv-slider .item img {
  display: block;
  width: 100%;
  height: 953px;
  margin: 0 auto;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  text-align: center;
  object-fit: cover;
}

.top-kv {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 760px;
  margin: auto;
}

.top-kv .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1280px;
  height: inherit;
  margin: auto;
  z-index: 2;
}

.top-kv .catch-copy {
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}

.top-kv .catch-copy h1 {
  position: relative;
  top: 80px;
  width: 100%;
}

.top-kv .catch-copy p.headline {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-shadow: 0px 0px 10px rgba(35, 69, 90, 1);
}

/* .top-kv .catch-copy p {
	display: block;
	font-size: 18.2px;
	letter-spacing: 0.08em;
} */
.top-kv .catch-copy span {
  margin: 0 auto;
  color: #c4b69a;
  font-family: "segoe_b", sans-serif;
  font-size: 18px;
  text-align: center;
  display: block;
  text-shadow: 0px 0px 5px rgb(255 255 255 / 50%);
}

.top-kv .banner-01 {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 245px;
}

.top-kv .banner-01:hover {
  opacity: 0.8;
}

.top-kv .banner-01 img,
.top-kv .banner-02 img {
  width: 100%;
}

.top-kv .banner-02 {
  position: absolute;
  left: 270px;
  bottom: 35px;
  width: 188px;
}

.top-kv .banner-02:hover {
  /* opacity: 0.7; */
}

.top-kv .schedule {
  background: rgba(255, 255, 255, 0.9);
  padding: 7px 22px 15px;
  border-radius: 20px;
  position: absolute;
  right: -100px;
  bottom: 42px;
}

.top-kv .schedule table {
  margin-bottom: 0.75em;
  border: none;
  border-spacing: 0;
}

.top-kv .schedule table tr {
  border-bottom: solid 1px #707070;
}

.top-kv .schedule table th {
  padding: 0.5em 0.5em;
  color: #000;
  font-weight: 500;
}

.top-kv .schedule table tr.week th {
  font-weight: bold;
}

.top-kv .schedule table td {
  padding: 0.5em 0.5em;
  color: #40b4e5;
  font-size: 14px;
}

.top-kv .schedule table .holiday {
  color: #000;
}

.top-kv .schedule .note {
  font-size: 12px;
  text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 1500px) {
  .top-kv .banner-01 {
    position: absolute;
    right: 170px;
    bottom: 38px;
    width: 224px;
  }

  .top-kv .banner-02 {
    position: absolute;
    /* right: 5px; */
    /* bottom: 178px; */
    left: 240px;
    width: 170px;
  }
}

@media screen and (max-width: 640px) {
  .head-wrap.top {
    height: auto;
    /* height: 750px; */
  }

  .top-kv-slider {
    height: 128vw;
  }

  .top-kv-slider .item img {
    height: 128vw;
  }

  .top-kv-slider .slick-dots {
    position: static !important;
    width: 100% !important;
    padding: 0 0 15px !important;
    background-color: rgb(255, 255, 255);
  }

  .top-kv {
    height: 128vw;
  }

  .top-kv .inner {
    width: auto;
  }

  .top-kv .catch-copy {
    position: absolute;
    top: 111px;
    left: 0;
    width: 100%;
  }

  .top-kv .catch-copy h1 {
    top: 105px;
  }

  .top-kv .catch-copy p {
    font-size: 15px;
  }

  .top-kv .catch-copy p.headline {
    font-size: 17px;
    line-height: 33px;
    text-align: center;
  }

  .top-kv .catch-copy span {
    font-size: 11px;
    text-align: center;
  }

  .top-kv .banner-01 {
    right: 3%;
    left: auto;
    bottom: 3%;
    width: 42.56%;
    margin: auto;
  }

  .top-kv .banner-02 {
    width: 29.74%;
    right: 47.94%;
    bottom: 9px;
    left: auto;
  }

  .top-kv .schedule {
    display: none;
  }
}

/* News
************************************************************/
.top-news {
  position: absolute;
  top: 763px;
  left: 0;
  right: 0;
  min-width: 1280px;
  height: 190px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  /* background-image: url('../images/topics_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; */
  box-sizing: border-box;
}

.top-news .inner-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 190px;
  box-sizing: border-box;
}

.top-news h2 {
  padding-top: 54px;
  padding-left: 82px;
  color: #9b958d;
  writing-mode: vertical-rl;
  font-weight: 700;
}

.top-news .en-title {
  display: block;
  position: absolute;
  top: 0;
  width: 16.7%;
  padding: 44px 70px 0 80px;
  color: #608291;
  font-size: 22px;
  font-family: "proxim-s-sb", sans-serif;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  box-sizing: border-box;
}

.top-news .en-title::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0;
  width: 1px;
  height: 120px;
  background-color: #222;
}

.top-news .box-content {
  width: 58%;
  padding: 39px 190px 0 0;
  box-sizing: border-box;
}

.top-news .news-list>li {
  display: none;
  margin-bottom: 12px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.top-news .news-list>li:nth-child(1),
.top-news .news-list>li:nth-child(2),
.top-news .news-list>li:nth-child(3) {
  display: block;
}

.top-news .news-list>li .date {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.075em;
}

.top-news .news-list>li .date::before {
  position: absolute;
  /* content: ""; */
  top: 7px;
  right: -38px;
  width: 7px;
  height: 7px;
  background-image: url("../images/arrow_topics.png");
  background-repeat: no-repeat;
}

.top-news .news-list>li .category {
  display: inline-block;
  min-width: 75px;
  padding: 1px 6px;
  margin-left: 66px;
  color: #fff;
  font-style: normal;
  text-align: center;
  background-color: #6EC8EE;
  border-radius: 5px;
}

.top-news .news-list>li a {
  color: #222;
  margin-left: 11px;
}

.top-news .more-button.-style-01 {
  padding-top: 116px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .top-news {
    position: static;
    min-width: auto;
    /* height: 270px; */
    height: auto;
    padding: 5%;
    background-image: none;
    background-color: #E9F5FA;
  }

  .top-news .inner-01 {
    display: block;
    height: 295px;
    margin: 43px 6% 50px;
    overflow: hidden;
  }

  .top-news h2 {
    padding: 0;
    padding-top: 15px;
    writing-mode: unset;
  }

  .top-news .en-title {
    width: 100%;
    padding: 0;
    padding-top: 28px;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: left;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-bottom: 1px solid #444444;
  }

  .top-news .en-title::after {
    display: none;
  }

  .top-news .box-content {
    width: 100%;
    padding: 3%;
    margin-top: 45px;
  }

  .top-news .news-list>li {
    margin-bottom: 28px;
  }

  .top-news .news-list>li .category {
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .top-news .news-list>li a {
    display: block;
    margin-left: 0;
    text-overflow: ellipsis;
  }

  .top-news .more-button.-style-01 {
    position: absolute;
    right: 0;
    padding-top: 28px;
    font-weight: 700;
  }
}

/* Concept
************************************************************/
.top-concept {
  position: relative;
  padding-top: 100px;
  padding-bottom: 112px;
  background-image: url("../images/concept_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-concept-content {
  position: relative;
  width: 64%;
}

.top-concept-content h2 {
  color: #8EC3DA;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}

.top-concept-content .en-title {
  display: block;
  color: #8EC3DA;
  font-size: 71px;
  font-family: "proxim-s-sb", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-concept-content .copy {
  padding-top: 53px;
  color: #023E63;
  font-size: 27px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.45);
}

.top-concept-content .description {
  padding-top: 50px;
  color: #608291;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-concept-content .description .list {
  padding-top: 32px;
  padding-left: 196px;
}

.top-concept-content .description .list li {
  letter-spacing: 0.05em;
  text-align: left;
}

.top-concept-content .description .list li:nth-child(2) {
  padding-top: 10px;
}

.top-concept-content .description .list li span {
  display: inline-block;
  padding: 5px 16px;
  margin-right: 15px;
  color: #2D7476;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 10px;
}

.top-concept-content .description p:last-child {
  padding-top: 35px;
  line-height: 2.2;
}

@media screen and (max-width: 640px) {
  .top-concept {
    background: url(../images/sp/concept_bg_sp.webp) no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 5px;
  }

  .top-concept-content {
    width: 100%;
  }

  .top-concept-content h2 {
    font-size: 16px;
  }

  .top-concept-content .description {
    font-size: 16px;
    line-height: 1.75;
  }

  .top-concept-content .description .list {
    padding-left: 0;
  }

  .top-concept-content .description .list li {
    text-align: center;
  }
}

/* Features
************************************************************/
.top-feature {
  position: relative;
  padding-top: 70px;
  padding-bottom: 149px;
}

/* .top-feature-list .box .item:hover {
	opacity: 0.7;
	transition: 0.3s;
} */
.top-feature-list .box .item a {
  display: block;
  position: relative;
}

.top-feature-list .box .description h3 {
  padding-bottom: 32px;
  color: #5f5536;
  font-size: 19px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}

.top-feature-list .box .description p {
  color: #222;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.top-feature-list .box .item .description .number span {
  margin-right: 10px;
  font-weight: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
}

.top-feature-list .box-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 123px;
}

.top-feature-list .box-01 .item {
  width: 48.5%;
  position: relative;
}

.top-feature-list .box-01 .item .description {
  position: absolute;
  top: 113px;
  right: 0;
  width: 360px;
  min-height: 360px;
  padding: 45px 39px 15px;
  background-image: url("../images/feature_text_bg_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.top-feature-list .box-01 .item .description .number {
  position: absolute;
  top: -122px;
  right: 0;
  color: #dcd0b9;
  font-size: 34px;
  font-family: "proxim-s-t", sans-serif;
  letter-spacing: 0.05em;
}

.top-feature-list .box-01 .item .description .number span {
  color: #c4b69a;
  font-size: 87px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

.top-feature-list .box-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-feature-list .box-02 .item {
  width: 31.5%;
  height: 710px;
  position: relative;
}

.top-feature-list .box-02 .item .description {
  position: absolute;
  top: 297px;
  right: 0;
  width: 340px;
  height: 410px;
  padding: 63px 37px 60px;
  background-image: url("../images/feature_text_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.top-feature-list .box-02 .item h3 {
  padding-bottom: 23px;
}

.top-feature-list .box-02 .item:last-child h3 {
  /* padding-bottom: 58px; */
}

.top-feature-list .box-02 .item .number {
  position: absolute;
  top: 209px;
  left: -78px;
  color: #dcd0b9;
  font-size: 34px;
  font-family: "proxim-s-t", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: bottom;
  transform: rotateZ(180deg);
}

.top-feature-list .box-02 .item .number span {
  color: #c4b69a;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .top-feature {
    padding-top: 50px;
    padding-bottom: 15px;
  }

  .top-feature-list .box .item img {
    width: 100%;
  }

  .top-feature-list .box .item .description .number span {
    margin-right: 0;
    line-height: 1;
  }

  .top-feature-list .box-01 {
    display: block;
    padding: 0;
  }

  .top-feature-list .box-01 .item {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .top-feature-list .box-01 .item .description {
    position: static;
    width: 100%;
    height: auto;
    padding: 7%;
    border-radius: 25px
  }

  .top-feature-list .box-01 .item .description .number {
    display: block;
    position: static;
    text-align: center;
  }


  .top-feature-list .box-02 {
    display: block;
    justify-content: space-around;
  }

  .top-feature-list .box-02 .item {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .top-feature-list .box-02 .item:last-child {
    margin-bottom: 0;
  }

  .top-feature-list .box-02 .item .description {
    position: static;
    width: 100%;
    height: auto;
    padding: 7%;
  }

  .top-feature-list .box-02 .item .number {
    display: block;
    position: static;
    padding: 0 0 30px;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .top-feature-list .box-01 .item .image,
  .top-feature-list .box-02 .item .image {
    margin-bottom: 8px;
  }
}

/* Medical
************************************************************/
.top-medical {
  position: relative;
  padding-top: 224px;
}

.top-medical .section-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 430px;
  background-image: url("../images/medical_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-medical .inner-02 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 94px;
  background-color: rgba(77, 190, 238, 0.22);
  border-radius: 20px;
}

.top-medical .inner-02::before {
  content: "";
  position: absolute;
  top: -224px;
  left: 0;
  right: 0;
  width: 2px;
  height: 261px;
  margin: auto;
  background-color: #fff;
}

.top-medical .section-title-wrap p {
  padding-bottom: 15px;
  color: #fff;
}

/* .top-medical .section-title {
	text-shadow: 1px 2px 3px #fff;
} */
.top-medical-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 37px;
  width: 1040px;
  padding-top: 105px;
  margin: 0 auto;
}

.top-medical-list li {
  display: block;
  width: 230px;
  margin-bottom: 32px;
  text-align: center;
}

.top-medical-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.top-medical-list li a:hover {
  transform: scale(0.98);
}

.top-medical-list li a img {
  width: 100%;
  height: auto;
}

.top-medical-list li dd {
  position: absolute;
  font-weight: bold;
}

.top-medical-list li .en-title,
.top-medical-list li .ja-title {
  position: absolute;
  font-weight: bold;
}

.top-medical-list li .en-title {
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
  color: #F0EEB2;
  font-size: 14px;
  font-family: "segoe_b", sans-serif;
  letter-spacing: 0;
}

.top-medical-list li .ja-title {
  top: 154px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.2em;
}

/* .top-medical-list li:nth-child(3) .en-title,
.top-medical-list li:nth-child(4) .en-title,
.top-medical-list li:nth-child(5) .en-title {
	top: 111px;
}*/
/*.top-medical-list li:nth-child(3) .ja-title,
.top-medical-list li:nth-child(4) .ja-title,
.top-medical-list li:nth-child(5) .ja-title {
	top: 141px;
	line-height: 1.5;
}*/
/*.top-medical-list li:nth-child(6) .en-title,
.top-medical-list li:nth-child(7) .en-title,*/
.top-medical-list li:nth-child(7) .en-title {
  top: 115px;
}

/*.top-medical-list li:nth-child(6) .ja-title,
.top-medical-list li:nth-child(7) .ja-title,*/
.top-medical-list li:nth-child(7) .ja-title {
  top: 150px;
  line-height: 1.4;
}

.top-medical-list li:nth-child(9) .en-title {
  top: 130px;
}

.top-medical-list li:nth-child(9) .ja-title,
.top-medical-list li:nth-child(10) .ja-title {
  top: 160px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .top-medical .section-bg {
    /* background: url(../images/sp/medical_bg_sp.webp) no-repeat; */
    background-size: cover;
    height: 250px;
  }

  .top-medical .inner-02 {
    padding-top: 60px;
    padding-bottom: 110px;
    margin: -120px 0 0;
    border-radius: 0;
  }

  .top-medical .inner-02::before {
    top: -44px;
    height: 70px;
  }

  .top-medical-list {
    justify-content: center;
    width: auto;
    gap: 12px;
  }

  .top-medical-list li {
    width: 44.87%;
    margin-bottom: 0;
  }

  .top-medical-list li .en-title {
    top: 85px;
  }

  .top-medical-list li .ja-title {
    top: 110px;
    font-size: 14px;
  }

  .top-medical-list li:nth-child(3) .en-title,
  .top-medical-list li:nth-child(4) .en-title,
  .top-medical-list li:nth-child(5) .en-title {
    top: 85px;
  }

  .top-medical-list li:nth-child(3) .ja-title,
  .top-medical-list li:nth-child(4) .ja-title,
  .top-medical-list li:nth-child(5) .ja-title {
    top: 110px;
  }

  .top-medical-list li:nth-child(6) .en-title,
  .top-medical-list li:nth-child(7) .en-title,
  .top-medical-list li:nth-child(8) .en-title {
    top: 85px;
  }

  .top-medical-list li:nth-child(6) .ja-title,
  .top-medical-list li:nth-child(7) .ja-title,
  .top-medical-list li:nth-child(8) .ja-title {
    top: 110px;
  }

  .top-medical-list li:nth-child(9) .en-title {
    top: 85px;
  }

  .top-medical-list li:nth-child(10) .ja-title {
    top: 110px;
  }

  .top-medical-list li:nth-child(9) .ja-title,
  .top-medical-list li:nth-child(10) .ja-title {
    top: 110px;
  }
}

/* Greeting
************************************************************/
.section-doctor {
  position: relative;
  padding-top: 133px;
  padding-bottom: 195px;
  /*195*/
}

.section-doctor .section-bg {
  position: absolute;
  top: 275px;
  width: 100%;
  height: 1008px;
  background-image: url("../images/greeting_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-doctor-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-doctor-content .content-left {
  position: relative;
  width: 61%;
  padding-top: 57px;
}

.section-doctor-content .content-left .message {
  padding-top: 53px;
  color: #222;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-doctor-content .content-left .message p {
  padding-bottom: 44px;
}

.section-doctor-content .content-left .name-box {
  margin-bottom: 90px;
  padding-top: 16px;
  color: #222;
  font-size: 17px;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-doctor-content .content-left .name-box span {
  font-weight: 700;
  font-size: 20px;
}

.section-doctor-content .content-right {
  position: relative;
  width: 35.5%;
  padding-top: 10px;
}

.section-doctor-content .content-right .image {
  position: relative;
  z-index: 2;
}

.section-doctor-content .content-right .image::before {
  content: "";
  position: absolute;
  top: -11px;
  right: 1px;
  width: 440px;
  height: 600px;
  background-color: #A6D5E9;
  z-index: -1;
  border-radius: 20px;
}

.section-doctor-content .content-right .banner-wrap {
  margin-top: 30px;
}

.section-doctor-content .content-right .banner-wrap .box .item a:hover {
  opacity: 0.8;
}

.section-doctor-content .content-right .banner-wrap .box .item img {
  width: 100%;
}

.section-doctor-content .content-right .banner-wrap .box-01 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.section-doctor-content .content-right .banner-wrap .box-01 .item {
  width: 48%;
}

.section-doctor-content .content-right .banner-wrap .box-02 {
  width: 48%;
  margin: 0 auto;
}

.section-doctor .more-button.-style-01 {
  display: inline-block;
  padding-top: 20px;
  margin-left: 135px;
}

.section-doctor .slider-bg {
  background: #67cbff;
  width: 100%;
  height: 283px;
  position: absolute;
  bottom: 126px;
  left: 0;
}

.section-doctor .doctor-slider {
  margin-top: 10px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 400px;
}

.section-doctor .doctor-slider .item,
.section-doctor .doctor-slider .slick-slide {
  width: 400px !important;
  margin: 0 37px;
  float: left;
}

.section-doctor .doctor-slider .item:nth-of-type(odd),
.section-doctor .doctor-slider .slick-slide:nth-of-type(odd) {
  margin-top: 30px;
}

.section-doctor .doctor-slider .item img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .section-doctor {
    /* margin-bottom: -10px; */
    padding-top: 0;
    padding-bottom: 1px;
    border-top: 1px solid #eee5d5;
    background: url(../images/sp/greeting_bg_sp.webp) no-repeat, #EDF9FE;
    background-size: contain;
  }

  .section-doctor .section-bg {
    display: none;
  }

  .section-doctor-content {
    display: block;
    flex-direction: column-reverse;
  }

  .section-doctor-content .content-left {
    width: 100%;
  }

  .section-doctor-content .content-right {
    width: 100%;
  }

  .section-doctor-content .content-left .message {
    padding-top: 0;
  }

  .section-doctor-content .content-right .image::before {
    display: none;
  }

  .section-doctor-content .content-right .banner-wrap {
    margin-top: 30px;
  }

  .section-doctor-content .content-right .banner-wrap .box .item img {
    width: 80%;
  }

  .section-doctor-content .content-right .banner-wrap .box-01 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .section-doctor-content .content-right .banner-wrap .box-01 .item {
    width: 100%;
  }

  .section-doctor-content .content-right .banner-wrap .box-01 .item:first-child {
    margin-bottom: 20px;
  }

  .section-doctor-content .content-right .banner-wrap .box-02 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .section-doctor .more-button.-style-01 {
    display: inline-block;
    padding-top: 20px;
    margin-left: 83px;
  }

  .section-doctor .more-button.-style-01 a {
    font-size: 14px;
  }

  .section-doctor .slider-bg {
    height: 180px;
    /*220*/
    bottom: 0px;
  }

  .section-doctor .doctor-slider {
    margin-top: 0;
    margin-bottom: -162px;
    overflow: hidden;
  }

  .section-doctor .doctor-slider .item,
  .section-doctor .doctor-slider .slick-slide {
    /* width: 51.28%!important; */
    width: 200px !important;
    max-width: 38.28vw;
    /*43.28*/
    margin: 0 21px;
  }

  .section-doctor .doctor-slider .item:nth-of-type(odd),
  .section-doctor .doctor-slider .slick-slide:nth-of-type(odd) {
    margin-top: 0;
  }

  .section-doctor .doctor-slider .item:nth-of-type(even),
  .section-doctor .doctor-slider .slick-slide:nth-of-type(even) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 320px) {
  .section-doctor .more-button.-style-01 {
    margin-left: 70px;
  }

  .section-doctor .more-button.-style-01 a {
    font-size: 12px;
  }

  .section-doctor .more-button.-style-01 a::before {
    top: 3px;
  }
}

/*===============================================================================

	お知らせページ

===============================================================================*/
.archives-news .news-list>li .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 23px;
}

.archives-news .news-list .meta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.archives-news .news-list .meta li {
  display: inline-block;
  line-height: 1.5;
  color: #4c7aaf;
    font-weight: 700;
}

.archives-news .news-list .meta .category {
  display: block;
  min-width: 75px;
  padding: 1px 6px;
  margin-left: 20px;
  color: #fff;
  font-style: normal;
  background-color: #6EC8EE;
  text-align: center;
  border-radius: 5px;
}

.archives-news .news-list>li .description {
  padding-bottom: 35px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.archives-news .news-list>li .description p {
  margin-bottom: 10px;
}

.archives-news .news-list>li .description p strong {
  margin-left: 20px;
  color: #1F2774;
  font-size: 17.5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*===============================================================================

	医師紹介ページ

===============================================================================*/
#page-doctor .inner-01 {
  margin: 0 auto 120px;
}

#page-doctor .section-doctor .section-bg {
  height: 980px;
}

.doctor-profile {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 25px;
}

.doctor-profile h4.section-title.-style-01 {
  margin-bottom: 7px;
}

.doctor-profile .box.-half {
  width: 40%;
  padding: 20px 30px;
  font-size: 14px;
  background-color: #f9f6ee;
}

.doctor-profile .box.-half:last-child {
  margin-right: 0;
}

.doctor-profile .box.-full {
  width: 1136px;
  padding: 3%;
  margin: 65px auto 0;
  background-color: #f9f6ee;
}

.doctor-staff .image {
  margin-bottom: 50px;
  text-align: center;
}

.doctor-staff .description {
  width: 1136px;
  padding: 3%;
  background-color: #f9f6ee;
}

.doctor-membership .banner-box ul {
  display: inline-flex;
  width: 1136px;
  padding: 3%;
  text-align: center;
  background-color: #f9f6ee;
}

.doctor-membership .banner-box ul li a {
  display: block;
}

.doctor-membership .banner-box ul li a:hover {
  opacity: 0.7;
}

.doctor-membership .banner-box ul li a img {
  width: 90%;
}

@media screen and (max-width: 640px) {
  #page-doctor .inner-01 {
    margin: 0 6% 80px;
  }

  #page-doctor .section-doctor {
    margin-bottom: 50px;
  }

  .doctor-profile .box.-half {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .doctor-profile .box.-full {
    padding: 20px 30px;
    margin: 0;
    width: 100%;
  }

  .doctor-staff .image {
    margin-bottom: 20px;
  }

  .doctor-staff .description {
    width: 100%;
    padding: 20px 30px;
    margin: 0;
  }

  .doctor-membership .banner-box ul {
    display: block;
    width: 100%;
    padding: 8% 2% 8%;
  }

  .doctor-membership .banner-box ul li {
    margin-bottom: 20px;
  }

  .doctor-membership .banner-box ul li:last-child {
    margin-bottom: 0;
  }
}

/*===============================================================================

	審美歯科・ホワイトニングページ

===============================================================================*/
.medical-content .inner-01 {
  margin: 0 auto 120px;
}

.medical-content .section-title-wrap p {
  font-size: 50px;
}

.medical-content .more-button.-style-01 {
  text-align: right;
}

.medical-content .more-button.-style-01 a {
  color: #cba658;
}

.medical-content .more-button.-style-01 a::before {
  background-image: url("../images/arrow_topics_block2.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .medical-content .inner-01 {
    margin: 0 6% 80px;
  }

  .medical-content .section-title-wrap p {
    font-size: 24px;
  }

  .medical-content .more-button.-style-01 a {
    text-align: left;
  }

  .medical-content .more-button.-style-01 a::before {
    display: none;
  }
}

#page-esthetic ul.esthetic-list {
  padding: 35px 10px 25px 45px;
  width: 67%;
  height: 50px;
}

@media screen and (max-width: 640px) {
  #page-esthetic ul.esthetic-list {
    padding: 35px 10px 20px 45px;
    width: 100%;
    height: auto;
  }
}

/*===============================================================================

ショートコード

===============================================================================*/
/* 表示切り替え用 */
._sp {
  display: none !important;
}

._pc-inline {
  display: inline !important;
}

._sp-inline {
  display: none !important;
}

._sp-inline-ip {
  display: none !important;
}

@media screen and (max-width: 640px) {
  ._pc {
    display: none !important;
  }

  ._sp {
    display: block !important;
  }

  ._pc-inline {
    display: none !important;
  }

  ._sp-inline {
    display: inline !important;
  }

  ._sp-center {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  ._sp-inline-ip {
    display: inline !important;
  }
}

/* 汎用的なもの */
._fr {
  float: right;
}

._fl {
  float: left;
}

._clearfix:after {
  display: block;
  clear: both;
  content: "";
}

._clear {
  clear: both;
}

._left {
  text-align: left !important;
}

._center {
  text-align: center !important;
}

._right {
  text-align: right;
}

._vertical-top {
  vertical-align: top;
}

._vertical-middle {
  vertical-align: middle;
}

._vertical-bottom {
  vertical-align: bottom;
}

._indent {
  margin-left: 1em !important;
  text-indent: -1em;
}

/* カラー */
._color-red {
  color: #f33;
}

._color-pink {
  color: #ed8c96;
}

._color-blue {
  color: #00408f;
}

._color-green {
  color: #77a9b1;
}

._color-orange {
  color: #ff8327;
}

._color-yellow {
  color: #ffeb8b;
}

._color-beige {
  color: #dac58b;
}

._color-brown {
  color: #9b8052;
}

._color-navy {
  color: #1f2774;
}

._color-black {
  color: #3e3a39;
}

/* フォント */
._bold {
  font-weight: 700;
}

/* 余白 */
._mb-1em {
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .top-concept-content .copy {
    font-size: 19px;
  }

  .section-title-wrap {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    top: 42px;
  }

  .top-medical .section-title-wrap {
    margin-bottom: 40px;
    top: 90px;
  }
  .archives-news .news-list>li .title {
  font-size: 18px;
}
}