@charset "UTF-8";
.l-container {
  width: min(100% - 48px, 1100px);
  margin: 0 auto;
}
@media (max-width: calc(640px + 0.98px)) {
  .l-container {
    width: min(100% - 28px, 1100px);
  }
}

.l-container--narrow {
  width: min(100% - 48px, 1080px);
}
@media (max-width: calc(640px + 0.98px)) {
  .l-container--narrow {
    width: min(100% - 28px, 1080px);
  }
}

.l-container--medical {
  width: min(100% - 48px, 920px);
}
@media (max-width: calc(640px + 0.98px)) {
  .l-container--medical {
    width: min(100% - 28px, 920px);
  }
}

.l-container--doctor,
.l-container--info {
  width: min(100% - 48px, 1040px);
}
@media (max-width: calc(640px + 0.98px)) {
  .l-container--doctor,
  .l-container--info {
    width: min(100% - 28px, 1040px);
  }
}

.section {
  padding: 96px 0 100px;
}
@media (max-width: calc(900px + 0.98px)) {
  .section {
    padding: 72px 0 78px;
  }
}

.section-heading {
  margin-bottom: 54px;
  text-align: center;
}
.section-heading__icon {
  display: inline-block;
  margin-bottom: 10px;
  color: #F5ADA0;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1;
}
.section-heading__title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media (max-width: calc(640px + 0.98px)) {
  .section-heading__title {
    font-size: 2.4rem;
  }
}
.section-heading__sub, .section-heading__lead {
  margin: 8px 0 0;
  color: #F5ADA0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.section-heading--plain {
  margin-bottom: 38px;
}
.section-heading--plain .section-heading__lead {
  color: #333333;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
.section-heading--plain .section-heading__title {
  margin-top: 6px;
  font-size: 2.8rem;
  letter-spacing: 0.18em;
}
@media (max-width: calc(640px + 0.98px)) {
  .section-heading--plain .section-heading__title {
    font-size: 2.4rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .section-heading--plain .section-heading__lead {
    font-size: 2.4rem;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  padding: 1.2em 2.5em;
  border: 1px solid #777777;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}
.button--solid {
  border-color: #BBAAD1;
  background: #BBAAD1;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  color: #ffffff;
}
@media (max-width: calc(640px + 0.98px)) {
  .button--solid {
    min-height: 46px;
  }
}
.button--outline {
  background: #ffffff;
  border-radius: 999px;
}
.button--small {
  min-height: 34px;
  padding: 1em 1.8em;
  font-size: 1.3rem;
}
.button--footer {
  font-size: 2rem;
}

.media-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e3e3e3, #d0d0d0);
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

.site-header {
  position: relative;
  margin-bottom: 2rem;
}
.site-header__bg {
  position: absolute;
  inset: 0 0 auto;
  height: 54rem;
  background: url("../img/common/bg.png") center top/cover no-repeat;
  background-attachment: fixed;
  opacity: 0.82;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-header__bg {
    height: 44rem;
    background-attachment: scroll;
    background-position: center top;
  }
}
.site-header__inner {
  position: relative;
  z-index: 1;
}
.site-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-header__top {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    padding-right: 6.8rem;
  }
}
.site-header__logo {
  padding-top: 8px;
  color: #d2d2d2;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.site-header__logo img {
  width: 100%;
  max-width: 430px;
}
@media (max-width: calc(1100px + 0.98px)) {
  .site-header__logo {
    font-size: 4.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .site-header__logo {
    font-size: 4rem;
  }
}
.site-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-header__contact {
    position: fixed;
    right: 1.4rem;
    bottom: 1.2rem;
    left: 1.4rem;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.site-header__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  padding-top: 8px;
  font-weight: 700;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-header__tel {
    min-height: 5.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    border: 1px solid #777777;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  }
}
.site-header__tel-label {
  font-size: 2.6rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-header__tel-label {
    font-size: 1.7rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .site-header__tel-label {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.site-header__tel-number {
  color: #BBAAD1;
  font-size: 2.4rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-header__tel-number {
    font-size: 1.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .site-header__tel-number {
    font-size: 1.4rem;
  }
}

.global-nav {
  margin-top: 18px;
}
@media (max-width: calc(900px + 0.98px)) {
  .global-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    z-index: 2;
    margin-top: 0;
    padding: 14px 20px;
    border: 1px solid #777777;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  }
  body.is-nav-open .global-nav, .global-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: calc(1100px + 0.98px)) {
  .global-nav__list {
    gap: 28px;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .global-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .global-nav__item {
    width: 100%;
    border-bottom: 1px solid rgba(119, 119, 119, 0.25);
  }
  .global-nav__item:last-child {
    border-bottom: 0;
  }
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: calc(900px + 0.98px)) {
  .global-nav__item a {
    width: 100%;
    padding: 14px 0;
  }
}

.hero {
  padding: 10px 0 88px;
  position: relative;
}
@media (max-width: calc(640px + 0.98px)) {
  .hero {
    padding-bottom: 6.4rem;
  }
}
.hero__inner {
  position: relative;
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.hero__main {
  display: grid;
  grid-template-columns: 430px 138px 430px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}
@media (max-width: calc(1100px + 0.98px)) {
  .hero__main {
    grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
    gap: 24px;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "copy copy" "left right";
    gap: 1.6rem;
  }
}
.hero__photo {
  width: 430px;
  height: 438px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: auto;
}
@media (max-width: calc(1100px + 0.98px)) {
  .hero__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 430/438;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__photo {
    width: 100%;
    height: 28rem;
    aspect-ratio: auto;
  }
}
.hero__photo--left {
  margin-top: 0;
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__photo--left {
    grid-area: left;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__photo--right {
    grid-area: right;
  }
}
.hero__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  padding-top: 54px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 450px;
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__copy {
    grid-area: copy;
    height: auto;
    padding-top: 0;
    gap: 0.4rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero__copy-line {
  margin: 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__copy-line {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    line-height: 1.35;
    letter-spacing: 0.04em;
    white-space: normal;
    text-align: left;
  }
}
.hero__copy-line--primary {
  font-size: 3rem;
}
@media (max-width: calc(1100px + 0.98px)) {
  .hero__copy-line--primary {
    font-size: 2.4rem;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__copy-line--primary {
    font-size: 2.4rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .hero__copy-line--primary {
    font-size: 2.2rem;
  }
}
.hero__copy-line--accent {
  font-size: 4rem;
}
@media (max-width: calc(1100px + 0.98px)) {
  .hero__copy-line--accent {
    font-size: 3.2rem;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__copy-line--accent {
    font-size: 3rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .hero__copy-line--accent {
    font-size: 2.8rem;
  }
}
.hero__copy-word--highlight {
  background: #FFCBC6;
}
.hero__copy-word--small {
  font-size: 3rem;
}
@media (max-width: calc(1100px + 0.98px)) {
  .hero__copy-word--small {
    font-size: 2.4rem;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__copy-word--small {
    font-size: 2.2rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .hero__copy-word--small {
    font-size: 2rem;
  }
}
.hero__sub {
  display: grid;
  width: 998px;
  margin: 2.6rem auto 0 auto;
  grid-template-columns: 430px minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5.6rem;
}
@media (max-width: calc(1100px + 0.98px)) {
  .hero__sub {
    width: 100%;
    margin-top: 2.6rem;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 3.2rem;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .hero__sub {
    width: 100%;
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.schedule {
  width: 430px;
}
@media (max-width: calc(900px + 0.98px)) {
  .schedule {
    width: 100%;
  }
}
.schedule--hero .schedule__matrix {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.schedule--hero .schedule__head th {
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
}
@media (max-width: calc(900px + 0.98px)) {
  .schedule--hero .schedule__head th {
    font-size: 1.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule--hero .schedule__head th {
    padding-bottom: 8px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.schedule--hero .schedule__corner {
  width: 120px;
  padding: 0;
}
@media (max-width: calc(900px + 0.98px)) {
  .schedule--hero .schedule__corner {
    width: 92px;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule--hero .schedule__corner {
    width: 84px;
  }
}
.schedule--hero .schedule__body {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
}
.schedule--hero .schedule__body th,
.schedule--hero .schedule__body td {
  padding: 14px 0;
}
.schedule--hero .schedule__label {
  width: 120px;
  padding-right: 18px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: calc(900px + 0.98px)) {
  .schedule--hero .schedule__label {
    width: 92px;
    padding-right: 10px;
    font-size: 1.7rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule--hero .schedule__label {
    width: 84px;
    padding-right: 8px;
    font-size: 1.2rem;
  }
}
.schedule--hero .schedule__data {
  text-align: center;
}
.schedule--hero .schedule__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
.schedule--hero .schedule__mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #BBAAD1;
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule--hero .schedule__mark {
    width: 14px;
    height: 14px;
  }
}
.schedule--hero .schedule__submark {
  color: #BBAAD1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule--hero .schedule__submark {
    font-size: 1.1rem;
  }
}
.schedule--hero .schedule__status--slash {
  color: #666666;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule--hero .schedule__status--slash {
    font-size: 2.2rem;
  }
}
.schedule__days, .schedule__cells {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.schedule__days {
  margin-left: 120px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}
@media (max-width: calc(900px + 0.98px)) {
  .schedule__days {
    margin-left: 92px;
    gap: 10px;
    font-size: 1.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule__days {
    margin-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.schedule__table {
  padding: 15px 0 12px;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
}
.schedule__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.schedule__row + .schedule__row {
  margin-top: 14px;
}
@media (max-width: calc(900px + 0.98px)) {
  .schedule__row {
    grid-template-columns: 92px 1fr;
    gap: 10px;
  }
}
.schedule__time {
  font-size: 2.1rem;
  font-weight: 700;
}
@media (max-width: calc(900px + 0.98px)) {
  .schedule__time {
    font-size: 1.7rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule__time {
    font-size: 1.4rem;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .schedule__cells {
    gap: 10px;
  }
}
.schedule__cell {
  position: relative;
  display: block;
  min-width: 24px;
  min-height: 24px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.schedule__cell--dot::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 3px auto 0;
  border-radius: 50%;
  background: #BBAAD1;
}
.schedule__cell--note {
  color: #BBAAD1;
  font-size: 1.3rem;
  line-height: 1.1;
}
.schedule__cell--slash::before {
  content: "／";
  color: #666666;
  font-size: 2.8rem;
  line-height: 1;
}
.schedule__note {
  margin: 9px 0 0 30px;
  color: #666666;
  font-size: 1.3rem;
}
.schedule__note:first-of-type {
  margin-top: 14px;
}
@media (max-width: calc(640px + 0.98px)) {
  .schedule__note {
    margin-left: 0;
  }
}

.notice-banner {
  position: absolute;
  bottom: 40vh;
  right: 0;
  z-index: 2;
  width: 46.2rem;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 0;
  padding: 2.1rem 3rem 2.2rem 6.2rem;
  border-radius: 18px 0 0 18px;
  background: #f6ede6;
}
@media (max-width: calc(1100px + 0.98px)) {
  .notice-banner {
    top: 36.5rem;
    right: 0;
    width: min(46.2rem, 100% - 47rem);
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .notice-banner {
    position: static;
    width: auto;
    margin-top: 0;
    margin-bottom: 1.2rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .notice-banner {
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: 0;
    text-align: center;
  }
}
.notice-banner__icon {
  position: absolute;
  top: -14px;
  left: 16px;
  width: 34px;
  height: 34px;
  border: 2px solid #cf6e4d;
  border-radius: 50%;
  color: #cf6e4d;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
@media (max-width: calc(640px + 0.98px)) {
  .notice-banner__icon {
    left: 50%;
  }
}
.notice-banner__text {
  margin: 0;
  color: #c7634a;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: calc(640px + 0.98px)) {
  .notice-banner__text {
    font-size: 1.2rem;
    text-align: center;
  }
}

.news {
  display: grid;
  grid-template-columns: 14.5rem minmax(0, 1fr);
  gap: 1.4rem;
  padding-top: 1.8rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .news {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-top: 0;
  }
}
.news__heading-card {
  padding: 3rem 1.8rem 2.4rem;
  border: 1px solid #777777;
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: calc(900px + 0.98px)) {
  .news__heading-card {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.4rem 1.8rem;
  }
}
.news__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__archive {
  display: inline-block;
  color: #BBAAD1;
  font-size: 1.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__list {
  margin: 0;
  padding: 0.4rem 0 0;
  list-style: none;
}
.news__item {
  display: grid;
  grid-template-columns: 5em 4em 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__item + .news__item {
  margin-top: 10px;
}
@media (max-width: calc(900px + 0.98px)) {
  .news__item {
    grid-template-columns: 8.8rem 6rem minmax(0, 1fr);
    gap: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .news__item {
    grid-template-columns: 4em 4em minmax(0, 1fr);
    gap: 0.6rem;
  }
}
.news__date {
  font-size: 1.4rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .news__date {
    font-size: 1.1rem;
  }
}
.news__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26px;
  padding: 0 0.9em;
  border: 1px solid #777777;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.news__label--attention {
  color: #cd6550;
  border-color: #cd6550;
  background-color: #f6ede6;
}
.news__link {
  display: block;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__link--attention {
  color: #cd6550;
  font-weight: 700;
}

.point {
  padding-top: 78px;
  padding-bottom: 88px;
}
.point__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: calc(900px + 0.98px)) {
  .point__grid {
    grid-template-columns: 1fr;
  }
}

.point-card__image {
  aspect-ratio: 1/1.25;
}
.point-card__title {
  margin: 24px 0 10px;
  color: #BBAAD1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.point-card__text {
  margin: 0;
  padding: 0 22px;
  font-size: 1.4rem;
  line-height: 1.9;
}
@media (max-width: calc(640px + 0.98px)) {
  .point-card__text {
    padding: 0;
  }
}

.medical {
  padding-top: 82px;
}
.medical__primary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: calc(900px + 0.98px)) {
  .medical__primary {
    grid-template-columns: 1fr;
  }
}
.medical__secondary {
  display: grid;
  grid-template-columns: 170px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-top: 36px;
}
@media (max-width: calc(900px + 0.98px)) {
  .medical__secondary {
    grid-template-columns: 1fr;
  }
}
.medical__secondary-label {
  display: grid;
  place-items: center;
  min-height: 136px;
  border-radius: 24px;
  background: rgba(246, 237, 230, 0.75);
  color: #BBAAD1;
  font-size: 2.8rem;
  font-weight: 700;
}
.medical__secondary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 18px;
}
@media (max-width: calc(900px + 0.98px)) {
  .medical__secondary-grid {
    grid-template-columns: 1fr;
  }
}

.medical-card {
  padding: 30px 28px 38px;
  border: 1px solid #777777;
  border-radius: 26px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
@media (max-width: calc(640px + 0.98px)) {
  .medical-card {
    padding: 24px 18px 24px;
  }
}
.medical-card__title {
  margin: 0 0 20px;
  color: #BBAAD1;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.16em;
}
.medical-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.medical-card__list li + li {
  margin-top: 10px;
}
.medical-card__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
  padding: 0.9em 1.3em;
  border: 1px solid #777777;
  border-radius: 999px;
  background: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.pill-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
  padding: 0.9em 1.3em;
  border: 1px solid #777777;
  border-radius: 999px;
  background: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.doctor {
  padding-top: 76px;
  padding-bottom: 84px;
}
.doctor__intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: calc(900px + 0.98px)) {
  .doctor__intro {
    grid-template-columns: 1fr;
  }
}
.doctor__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #dddddd;
}
.doctor__photo--sub {
  aspect-ratio: 1/1;
  width: min(100%, 300px);
  justify-self: end;
}
@media (max-width: calc(900px + 0.98px)) {
  .doctor__photo--sub {
    justify-self: start;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .doctor__photo--sub {
    min-width: 100%;
  }
}
.doctor__copy {
  margin: 0 0 18px;
  color: #BBAAD1;
  font-size: 3rem;
  line-height: 1.6;
}
@media (max-width: calc(640px + 0.98px)) {
  .doctor__copy {
    font-size: 2.1rem;
  }
}
.doctor__text, .doctor__message-body p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
}
.doctor__text {
  margin-bottom: 1em;
}
.doctor__message {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 42px;
  margin-top: 72px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: calc(900px + 0.98px)) {
  .doctor__message {
    grid-template-columns: 1fr;
  }
}
.doctor__message-title {
  margin: 0 0 24px;
  color: #BBAAD1;
  font-size: 2.4rem;
  line-height: 1.7;
}
.doctor__message-body p + p {
  margin-top: 8px;
}

.info {
  padding-top: 28px;
  padding-bottom: 50px;
}
.info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  padding: 48px 0 52px;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
}
@media (max-width: calc(900px + 0.98px)) {
  .info__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .info__grid {
    gap: 28px;
    padding: 34px 0;
  }
}
.info__title {
  margin: 0 0 24px;
  color: #BBAAD1;
  font-size: 2rem;
  line-height: 1.7;
}
@media (max-width: calc(640px + 0.98px)) {
  .info__title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1.6rem;
  }
}
.info__item p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.85;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0 72px;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-footer__top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__top {
    gap: 36px;
    padding: 56px 0;
  }
}
.site-footer__logo {
  color: #d2d2d2;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
.site-footer__logo img {
  width: 100%;
  max-width: 430px;
}
@media (max-width: calc(1100px + 0.98px)) {
  .site-footer__logo {
    font-size: 4.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__logo {
    font-size: 4rem;
  }
}
.site-footer__cta {
  text-align: center;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-footer__cta {
    text-align: left;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__cta {
    text-align: center;
  }
}
.site-footer__cta-button {
  margin: 18px 0 0;
}
.site-footer__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  font-weight: 700;
}
.site-footer__tel-label {
  font-size: 2.6rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__tel-label {
    font-size: 2rem;
  }
}
.site-footer__tel-number {
  color: #BBAAD1;
  font-size: 2.4rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__tel-number {
    font-size: 2rem;
  }
}
.site-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: calc(900px + 0.98px)) {
  .site-footer__links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__map {
  display: grid;
  place-items: center;
  min-height: 420px;
  background: #d9d9d9;
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__map {
    min-height: 280px;
  }
}
.site-footer__map-placeholder {
  color: #111111;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.8em;
  text-transform: lowercase;
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__map-placeholder {
    font-size: 1.6rem;
    letter-spacing: 0.4em;
  }
}
.site-footer__bottom {
  padding: 30px 16px;
  text-align: center;
}
.site-footer__copyright {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
}
@media (max-width: calc(640px + 0.98px)) {
  .site-footer__copyright {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}

.nav-toggle {
  display: none;
}
@media (max-width: calc(900px + 0.98px)) {
  .nav-toggle {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid #777777;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }
}
@media (max-width: calc(900px + 0.98px)) {
  .nav-toggle__line {
    display: block;
    width: 24px;
    height: 1px;
    margin: 0 auto;
    background: #333333;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  body.is-nav-open .nav-toggle .nav-toggle__line:nth-child(1), .nav-toggle.is-open .nav-toggle__line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  body.is-nav-open .nav-toggle .nav-toggle__line:nth-child(2), .nav-toggle.is-open .nav-toggle__line:nth-child(2) {
    opacity: 0;
  }
  body.is-nav-open .nav-toggle .nav-toggle__line:nth-child(3), .nav-toggle.is-open .nav-toggle__line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}

.l-container--article {
  width: min(100% - 48px, 860px);
}
@media (max-width: calc(640px + 0.98px)) {
  .l-container--article {
    width: min(100% - 28px, 860px);
  }
}

.l-container--back {
  width: min(100% - 48px, 860px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto;
}

.single-post {
  padding: 0 0 10rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .single-post {
    padding: 4.8rem 0 7.2rem;
  }
}

.entry {
  padding: 5.4rem 5.8rem 6rem;
  border: 1px solid rgba(119, 119, 119, 0.28);
  border-radius: 2.4rem;
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: calc(900px + 0.98px)) {
  .entry {
    padding: 4rem 3rem 4.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .entry {
    padding: 3.2rem 2rem 4rem;
    border-radius: 1.8rem;
  }
}
.entry__header {
  padding-bottom: 2.8rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.22);
}
.entry__meta {
  display: inline-block;
  margin-bottom: 1.4rem;
  color: #BBAAD1;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.entry__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: calc(900px + 0.98px)) {
  .entry__title {
    font-size: 2.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .entry__title {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}
.entry__content {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: calc(640px + 0.98px)) {
  .entry__content {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.entry__content > *:first-child {
  margin-top: 0;
}
.entry__content > *:last-child {
  margin-bottom: 0;
}
.entry__content p,
.entry__content ul,
.entry__content ol,
.entry__content blockquote,
.entry__content table {
  margin: 0 0 2rem;
}
.entry__content h2,
.entry__content h3,
.entry__content h4 {
  margin: 4.8rem 0 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.entry__content h2 {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(65, 163, 60, 0.3);
  color: #BBAAD1;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}
@media (max-width: calc(640px + 0.98px)) {
  .entry__content h2 {
    font-size: 2.1rem;
  }
}
.entry__content h3 {
  padding-left: 1.4rem;
  border-left: 4px solid rgba(65, 163, 60, 0.6);
  font-size: 2rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .entry__content h3 {
    font-size: 1.8rem;
  }
}
.entry__content h4 {
  font-size: 1.8rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .entry__content h4 {
    font-size: 1.6rem;
  }
}
.entry__content ul,
.entry__content ol {
  padding-left: 1.6em;
}
.entry__content li + li {
  margin-top: 0.6rem;
}
.entry__content a {
  color: #BBAAD1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.entry__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3rem auto;
  border-radius: 1.8rem;
}
.entry__content table {
  width: 100%;
  border-collapse: collapse;
}
.entry__content th,
.entry__content td {
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(119, 119, 119, 0.25);
  font-size: 1.4rem;
}
.entry__content th {
  background: rgba(239, 246, 196, 0.5);
  font-weight: 700;
  text-align: left;
}

.error-page {
  padding: 7.2rem 0 10rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .error-page {
    padding: 4.8rem 0 7.2rem;
  }
}
.error-page__inner {
  width: min(100% - 48px, 860px);
}
@media (max-width: calc(640px + 0.98px)) {
  .error-page__inner {
    width: min(100% - 28px, 860px);
  }
}
.error-page__card {
  padding: 5.6rem 5rem 6rem;
  border: 1px solid rgba(119, 119, 119, 0.28);
  border-radius: 2.4rem;
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media (max-width: calc(900px + 0.98px)) {
  .error-page__card {
    padding: 4.2rem 3rem 4.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .error-page__card {
    padding: 3.4rem 2rem 4rem;
    border-radius: 1.8rem;
  }
}
.error-page__code {
  margin: 0 0 1.6rem;
  color: rgba(65, 163, 60, 0.72);
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (max-width: calc(640px + 0.98px)) {
  .error-page__code {
    font-size: 4rem;
  }
}
.error-page__title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: calc(640px + 0.98px)) {
  .error-page__title {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
}
.error-page__text {
  width: min(100%, 46rem);
  margin: 2rem auto 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: calc(640px + 0.98px)) {
  .error-page__text {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.error-page__action {
  margin: 3.2rem 0 0;
}

.news-index {
  padding: 0 0 10rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .news-index {
    padding: 4.8rem 0 7.2rem;
  }
}
.news-index__panel {
  padding: 5.4rem 5.8rem 6rem;
  border: 1px solid rgba(119, 119, 119, 0.28);
  border-radius: 2.4rem;
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: calc(900px + 0.98px)) {
  .news-index__panel {
    padding: 4rem 3rem 4.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .news-index__panel {
    padding: 3.2rem 2rem 4rem;
    border-radius: 1.8rem;
  }
}
.news-index__header {
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.22);
}
.news-index__lead {
  margin: 0 0 1.2rem;
  color: #BBAAD1;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.news-index__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: calc(900px + 0.98px)) {
  .news-index__title {
    font-size: 2.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .news-index__title {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}
.news-index__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.8rem;
}
.news-index__tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.2rem;
  padding: 0.8rem 1.8rem;
  border: 1px solid rgba(119, 119, 119, 0.4);
  border-radius: 999px;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.news-index__tab.is-current {
  border-color: #BBAAD1;
  background: #BBAAD1;
  color: #ffffff;
}
.news-index__table {
  border-top: 1px solid rgba(119, 119, 119, 0.22);
  border-bottom: 1px solid rgba(119, 119, 119, 0.22);
}
.news-index__head, .news-index__item {
  display: grid;
  grid-template-columns: 13rem 11rem minmax(0, 1fr);
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: calc(640px + 0.98px)) {
  .news-index__head, .news-index__item {
    grid-template-columns: 8.6rem 7.2rem minmax(0, 1fr);
    gap: 0.8rem;
  }
}
.news-index__head {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.22);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news-index__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-index__item {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(119, 119, 119, 0.18);
}
.news-index__item:last-child {
  border-bottom: 0;
}
.news-index__date {
  color: #BBAAD1;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: calc(640px + 0.98px)) {
  .news-index__date {
    font-size: 1.2rem;
  }
}
.news-index__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.9em;
  border: 1px solid #777777;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.news-index__label--attention {
  color: #cd6550;
}
.news-index__link {
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: calc(640px + 0.98px)) {
  .news-index__link {
    font-size: 1.4rem;
  }
}
.news-index__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 3.6rem;
}
.news-index__page a,
.news-index__page span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4.2rem;
  min-height: 4.2rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(119, 119, 119, 0.35);
  border-radius: 999px;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.news-index__page .current {
  border-color: #BBAAD1;
  background: #BBAAD1;
  color: #ffffff;
}
.news-index__empty {
  margin: 0;
  padding: 3.2rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

.archive-index__description {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media (max-width: calc(640px + 0.98px)) {
  .archive-index__description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.archive-index__description p {
  margin: 0;
}
.archive-index__description p + p {
  margin-top: 0.8rem;
}

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

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #333333;
  background: #ffffff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: calc(900px + 0.98px)) {
  body {
    padding-bottom: 8.8rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
a:hover {
  opacity: 0.8;
}

/*
BR
*/
br.sp-only {
  display: none;
}
@media (max-width: calc(640px + 0.98px)) {
  br.sp-only {
    display: inline;
  }
}

br.pc-only {
  display: inline;
}
@media (max-width: calc(640px + 0.98px)) {
  br.pc-only {
    display: none;
  }
}

/*
IMG
*/
.c-img__round img {
  border-radius: 20px;
}
.c-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
MARK
*/
.sheep-wrap {
  display: inline-block;
  padding: 20px;
}

.sheep-mark {
  width: 200px;
  height: auto;
  display: block;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: sheep-float 3.2s ease-in-out infinite, sheep-bounce 6s ease-in-out infinite;
          animation: sheep-float 3.2s ease-in-out infinite, sheep-bounce 6s ease-in-out infinite;
  -webkit-filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.12));
}
@media (max-width: calc(640px + 0.98px)) {
  .sheep-mark {
    width: 150px;
  }
}

@-webkit-keyframes sheep-float {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-4px) scale(1.02) rotate(-1deg);
            transform: translateY(-4px) scale(1.02) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(-8px) scale(1.01) rotate(1deg);
            transform: translateY(-8px) scale(1.01) rotate(1deg);
  }
  75% {
    -webkit-transform: translateY(-3px) scale(0.99) rotate(-0.5deg);
            transform: translateY(-3px) scale(0.99) rotate(-0.5deg);
  }
}

@keyframes sheep-float {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-4px) scale(1.02) rotate(-1deg);
            transform: translateY(-4px) scale(1.02) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(-8px) scale(1.01) rotate(1deg);
            transform: translateY(-8px) scale(1.01) rotate(1deg);
  }
  75% {
    -webkit-transform: translateY(-3px) scale(0.99) rotate(-0.5deg);
            transform: translateY(-3px) scale(0.99) rotate(-0.5deg);
  }
}
@-webkit-keyframes sheep-bounce {
  0%, 85%, 100% {
    -webkit-filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.12));
            filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.12));
  }
  90% {
    -webkit-transform: translateY(-14px) scale(1.03);
            transform: translateY(-14px) scale(1.03);
    -webkit-filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.08));
  }
  95% {
    -webkit-transform: translateY(0) scale(0.98, 1.02);
            transform: translateY(0) scale(0.98, 1.02);
  }
}
@keyframes sheep-bounce {
  0%, 85%, 100% {
    -webkit-filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.12));
            filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.12));
  }
  90% {
    -webkit-transform: translateY(-14px) scale(1.03);
            transform: translateY(-14px) scale(1.03);
    -webkit-filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.08));
  }
  95% {
    -webkit-transform: translateY(0) scale(0.98, 1.02);
            transform: translateY(0) scale(0.98, 1.02);
  }
}
/*COMMON*/
.common-page {
  padding: 0 0 10rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-page {
    padding: 4.8rem 0 7.2rem;
  }
}
.common-page__wrapper {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 5.4rem 5.8rem 6rem;
  border: 1px solid rgba(119, 119, 119, 0.28);
  border-radius: 2.4rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.06);
}
@media (max-width: calc(900px + 0.98px)) {
  .common-page__wrapper {
    padding: 4rem 3rem 4.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-page__wrapper {
    padding: 3.2rem 2rem 4rem;
    border-radius: 1.8rem;
  }
}
.common-page__header {
  padding-bottom: 2.8rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.22);
  text-align: center;
}
.common-page__intro p {
  margin: 0;
}
.common-page__intro h1 {
  margin: 0;
}
.common-page__lead {
  margin: 0 0 1.2rem;
  color: #BBAAD1;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.common-page__title {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-page__title {
    font-size: 2.8rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-page__title {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}

.common-section + .common-section {
  margin-top: 10rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-section + .common-section {
    margin-top: 6rem;
  }
}

.common-section__header {
  margin-bottom: 3rem;
  text-align: center;
}

.common-section__lead {
  margin: 0;
  color: #BBAAD1;
  font-size: 1rem;
  letter-spacing: 0.5em;
}

.common-section__title {
  margin: 0;
  color: #BBAAD1;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-section__title {
    font-size: 2.5rem;
  }
}

.common-block + .common-block {
  margin-top: 5.2rem;
}

.common-heading {
  margin: 0;
  color: #BBAAD1;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-heading {
    font-size: 2.4rem;
  }
}

.common-prose {
  width: min(100%, 820px);
  margin: 2.4rem auto 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-prose {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.common-prose p {
  margin: 0;
}
.common-prose p + p {
  margin-top: 0.8rem;
}

.common-box-list {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

.common-box {
  padding: 4rem 5rem 3.4rem;
  border: 1px solid rgba(119, 119, 119, 0.28);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-box {
    padding: 2.6rem 2.4rem 2.8rem;
    border-radius: 1.6rem;
  }
}
.common-box--attention {
  background: rgba(246, 237, 230, 0.55);
}
.common-box--note {
  background: rgba(239, 246, 196, 0.32);
}
.common-box__title {
  position: relative;
  margin: 0;
  color: #333333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.common-box__title::before {
  content: "●";
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #BBAAD1;
  margin-right: 0.5em;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-box__title {
    font-size: 1.9rem;
  }
}
.common-box__body {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-box__body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.common-box__body p {
  margin: 0;
}
.common-box__body p + p {
  margin-top: 1rem;
}

.common-grid {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}
.common-grid--2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: calc(900px + 0.98px)) {
  .common-grid--2col {
    grid-template-columns: 1fr;
  }
}
.common-grid--3col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: calc(900px + 0.98px)) {
  .common-grid--3col {
    grid-template-columns: 1fr;
  }
}
.common-grid--4col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: calc(900px + 0.98px)) {
  .common-grid--4col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-grid--4col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.common-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(119, 119, 119, 0.24);
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.06);
  border-radius: 1.8rem;
  background: #ffffff;
  overflow: hidden;
}
.common-card__media {
  display: grid;
  place-items: center;
  min-height: 16rem;
  background: linear-gradient(135deg, #e3e3e3, #d0d0d0);
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
.common-card__body {
  padding: 2rem 3.2rem 2.2rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-card__body {
    padding: 2rem 1.8rem 2.2rem;
  }
}
.common-card__title {
  margin: 0 0 0.6rem;
  color: #BBAAD1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-card__title {
    font-size: 1.8rem;
  }
}
.common-card p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.85;
}

.common-list {
  margin: 1.8rem 0 0;
  padding-left: 1.5em;
  font-size: 1.5rem;
  line-height: 1.9;
}
.common-list li + li {
  margin-top: 0.2rem;
}
.common-list--note {
  color: #666666;
  font-size: 1.4rem;
}
.common-list--check {
  padding-left: 0;
  list-style: none;
}
.common-list--check li {
  position: relative;
  padding-left: 2.2rem;
}
.common-list--check li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1rem;
  height: 0.55rem;
  border-left: 2px solid #BBAAD1;
  border-bottom: 2px solid #BBAAD1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.common-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.common-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.8rem;
  padding: 1.2rem 2.2rem;
  border: 1px solid #777777;
  border-radius: 999px;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.common-button--external::after {
  content: "↗";
  margin-left: 0.7rem;
  font-size: 1.2rem;
}
.common-button--pdf::after {
  content: "PDF";
  margin-left: 0.8rem;
  color: #cd6550;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.common-faq-list {
  display: grid;
  gap: 1.6rem;
  margin-top: 3rem;
}

.common-faq {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: 1.6rem;
  padding: 2.2rem 3rem;
  border: 1px solid rgba(119, 119, 119, 0.24);
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.06);
  border-radius: 1.8rem;
  background: #ffffff;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-faq {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2.2rem 2rem;
  }
}
.common-faq__q {
  display: grid;
  place-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: rgba(65, 163, 60, 0.12);
  color: #BBAAD1;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-faq__q {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.common-faq__question {
  margin: 0 0 0.8rem;
  color: #BBAAD1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-faq__question {
    font-size: 1.8rem;
  }
}
.common-faq__answer {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.85;
}

.common-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-flow {
    grid-template-columns: 1fr;
  }
}
.common-flow__item {
  position: relative;
  padding: 2.6rem 2.4rem 2.8rem;
  border: 1px solid rgba(119, 119, 119, 0.24);
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.06);
  border-radius: 1.8rem;
  background: #ffffff;
}
.common-flow__item:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -1.2rem;
  color: #BBAAD1;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: calc(900px + 0.98px)) {
  .common-flow__item:not(:last-child)::after {
    display: none;
  }
}
.common-flow__step {
  display: inline-block;
  margin-bottom: 1rem;
  color: #BBAAD1;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.common-flow__title {
  margin: 0 0 0.8rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
}
.common-flow__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.common-breadcrumb {
  margin-bottom: 3.2rem;
}
.common-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-breadcrumb__item {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.7;
}
.common-breadcrumb__item:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 0;
  right: -1rem;
  color: rgba(51, 51, 51, 0.45);
}

.common-doctor {
  display: grid;
  grid-template-columns: minmax(0, 30rem) 1fr;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 3rem;
  padding: 3.2rem 4rem;
  border: 1px solid rgba(119, 119, 119, 0.24);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(900px + 0.98px)) {
  .common-doctor {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor {
    gap: 2rem;
    padding: 2.6rem 2.4rem;
    border-radius: 1.6rem;
  }
}
.common-doctor__media {
  display: grid;
  place-items: center;
  min-height: 32rem;
  border-radius: 1.8rem;
  background: linear-gradient(135deg, #e3e3e3, #d0d0d0);
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor__media {
    min-height: 24rem;
  }
}
.common-doctor__role {
  margin: 0 0 0.8rem;
  color: #BBAAD1;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.common-doctor__name {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor__name {
    font-size: 2.4rem;
  }
}
.common-doctor__message {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.95;
}
.common-doctor__message p {
  margin: 0;
}

.common-profile {
  margin: 2.4rem 0 0;
}
.common-profile__row {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 1.6rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(119, 119, 119, 0.18);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-profile__row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
.common-profile__term {
  margin: 0;
  color: #BBAAD1;
  font-size: 1.4rem;
  font-weight: 700;
}
.common-profile__desc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.85;
}

.common-staff-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-staff-list {
    grid-template-columns: 1fr;
  }
}

.common-staff {
  padding: 2.4rem 2.8rem 2.6rem;
  border: 1px solid rgba(119, 119, 119, 0.22);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.92);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-staff {
    padding: 2.2rem 2rem;
  }
}
.common-staff__message {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.85;
}
.common-staff__name {
  margin: 1.2rem 0 0;
  color: #BBAAD1;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
}

.common-items-box {
  margin-top: 3rem;
  padding: 3.2rem 4rem 3.4rem;
  border: 1px solid rgba(119, 119, 119, 0.24);
  border-radius: 2rem;
  background: rgba(239, 246, 196, 0.24);
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.04);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-items-box {
    padding: 2.6rem 2.4rem 2.8rem;
    border-radius: 1.6rem;
  }
}
.common-items-box__title {
  margin: 0;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-items-box__title {
    font-size: 1.8rem;
  }
}
.common-items-box__list {
  display: grid;
  gap: 1rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}
.common-items-box__item {
  position: relative;
  padding: 1.2rem 1.4rem 1.2rem 3.4rem;
  border-radius: 999px;
  background: #ffffff;
  font-size: 1.5rem;
  line-height: 1.6;
}
.common-items-box__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1rem;
  height: 0.55rem;
  border-left: 2px solid #BBAAD1;
  border-bottom: 2px solid #BBAAD1;
  -webkit-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-items-box__item {
    border-radius: 1.4rem;
    font-size: 1.4rem;
  }
}

.common-table-wrap {
  margin-top: 3rem;
  overflow-x: auto;
  border: 1px solid rgba(119, 119, 119, 0.24);
  border-radius: 1.8rem;
  background: #ffffff;
}

.common-table {
  width: 100%;
  min-width: 64rem;
  border-collapse: collapse;
}
.common-table th,
.common-table td {
  padding: 1.6rem 1.8rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.18);
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
.common-table th {
  width: 20rem;
  background: rgba(239, 246, 196, 0.28);
  color: #333333;
  font-weight: 700;
  white-space: nowrap;
}
.common-table tr:last-child th,
.common-table tr:last-child td {
  border-bottom: 0;
}

.common-cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  padding: 3.2rem 4rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(239, 246, 196, 0.55), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(119, 119, 119, 0.2);
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(900px + 0.98px)) {
  .common-cta-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-cta-box {
    padding: 2.6rem 2.4rem;
    border-radius: 1.6rem;
  }
}
.common-cta-box__lead {
  margin: 0 0 0.8rem;
  color: #BBAAD1;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.common-cta-box__title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-cta-box__title {
    font-size: 2rem;
  }
}
.common-cta-box__text {
  margin: 1.2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.85;
}
.common-cta-box__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.common-access-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-access-list {
    grid-template-columns: 1fr;
  }
}

.common-access-card {
  padding: 3rem 5rem;
  border: 1px solid rgba(119, 119, 119, 0.22);
  border-radius: 1.8rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.04);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-access-card {
    padding: 2.4rem 3rem;
  }
}
.common-access-card__title {
  margin: 0;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.common-access-card__body {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  line-height: 1.85;
}
.common-access-card__body p {
  margin: 0;
}

.common-parking-guide {
  display: grid;
  grid-template-columns: minmax(0, 34rem) 1fr;
  gap: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 3rem;
  padding: 3.2rem 4rem;
  border: 1px solid rgba(119, 119, 119, 0.24);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(900px + 0.98px)) {
  .common-parking-guide {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-parking-guide {
    gap: 2rem;
    padding: 2.6rem 2.4rem;
    border-radius: 1.6rem;
  }
}
.common-parking-guide__map {
  display: grid;
  place-items: center;
  border-radius: 1.6rem;
  color: rgba(51, 51, 51, 0.72);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.common-parking-guide__title {
  margin: 0;
  color: #333333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.common-parking-guide__text {
  margin: 1.4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.9;
}

.common-doctor-wide {
  display: grid;
  grid-template-columns: minmax(0, 42rem) 1fr;
  gap: 3.2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 3rem;
  padding: 3.2rem 4rem;
  border: 1px solid rgba(119, 119, 119, 0.24);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(900px + 0.98px)) {
  .common-doctor-wide {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor-wide {
    gap: 2rem;
    padding: 2.6rem 2.4rem;
    border-radius: 1.6rem;
  }
}
.common-doctor-wide__media {
  display: grid;
  place-items: center;
  border-radius: 1.8rem;
  color: rgba(51, 51, 51, 0.72);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor-wide__media {
    min-height: 30rem;
  }
}
.common-doctor-wide__role {
  margin: 0 0 0.8rem;
  color: #BBAAD1;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.common-doctor-wide__name {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor-wide__name {
    font-size: 2.6rem;
  }
}
.common-doctor-wide__message {
  margin: 1.2rem 0 0;
  font-size: 1.5rem;
  line-height: 1.95;
}

.common-doctor-wide--reverse {
  grid-template-columns: 1fr minmax(0, 42rem);
}
.common-doctor-wide--reverse .common-doctor-wide__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.common-doctor-wide--reverse .common-doctor-wide__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-doctor-wide--reverse {
    grid-template-columns: 1fr;
  }
  .common-doctor-wide--reverse .common-doctor-wide__body,
  .common-doctor-wide--reverse .common-doctor-wide__media {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.common-doctor-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.4rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-doctor-gallery {
    grid-template-columns: 1fr;
  }
}

.common-doctor-card {
  overflow: hidden;
  border: 1px solid rgba(119, 119, 119, 0.22);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.04);
}
.common-doctor-card__media {
  display: grid;
  place-items: center;
  min-height: 34rem;
  background: linear-gradient(135deg, #ddd9cf, #cbc3b4);
  color: rgba(51, 51, 51, 0.72);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor-card__media {
    min-height: 28rem;
  }
}
.common-doctor-card__body {
  padding: 2.8rem 3.2rem 3rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor-card__body {
    padding: 2.4rem 2.2rem 2.6rem;
  }
}
.common-doctor-card__role {
  margin: 0 0 0.6rem;
  color: #BBAAD1;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.common-doctor-card__name {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-doctor-card__name {
    font-size: 2.2rem;
  }
}
.common-doctor-card__message {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.9;
}

@-webkit-keyframes facilitySlide {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes facilitySlide {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.common-facility {
  margin-top: 3rem;
}
.common-facility__hero {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
.common-facility__slides {
  position: relative;
  min-height: 48rem;
}
.common-facility__slides figure {
  margin: 0;
  padding: 0;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-facility__slides {
    min-height: 28rem;
  }
}
.common-facility__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-animation: facilitySlide 15s infinite;
          animation: facilitySlide 15s infinite;
}
.common-facility__slide--02 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.common-facility__slide--03 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.common-facility__slide-image {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background: linear-gradient(135deg, #ddd9cf, #cbc3b4);
  color: rgba(51, 51, 51, 0.72);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.common-facility__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-facility__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-facility__gallery {
    gap: 1.4rem;
  }
}
.common-facility__item {
  margin: 0;
}
.common-facility__thumb {
  display: grid;
  place-items: center;
  min-height: 19rem;
  border-radius: 1.8rem;
  background: linear-gradient(135deg, #e3e3e3, #d3d3d3);
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-facility__thumb {
    min-height: 13rem;
    border-radius: 1.4rem;
  }
}
.common-facility__name {
  margin-top: 0.9rem;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.common-web-reserve {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
  padding: 3.2rem 4rem;
  border: 1px solid rgba(119, 119, 119, 0.24);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(900px + 0.98px)) {
  .common-web-reserve {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .common-web-reserve {
    gap: 2rem;
    padding: 2.6rem 2.4rem;
    border-radius: 1.6rem;
  }
}
.common-web-reserve__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18rem;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-web-reserve__main {
    grid-template-columns: 1fr;
  }
}
.common-web-reserve__time-box {
  padding: 2.4rem 2.8rem;
  border-radius: 1.8rem;
  background: rgba(239, 246, 196, 0.34);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-web-reserve__time-box {
    padding: 2rem 1.8rem;
    border-radius: 1.4rem;
  }
}
.common-web-reserve__title {
  margin: 0;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.common-web-reserve__time-main {
  margin: 1rem 0 0;
  color: #BBAAD1;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-web-reserve__time-main {
    font-size: 2.1rem;
  }
}
.common-web-reserve__time-note {
  margin: 0.8rem 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.common-web-reserve__actions {
  display: grid;
  justify-items: center;
  gap: 1.2rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-web-reserve__actions {
    justify-items: start;
  }
}
.common-web-reserve__qr {
  display: grid;
  place-items: center;
  width: 16rem;
  aspect-ratio: 1;
  border: 1px solid rgba(119, 119, 119, 0.2);
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #f2f2f2, #dfdfdf);
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-web-reserve__qr {
    display: none;
  }
}
.common-web-reserve__button {
  width: 100%;
}
@media (max-width: calc(900px + 0.98px)) {
  .common-web-reserve__button {
    min-width: 0;
    width: 100%;
  }
}
.common-web-reserve__manual {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.common-web-reserve__notes {
  padding: 2.4rem 2.8rem;
  border-radius: 1.8rem;
  background: rgba(246, 237, 230, 0.42);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-web-reserve__notes {
    padding: 2rem 1.8rem;
    border-radius: 1.4rem;
  }
}
.common-web-reserve__notes-title {
  margin: 0;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.common-web-reserve__notes-list {
  margin-top: 1rem;
  padding-left: 1.4em;
}
.common-web-reserve__notes-list li + li {
  margin-top: 1rem;
}

.common-interactive-block {
  margin-top: 3rem;
}

.common-interactive-block__title {
  margin: 0 0 1.4rem;
  color: #BBAAD1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-interactive-block__title {
    font-size: 2rem;
  }
}

.common-accordion {
  border: 1px solid rgba(119, 119, 119, 0.2);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}

.common-accordion__item + .common-accordion__item {
  border-top: 1px solid rgba(119, 119, 119, 0.16);
}

.common-accordion__trigger {
  position: relative;
  width: 100%;
  padding: 2.2rem 5.8rem 2.2rem 2.6rem;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}
.common-accordion__trigger::before, .common-accordion__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6rem;
  width: 1.4rem;
  height: 0.2rem;
  border-radius: 999px;
  background: #BBAAD1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.common-accordion__trigger::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.common-accordion__trigger[aria-expanded=true]::after {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg) scaleX(0.4);
          transform: translateY(-50%) rotate(90deg) scaleX(0.4);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-accordion__trigger {
    padding: 1.8rem 5rem 1.8rem 1.8rem;
    font-size: 1.6rem;
  }
  .common-accordion__trigger::before, .common-accordion__trigger::after {
    right: 1.8rem;
  }
}

.common-accordion__panel {
  padding: 0 2.6rem 2.2rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-accordion__panel {
    padding: 0 1.8rem 1.8rem;
  }
}

.common-accordion__content {
  padding-top: 0.4rem;
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.9;
}

.common-tabs {
  margin-top: 0.8rem;
}

.common-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.common-tabs__button {
  min-width: 12rem;
  padding: 1.2rem 1.8rem;
  border: 1px solid rgba(119, 119, 119, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.common-tabs__button.is-active {
  border-color: rgba(47, 143, 45, 0.28);
  background: rgba(239, 246, 196, 0.8);
  color: #BBAAD1;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-tabs__button {
    min-width: calc(50% - 0.5rem);
  }
}

.common-tabs__panel {
  padding: 2.8rem 3rem;
  border: 1px solid rgba(119, 119, 119, 0.2);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-tabs__panel {
    padding: 2.2rem 1.8rem;
    border-radius: 1.6rem;
  }
}

.common-tabs__panel-title {
  margin: 0 0 0.8rem;
  color: #333333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
}

.common-tabs__panel-text {
  margin: 0;
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.9;
}

.common-carousel {
  margin-top: 0.8rem;
  padding: 3rem;
  border: 1px solid rgba(119, 119, 119, 0.2);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-carousel {
    padding: 2.2rem 1.8rem;
    border-radius: 1.6rem;
  }
}

.common-carousel__viewport {
  overflow: hidden;
}

.common-carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.32s ease;
  transition: -webkit-transform 0.32s ease;
  transition: transform 0.32s ease;
  transition: transform 0.32s ease, -webkit-transform 0.32s ease;
}

.common-carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.common-carousel__visual {
  display: grid;
  place-items: center;
  min-height: 28rem;
  border-radius: 1.8rem;
  background: linear-gradient(135deg, #ded8cc, #cbc2b3);
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-carousel__visual {
    min-height: 22rem;
    border-radius: 1.4rem;
  }
}

.common-carousel__slide-title {
  margin: 1.6rem 0 0.8rem;
  color: #333333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
}

.common-carousel__slide-text {
  margin: 0;
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.9;
}

.common-carousel__controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.common-carousel__arrow {
  display: grid;
  place-items: center;
  width: 4.4rem;
  aspect-ratio: 1;
  border: 1px solid rgba(119, 119, 119, 0.22);
  border-radius: 50%;
  background: #ffffff;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.common-carousel__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}

.common-carousel__dot {
  width: 1rem;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(119, 119, 119, 0.24);
  cursor: pointer;
}
.common-carousel__dot.is-active {
  background: #BBAAD1;
}

.common-modal-demo {
  margin-top: 0.8rem;
  padding: 3rem;
  border: 1px solid rgba(119, 119, 119, 0.2);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-modal-demo {
    padding: 2.2rem 1.8rem;
    border-radius: 1.6rem;
  }
}

.common-modal-demo__text {
  margin: 0 0 1.6rem;
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.9;
}

.common-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 3rem 1.6rem;
  background: rgba(29, 38, 34, 0.48);
}

.common-modal[hidden] {
  display: none;
}

.common-modal__dialog {
  width: min(100%, 72rem);
  max-height: min(84vh, 72rem);
  overflow: hidden;
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 1.4rem 3.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.4rem 3.6rem rgba(0, 0, 0, 0.16);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-modal__dialog {
    border-radius: 1.6rem;
  }
}

.common-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
  padding: 2.2rem 2.6rem 1.4rem;
  border-bottom: 1px solid rgba(119, 119, 119, 0.14);
}
@media (max-width: calc(640px + 0.98px)) {
  .common-modal__header {
    padding: 1.8rem 1.8rem 1.2rem;
  }
}

.common-modal__title {
  margin: 0;
  color: #BBAAD1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-modal__title {
    font-size: 1.9rem;
  }
}

.common-modal__close {
  width: 4rem;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(119, 119, 119, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: #333333;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

.common-modal__body {
  max-height: min(68vh, 54rem);
  padding: 2.2rem 2.6rem 2.8rem;
  overflow-y: auto;
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.9;
}
.common-modal__body p {
  margin: 0;
}
.common-modal__body p + p {
  margin-top: 1.2rem;
}
@media (max-width: calc(640px + 0.98px)) {
  .common-modal__body {
    padding: 1.8rem 1.8rem 2.2rem;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.page-top-button {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 4.8rem;
  aspect-ratio: 1;
  border: 1px solid rgba(119, 119, 119, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #333333;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.08);
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.page-top-button:hover {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  background: #ffffff;
  -webkit-box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.12);
}
@media (max-width: calc(900px + 0.98px)) {
  .page-top-button {
    right: 1.8rem;
    bottom: 8.6rem;
    width: 4.4rem;
    font-size: 1.6rem;
  }
}
@media (max-width: calc(640px + 0.98px)) {
  .page-top-button {
    right: 1.4rem;
    bottom: 8rem;
    width: 4rem;
  }
}

.global-nav__instagram {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
.global-nav__instagram img {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.global-nav__instagram span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
@media (max-width: calc(900px + 0.98px)) {
  .global-nav__instagram {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .global-nav__instagram img {
    display: none;
  }
  .global-nav__instagram span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}

.access-page {
  padding: 0 0 10rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .access-page {
    padding: 0 0 7.2rem;
  }
}
.access-page__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}
.access-page__intro {
  margin-bottom: 2.4rem;
  text-align: center;
}
.access-page__breadcrumb {
  margin-bottom: 3.6rem;
}
.access-page__section {
  margin-top: 5.6rem;
}
.access-page__section--map {
  margin-top: 0;
}
.access-page__map {
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.05);
}
.access-page__map iframe {
  display: block;
  width: 100%;
  height: min(52rem, 56vw);
}
.access-page__address {
  margin-top: 2rem;
}
.access-page__access-list {
  margin-top: 0;
}
.access-page__parking-guide {
  margin-top: 0;
}

.doctor-page {
  padding: 0 0 10rem;
}
@media (max-width: calc(900px + 0.98px)) {
  .doctor-page {
    padding: 0 0 7.2rem;
  }
}
.doctor-page__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}
.doctor-page__intro {
  margin-bottom: 2.4rem;
  text-align: center;
}
.doctor-page__breadcrumb {
  margin-bottom: 3.6rem;
}
.doctor-page__section {
  margin-top: 5.6rem;
}
.doctor-page__section--first {
  margin-top: 0;
}
.doctor-page__doctor {
  margin-top: 0;
}

.js-inview {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  will-change: opacity, transform;
}

.js-inview.fade-up {
  -webkit-transform: translate3d(0, 2.4rem, 0);
          transform: translate3d(0, 2.4rem, 0);
}

.js-inview.fade-in {
  -webkit-transform: none;
          transform: none;
}

.js-inview.fade-left {
  -webkit-transform: translate3d(2.4rem, 0, 0);
          transform: translate3d(2.4rem, 0, 0);
}

.js-inview.fade-right {
  -webkit-transform: translate3d(-2.4rem, 0, 0);
          transform: translate3d(-2.4rem, 0, 0);
}

.js-inview.is-inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.demo-animation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.demo-animation-card {
  padding: 3.2rem 2.8rem;
  border: 1px solid rgba(119, 119, 119, 0.22);
  border-radius: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 1.2rem 3rem rgba(17, 55, 102, 0.06);
          box-shadow: 0 1.2rem 3rem rgba(17, 55, 102, 0.06);
}

.demo-animation-card__label {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  background: rgba(239, 246, 196, 0.7);
  color: #2f8f2d;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.demo-animation-card__title {
  margin: 0 0 1rem;
  color: #313131;
  font-size: 2rem;
  line-height: 1.6;
}

.demo-animation-card__text {
  margin: 0;
  color: #555555;
  font-size: 1.5rem;
  line-height: 1.9;
}

@media (max-width: 1023.98px) {
  .demo-animation-grid {
    grid-template-columns: 1fr;
  }
  .demo-animation-card {
    padding: 2.8rem 2.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-inview {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */