.about-page {
  padding-bottom: 86px;
}

.first-anchor-nav.first-anchor-nav--about {
  margin-top: 34px;
  grid-template-columns: repeat(2, 1fr);
}

.first-anchor-nav.first-anchor-nav--about a:nth-child(odd) {
  border-right: 1px solid var(--fi-divider);
}

.first-anchor-nav.first-anchor-nav--about a:nth-child(-n + 2) {
  border-bottom: 2px solid var(--fi-divider);
}

.about-section {
  padding-top: 40px;
}


.about-panel {
  background: #efdcba;
  border-radius: 34px;
  padding: 50px 30px 30px;
}

.about-greeting {
  margin-top: 66px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 25px;
}

.about-greeting__photo {
  border-radius: 12px;
  background: #c9c9c9;
  min-height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-greeting__photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-greeting__meta {
  padding-top: 6px;
}

.about-greeting__role {
  margin: 0;
  font-size: 18px;
}

.about-greeting__name {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 500;
}

.about-greeting__credential {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}

.about-greeting__text {
  margin: 30px 0 80px;
}

.about-greeting__text p {
  margin: 0;
  font-size: var(--fi-fs-base);
  line-height: 1.85;
}

.about-greeting__text p + p {
  margin-top: 6px;
}

.about-sub-title {
  margin: 80px 0 0;
  text-align: center;
  font-size: var(--fi-fs-title);
  line-height: 1.25;
  font-weight: 500;
}

.about-sub-title-en {
  margin: 10px 0 0;
  text-align: center;
  color: var(--fi-gold-line);
  font-size: var(--fi-fs-subtitle);
  letter-spacing: 0.08em;
}

.about-career {
  margin-top: 40px;
}

.about-career__row {
  display: grid;
  grid-template-columns: 91px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 6px;
  border-bottom: 1px solid #9d886f;
}

.about-career__row:last-child {
  border-bottom: none;
}

.about-page .about-career__row.about-career__row--no-underline {
  border-bottom: 0;
}

.about-career__label {
  margin: 0;
  color: #7f6f5c;
  font-size: 16px;
  line-height: 1.5;
}

.about-career__value p {
  margin: 0;
  font-size: var(--fi-fs-base);
  line-height: 1.6;
}

.about-career__value p + p {
  margin-top: 8px;
}

.about-section--facilities {
  padding-top: 50px;
}

.about-lead {
  margin: 50px 0 0;
  font-size: var(--fi-fs-base);
  line-height: 1.95;
}

.about-facility-list {
  margin-top: 52px;
}

.about-facility-card + .about-facility-card {
  margin-top: 40px;
}

.about-facility-card {
  border: 2px solid #d89b57;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
}

.about-facility-card__image {
  width: 100%;
  min-height: 355px;
  background: #c9c9c9;
  color: #9a8070;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.4;
}

.about-facility-card__body {
  padding: 20px 18px 32px;
}

.about-facility-card__body h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.about-facility-card__body h3::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 12px;
  background: #d79d4e;
}

.about-facility-card__body p {
  margin: 20px 0 0;
  font-size: var(--fi-fs-base);
  line-height: 1.9;
}

.about-section--hours {
  padding-top: 80px;
}

.about-section--access {
  padding-top: 80px;
  padding-bottom: 120px;
}

.about-map {
  width: 78%;
  aspect-ratio: 1 / 1;
  margin: 40px auto 0;
  background: #c9c9c9;
  color: #8f8f8f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  line-height: 1;
}

.about-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.about-address {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.about-access-chips {
  margin-top: 10px;
}

.about-access-chips p {
  width: fit-content;
  margin: 8px auto 0;
  padding: 6px 16px 7px;
  border-radius: 999px;
  background: #bd8444;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.about-building {
  width: 100%;
  min-height: 420px;
  margin-top: 52px;
  overflow: hidden;
  background: #c9c9c9;
  color: #8f8f8f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  line-height: 1;
}

.about-building__img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

@media (max-width: 380px) {
  .about-greeting {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 16px;
  }

  .about-greeting__name {
    font-size: 38px;
  }

  .about-facility-card__image {
    min-height: 410px;
  }
}

@media (max-width: 767px) {
  .about-page {
    background: #fff2ea;
    width: 100%;
    max-width: none;
    padding-bottom: 60px;
  }

  .about-page .child-section-title {
    color: #474747;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 3.2px;
  }

  .about-page .child-section-subtitle {
    margin: 0;
    color: #e6a921;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about {
    width: 100%;
    margin-top: 34px;
    border-bottom: 0;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a {
    min-height: 68px;
    padding: 8px 8px 10px;
    border-bottom: 2px solid #7d7d7d;
    color: #7d7d7d;
    gap: 4px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a:nth-child(odd) {
    border-right-color: #7d7d7d;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a.is-current {
    color: #474747;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a.is-current::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 2px;
    background: #474747;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about i {
    width: 8px;
    height: 8px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .about-page .about-section--greeting {
    margin-top: 36px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 30px;
    background: rgba(230, 169, 33, 0.2);
  }

  .about-page .about-panel {
    padding: 0 26px;
    border-radius: 0;
    background: transparent;
  }

  .about-page .about-greeting-block {
    width: 100%;
    max-width: none;
    margin: 49px auto 0;
  }

  .about-page .about-greeting {
    margin-top: 0;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 25px;
    align-items: start;
  }

  .about-page .about-greeting__photo {
    width: 120px;
    height: 160px;
    min-height: 0;
    border-radius: 10px;
    background: #d9d9d9;
  }

  .about-page .about-greeting__meta {
    padding-top: 0;
  }

  .about-page .about-greeting__role {
    color: #474747;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .about-page .about-greeting__name {
    margin-top: 4px;
    color: #474747;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.2px;
    white-space: nowrap;
  }

  .about-page .about-greeting__credential {
    margin-top: 3px;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-greeting__text {
    width: 100%;
    max-width: none;
    margin: 20px 0 80px;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-greeting__text p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .about-page .about-greeting__text p + p {
    margin-top: 0;
  }

  .about-page .about-career {
    width: 100%;
    max-width: none;
    margin: 36px auto 0;
  }

  .about-page .about-career__row {
    min-height: 48px;
    padding: 0;
    grid-template-columns: 87px minmax(0, 1fr);
    gap: 0;
    border-bottom: 0.5px solid #82654d;
    align-items: start;
  }

  .about-page .about-career__label,
  .about-page .about-career__value p {
    margin: 0;
    padding-top: 8px;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-career__label {
    color: #82654d;
    padding-left: 7px;
    white-space: nowrap;
  }

  .about-page .about-career__label.is-empty {
    color: transparent;
  }

  .about-page .about-career__value {
    min-width: 0;
    padding-left: 22px;
  }

  .about-page .about-career__row:has(.about-career__label.is-empty) {
    min-height: 32px;
    margin-top: -16px;
    border-bottom: 0;
  }

  .about-page .about-career__row:has(.about-career__label.is-empty) + .about-career__row:has(.about-career__label.is-empty) {
    margin-top: 0;
  }

  .about-page .about-section--facilities {
    padding-top: 49px;
  }

  .about-page .about-section--facilities .about-container,
  .about-page .about-section--hours .about-container {
    width: calc(100% - 20px);
    max-width: none;
  }

  .about-page .about-lead {
    width: 100%;
    max-width: none;
    margin: 48px auto 0;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-facility-list {
    margin-top: 72px;
  }

  .about-page .about-facility-card {
    border: 1px solid #c48a4a;
    border-radius: 8px;
  }

  .about-page .about-facility-card + .about-facility-card {
    margin-top: 40px;
  }

  .about-page .about-facility-card__image {
    height: auto;
    aspect-ratio: 1 / 1;
    min-height: 0;
    background: #d9d9d9;
    color: #9c8878;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .about-page .about-facility-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .about-page .about-facility-card__body {
    padding: 16px 16px 32px;
  }

  .about-page .about-facility-card__body h3 {
    min-height: 40px;
    border-bottom: 1px solid #e6a921;
    color: #474747;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.2px;
    white-space: nowrap;
  }

  .about-page .about-facility-card__body h3::after {
    content: none;
  }

  .about-page .about-facility-card__body p {
    margin-top: 10px;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-section--hours {
    padding-top: 80px;
  }

  .about-page .about-hours-information {
    width: 100%;
    margin: 15px auto 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #393939;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-hours-information__block {
    margin: 0;
  }

  .about-page .about-hours-information__block p {
    margin: 0;
  }

  .about-page .about-section--access {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .about-page .about-section--access .about-container {
    width: calc(100% - 20px);
    max-width: none;
  }

  .about-page .about-map {
    width: 100%;
    height: auto;
    margin: 41px auto 0;
    aspect-ratio: 253 / 238;
    background: #d9d9d9;
    color: #828282;
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2.4px;
  }

  .about-page .about-address {
    width: 100%;
    max-width: none;
    margin: 20px auto 0;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: center;
    white-space: nowrap;
  }

  .about-page .about-access-chips {
    margin-top: 2px;
    text-align: center;
  }

  .about-page .about-access-chips p {
    min-height: 24px;
    margin: 8px auto 0;
    padding: 2px 10px;
    border-radius: 27px;
    background: #c48a4a;
    color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1.2px;
  }

  .about-page .about-building {
    width: 100%;
    max-width: none;
    height: 250px;
    min-height: 0;
    margin: 47px auto 0;
    background: #d9d9d9;
    color: #828282;
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2.4px;
  }
}

@media (min-width: 768px) {
  .first-anchor-nav.first-anchor-nav--about a {
    min-height: 126px;
  }

  .about-panel {
    padding: 76px 28px 82px;
  }

  .about-facility-card__image {
    min-height: 560px;
  }
}

@media (min-width: 768px) {
  .about-page {
    --about-pc-content-width: 940px;
    --about-pc-side-space: 50px;
    background: #fff2ea;
    overflow-x: clip;
  }

  .about-page .about-container {
    width: min(calc(100% - var(--about-pc-side-space) * 2), var(--about-pc-content-width));
    max-width: var(--about-pc-content-width);
  }

  .about-page .first-anchor-nav.first-anchor-nav--about {
    width: min(calc(100% - var(--about-pc-side-space) * 2), 1020px);
    max-width: 1020px;
    min-height: 120px;
    margin: 80px auto 0;
    border-bottom: 2px solid #7d7d7d;
    display: grid;
    grid-template-columns: 270px repeat(3, 250px);
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a {
    min-height: 120px;
    padding: 20px 10px;
    border: 0;
    border-right: 1px solid #7d7d7d;
    color: #7d7d7d;
    gap: 16px;
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a:last-child {
    border-right: 0;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a:nth-child(odd),
  .about-page .first-anchor-nav.first-anchor-nav--about a:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a.is-current {
    color: #474747;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a.is-current::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #474747;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about i {
    width: 21px;
    height: 21px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .about-page .child-section-title {
    color: #474747;
    font-size: 48px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 2.4px;
  }

  .about-page .child-section-subtitle {
    margin: 0 0 40px;
    color: #e6a921;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.2px;
  }

  .about-page .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-page .about-section--greeting {
    min-height: 1429px;
    margin-top: 0;
    border-radius: 30px;
    background: rgba(230, 169, 33, 0.2);
  }

  .about-page .about-panel {
    width: min(calc(100% - var(--about-pc-side-space) * 2), var(--about-pc-content-width));
    max-width: var(--about-pc-content-width);
    margin-inline: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .about-page .about-greeting-block {
    width: 600px;
    max-width: 100%;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 240px 321px;
    gap: 40px;
    align-items: start;
  }

  .about-page .about-greeting {
    width: 240px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .about-page .about-greeting__photo {
    width: 240px;
    height: 320px;
    min-height: 0;
    border-radius: 20px;
    background: #d9d9d9;
  }

  .about-page .about-greeting__meta {
    width: 167px;
    margin-inline: auto;
    padding-top: 0;
    color: #474747;
  }

  .about-page .about-greeting__role {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .about-page .about-greeting__name {
    margin-top: 8px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.6px;
    white-space: nowrap;
  }

  .about-page .about-greeting__credential {
    margin-top: 8px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-greeting__text {
    width: 321px;
    height: auto;
    margin: 0;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-greeting__text p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .about-page .about-greeting__text p + p {
    margin-top: 0;
  }

  .about-page .about-panel > h3.child-section-title {
    margin-top: 80px;
  }

  .about-page .about-career {
    width: 600px;
    max-width: 100%;
    margin: 40px auto 0;
  }

  .about-page .about-career__row {
    min-height: 48px;
    padding: 0;
    display: grid;
    grid-template-columns: 91px minmax(0, 473px);
    gap: 40px;
    border-bottom: 0.5px solid #82654d;
    align-items: start;
  }

  .about-page .about-career__row.about-career__row--no-underline:last-child {
    border-bottom: 0.5px solid #82654d;
  }

  .about-page .about-career__label,
  .about-page .about-career__value p {
    margin: 0;
    padding-top: 8px;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-career__label {
    color: #82654d;
    padding-left: 7px;
  }

  .about-page .about-career__label.is-empty {
    color: transparent;
  }

  .about-page .about-career__value p + p {
    margin-top: 0;
  }

  .about-page .about-section--facilities {
    min-height: 1696px;
  }

  .about-page .about-lead {
    margin: 40px 0 0;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: center;
  }

  .about-page .about-facility-list {
    width: 940px;
    max-width: 100%;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .about-page .about-facility-card {
    width: 734px;
    min-height: 400px;
    margin: 0;
    border: 1px solid #c48a4a;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    overflow: hidden;
    background: transparent;
  }

  .about-page .about-facility-card + .about-facility-card {
    margin-top: 0;
  }

  .about-page .about-facility-card:nth-child(even) {
    margin-left: auto;
    flex-direction: row-reverse;
  }

  .about-page .about-facility-card__image {
    width: 400px;
    min-height: 0;
    height: 400px;
    flex: 0 0 400px;
    background: #d9d9d9;
    color: #9c8878;
    font-size: 16px;
    line-height: 27.2px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .about-page .about-facility-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .about-page .about-facility-card__body {
    flex: 1 1 auto;
    min-width: 0;
    padding: 20px 16px 32px;
  }

  .about-page .about-facility-card__body h3 {
    min-height: 50px;
    margin: 0;
    border-bottom: 1px solid #e6a921;
    color: #474747;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.6px;
    white-space: nowrap;
  }

  .about-page .about-facility-card__body h3::after {
    content: none;
  }

  .about-page .about-facility-card__body p {
    margin: 20px 0 0;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .about-page .about-section--hours {
    min-height: 821px;
  }

  .about-page .about-hours-information {
    width: 100%;
    margin: 23px auto 0;
    gap: 40px;
    color: #393939;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .about-page .about-hours-information__block--reception {
    width: 759px;
    max-width: 100%;
  }

  .about-page .about-hours-information__block--endoscopy {
    width: 504px;
    max-width: 100%;
  }

  .about-page .about-section--access {
    min-height: 1986px;
    padding-bottom: 120px;
  }

  .about-page .about-section--access .about-container {
    width: 100%;
    max-width: none;
  }

  .about-page .about-map {
    width: 100vw;
    max-width: none;
    height: 714px;
    margin: 40px calc(50% - 50vw) 0;
    aspect-ratio: auto;
    background: #d9d9d9;
    color: #828282;
    font-size: 72px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 7.2px;
  }

  .about-page .about-address {
    margin: 80px 0 0;
    color: #474747;
    font-size: 32px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-align: center;
  }

  .about-page .about-access-chips {
    margin-top: 4px;
    text-align: center;
  }

  .about-page .about-access-chips p {
    width: fit-content;
    min-height: 56px;
    margin: 0 auto;
    padding: 4px 20px;
    border-radius: 54px;
    background: #7d7d7d;
    color: #fafafa;
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .about-page .about-access-chips p + p {
    margin-top: 16px;
  }

  .about-page .about-building {
    width: 646px;
    max-width: calc(100% - var(--about-pc-side-space) * 2);
    min-height: 0;
    height: 500px;
    margin: 80px auto 0;
    background: #d9d9d9;
    color: #828282;
    font-size: 48px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 4.8px;
  }

}

@media (min-width: 768px) and (max-width: 1180px) {
  .about-page {
    --about-pc-side-space: 28px;
  }

  .about-page .first-anchor-nav.first-anchor-nav--about {
    grid-template-columns: repeat(4, 1fr);
  }

  .about-page .first-anchor-nav.first-anchor-nav--about a {
    font-size: 20px;
  }

  .about-page .about-facility-card,
  .about-page .about-facility-card:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }

  .about-page .about-facility-card__image {
    flex-basis: 360px;
    width: 360px;
  }
}
