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

.top-hero {
  padding-bottom: 24px;
}

.top-kv {
  margin-top: 14px;
  height: 545px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-image: var(--top-kv-bg-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #cfc3b2;
  padding: 70px 14px 0px;
}

.top-kv__overlay p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.top-kv__pc-line {
  display: none;
}

.top-kv__circles {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: min(calc(100% - 16px), 380px);
  max-width: 340px;
  height: 300px;
  transform: translateX(-50%);
}

.top-kv__circle {
  position: absolute;
  bottom: 0;
  width: 154px;
  height: 154px;
  min-height: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(230, 169, 33, 0.9);
  text-align: center;
  padding: 16px 0px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-kv__circle h2 {
  color:#fff;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.top-kv__circle p {
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 1.5;
}

.top-kv__circle--large {
  top: 37px;
  left: 50%;
  bottom: auto;
  margin: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.top-kv__circle:nth-of-type(2) {
  left: 0px;
  z-index: 1;
}

.top-kv__circle:nth-of-type(3) {
  right: 0px;
  z-index: 1;
}

.top-kv__icon {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  object-fit: contain;
}
.top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(100%, 300px);
  min-height: 55px;
  padding: 0 44px;
  margin: 46px 0 0 auto;
  border-radius: 10px;
  background: var(--fi-gold);
  color: var(--fi-text);
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.top-button--hero {
  margin: 40px auto 0;
}

.top-news {
  padding-top: 80px;
}

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

.top-section-subtitle {
  margin: 10px 0 0;
  text-align: center;
  color: var(--fi-gold-line);
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.top-news-list {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.top-news-list__item + .top-news-list__item {
  margin-top: 42px;
}

.top-news-list time {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.top-news-list p {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}

.top-news-list a {
  color: inherit;
  text-decoration: none;
}

.top-news .top-button {
  margin-top: 54px;
  margin-bottom: 34px;
  width: min(100%, 312px);
}

.top-panel {
  margin-top: 78px;
  padding: 56px 0 62px;
  background: #efdcba;
  border-radius: 32px;
}

.top-grid {
  margin-top: 64px;
  display: grid;
  gap: 10px;
}

.top-grid--three {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
}

.top-grid--two {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}

.top-card {
  background: #c9c9c9;
}

.top-card--menu {
  min-height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.top-card--wide {
  min-height: 106px;
}

.top-grid--two + .top-grid--two,
.top-grid--three + .top-grid--two {
  margin-top: 20px;
}

.top-panel--feature .top-feature-image {
  margin-top: 56px;
  height: 272px;
  overflow: hidden;
  background: #c9c9c9;
}

.top-feature-image__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-feature-list {
  margin-top: 65px;
}

.top-feature-list__item + .top-feature-list__item {
  margin-top: 30px;
}

.top-feature-list__label {
  font-weight: 600;
  margin: 0;
  display: inline-block;
  padding: 4px 6px 6px;
  background: #c9c9c9;
  font-size: var(--fi-fs-subtitle);
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.top-feature-list__text {
  font-weight: 500;
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.9;
}

.top-panel--feature .top-button {
  width: min(100%, 220px);
  margin: 56px 0 0 auto;
}

.top-panel--symptoms {
  margin-top: 70px;
  border-radius: 30px;
  background: rgba(230, 169, 33, 0.2);
  padding: 42px 0 40px;
}

.top-symptoms-groups {
  margin-top: 40px;
}

.top-symptoms-group__title {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e38040;
  color: #474747;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.top-symptoms-links {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}

.top-symptoms-links--disease {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.top-symptoms-links--worry {
  grid-template-columns: minmax(0, 1fr);
}

.top-symptoms-links a {
  min-height: 56px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #e6a921;
  color: #474747;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.top-symptoms-group--worry {
  margin-top: 50px;
}

.top-symptoms-empty {
  margin: 30px 0 0;
  color: #474747;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.top-access {
  padding-top: 85px;
  padding-bottom: 84px;
}

.top-map {
  width: 100%;
  max-width: 940px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

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

.top-clinic-logo {
  margin: 52px auto 0;
  text-align: center;
  max-width: 300px;
}

.top-clinic-logo .custom-logo,
.top-clinic-logo-image {
  width: 100%;
  height: auto;
}

.top-clinic-dept {
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: #82654D;
  font-weight: 500;
}

.top-clinic-address {
  margin: 34px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.top-clinic-chip {
  text-align: center;
  width: fit-content;
  margin: 8px auto 0;
  padding: 6px 12px 7px;
  border-radius: 999px;
  background: #7d7d7d;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.top-clinic-contact {
  width: min(100%, 548px);
  margin: 34px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-clinic-contact__row {
  min-width: 0;
  min-height: 40px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-clinic-contact__label {
  width: 76px;
  min-height: 40px;
  padding: 2px 10px 4px;
  border-radius: 999px;
  background: #393939;
  box-sizing: border-box;
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.top-clinic-fax .top-clinic-contact__label {
  background: #7d7d7d;
}

.top-clinic-contact__number {
  min-width: 0;
  color: #393939 !important;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.top-clinic-fax .top-clinic-contact__number {
  color: #7d7d7d !important;
}

.top-clinic-contact a,
.top-clinic-contact a:visited,
.top-clinic-contact a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
}

.top-hours {
  margin-top: 46px;
}

.top-hours .clinic-hours-table-wrap {
  margin-top: 0;
}

@media (max-width: 767px) {
  .top-page {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    background: #fff2ea;
    overflow-x: clip;
  }

  .top-page .top-hero > .top-container {
    width: calc(100% - 22px);
  }

  .top-kv {
    margin-top: 17px;
    height: clamp(500px, calc(154.4vw - 34px), 630px);
    padding: 67px 8px 0;
    border-radius: 12px;
    background-image: var(--top-kv-bg-image-sp, var(--top-kv-bg-image, none));
  }

  .top-kv__overlay p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .top-kv__pc-line {
    display: inline;
  }

  .top-kv__circles {
    bottom: 12px;
    width: 95.5%;
    max-width: none;
    height: clamp(300px, 80vw, 344px);
  }

  .top-kv__circle {
    width: clamp(138px, 45.7%, 176px);
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0 10px;
  }

  .top-kv__circle::after {
    content: "";
    position: absolute;
    inset: 3px;
    border: 1px solid rgba(250, 250, 250, 0.9);
    border-radius: 50%;
    pointer-events: none;
  }

  .top-kv__circle--large {
    top: 12.33%;
  }

  .top-kv__icon {
    width: clamp(44px, 12.8vw, 55px);
    height: clamp(44px, 12.8vw, 55px);
  }

  .top-kv__circle--large .top-kv__icon {
    width: clamp(56px, 16vw, 69px);
    height: clamp(36px, 10.13vw, 44px);
  }

  .top-kv__circle h2 {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16.917px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .top-kv__circle p {
    margin-top: 8px;
    font-size: 10px;
    line-height: 12.084px;
    letter-spacing: 0;
  }

  .top-button,
  .top-panel--feature .top-button {
    min-height: 48px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
    --fi-button-arrow-right: 16px;
    --fi-button-arrow-size: 8px;
  }

  .top-button--hero {
    width: 57.1%;
    min-width: 170px;
    max-width: none;
  }

  .top-section-title,
  .top-panel--symptoms .child-section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 3.2px;
  }

  .top-section-subtitle,
  .top-panel--symptoms .child-section-subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-news > .top-container,
  .top-panel--feature > .top-container {
    width: calc(100% - 52px);
  }

  .top-news {
    padding-top: 80px;
  }

  .top-news-list {
    margin-top: 40px;
  }

  .top-news-list__item + .top-news-list__item {
    margin-top: 32px;
  }

  .top-news-list time,
  .top-news-list p {
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-news-list p {
    margin: 0;
  }

  .top-news .top-button {
    width: 83%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .top-panel {
    margin-top: 75px;
    border-radius: 30px;
    background: rgba(230, 169, 33, 0.2);
  }

  .top-panel--feature {
    padding: 35px 0 32px;
  }

  .top-panel--feature .top-feature-image {
    width: 100%;
    height: 250px;
    margin-top: 65px;
    background: #d9d9d9;
  }

  .top-feature-list {
    margin-top: 25px;
    padding: 40px 0 20px;
  }

  .top-feature-list__item + .top-feature-list__item {
    margin-top: 32px;
  }

  .top-feature-list__label {
    margin: 0;
    padding: 0;
    background: #d9d9d9;
    color: #474747;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.2px;
  }

  .top-feature-list__text {
    margin-top: 16px;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-panel--feature .top-button {
    width: 57%;
    margin: 25px 0 0 auto;
  }

  .top-panel--menu {
    padding: 40px 0 53px;
  }

  .top-panel--menu > .top-container {
    width: calc(100% - 10px);
  }

  .top-grid--three {
    margin-top: 80px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-inline: 2.055%;
    box-sizing: border-box;
    gap: 20px 10px;
  }

  .top-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 1.78%;
    box-sizing: border-box;
    gap: 20px 10px;
  }

  .top-card--menu,
  .top-card--wide {
    min-height: 0;
    padding: 35px 23px;
    background: #d9d9d9;
    color: #260f00;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
  }

  .top-card--menu {
    aspect-ratio: 110 / 100;
  }

  .top-card--wide {
    aspect-ratio: 171 / 100;
  }

  .top-grid--three + .top-grid--two {
    margin-top: 20px;
  }

  .top-panel--symptoms {
    margin-top: 75px;
    padding: 42px 0 51px;
  }

  .top-panel--symptoms > .top-container {
    width: min(calc(100% - 20px), 355px);
  }

  .top-symptoms-groups {
    width: min(323px, 100%);
    margin: 40px auto 0;
  }

  .top-symptoms-group__title {
    padding: 20px 0 0;
    border-bottom-width: 2px;
    color: #393939;
    font-size: 32px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 1.6px;
  }

  .top-symptoms-links {
    margin-top: 26px;
    gap: 16px;
  }

  .top-symptoms-links--disease {
    grid-template-columns: minmax(0, 285px);
    justify-content: center;
  }

  .top-symptoms-links--worry {
    grid-template-columns: minmax(0, 1fr);
  }

  .top-symptoms-links a {
    min-height: 63px;
    padding: 8px 16px;
    color: #393939;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-symptoms-group--worry {
    margin-top: 51px;
  }

  .top-symptoms-empty {
    margin-top: 26px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }

  .top-access {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .top-access > .top-container {
    width: 100%;
    max-width: none;
  }

  .top-map {
    width: 100%;
    height: auto;
    aspect-ratio: 253 / 238;
    margin: 0 auto;
  }

  .top-clinic-logo {
    width: 80.53%;
    max-width: none;
    margin-top: 40px;
  }

  .top-clinic-dept {
    margin: -4px 0 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .top-clinic-address {
    margin-top: 36px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-clinic-chip {
    min-height: 28px;
    margin-top: 2px;
    padding: 2px 10px;
    border-radius: 27px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .top-clinic-chip + .top-clinic-chip {
    margin-top: 8px;
  }

  .top-clinic-contact {
    width: min(calc(100% - 20px), 390px);
    margin-top: 40px;
    gap: 20px;
  }

  .top-clinic-contact__row {
    min-height: 40px;
    gap: 16px;
  }

  .top-clinic-contact__label {
    width: 76px;
    min-height: 40px;
    font-size: 24px;
  }

  .top-clinic-contact__number {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.4px;
  }

  .top-hours {
    width: calc(100% - 20px);
    margin: 75px auto 0;
  }

}

@media (min-width: 768px) {
  .top-kv {
    min-height: 610px;
    padding-top: 98px;
  }

  .top-news {
    padding-top: 220px;
  }

  .top-news-list p {
    max-width: 740px;
  }

  .top-panel--symptoms {
    padding: 86px 0 92px;
  }
}

@media (min-width: 768px) {
  .top-page {
    --top-pc-content-width: 940px;
    --fi-fs-base: 16px;
    --fi-fs-small: 14px;
    --fi-fs-subtitle: 16px;
    --fi-fs-title: 48px;
    background: #fff2ea;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    padding-bottom: 0;
    font-size: var(--fi-fs-base);
    line-height: 1.8;
    overflow-x: clip;
  }

  .top-page p,
  .top-page li,
  .top-page dd {
    letter-spacing: 0;
  }

  .top-page .top-container {
    width: min(calc(100% - 100px), var(--top-pc-content-width));
    max-width: var(--top-pc-content-width);
  }

  .top-page .top-hero {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .top-page .top-hero > .top-container {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .top-page .top-topbar {
    min-height: 89px;
    padding-inline: 50px;
    align-items: center;
    gap: 34px;
  }

  .top-page .top-logo-wrap {
    flex: 0 0 398px;
    width: 398px;
  }

  .top-page .top-logo-link {
    width: 398px;
    height: 89px;
    gap: 0;
  }

  .top-page .top-logo-symbol {
    content: url("../img/logo-main.png");
    width: 398px;
    height: 89px;
    object-fit: contain;
  }

  .top-page .top-logo-name {
    display: none;
  }

  .top-page .top-menu-button,
  .top-page .clinic-sp-menu {
    display: none !important;
  }

  .top-page .clinic-pc-global-nav {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
  }

  .top-page .clinic-pc-global-nav__item {
    position: relative;
    display: flex;
    align-items: stretch;
  }

  .top-page .clinic-pc-global-nav__link {
    min-height: 32px;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.8px;
  }

  .top-page .clinic-pc-global-nav__link:hover,
  .top-page .clinic-pc-global-nav__link:focus-visible,
  .top-page .clinic-pc-global-nav__link[aria-current="page"] {
    background: transparent;
    color: #474747;
  }

  .top-page .clinic-pc-global-nav__item--has-submenu > .clinic-pc-global-nav__link::after {
    content: none;
  }

  .top-page .clinic-pc-global-nav__submenu {
    position: absolute;
    top: calc(100% - 4px);
    left: 50%;
    z-index: 20;
    width: 230px;
    padding: 10px;
    border: 1px solid rgba(196, 138, 74, 0.35);
    border-radius: 10px;
    background: #fffaf5;
    box-shadow: 0 16px 34px rgba(130, 101, 77, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  .top-page .clinic-pc-global-nav__item--has-submenu:hover .clinic-pc-global-nav__submenu,
  .top-page .clinic-pc-global-nav__item--has-submenu:focus-within .clinic-pc-global-nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  .top-page .clinic-pc-global-nav__submenu a {
    min-height: 38px;
    padding: 7px 10px;
    border-radius: 7px;
    color: var(--fi-text);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: 0;
  }

  .top-page .clinic-pc-global-nav__submenu a:hover,
  .top-page .clinic-pc-global-nav__submenu a:focus-visible {
    background: rgba(230, 169, 33, 0.16);
  }

  .top-page .top-header-info {
    height: 65px;
    min-height: 65px;
    margin: 0;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }

  .top-page .top-header-info__reservation {
    width: 214px;
    min-width: 214px;
    min-height: 48px;
    padding: 8px 50px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
    --fi-button-arrow-right: 18px;
    --fi-button-arrow-size: 8px;
  }

  .top-page .top-header-info__contact {
    width: max-content;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .top-page .top-header-info__address {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-page .top-header-info__tel {
    align-self: flex-end;
    height: 34px;
    margin-top: -1px;
    align-items: center;
    gap: 6px;
    color: #474747;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.6px;
  }

  .top-page .top-header-info__tel span {
    display: none;
  }

  .top-page .top-header-info__tel::before {
    content: "";
    width: 24px;
    height: 24px;
    background: currentcolor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M6.62%2010.79c1.44%202.83%203.76%205.14%206.59%206.59l2.2-2.2c.27-.27.67-.36%201.02-.24%201.12.37%202.33.57%203.57.57.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201C10.61%2021%203%2013.39%203%204c0-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201%200%201.24.2%202.45.57%203.57.11.35.03.74-.25%201.02l-2.2%202.2z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M6.62%2010.79c1.44%202.83%203.76%205.14%206.59%206.59l2.2-2.2c.27-.27.67-.36%201.02-.24%201.12.37%202.33.57%203.57.57.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201C10.61%2021%203%2013.39%203%204c0-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201%200%201.24.2%202.45.57%203.57.11.35.03.74-.25%201.02l-2.2%202.2z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .top-page .top-kv {
    height: 646px;
    min-height: 0;
    margin-top: 40px;
    padding: 72px 50px 0;
    overflow: hidden;
    border-radius: 0;
    background-position: center 42%;
    background-size: cover;
  }

  .top-page .top-kv::before {
    background: none;
  }

  .top-page .top-kv__pc-line {
    display: inline;
  }

  .top-page .top-kv__overlay {
    position: relative;
    z-index: 2;
  }

  .top-page .top-kv__overlay p {
    font-size: clamp(38px, 3.333vw, 48px);
    line-height: 80px;
    letter-spacing: 0;
    font-weight: 700;
    white-space: nowrap;
  }

  .top-page .top-kv__circles {
    --top-kv-point-size: clamp(205px, 17.708vw, 255px);
    --top-kv-point-gap: clamp(20px, 2.083vw, 30px);
    left: calc(50% + clamp(70px, 12.326vw, 177.5px));
    bottom: 12px;
    width: calc(var(--top-kv-point-size) * 3 + var(--top-kv-point-gap) * 2);
    max-width: none;
    height: var(--top-kv-point-size);
    display: flex;
    gap: var(--top-kv-point-gap);
    transform: translateX(-50%);
    z-index: 3;
  }

  .top-page .top-kv__circle,
  .top-page .top-kv__circle--large,
  .top-page .top-kv__circle:nth-of-type(2),
  .top-page .top-kv__circle:nth-of-type(3) {
    position: relative;
    inset: auto;
    width: var(--top-kv-point-size);
    height: var(--top-kv-point-size);
    transform: none;
    border: 0;
    background: rgba(230, 169, 33, 0.92);
    padding: 32px 18px 34px;
    z-index: 1;
  }

  .top-page .top-kv__circle::after {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(250, 250, 250, 0.9);
    border-radius: 50%;
    pointer-events: none;
  }

  .top-page .top-kv__circle h2 {
    margin-top: 18px;
    color: #fafafa;
    font-size: clamp(17px, 1.389vw, 20px);
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .top-page .top-kv__circle p {
    margin-top: 10px;
    color: #fafafa;
    font-size: clamp(13px, 1.111vw, 16px);
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .top-page .top-kv__icon {
    width: 76px;
    height: 76px;
    margin: 0 auto;
  }

  .top-page .top-kv__circle--large .top-kv__icon {
    width: 100px;
    height: 62px;
    margin-top: 6px;
  }

  .top-page .top-button {
    width: 214px;
    min-height: 48px;
    padding: 8px 50px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-page .top-button--hero {
    display: none;
  }

  .top-page .top-section-title,
  .top-page .top-panel--symptoms .child-section-title {
    margin: 0;
    font-size: 48px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 2.4px;
  }

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

  .top-page .top-news {
    min-height: 632px;
    padding: 80px 0 67px;
  }

  .top-page .top-news-list {
    width: min(100%, var(--top-pc-content-width));
    margin: 29px auto 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .top-page .top-news-list__item {
    min-height: 32px;
    display: grid;
    grid-template-columns: 79px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    border-bottom: 1px solid #7d7d7d;
  }

  .top-page .top-news-list__item + .top-news-list__item {
    margin-top: 0;
  }

  .top-page .top-news-list time,
  .top-page .top-news-list p {
    margin: 0;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-page .top-news .top-button {
    width: 268px;
    min-height: 48px;
    margin: 40px 0 0 auto;
  }

  .top-page .top-panel {
    width: 100%;
    margin: 40px 0 0;
    border-radius: 30px;
    background: rgba(230, 169, 33, 0.2);
  }

  .top-page .top-panel > .top-container {
    width: min(calc(100% - 100px), var(--top-pc-content-width));
    max-width: var(--top-pc-content-width);
  }

  .top-page .top-panel--feature {
    min-height: 1084px;
    padding: 80px 0;
  }

  .top-page .top-panel--feature .top-feature-image {
    width: 646px;
    height: 500px;
    margin: 40px auto 0;
    background: #d9d9d9;
  }

  .top-page .top-feature-list {
    width: 690px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .top-page .top-feature-list__item {
    min-height: 40px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .top-page .top-feature-list__item + .top-feature-list__item {
    margin-top: 0;
  }

  .top-page .top-feature-list__label {
    min-width: 144px;
    margin: 0;
    padding: 0;
    background: #d9d9d9;
    color: #474747;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-align: center;
  }

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

  .top-page .top-panel--feature .top-button {
    display: none;
  }

  .top-page .top-panel--menu {
    padding: 80px 0 120px;
  }

  .top-page .top-grid {
    margin-inline: auto;
  }

  .top-page .top-grid--three {
    width: 700px;
    margin-top: 40px;
    grid-template-columns: repeat(3, 220px);
    gap: 20px;
  }

  .top-page .top-grid--two {
    width: 704px;
    margin-top: 20px;
    grid-template-columns: repeat(2, 342px);
    gap: 20px;
  }

  .top-page .top-card--menu {
    min-height: 200px;
    padding: 35px 23px;
    background: #d9d9d9;
    color: #260f00;
    font-size: 30px;
    line-height: 58.88px;
    font-weight: 500;
    letter-spacing: 1.472px;
    text-align: center;
  }

  .top-page .top-card--wide {
    min-height: 200px;
    letter-spacing: 0;
    line-height: 20px;
  }

  .top-page .top-panel--symptoms {
    min-height: 0;
    margin-top: 40px;
    padding: 75px 0 99px;
  }

  .top-page .top-symptoms-groups {
    margin-top: 80px;
  }

  .top-page .top-symptoms-group__title {
    padding: 40px 0 0;
    border-bottom-width: 2px;
    color: #393939;
    font-size: 48px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 2.4px;
  }

  .top-page .top-symptoms-links {
    margin-top: 78px;
    gap: 40px;
  }

  .top-page .top-symptoms-links--disease {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .top-page .top-symptoms-links--worry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-page .top-symptoms-links a {
    min-height: 63px;
    padding: 8px 16px;
    color: #393939;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .top-page .top-symptoms-group--worry {
    margin-top: 62px;
  }

  .top-page .top-symptoms-empty {
    margin-top: 78px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
  }

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

  .top-page .top-access > .top-container {
    width: 100%;
    max-width: none;
  }

  .top-page .top-map {
    width: 100%;
    max-width: 940px;
    height: 714px;
    margin-inline: 0;
    aspect-ratio: auto;
    margin: 0 auto;
  }

  .top-page .top-clinic-logo {
    width: 604px;
    max-width: min(calc(100% - 100px), 604px);
    margin-top: 80px;
  }

  .top-page .top-clinic-logo-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .top-page .top-clinic-dept {
    margin: -8px 0 0;
    color: #82654d;
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
  }

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

  .top-page .top-clinic-chip {
    min-height: 56px;
    margin: 4px auto 0;
    padding: 4px 20px;
    border-radius: 54px;
    background: #7d7d7d;
    color: #fafafa;
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .top-page .top-clinic-chip + .top-clinic-chip {
    margin-top: 16px;
  }

  .top-page .top-clinic-contact {
    width: 548px;
    max-width: calc(100% - 40px);
    margin-top: 80px;
    gap: 32px;
  }

  .top-page .top-clinic-contact__row {
    height: 57px;
    min-height: 0;
    gap: 40px;
  }

  .top-page .top-clinic-contact__label {
    width: 113px;
    height: 57px;
    min-height: 0;
    padding: 0 20px 4px;
    box-sizing: border-box;
    font-size: 40px;
    line-height: 40px;
  }

  .top-page .top-clinic-contact__number {
    width: 395px;
    flex: 0 0 395px;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 3.2px;
  }

  .top-page .top-hours {
    width: 562.5px;
    max-width: calc(100% - 40px);
    margin: 80px auto 0;
  }

  .top-page .top-bottom-cta {
    top: 242px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 100px;
    max-width: none;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 0;
    transform: none;
  }

  .top-page .clinic-footer-fixed-cta a {
    width: 100px;
    min-height: 230px;
    padding: 8px 24px;
    border-radius: 10px 0 0 10px;
    box-shadow: none;
    background: #e38040;
    color: #fafafa;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1.2px;
  }

  .top-page .clinic-footer-fixed-cta__icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .top-page .clinic-footer-fixed-cta__icon.icon-injection {
    width: 18px;
    height: 26px;
  }

  .top-page .clinic-footer-fixed-cta__label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .top-page .clinic-footer-fixed-cta a:nth-child(2) {
    background: #e6a921;
    color: #fafafa;
  }

  .top-page .clinic-footer-fixed-cta a:nth-child(3) {
    background: #e38040;
    color: #fafafa;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .top-page .top-topbar,
  .top-page .top-header-info {
    padding-inline: 28px;
  }

  .top-page .top-logo-wrap,
  .top-page .top-logo-link {
    flex-basis: 260px;
    width: 260px;
  }

  .top-page .top-logo-link,
  .top-page .top-logo-symbol {
    height: 58px;
  }

  .top-page .top-logo-symbol {
    width: 260px;
  }

  .top-page .clinic-pc-global-nav {
    gap: 14px;
  }

  .top-page .clinic-pc-global-nav__link {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .top-page .top-header-info__address {
    display: none;
  }

  .top-page .top-header-info__tel {
    font-size: 24px;
  }

  .top-page .top-kv {
    padding-inline: 40px;
  }

  .top-page .top-feature-list__text {
    white-space: normal;
  }
}
