@charset "utf-8";

/*===================
fv
===================*/
#fvSlider {
  position: relative;
  width: 100%;
  height: 54.69vw;
  min-height: 700px;
  overflow: hidden;
}
.fv__text {
  color: #fff;
  transition: color 1.5s ease, opacity 1.5s ease;
}

.fv__text.white {
  color: #fff; /* 必要なら完全に白へ */
  opacity: 1;
}

.fv__text.dim {
  opacity: 0.4; /* 色薄めの状態 */
}
.fv__txt_mid {
  font-family: "shippori-mincho", serif;
  font-size: clamp(2.66vw, 4.86vh, 34px);
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 1;
}

.fv__txt_sml {
  font-family: "shippori-mincho", serif;
  font-size: clamp(19px, 1.48vw, 2.71vh);
  font-weight: 500;
  line-height: 1.3;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
}

.fv__en.is-white,
.fv__jp.is-white,
.scroll.is-white {
  color: #fff;
}

/*追尾予約ボタン*/
.web_contact {
  width: 39%;
  max-width: 293px;
  min-width: 247px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  transition: opacity 0.4s ease;
}

.web_contact.is-hide {
  opacity: 0;
  pointer-events: none;
}
/*===================
news ボタン
===================*/
.news_more_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.more_btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  max-width: 265px;
  height: 52px;
  border: 1px solid #38342e;
  border-radius: 26px;
}
.ig_btn {
  background-color: #e3d1c0;
  border-color: #e3d1c0;
  margin: 0 auto;
}

/*===================
news
===================*/
.news {
  padding: 92px 0 112px;
}
.news__ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 29px;
}
.news__list {
  border-top: 1px solid #d1d1d1;
  margin-bottom: 46px;
}
.news__listLink {
  padding: 27px 27px 27px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.news__date {
  display: inline-block;
  width: 120px;
  font-size: 16px;
  line-height: 1.5;
}
.news__txt {
  flex: 1;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.news__listLink .news__date,
.news__listLink .news__txt {
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.news__listLink:hover .news__date,
.news__listLink:hover .news__txt {
  font-weight: 500;
  transform: translateX(2.5em);
}
.news__listLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news__listLink:hover::before {
  background-color: rgba(227, 209, 192, 1);
}
.empty {
  text-align: center;
  margin-bottom: 50px;
}

/*===================
medical_hours
===================*/
.medical {
  overflow: clip;
}
.medical_hours {
  background-color: #f3eeec;
  padding: 83px 0;
}
.medical_hours .inner-1064 {
  position: relative;
}
.hours__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.hours__txtbk {
  width: 35%;
  max-width: 365px;
}
.hours__ttlblk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 1em;
  align-items: baseline;
  margin-bottom: 20px;
}
.hours__ttl {
  font-size: clamp(20px, 4vw, 38px);
  font-weight: 500;
  letter-spacing: 0.11em;
  margin-bottom: 20px;
}
.hours__ttl.btm-line {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.hours__ttl.btm-line:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background-color: #e3d1c0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hours_txt {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.hours_txt > div {
  display: flex;
}
.hours_txt-note li {
  display: flex;
  line-height: 1.73;

  margin-bottom: 10px;
}

.hours_txt-note li .num {
  width: 2.5em;
  flex-shrink: 0;
}
.hours_txt-note li .ilbk {
  display: inline-block;
}
.hours__timetable-wrap {
  width: 63%;
  max-width: 660px;
  position: absolute;
  top: 0;
  right: 0;
}
.hours__timetable-wrap p.scltxt.sp {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
.hours__timetable {
  overflow-x: auto;
  padding-bottom: 20px;
}

.hours__timetable_in {
  width: 660px;
  background-color: #fff;
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 15px;
}
.timetable_img {
}
.timetable_note {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.055em;
  display: flex;
  justify-content: flex-end;
}
.timetable_note::before {
  content: "●";
  color: #c39970;
}
.timetable_note span.ilbk {
  display: inline-block;
}
.timetable_note.sp {
  display: flex !important;
  justify-content: flex-start;
}
/*===================
about
===================*/
.about {
  padding: 298px 0 281px;
}
.about__sec {
  /*display:flex;*/
  position: relative;
}
.about_ttl {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}
.about__sec .about__txtbk p {
  font-size: 19px;
  line-height: 2.1;
  width: 100%;
}
.about__sec .about__txtbk p:not(:last-child) {
  margin-bottom: 40px;
}

/*sec1*/
.about__sec.sec1 {
}
.about__sec.sec1 .about__imgbk {
  width: 50vw;
  height: 516px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 50%;
}
.about__sec.sec1 .about__imgbk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.about__sec.sec1 .about__txtbk {
  width: 48%;
  max-width: 341px;
  margin: 0 0 0 auto;
  padding-top: 120px;
}

/*sec2*/
.about__sec.sec2 {
  margin-bottom: 172px;
}
.about__sec.sec2 .about__imgbk {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
}
.about__sec.sec2 .about__imgbk .img_item1 {
  margin-top: min(20px, 1.56vw);
}
.about__sec.sec2 .about__imgbk .img_item1 .img_item1-in {
  width: 26.1vw;
  min-width: 335px;
  border-radius: 8px;
  overflow: hidden;
}
.about__sec.sec2 .about__imgbk .img_item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.about__sec.sec2 .about__imgbk .img_item2 {
  width: 30vw;
  height: 435px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: calc(50% + 20vw);
}
.about__sec.sec2 .about__imgbk .img_item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.about__sec.sec2 .about__txtbk {
  width: 55%;
  max-width: 500px;
  padding-top: 115px;
}
/*sec3*/
.about__sec.sec3 {
  padding-bottom: 172px;
}
.about__sec.sec3 .about__imgbk {
  width: 34vw;
  border-radius: max(8px, 0.63vw);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: calc(50% + 7.3vw);
}

.about__sec.sec3 .about__imgbk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.about__sec.sec3 .about__txtbk {
  width: 48%;
  max-width: 469px;
  margin: 0 0 0 auto;
}

/*===================
clinic
===================*/
.clinic {
  color: #fff;
  padding: 118px 0 164px;
  position: relative;
}
.clinic__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  width: 100%;
  height: 100%;
  background: url(../imgs/index/clinic_bg_pc.png) center top no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 2s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: -1;
}
.clinic__bg.mov {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.clinic__ttl {
  font-size: clamp(20px, 6vw, 45px);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: clamp(47px, 12.53vw, 79px);
}
.clinic__list {
  display: flex;
  justify-content: center;
  gap: 55px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.clinic__list > * {
  width: calc((100% - 110px) / 3);
}
.clinic__list .imgbk {
  margin-bottom: 30px;
  border-radius: max(10px, 0.78vw);
  overflow: hidden;
}
.clinic__list .list_sttl {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.clinic__list .list_txt {
  line-height: 1.68;
  letter-spacing: 0.035em;
}

/*===================
medical
===================*/
.medical {
  margin-bottom: 110px;
}
.medical .medical_ttl {
  width: 59.47vw;
  max-width: 340px;
}
.medical .inner-1064 {
  width: 84%;
}
.medical_about {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding-top: clamp(80px, 20.4vw, 153px);
}
.medical_about .mcopy {
  font-size: clamp(15px, 2.93vw, 22px);
  line-height: 2;
  text-align: center;
  margin-bottom: clamp(60px, 13.33vw, 100px);
}
.medical_about .mcopy span {
  display: inline-block;
}
.medical_policy {
  /*margin-bottom:154px;*/
}
.medical .gryframe {
  padding: 13px 43px;
  position: relative;
}
.medical .gryframe::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f0ec;
  border-radius: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(120%);
  opacity: 0;
  filter: blur(10px);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.8s ease-out, filter 1.8s ease-out;
}
.medical .gryframe.show-bg::before {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
.medical_policy-item-wrap {
  position: relative;
  overflow: hidden;
}

.medical_policy-item {
  padding: 45px 0;
  position: relative;
}
.medical_policy-item:first-child:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #38342e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.policy_sttl {
  font-size: clamp(18px, 2.93vw, 22px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 25px;
}
.policy_txt {
  font-size: clamp(14px, 2.13vw, 16px);
  letter-spacing: 0.015em;
  line-height: 2.12;
}

.outpatient__wrap {
  padding-top: max(224px, 17.5vw);
}
.outpatient__head {
  margin-bottom: clamp(100px, 13.33vw, 130px);
}
.outpatient_ttl {
  font-size: clamp(26px, 3.88vw, 38px);
  font-weight: 500;
  letter-spacing: 0.11em;
}
.outpatient__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(5.22vw, 60px) 5.45%;
  margin-bottom: clamp(45px, 9.33vw, 70px);
}
.outpatient__item {
  display: flex;
  justify-content: space-between;
  gap: 36px 0;
  width: calc(94.55% / 2);
  max-width: 500px;
  padding: 40px 2%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
}
.outpatient__item.item_img {
  position: relative;
  box-shadow: none;
}
.outpatient__item.item_img .item_img-wrap {
  width: 48.5vw;
  height: 430px;
  /* min-width: 611px; */
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: max(18px, 1.41vw) 0 0 max(18px, 1.41vw);
  overflow: hidden;
}

.outpatient__item.item_img .item_img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: bottom center;
  -o-object-position: bottom center;
}
.outpatient__item .item-icon {
  width: 27%;
  max-width: 110px;
  height: auto;
}
.outpatient__item .item-txtblk {
  width: 70%;
}
.outpatient__item .item-name {
  font-size: clamp(18px, 2.53vw, 19px);
  line-height: 23px;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.outpatient__item .item-name .stx {
  font-size: clamp(12px, 1.73vw, 13px);
  display: inline-block;
}
.outpatient__item .item-txt {
  font-size: clamp(14px, 2vw, 15px);
  line-height: clamp(24px, 3.6vw, 27px);
  letter-spacing: 0.015em;
}

.medical .gryframe.libre2__wrap {
  padding: clamp(30px, 5.33vw, 40px) clamp(25px, 5.2vw, 39px);
  margin-bottom: clamp(45px, 9.87vw, 74px);
}
.libre2__ttl {
  font-size: clamp(15px, 2.93vw, 22px);
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 32px;
}
.libre2__ttl span {
  display: inline-block;
}
.libre2__rtxt {
  font-size: clamp(14px, 2vw, 15px);
  line-height: 24px;
  letter-spacing: 0.026em;
}
.libre2__rtxt:not(:last-child) {
  margin-bottom: 25px;
}

/*other__wrap*/
.other__wrap {
  padding: 0 40px;
  border-top: 1px solid #38342e;
  border-bottom: 1px solid #38342e;
}
.other__ttl {
  font-size: clamp(15px, 3.07vw, 23px);
  line-height: 22px;
  letter-spacing: 0.08em;
  padding: clamp(35px, 5.6vw, 42px) 0;
  cursor: pointer;
}
.other__ttl > span {
  display: block;
  padding-right: 1em;
  position: relative;
}
.other__ttl > span span {
  display: inline-block;
}
.other__ttl > span::before {
  content: "";
  display: block;
  aspect-ratio: 1/2;
  width: 0.652em;
  height: 1.304em;
  background: url(../imgs/index/icon_open.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.other__ttl.active span::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.other__content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.6s ease, opacity 0.6s ease;
}

.other__content.active {
  /*display: block;*/
  opacity: 1;
  padding-bottom: 42px;
}

.note__item {
  font-size: clamp(13px, 2vw, 15px);
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.note__item dt {
  font-weight: 500;
}
.note__item dd {
  margin-bottom: 25px;
}
.note_name {
  font-weight: 500;
}
.note_list {
}

.close_wrap {
  position: relative;
  margin: 0 auto;
  width: 3.045em;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  z-index: 10;
}
.close_wrap img {
  width: 80%;
  margin: 0 auto;
}
.close_wrap .close_txt {
  font-size: clamp(13px, 2vw, 15px);
  letter-spacing: 0.015em;
}

/* ------------------------
visitors,staff 共通
--------------------------- */
.img_bgwrap {
  position: relative;
}

.img_parallax-wrap {
  width: 100vw;
  height: 49.69vw;
  /* max-height: 760px; */
  min-height: 310px;
  overflow: hidden;
  position: relative;
}

.img_parallax .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.medical_ttl {
  align-items: center;
  color: #5d4b2f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 82.4vw;
  max-width: 484px;
  height: 12.8vw;
  min-height: 70px;
  max-height: 96px;
  background-image: linear-gradient(180deg, rgba(240, 195, 188, 1), rgba(255, 251, 235, 1));
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.medical_ttl .ja {
  font-size: clamp(20px, 3.33vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.medical_ttl .en {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.btm-line span {
  display: inline-block;
  background: linear-gradient(transparent 77%, #e3d1c0 77%);
}

/*===================
visitors
===================*/
.visitors {
  padding-bottom: clamp(143px, 25.33vw, 190px);
  background: #f3eeec;
  overflow: clip;
}
.visitors .bg_be {
}
.visitors__inner {
  width: 82%;
  padding-top: clamp(85px, 16vw, 120px);
}
.visitors .mcopy {
  font-size: clamp(15px, 2.93vw, 22px);
  font-weight: 400;
  letter-spacing: 0;
}
.visitors__inner > .mcopy {
  line-height: clamp(30px, 6.67vw, 50px);
  margin-bottom: clamp(50px, 10.67vw, 80px);
}
.visitors .mcopy.txt_c {
  text-align: center;
}
.visitors .mcopy.txt_c span {
  display: inline-block;
}
.visitors .chart_wrap {
  display: flex;
  justify-content: space-between;
  gap: 45px 0;
  margin-bottom: clamp(35px, 6.67vw, 50px);
}
.visitors .chart_wrap li {
  width: 48%;
  max-width: 390px;
}
.visitors_note {
  padding-bottom: clamp(70px, 10.67vw, 80px);
  border-bottom: 1px solid #38342e;
}
.visitors_note dt {
  font-size: clamp(16px, 2.93vw, 22px);
  font-weight: 500;
  margin-bottom: 10px;
}
.visitors_note dt .fw_400 {
  font-weight: 400;
}
.visitors_note dd {
  font-size: clamp(14px, 2.13vw, 16px);
  font-weight: 400;
  line-height: clamp(22px, 4vw, 30px);
  letter-spacing: 0.015em;
}
.visitors_note dd .wh-line {
  font-weight: 500;
  line-height: 1.375;
  display: inline-block;
  padding: 0 0.3em;
  background: #fff;
}
.visitors__return-wrap {
  padding-top: clamp(63px, 9.33vw, 70px);
}
.return__txtbk {
  width: 66%;
  max-width: 540px;
  margin-bottom: 33px;
  position: relative;
}
.return__txtbk::before {
  content: "";
  aspect-ratio: 395 / 334;
  width: 27.71vw;
  max-width: 395px;
  min-width: 133px;
  max-height: 334px;
  background: url(../imgs/index/visitors_bg_pc.png) no-repeat center/contain;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: translate(14%, 35%) scale(0.8);
  transition: opacity 0.8s ease, transform 1s ease;
}
.return__txtbk.show-return::before {
  opacity: 1;
  transform: translate(14%, 35%) scale(1);
}
.return__ttl {
  font-size: clamp(20px, 4vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.11em;
  margin-bottom: clamp(18px, 4.8vw, 45px);
  position: relative;
}
.return__ttl span {
  padding-top: 0.4em;
}
.return__ttl .ilbk {
  display: inline-block;
}
.return__txtbk .mcopy {
  line-height: clamp(30px, 6vw, 45px);
  margin-bottom: 37px;
}
.return__txtbk .mcopy .wh-line {
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0 0.16em;
  background: #fff;
}
.return__txtbk .visitors__bout-ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.81;
  letter-spacing: 0.08em;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 13px;
  background: #c4996f;
}
.return__txtbk ol {
  font-size: clamp(15px, 3.33vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.042em;
}
.return__txtbk ol li {
  padding: 14px 0;
}
.return__txtbk .return__note-txt {
  font-size: clamp(14px, 2.13vw, 16px);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.042em;
}
.visitors__explanation.whframe {
  padding-bottom: clamp(5px, 1.33vw, 10px);
  position: relative;
}
.visitors__explanation.whframe::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-120%);
  opacity: 0;
  filter: blur(10px);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.8s ease-out, filter 1.8s ease-out;
}
.visitors__explanation.whframe.show-whframe::before {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}

.explanation-item {
  width: 90%;
  max-width: 727px;
  margin: 0 auto;
  padding: clamp(44px, 6.67vw, 50px) 0 clamp(38px, 5.33vw, 40px);
  position: relative;
}
.explanation-item:not(:last-child) {
  border-bottom: 1px solid #38342e;
}
.explanatio__ttl {
  font-size: clamp(16px, 2.93vw, 22px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.explanatio__list,
.explanation__txt {
  font-size: clamp(14px, 2.13vw, 16px);
  font-weight: 400;
  line-height: clamp(22px, 4.53vw, 34px);
  letter-spacing: 0.015em;
}
.explanatio__list .be-line,
.explanation__txt .be-line {
  font-weight: 500;
  line-height: 1.375;
  display: inline-block;
  padding: 0 0.15em;
  background: #fdecdb;
}
.explanatio__list li {
  position: relative;
  padding-left: 1.5em;
}
.explanatio__list li::before {
  content: "●";
  font-size: max(14px, 1.13em);
  line-height: clamp(22px, 4.53vw, 34px);
  color: #c39970;
  position: absolute;
  left: 0;
}
/*===================
staff
===================*/
.staff {
  padding-bottom: clamp(132px, 26.67vw, 200px);
  overflow-x: clip;
}

/* == doctors == */
.staff__doctors {
  width: 82%;
  max-width: 730px;
  margin: 0 auto;
  padding: 85px 0 85px;
  overflow: clip;
}
.doctors_sec {
  padding: 80px 0 73px;
}
.doctors_sec-1 {
  position: relative;
}
.doctors_sec-1::after {
  content: "";
  width: 200%;
  height: 1px;
  background: #38342e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.staff__doctors .doctors_name {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.staff__doctors .doctors_name dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  width: 92px;
}
.staff__doctors .doctors_name dd {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.11em;
}
.staff__doctors .doctors__ditail {
  display: flex;
  gap: 18px 5.5%;
}
.doctors__ditail .doctors__ditail-blk:first-child {
  width: 55%;
  max-width: 365px;
}

.staff__doctors .doctors__ditail-blk .ditail__sttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.015em;
  margin-bottom: 5px;
}
.staff__doctors .doctors__ditail-blk .ditail__list {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: 0.015em;
}
.staff__doctors .doctors__ditail-blk .ditail__list li {
  display: flex;
}
.staff__doctors .doctors__ditail-blk .ditail__list li span .ilbk {
  display: inline-block;
}
.staff__doctors .doctors__ditail-blk .ditail__list li .list_year {
  flex-shrink: 0;
  display: block;
  width: 92px;
}
/* == team == */
.staff__team {
  width: 90%;
  max-width: 1220px;
  padding: clamp(45px, 4.69vw, 60px) 0 54px;
  padding-right: 5%;
  margin: 0 auto;
  position: relative;
}
.staff__team::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f2f0ec;
  border-radius: 0 18px 18px 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-120%);
  opacity: 0;
  filter: blur(10px);
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.6s ease-out, filter 1.6s ease-out;
}
.staff__team.show-team::before {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
.staff__team::after {
  content: "";
  aspect-ratio: 200 / 137;
  width: 38%;
  max-width: 400px;
  max-height: 274px;
  background: url(../imgs/index/staff-team_bg_pc.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(1%, -28%) scale(0.8);
  opacity: 0;
  filter: blur(8px);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.8s ease-out, filter 1.8s ease-out;
  transition-delay: 0s;
}
.staff__team.show-team::after {
  transform: translate(1%, -28%) scale(1);
  opacity: 1;
  filter: blur(0);
  transition-delay: 1.6s;
}
.staff .inner-1064 {
  width: 100%;
  margin: 0 0 0 auto;
}
.team__wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.team__ttl {
  font-size: clamp(20px, 4vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.11em;
  margin-bottom: 34px;
  position: relative;
}

.team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.team__list-item {
  width: 31%;
  max-width: 304px;
}
.team__list-item .imgbk {
  margin-bottom: 25px;
  border-radius: max(10px, 0.78vw);
  overflow: hidden;
}
.team__list-item .txtbk .team_item-name {
  font-size: clamp(18px, 2.4vw, 20px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
.team__list-item .txtbk .team_item-txt {
  font-size: clamp(14px, 2vw, 15px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.013em;
}

@media screen and (max-width: 1280px) {
  /*===================
	about
	===================*/
  .about {
    padding: max(122px, 23.2vw) 0 max(135px, 21.9vw);
  }
  /*===================
		medical
	===================*/

  .outpatient__wrap {
    padding-top: clamp(110px, 17.5vw, 224px);
  }
}

@media screen and (max-width: 1160px) {
  /*===================
	medical_hours
	===================*/
  .hours__container {
    padding-left: 3%;
  }
  .hours__timetable-wrap {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  /*===================
	about
	===================*/
  .about_ttl {
    font-size: clamp(24px, 3.4vw, 31px);
  }
  .about__sec .about__txtbk p {
    font-size: clamp(15px, 2.1vw, 19px);
  }

  /*===================
	medical
	===================*/
  .outpatient__item {
    gap: 20px;
  }
  .outpatient__item .item-name {
    font-size: 18px;
  }
  .outpatient__item .item-txt {
    font-size: 14px;
  }
  .outpatient__item .item-icon {
    min-width: 86px;
  }
  .outpatient__item .item-txtblk {
    width: calc(100% - 106px);
    max-width: auto;
  }
}

@media screen and (max-width: 750px) {
  /*===================
	fv
	===================*/
  #fvSlider {
    height: 160vw;
    max-height: calc(100svh - var(--header-height, 0px));
    /* min-height: 600px; */
    overflow: hidden;
  }

  .fv__txt_mid {
    font-size: clamp(22px, 5.87vw, 3.67vh);
    font-weight: 300;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.4;
    top: 32%;
    left: 9%;
  }
  .fv__txt_sml {
    font-size: clamp(16px, 4.27vw, 2.67vh);
    bottom: 15%;
    left: 10.5%;
  }

  /*===================
	news
	===================*/
  .news {
    padding: 38px 0 56px;
  }
  .news__listLink {
    padding: 25px 0 25px 0;
  }
  .news__date {
    width: 88px;
    font-size: 12px;
  }
  .news__txt {
    font-size: 14px;
  }

  /*===================
	medical_hours
	===================*/
  .hours__container {
    flex-direction: column;
  }
  .hours__txtbk {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .hours__ttlblk {
    flex-direction: row;
    margin-bottom: 0;
  }
  .hours__ttlblk .sectt_note {
    font-size: clamp(14px, 2.13vw, 16px);
  }
  .hours_txt {
    font-size: clamp(19px, 2.93vw, 22px);
  }
  .hours__timetable-wrap {
    width: 100%;
    position: static;
  }
  .hours_txt-note {
    font-size: clamp(14px, 2.13vw, 16px);
  }

  /*===================
	about
	===================*/
  .about__sec.sec1 .about__imgbk {
    width: 88vw;
    height: auto;
    position: static;
    border-radius: 0 max(30px, 8vw) max(30px, 8vw) 0;
  }
  .about__sec.sec1 .about__txtbk {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 90px;
    padding-top: 90px;
  }
  .about__sec.sec1 .about__txtbk p {
    padding-left: min(60px, 16vw);
  }

  /*sec2*/
  .about__sec.sec2 {
    margin-bottom: min(90px, 24vw);
  }
  .about__sec.sec2 .about__imgbk {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .about__sec.sec2 .about__imgbk .img_item1 {
    margin-top: 0;
  }
  .about__sec.sec2 .about__imgbk .img_item1 .img_item1-in {
    width: 56.5vw;
    min-width: initial;
  }
  .about__sec.sec2 .about__imgbk .img_item1 .img_item1-in {
    border-radius: 0 max(18px, 4.8vw) max(18px, 4.8vw) 0;
  }

  .about__sec.sec2 .about__imgbk .img_item2 {
    padding-top: 32.2vw;
    width: 36vw;
    height: auto;
    position: static;
  }
  .about__sec.sec2 .about__txtbk {
    width: 68%;
    max-width: 500px;
    padding-top: 9.33vw;
  }
  /*sec3*/
  .about__sec.sec3 {
    padding-bottom: 0;
  }
  .about__sec.sec3 .about__imgbk {
    width: 78.6vw;
    position: static;
    margin-bottom: min(90px, 24vw);
    border-radius: 0 max(18px, 4.8vw) max(18px, 4.8vw) 0;
  }
  .about__sec.sec3 .about__txtbk {
    width: 100%;
    max-width: 469px;
    margin: 0 auto;
  }

  /*===================
	clinic
	===================*/
  .clinic {
    padding: min(68px, 18.1vw) 0 min(95vw, 25.3vw);
  }
  .clinic__bg {
    background-image: url(../imgs/index/clinic_bg_sp.png);
    position: absolute;
  }
  .clinic__list {
    flex-wrap: wrap;
  }
  .clinic__list > * {
    width: calc((100% - 55px) / 2);
  }
  .clinic__list .imgbk {
    margin-bottom: 23px;
  }
  .clinic__list .list_sttl {
    font-size: clamp(18px, 2.9vw, 22px);
  }
  .clinic__list .list_txt {
    font-size: clamp(14px, 2.13vw, 16px);
    line-height: 1.57;
    letter-spacing: 0.02em;
  }

  /*===================
	medical
	===================*/
  .medical .gryframe {
    padding: 10px 0 60px 15%;
    overflow: initial;
  }
  .medical .medical_policy::before {
    width: 100vw;
    border-radius: 18px 0 0 18px;
  }
  .medical_policy-item {
    padding-bottom: 55px;
  }
  .medical_policy-item:first-child {
    margin-bottom: 20px;
  }
  .policy_sttl {
    text-align: left;
    margin-bottom: 35px;
  }
  .outpatient__wrap {
    padding-top: clamp(110px, 29.33vw, 224px);
  }
  .outpatient__head {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: clamp(25px, 13.33vw, 100px);
    position: relative;
  }
  .outpatient_ttl {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 0 9.8vw;
  }
  .outpatient_ttl span {
    background: linear-gradient(to right, transparent 77%, #e3d1c0 77%);
  }
  .outpatient_head-img {
    aspect-ratio: 107 / 150;
    width: 57.07vw;
    min-height: 300px;
    border-radius: 0 max(4.8vw, 18px) max(4.8vw, 18px) 0;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(12%, -50%);
  }
  .outpatient_head-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: bottom center;
    -o-object-position: bottom center;
  }
  .outpatient__item.item_img {
    display: none;
  }
  .other__wrap {
    padding: 0;
  }
  .other__ttl {
    padding-right: 20px;
  }

  /* ------------------------
	visitors,staff 共通
	--------------------------- */
  .img_parallax-wrap {
    width: 100vw;
    height: 82.67vw;
  }
  /*===================
	visitors
	===================*/
  .visitors .chart_wrap {
    flex-direction: column;
    align-items: center;
  }

  .visitors .chart_wrap li {
    width: 100%;
  }
  .return__txtbk {
    width: 100%;
  }
  .return__txtbk.show-return::before {
    left: 66%;
    transform: translate(-16%, -5%) scale(1);
  }
  .return__ttl {
    width: 66%;
  }
  .return__txtbk .visitors__bout-ttl {
    margin-bottom: 0;
  }
  .return__txtbk ol li {
    padding: 0;
  }
  .return__txtbk ol li:first-child {
    padding: 17px 0;
  }
  .visitors__explanation.whframe {
    padding-right: 8vw;
  }
  .visitors__explanation.whframe::before {
    width: 100vw;
    border-radius: 0 18px 18px 0;
    left: auto;
    right: 0;
  }
  .explanation-item {
    width: 100%;
  }
  .explanatio__list,
  .explanation__txt {
    letter-spacing: 0.042em;
  }
  .explanatio__list li:not(:last-child) {
    margin-bottom: 1em;
  }
  .explanatio__ttl {
    margin-bottom: 17px;
  }

  /*===================
	staff
	===================*/
  .staff__doctors {
    overflow: initial;
  }
  .doctors_sec-1::after {
    left: 0;
    transform: initial;
  }
  /* == team == */
  .staff__team {
    width: 84vw;
    padding-right: 8vw;
  }
  .staff__team::after {
    transform: translate(3%, -28%);
  }
  .staff .inner-1064 {
    margin: 0;
  }
  .team__wrap {
    width: 100%;
  }
  .team__list-item {
    width: 48%;
  }
  .team__list-item .txtbk .team_item-name {
    font-size: clamp(16px, 3.27vw, 18px);
  }
}
@media screen and (max-width: 640px) {
  .outpatient__head {
    margin-bottom: 25px;
  }
  .outpatient__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .outpatient__item {
    width: 100%;
    padding: 40px 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #38342e;
  }
}
@media screen and (max-width: 600px) {
  .news_more_wrap {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  .more_btn {
    width: 100%;
  }

  .clinic__list {
    width: 73vw;
    max-width: 400px;
    margin: 0 atuo;
  }
  .clinic__list > * {
    width: 100%;
  }
  .clinic__list .imgbk {
    border-radius: max(10px, 2.67vw);
  }
  /*===================
	staff
	===================*/
  /* == doctors  == */
  .doctors_sec {
    max-width: 302px;
    margin: 0 auto;
  }
  .staff__doctors .doctors__ditail {
    flex-direction: column;
  }
  .doctors__ditail .doctors__ditail-blk:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /*===================
	staff
	===================*/
  /* == team == */
  .team__wrap {
    width: 95%;
    margin: 0 auto;
  }
  .team__list-item {
    width: 100%;
    max-width: initial;
  }
  .team__list-item:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #38342e;
  }
}
@media screen and (max-width: 375px) {
  .outpatient_head-img {
    top: -150px;
    transform: translate(12%, 0);
  }
  .return__txtbk::before {
    width: 35.47vw;
    min-width: initial;
  }
}
