/* 大切なお知らせ */
.top-important-notice {
  width: min(1120px, calc(100% - 48px));
  margin: 24px auto 0;
  border: 1px solid #efb6b6;
  border-radius: 14px;
  background: #fff8f8;
}

.top-important-notice a {
  display: grid;
  grid-template-columns: auto auto minmax(0, auto) auto;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 72px;
  padding: 10px 26px;
  color: #c62828;
  text-decoration: none;
  text-align: center;
}

.top-important-notice strong,
.top-important-notice time,
.top-important-notice span,
.top-important-notice b { color: #c62828; }
.top-important-notice strong { padding: 8px 16px; border: 2px solid #d83232; border-radius: 999px; background: #fff; font-size: 1rem; font-weight: 900; white-space: nowrap; }
.top-important-notice time { font-size: .75rem; font-weight: 700; white-space: nowrap; }
.top-important-notice span { overflow: hidden; font-size: 1.05rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.top-important-notice b { font-size: 1.1rem; }
.top-important-notice + .top-news { padding-top: 14px !important; }

/* お知らせは3件。View MoreはNEWS見出し直下に配置 */
.top-news__block--notice .top-news__more { display: none !important; }
.top-news__side > .top-news__button--news-side {
  display: inline-flex !important;
  width: min(240px, 100%);
  margin-top: 28px !important;
}
.top-news__block--notice .top-notice-row__category {
  background: #e5f5fb !important;
  color: #39778e !important;
  box-shadow: none !important;
}
.top-news__block--notice .top-notice-row:first-child .top-notice-row__category {
  border-color: #cbe2ea !important;
  background: #e5f5fb !important;
  color: #39778e !important;
  box-shadow: none !important;
}

/* 初診案内の上下余白を統一 */
.first-visit-summary {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

/* 上部へ移動した横長の診療時間 */
.top-home-hours {
  box-sizing: border-box;
  width: min(1480px, calc(100% - 48px)) !important;
  margin: 0 auto 54px !important;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12px 12px,rgba(62,165,211,.11) 1.5px,transparent 1.8px) 0 0 / 24px 24px,
    linear-gradient(135deg,#f8fdff,#eaf7fc) !important;
  box-shadow: 0 18px 48px rgba(20,91,124,.09);
}
.top-home-hours .top-access__hours { background: rgba(255,255,255,.88) !important; border-radius: 22px; }
.top-home-hours .top-access__table tbody tr,
.top-home-hours .top-access__table tbody th,
.top-home-hours .top-access__table tbody td {
  height: 148px !important;
  box-sizing: border-box;
  vertical-align: middle !important;
}
.top-home-hours .top-access__table tbody th,
.top-home-hours .top-access__table tbody td { padding-block: 12px !important; }
.top-home-hours .top-access__table tbody th {
  color: #008fd1 !important;
}
.top-home-hours .schedule-cell small,
.top-home-hours .schedule-shift small { font-size: 1rem !important; line-height: 1.4 !important; }
.top-home-hours .schedule-cell b,
.top-home-hours .schedule-shift b { font-size: .78rem !important; }
.top-home-hours .top-hours-summary {
  display: grid;
  gap: 12px;
  max-width: 1180px;
  color: #24495d;
  text-align: left;
  letter-spacing: .02em;
}
.top-hours-summary__row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #c9e4f0;
  border-radius: 14px;
  background: #f7fcfe;
}
.top-hours-summary__label {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: #e6f6fc;
  color: #087db8;
  font-size: .9rem;
}
.top-hours-summary__content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  padding: 12px 18px;
  font-size: .9rem;
  line-height: 1.65;
}
.top-hours-summary__content b { color: #125d86; }
.top-hours-summary__row--thursday {
  border-color: #a9d8eb;
  background: #edf9fd;
}
.top-hours-summary__row--thursday .top-hours-summary__content { display: grid; gap: 2px; }
.top-hours-summary__row--thursday small { color: #587482; font-size: .76rem; }
.top-hours-summary__grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 12px;
}
.top-hours-summary__item {
  display: grid;
  gap: 5px;
  padding: 14px 18px;
  border: 1px solid #d4e8f1;
  border-radius: 14px;
  background: #fff;
}
.top-hours-summary__item strong { color: #087db8; font-size: .8rem; }
.top-hours-summary__item span { font-size: .92rem; }
.top-hours-summary__item span b { color: #125d86; font-size: 1.05rem; }
.top-hours-summary__item--contact {
  border-color: #f1c5c5;
  background: #fff8f8;
}
.top-hours-summary__item--contact strong,
.top-hours-summary__item--contact span b { color: #cf3434; }
.top-hours-summary__foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 20px;
  padding: 13px 18px;
  border-radius: 14px;
  background: #f4f7f9;
  font-size: .78rem;
  line-height: 1.6;
}
.top-hours-summary__foot p { display: flex; gap: 10px; margin: 0; }
.top-hours-summary__foot p strong { flex: 0 0 auto; color: #087db8; }
.top-hours-summary__foot small {
  grid-column: 1 / -1;
  color: #647985;
  font-size: .7rem;
}
.top-home-hours + .top-specialty {
  padding-top: 70px !important;
  background: #fff !important;
}
.top-home-hours + .top-specialty::before,
.top-home-hours + .top-specialty::after { display: none !important; }

@media (max-width: 767px) {
  .top-home-hours .schedule-cell small,
  .top-home-hours .schedule-shift small { font-size: .84rem !important; }
  .top-hours-summary__row { grid-template-columns: 1fr; }
  .top-hours-summary__label { padding: 9px 13px; }
  .top-hours-summary__content { display: grid; gap: 3px; padding: 11px 13px; font-size: .8rem; }
  .top-hours-summary__grid { grid-template-columns: 1fr; }
  .top-hours-summary__item { padding: 12px 14px; }
  .top-hours-summary__foot { grid-template-columns: 1fr; padding: 12px 14px; }
  .top-hours-summary__foot small { grid-column: auto; }
  .top-important-notice { width: calc(100% - 28px); margin-top: 16px; }
  .top-important-notice a { grid-template-columns: auto 1fr auto; gap: 8px 12px; min-height: 66px; padding: 10px 12px; }
  .top-important-notice time { grid-column: 1; grid-row: 2; font-size: .58rem; }
  .top-important-notice span { grid-column: 2; grid-row: 1 / span 2; font-size: .78rem; white-space: normal; }
  .top-important-notice b { grid-column: 3; grid-row: 1 / span 2; }
  .top-important-notice + .top-news { padding-top: 10px !important; }
  .top-news__side > .top-news__button--news-side { width: min(210px, 100%); margin-top: 18px !important; }
  .first-visit-summary { margin-top: 26px !important; margin-bottom: 26px !important; }
  .top-home-hours { width: calc(100% - 28px) !important; margin-bottom: 36px !important; border-radius: 18px; }
}

/* トップの「目的から探す」から各コンテンツへ自然に移動 */
html {
  scroll-behavior: smooth;
}

#symptom-guide,
#cataract-care,
#glaucoma-care,
#children-care,
#contact-lens-care,
#private-care {
  scroll-margin-top: 112px;
}

@media (max-width: 767px) {
  #symptom-guide,
  #cataract-care,
  #glaucoma-care,
  #children-care,
  #contact-lens-care,
  #private-care {
    scroll-margin-top: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* FAQを1画面で把握しやすいコンパクトな構成へ */
#faq.services-01 {
  padding-top: 26px !important;
  padding-bottom: 32px !important;
}

#faq .faq-01 {
  max-width: 1020px;
}

#faq .news-03 {
  min-height: 72px !important;
}

#faq .news-04 {
  font-size: clamp(4rem, 7vw, 6.5rem) !important;
}

#faq .news-05 .feature-03 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

#faq .faq-02 {
  margin-top: 2px;
  font-size: .78rem;
}

#faq .specialty-15 {
  margin-top: 12px;
}

#faq .specialty-15 > :not(:last-child) {
  margin-bottom: 8px !important;
}

#faq .faq-04 {
  min-height: 52px;
  padding: 10px 16px !important;
}

#faq .faq-04 .header-16 {
  gap: 12px;
}

#faq .faq-05,
#faq .faq-08 {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  font-size: .75rem;
}

#faq .faq-06 {
  font-size: .9rem;
  line-height: 1.45;
}

#faq .faq-07 {
  padding: 13px 16px !important;
  gap: 12px;
}

#faq .faq-09 {
  font-size: .78rem;
  line-height: 1.65 !important;
}

#faq .faq-10 {
  margin-top: 18px;
}

#faq .faq-11 {
  padding: 10px 24px;
  font-size: .8rem;
}

@media (max-width: 767px) {
  #faq.services-01 {
    padding-top: 20px !important;
    padding-bottom: 26px !important;
  }

  #faq .news-03 {
    min-height: 64px !important;
  }

  #faq .specialty-15 {
    margin-top: 10px;
  }

  #faq .faq-04 {
    min-height: 54px;
    padding: 10px 12px !important;
  }

  #faq .faq-06 {
    font-size: .78rem;
  }

  #faq .faq-10 {
    margin-top: 14px;
  }
}

/* PCファーストビュー：目的別ナビゲーションとの重なりを回避 */
@media (min-width: 1100px) {
  .hero-surgery-record {
    top: 12% !important;
    right: 145px !important;
    min-width: 440px !important;
    padding-left: 32px !important;
  }

  .hero-surgery-record > span { font-size: 20px !important; }
  .hero-surgery-record strong { margin-top: 10px !important; font-size: 33px !important; }
  .hero-surgery-record b { font-size: 98px !important; line-height: .92 !important; }
  .hero-surgery-record small { margin-top: 12px !important; font-size: 16px !important; line-height: 1.6 !important; }

  .trust-strip--hero {
    right: 145px !important;
    width: min(44vw, 690px) !important;
  }
}

/* 受付写真を活かした初診案内 */
.first-visit-summary.first-visit-summary--photo {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 48px));
  height: 215px;
  min-height: 215px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  gap: 0;
  overflow: hidden;
  border: 1px solid #c9e5f0;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(20, 91, 124, .11);
}

.first-visit-summary--photo .first-visit-summary__photo {
  position: relative;
  min-width: 0;
  height: 215px;
  min-height: 215px;
  margin: 0;
  overflow: hidden;
  background: #dff2f8;
}

.first-visit-summary--photo .first-visit-summary__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 54, 76, .6) 100%);
  pointer-events: none;
}

.first-visit-summary--photo .first-visit-summary__photo img {
  width: 100%;
  height: 100%;
  min-height: 215px;
  display: block;
  object-fit: cover;
  object-position: 53% center;
}

.first-visit-summary--photo .first-visit-summary__photo figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 32, 49, .32);
}

.first-visit-summary--photo .first-visit-summary__body {
  position: relative;
  min-width: 0;
  padding: 10px clamp(22px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background:
    radial-gradient(circle at 92% 8%, rgba(118, 204, 232, .14), transparent 32%),
    linear-gradient(145deg, #fff 0%, #f4fbfe 100%);
}

.first-visit-summary--photo .first-visit-summary__eyebrow {
  margin: 0 0 2px;
  color: #008fd1;
  font-size: .62rem;
  letter-spacing: .2em;
}

.first-visit-summary--photo h2 {
  margin: 0;
  color: #103f55;
  font-size: clamp(1.35rem, 1.9vw, 1.65rem);
  line-height: 1.35;
  padding-right: 210px;
}

.first-visit-summary--photo p.first-visit-summary__lead {
  margin: 4px 0 0;
  color: #486775;
  font-size: .72rem;
  line-height: 1.5;
}

.first-visit-summary--photo .first-visit-summary__lead strong {
  margin-right: .35em;
  color: #14516d;
}

.first-visit-summary--photo .first-visit-summary__guide {
  width: 100%;
  margin-top: 7px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: 8px;
}

.first-visit-summary--photo .first-visit-summary__belongings,
.first-visit-summary--photo .first-visit-summary__notice {
  box-sizing: border-box;
  width: 100%;
  min-height: 62px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
  border-left: 3px solid #38add8;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 7px 20px rgba(20, 91, 124, .06);
}

.first-visit-summary--photo .first-visit-summary__belongings {
  background: rgba(244, 251, 254, .96);
}

.first-visit-summary--photo .first-visit-summary__notice {
  border-left-color: #e45858;
  background: rgba(255, 247, 246, .96);
}

.first-visit-summary--photo .first-visit-summary__belongings > span,
.first-visit-summary--photo .first-visit-summary__notice strong {
  display: block;
  color: #15546f;
  font-size: .86rem;
  line-height: 1.35;
  font-weight: 900;
}

.first-visit-summary--photo .first-visit-summary__belongings p {
  margin: 2px 0 0;
  color: #526f7d;
  color: #405f6e;
  font-size: .9rem;
  line-height: 1.4;
}

.first-visit-summary--photo .first-visit-summary__notice span {
  margin-top: 2px;
  display: block;
  color: #c62828;
  font-size: .96rem;
  line-height: 1.4;
  font-weight: 900;
  white-space: normal;
}

/* 休診日は診療中の表示と明確に区別する */
.today-hours[data-status="closed"] .today-hours__closed {
  color: #c62828 !important;
}

.first-visit-summary--photo .first-visit-summary__button {
  position: absolute;
  top: 17px;
  right: clamp(22px, 2.5vw, 32px);
  margin-top: 0;
  padding: 7px 15px;
  gap: 16px;
  border: 1px solid #008fd1;
  background: linear-gradient(135deg, #24afe1, #008fd1);
  box-shadow: 0 9px 20px rgba(0, 143, 209, .18);
  font-size: .7rem;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.first-visit-summary--photo .first-visit-summary__button span {
  font-size: 1.35em;
  line-height: 1;
  transition: transform .25s ease;
}

@media (hover: hover) {
  .first-visit-summary--photo .first-visit-summary__button:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 13px 26px rgba(0, 143, 209, .25);
  }

  .first-visit-summary--photo .first-visit-summary__button:hover span {
    transform: translateX(4px);
  }
}

@media (max-width: 767px) {
  .first-visit-summary.first-visit-summary--photo {
    width: calc(100% - 28px);
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .first-visit-summary--photo .first-visit-summary__photo {
    height: 165px;
    min-height: 165px;
  }

  .first-visit-summary--photo .first-visit-summary__photo img {
    height: 165px;
    min-height: 165px;
    object-position: 54% 43%;
  }

  .first-visit-summary--photo .first-visit-summary__photo figcaption {
    right: 18px;
    bottom: 15px;
    left: 18px;
    font-size: .72rem;
  }

  .first-visit-summary--photo .first-visit-summary__body {
    padding: 18px 18px 20px;
  }

  .first-visit-summary--photo h2 {
    font-size: 1.3rem;
    padding-right: 0;
  }

  .first-visit-summary--photo p.first-visit-summary__lead {
    margin-top: 7px;
    font-size: .73rem;
    line-height: 1.65;
  }

  .first-visit-summary--photo .first-visit-summary__guide {
    margin-top: 11px;
    grid-template-columns: 1fr;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    padding: 11px 12px;
  }

  .first-visit-summary--photo .first-visit-summary__belongings p {
    font-size: .7rem;
  }

  .first-visit-summary--photo .first-visit-summary__button {
    position: static;
    width: 100%;
    margin-top: 12px;
    padding: 11px 16px;
    justify-content: center;
    font-size: .78rem;
  }
}

/* 初診案内：写真・来院案内・詳細導線の3領域レイアウト */
@media (min-width: 901px) {
  .first-visit-summary.first-visit-summary--photo {
    width: min(1360px, calc(100% - 48px)) !important;
    height: 294px !important;
    min-height: 294px !important;
    grid-template-columns: minmax(300px, 34%) minmax(0, 1fr) 124px !important;
    overflow: hidden !important;
    border: 1px solid #1264b4 !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(23, 65, 107, .15) !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo {
    position: relative !important;
    z-index: 1;
    height: 294px !important;
    min-height: 294px !important;
    overflow: hidden !important;
    background: #e9f5fb !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -8%;
    right: -66px;
    width: 108px;
    height: 116%;
    border-left: 8px solid rgba(107, 179, 222, .72);
    border-radius: 50% 0 0 50%;
    background: #fff;
    pointer-events: none;
  }

  .first-visit-summary--photo .first-visit-summary__photo::after { display: none !important; }
  .first-visit-summary--photo .first-visit-summary__photo img {
    height: 294px !important;
    min-height: 294px !important;
    object-position: 48% 44% !important;
    filter: none !important;
  }

  .first-visit-summary--photo .first-visit-summary__body {
    padding: 20px 32px 19px 38px !important;
    justify-content: flex-start !important;
    background: linear-gradient(110deg, #fff 0%, #fff 68%, #f8fbfd 100%) !important;
  }

  .first-visit-summary--photo .first-visit-summary__body::before { display: none !important; }
  .first-visit-summary--photo .first-visit-summary__eyebrow {
    margin: 0 0 5px !important;
    color: #1767b8 !important;
    font-size: .75rem !important;
    letter-spacing: .28em !important;
  }

  .first-visit-summary--photo h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #123f70 !important;
    font-size: clamp(1.85rem, 2.5vw, 2.65rem) !important;
    letter-spacing: .035em !important;
    line-height: 1.28 !important;
  }

  .first-visit-summary--photo p.first-visit-summary__lead {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 7px 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #2c3035 !important;
    font-size: .88rem !important;
    line-height: 1.55 !important;
  }

  .first-visit-summary--photo .first-visit-summary__lead > span {
    display: inline-grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    border: 2px solid #176bc1;
    border-radius: 50%;
    color: #176bc1;
    font-size: .72rem;
    font-weight: 900;
  }

  .first-visit-summary--photo .first-visit-summary__lead strong {
    margin: 0 !important;
    color: #176bc1 !important;
    font-size: 1rem;
  }

  .first-visit-summary--photo .first-visit-summary__guide {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(250px, .92fr) !important;
    gap: 14px !important;
    margin: 0 !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    min-height: 124px !important;
    padding: 13px 16px !important;
    justify-content: flex-start !important;
    border: 1px solid #cee1f0 !important;
    border-radius: 9px !important;
    background: #f6faff !important;
    box-shadow: none !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice {
    border-color: #efd2d2 !important;
    background: #fff8f8 !important;
  }

  .first-visit-summary__guide-title {
    display: flex;
    align-items: center;
    gap: 11px;
  }

  .first-visit-summary__guide-title > span {
    display: inline-grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    border-radius: 50%;
    background: #176bc1;
    color: #fff;
  }

  .first-visit-summary__notice .first-visit-summary__guide-title > span { background: #d84c4c; }
  .first-visit-summary__guide-title svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .first-visit-summary--photo .first-visit-summary__guide-title strong {
    color: #1763ad !important;
    font-size: .78rem !important;
    line-height: 1.45 !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__guide-title strong { color: #be3434 !important; }
  .first-visit-summary--photo .first-visit-summary__belongings ul {
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li {
    position: relative;
    padding-left: 11px;
    color: #3e4f5b;
    font-size: .69rem;
    font-weight: 700;
    line-height: 1.55;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li::before { content: "•"; position: absolute; left: 0; color: #176bc1; }
  .first-visit-summary__cutoff-label {
    margin: 7px 0 2px !important;
    color: #c13232 !important;
    font-size: .65rem !important;
    font-weight: 900;
    line-height: 1.3 !important;
  }

  .first-visit-summary__cutoff { display: flex; align-items: baseline; gap: 7px; color: #333; font-size: .65rem; font-weight: 700; white-space: nowrap; }
  .first-visit-summary__cutoff span { margin: 0 !important; color: #333 !important; font-size: inherit !important; }
  .first-visit-summary__cutoff strong { color: #d52f35 !important; font-size: 1.25rem !important; letter-spacing: .01em; }
  .first-visit-summary__cutoff i { color: #81909a; font-style: normal; }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button {
    position: relative !important;
    inset: auto !important;
    width: 124px !important;
    height: 294px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(145deg, #176bc1, #0752a5) !important;
    box-shadow: none !important;
    color: #fff !important;
    text-align: center;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button > span {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font: 300 5rem/.62 sans-serif !important;
    transform: none !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button strong { color: #fff; font-size: .82rem; letter-spacing: .05em; }
  @media (hover: hover) {
    .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button:hover {
      transform: none !important;
      filter: brightness(1.08) !important;
      background: linear-gradient(145deg, #2078ce, #0752a5) !important;
    }
  }
}

@media (max-width: 900px) {
  .first-visit-summary.first-visit-summary--photo {
    width: calc(100% - 28px) !important;
    height: auto !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
    border: 1px solid #9bc8e7 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(23, 65, 107, .13) !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo,
  .first-visit-summary--photo .first-visit-summary__photo img {
    height: 190px !important;
    min-height: 190px !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo::before,
  .first-visit-summary--photo .first-visit-summary__photo::after { display: none !important; }
  .first-visit-summary--photo .first-visit-summary__body { padding: 22px 18px 18px !important; background: #fff !important; }
  .first-visit-summary--photo .first-visit-summary__body::before { display: none !important; }
  .first-visit-summary--photo h2 { padding: 0 !important; color: #123f70 !important; font-size: 1.55rem !important; }
  .first-visit-summary--photo p.first-visit-summary__lead { display: flex; align-items: center; gap: 7px; margin: 8px 0 16px !important; padding: 0 !important; border: 0 !important; font-size: .79rem !important; }
  .first-visit-summary--photo .first-visit-summary__lead > span { display: inline-grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border: 2px solid #176bc1; border-radius: 50%; color: #176bc1; font-size: .65rem; }
  .first-visit-summary--photo .first-visit-summary__lead strong { color: #176bc1 !important; }
  .first-visit-summary--photo .first-visit-summary__guide { grid-template-columns: 1fr !important; gap: 10px !important; margin: 0 !important; }
  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice { min-height: 0 !important; padding: 15px !important; border: 1px solid #d3e4ef !important; border-radius: 10px !important; background: #f7fbfe !important; box-shadow: none !important; }
  .first-visit-summary--photo .first-visit-summary__notice { border-color: #f0d4d4 !important; background: #fff8f8 !important; }
  .first-visit-summary__guide-title { display: flex; align-items: center; gap: 10px; }
  .first-visit-summary__guide-title > span { display: inline-grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; background: #176bc1; color: #fff; }
  .first-visit-summary__notice .first-visit-summary__guide-title > span { background: #d84c4c; }
  .first-visit-summary__guide-title svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .first-visit-summary--photo .first-visit-summary__guide-title strong { color: #1763ad !important; font-size: .82rem !important; }
  .first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__guide-title strong { color: #be3434 !important; }
  .first-visit-summary--photo .first-visit-summary__belongings ul { margin: 10px 0 0; padding: 0; list-style: none; }
  .first-visit-summary--photo .first-visit-summary__belongings li { position: relative; padding-left: 12px; color: #40535f; font-size: .75rem; font-weight: 700; line-height: 1.65; }
  .first-visit-summary--photo .first-visit-summary__belongings li::before { content: "•"; position: absolute; left: 0; color: #176bc1; }
  .first-visit-summary__cutoff-label { margin: 10px 0 4px !important; color: #c13232 !important; font-size: .7rem !important; font-weight: 900; }
  .first-visit-summary__cutoff { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 8px; color: #333; font-size: .72rem; font-weight: 700; }
  .first-visit-summary__cutoff span { margin: 0 !important; color: #333 !important; font-size: inherit !important; }
  .first-visit-summary__cutoff strong { color: #d52f35 !important; font-size: 1.35rem !important; }
  .first-visit-summary__cutoff i { color: #81909a; font-style: normal; }
  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button {
    position: static !important;
    width: 100% !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
    gap: 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #176bc1, #0752a5) !important;
    box-shadow: none !important;
    color: #fff !important;
  }
  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button > span { width: auto !important; height: auto !important; border: 0 !important; background: transparent !important; color: #fff !important; font-size: 2rem !important; }
  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button strong { color: #fff; font-size: .86rem; }
}

/* 駐車場案内：説明量に合わせて白い案内枠をコンパクトに見せる */
@media (min-width: 768px) {
  .top-access__parking-photo figcaption {
    right: auto !important;
    left: 50% !important;
    width: min(82%, 920px) !important;
    transform: translateX(-50%);
    justify-content: center !important;
    gap: 30px !important;
    padding-inline: 28px !important;
  }

  .top-access__parking-photo figcaption span {
    flex: 0 1 auto;
    text-align: left;
  }

  .top-phone-contact__inner {
    width: 100% !important;
    margin-inline: auto !important;
    justify-content: center !important;
  }
}
/* Concept: show the circular symbol mark without the wordmark. */
.top-concept__symbol {
  width: 174px !important;
  height: 160px !important;
  overflow: hidden !important;
}

.top-concept__symbol img {
  width: auto !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: initial !important;
}

.top-concept__philosophy-link::before {
  width: 55px !important;
  height: 50px !important;
  background-size: auto 100% !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
  .top-concept__symbol {
    width: 120px !important;
    height: 110px !important;
  }

  .top-concept__philosophy-link::before {
    width: 42px !important;
    height: 38px !important;
  }
}
.top-specialty-card__subheading {
  display: block;
  margin-top: 7px;
  color: #164b64;
  font-size: clamp(.9rem, 1.25vw, 1.12rem);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .top-specialty-card__subheading {
    margin-top: 3px;
    font-size: .62rem;
    line-height: 1.35;
  }
}
.top-specialty-card__label {
  display: none !important;
}

.top-specialty-card h3 {
  margin-top: 0 !important;
}

.top-concept__philosophy-link {
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.top-concept__philosophy-link span {
  display: inline-block;
  transition: transform .2s ease;
}
@media (hover: hover) {
  .top-concept__philosophy-link:hover {
    transform: translateY(-3px);
    border-color: #35a9d8;
    background: #eef9fe;
    box-shadow: 0 12px 26px rgba(9, 116, 167, .16);
    color: #05659d;
  }
  .top-concept__philosophy-link:hover span { transform: translateX(6px); }
}
.top-concept__philosophy-link:focus-visible {
  outline: 3px solid rgba(17, 153, 210, .32);
  outline-offset: 4px;
}
.header-contact-cta {
  min-width: 330px;
  padding: 9px 20px;
  column-gap: 15px;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.header-contact-cta__phone { gap: 8px; }
.header-contact-cta__phone b { font-size: 1.2rem; }
.header-contact-cta__phone strong {
  font-size: 1.52rem;
  letter-spacing: .035em;
}

@media (min-width: 1024px) and (max-width: 1320px) {
  .header-contact-cta {
    min-width: 275px;
    padding-inline: 13px;
    column-gap: 9px;
  }
  .header-contact-cta__phone strong { font-size: 1.38rem; }
}

@media (hover: hover) and (pointer: fine) {
  .header-contact-cta:hover {
    transform: translateY(-3px);
    border-color: #54b7df;
    background: linear-gradient(135deg, #eefaff, #d9f3fc);
    box-shadow: 0 12px 28px rgba(15, 105, 145, .2);
  }

  .header-contact-cta:hover .header-contact-cta__phone {
    color: #0875b8;
  }
}

.header-contact-cta:focus-visible {
  outline: 3px solid rgba(0, 143, 209, .28);
  outline-offset: 3px;
}

/* 問い合わせ：電話リンクとFAX番号の役割を分けて表示する */
.top-phone-contact .top-phone-contact__heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 19px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: linear-gradient(135deg, #20b6e7, #008dcc);
  color: #fff;
  font-size: .82rem;
  letter-spacing: .2em;
  box-shadow: 0 8px 22px rgba(0, 38, 57, .25);
  text-shadow: 0 1px 3px rgba(0, 51, 75, .2);
}

.top-phone-contact .top-phone-contact__card {
  position: relative;
  width: min(760px, 100%);
  min-width: 0;
  padding: 25px 34px 20px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  border-top: 7px solid #18a7df;
  border-radius: 3px;
  background: rgba(255, 255, 255, .97);
  color: #153f53;
  box-shadow: 0 18px 48px rgba(0, 28, 42, .28);
}

.top-phone-contact .top-phone-contact__phone-link {
  position: relative;
  width: min(610px, 100%);
  min-width: 0;
  min-height: 86px;
  padding: 15px 54px 15px 24px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  border: 1px solid #a7d9ea;
  border-radius: 20px;
  background: rgba(247, 252, 255, .96);
  color: #153f53;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(20, 103, 142, .09);
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2, .8, .2, 1), border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

.top-phone-contact .top-phone-contact__phone-link > * {
  grid-column: 1;
  grid-row: auto;
  padding-left: 0;
  border-left: 0;
}

.top-phone-contact .top-phone-contact__phone-link::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 16px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #83cde7;
  background: #fff;
  color: #078bc7;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 3px 9px rgba(7, 139, 199, .12);
  transition: transform .25s ease, background-color .25s ease;
}

.top-phone-contact .top-phone-contact__number {
  width: 100%;
}

.top-phone-contact .top-phone-contact__number strong {
  color: currentColor;
  font-size: clamp(2.15rem, 4.4vw, 3.65rem);
  line-height: 1.1;
  letter-spacing: .035em;
}

@media (hover: hover) and (pointer: fine) {
  .top-phone-contact .top-phone-contact__phone-link:hover {
    transform: translateY(-3px);
    border-color: #4bb7de;
    background: #edf9fe;
    color: #0878ad;
    box-shadow: 0 12px 24px rgba(16, 96, 133, .14);
  }

  .top-phone-contact .top-phone-contact__phone-link:hover .top-phone-contact__number b {
    color: #0875b8;
  }

  .top-phone-contact .top-phone-contact__phone-link:hover::after {
    border-color: #078bc7;
    background: #078bc7;
    color: #fff;
    transform: translate(3px, -50%);
  }
}

.top-phone-contact .top-phone-contact__phone-link:active {
  transform: translateY(-1px) scale(.992);
}

.top-phone-contact .top-phone-contact__phone-link:focus-visible {
  outline: 4px solid rgba(67, 193, 237, .45);
  outline-offset: 4px;
}

.top-phone-contact__fax {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  color: #315b6d;
  font-variant-numeric: tabular-nums;
}

.top-phone-contact__fax b {
  color: #078bc7;
  font-size: .72rem;
  letter-spacing: .13em;
}

.top-phone-contact__fax strong {
  font-size: 1.18rem;
  letter-spacing: .055em;
}

@media (max-width: 767px) {
  .top-phone-contact .top-phone-contact__heading > span { min-height: 30px; padding: 6px 15px; font-size: .7rem; }
  .top-phone-contact .top-phone-contact__card { padding: 20px 12px 16px; }
  .top-phone-contact .top-phone-contact__phone-link { min-height: 72px; padding: 12px 44px 12px 15px; border-radius: 16px; }
  .top-phone-contact .top-phone-contact__number { gap: 7px; }
  .top-phone-contact .top-phone-contact__number strong { font-size: clamp(1.5rem, 8vw, 2.15rem); }
  .top-phone-contact .top-phone-contact__phone-link::after { right: 9px; width: 29px; height: 29px; font-size: 1.2rem; }
  .top-phone-contact__fax { margin-top: 12px; gap: 8px; }
  .top-phone-contact__fax strong { font-size: 1rem; }
}

/* 受診の流れ：来院時の案内と月初めの注意事項を分けて読みやすくする */
.top-flow__visit-copy small {
  display: block;
  margin-top: 8px;
  color: #607286;
  font-size: .72rem;
  line-height: 1.65;
  font-weight: 600;
  letter-spacing: .02em;
}

@media (max-width: 47.999rem) {
  .top-flow__visit-copy small {
    font-size: .78rem;
  }
}

/* トップページ主要見出しを「当院が得意とする診療」の意匠へ統一 */
.top-unified-head {
  position: relative;
  z-index: 2;
  display: block !important;
  overflow: hidden;
  width: min(100%, 1280px);
  min-height: 0 !important;
  margin: 0 auto 22px !important;
  padding: 36px 16px !important;
  text-align: center;
}

.top-unified-head > span,
.top-unified-head > h2,
.top-unified-head > p {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-inline: auto !important;
}

.top-unified-head::before {
  content: attr(data-bg);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  color: rgba(20, 124, 174, .075);
  font-size: clamp(5rem, 11vw, 9.5rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: .06em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.top-unified-head > * {
  position: relative;
  z-index: 1;
}

.top-unified-head > span,
.top-unified-head > .symptom-guide__eyebrow {
  display: block;
  margin: 0 !important;
  color: #66b9de;
  font-size: .7rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .18em;
}

.top-unified-head > h2,
.top-unified-head > .news-05 > h2 {
  margin: 6px 0 !important;
  color: #075c89 !important;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem) !important;
  line-height: 1.4 !important;
  font-weight: 900;
  letter-spacing: .04em;
}

.top-unified-head > p {
  margin: 0 !important;
  color: #587080 !important;
  font-size: .9rem !important;
  line-height: 1.7 !important;
  font-weight: 700;
  letter-spacing: .02em;
}

.schedule-01 > .news-02 > .top-unified-head {
  margin-bottom: 12px !important;
}

.schedule-01 .schedule-03 {
  display: none;
}

.top-concept__word,
.top-director__word,
.top-flow__word {
  display: none;
}

.top-concept__heading.top-unified-head {
  max-width: 1280px;
}

.top-concept__heading.top-unified-head h2 {
  max-width: 1100px;
  margin-inline: auto !important;
}

.top-director > .news-02 > .top-unified-head {
  margin-bottom: 30px !important;
}

.top-director__badge {
  display: none !important;
}

#faq .top-unified-head {
  min-height: 0 !important;
  margin-bottom: 10px !important;
  padding-block: 24px !important;
}

@media (max-width: 767px) {
  .top-unified-head {
    margin-bottom: 17px !important;
    padding: 28px 8px !important;
  }

  .top-unified-head::before {
    font-size: 4.6rem;
  }

  .top-unified-head > h2 {
    font-size: clamp(1.55rem, 7vw, 1.9rem) !important;
  }

  .top-unified-head > p {
    font-size: .82rem !important;
  }

  .top-concept__heading.top-unified-head h2 span {
    white-space: normal;
  }

  #faq .top-unified-head {
    min-height: 0 !important;
    padding-block: 22px !important;
  }
}

/* 長い背景英字は枠内へ収め、既存レイアウトの横並び指定を打ち消す */
.top-unified-head[data-bg="EYE CONCERNS"]::before,
.top-unified-head[data-bg="PRIVATE CARE"]::before {
  font-size: clamp(3.8rem, 8vw, 7rem);
  letter-spacing: .035em;
}

#faq .top-unified-head {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  padding: 30px 16px !important;
}

#faq .top-unified-head::before {
  font-size: clamp(4rem, 7vw, 6.5rem);
}

#faq .top-unified-head > span,
#faq .top-unified-head > h2,
#faq .top-unified-head > p {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-inline: auto !important;
}

.top-flow__head.top-unified-head > h2 {
  margin-top: 6px !important;
}

.top-flow__head.top-unified-head > span {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
}

@media (max-width: 767px) {
  .top-unified-head[data-bg="EYE CONCERNS"]::before,
  .top-unified-head[data-bg="PRIVATE CARE"]::before {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
  }

  #faq .top-unified-head {
    padding-block: 26px !important;
  }
}

/* 背景英字は文字数に左右されない、控えめな共通サイズへ統一 */
.top-unified-head::before,
.top-unified-head[data-bg="EYE CONCERNS"]::before,
.top-unified-head[data-bg="PRIVATE CARE"]::before,
#faq .top-unified-head::before,
.top-specialty-focus-head::before {
  font-size: clamp(3.5rem, 6.5vw, 5.5rem) !important;
  letter-spacing: .04em !important;
}

/* PC：6つの特徴を1画面程度で把握できる密度にする */
@media (min-width: 768px) {
  .feature-01 {
    padding-top: 21px !important;
    padding-bottom: 25px !important;
  }

  .feature-01 .top-unified-head {
    margin-bottom: 10px !important;
    padding-block: 16px !important;
  }

  .feature-05 {
    column-gap: 18px !important;
    row-gap: 14px !important;
  }

  .feature-06 {
    min-height: 0 !important;
  }

  .feature-07 {
    height: 210px !important;
    margin-bottom: 12px !important;
    border-radius: 14px !important;
  }

  .feature-07 img,
  .feature-08 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .feature-09 {
    margin-bottom: 6px !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  .feature-11 {
    font-size: .78rem !important;
    line-height: 1.5 !important;
  }

  .feature-12 {
    margin-top: 16px !important;
  }

  .feature-13 {
    padding: 10px 22px !important;
  }

  /* PC：コンセプトを写真・本文込みで1画面程度に収める */
  .top-concept__panel {
    padding: 24px !important;
  }

  .top-concept__heading.top-unified-head {
    margin-bottom: 0 !important;
    padding-block: 24px !important;
  }

  .top-concept__photo {
    max-width: 1160px !important;
    margin-top: 18px !important;
    border-radius: 22px !important;
  }

  .top-concept__photo img {
    height: 440px !important;
  }

  .top-concept__text-grid--single {
    max-width: 1160px !important;
    margin-top: 18px !important;
  }

  .top-concept__text-grid--single p {
    font-size: .82rem !important;
    line-height: 1.75 !important;
  }

  .top-concept__philosophy-link {
    margin-top: 16px !important;
    padding: 10px 20px !important;
    font-size: .78rem !important;
  }
}

@media (max-width: 767px) {
  .top-unified-head::before,
  .top-unified-head[data-bg="EYE CONCERNS"]::before,
  .top-unified-head[data-bg="PRIVATE CARE"]::before,
  #faq .top-unified-head::before,
  .top-specialty-focus-head::before {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    letter-spacing: .025em !important;
  }
}

/* 初診案内：写真と情報を一枚の上質な案内面として再構成 */
@media (min-width: 768px) {
  .first-visit-summary.first-visit-summary--photo {
    width: min(1240px, calc(100% - 56px)) !important;
    height: 246px !important;
    min-height: 246px !important;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%) !important;
    border: 0 !important;
    border-radius: 26px !important;
    background: #fff !important;
    box-shadow: 0 24px 65px rgba(24, 72, 95, .13) !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo {
    height: 246px !important;
    min-height: 246px !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo img {
    height: 246px !important;
    min-height: 246px !important;
    object-position: 51% 44% !important;
    filter: saturate(.9) contrast(1.02);
  }

  .first-visit-summary--photo .first-visit-summary__photo::after {
    background: linear-gradient(180deg, rgba(9, 46, 62, 0) 43%, rgba(9, 46, 62, .62) 100%) !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo figcaption {
    right: 28px !important;
    bottom: 20px !important;
    left: 28px !important;
    font-size: .79rem !important;
    letter-spacing: .055em !important;
  }

  .first-visit-summary--photo .first-visit-summary__body {
    padding: 24px clamp(32px, 3vw, 46px) 22px !important;
    justify-content: flex-start !important;
    background: linear-gradient(135deg, #fff 0%, #fbfdfe 68%, #f1f9fc 100%) !important;
  }

  .first-visit-summary--photo .first-visit-summary__body::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 22px;
    left: 0;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #21aedb, #86d5e9);
  }

  .first-visit-summary--photo .first-visit-summary__eyebrow {
    margin-bottom: 5px !important;
    color: #1aa1d0 !important;
    font-size: .65rem !important;
    letter-spacing: .24em !important;
  }

  .first-visit-summary--photo h2 {
    padding-right: 210px !important;
    color: #123f55 !important;
    font-size: clamp(1.55rem, 2vw, 1.9rem) !important;
    letter-spacing: .035em !important;
  }

  .first-visit-summary--photo p.first-visit-summary__lead {
    margin-top: 6px !important;
    padding-bottom: 13px;
    border-bottom: 1px solid #dbe9ee;
    color: #5c7480 !important;
    font-size: .8rem !important;
    line-height: 1.65 !important;
  }

  .first-visit-summary--photo .first-visit-summary__lead strong {
    color: #174d66 !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide {
    margin-top: 0 !important;
    grid-template-columns: minmax(0, 1fr) minmax(230px, .72fr) !important;
    gap: 0 !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    min-height: 76px !important;
    padding: 12px 18px 8px 0 !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice {
    padding-right: 0 !important;
    padding-left: 20px !important;
    border-left: 1px solid #dbe9ee !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings > span,
  .first-visit-summary--photo .first-visit-summary__notice strong {
    color: #24566c !important;
    font-size: .82rem !important;
    letter-spacing: .02em;
  }

  .first-visit-summary--photo .first-visit-summary__belongings p {
    margin-top: 5px !important;
    color: #687e89 !important;
    font-size: .8rem !important;
    line-height: 1.55 !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice span {
    margin-top: 5px !important;
    color: #bc3e36 !important;
    font-size: .84rem !important;
    line-height: 1.5 !important;
  }

  .first-visit-summary--photo .first-visit-summary__button {
    top: 28px !important;
    right: clamp(32px, 3vw, 46px) !important;
    padding: 0 !important;
    gap: 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #126d94 !important;
    font-size: .72rem !important;
    letter-spacing: .025em;
  }

  .first-visit-summary--photo .first-visit-summary__button span {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #aad9e9;
    border-radius: 50%;
    background: #fff;
    color: #078fc5;
    font-size: 1.2rem !important;
  }

  @media (hover: hover) {
    .first-visit-summary--photo .first-visit-summary__button:hover {
      transform: none !important;
      filter: none !important;
      color: #004f74 !important;
      box-shadow: none !important;
    }

    .first-visit-summary--photo .first-visit-summary__button:hover span {
      transform: translateX(3px) !important;
      border-color: #078fc5;
      background: #078fc5;
      color: #fff;
    }
  }
}

@media (max-width: 767px) {
  .first-visit-summary.first-visit-summary--photo {
    border: 0 !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(24, 72, 95, .13) !important;
  }

  .first-visit-summary--photo .first-visit-summary__body {
    background: linear-gradient(145deg, #fff, #f5fbfd) !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    border: 0 !important;
    border-top: 1px solid #dbe9ee !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .first-visit-summary--photo .first-visit-summary__button {
    border: 1px solid #addce9 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #0877a5 !important;
  }
}

/* 初診案内：最終レイアウト（既存の旧デザイン指定より後で確定） */
@media (min-width: 901px) {
  .first-visit-summary.first-visit-summary--photo {
    width: min(1360px, calc(100% - 48px)) !important;
    height: 294px !important;
    min-height: 294px !important;
    grid-template-columns: minmax(300px, 34%) minmax(0, 1fr) 124px !important;
    overflow: hidden !important;
    border: 1px solid #1264b4 !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(23, 65, 107, .15) !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo,
  .first-visit-summary--photo .first-visit-summary__photo img {
    height: 294px !important;
    min-height: 294px !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo::after { display: none !important; }
  .first-visit-summary--photo .first-visit-summary__body {
    padding: 20px 32px 19px 38px !important;
    justify-content: flex-start !important;
    background: linear-gradient(110deg, #fff 0%, #fff 68%, #f8fbfd 100%) !important;
  }

  .first-visit-summary--photo .first-visit-summary__body::before { display: none !important; }
  .first-visit-summary--photo h2 {
    padding: 0 !important;
    color: #123f70 !important;
    font-size: clamp(1.85rem, 2.5vw, 2.65rem) !important;
  }

  .first-visit-summary--photo p.first-visit-summary__lead {
    margin: 7px 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #2c3035 !important;
    font-size: .88rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide {
    margin: 0 !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr) !important;
    gap: 14px !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    min-height: 124px !important;
    padding: 13px 16px !important;
    border: 1px solid #cee1f0 !important;
    border-radius: 9px !important;
    background: #f6faff !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice {
    padding: 13px 16px !important;
    border: 1px solid #efd2d2 !important;
    background: #fff8f8 !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button {
    position: relative !important;
    inset: auto !important;
    width: 124px !important;
    height: 294px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(145deg, #176bc1, #0752a5) !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button > span {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font: 300 5rem/.62 sans-serif !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button strong {
    color: #fff !important;
    font-size: .82rem !important;
  }
}

@media (max-width: 900px) {
  .first-visit-summary.first-visit-summary--photo {
    width: calc(100% - 28px) !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
    border: 1px solid #9bc8e7 !important;
    border-radius: 16px !important;
    background: #fff !important;
  }

  .first-visit-summary--photo .first-visit-summary__body {
    padding: 22px 18px 18px !important;
    background: #fff !important;
  }

  .first-visit-summary--photo .first-visit-summary__body::before { display: none !important; }
  .first-visit-summary--photo .first-visit-summary__guide {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    padding: 15px !important;
    border: 1px solid #d3e4ef !important;
    border-radius: 10px !important;
    background: #f7fbfe !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice {
    border-color: #f0d4d4 !important;
    background: #fff8f8 !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button {
    position: static !important;
    width: 100% !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
    gap: 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #176bc1, #0752a5) !important;
    color: #fff !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button > span {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 2rem !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button strong {
    color: #fff !important;
  }
}

@media (min-width: 901px) and (max-width: 1150px) {
  .first-visit-summary--photo .first-visit-summary__body {
    padding: 15px 24px 14px 30px !important;
  }

  .first-visit-summary--photo h2 {
    font-size: 1.72rem !important;
  }

  .first-visit-summary--photo p.first-visit-summary__lead {
    margin: 5px 0 9px !important;
    font-size: .77rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide {
    gap: 10px !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    min-height: 112px !important;
    padding: 10px 12px !important;
  }

  .first-visit-summary__guide-title {
    gap: 8px !important;
  }

  .first-visit-summary__guide-title > span {
    width: 31px !important;
    height: 31px !important;
    flex-basis: 31px !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide-title strong {
    font-size: .69rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li {
    font-size: .61rem !important;
  }

  .first-visit-summary__cutoff {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 1px !important;
    white-space: normal !important;
  }

  .first-visit-summary__cutoff i { display: none; }
  .first-visit-summary__cutoff span {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 2px 4px;
    white-space: nowrap;
  }

  .first-visit-summary__cutoff strong {
    font-size: 1.02rem !important;
  }
}

/* 初診案内：情報の可読性を上げ、全体とCTAをコンパクト化 */
@media (min-width: 901px) {
  .first-visit-summary.first-visit-summary--photo {
    width: min(1200px, calc(100% - 64px)) !important;
    height: 240px !important;
    min-height: 240px !important;
    grid-template-columns: minmax(300px, 33%) minmax(0, 1fr) 86px !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo,
  .first-visit-summary--photo .first-visit-summary__photo img {
    height: 240px !important;
    min-height: 240px !important;
  }

  .first-visit-summary--photo .first-visit-summary__body {
    padding: 12px 24px 13px 30px !important;
  }

  .first-visit-summary--photo .first-visit-summary__eyebrow {
    margin-bottom: 2px !important;
    font-size: .68rem !important;
  }

  .first-visit-summary--photo h2 {
    font-size: clamp(1.7rem, 2.15vw, 2.15rem) !important;
    line-height: 1.2 !important;
  }

  .first-visit-summary--photo p.first-visit-summary__lead {
    margin: 4px 0 7px !important;
    font-size: .82rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__lead strong {
    font-size: .94rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide {
    gap: 11px !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    min-height: 106px !important;
    padding: 10px 13px !important;
  }

  .first-visit-summary__guide-title {
    gap: 9px !important;
  }

  .first-visit-summary__guide-title > span {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide-title strong {
    font-size: .82rem !important;
    line-height: 1.35 !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings ul {
    margin-top: 5px !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li {
    font-size: .75rem !important;
    line-height: 1.48 !important;
  }

  .first-visit-summary__cutoff-label {
    margin: 5px 0 1px !important;
    font-size: .74rem !important;
  }

  .first-visit-summary__cutoff {
    font-size: .75rem !important;
  }

  .first-visit-summary__cutoff strong {
    font-size: 1.2rem !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button {
    width: 86px !important;
    height: 240px !important;
    gap: 8px !important;
    padding: 0 6px !important;
    background: linear-gradient(150deg, #2b82c2, #1d63aa) !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button > span {
    font-size: 3rem !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button strong {
    font-size: .68rem !important;
    letter-spacing: .025em !important;
  }
}

@media (min-width: 901px) and (max-width: 1150px) {
  .first-visit-summary--photo .first-visit-summary__body {
    padding-inline: 22px 18px !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide-title strong {
    font-size: .73rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li {
    font-size: .68rem !important;
  }

  .first-visit-summary__cutoff {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .first-visit-summary__cutoff span {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 901px) {
  .first-visit-summary--photo .first-visit-summary__guide-title strong {
    font-size: .92rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li {
    font-size: .82rem !important;
    line-height: 1.45 !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__cutoff {
    display: flex !important;
    align-items: baseline !important;
    gap: 14px !important;
    white-space: nowrap !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__cutoff span {
    width: auto !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 3px !important;
    color: #333 !important;
    font-size: .82rem !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__cutoff strong {
    width: auto !important;
    margin: 0 !important;
    display: inline !important;
    color: #d52f35 !important;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
  }
}

@media (min-width: 901px) and (max-width: 1150px) {
  .first-visit-summary--photo .first-visit-summary__guide-title strong {
    font-size: .8rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li {
    font-size: .72rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__cutoff {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1px !important;
  }
}

/* 初診案内：上部CTAと色味を統一し、時計アイコンを中央配置 */
.first-visit-summary.first-visit-summary--photo > .first-visit-summary__button {
  background: linear-gradient(135deg, #43b9ea 0%, #008fd1 100%) !important;
  box-shadow: 0 12px 28px rgba(0, 143, 209, .18) !important;
}

.first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__guide-title > span {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #d84c4c !important;
  color: #fff !important;
  line-height: 0 !important;
}

.first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__guide-title > span svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  display: block !important;
  fill: none !important;
  stroke: #fff !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: none !important;
}

@media (hover: hover) {
  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button:hover {
    background: linear-gradient(135deg, #62c7ee 0%, #079bd8 100%) !important;
  }
}

/* FVの診療時間CTAから、固定ヘッダーを避けて診療時間へ移動 */
#clinic-hours {
  scroll-margin-top: 92px;
}

@media (max-width: 767px) {
  #clinic-hours {
    scroll-margin-top: 76px;
  }
}

/* 初診案内：文字サイズを保ちながらバナー全体をさらにコンパクト化 */
@media (min-width: 901px) {
  .first-visit-summary.first-visit-summary--photo {
    width: min(1080px, calc(100% - 64px)) !important;
    height: 220px !important;
    min-height: 220px !important;
    grid-template-columns: minmax(290px, 32%) minmax(0, 1fr) 76px !important;
  }

  .first-visit-summary--photo .first-visit-summary__photo,
  .first-visit-summary--photo .first-visit-summary__photo img {
    height: 220px !important;
    min-height: 220px !important;
  }

  .first-visit-summary--photo .first-visit-summary__body {
    padding: 9px 18px 10px 24px !important;
  }

  .first-visit-summary--photo .first-visit-summary__eyebrow {
    margin-bottom: 1px !important;
    font-size: .62rem !important;
  }

  .first-visit-summary--photo h2 {
    font-size: clamp(1.6rem, 1.9vw, 1.9rem) !important;
  }

  .first-visit-summary--photo p.first-visit-summary__lead {
    margin: 3px 0 6px !important;
    font-size: .78rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide {
    gap: 9px !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings,
  .first-visit-summary--photo .first-visit-summary__notice {
    min-height: 96px !important;
    padding: 8px 11px !important;
  }

  .first-visit-summary__guide-title > span,
  .first-visit-summary--photo .first-visit-summary__notice .first-visit-summary__guide-title > span {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    flex-basis: 30px !important;
  }

  .first-visit-summary--photo .first-visit-summary__guide-title strong {
    font-size: .86rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li {
    font-size: .78rem !important;
    line-height: 1.38 !important;
  }

  .first-visit-summary__cutoff-label {
    margin-top: 3px !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button {
    width: 76px !important;
    height: 220px !important;
  }

  .first-visit-summary.first-visit-summary--photo > .first-visit-summary__button > span {
    font-size: 2.7rem !important;
  }
}

@media (min-width: 901px) and (max-width: 1150px) {
  .first-visit-summary--photo .first-visit-summary__guide-title strong {
    font-size: .76rem !important;
  }

  .first-visit-summary--photo .first-visit-summary__belongings li {
    font-size: .69rem !important;
  }
}

/* 受診の流れ：イラストを院内写真へ変更したフォトカード */
.top-flow {
  padding: 40px 24px 34px !important;
}

.top-flow .news-02 {
  width: min(100%, 1360px);
  margin-inline: auto;
}

.top-flow__list {
  gap: clamp(14px, 1.8vw, 24px) !important;
  margin-top: 26px !important;
}

.top-flow__item {
  overflow: visible;
  padding: 10px 10px 16px;
  border: 1px solid #d7e8f2;
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 13px 34px rgba(24, 83, 121, .09);
  text-align: left;
}

.top-flow__icon {
  position: relative;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #eef7fb !important;
  box-shadow: none !important;
}

.top-flow__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5, 50, 75, .14));
  pointer-events: none;
}

.top-flow__icon img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  filter: saturate(.92) contrast(1.02);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

.top-flow__item:nth-child(1) .top-flow__icon img { object-position: 52% 48%; }
.top-flow__item:nth-child(2) .top-flow__icon img { object-position: 50% 46%; }
.top-flow__item:nth-child(3) .top-flow__icon img { object-position: 50% 48%; }
.top-flow__item:nth-child(4) .top-flow__icon img { object-position: 52% 45%; }

.top-flow__title {
  justify-content: flex-start !important;
  gap: 9px !important;
  margin: 12px 4px 0 !important;
  padding: 0 0 9px !important;
  border-bottom: 1px solid #d8e8f2 !important;
}

.top-flow__title span {
  width: 30px !important;
  height: 30px !important;
  font-size: .88rem !important;
  box-shadow: 0 6px 14px rgba(0, 143, 209, .18);
}

.top-flow__title h3 {
  color: #125a82 !important;
  font-size: clamp(.96rem, 1.15vw, 1.2rem) !important;
  letter-spacing: .035em !important;
  white-space: normal !important;
}

.top-flow__item p {
  margin: 9px 4px 0 !important;
  color: #435765 !important;
  font-size: .76rem !important;
  line-height: 1.68 !important;
  letter-spacing: .015em !important;
}

.top-flow__visit-copy small,
.top-flow__item p small {
  margin-top: 5px !important;
  font-size: .65rem !important;
  line-height: 1.5 !important;
}

.top-flow__item:not(:last-child)::after {
  top: 30% !important;
  right: calc(clamp(14px, 1.8vw, 24px) / -2 - 5px) !important;
  z-index: 4;
  width: 11px !important;
  height: 11px !important;
  border-width: 2px 2px 0 0 !important;
  opacity: .72 !important;
}

@media (hover: hover) {
  .top-flow__item:hover .top-flow__icon img {
    transform: scale(1.025);
  }
}

@media (max-width: 74.999rem) {
  .top-flow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .top-flow__item:not(:last-child)::after {
    display: none !important;
  }
}

@media (max-width: 47.999rem) {
  .top-flow {
    padding: 30px 14px 26px !important;
  }

  .top-flow__list {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 20px !important;
  }

  .top-flow__item {
    padding: 9px 9px 14px;
    border-radius: 17px;
  }

  .top-flow__icon {
    aspect-ratio: 16 / 9 !important;
    border-radius: 12px !important;
  }

  .top-flow__title h3 {
    font-size: 1rem !important;
  }

  .top-flow__item p {
    font-size: .78rem !important;
  }
}

/* Keep the hero message in the upper part of the image, clear of the clinic-hours card. */
@media (min-width: 48rem) {
  .hero-09 {
    top: clamp(18px, 4%, 32px) !important;
  }

  .static-hero-copy-text {
    font-size: clamp(2.8rem, 4.2vw, 4rem) !important;
    line-height: 1.04 !important;
    letter-spacing: .07em !important;
  }
}

/* Short desktop viewports need a further reduction because the hours card is tall. */
@media (min-width: 48rem) and (max-height: 46.25rem) {
  .hero-09 {
    top: 1% !important;
  }

  .static-hero-copy-text {
    font-size: clamp(2.5rem, 7.2svh, 2.8rem) !important;
    line-height: 1.04 !important;
    letter-spacing: .07em !important;
  }

  .hero-10 + .hero-10 {
    margin-top: 6px !important;
  }
}

/* Make the director CTA readable at a glance. */
.top-director__link {
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center;
  justify-content:space-between;
  min-height:54px;
  padding:13px 22px 13px 26px !important;
  gap:14px;
  border:2px solid rgba(255,255,255,.9);
  background:linear-gradient(135deg,#159fd9 0%,#0068b7 100%);
  color:#fff;
  font-size:clamp(.95rem,1.2vw,1.08rem) !important;
  line-height:1.45;
  font-weight:800 !important;
  letter-spacing:.02em;
  box-shadow:0 14px 30px rgba(0,104,183,.24);
}
.top-director__link-label {
  min-width:0;
}
.top-director__link-arrow {
  display:grid;
  flex:0 0 30px;
  width:30px;
  height:30px;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#0068b7;
  font-size:1rem;
  line-height:1;
  font-weight:900;
}
@media(max-width:767px) {
  .top-director__link {
    width:100%;
    min-height:52px;
    padding:11px 14px 11px 18px !important;
    justify-content:space-between;
    white-space:normal;
    text-align:left;
  }
}
