:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

.sec-director {
  margin-top: clamp(6.719rem, 5.088rem + 6.96vw, 13.438rem);
  position: relative;
}

.secDirectorTtl .jaTtl {
  letter-spacing: 0.2em;
}

.secDirectorTtl .enTtl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec-director {
    margin-top: 70px;
  }
}

.directorLeadText {
  line-height: 2.625;
  letter-spacing: 0.1em;
  text-align: center;
  text-box-trim: trim-both;
  margin-top: 57px;

  @media screen and (max-width: 767px) {
    margin-top: 28.5px;
  }
}

.directorInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 67px;
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .directorInner {
    margin-top: 33.5px;
    padding-bottom: 40px;
    display: block;
  }
}

.directorInfo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .directorInfo {
    width: 100%;
    padding-top: 0px;
  }
}

.directorInfoTtl {
  font-size: 20px;
  color: #a54726;
}

@media screen and (max-width: 1024px) {
  .directorInfoTtl {
    font-size: 16px;
  }
}

.directorInfoTtl .ttl {
  display: block;
  letter-spacing: 0.4em;
}

.directorInfoTtl .directorName .jaTtl {
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0.1em;
  margin-right: 0.5em;
}

.directorInfoTtl .directorName .enTtl {
  font-size: 20px;
  color: #eb776f;
}

@media screen and (max-width: 1024px) {
  .directorInfoTtl .directorName .jaTtl {
    font-size: 20px;
  }

  .directorInfoTtl .directorName .enTtl {
    font-size: 14px;
  }
}

.directorInfoItem {
  text-box-trim: trim-both;
}

.directorInfoTtl+.directorInfoItem {
  margin-top: 79px;

  @media screen and (max-width: 767px) {
    margin-top: 39.5px;
  }
}

.directorInfoItem+.directorInfoItem {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .directorInfoItem+.directorInfoItem {
    margin-top: 32px;
  }
}

.directorInfoItemTtl {
  font-size: 18px;
  color: #a54726;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .directorInfoItemTtl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.directorInfoItemTtl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 8px;
  background-color: #a54726;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.directorInfoListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.directorInfoListItem+.directorInfoListItem {
  margin-top: 10px;
}

.directorInfoListItem span:first-child {
  min-width: 117px;
}

.directorInfoListItem span:last-child {
  margin-left: 19px;
}

.directorImg {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 767px) {
  .directorImg {
    width: 100%;
    max-width: 500px;
  }
}

.directorBg {
  position: absolute;
  width: calc(50% + 760px);
  height: 72.5%;
  left: 0;
  bottom: 0;
  background-color: #f6e2db;
}

@media screen and (max-width: 1600px) {
  .directorBg {
    width: calc(96% + 20px);
  }
}

@media screen and (max-width: 767px) {
  .directorBg {
    width: 100%;
  }
}

.sec-reason {
  position: relative;
  margin-top: clamp(6.719rem, 5.088rem + 6.96vw, 13.438rem);
}

.reasonBg {
  position: absolute;
  width: min(calc(1200px + ((100vw - 1200px) * 0.86)), 1820px);
  background-color: #f6e2db;

  &.--top {
    aspect-ratio: 1820 / 973;
    right: 0;
    top: 15.5%;
  }

  &.--bottom {
    aspect-ratio: 1820 / 651;
    right: 0;
    bottom: 2.8%;
  }


  @media screen and (max-width: 1365px) {
    &.--bottom {
      aspect-ratio: 1820 / 900;
    }
  }

  @media screen and (max-width: 1024px) {
    width: 0;
  }
}

.reasonInner {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .reasonInner {
    margin-top: 40px;
  }
}

.secReasonTtl .enTtl,
.secDirectorTtl .enTtl,
.secHospitalTtl .enTtl {
  text-box-trim: trim-both;
}

.secReasonTtl .jaTtl {
  font-size: 60px;
  letter-spacing: 0.2em;

  @media screen and (max-width: 1280px) {
    font-size: 52px;
  }

  @media screen and (max-width: 1024px) {
    font-size: 45px;
  }

  @media screen and (max-width: 767px) {
    font-size: 30px;
  }
}

.secReasonTtl .enTtl {
  margin-top: 24px;
}

.reasonSubTtl {
  font-size: 42px;
  color: #a54726;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 60px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7em;

  @media screen and (max-width: 1280px) {
    font-size: 36.4px;
  }

  @media screen and (max-width: 1024px) {
    font-size: 31.5px;
  }

  @media screen and (max-width: 767px) {
    font-size: 21px;
    line-height: 1.5;
    margin-top: 30px;
  }

  /* @media screen and (max-width: 428px) {
    font-size: 19px;
    letter-spacing: 0.15em;
  } */
}

.reasonSubTtl::before,
.reasonSubTtl::after {
  content: 'ー';

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

.reasonLeadText {
  margin-top: calc(((1em - 1lh) / 2) + 60px);
  margin-bottom: var(--leading-trim);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: calc(42 / 16);

  @media screen and (max-width: 1024px) {
    margin-top: calc(((1em - 1lh) / 2) + 30px);
  }

  @media screen and (max-width: 767px) {
    text-align-last: left;
  }


}

.reasonItemTtl {
  color: #a54726;
  font-size: 32px;
  position: relative;
  letter-spacing: 0.1em;
  text-box-trim: trim-both;

  @media screen and (max-width: 1024px) {
    font-size: 21px;
  }

  @media screen and (max-width: 767px) {
    font-size: 16px;
    position: static;
    text-align: center;
  }
}

.reasonItem {
  background-color: #faf7f5;
  position: relative;
  padding-top: clamp(4.344rem, 3.287rem + 4.51vw, 8.696rem);
  padding-bottom: clamp(42px, 1.988rem + 2.72vw, 84px);

  &+& {
    margin-top: clamp(4.063rem, 3.076rem + 4.21vw, 8.125rem);
  }
}

.reasonItem:first-of-type {
  margin-top: clamp(4.531rem, 3.431rem + 4.69vw, 9.063rem);
}

.reasonItem:nth-of-type(odd) {
  margin-left: calc(50% - 50vw);
  padding-left: calc((50vw - 50%));
  margin-right: max(calc((50% - 50vw) / 2), -160px);
  padding-right: min(calc((50vw - 50%) / 2), 160px);

  /* ビューポート1365pxまではインナー幅をはみ出さない */
  @media screen and (max-width: 1365px) {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10.5%;
    padding-right: 10.5%;
  }

  @media screen and (max-width: 767px) {
    padding: 30px 20px;
  }
}

.reasonItem:nth-of-type(even) {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  margin-left: max(calc((50% - 50vw) / 2), -160px);
  padding-left: min(calc((50vw - 50%) / 2), 160px);

  /* ビューポート1365pxまではインナー幅をはみ出さない */
  @media screen and (max-width: 1365px) {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10.5%;
    padding-right: 10.5%;
  }

  @media screen and (max-width: 767px) {
    padding: 30px 20px;
  }
}

.reasonIndentSpacer {
  padding-left: calc(70 / 1200 * 100%);

  @media screen and (max-width: 1365px) {
    padding-left: 0;
  }
}

.reasonNum {
  font-size: clamp(3.75rem, 2.84rem + 3.88vw, 7.5rem);
  color: rgba(165, 71, 38, 0.4);
  line-height: 1;
  position: absolute;
  width: 100px;
  text-align: center;
  /* タブレット以上では見出しの位置を基準に配置 */
  right: calc(100% + -4px);
  bottom: -0.1em;

}

@media screen and (max-width: 767px) {
  .reasonNum {
    width: 50px;
    /* ビューポート767pxまでは白背景を基準に配置 */
    top: 0.1em;
    left: 17px;
    bottom: unset;
    right: unset;
    text-align: left;
  }
}

.reasonImgTtl {
  display: block;
  font-size: 24px;
  color: #a54726;
  line-height: calc(34 / 24);
  letter-spacing: 0.1em;
  margin-top: calc(((1em - 1lh) / 2) + 80px);
  margin-bottom: calc((1em - 1lh) / 2);

  @media screen and (max-width: 1024px) {
    font-size: 16px;
  }

  @media screen and (max-width: 767px) {
    margin-top: calc(((1em - 1lh) / 2) + 40px);
  }
}

.reasonImg {
  &:not(.--decoration) {
    margin-top: 30px;
  }

  &.--decoration {
    position: absolute;
  }

  .reasonItem:first-of-type & {
    width: calc(439 / 1200 * 100%);

    @media screen and (max-width: 767px) {
      width: 75%;
    }
  }

  .reasonItem:nth-of-type(3) &:not(.--decoration) {
    width: calc(456 / 1200 * 100%);

    @media screen and (max-width: 767px) {
      width: 75%;
    }
  }

  .reasonItem:nth-of-type(3) &.--decoration {
    width: calc(300 / 1720 * 100%);
    right: calc(109 / 1720 * 100%);
    bottom: clamp(42px, 1.988rem + 2.72vw, 84px);
    translate: 0 10px;

    @media screen and (max-width: 767px) {
      width: 90px;
    }
  }

  .reasonItem:nth-of-type(5) & {
    width: calc(536 / 1200 * 100%);

    @media screen and (max-width: 767px) {
      width: 75%;
    }
  }

  .reasonItem:nth-of-type(6) &.--decoration {
    width: calc(119 / 1720 * 100%);
    right: calc(102 / 1720 * 100%);
    bottom: clamp(42px, 1.988rem + 2.72vw, 84px);

    @media screen and (max-width: 1365px) {
      right: 32px;
      bottom: 24px;
    }

    @media screen and (max-width: 767px) {
      width: 45px;
    }

  }
}

.reasonTxt {
  line-height: calc(36/16);
  margin-top: calc(((1em - 1lh) / 2) + 40px);
  letter-spacing: 0.1em;

  @media screen and (max-width: 767px) {
    margin-top: calc(((1em - 1lh) / 2) + 20px);
  }
}

.reasonTxtListItem {
  padding-left: 2em;
  text-indent: -2em;
}

.reasonGraphList {
  display: grid;
  grid-template-columns: 31.4% 29.9% 29.9%;
  justify-content: space-between;
  align-items: start;

  @media screen and (max-width: 767px) {
    width: 75%;
    grid-template-columns: unset;
    gap: 30px;
  }
}

.reasonIframe {
  width: min(817px, 100%);
  margin-top: clamp(2.5rem, 1.893rem + 2.59vw, 5rem);
  margin-inline: auto;

  iframe {
    display: block;
    width: 100%;
    aspect-ratio: 817 / 465;
    margin-top: 20px;
  }
}

.sec-hospital {
  margin-top: clamp(6.969rem, 5.277rem + 7.22vw, 13.938rem);
  margin-bottom: 115px;

  @media screen and (max-width: 767px) {
    margin-bottom: 57.5px;
  }
}

.secHospitalTtl {
  letter-spacing: 0.2em;

  .enTtl {
    margin-top: 19px;
  }
}

@media screen and (max-width: 767px) {
  .sec-hospital {
    margin-top: 60px;
  }
}

.hospitalMovieCover {
  margin-top: 76px;
}

@media screen and (max-width: 767px) {
  .hospitalMovieCover {
    margin-top: 38px;
  }
}

.hospitalMovieCover iframe {
  width: 100%;
  height: 480px;
}

@media screen and (max-width: 767px) {
  .hospitalMovieCover iframe {
    height: 300px;
  }
}

.hospitalMovieLink {
  color: #a54726;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .hospitalMovieLink {
    margin-top: 5px;
  }
}

.hospitalLinkTxt {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 15px;
  align-items: center;
}

.hospitalLinkTxt::before {
  content: '';
  display: inline-block;
  mask: no-repeat url(../img/about/target-blank.png) center center/ cover;
  width: 14px;
  height: 14px;
  background-color: #a54726;
  margin-top: 3px;
  transition: ease 0.3s;
}

.linkItem:hover .hospitalLinkTxt::before {
  background-color: #eb776f;
}

.hospitalSwiper {
  width: 100%;
  max-width: 1520px;
  margin: 60px auto 0;

  @media screen and (max-width: 1655px) {
    width: calc(100% - 134px);
  }

  @media screen and (max-width: 767px) {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 767px) {
  .hospitalSwiper {
    margin-top: 30px;
  }
}

.hospitalSwiperWrapper {
  position: relative;

  .swiper-button-prev,
  .swiper-button-next {
    width: clamp(0.813rem, 0.6rem + 0.91vw, 1.688rem);
    aspect-ratio: 27 / 54;
    top: 60%;

    @media screen and (max-width: 1024px) {
      top: 45%;
    }
  }

  .swiper-button-prev {
    left: calc((100vw - 1520px) / 4);

    @media screen and (max-width: 1660px) {
      left: 25px;
    }

    @media screen and (max-width: 767px) {
      left: 17px;
    }
  }

  .swiper-button-next {
    right: calc((100vw - 1520px) / 4);

    @media screen and (max-width: 1660px) {
      right: 25px;
    }

    @media screen and (max-width: 767px) {
      right: 17px;
    }
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: '';
    width: 130%;
    aspect-ratio: 1 / 1;
    border-top: 1px solid #a54726;
    border-right: 1px solid #a54726;
  }

  .swiper-button-prev::after {
    rotate: -135deg;
  }

  .swiper-button-next::after {
    rotate: 45deg;
  }
}

.hospitalItemTxtWrap {
  background-color: #faf7f5;
  padding: 30px;
  letter-spacing: 0.1em;

  @media screen and (max-width: 1024px) {
    padding: 20px;
  }
}

.hospitalItemImg {
  aspect-ratio: 357 / 277;
  width: 100%;

  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.hospitalItemTtl {
  color: #a54726;
  font-size: 24px;
  line-height: calc(38 / 24);
  text-box-trim: trim-both;
}

@media screen and (max-width: 1024px) {
  .hospitalItemTtl {
    font-size: 18px;
  }
}

.hospitalItemTxt {
  line-height: calc(28 / 16);
  text-box-trim: trim-both;
  margin-top: 19px;
  height: 4lh;
}

.sec-access {
  margin-top: 140px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 75px;
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .sec-access {
    margin-top: 70px;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 100px;
  }
}

.accessBg {
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 0;
  width: calc(50% + 760px);
  overflow-x: hidden;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .accessBg {
    width: calc(96% + 20px);
  }
}

@media screen and (max-width: 767px) {
  .accessBg {
    width: 100%;
  }
}

.accessInner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accessInfo {
  width: calc(100% - 1040px);
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .accessInfo {
    width: calc(100% - 800px);
  }
}

@media screen and (max-width: 1024px) {
  .accessInfo {
    width: 100%;
    margin-bottom: 20px;
  }
}

.accessMapCover {
  width: 1040px;
}

.accessMapCover iframe {
  width: 1040px;
  height: 550px;
}

@media screen and (max-width: 1600px) {
  .accessMapCover {
    width: 800px;
  }

  .accessMapCover iframe {
    width: 800px;
    height: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .accessMapCover {
    width: 100%;
  }

  .accessMapCover iframe {
    width: 100%;
    height: 300px;
  }
}

.accessLink span {
  color: #a54726;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accessLink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon_other.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .accessLink::after {
    width: 12px;
    height: 12px;
  }
}

.accessLink:hover::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background-image: url(../img/common/icon_other-pink.svg);
}

/*# sourceMappingURL=about.css.map */

/* ************************** */
/* 追記開始 */
/* ************************** */
.aboutButtonList {
  margin-top: clamp(3.438rem, 2.603rem + 3.56vw, 6.875rem);
}

.aboutButtonWrap {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: start;

  @media screen and (max-width: 767px) {
    grid-template-columns: unset;

  }
}

.aboutButton {
  color: #a54726;
  padding-inline: 20px 53.7px;

  &:hover {
    color: #eb776f;

  }
}

.aboutButton.c-btn-view {
  &::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #a54726;
    border-bottom: 1px solid #a54726;
    background-color: unset;
    rotate: 45deg;
    right: 21px;
    translate: 0 -50%;
    transition: ease .4s;
  }

  &:hover::after {
    border-color: #eb776f;
  }
}