/*
Theme Name: Ochiai DC
Theme URI: https://example.com/
Author: Ochiai DC
Author URI: https://example.com/
Description: Original WordPress theme for Ochiai Pediatric Dental Clinic.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: ochiai-dc
*/

:root {
  --color-bg: #fffcf6;
  --color-surface: #ffffff;
  --color-surface-soft: #fff7ea;
  --color-text: #333333;
  --color-text-soft: #6f665f;
  --color-accent: #f79000;
  --color-accent-soft: #fff0d7;
  --color-line: rgba(97, 63, 29, 0.14);
  --color-green: #9ccc67;
  --color-green-dark: #7fb74a;
  --color-footer: #86c554;
  --shadow-soft: 0 24px 60px rgba(97, 63, 29, 0.08);
  --radius-card: clamp(16px, 2vw, 24px);
  --radius-pill: 999px;
  --container-max: 1140px;
  --container-gutter: clamp(30px, 4vw, 60px);
  --section-gap: clamp(88px, 9vw, 140px);
  --font-heading: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Sans", sans-serif;
  --font-body: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

/* Pediatric dentistry page */
.lower-page--pediatric {
  background: var(--color-bg);
}

.pediatric-hero {
  position: relative;
  min-height: clamp(170px, calc(170px + (210 - 170) * ((100vw - 390px) / (1440 - 390))), 210px);
  overflow: hidden;
}

.pediatric-hero__image {
  display: block;
  width: 100%;
  height: clamp(170px, calc(170px + (210 - 170) * ((100vw - 390px) / (1440 - 390))), 210px);
  object-fit: cover;
}

.pediatric-hero__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.pediatric-hero__label h1,
.pediatric-section-title,
.pediatric-lead h2,
.pediatric-text h2,
.pediatric-reward h2 {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
}

.pediatric-hero__label h1 {
  font-size: clamp(30px, calc(30px + (36 - 30) * ((100vw - 390px) / (1440 - 390))), 36px);
}

.pediatric-hero__label p {
  margin: 0;
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.pediatric-lead {
  padding: 64px var(--container-gutter) 18px;
  text-align: center;
}

.pediatric-lead h2,
.pediatric-section-title {
  font-size: clamp(24px, calc(24px + (28 - 24) * ((100vw - 390px) / (1440 - 390))), 28px);
  text-align: center;
}

.pediatric-lead p {
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.2;
}

.pediatric-intro,
.pediatric-policy {
  display: grid;
  grid-template-columns: 484px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  padding-block: 64px;
}

.pediatric-policy {
  grid-template-columns: minmax(0, 599px) 484px;
}

.pediatric-rounded-image {
  display: block;
  width: 100%;
  aspect-ratio: 484 / 347;
  border-radius: 8px;
  object-fit: cover;
}

.pediatric-policy__image {
  margin-top: 48px;
}

.pediatric-text {
  display: grid;
  gap: 17px;
  min-width: 0;
  color: #424242;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.575;
}

.pediatric-text--offset {
  padding-top: 48px;
}

.pediatric-text h2 {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.pediatric-text p {
  margin: 0;
}

.pediatric-copy-heading {
  font-weight: 400;
}

.pediatric-treatments {
  padding-block: 64px 45px;
}

.pediatric-treatment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 148px;
  margin-top: 51px;
}

.pediatric-treatment-card {
  display: grid;
  grid-template-columns: minmax(0, 247px) 220px;
  gap: 29px;
  align-items: start;
}

.pediatric-treatment-card__body {
  display: grid;
  gap: 17px;
}

.pediatric-treatment-card h3 {
  margin: 0;
  color: #424242;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.pediatric-treatment-card p {
  margin: 0;
  color: #424242;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.pediatric-treatment-card img {
  display: block;
  width: 220px;
  height: 173px;
  object-fit: cover;
}

.pediatric-promise {
  position: relative;
  overflow: hidden;
  min-height: 432px;
  padding: 64px 48px 52px;
}

.pediatric-promise__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  object-fit: cover;
  object-position: center 32%;
}

.pediatric-promise > *:not(.pediatric-promise__bg) {
  position: relative;
  z-index: 1;
}

.pediatric-promise__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.pediatric-promise-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 240px;
  padding: 32px 17px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.pediatric-promise-card h3 {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.pediatric-promise-card p {
  margin: 0;
  color: #424242;
  font-size: 13px;
  line-height: 1.8;
}

.pediatric-reward {
  position: relative;
  padding-block: 64px;
  border-bottom: 1px solid #e0e0e0;
}

.pediatric-reward::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 48px;
  width: clamp(240px, 32vw, 462px);
  height: 100px;
  border-radius: 0 999px 999px 0;
  background: rgba(247, 144, 0, 0.12);
}

.pediatric-reward__box {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 20px;
  min-height: 377px;
  padding: 64px 48px;
  border: 1px solid var(--color-accent);
  border-radius: 43px;
  background: #fff;
  text-align: center;
}

.pediatric-reward h2 {
  font-size: 20px;
  line-height: 1.26;
}

.pediatric-reward p {
  margin: 0;
  color: #424242;
  font-family: var(--font-heading);
  font-size: 14px;
  line-height: 1.8;
}

.pediatric-faq {
  padding: 64px 48px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

.pediatric-faq__list {
  display: grid;
  gap: 32px;
  margin-top: 40px;
}

.pediatric-faq-item {
  display: grid;
  gap: 12px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
}

.pediatric-faq-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pediatric-faq-item h3,
.pediatric-faq-item p {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  margin: 0;
}

.pediatric-faq-item h3 {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.pediatric-faq-item p {
  color: #424242;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.pediatric-faq-item h3 span {
  color: var(--color-accent);
}

.pediatric-faq-item p span {
  color: #6b7280;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
}

.pediatric-contact {
  display: grid;
  justify-items: center;
  gap: 32px;
  padding-block: 64px;
  border-bottom: 1px solid #e0e0e0;
}

.pediatric-contact__methods {
  display: grid;
  grid-template-columns: repeat(2, 450px);
  gap: 48px;
  justify-content: center;
}

.pediatric-contact-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 227px;
  padding: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.pediatric-contact-card__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}

.pediatric-contact-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.pediatric-contact-card__label,
.pediatric-contact-card__sub,
.pediatric-contact__note {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.2;
}

.pediatric-contact-card strong {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.pediatric-contact-card__sub {
  color: #7e7e7e;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
}

.pediatric-contact__note {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .pediatric-hero__label {
    min-width: 172px;
    padding: 22px 24px;
  }

  .pediatric-hero__label p {
    font-size: 15px;
  }

  .pediatric-lead {
    padding-block: 48px 8px;
  }

  .pediatric-intro,
  .pediatric-policy {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 48px;
  }

  .pediatric-policy__image,
  .pediatric-text--offset {
    margin-top: 0;
    padding-top: 44px;
  }

  .pediatric-policy .pediatric-rounded-image {
    order: -1;
  }

  .pediatric-text {
    gap: 14px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }

  .pediatric-text br,
  .pediatric-reward br {
    display: none;
  }

  .pediatric-treatments {
    padding-block: 48px;
  }

  .pediatric-treatment-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 32px;
  }

  .pediatric-treatment-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pediatric-treatment-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 220 / 173;
    order: -1;
    border-radius: 8px;
  }

  .pediatric-treatment-card p,
  .pediatric-faq-item p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }

  .pediatric-promise {
    min-height: 0;
    padding: 48px 20px;
  }

  .pediatric-promise__cards,
  .pediatric-contact__methods {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pediatric-promise-card {
    min-height: 0;
    padding: 28px 20px;
  }

  .pediatric-reward {
    padding-block: 48px;
  }

  .pediatric-reward::before {
    top: 48px;
    left: -12px;
  }

  .pediatric-reward__box {
    min-height: 0;
    padding: 44px 24px;
    border-radius: 28px;
  }

  .pediatric-faq {
    padding: 48px 0;
  }

  .pediatric-contact {
    padding-block: 48px;
  }

  .pediatric-contact-card {
    min-height: 0;
    width: 100%;
  }

  .pediatric-contact-card strong {
    font-size: 22px;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.l-container {
  width: min(calc(100% - var(--container-gutter) * 2), var(--container-max));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  padding: clamp(16px, 2.3vw, 33px) 0 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-header__branding {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: fit-content;
}

.site-header__logo-mark {
  display: block;
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-header__logo-text,
.site-footer__name {
  font-family: var(--font-heading);
  font-size: clamp(18.315px, calc(18.315px + (24 - 18.315) * ((100vw - 390px) / (1440 - 390))), 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #613f1d;
}

.site-header__nav {
  margin-left: auto;
}

.site-header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.site-header__tel,
.site-footer__tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: fit-content;
  font-family: var(--font-heading);
  font-weight: 700;
}

.site-header__tel {
  font-size: 21.5px;
  line-height: 1;
  color: var(--color-text);
}

.site-header__tel-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

@media (min-width: 1280px) {
  .site-header {
    height: 98px;
    padding-top: 33px;
  }

  .site-header__inner {
    width: min(calc(100% - 92px), 1348px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0;
  }

  .site-header__branding {
    gap: 5px;
  }

  .site-header__nav {
    margin-left: 0;
    justify-self: start;
    width: 100%;
    min-width: 0;
    padding-left: clamp(40px, calc(40px + (146 - 40) * ((100vw - 1280px) / (1440 - 1280))), 146px);
  }

  .site-header__nav-list {
    width: min(726px, 100%);
    justify-content: space-between;
    gap: 0;
  }

  .site-header__tel {
    justify-self: end;
    width: 166px;
    transform: translate(-4px, -9px);
  }
}

.site-header__menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
}

.site-header__menu-lines,
.drawer-menu__close-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 22px;
}

.site-header__menu-lines::before,
.site-header__menu-lines::after,
.drawer-menu__close-icon::before,
.drawer-menu__close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: center;
}

.site-header__menu-lines::before {
  top: 5px;
  box-shadow: 0 6px 0 currentColor;
}

.site-header__menu-lines::after {
  top: 17px;
}

.site-header__menu-label,
.drawer-menu__close-label {
  font-family: var(--font-heading);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.drawer-menu__close-icon::before,
.drawer-menu__close-icon::after {
  top: 10px;
}

.drawer-menu__close-icon::before {
  transform: rotate(38deg);
}

.drawer-menu__close-icon::after {
  transform: rotate(-38deg);
}

.drawer-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  background: rgba(255, 252, 246, 0.92);
}

.drawer-menu[hidden] {
  display: none;
}

.drawer-menu__panel {
  width: min(100%, 390px);
  min-height: 100%;
  padding: 17px 20px 36px;
  background-color: #97cf86;
  background-image: url("assets/images/footer/background-sp.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 390px auto;
}

.drawer-menu__close {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 18px;
  width: 48px;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
}

.drawer-menu__nav {
  padding-top: 200px;
}

.drawer-menu__list {
  width: min(100%, 350px);
  min-height: 0;
  margin: 0 auto;
  padding: 32px 16px;
  list-style: none;
  background: var(--color-surface);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 18px 42px rgba(97, 63, 29, 0.08);
}

.drawer-menu__item a {
  display: block;
  padding: 14px 8px;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: var(--color-text);
  text-decoration: none;
}

.is-drawer-open {
  overflow: hidden;
}

.is-drawer-open .mobile-fixed-bar {
  display: none;
}

.top-page {
  padding-bottom: 0;
}

.top-page__section {
  padding-block: var(--section-gap);
}

.hero {
  position: relative;
  padding-top: clamp(28px, 4vw, 54px);
}

.hero__layout {
  position: relative;
  min-height: clamp(570px, 46vw, 650px);
}

.hero__content {
  position: absolute;
  left: 0;
  top: clamp(330px, 26.32vw, 379px);
  z-index: 1;
  width: min(540px, 50%);
  padding-bottom: 0;
  min-width: 0;
}

.hero__visual {
  width: min(920px, calc(100% - 220px));
  margin-left: clamp(80px, 8.4vw, 120px);
  min-width: 0;
}

.hero__vertical-copy {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  gap: 47.4px;
  align-items: flex-start;
  width: 214.5px;
  height: 320px;
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.262em;
  color: #a44823;
}

.hero__vertical-copy span {
  position: relative;
  display: block;
  width: 32px;
  writing-mode: vertical-rl;
  font-feature-settings: "vrt2" 1;
}

.hero__vertical-copy span::after {
  content: "";
  position: absolute;
  top: -1.778px;
  right: -25.48px;
  width: 3.556px;
  height: 270.222px;
  background-image: radial-gradient(circle, rgba(164, 72, 35, 0.5) 0 1.778px, transparent 1.86px);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 3.556px 7.47px;
}

.hero__vertical-copy span:nth-child(2)::after {
  height: 323.556px;
}

.hero__vertical-copy span:nth-child(3)::after {
  height: 241.778px;
}

.hero__catch {
  display: inline-flex;
  align-items: center;
  height: 42px;
  margin: 0 0 18px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--color-surface);
  font-family: var(--font-heading);
  font-size: clamp(22px, calc(22px + (32 - 22) * ((100vw - 390px) / (1440 - 390))), 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.hero__catch--wide {
  margin-bottom: 20px;
  height: 42px;
  width: fit-content;
}

.hero__catch--wide span {
  display: inline;
}

.hero__lead {
  width: 283px;
  margin: 0 0 10px 5px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow-wrap: anywhere;
}

.hero__lead span {
  color: var(--color-accent);
}

.hero__address {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 5px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.hero__address img {
  width: 17px;
  height: 21px;
  flex: 0 0 auto;
}

.section-heading {
  color: var(--color-text);
}

.section-heading__mark {
  margin-bottom: 12px;
}

.section-heading__eyebrow {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-accent);
}

.section-heading__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 500;
  line-height: 1.35;
}

.section-heading--vertical {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.section-heading--vertical .section-heading__mark {
  margin-bottom: 0;
}

.section-heading--vertical .section-heading__title,
.section-heading--vertical .section-heading__eyebrow {
  writing-mode: vertical-rl;
}

.section-heading--vertical .section-heading__title span {
  display: block;
}

.section-heading--vertical-right {
  justify-self: end;
}

.section-heading--inline,
.section-heading--stack {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.section-heading--light,
.section-heading--light .section-heading__title,
.section-heading--light .section-heading__eyebrow {
  color: var(--color-surface);
}

.section-heading__text {
  display: grid;
  gap: 6px;
}

/* ----- Lower-page variant: icon + eyebrow + title ----- */
.section-heading--lower {
  align-items: center;
  gap: 24px;
}

.section-heading--lower .section-heading__mark {
  width: 96px;
  height: auto;
  margin: 0;
  flex: 0 0 auto;
}

.section-heading--lower .section-heading__text {
  gap: 6px;
}

.section-heading--lower .section-heading__eyebrow {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-accent);
}

.section-heading--lower .section-heading__title {
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.section-heading--lower.section-heading--lower-center {
  justify-content: center;
  text-align: left;
}

.greeting__inner {
  display: grid;
  grid-template-columns: 88px minmax(280px, 420px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 54px);
}

.greeting__media {
  position: relative;
  padding-top: 18px;
}

.greeting__doctor-card {
  position: relative;
  width: min(100%, 260px);
  margin: -54px 0 0 auto;
  padding: 18px 20px;
  background: var(--color-surface);
  border: 1px solid rgba(247, 144, 0, 0.24);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.greeting__doctor-name {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 700;
}

.greeting__doctor-text,
.greeting__body p,
.treatment-card__description,
.feature-card__description,
.news-item__title,
.clinic-info__note,
.clinic-info__details dd {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: var(--color-text-soft);
}

.greeting__content {
  display: grid;
  justify-items: start;
  gap: 28px;
  padding-top: 92px;
}

.greeting__highlight {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-accent);
}

.greeting__body {
  display: grid;
  gap: 18px;
  max-width: 650px;
}

.button-pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 300px;
  min-height: 70px;
  padding: 0 28px 0 36px;
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-pill);
  background: var(--color-surface);
  color: var(--color-accent);
  box-shadow: 0 12px 30px rgba(247, 144, 0, 0.12);
}

.button-pill__label {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
}

.button-pill__divider {
  flex: 0 0 1px;
  align-self: stretch;
  background: currentColor;
  opacity: 0.35;
}

.button-pill__icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 16px;
  height: 13px;
  background: url("assets/images/icons/arrow-orange.svg") center / contain no-repeat;
}

.news__archive-icon,
.news-item__icon {
  flex: 0 0 auto;
  display: block;
  width: 18px;
  height: 18px;
}

.button-pill--white {
  background: var(--color-surface);
}

.treatment__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 106px;
  gap: clamp(28px, 4vw, 60px);
}

.treatment__intro {
  grid-column: 2;
  grid-row: 1;
}

.treatment__grid {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 40px;
}

.treatment-card {
  display: grid;
  gap: 22px;
}

.treatment-card--wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  align-items: end;
}

.treatment-card--wide .treatment-card__body {
  padding-bottom: 22px;
}

.treatment-card__title,
.clinic-info__block-title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.45;
}

.treatment-card--wide .treatment-card__title {
  color: #3780be;
}

.treatment-card:not(.treatment-card--wide):nth-child(2) .treatment-card__title {
  color: #e78376;
}

.treatment-card:not(.treatment-card--wide):nth-child(3) .treatment-card__title {
  color: #56b48b;
}

.features {
  background-color: var(--color-green);
  background-image: url("assets/images/top/feature/background-pc.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px auto;
}

.features__inner {
  display: grid;
  justify-items: start;
  gap: clamp(32px, 3vw, 42px);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 40px 60px;
  width: 100%;
}

.feature-card {
  display: grid;
  align-content: start;
  gap: 18px;
  color: var(--color-surface);
  container-type: inline-size;
}

.feature-card__title {
  margin: 0;
  font-family: var(--font-heading);
  color: var(--color-surface);
  font-size: clamp(24px, calc(24px + (28 - 24) * ((100vw - 390px) / (1440 - 390))), 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: clamp(1.2px, calc(1.2px + (1.4 - 1.2) * ((100vw - 390px) / (1440 - 390))), 1.4px);
  text-align: center;
}

.feature-card__description {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 390px) / (1440 - 390))), 18px);
  line-height: 2;
  letter-spacing: clamp(1.6px, calc(1.6px + (1.8 - 1.6) * ((100vw - 390px) / (1440 - 390))), 1.8px);
}

.features .button-pill {
  justify-self: center;
  margin-inline: auto;
}

.news {
  background: var(--color-surface);
}

.news__inner {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
}

.news__archive-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-accent);
}

.news__list {
  border-top: 1px solid var(--color-line);
}

.news-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 18px;
  gap: 18px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--color-line);
}

.news-item__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: fit-content;
}

.news-item__date {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--color-text-soft);
}

.news-item__badge {
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--color-accent-soft);
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.clinic-info__inner {
  display: grid;
  gap: 34px;
}

.clinic-info__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 550px);
  gap: 40px;
  align-items: start;
}

.clinic-info__column {
  display: grid;
  gap: 30px;
}

.clinic-info__schedule,
.clinic-info__details {
  padding: 28px 34px;
  background: var(--color-surface);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.clinic-info__schedule {
  position: relative;
}

.clinic-hours {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 0.1em;
}

.clinic-hours th,
.clinic-hours td {
  height: 53px;
  padding: 0;
  border-bottom: 1px solid #333;
  text-align: center;
  font-weight: 400;
}

.clinic-hours thead th:first-child,
.clinic-hours tbody th {
  text-align: left;
  width: 141px;
}

.clinic-hours thead tr {
  height: 43px;
}

.clinic-hours thead th {
  height: 43px;
}

.clinic-hours thead th:first-child {
  color: transparent;
}

.clinic-hours td {
  color: var(--color-accent);
}

.clinic-hours td.is-closed {
  color: var(--color-text);
}

.clinic-info__note {
  margin-top: 12px;
}

.clinic-info__details {
  display: grid;
  gap: 0;
  margin: 0;
}

.clinic-info__detail {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 53px;
  padding: 0 0 0 10px;
  border-bottom: 1px dotted #cfc4b8;
}

.clinic-info__detail:last-child {
  border-bottom: 1px dotted #cfc4b8;
}

.clinic-info__detail::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 123px;
  height: 1px;
  background: var(--color-accent);
  content: "";
}

.clinic-info__details dt {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.1em;
}

.clinic-info__details a {
  color: inherit;
}

.clinic-info__details dd {
  color: var(--color-text);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}

.top-instagram {
  background: var(--color-surface);
}

.top-instagram.instagram-feed {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
}

.top-instagram .instagram-feed__title,
.top-instagram .instagram-feed__description {
  width: min(calc(100% - var(--container-gutter) * 2), var(--container-max));
  margin-inline: auto;
}

.top-instagram .instagram-feed__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, calc(28px + (40 - 28) * ((100vw - 390px) / (1440 - 390))), 40px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.top-instagram .instagram-feed__description {
  margin-top: -24px;
  margin-bottom: 0;
  color: var(--color-text-soft);
  font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 390px) / (1440 - 390))), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.top-instagram .instagram-feed__body {
  width: min(calc(100% - var(--container-gutter) * 2), var(--container-max));
  min-height: 120px;
  margin-inline: auto;
}

.top-instagram .instagram-feed__body.is-empty {
  border: 1px dashed var(--color-line);
  border-radius: 8px;
}

.site-footer {
  position: relative;
  display: grid;
  align-items: start;
  min-height: clamp(279px, calc(279px + (307 - 279) * ((100vw - 390px) / (1440 - 390))), 307px);
  padding: clamp(86px, calc(86px + (95 - 86) * ((100vw - 390px) / (1440 - 390))), 95px) 0 0;
  overflow: hidden;
  background-color: var(--color-bg);
  background-image: url("assets/images/footer/background-pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: max(1440px, 100vw) auto;
  color: var(--color-surface);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: start;
  gap: 0;
}

.site-footer__brand {
  display: block;
  min-width: 0;
}

.site-footer__logo-mark {
  display: none;
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-footer__brand-text {
  display: grid;
  gap: 7px;
  justify-items: start;
  text-align: left;
}

.site-footer__name {
  margin: 0;
  color: var(--color-surface);
  line-height: 1.25;
  letter-spacing: 5px;
}

.site-footer__address,
.site-footer__copyright {
  margin: 0;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.2px;
}

.site-footer__tel {
  margin-top: 19px;
  gap: 11px;
  font-size: 21.497px;
  line-height: 1;
  justify-self: start;
  color: var(--color-surface);
}

.site-footer__tel-icon {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-footer__copyright {
  grid-column: 1 / -1;
  margin-top: 41px;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 1px;
}

.mobile-fixed-bar {
  display: none;
}

.media-placeholder {
  position: relative;
  background: rgba(247, 144, 0, 0.08);
  border: 1px dashed rgba(247, 144, 0, 0.32);
  border-radius: var(--radius-card);
}

.top-image,
.top-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.top-image img,
img.top-image {
  object-fit: cover;
}

.top-title-icon {
  display: block;
  object-fit: contain;
}

.top-image--hero {
  overflow: visible;
  aspect-ratio: 2538 / 1275;
}

.top-image--hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.top-image--portrait {
  object-fit: contain;
}

.treatment-card__image,
.feature-card__image {
  display: block;
  object-fit: cover;
}

.feature-card__image {
  width: 100%;
  height: calc(100cqw * 370 / 540);
}

img.treatment-card__image {
  object-fit: contain;
}

.treatment-card__icon {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.media-placeholder--hero {
  aspect-ratio: 920 / 606;
  min-height: clamp(280px, 42vw, 606px);
  border-radius: 40px;
}

.media-placeholder--portrait {
  aspect-ratio: 408 / 380;
  border-radius: 48% 48% 42% 42%;
}

.media-placeholder--wide {
  aspect-ratio: 843 / 575;
  border-radius: 42% 42% 42% 42% / 28% 28% 28% 28%;
}

.media-placeholder--card {
  aspect-ratio: 540 / 370;
}

.media-placeholder--feature {
  aspect-ratio: 540 / 370;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  overflow: hidden;
}

.media-placeholder--map {
  aspect-ratio: 1 / 1;
  border-radius: 16px;
}

.clinic-info__map {
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.media-placeholder--icon,
.media-placeholder--icon-light {
  width: 55px;
  height: 55px;
  border-radius: 16px;
}

.media-placeholder--icon-light {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.46);
}

.media-placeholder--logo {
  width: 47px;
  height: 47px;
  border-radius: 14px;
}

.media-placeholder--tiny,
.media-placeholder--tiny-light {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.media-placeholder--tiny-light {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.42);
}

.lower-page {
  padding-bottom: 0;
}

.lower-hero {
  position: relative;
  margin-top: clamp(16px, 1.5vw, 28px);
}

.lower-hero__media {
  display: block;
  width: 100%;
  height: clamp(170px, 14.6vw, 210px);
  object-fit: cover;
  object-position: center center;
  border-inline: 0;
  border-radius: 0;
}

.lower-hero__label {
  position: absolute;
  left: max(30px, calc((100vw - var(--container-max)) / 2));
  top: 50%;
  display: grid;
  align-content: center;
  width: min(209px, calc(100% - 60px));
  min-height: 129px;
  padding: 24px 31px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-50%);
}

.lower-hero__title,
.lower-lead__title,
.lower-section-title,
.text-flow h2,
.profile-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(24px, calc(24px + (28 - 24) * ((100vw - 390px) / (1440 - 390))), 28px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-text);
}

.lower-hero__english {
  margin: 6px 0 0;
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.lower-lead {
  padding-block: clamp(52px, 4.6vw, 64px) clamp(28px, 3.2vw, 48px);
  text-align: center;
}

.lower-lead__text,
.lower-section-subtitle,
.reservation-cta__lead,
.price-section__note {
  margin: 12px 0 0;
  color: var(--color-text-soft);
  font-size: 14px;
  line-height: 1.8;
}

.lower-section {
  padding-block: clamp(54px, 5vw, 72px);
}

.lower-section--white {
  background: var(--color-surface);
}

.lower-section-title--center {
  text-align: center;
}

.lower-section-title-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 28px;
}

.lower-section-title-row p {
  margin: 0 0 4px;
  color: #9e9e9e;
  font-size: 18px;
  line-height: 1.2;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 484px);
  gap: clamp(44px, 7vw, 108px);
  align-items: start;
}

.split-section--reverse {
  grid-template-columns: minmax(320px, 484px) minmax(0, 1fr);
}

.split-section--reverse .text-flow:first-child {
  order: 1;
}

.split-section--reverse .media-placeholder:first-child {
  order: 0;
}

.text-flow {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.text-flow h2,
.text-flow h3,
.facility-card h3,
.concept-card h3,
.age-card h3,
.treatment-detail-card h3,
.timing-card h3,
.reservation-card__value,
.access-info h3 {
  font-family: var(--font-heading);
  font-weight: 700;
}

.text-flow h3,
.facility-card h3,
.concept-card h3,
.age-card h3,
.treatment-detail-card h3,
.timing-card h3,
.access-info h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.text-flow p,
.text-flow li,
.concept-card p,
.facility-card p,
.age-card p,
.treatment-detail-card p,
.timing-card p,
.reservation-cta__note,
.access-info,
.faq-item,
.news-archive__lead,
.news-archive__empty,
.news-detail__lead,
.center-list,
.dash-list,
.plain-list,
.number-list,
.step-list {
  margin: 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.9;
}

.plain-list,
.dash-list,
.number-list,
.center-list {
  padding-left: 1.3em;
}

.dash-list {
  list-style: "ー ";
}

.center-list {
  display: grid;
  gap: 10px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.concept-section {
  padding-block: clamp(54px, 5vw, 72px);
}

.concept-section__backdrop {
  padding: clamp(40px, 5vw, 64px) 36px;
  border-radius: 0;
}

.concept-card,
.age-card,
.promise-panel__grid article,
.message-box,
.timing-card,
.merit-box,
.price-table,
.news-archive__box,
.news-detail__box,
.promise-box {
  background: var(--color-surface);
  border: 1px solid rgba(224, 224, 224, 0.9);
  border-radius: 8px;
}

.concept-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 32px;
  text-align: center;
}

.concept-card--center {
  width: min(100%, 546px);
  margin-inline: auto;
  margin-bottom: 48px;
}

.concept-section__grid,
.facility-grid,
.age-points__grid,
.promise-panel__grid,
.merit-box__grid,
.reservation-cta__methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.4vw, 48px);
}

.facility-grid {
  margin-top: 44px;
}

.facility-card {
  display: grid;
  gap: 16px;
}

.flow-section,
.care-points,
.access-section__detail,
.therapy-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 392px);
  gap: clamp(44px, 7vw, 112px);
  align-items: start;
}

.flow-section__images,
.care-points__images,
.access-section__images,
.therapy-list {
  display: grid;
  gap: 30px;
}

.step-list {
  display: grid;
  gap: 18px;
  padding-left: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  gap: 4px;
}

.lower-page--clinic {
  background: var(--color-bg);
}

.lower-page .lower-hero {
  margin-top: 12px;
}

.lower-page .lower-hero__media {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
}

.lower-page .lower-hero__label {
  left: 60px;
  width: auto;
  min-width: 320px;
  min-height: 148px;
  padding: 30px 40px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(247, 144, 0, 0.15);
}

.lower-page .lower-hero__label::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32px;
  height: 32px;
  background: var(--color-accent);
  border-radius: 50%;
  opacity: 0.85;
}

.lower-page .lower-hero__label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #ffd166;
  border-radius: 50%;
}

.lower-page .lower-hero__title {
  position: relative;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  color: var(--color-text);
}

.lower-page .lower-hero__english {
  margin-top: 14px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.lower-page--clinic .lower-lead,
.lower-lead--clinic {
  height: auto;
  min-height: 158px;
  padding: 64px 16px 24px;
  text-align: center;
}

.lower-page--clinic .lower-lead__title,
.lower-lead--clinic .lower-lead__title,
.lower-page--clinic .lower-section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 1.4;
}

.lower-page--clinic .lower-lead__title::after,
.lower-lead--clinic .lower-lead__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 2px;
  transform: translateX(-50%);
}

.clinic-intro {
  display: grid;
  grid-template-columns: 608px 484px;
  gap: 48px;
  min-height: 530px;
  padding-bottom: 30px;
}

.clinic-intro__text {
  width: 564px;
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

.clinic-intro__text p {
  margin: 0 0 36px;
}

.clinic-intro__text p:last-child {
  margin-bottom: 0;
}

.clinic-intro__image {
  display: block;
  width: 484px;
  height: 500px;
  object-fit: cover;
  object-position: 42% center;
  border-radius: 8px;
}

.clinic-concept {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 64px 48px;
}

.clinic-concept__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.18;
}

.clinic-concept > *:not(.clinic-concept__background) {
  position: relative;
  z-index: 1;
}

.clinic-concept .lower-section-title {
  margin: 0;
}

.clinic-concept .concept-section__backdrop {
  position: static;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 518px));
  gap: 24px 28px;
  justify-content: center;
  margin-top: 26px;
  z-index: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.clinic-concept .concept-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  width: 100%;
  min-height: 0;
  padding: 36px 32px 32px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.clinic-concept .concept-card--center {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: 546px;
  min-height: 0;
  margin: 0;
  padding: 40px 40px 32px;
  transform: none;
}

.clinic-concept .concept-section__grid {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  gap: inherit;
}

.clinic-concept .concept-section__grid .concept-card:nth-child(1) {
  grid-column: 1;
}

.clinic-concept .concept-section__grid .concept-card:nth-child(2) {
  grid-column: 2;
}

.concept-card__icon,
.concept-card__lion {
  position: relative;
  left: auto;
  display: block;
  margin: 0 auto;
  transform: none;
}

.concept-card__icon--logo {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.concept-card__icon--penguin {
  width: 98px;
  height: 115px;
}

.concept-card__lion {
  width: 126px;
  height: 122px;
}

.concept-card__lion-body,
.concept-card__lion-head {
  position: absolute;
  display: block;
}

.concept-card__lion-body {
  left: 0;
  bottom: 0;
  width: 78px;
  height: 50px;
}

.concept-card__lion-head {
  top: 0;
  right: 0;
  width: 95px;
  height: 94px;
}

.clinic-concept .concept-card h3 {
  width: 100%;
  max-width: 100%;
  margin: 18px 0 0;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.clinic-concept .concept-card--center h3 {
  margin-top: 20px;
  letter-spacing: -0.02em;
}

.clinic-concept .concept-section__grid .concept-card h3 {
  margin-top: 18px;
}

.clinic-concept .concept-card p {
  width: 100%;
  margin: 14px 0 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
}

.clinic-concept .concept-card--center p {
  margin-top: 16px;
  text-align: center;
}

.clinic-concept .concept-section__grid .concept-card p {
  margin-top: 20px;
}

.clinic-facilities {
  height: 1106px;
  padding-top: 64px;
}

.clinic-facilities .lower-section-title {
  margin: 0;
}

.clinic-facilities .lower-section-subtitle {
  margin: 32px 0 0;
  color: #000;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 0.9;
  text-align: center;
}

.clinic-facilities .facility-grid {
  display: grid;
  grid-template-columns: repeat(2, 519px);
  gap: 20px 102px;
  margin-top: 54px;
}

.clinic-facilities .facility-card {
  display: grid;
  grid-template-rows: 24px 260px auto;
  gap: 18px;
  width: 519px;
}

.clinic-facilities .facility-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.facility-card__image {
  display: block;
  width: 519px;
  height: 260px;
  object-fit: cover;
  border-radius: 0;
}

.clinic-facilities .facility-card:nth-child(1) .facility-card__image {
  object-position: 48% 50%;
}

.clinic-facilities .facility-card:nth-child(2) .facility-card__image {
  object-position: 50% 52%;
}

.clinic-facilities .facility-card:nth-child(3) .facility-card__image {
  object-position: 50% 52%;
}

.clinic-facilities .facility-card:nth-child(4) .facility-card__image {
  object-position: 48% 49%;
}

.clinic-facilities .facility-card p {
  width: 515px;
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.1em;
}

.facility-card__list {
  margin: 0 0 10px;
  padding-left: 1.1em;
  list-style: none;
  width: 515px;
  color: #000;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.06em;
}

.facility-card__list li {
  position: relative;
  padding: 2px 0;
}

.facility-card__list li::before {
  content: "";
  position: absolute;
  left: -1.0em;
  top: 0.7em;
  width: 6px;
  height: 6px;
  background: var(--color-accent);
  border-radius: 50%;
}

.clinic-flow {
  width: 100%;
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 392px;
  gap: 56px;
  padding: 64px max(30px, calc((100vw - var(--container-max)) / 2)) 64px;
align-items: start;
}

.clinic-flow > div:first-child {
  min-width: 0;
}

.clinic-flow .lower-section-title {
  margin: 0;
}

.clinic-flow .lower-section-subtitle {
  margin: 18px 0 0;
  color: #424242;
  font-size: 15px;
  line-height: 1.6;
}

.clinic-flow .step-list {
  display: grid;
  gap: 18px;
  width: 100%;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.clinic-flow .step-list li {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 22px 28px 22px 76px;
  background: #fff;
  border: 1px solid rgba(247, 144, 0, 0.18);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  counter-increment: step;
}

.clinic-flow .step-list li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 22px;
  left: 22px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  color: #fff;
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.clinic-flow .step-list strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--color-text);
}

.clinic-flow .step-list span {
  display: block;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

.clinic-flow .flow-section__images {
  display: grid;
  gap: 20px;
  padding-top: 132px;
  position: sticky;
  top: 16px;
}

.flow-section__image {
  display: block;
  width: 392px;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(97, 63, 29, 0.1);
}

.clinic-flow .flow-section__image:nth-child(1) {
  object-position: 51% 48%;
}

.clinic-flow .flow-section__image:nth-child(2) {
  object-position: 50% 52%;
}

.clinic-flow .flow-section__image:nth-child(3) {
  object-position: 50% 58%;
}

.clinic-reservation {
  position: relative;
  width: 100%;
  min-height: 454px;
  background: var(--color-bg);
}

.clinic-reservation__inner {
  position: relative;
  width: min(calc(100% - var(--container-gutter) * 2), var(--container-max));
  min-height: 454px;
  margin-inline: auto;
}

.clinic-reservation__bubble {
  position: absolute;
  display: grid;
  place-items: center;
}

.clinic-reservation__bubble img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clinic-reservation__bubble p,
.clinic-reservation__bubble div,
.clinic-reservation__callout {
  position: relative;
  z-index: 1;
}

.clinic-reservation__bubble p {
  margin: 0;
  color: #000;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.clinic-reservation__bubble--debut {
  top: 0;
  left: 50px;
  width: 296px;
  height: 139px;
}

.clinic-reservation__bubble--anxiety {
  top: 26px;
  left: 587px;
  width: 299px;
  height: 159px;
}

.clinic-reservation__bubble--reassurance {
  top: 139px;
  left: 225px;
  width: 368px;
  height: 254px;
}

.clinic-reservation__bubble--reassurance div {
  transform: translateY(8px);
}

.clinic-reservation__callout {
  position: absolute;
  top: 295px;
  left: 639px;
  display: grid;
  place-items: center;
  width: 458px;
  min-height: 99px;
  padding: 18px 30px 16px;
  border: 2px solid var(--color-accent);
  border-radius: 43px;
  background: #fff;
  text-align: center;
}

.clinic-reservation__callout p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.clinic-reservation__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 2px;
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.clinic-reservation__phone img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}


.treatment-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 64px;
  margin-top: 48px;
}

.treatment-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: start;
}

.promise-panel {
  margin-block: clamp(54px, 5vw, 72px);
  padding: clamp(40px, 5vw, 64px) 48px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
}

.promise-panel__grid {
  margin-top: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promise-panel__grid article,
.age-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 32px;
  text-align: center;
}

.message-box,
.promise-box {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: clamp(40px, 5vw, 64px);
  border-color: var(--color-accent);
  text-align: center;
}

.age-points {
  margin-block: clamp(54px, 5vw, 72px);
  padding: clamp(40px, 5vw, 64px) 48px;
  background: rgba(255, 255, 255, 0.5);
}

.age-points__grid {
  margin-top: 40px;
}

.timing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 48px;
}

.timing-grid .lower-section-title {
  grid-column: 1 / -1;
}

.timing-card {
  padding: 28px 32px;
  border-left: 6px solid var(--color-accent);
}

.merit-box {
  padding: clamp(40px, 5vw, 64px) 48px;
}

.merit-box__grid {
  margin-top: 40px;
}

.therapy-item {
  padding-block: 36px;
  border-bottom: 1px solid var(--color-line);
}

.therapy-item:last-child {
  border-bottom: 0;
}

.price-section {
  display: grid;
  gap: 28px;
}

.price-table {
  display: grid;
  padding: 26px 32px;
}

.price-table__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 16px;
  border-bottom: 1px solid var(--color-line);
  font-size: 14px;
}

.price-table__row:last-child {
  border-bottom: 0;
}

.table-scroll {
  overflow-x: auto;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: var(--color-surface);
}

.clinic-hours--lower {
  min-width: 760px;
}

.clinic-hours--lower thead th {
  background: #ffe6c3;
}

.clinic-hours--lower td {
  color: var(--color-accent);
}

.clinic-hours td.is-closed {
  color: var(--color-text);
  font-weight: 400;
}

.timetable-section {
  display: grid;
  gap: 28px;
}

.timetable-section__notes {
  gap: 10px;
}

.access-section {
  display: grid;
  gap: 48px;
}

.access-section__top {
  display: grid;
  grid-template-columns: minmax(0, 546px) minmax(0, 1fr);
  gap: 48px;
}

.access-info dl {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
}

.access-info dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
}

.access-info dt {
  color: var(--color-accent);
  font-weight: 700;
}

.access-info dd {
  margin: 0;
}

.reservation-cta {
  display: grid;
  justify-items: center;
  gap: 32px;
  padding-block: clamp(72px, 8vw, 120px);
  border-top: 1px solid var(--color-line);
}

.reservation-cta__lead,
.reservation-cta__note {
  text-align: center;
}

.reservation-cta__methods {
  width: min(100%, 900px);
}

.reservation-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 190px;
  padding: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: var(--color-surface);
  text-align: center;
}

.reservation-card__icon {
  width: 60px;
  height: 60px;
  background: var(--color-accent-soft);
}

.reservation-card__label,
.reservation-card__sub {
  color: #6b7280;
  font-size: 14px;
}

.reservation-card__value {
  color: var(--color-accent);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.4;
}

.faq-list {
  display: grid;
  margin-top: 40px;
}

.faq-item {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-line);
}

.faq-item__question,
.faq-item__answer {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  margin: 0;
}

.faq-item__answer {
  margin-top: 12px;
  color: var(--color-text-soft);
}

.faq-item__question span,
.faq-item__answer span {
  color: var(--color-accent);
  font-weight: 700;
}

.news-archive {
  display: grid;
  gap: 46px;
}

.news-archive__box,
.news-detail__box {
  padding: clamp(32px, 4vw, 56px);
}

.news-archive__item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
}

.news-archive__item time,
.news-detail__header time {
  color: var(--color-accent);
  font-size: 16px;
}

.news-detail {
  display: grid;
  gap: 46px;
}

.news-detail__header {
  display: flex;
  align-items: baseline;
  gap: 28px;
  margin-bottom: 24px;
}

.news-detail__header h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2vw, 28px);
}

.news-detail__back {
  justify-self: end;
  padding: 12px 28px;
  border: 1px solid var(--color-text);
  background: transparent;
  font-family: var(--font-heading);
}

.media-placeholder--page-hero {
  background: rgba(150, 160, 120, 0.1);
}

.media-placeholder--portrait-large,
.media-placeholder--photo {
  aspect-ratio: 484 / 347;
  width: 100%;
}

.media-placeholder--portrait-large {
  aspect-ratio: 484 / 500;
}

.media-placeholder--section-bg {
  background: rgba(247, 144, 0, 0.04);
}

.media-placeholder--facility {
  aspect-ratio: 519 / 260;
  width: 100%;
}

.media-placeholder--flow {
  aspect-ratio: 392 / 241;
  width: 100%;
}

.media-placeholder--small-photo {
  aspect-ratio: 220 / 173;
  width: 100%;
}

.media-placeholder--access-map {
  aspect-ratio: 546 / 400;
  width: 100%;
}

@media (max-width: 1279px) {
  .site-header__nav {
    display: none;
  }

  .site-header__tel {
    margin-left: auto;
  }

  .site-header__menu-button {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .hero__layout,
  .greeting__inner,
  .treatment__inner,
  .news__inner,
  .clinic-info__grid {
    grid-template-columns: 1fr;
  }

  .hero__vertical-copy {
    justify-content: flex-end;
  }

  .greeting__content,
  .treatment__intro {
    padding-top: 0;
  }

  .treatment__intro {
    justify-self: start;
    grid-column: auto;
    grid-row: auto;
  }

  .treatment__grid {
    grid-column: auto;
    grid-row: auto;
  }

  .section-heading--vertical .section-heading__title,
  .section-heading--vertical .section-heading__eyebrow {
    writing-mode: horizontal-tb;
  }

  .section-heading--vertical {
    align-items: center;
  }

  .split-section,
  .split-section--reverse,
  .flow-section,
  .care-points,
  .access-section__detail,
  .therapy-item,
  .access-section__top,
  .staff-section__inner--director,
  .staff-section__inner--secondary,
  .staff-orthodontics {
    grid-template-columns: 1fr;
  }

  .split-section--reverse .text-flow:first-child,
  .split-section--reverse .media-placeholder:first-child {
    order: initial;
  }

  .promise-panel__grid,
  .treatment-detail-card {
    grid-template-columns: 1fr;
  }

  .treatment-detail-card .media-placeholder {
    max-width: 320px;
  }

  .staff-efforts__box {
    width: 100%;
  }
}

/* 768px+ desktop-fluid bridge: PC structure scaled down before the 1280px PC lock. */
@media (min-width: 768px) and (max-width: 1279px) {
  .site-header {
    height: 98px;
    padding-top: 33px;
  }

  .site-header__inner {
    width: min(calc(100% - 60px), 960px);
    gap: 22px;
  }

  .site-header__menu-button {
    flex-direction: column;
    gap: 6px;
    width: 30px;
    height: 32px;
    margin-left: 4px;
    padding: 0;
  }

  .site-header__menu-lines {
    width: 30px;
    height: 16px;
  }

  .site-header__menu-lines::before {
    top: 0;
    box-shadow: 0 8px 0 currentColor;
  }

  .site-header__menu-lines::after {
    top: 16px;
  }

  .site-header__menu-label {
    font-size: 8px;
    line-height: 1;
  }

  .hero {
    min-height: 729px;
    padding-top: 29px;
  }

  .hero__inner {
    width: 100%;
    max-width: none;
  }

  .hero__layout {
    position: relative;
    min-height: 700px;
  }

  .hero__visual {
    width: min(1269px, calc(100vw - 172px));
    margin-inline: auto;
  }

  .hero__content {
    left: max(30px, calc((100vw - var(--container-max)) / 2));
    top: clamp(330px, 26.32vw, 379px);
    width: min(540px, calc(100vw - 100px));
  }

  .hero__vertical-copy {
    top: 5px;
    right: max(40px, calc((100vw - 1440px) / 2 + 170px));
    width: clamp(167.5px, calc(167.5px + (214.5 - 167.5) * ((100vw - 768px) / (1279 - 768))), 214.5px);
    height: clamp(250px, calc(250px + (320 - 250) * ((100vw - 768px) / (1279 - 768))), 320px);
    gap: clamp(37px, calc(37px + (47.4 - 37) * ((100vw - 768px) / (1279 - 768))), 47.4px);
    font-size: clamp(32px, calc(32px + (42 - 32) * ((100vw - 768px) / (1279 - 768))), 42px);
  }

  .hero__vertical-copy span {
    width: clamp(25px, calc(25px + (32 - 25) * ((100vw - 768px) / (1279 - 768))), 32px);
  }

  .hero__vertical-copy span::after {
    right: -7px;
    height: clamp(208.2px, calc(208.2px + (270.222 - 208.2) * ((100vw - 768px) / (1279 - 768))), 270.222px);
  }

  .hero__vertical-copy span:nth-child(2)::after {
    height: clamp(249.8px, calc(249.8px + (323.556 - 249.8) * ((100vw - 768px) / (1279 - 768))), 323.556px);
  }

  .hero__vertical-copy span:nth-child(3)::after {
    height: clamp(186px, calc(186px + (241.778 - 186) * ((100vw - 768px) / (1279 - 768))), 241.778px);
  }
}

@media (max-width: 767px) {
  .site-header {
    height: 69px;
    padding-top: 16px;
  }

  .site-header__inner {
    width: calc(100% - 39px);
    gap: 12px;
  }

  .site-header__logo-mark {
    width: 36px;
    height: 36px;
  }

  .site-header__logo-text {
    font-size: 18.315px;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .site-header__tel {
    display: none;
  }

  .site-header__menu-button {
    display: inline-flex;
    margin-left: auto;
  }

  .hero {
    min-height: 774px;
    padding-top: 12px;
  }

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

  .hero__layout {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  .hero__content {
    position: static;
    order: 2;
    width: 100%;
    padding-bottom: 0;
  }

  .hero__visual {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 142px;
  }

  .hero__vertical-copy {
    position: absolute;
    top: -20px;
    right: 12px;
    z-index: 1;
    width: 214.5px;
    height: 250px;
    padding-bottom: 0;
    font-size: 28px;
  }

  .hero__vertical-copy span {
    width: 28px;
  }

  .hero__lead {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.7;
    white-space: normal;
  }

  .hero__catch--wide {
    display: grid;
    gap: 6px;
    height: auto;
    padding: 0;
    background: transparent;
  }

  .hero__catch--wide span {
    display: block;
    width: fit-content;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--color-surface);
  }

  .greeting__inner,
  .treatment__grid,
  .features__grid,
  .news__inner,
  .clinic-info__grid {
    gap: 24px;
  }

  .features__grid {
    grid-template-columns: 1fr;
  }

  .greeting__doctor-card {
    width: min(100%, 230px);
    margin-top: -34px;
  }

  .button-pill,
  .button-pill--white {
    width: 100%;
    max-width: 300px;
  }

  .treatment-card--wide {
    grid-template-columns: 1fr;
  }

  .news-item {
    grid-template-columns: 1fr 18px;
    gap: 10px 16px;
  }

  .news-item__meta {
    grid-column: 1 / 2;
  }

  .news-item__title {
    grid-column: 1 / 2;
  }

  .news-item__icon {
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .clinic-info__schedule,
  .clinic-info__details {
    padding: 22px 20px;
  }

  .clinic-hours {
    font-size: 11px;
  }

  .clinic-hours thead th:first-child,
  .clinic-hours tbody th {
    width: 92px;
  }

  .clinic-info__detail {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .lower-page {
    padding-bottom: 96px;
  }

  .lower-hero {
    margin-top: 16px;
  }

  .lower-hero__media {
    height: 160px;
  }

  .lower-hero__label {
    left: 30px;
    width: min(210px, calc(100% - 60px));
    min-height: 104px;
    padding: 20px 24px;
  }

  .lower-hero__title,
  .lower-lead__title,
  .lower-section-title,
  .text-flow h2,
  .profile-title {
    font-size: 24px;
  }

  .lower-lead,
  .lower-section,
  .concept-section,
  .reservation-cta {
    padding-block: 48px;
  }

  .split-section,
  .flow-section,
  .care-points,
  .access-section__detail,
  .therapy-item,
  .access-section__top {
    gap: 28px;
  }

  .concept-section__backdrop,
  .promise-panel,
  .age-points,
  .merit-box,
  .message-box,
  .promise-box {
    padding: 30px 20px;
  }

  .concept-section__grid,
  .facility-grid,
  .age-points__grid,
  .promise-panel__grid,
  .merit-box__grid,
  .reservation-cta__methods,
  .treatment-list-grid,
  .timing-grid {
    grid-template-columns: 1fr;
  }

  .concept-card,
  .age-card,
  .promise-panel__grid article,
  .reservation-card {
    padding: 26px 20px;
  }

  .facility-grid,
  .treatment-list-grid,
  .age-points__grid,
  .promise-panel__grid,
  .merit-box__grid,
  .faq-list {
    margin-top: 28px;
  }

  .lower-section-title-row {
    align-items: baseline;
    gap: 10px;
  }

  .lower-section-title-row p {
    font-size: 14px;
  }

  .table-scroll {
    margin-inline: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .access-info dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .price-table {
    padding: 12px;
  }

  .price-table__row,
  .news-detail__header {
    display: grid;
    gap: 6px;
  }

  .news-archive__box,
  .news-detail__box {
    padding: 26px 20px;
  }

  .news-archive__item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .news-detail__back {
    justify-self: stretch;
    text-align: center;
  }

  .mobile-fixed-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 10px;
    padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 252, 246, 0.96);
    box-shadow: 0 -12px 30px rgba(97, 63, 29, 0.12);
  }

  .mobile-fixed-bar__call,
  .mobile-fixed-bar__top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 700;
  }

  .mobile-fixed-bar__call {
    gap: 6px;
    background: var(--color-accent);
    color: var(--color-surface);
  }

  .mobile-fixed-bar__call img {
    width: 24px;
    height: 24px;
  }

  .mobile-fixed-bar__call span {
    line-height: 1;
  }

  .mobile-fixed-bar__call-text {
    font-size: 8px;
  }

  .mobile-fixed-bar__call-number {
    font-size: 13px;
  }

  .mobile-fixed-bar__top {
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 11px;
  }

  .mobile-fixed-bar__top img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1280px) {
  .hero__inner {
    width: 100%;
    max-width: none;
  }

  .hero {
    min-height: 729px;
    padding-top: 29px;
  }

  .hero::before,
  .hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hero::before {
    left: 0;
    top: 690px;
    width: 522px;
    height: 68px;
    background-image: url("assets/images/cloud02.svg");
  }

  .hero::after {
    right: 0;
    top: 89px;
    width: 609px;
    height: 86px;
    background-image: url("assets/images/cloud01.svg");
  }

  .hero__layout {
    z-index: 1;
    min-height: 700px;
  }

  .hero__visual {
    width: min(1269px, calc(100vw - 172px));
    margin-inline: auto;
  }

  .hero__content {
    left: max(30px, calc((100vw - var(--container-max)) / 2));
  }

  .hero__vertical-copy {
    top: 5px;
    right: max(40px, calc((100vw - 1440px) / 2 + 170px));
  }

  .hero__vertical-copy span::after {
    right: -7px;
  }

  .greeting {
    position: relative;
    padding-top: 35px;
    padding-bottom: 146px;
  }

  .greeting::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: max(78px, calc((100vw - var(--container-max)) / 2 - 11px));
    bottom: 56px;
    width: 222px;
    height: 144px;
    background: url("assets/images/top/greeting/deco-pc.webp") center / contain no-repeat;
    pointer-events: none;
  }

  .greeting__inner {
    position: relative;
    z-index: 1;
    display: block;
    width: 1140px;
    height: 820px;
    max-width: none;
    margin-right: auto;
    margin-left: calc((100vw - 1140px) / 2);
  }

  .greeting .section-heading--vertical {
    position: absolute;
    left: 2px;
    top: 0;
    display: block;
    width: 106px;
    height: 666px;
  }

  .greeting .section-heading__mark {
    position: absolute;
    left: -70px;
    top: 0;
    width: 83px;
    height: 80px;
    border-radius: 22px;
  }

  .greeting .section-heading__eyebrow {
    position: absolute;
    left: 106px;
    top: 101px;
    width: 30px;
    height: 84px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .greeting .section-heading__title {
    position: absolute;
    left: 24px;
    top: 101px;
    width: 36px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .greeting .section-heading__title span {
    display: inline;
  }

  .section-heading__subcopy {
    margin: 0;
    font-family: var(--font-heading);
    color: var(--color-text);
  }

  .greeting .section-heading__subcopy {
    position: absolute;
    left: 30px;
    top: 369px;
    width: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
    writing-mode: vertical-rl;
    font-feature-settings: "vrt2" 1;
  }

  .greeting__media {
    position: absolute;
    left: 194px;
    top: 12px;
    width: 413px;
    height: 405px;
    padding-top: 0;
  }

  .media-placeholder--portrait {
    width: 413px;
    height: 385px;
  }

  .greeting__portrait {
    width: 413px;
    height: 385px;
  }

  .greeting__doctor-card {
    position: absolute;
    left: 329px;
    top: 233px;
    width: 304px;
    min-height: 166px;
    margin: 0;
    padding: 29px 34px 24px 49px;
    border: 0;
    border-radius: 0;
    background: url("assets/images/top/greeting/doctor-bio-card.webp") center / 100% 100% no-repeat;
    box-shadow: none;
  }

  .greeting__doctor-name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.45;
  }

  .greeting__doctor-text {
    font-size: 12px;
    line-height: 1.58;
  }

  .greeting__content {
    position: absolute;
    left: 237px;
    top: 91px;
    display: block;
    width: 899px;
    padding-top: 0;
  }

  .greeting__highlight {
    width: 550px;
    margin-left: 386px;
    font-size: 38px;
    line-height: 1.53;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .greeting__body {
    width: 649px;
    max-width: none;
    margin-top: 242px;
    gap: 0;
  }

  .greeting__body p,
  .treatment-card__description,
  .feature-card__description {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .greeting .button-pill {
    margin-top: 40px;
  }

  .treatment {
    position: relative;
    overflow: hidden;
    padding-top: 29px;
    padding-bottom: 169px;
  }

  .treatment::after {
    content: "";
    position: absolute;
    right: max(-157px, calc((100vw - var(--container-max)) / 2 - 307px));
    top: 462px;
    width: 509px;
    height: 366px;
    background: url("assets/images/top/treatment/deco-pc.webp") center / contain no-repeat;
    pointer-events: none;
  }

  .treatment__inner {
    position: relative;
    display: block;
    width: 1140px;
    min-height: 1559px;
    max-width: none;
    margin-right: auto;
    margin-left: calc((100vw - 1140px) / 2);
  }

  .treatment__intro {
    position: absolute;
    right: 0;
    top: 12px;
    display: block;
    width: 106px;
    height: 284px;
  }

  .treatment__intro .section-heading__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 83px;
    height: 80px;
    margin: 0;
    border-radius: 22px;
  }

  .treatment__intro .section-heading__eyebrow {
    position: absolute;
    left: 76px;
    top: 102px;
    width: 30px;
    height: 100px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
  }

  .treatment__intro .section-heading__title {
    position: absolute;
    left: 24px;
    top: 102px;
    width: 36px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    writing-mode: vertical-rl;
  }

  .treatment__intro .section-heading__title span {
    display: inline;
  }

  .treatment__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 78px 90px;
    width: 100%;
  }

  .treatment-card {
    gap: 20px;
  }

  .treatment-card--wide {
    display: block;
    grid-column: 1 / -1;
    width: 843px;
  }

  .treatment-card--wide .media-placeholder--wide {
    width: 843px;
    height: 575px;
  }

  .treatment-card--wide .treatment-card__body {
    padding-bottom: 0;
    margin-top: 15px;
  }

  .treatment-card--wide .treatment-card__title {
    margin-left: 0;
  }

  .treatment-card--wide .treatment-card__description {
    width: 830px;
  }

  .treatment-card:not(.treatment-card--wide) {
    width: 532px;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(3) {
    justify-self: end;
    width: 520px;
  }

  .treatment-card:not(.treatment-card--wide) .media-placeholder--card {
    width: 100%;
    height: 395px;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(2) .treatment-card__title {
    margin-left: 0;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(3) .treatment-card__title {
    margin-left: 0;
  }

  .treatment-card__title {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .treatment-card--wide .treatment-card__icon {
    width: 59px;
    height: 52px;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(2) .treatment-card__icon {
    width: 48px;
    height: 58px;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(3) .treatment-card__icon {
    width: 78px;
    height: 43px;
  }

  .treatment-card__title {
    font-size: 32px;
    line-height: 1.32;
    letter-spacing: 0.05em;
  }

  .features {
    background-color: var(--color-bg);
    background-image:
      url("assets/images/top/feature/background-pc.webp"),
      linear-gradient(to bottom, var(--color-bg) 0 290px, var(--color-green) 290px 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top left;
    background-size: max(1440px, 100vw) auto, 100% 100%;
    padding-top: 365px;
    padding-bottom: 95px;
  }

  .features__inner {
    width: 1140px;
    max-width: none;
    margin-right: auto;
    margin-left: calc((100vw - 1140px) / 2);
    gap: 60px;
  }

  .features .section-heading--inline {
    align-items: flex-start;
    gap: 21px;
  }

  .features .section-heading__mark {
    width: 83px;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 22px;
  }

  .features .section-heading__eyebrow {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .features .section-heading__title {
    width: 670px;
    font-size: 40px;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: 0.125em;
    transform: translateY(-4px);
    white-space: nowrap;
  }

  .features .section-heading__title span {
    display: inline;
  }

  .features .section-heading__text {
    width: 670px;
    gap: 17px;
  }

  .features__grid {
    gap: 51px 60px;
  }

  .feature-card {
    gap: 20px;
  }

  .media-placeholder--feature {
    height: 370px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 16px;
  }

  .feature-card__title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    text-align: center;
    color: var(--color-surface);
  }

  .feature-card__note {
    margin: -8px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .features .button-pill {
    justify-self: center;
    margin-top: -16px;
  }

  .news {
    min-height: 520px;
    padding-top: 95px;
    padding-bottom: 94px;
  }

  .news__inner {
    width: 1140px;
    max-width: none;
    margin-right: auto;
    margin-left: calc((100vw - 1140px) / 2);
    grid-template-columns: 278px 800px;
    gap: 60px;
    min-height: 330px;
  }

  .news .section-heading--stack {
    display: block;
    width: 175px;
  }

  .news .section-heading__mark {
    display: block;
    width: 54px;
    height: 57px;
    margin: 0 0 16px;
  }

  .news .section-heading__eyebrow {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .news .section-heading__title {
    width: 175px;
    margin: 0;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0.125em;
    white-space: nowrap;
  }

  .news__archive-link {
    margin-top: 60px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .news__list {
    width: 800px;
  }

  .news-item {
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 8px 20px;
    height: 110px;
    min-height: 0;
    overflow: hidden;
    padding: 28px 20px 24px 29px;
  }

  .news-item__meta {
    grid-column: 1;
  }

  .news-item__title {
    grid-column: 1;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .news-item__icon {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .news-item__badge {
    border-radius: 4px;
    background: var(--color-accent);
    color: var(--color-surface);
  }

  .clinic-info {
    padding-top: 83px;
    padding-bottom: 131px;
  }

  .clinic-info__inner {
    width: 1140px;
    margin-right: auto;
    margin-left: calc((100vw - 1140px) / 2);
    gap: 48px;
  }

  .clinic-info .section-heading--inline {
    align-items: flex-start;
    gap: 20px;
    width: fit-content;
  }

  .clinic-info .section-heading__mark {
    width: 83px;
    height: 80px;
    margin-top: 9px;
    border-radius: 22px;
  }

  .clinic-info .section-heading__eyebrow {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .clinic-info .section-heading__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 5px;
  }

  .clinic-info .section-heading__text {
    gap: 21px;
  }

  .clinic-info__grid {
    grid-template-columns: 550px 550px;
    gap: 40px;
  }

  .clinic-info__column {
    gap: 30px;
  }

  .clinic-info__schedule {
    height: 236px;
    padding: 24px 35px;
    border-radius: 16px;
    box-shadow: none;
  }

  .clinic-info__block-title {
    position: absolute;
    top: 24px;
    left: 38px;
    display: flex;
    align-items: center;
    gap: 10.12px;
    margin: 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }

  .clinic-info__block-title img {
    display: block;
    width: 26.88px;
    height: 26.88px;
    flex: 0 0 auto;
  }

  .clinic-info__schedule .clinic-hours {
    margin-top: 0;
  }

  .clinic-info__note {
    position: absolute;
    top: 183px;
    left: 45px;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
  }

  .clinic-hours th,
  .clinic-hours td {
    padding: 0;
  }

  .clinic-info__details {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .clinic-info__detail {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 11px;
  }

  .clinic-info__detail:nth-child(1) {
    min-height: 34px;
  }

  .clinic-info__detail:nth-child(2) {
    min-height: 74px;
  }

  .clinic-info__detail:nth-child(3) {
    min-height: 53px;
  }

  .clinic-info__detail:nth-child(4) {
    min-height: 82px;
  }

  .clinic-info__detail:nth-child(5) {
    min-height: 83px;
  }

  .clinic-info__map {
    width: 550px;
    height: 550px;
    border-radius: 16px;
  }

  .site-footer {
    box-sizing: border-box;
    height: auto;
    min-height: 327px;
    margin-top: -20px;
    overflow: hidden;
    padding-top: 95px;
  }

  .site-footer__inner {
    width: 1140px;
    margin-right: auto;
    margin-left: calc((100vw - 1140px) / 2);
  }

}

@media (max-width: 767px) {
  .site-header {
    height: 69px;
    padding-top: 16px;
  }

  .site-header__inner {
    width: calc(100% - 39px);
  }

  .site-header__branding {
    gap: 4px;
  }

  .site-header__logo-mark,
  .media-placeholder--logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .site-header__logo-text {
    font-size: 18.315px;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .site-header__menu-button {
    flex-direction: column;
    gap: 6px;
    width: 30px;
    height: 32px;
    margin-left: auto;
    padding: 0;
  }

  .site-header__menu-lines {
    width: 30px;
    height: 16px;
  }

  .site-header__menu-lines::before {
    top: 0;
    box-shadow: 0 8px 0 currentColor;
  }

  .site-header__menu-lines::after {
    top: 16px;
  }

  .site-header__menu-label {
    font-size: 8px;
    line-height: 1;
  }

  .hero {
    padding-top: 12px;
  }

  .hero__layout {
    gap: 8px;
  }

  .hero__visual {
    width: calc(100vw - 30px);
    max-width: 360px;
    min-height: auto;
    margin-top: 1px;
    margin-left: -15px;
    border-radius: 26px;
  }

  .top-image--hero {
    aspect-ratio: 725 / 885;
  }

  .hero__vertical-copy {
    top: 18px;
    right: -2px;
    width: 167.5px;
    height: 249.834px;
    gap: 37.012px;
    font-size: 32.791px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .hero__vertical-copy span {
    width: 24.983px;
  }

  .hero__vertical-copy span::after {
    right: -18.507px;
    height: 208.195px;
  }

  .hero__vertical-copy span:nth-child(2)::after {
    height: 249.834px;
  }

  .hero__vertical-copy span:nth-child(3)::after {
    height: 185.988px;
  }

  .hero__content {
    width: calc(100% + 9px);
    margin-left: -9px;
  }

  .hero__catch {
    height: 40px;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1;
  }

  .hero__content > .hero__catch:first-child {
    width: 226px;
  }

  .hero__catch--wide {
    height: auto;
    gap: 8px;
    margin-bottom: 27px;
  }

  .hero__catch--wide span {
    height: 40px;
    line-height: 40px;
  }

  .hero__catch--wide span:first-child {
    width: 313px;
  }

  .hero__catch--wide span:nth-child(2) {
    width: 166px;
  }

  .hero__lead {
    width: 267px;
    margin: 0 0 14px 5px;
    font-size: 14px;
    line-height: 1.9;
  }

  .hero__address {
    width: 257px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.75;
  }

  .greeting {
    position: relative;
    margin-top: 10px;
    padding-top: 33px;
    padding-bottom: 43px;
  }

  .greeting::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 587px;
    width: 94px;
    height: 138px;
    background: url("assets/images/top/greeting/deco-sp.webp") center / contain no-repeat;
    pointer-events: none;
  }

  .greeting__inner {
    position: relative;
    z-index: 1;
    display: block;
    height: 1046px;
  }

  .greeting .section-heading--vertical {
    position: absolute;
    left: -10px;
    top: 0;
    display: block;
    width: 75px;
    height: 471px;
  }

  .greeting .section-heading__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 58.7px;
    height: 56.6px;
    border-radius: 16px;
  }

  .greeting .section-heading__eyebrow {
    position: absolute;
    left: 58px;
    top: 71px;
    width: 21px;
    height: 59px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
  }

  .greeting .section-heading__title {
    position: absolute;
    left: 17px;
    top: 71px;
    width: 26px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    writing-mode: vertical-rl;
  }

  .greeting .section-heading__title span {
    display: inline;
  }

  .greeting .section-heading__subcopy {
    position: absolute;
    left: 21px;
    top: 259px;
    width: 17px;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.15;
    writing-mode: vertical-rl;
  }

  .greeting__media {
    position: absolute;
    left: 69px;
    top: 5px;
    width: min(calc(100vw - 119px), 271px);
    height: 455px;
    padding-top: 0;
  }

  .media-placeholder--portrait {
    width: 100%;
    height: auto;
  }

  .greeting__portrait {
    width: 100%;
    height: auto;
  }

  .greeting__doctor-card {
    position: absolute;
    left: 0;
    top: 230px;
    width: 100%;
    min-height: 168px;
    margin: 0;
    padding: 22px 32px 22px 44px;
    border: 0;
    border-radius: 0;
    background: url("assets/images/top/greeting/doctor-bio-card.webp") center / 100% 100% no-repeat;
    box-shadow: none;
  }

  .greeting__doctor-name {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }

  .greeting__doctor-text {
    font-size: 10px;
    line-height: 1.45;
  }

  .greeting__content {
    position: absolute;
    left: 97px;
    top: 415px;
    display: block;
    width: calc(100% - 97px);
    max-width: 446px;
    padding-top: 0;
    background: var(--color-bg);
    transform: none;
  }

  .greeting__highlight {
    width: 100%;
    max-width: 270px;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .greeting__body {
    width: 100%;
    max-width: 270px;
    margin-top: 14px;
    gap: 0;
  }

  .greeting__body p,
  .treatment-card__description,
  .feature-card__description {
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.1em;
  }

  .greeting__body p {
    line-height: 2;
  }

  .greeting .button-pill {
    margin-top: 43px;
    margin-left: -52px;
  }

  .treatment {
    position: relative;
    padding-top: 40px;
    padding-bottom: 171px;
  }

  .treatment::before {
    content: "";
    position: absolute;
    left: -55px;
    top: 104px;
    width: 281px;
    height: 200px;
    background: url("assets/images/top/treatment/deco-sp.webp") center / contain no-repeat;
    pointer-events: none;
  }

  .treatment__inner {
    position: relative;
    display: block;
    min-height: 1843px;
  }

  .treatment__intro {
    position: absolute;
    left: 265px;
    top: 0;
    display: block;
    width: 75px;
  }

  .treatment__intro .section-heading__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 58.7px;
    height: 56.6px;
  }

  .treatment__intro .section-heading__eyebrow,
  .treatment__intro .section-heading__title {
    position: absolute;
    writing-mode: vertical-rl;
  }

  .treatment__intro .section-heading__eyebrow {
    left: 58px;
    top: 71px;
    width: 21px;
    font-size: 14px;
    line-height: 1.5;
  }

  .treatment__intro .section-heading__title {
    left: 17px;
    top: 71px;
    width: 26px;
    font-size: 28px;
    line-height: 1.25;
  }

  .treatment__grid {
    position: absolute;
    left: -3px;
    top: 240px;
    display: block;
    width: 350px;
    margin: 0;
  }

  .treatment-card,
  .treatment-card--wide {
    display: block;
    width: 350px;
    margin-bottom: 60px;
  }

  .treatment-card:last-child {
    margin-bottom: 0;
  }

  .treatment-card__image {
    width: 354px;
    height: 241px;
    margin-left: -12px;
  }

  .treatment-card:not(.treatment-card--wide) .media-placeholder--card {
    height: 241px;
  }

  .treatment-card__body {
    margin-top: 16px;
  }

  .treatment-card__title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .treatment-card--wide .treatment-card__icon {
    width: 44px;
    height: 39px;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(2) .treatment-card__icon {
    width: 39px;
    height: 47px;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(3) .treatment-card__icon {
    width: 62px;
    height: 34px;
  }

  .treatment-card--wide .treatment-card__title {
    margin-left: 57px;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(2) .treatment-card__title {
    margin-left: 54px;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(3) .treatment-card__title {
    margin-left: 72px;
  }

  .features {
    --feature-sp-content-width: min(calc(100vw - 40px), var(--sp-content-max, 500px));
    background-color: var(--color-bg);
    background-image:
      url("assets/images/top/feature/background-sp.webp"),
      linear-gradient(to bottom, var(--color-bg) 0 88px, var(--color-green) 88px 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top left;
    background-size: 100% auto, 100% 100%;
    padding-top: 128px;
    padding-bottom: 77px;
  }

  .features__inner {
    width: var(--feature-sp-content-width);
    max-width: 500px;
    margin-inline: auto;
    gap: 41px;
  }

  .features .section-heading--inline {
    align-items: flex-start;
    gap: 10px;
    margin-left: 5px;
  }

  .features .section-heading__mark {
    width: 58.7px;
    height: 56.6px;
    margin-top: 31px;
    margin-bottom: 0;
  }

  .features .section-heading__text {
    gap: 10px;
  }

  .features .section-heading__eyebrow {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .features .section-heading__title {
    width: 259px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .features__grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    gap: 40px;
  }

  .media-placeholder--feature {
    width: 100%;
    height: calc(100cqw * 370 / 540);
    aspect-ratio: 350 / 240;
    border-radius: 8px;
  }

  .feature-card {
    gap: 30px;
  }

  .feature-card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: center;
  }

  .feature-card__description {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    color: var(--color-surface);
  }

  .feature-card__note {
    margin: 0;
    color: var(--color-surface);
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .features .button-pill {
    justify-self: center;
    margin-top: 10px;
  }

  .news {
    min-height: 531px;
    padding-top: 59px;
    padding-bottom: 41px;
  }

  .news__inner {
    width: 354px;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .news .section-heading--stack {
    position: relative;
    display: block;
    min-height: 57px;
  }

  .news .section-heading__mark {
    position: absolute;
    left: 0;
    top: 9px;
    width: 45px;
    height: 47px;
  }

  .news .section-heading__eyebrow {
    position: absolute;
    left: 55px;
    top: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .news .section-heading__title {
    position: absolute;
    left: 55px;
    top: 31px;
    width: 127px;
    font-size: 28px;
    line-height: 1;
  }

  .news__archive-link {
    position: absolute;
    right: 10px;
    top: 38px;
    margin-top: 0;
    font-size: 14px;
  }

  .news__list {
    width: 350px;
    margin-left: 4px;
  }

  .news-item {
    min-height: 107px;
    padding: 18px 10px 17px 9px;
  }

  .news-item__title {
    width: 280px;
    font-size: 14px;
    line-height: 1.5;
  }

  .clinic-info {
    padding-top: 39px;
    padding-bottom: 30px;
    margin-bottom: -32px;
  }

  .clinic-info .section-heading--inline {
    align-items: center;
    gap: 10px;
    margin-left: -5px;
  }

  .clinic-info .section-heading__mark {
    width: 58.7px;
    height: 56.6px;
  }

  .clinic-info .section-heading__eyebrow {
    font-size: 14px;
    line-height: 1.5;
  }

  .clinic-info .section-heading__title {
    width: 160px;
    font-size: 28px;
    line-height: 1;
  }

  .clinic-info__inner {
    gap: 26px;
  }

  .clinic-info__grid {
    gap: 30px;
  }

  .clinic-info__schedule {
    width: 350px;
    height: 170px;
    margin-left: -10px;
    overflow: hidden;
    padding: 13px 15px 12px;
    border-radius: 8px;
    box-shadow: none;
  }

  .clinic-info__schedule .clinic-info__block-title {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.2;
  }

  .clinic-info__schedule .clinic-hours {
    font-size: 10px;
  }

  .clinic-info__schedule .clinic-hours th,
  .clinic-info__schedule .clinic-hours td {
    padding: 4px 3px;
  }

  .clinic-info__schedule .clinic-info__note {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.4;
  }

  .clinic-info__details {
    width: 350px;
    height: 249px;
    margin-left: -10px;
    overflow: hidden;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .clinic-info__detail {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 7px;
  }

  .clinic-info__details dt {
    font-size: 12px;
    line-height: 1.45;
  }

  .clinic-info__details dd {
    font-size: 12px;
    line-height: 1.45;
  }

  .clinic-info__map {
    width: 350px;
    height: 350px;
    margin-left: -10px;
  }

  .site-footer {
    box-sizing: border-box;
    height: auto;
    min-height: 312px;
    overflow: hidden;
    padding-top: 120px;
    background-image: url("assets/images/footer/background-sp.png");
    background-position: top center;
    background-size: 100% auto;
  }

  .site-footer__inner {
    width: min(calc(100vw - 80px), 312px);
    max-width: 312px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-footer__brand-text {
    gap: 0;
  }

  .site-footer__name {
    font-size: 20px;
  }

  .site-footer__address {
    margin-top: -1px;
  }

  .site-footer__brand {
    gap: 8px;
  }

  .site-footer__logo-mark {
    width: 36px;
    height: 36px;
  }

  .site-footer__tel {
    font-size: 21.5px;
    margin-top: 29px;
  }

  .site-footer__copyright {
    margin-top: 45px;
  }

  .mobile-fixed-bar {
    grid-template-columns: minmax(0, 320px) 40px;
    gap: 10px;
    height: 40px;
    padding: 0 10px calc(1px + env(safe-area-inset-bottom));
    background: transparent;
    box-shadow: none;
  }

  .mobile-fixed-bar__call,
  .mobile-fixed-bar__top {
    min-height: 40px;
  }

  .mobile-fixed-bar__top {
    border-radius: 50%;
    font-size: 0;
  }
}

@media (max-width: 360px) {
  .hero__vertical-copy {
    right: -5px;
    width: 143px;
    gap: 27px;
    font-size: 28px;
  }

  .hero__vertical-copy span {
    width: 22px;
  }

  .hero__vertical-copy span::after {
    right: -13.5px;
  }

  .hero__content {
    width: calc(100% + 24px);
    margin-left: -24px;
  }

  .greeting__content {
    left: 82px;
  }

  .greeting__media {
    left: 74px;
    right: auto;
  }

  .treatment__intro {
    left: 211px;
  }

  .treatment__grid,
  .treatment-card,
  .treatment-card--wide,
  .features__grid {
    width: calc(100vw - 54px);
  }

  .treatment-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 354 / 241;
  }

  .features__grid {
    margin-left: 0;
  }

  .features .section-heading__text,
  .features .section-heading__eyebrow,
  .features .section-heading__title {
    width: calc(100vw - 110px);
  }

  .news__inner,
  .news__list,
  .news-item {
    width: calc(100vw - 40px);
  }

  .news__list {
    margin-left: 0;
  }

  .news__archive-link {
    right: 0;
  }

  .news-item__title {
    width: calc(100vw - 100px);
  }

  .clinic-info .section-heading--inline,
  .clinic-info__grid,
  .clinic-info__column,
  .clinic-info__schedule,
  .clinic-info__details,
  .clinic-info__map {
    width: calc(100vw - 40px);
  }

  .clinic-info__schedule,
  .clinic-info__details,
  .clinic-info__map {
    margin-left: 0;
  }

  .clinic-info__schedule .clinic-hours {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-main {
    --sp-content-width: min(calc(100vw - 40px), 500px);
  }

  .site-main .l-container {
    width: var(--sp-content-width, min(calc(100vw - 40px), 500px));
    max-width: 500px;
    margin-inline: auto;
  }

  .greeting__inner {
    width: var(--sp-content-width);
    max-width: 500px;
    margin-inline: auto;
  }

  .greeting__content {
    left: 0;
    width: 100%;
    max-width: 500px;
    transform: none;
  }

  .greeting__highlight,
  .greeting__body {
    width: 100%;
    max-width: none;
  }

  .greeting .button-pill {
    display: flex;
    width: min(100%, 300px);
    margin-right: auto;
    margin-left: auto;
  }

  .top-page .hero__inner {
    width: 100%;
    max-width: none;
  }

  .site-main .features__inner {
    width: min(calc(100vw - 40px), var(--sp-content-max, 500px));
    max-width: 500px;
    margin-inline: auto;
  }

  .hero__layout {
    width: var(--sp-content-width);
    margin-inline: auto;
  }

  .hero__visual {
    width: min(calc(100vw - 30px), 500px);
    max-width: none;
    margin-left: 50%;
    margin-right: 0;
    transform: translateX(-50%);
  }

  .hero__vertical-copy {
    right: 8px;
  }

  .treatment__grid {
    left: 50%;
    width: var(--sp-content-width);
    margin: 0;
    transform: translateX(-50%);
  }

  .treatment-card,
  .treatment-card--wide,
  .features__grid,
  .news__inner,
  .news__list,
  .news-item,
  .clinic-info .section-heading--inline,
  .clinic-info__grid,
  .clinic-info__column,
  .clinic-info__schedule,
  .clinic-info__details,
  .clinic-info__map {
    width: var(--sp-content-width);
    margin-left: auto;
    margin-right: auto;
  }

  .treatment-card__image {
    width: 100%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 354 / 241;
  }

  .features__grid {
    width: 100%;
    margin-inline: 0;
  }

  .features .section-heading__title span {
    display: block;
  }

  .news__list {
    margin-left: auto;
  }

  .clinic-info__schedule,
  .clinic-info__details,
  .clinic-info__map {
    margin-left: auto;
  }

  .clinic-info__grid {
    margin-left: auto;
    margin-right: auto;
  }

  .clinic-info__inner {
    width: var(--sp-content-width);
    max-width: 500px;
    margin-inline: auto;
    gap: 26px;
  }

  .clinic-info .section-heading--inline {
    width: 228px;
    height: 91px;
    align-items: flex-start;
    margin-left: 5px;
    margin-right: 0;
  }

  .clinic-info .section-heading__mark {
    margin-top: 33px;
  }

  .clinic-info .section-heading__title {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .clinic-info__grid,
  .clinic-info__column,
  .clinic-info__schedule,
  .clinic-info__details,
  .clinic-info__map {
    width: 100%;
    margin-inline: 0;
  }

  .clinic-info__grid {
    gap: 45px;
  }

  .clinic-info__column {
    gap: 30px;
  }

  .clinic-info__schedule {
    height: clamp(170px, 43.6vw, 218px);
    padding: 13px 15px;
    border-radius: 16px;
  }

  .clinic-info__block-title {
    top: 13px;
    left: 18px;
    gap: 7.47px;
    font-size: 12px;
    line-height: 25.2px;
    letter-spacing: 0.1em;
  }

  .clinic-info__schedule .clinic-info__block-title {
    font-size: 12px;
    line-height: 25.2px;
  }

  .clinic-info__block-title img {
    width: 17.532px;
    height: 17.532px;
  }

  .clinic-info__schedule .clinic-hours {
    position: absolute;
    top: 13px;
    left: 15px;
    width: calc(100% - 30px);
    font-size: 12px;
    line-height: 35.438px;
    letter-spacing: 0.1em;
  }

  .clinic-info__schedule .clinic-hours thead tr,
  .clinic-info__schedule .clinic-hours thead th {
    height: 33px;
  }

  .clinic-info__schedule .clinic-hours th,
  .clinic-info__schedule .clinic-hours td {
    height: 42px;
    padding: 0;
  }

  .clinic-info__schedule .clinic-hours thead th:first-child,
  .clinic-info__schedule .clinic-hours tbody th {
    width: 94px;
  }

  .clinic-info__schedule .clinic-info__note {
    position: absolute;
    top: auto;
    bottom: 16px;
    left: 20px;
    margin: 0;
    font-size: 12px;
    line-height: 16.537px;
    letter-spacing: 0.1em;
  }

  .clinic-info__details {
    height: auto;
  }

  .clinic-info__detail {
    grid-template-columns: 82.528px minmax(0, 1fr);
    gap: 11.693px;
    min-height: 0;
    padding-left: 6.994px;
  }

  .clinic-info__detail::after {
    width: 86.025px;
  }

  .clinic-info__detail:nth-child(1) {
    min-height: 24px;
  }

  .clinic-info__detail:nth-child(2) {
    min-height: 52px;
  }

  .clinic-info__detail:nth-child(3) {
    min-height: 37px;
  }

  .clinic-info__detail:nth-child(4) {
    min-height: 57px;
  }

  .clinic-info__detail:nth-child(5) {
    min-height: 73px;
  }

  .clinic-info__details dt {
    font-size: 12px;
    line-height: 17.485px;
    letter-spacing: 0.1em;
  }

  .clinic-info__details dd {
    font-size: 12px;
    line-height: 16.785px;
    letter-spacing: 0.1em;
  }

  .clinic-info__map {
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .news-item__title {
    width: min(280px, calc(var(--sp-content-width) - 70px));
  }
}

/* 768px+ desktop-fluid bridge: PC structure scaled down before the 1280px PC lock. */
@media (min-width: 768px) and (max-width: 1279px) {
  .greeting {
    position: relative;
    padding-top: clamp(64px, 7vw, 84px);
    padding-bottom: clamp(28px, 4.4vw, 56px);
  }

  .greeting::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: clamp(16px, 4vw, 70px);
    right: auto;
    bottom: clamp(132px, 12vw, 180px);
    width: clamp(96px, 12vw, 150px);
    height: clamp(62px, 7.8vw, 98px);
    background: url("assets/images/top/greeting/deco-pc.webp") center / contain no-repeat;
    pointer-events: none;
  }

  .greeting__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: clamp(92px, 12vw, 130px) minmax(0, 720px);
    justify-content: center;
    align-items: start;
    column-gap: clamp(36px, 5vw, 68px);
    height: auto;
  }

  .greeting .section-heading--vertical {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: clamp(76px, 9.3vw, 106px);
    height: clamp(480px, 58.4vw, 666px);
  }

  .greeting .section-heading__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: clamp(60px, 7.3vw, 83px);
    height: clamp(58px, 7vw, 80px);
    border-radius: clamp(16px, 1.9vw, 22px);
  }

  .greeting .section-heading__eyebrow {
    position: absolute;
    left: clamp(76px, 9.3vw, 106px);
    top: clamp(72px, 8.9vw, 101px);
    width: 30px;
    height: 84px;
    font-size: clamp(14px, 1.75vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
  }

  .greeting .section-heading__title {
    position: absolute;
    left: clamp(17px, 2.1vw, 24px);
    top: clamp(72px, 8.9vw, 101px);
    width: 36px;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    writing-mode: vertical-rl;
  }

  .greeting .section-heading__title span {
    display: inline;
  }

  .greeting .section-heading__subcopy {
    position: absolute;
    left: clamp(21px, 2.63vw, 30px);
    top: clamp(260px, 32.3vw, 369px);
    width: 24px;
    margin: 0;
    font-size: clamp(17px, 2.1vw, 24px);
    font-weight: 500;
    line-height: 1.15;
    writing-mode: vertical-rl;
    font-feature-settings: "vrt2" 1;
  }

  .greeting__media {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: min(68%, 500px);
    height: auto;
    margin-top: 0;
    margin-bottom: clamp(72px, 8vw, 104px);
    padding-top: 0;
  }

  .media-placeholder--portrait,
  .greeting__portrait {
    width: 100%;
    height: auto;
  }

  .greeting__doctor-card {
    position: absolute;
    left: 50%;
    top: 62%;
    width: min(92%, 390px);
    min-height: clamp(128px, 14.6vw, 166px);
    margin: 0;
    padding: clamp(20px, 2.55vw, 29px) clamp(24px, 3vw, 34px) clamp(18px, 2.1vw, 24px) clamp(34px, 4.3vw, 49px);
    border: 0;
    border-radius: 0;
    background: url("assets/images/top/greeting/doctor-bio-card.webp") center / 100% 100% no-repeat;
    box-shadow: none;
    transform: translateX(-25%);
  }

  .greeting__doctor-name {
    margin-bottom: clamp(8px, 0.9vw, 10px);
    font-size: clamp(14px, 1.58vw, 18px);
    line-height: 1.45;
  }

  .greeting__doctor-text {
    font-size: clamp(10px, 1.05vw, 12px);
    line-height: 1.58;
  }

  .greeting__content {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
    display: block;
    width: min(100%, 650px);
    max-width: none;
    padding-top: 0;
    background: var(--color-bg);
    transform: none;
  }

  .greeting__highlight {
    width: 100%;
    max-width: none;
    margin-left: 0;
    font-size: clamp(28px, 3.33vw, 38px);
    line-height: 1.53;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .greeting__body {
    width: 100%;
    max-width: none;
    margin-top: clamp(22px, 3vw, 34px);
    gap: 0;
  }

  .greeting__body p,
  .treatment-card__description {
    font-size: clamp(15px, 1.58vw, 18px);
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .greeting .button-pill {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 361px) and (max-width: 767px) {
  .hero__content {
    width: var(--sp-content-width);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1279px) {
  .treatment {
    overflow: hidden;
    padding-top: clamp(56px, 8vw, 92px);
    padding-bottom: clamp(96px, 10vw, 140px);
  }

  .treatment__inner {
    display: block;
    min-height: 0;
  }

  .treatment__intro {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: clamp(75px, calc(63.486px + 2.952vw), 106px);
    height: clamp(201px, calc(170.171px + 7.905vw), 284px);
    margin: 0 max(20px, calc((100vw - min(760px, calc(100vw - 60px))) / 2)) clamp(34px, 6vw, 68px) auto;
  }

  .treatment__intro .section-heading__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: clamp(58.7px, calc(49.674px + 2.314vw), 83px);
    height: clamp(56.6px, calc(47.909px + 2.229vw), 80px);
    margin: 0;
    border-radius: clamp(16px, calc(13.771px + 0.571vw), 22px);
  }

  .treatment__intro .section-heading__eyebrow,
  .treatment__intro .section-heading__title {
    position: absolute;
    writing-mode: vertical-rl;
  }

  .treatment__intro .section-heading__eyebrow {
    left: clamp(54px, calc(45.829px + 2.095vw), 76px);
    top: clamp(72px, calc(60.857px + 2.857vw), 102px);
    width: clamp(21px, calc(17.657px + 0.857vw), 30px);
    height: clamp(71px, calc(60.229px + 2.762vw), 100px);
    font-size: clamp(14px, calc(11.771px + 0.571vw), 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .treatment__intro .section-heading__title {
    left: clamp(17px, calc(14.4px + 0.667vw), 24px);
    top: clamp(72px, calc(60.857px + 2.857vw), 102px);
    width: clamp(26px, calc(22.286px + 0.952vw), 36px);
    font-size: clamp(28px, calc(23.543px + 1.143vw), 40px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .treatment__intro .section-heading__title span {
    display: inline;
  }

  .treatment__grid {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(52px, 7vw, 76px) clamp(32px, 5vw, 60px);
    width: min(calc(100vw - 60px), 920px);
    margin: 0 auto;
    transform: none;
  }

  .treatment-card,
  .treatment-card--wide {
    display: block;
    width: 100%;
    margin: 0;
  }

  .treatment-card--wide {
    grid-column: 1 / -1;
  }

  .treatment-card__image,
  .treatment-card:not(.treatment-card--wide) .media-placeholder--card {
    width: 100%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 354 / 241;
  }

  .treatment-card--wide .media-placeholder--wide {
    aspect-ratio: 843 / 575;
  }

  .treatment-card__body {
    margin-top: clamp(16px, 2vw, 22px);
  }

  .treatment-card__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(14px, 2vw, 20px);
    width: fit-content;
    margin: 0 auto 10px;
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .treatment-card--wide .treatment-card__title,
  .treatment-card:not(.treatment-card--wide):nth-child(2) .treatment-card__title,
  .treatment-card:not(.treatment-card--wide):nth-child(3) .treatment-card__title {
    margin-left: auto;
  }

  .treatment-card__description {
    width: auto;
    max-width: 100%;
  }
}

/* 768px+ desktop-fluid bridge: PC structure scaled down before the 1280px PC lock. */
@media (min-width: 768px) and (max-width: 1279px) {
  .features {
    background-color: var(--color-bg);
    background-image:
      url("assets/images/top/feature/background-pc.webp"),
      linear-gradient(to bottom, var(--color-bg) 0 290px, var(--color-green) 290px 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top left;
    background-size: max(1440px, 100vw) auto, 100% 100%;
    padding-top: clamp(268px, 34.8vw, 365px);
    padding-bottom: clamp(76px, 8vw, 96px);
  }

  .features .section-heading--inline {
    align-items: flex-start;
    gap: 21px;
  }

  .features .section-heading__mark {
    width: 83px;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 22px;
  }

  .features .section-heading__text {
    width: min(670px, calc(100vw - 164px));
    gap: 17px;
  }

  .features .section-heading__eyebrow {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .features .section-heading__title {
    width: min(670px, calc(100vw - 164px));
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: 0.125em;
    transform: translateY(-4px);
    white-space: nowrap;
  }

  .features .section-heading__title span {
    display: inline;
  }

  .treatment__inner {
    position: relative;
    width: min(calc(100vw - 60px), 1140px);
    margin-inline: auto;
  }

  .treatment__intro {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 0;
    margin: 0;
  }

  .treatment__grid {
    width: 100%;
    padding-top: 0;
  }

  .treatment-card--wide {
    width: min(843px, 73.95%);
  }

  .treatment-card--wide .media-placeholder--wide {
    width: 100%;
    height: auto;
    aspect-ratio: 843 / 575;
  }
}

@media (max-width: 767px) {
  .treatment {
    padding-top: 88px;
    padding-bottom: 171px;
  }

  .treatment__intro {
    width: 75px;
    height: 201px;
    margin-right: 30px;
    margin-bottom: 36px;
  }

  .treatment__intro .section-heading__mark {
    width: 58.7px;
    height: 56.6px;
    border-radius: 16px;
  }

  .treatment__intro .section-heading__eyebrow {
    left: 54px;
    top: 72px;
    width: 21px;
    height: 71px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .treatment__intro .section-heading__title {
    left: 17px;
    top: 72px;
    width: 26px;
    font-size: 28px;
    line-height: 1.25;
  }

  .treatment__grid {
    grid-template-columns: 1fr;
    width: var(--sp-content-width);
    max-width: 500px;
    gap: 60px;
  }

  .treatment-card__body {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .treatment-card__title {
    gap: 8px;
    max-width: 100%;
    font-size: 22px;
    white-space: normal;
  }

  .treatment-card:not(.treatment-card--wide):nth-child(3) .treatment-card__icon {
    width: 48px;
    height: auto;
  }

  .treatment-card__description {
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.1em;
    text-align: left;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 767px) {
  .lower-page .lower-hero {
    margin-top: 12px;
  }

  .lower-page .lower-hero__media {
    height: 210px;
    object-position: center center;
  }

  .lower-page .lower-hero__label {
    left: 16px;
    width: auto;
    min-width: 230px;
    min-height: 116px;
    padding: 22px 24px 24px;
    border-radius: 18px;
  }

  .lower-page .lower-hero__label::before {
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
  }

  .lower-page .lower-hero__label::after {
    width: 14px;
    height: 14px;
  }

  .lower-page .lower-hero__title {
    font-size: 30px;
    letter-spacing: 0.08em;
  }

  .lower-page .lower-hero__english {
    margin-top: 8px;
    font-size: 14px;
  }

  .lower-page--clinic .lower-lead {
    height: auto;
    padding: 48px 0 32px;
  }

  .lower-page--clinic .lower-lead__title,
  .lower-page--clinic .lower-section-title {
    font-size: 24px;
    line-height: 1.45;
  }

  .clinic-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    width: var(--sp-content-width);
    max-width: 500px;
    margin-inline: auto;
    min-height: 0;
    padding-bottom: 48px;
  }

  .clinic-intro__text {
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
  }

  .clinic-intro__text br {
    display: none;
  }

  .clinic-intro__text p {
    margin-bottom: 24px;
  }

  .clinic-intro__image {
    width: 100%;
    height: auto;
    aspect-ratio: 484 / 500;
  }

  .clinic-concept {
    width: var(--sp-content-width);
    max-width: 500px;
    margin-inline: auto;
    height: auto;
    min-height: 0;
    padding: 48px 0;
  }

  .clinic-concept__background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .clinic-concept .lower-section-title {
    padding-inline: 20px;
  }

  .clinic-concept .concept-section__backdrop {
    display: grid;
    gap: 24px;
    margin-top: 32px;
  }

  .clinic-concept .concept-card,
  .clinic-concept .concept-card--center,
  .clinic-concept .concept-section__grid .concept-card:nth-child(1),
  .clinic-concept .concept-section__grid .concept-card:nth-child(2) {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 330px;
    padding: 32px 24px;
    transform: none;
  }

  .clinic-concept .concept-section__grid {
    display: grid;
    gap: 24px;
  }

  .concept-card__icon,
  .concept-card__lion,
  .clinic-concept .concept-card h3,
  .clinic-concept .concept-card p {
    position: static;
    transform: none;
  }

  .concept-card__icon,
  .concept-card__lion {
    margin: 0 auto 24px;
  }

  .concept-card__lion {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .clinic-concept .concept-card h3 {
    width: auto;
    max-width: none;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    white-space: normal;
  }

  .clinic-concept .concept-card p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }

  .clinic-concept .concept-card p br {
    display: none;
  }

  .clinic-facilities {
    width: var(--sp-content-width);
    max-width: 500px;
    margin-inline: auto;
    height: auto;
    padding-block: 48px;
  }

  .clinic-facilities .lower-section-subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  .clinic-facilities .facility-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 32px;
  }

  .clinic-facilities .facility-card {
    grid-template-rows: auto;
    width: 100%;
    gap: 14px;
  }

  .facility-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 519 / 260;
  }

  .clinic-facilities .facility-card p {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .clinic-flow {
    grid-template-columns: 1fr;
    gap: 32px;
    width: var(--sp-content-width);
    max-width: 500px;
    margin-inline: auto;
    min-height: 0;
    padding: 48px 0;
  }

  .clinic-flow .lower-section-subtitle {
    margin-top: 20px;
  }

  .clinic-flow .step-list {
    width: 100%;
    gap: 14px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.7;
  }

  .clinic-flow .step-list li {
    padding: 56px 18px 18px 18px;
    gap: 8px;
  }

  .clinic-flow .step-list li::before {
    top: 14px;
    left: 14px;
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .clinic-flow .step-list strong {
    font-size: 16px;
    line-height: 1.4;
  }

  .clinic-flow .flow-section__images {
    gap: 16px;
    padding-top: 0;
    position: static;
  }

  .flow-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 392 / 241;
  }

  .clinic-reservation {
    min-height: 0;
    padding: 48px 0;
  }

  .clinic-reservation__inner {
    display: grid;
    gap: 18px;
    width: var(--sp-content-width);
    max-width: 500px;
    margin-inline: auto;
    min-height: 0;
  }

  .clinic-reservation__bubble,
  .clinic-reservation__callout {
    position: relative;
    inset: auto;
  }

  .clinic-reservation__bubble--debut {
    justify-self: start;
    width: min(100%, 296px);
    aspect-ratio: 593 / 278;
    height: auto;
  }

  .clinic-reservation__bubble--anxiety {
    justify-self: end;
    width: min(100%, 299px);
    aspect-ratio: 598 / 318;
    height: auto;
  }

  .clinic-reservation__bubble--reassurance {
    justify-self: center;
    width: min(100%, 320px);
    aspect-ratio: 736 / 508;
    height: auto;
  }

  .clinic-reservation__bubble p {
    font-size: 12px;
    line-height: 1.8;
  }

  .clinic-reservation__callout {
    justify-self: center;
    width: 100%;
    min-height: 92px;
    margin-top: 6px;
    padding: 16px 22px;
    border-radius: 32px;
  }

  .clinic-reservation__callout p {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .clinic-reservation__phone {
    gap: 5px;
    margin-top: 5px;
    font-size: 23px;
  }

  .lower-page--staff .lower-hero {
    margin-top: 12px;
  }

  .lower-page--staff .lower-hero__media {
    height: 210px;
    object-position: center center;
  }

  .lower-page--staff .lower-hero__label {
    left: 30px;
    width: min(267px, calc(100% - 60px));
    min-height: 110px;
    padding: 26px 25px;
  }

  .lower-page--staff .lower-hero__title {
    font-size: 32px;
  }

  .lower-page--staff .lower-hero__english {
    margin-top: 18px;
    font-size: 18px;
  }

  .lower-page--staff .lower-lead {
    min-height: 0;
    padding: 48px 0 0;
  }

  .lower-page--staff .lower-lead__title {
    font-size: 24px;
    line-height: 1.45;
  }

  .lower-page--staff .lower-lead__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .staff-section--director,
  .staff-section--doctor,
  .staff-section--orthodontics,
  .staff-section--team,
  .staff-efforts,
  .lower-page--staff .clinic-reservation {
    margin-top: 48px;
  }

  .staff-section__inner--director,
  .staff-section__inner--secondary,
  .staff-orthodontics {
    gap: 28px;
    width: var(--sp-content-width);
    max-width: 500px;
    margin-inline: auto;
    padding: 0;
  }

  .staff-section__image--director,
  .staff-section__image--secondary {
    width: 100%;
    height: auto;
    aspect-ratio: 484 / 500;
  }

  .staff-section__content,
  .staff-section--doctor .staff-section__content,
  .staff-orthodontics__content,
  .staff-orthodontics__treatments {
    width: 100%;
  }

  .staff-section__name,
  .staff-orthodontics__title {
    font-size: 24px;
    line-height: 1.45;
  }

  .staff-section__lead {
    gap: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .staff-section__body,
  .staff-section__profile,
  .staff-orthodontics__list,
  .staff-efforts__item p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
  }

  .staff-section__body,
  .staff-section__profile,
  .staff-orthodontics__content {
    gap: 20px;
  }

  .staff-section__profile-title,
  .staff-section__body-heading,
  .staff-efforts__item h3 {
    font-size: 16px;
    line-height: 1.6;
  }

  .staff-section__body br,
  .staff-section__profile br,
  .staff-orthodontics__content br {
    display: none;
  }

  .staff-orthodontics__treatments {
    padding-top: 0;
  }

  .staff-orthodontics__list {
    margin-top: 16px;
    gap: 6px;
  }

  .staff-efforts__box {
    min-height: 0;
    padding: 40px 24px;
    border-radius: 28px;
  }

  .staff-efforts__title {
    font-size: 24px;
    line-height: 1.45;
  }

  .staff-efforts__items {
    margin-top: 28px;
    gap: 28px;
  }

  .staff-efforts__item {
    gap: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .greeting__inner,
  .news__inner,
  .clinic-info__inner {
    width: min(calc(100vw - var(--container-gutter) * 2), var(--container-max));
    max-width: var(--container-max);
    margin-inline: auto;
  }

  .greeting {
    padding-top: clamp(32px, 3.2vw, 41px);
    padding-bottom: clamp(96px, 11.4vw, 146px);
  }

  .greeting__inner {
    display: grid;
    grid-template-columns:
      clamp(100px, 12vw, 150px)
      minmax(280px, 413px)
      minmax(220px, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: clamp(18px, 3vw, 44px);
    row-gap: clamp(22px, 3vw, 38px);
    align-items: start;
    justify-content: center;
    position: relative;
    height: auto;
    min-height: 0;
  }

  .greeting .section-heading--vertical {
    position: relative;
    grid-column: 1;
    grid-row: 1 / 4;
    display: block;
    width: clamp(76px, 9.3vw, 106px);
    height: clamp(480px, 52vw, 666px);
  }

  .greeting .section-heading__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: clamp(60px, 7.3vw, 83px);
    height: clamp(58px, 7vw, 80px);
  }

  .greeting .section-heading__eyebrow {
    position: absolute;
    left: clamp(76px, 9.3vw, 106px);
    top: clamp(72px, 8.9vw, 101px);
    writing-mode: vertical-rl;
  }

  .greeting .section-heading__title {
    position: absolute;
    left: clamp(17px, 2.1vw, 24px);
    top: clamp(72px, 8.9vw, 101px);
    writing-mode: vertical-rl;
  }

  .greeting .section-heading__title span {
    display: inline;
  }

  .greeting .section-heading__subcopy {
    position: absolute;
    left: clamp(21px, 2.63vw, 30px);
    top: clamp(260px, 32.3vw, 369px);
    width: 24px;
    margin: 0;
    writing-mode: vertical-rl;
  }

  .greeting__media {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 100%;
    max-width: 413px;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0 0 clamp(112px, 15vw, 170px);
  }

  .greeting__portrait,
  .media-placeholder--portrait {
    width: 100%;
    height: auto;
  }

  .greeting__doctor-card {
    position: absolute;
    left: 50%;
    top: 56%;
    width: min(88%, clamp(340px, 35vw, 390px));
    min-height: clamp(102px, 12vw, 166px);
    padding: clamp(18px, 2vw, 29px) clamp(20px, 2.4vw, 34px) clamp(16px, 1.9vw, 24px) clamp(28px, 3.4vw, 49px);
    transform: translateX(-24%);
  }

  .greeting__content {
    display: contents;
  }

  .greeting__highlight {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    width: 100%;
    max-width: 550px;
    margin: clamp(74px, 8vw, 102px) 0 0;
    font-size: clamp(28px, 2.98vw, 38px);
    line-height: 1.53;
    text-align: left;
  }

  .greeting__body {
    grid-column: 2 / 4;
    grid-row: 2;
    justify-self: center;
    width: 100%;
    max-width: 649px;
    margin-top: 0;
  }

  .greeting .button-pill {
    grid-column: 2 / 4;
    grid-row: 3;
    justify-self: center;
    margin-top: clamp(28px, 3.13vw, 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .news__inner {
    grid-template-columns: minmax(180px, 24.4%) minmax(0, 1fr);
    gap: clamp(32px, 4.7vw, 60px);
  }

  .news .section-heading--stack {
    display: block;
    width: clamp(150px, 13.67vw, 175px);
  }

  .news .section-heading__mark {
    display: block;
    width: clamp(45px, 4.22vw, 54px);
    height: clamp(47px, 4.46vw, 57px);
    margin: 0 0 clamp(12px, 1.25vw, 16px);
  }

  .news .section-heading__eyebrow {
    margin: 0 0 clamp(8px, 0.78vw, 10px);
    font-size: clamp(16px, 1.56vw, 20px);
    line-height: 1.5;
  }

  .news .section-heading__title {
    width: clamp(150px, 13.67vw, 175px);
    margin: 0;
    font-size: clamp(32px, 3.13vw, 40px);
    line-height: 1.25;
    letter-spacing: 0.125em;
    white-space: nowrap;
  }

  .news__archive-link {
    position: static;
    margin-top: clamp(40px, 4.7vw, 60px);
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .news__list {
    width: 100%;
  }

  .clinic-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3.1vw, 40px);
  }

  .clinic-info__schedule,
  .clinic-info__details,
  .clinic-info__map {
    width: 100%;
  }

  .clinic-info__schedule {
    height: clamp(190px, 18.5vw, 236px);
    padding: clamp(18px, 1.9vw, 24px) clamp(24px, 2.7vw, 35px);
  }

  .clinic-info__map {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767px) {
  .greeting__inner {
    height: 1046px;
  }

  .greeting__content {
    --greeting-sp-text-offset: clamp(64px, 21.54vw, 84px);
    --greeting-sp-container-width: min(calc(100vw - 40px), 500px);
    --greeting-sp-button-width: min(300px, calc(100vw - 90px));
    left: var(--greeting-sp-text-offset);
    width: min(270px, calc(100% - var(--greeting-sp-text-offset)));
    max-width: none;
  }

  .greeting .button-pill {
    width: var(--greeting-sp-button-width);
    margin-left: calc(((100vw - var(--greeting-sp-button-width)) / 2) - ((100vw - var(--greeting-sp-container-width)) / 2 + var(--greeting-sp-text-offset)));
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .greeting__inner {
    display: block;
    width: min(calc(100vw - 60px), var(--container-max));
    height: 820px;
    min-height: 0;
  }

  .greeting .section-heading--vertical {
    position: absolute;
    left: 0;
    top: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .greeting__media {
    position: absolute;
    left: clamp(150px, 15.16vw, 194px);
    top: 12px;
    grid-column: auto;
    grid-row: auto;
    width: clamp(330px, 32.27vw, 413px);
    max-width: none;
    padding-bottom: 0;
  }

  .greeting__doctor-card {
    left: 79.7%;
    top: 60.5%;
    width: clamp(260px, 30.47vw, 390px);
    min-height: clamp(128px, 12.98vw, 166px);
    transform: none;
  }

  .greeting__content {
    position: absolute;
    left: clamp(184px, 18.53vw, 237px);
    top: 91px;
    display: block;
    width: calc(100% - clamp(184px, 18.53vw, 237px));
    background: transparent;
  }

  .greeting__highlight {
    width: clamp(288px, 39vw, 550px);
    margin: 0 0 0 clamp(170px, 24vw, 386px);
    text-align: center;
  }

  .greeting__body {
    width: min(649px, 100%);
    max-width: none;
    margin-top: clamp(176px, 18.92vw, 242px);
  }

  .greeting .button-pill {
    display: flex;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .treatment {
    padding-top: 29px;
  }

  .lower-page--clinic {
    overflow-x: clip;
  }

  .lower-page--clinic .lower-lead {
    height: auto;
    padding: clamp(48px, 5vw, 64px) max(30px, calc((100vw - var(--container-max)) / 2)) clamp(32px, 3vw, 37px);
  }

  .clinic-intro,
  .clinic-concept,
  .clinic-facilities {
    width: min(calc(100vw - var(--container-gutter) * 2), var(--container-max));
    max-width: var(--container-max);
    margin-inline: auto;
  }

  .clinic-intro {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 42.5%);
    gap: clamp(28px, 3.75vw, 48px);
    min-height: 0;
    padding-bottom: 30px;
  }

  .clinic-intro__text {
    width: 100%;
    min-width: 0;
    font-size: clamp(15px, 1.41vw, 18px);
  }

  .clinic-intro__image {
    width: 100%;
    height: auto;
    aspect-ratio: 484 / 500;
  }

  .clinic-concept {
    height: auto;
    min-height: 0;
    padding: clamp(48px, 5vw, 64px) clamp(24px, 3.75vw, 48px) clamp(48px, 5vw, 64px);
  }

  .clinic-concept__background {
    inset: 6px 0 0;
    width: 100%;
    height: 100%;
  }

  .clinic-concept .concept-section__backdrop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 2.5vw, 32px) clamp(20px, 2.2vw, 28px);
    width: 100%;
  }

  .clinic-concept .concept-card,
  .clinic-concept .concept-card--center,
  .clinic-concept .concept-section__grid .concept-card:nth-child(1),
  .clinic-concept .concept-section__grid .concept-card:nth-child(2) {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: clamp(410px, 35vw, 449px);
    padding-inline: clamp(28px, 3.75vw, 48px);
  }

  .clinic-concept .concept-card--center {
    width: min(100%, 546px);
    min-height: clamp(400px, 34vw, 436px);
  }

  .clinic-concept .concept-card h3 {
    width: auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .clinic-concept .concept-card p {
    width: min(100%, 420px);
  }

  .clinic-facilities {
    height: auto;
    padding-top: clamp(48px, 5vw, 64px);
    padding-bottom: clamp(48px, 5vw, 64px);
  }

  .clinic-facilities .facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(36px, 4.2vw, 54px) clamp(24px, 4vw, 56px);
  }

  .clinic-facilities .facility-card {
    width: 100%;
    min-width: 0;
    grid-template-rows: auto auto auto;
  }

  .facility-card__image,
  .clinic-facilities .facility-card p {
    width: 100%;
  }

  .facility-card__image {
    height: auto;
    aspect-ratio: 519 / 260;
  }

  .clinic-flow {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 34.4%);
    gap: clamp(32px, 5.4vw, 72px);
    min-height: 0;
    padding: clamp(48px, 5vw, 64px) max(30px, calc((100vw - var(--container-max)) / 2));
  }

  .clinic-flow .step-list {
    width: 100%;
    min-width: 0;
    font-size: clamp(13px, 1.18vw, 15px);
    line-height: 1.45;
  }

  .clinic-flow .step-list strong {
    line-height: 1.35;
  }

  .clinic-flow .flow-section__images {
    width: 100%;
    min-width: 0;
    padding-top: clamp(34px, 5vw, 66px);
  }

  .flow-section__image {
    width: 100%;
    height: auto;
    aspect-ratio: 392 / 241;
  }

  .clinic-reservation {
    min-height: 0;
    padding: clamp(48px, 5vw, 64px) 0;
  }

  .clinic-reservation__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 32px);
    width: min(calc(100vw - var(--container-gutter) * 2), var(--container-max));
    min-height: 0;
  }

  .clinic-reservation__bubble,
  .clinic-reservation__callout {
    position: relative;
    inset: auto;
  }

  .clinic-reservation__bubble--debut {
    justify-self: start;
    width: min(100%, 296px);
    height: auto;
    aspect-ratio: 296 / 139;
  }

  .clinic-reservation__bubble--anxiety {
    justify-self: end;
    width: min(100%, 299px);
    height: auto;
    aspect-ratio: 299 / 159;
  }

  .clinic-reservation__bubble--reassurance {
    grid-column: 1;
    justify-self: center;
    width: min(100%, 368px);
    height: auto;
    aspect-ratio: 368 / 254;
  }

  .clinic-reservation__callout {
    align-self: center;
    justify-self: center;
    width: min(100%, 458px);
  }

  .clinic-reservation__callout p {
    white-space: normal;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .clinic-concept {
    min-height: 1102px;
    padding: 64px 48px 0;
  }

  .clinic-concept__background {
    inset: 6px 0 0 1px;
    width: 1139px;
    height: 1096px;
  }

  .clinic-concept .concept-section__backdrop {
    grid-template-columns: repeat(2, minmax(0, 518px));
    gap: 24px 28px;
    width: auto;
  }

  .clinic-concept .concept-card,
  .clinic-concept .concept-section__grid .concept-card:nth-child(1),
  .clinic-concept .concept-section__grid .concept-card:nth-child(2) {
    width: 518px;
    min-height: 449px;
    padding: 59px 48px 32px;
  }

  .clinic-concept .concept-card--center {
    width: 546px;
    min-height: 436px;
    padding-top: 70px;
  }

  .clinic-concept .concept-card h3 {
    width: max-content;
    max-width: calc(100% - 64px);
    white-space: nowrap;
  }

  .clinic-facilities {
    height: 1106px;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .clinic-facilities .facility-grid {
    grid-template-columns: repeat(2, 519px);
    gap: 20px 102px;
  }

  .clinic-facilities .facility-card {
    grid-template-rows: 24px 260px auto;
    width: 519px;
  }

  .facility-card__image {
    width: 519px;
    height: 260px;
    aspect-ratio: auto;
  }

  .clinic-facilities .facility-card p {
    width: 515px;
  }

  .clinic-reservation {
    min-height: 454px;
    padding: 0;
  }

  .clinic-reservation__inner {
    display: block;
    width: min(calc(100% - var(--container-gutter) * 2), var(--container-max));
    min-height: 454px;
  }

  .clinic-reservation__bubble {
    position: absolute;
  }

  .clinic-reservation__bubble--debut {
    top: 0;
    left: 50px;
    width: 296px;
    height: 139px;
    aspect-ratio: auto;
  }

  .clinic-reservation__bubble--anxiety {
    top: 26px;
    left: 587px;
    width: 299px;
    height: 159px;
    aspect-ratio: auto;
  }

  .clinic-reservation__bubble--reassurance {
    top: 139px;
    left: 225px;
    width: 368px;
    height: 254px;
    aspect-ratio: auto;
  }

  .clinic-reservation__callout {
    position: absolute;
    top: 295px;
    left: 639px;
    width: 458px;
  }

  .clinic-reservation__callout p {
    white-space: nowrap;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .clinic-reservation {
    height: clamp(358px, 36.6vw, 454px);
    min-height: 0;
    padding: 0;
  }

  .clinic-reservation__inner {
    display: block;
    width: min(calc(100vw - var(--container-gutter) * 2), var(--container-max));
    min-height: 100%;
    margin-inline: auto;
  }

  .clinic-reservation__bubble {
    position: absolute;
  }

  .clinic-reservation__bubble--debut {
    top: 0;
    left: 4.386%;
    width: 25.965%;
    height: auto;
    aspect-ratio: auto;
    aspect-ratio: 296 / 139;
  }

  .clinic-reservation__bubble--anxiety {
    top: 5.727%;
    left: 51.491%;
    width: 26.228%;
    height: auto;
    aspect-ratio: 299 / 159;
  }

  .clinic-reservation__bubble--reassurance {
    top: 30.617%;
    left: 19.737%;
    width: 32.281%;
    height: auto;
    aspect-ratio: 368 / 254;
  }

  .clinic-reservation__callout {
    position: absolute;
    top: 64.978%;
    left: 56.053%;
    width: 40.175%;
    min-height: clamp(82px, 7.9vw, 99px);
    padding: clamp(12px, 1.5vw, 18px) clamp(18px, 2.5vw, 30px);
  }

  .clinic-reservation__callout p {
    font-size: clamp(13px, 1.35vw, 16px);
    white-space: normal;
  }

  .clinic-reservation__phone {
    font-size: clamp(22px, 2.5vw, 27px);
  }
}

@media (max-width: 1279px) {
  .lower-page--clinic {
    --clinic-section-border-gap: clamp(48px, calc(48px + (64 - 48) * ((100vw - 390px) / (1440 - 390))), 64px);
    --clinic-flow-cta-gap: clamp(28px, calc(28px + (32 - 28) * ((100vw - 390px) / (1440 - 390))), 32px);
  }

  .clinic-concept,
  .clinic-facilities,
  .clinic-flow {
    padding-top: var(--clinic-section-border-gap);
  }

  .clinic-concept,
  .clinic-facilities,
  .clinic-flow {
    padding-bottom: var(--clinic-section-border-gap);
  }

  .lower-page--clinic .clinic-reservation {
    margin-top: var(--clinic-flow-cta-gap);
  }
}

@media (min-width: 1280px) {
  .lower-page--clinic .clinic-reservation {
    margin-top: 32px;
  }

  .lower-page--clinic + .site-footer {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .clinic-concept {
    height: auto;
    min-height: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .clinic-concept__background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .clinic-concept .concept-section__backdrop {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
    padding-inline: 14px;
  }

  .clinic-concept .concept-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .clinic-concept .concept-card,
  .clinic-concept .concept-card--center,
  .clinic-concept .concept-section__grid .concept-card:nth-child(1),
  .clinic-concept .concept-section__grid .concept-card:nth-child(2) {
    grid-column: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 32px 24px;
  }

  .clinic-concept .concept-card__icon,
  .clinic-concept .concept-card h3,
  .clinic-concept .concept-card p {
    position: static;
    transform: none;
  }

  .clinic-concept .concept-card__icon,
  .clinic-concept .concept-card__lion {
    margin: 0 auto 24px;
  }

  .clinic-concept .concept-card__lion {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 126px;
    height: 122px;
    transform: none;
  }

  .clinic-concept .concept-card h3,
  .clinic-concept .concept-card--center h3,
  .clinic-concept .concept-section__grid .concept-card h3 {
    width: auto;
    max-width: none;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    white-space: normal;
  }

  .clinic-concept .concept-card p,
  .clinic-concept .concept-card--center p,
  .clinic-concept .concept-section__grid .concept-card p {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }

  .clinic-concept .concept-card p br {
    display: none;
  }
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .site-main,
  .site-footer {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    overflow-x: clip;
  }

  .site-footer {
    background-size: max(390px, 100vw) auto;
    background-position: top center;
  }

  .mobile-fixed-bar {
    left: 50%;
    right: auto;
    width: min(100vw, 500px);
    max-width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
    grid-template-columns: minmax(0, 1fr) 40px;
    transform: translateX(-50%);
  }

  .mobile-fixed-bar__call {
    min-width: 0;
  }

  .mobile-fixed-bar__call-text,
  .mobile-fixed-bar__call-number {
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .hero__content {
    width: var(--sp-content-width);
    margin-right: auto;
    margin-left: auto;
  }

  .hero__catch {
    max-width: 100%;
    font-size: clamp(23px, 7.2vw, 26px);
  }

  .hero__catch--wide span:first-child {
    width: min(313px, 100%);
  }
}

@media (min-width: 768px) {
  .hero__vertical-copy {
    top: clamp(-18px, calc(-8px + (-18 + 8) * ((100vw - 768px) / (1440 - 768))), -8px);
    height: auto;
    gap: clamp(31px, calc(31px + (42 - 31) * ((100vw - 768px) / (1440 - 768))), 42px);
    font-size: clamp(30px, calc(30px + (39 - 30) * ((100vw - 768px) / (1440 - 768))), 39px);
  }

  .hero__vertical-copy span {
    width: clamp(24px, calc(24px + (30 - 24) * ((100vw - 768px) / (1440 - 768))), 30px);
  }

  .hero__vertical-copy span::after {
    right: -7px;
    height: clamp(196px, calc(196px + (251 - 196) * ((100vw - 768px) / (1440 - 768))), 251px);
  }

  .hero__vertical-copy span:nth-child(2)::after {
    height: clamp(235px, calc(235px + (300 - 235) * ((100vw - 768px) / (1440 - 768))), 300px);
  }

  .hero__vertical-copy span:nth-child(3)::after {
    height: clamp(175px, calc(175px + (225 - 175) * ((100vw - 768px) / (1440 - 768))), 225px);
  }
}

@media (min-width: 1441px) {
  .hero__vertical-copy {
    top: -18px;
    gap: 42px;
    font-size: 39px;
  }

  .hero__vertical-copy span {
    width: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .clinic-info__inner {
    width: min(calc(100vw - var(--container-gutter) * 2), var(--container-max));
    max-width: var(--container-max);
    margin-inline: auto;
  }

  .clinic-info .section-heading--inline {
    align-items: flex-start;
    gap: clamp(10px, calc(10px + (20 - 10) * ((100vw - 390px) / (1440 - 390))), 20px);
    width: fit-content;
  }

  .clinic-info .section-heading__mark {
    width: clamp(58.73px, calc(58.73px + (83 - 58.73) * ((100vw - 390px) / (1440 - 390))), 83px);
    height: clamp(56.61px, calc(56.61px + (80 - 56.61) * ((100vw - 390px) / (1440 - 390))), 80px);
    margin-top: clamp(0px, calc(9px * ((100vw - 390px) / (1440 - 390))), 9px);
  }

  .clinic-info .section-heading__text {
    width: fit-content;
    gap: clamp(15px, calc(15px + (21 - 15) * ((100vw - 390px) / (1440 - 390))), 21px);
  }

  .clinic-info .section-heading__eyebrow {
    font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 390px) / (1440 - 390))), 20px);
    line-height: 1.5;
  }

  .clinic-info .section-heading__title {
    width: 100%;
    font-size: clamp(28px, calc(28px + (40 - 28) * ((100vw - 390px) / (1440 - 390))), 40px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 5px;
    white-space: nowrap;
  }

  .clinic-info__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
    gap: clamp(24px, 3.1vw, 40px);
    align-items: start;
  }

  .clinic-info__column {
    min-width: 0;
  }

  .clinic-info__schedule,
  .clinic-info__details,
  .clinic-info__map {
    width: 100%;
    min-width: 0;
  }

  .clinic-info__schedule {
    height: auto;
    min-height: clamp(190px, 18.5vw, 236px);
    overflow: visible;
    padding: clamp(18px, 1.9vw, 24px) clamp(22px, 2.7vw, 35px);
  }

  .clinic-info__schedule .clinic-hours {
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: clamp(34px, 3.52vw, 45px);
  }

  .clinic-info__schedule .clinic-hours th,
  .clinic-info__schedule .clinic-hours td {
    height: clamp(40px, 4.14vw, 53px);
  }

  .clinic-info__schedule .clinic-hours thead th:first-child,
  .clinic-info__schedule .clinic-hours tbody th {
    width: clamp(112px, 11.02vw, 141px);
  }

  .clinic-info__note {
    position: static;
    margin-top: clamp(8px, 0.94vw, 12px);
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1.5;
  }

  .clinic-info__details {
    height: auto;
    overflow: visible;
  }

  .clinic-info__detail {
    grid-template-columns: clamp(92px, 9.22vw, 118px) minmax(0, 1fr);
    gap: clamp(8px, 0.86vw, 11px);
    min-height: auto;
    padding-block: clamp(7px, 0.78vw, 10px);
  }

  .clinic-info__details dt,
  .clinic-info__details dd {
    font-size: clamp(13px, 1.25vw, 16px);
    line-height: 1.55;
  }

  .clinic-info__map {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

/* Staff page: keep the PC composition fluid from tablet width upward. */
@media (min-width: 768px) and (max-width: 1279px) {
  .lower-page--staff .lower-lead {
    min-height: 158px;
    padding: clamp(54px, 5vw, 64px) 0 0;
  }

  .staff-section__inner--director,
  .staff-section__inner--secondary,
  .staff-orthodontics {
    width: min(calc(100vw - var(--container-gutter) * 2), var(--container-max));
    max-width: var(--container-max);
    margin-inline: auto;
  }

  .staff-section__inner--director {
    display: grid;
    grid-template-columns: minmax(260px, 42.456%) minmax(0, 1fr);
    gap: clamp(28px, 3.75vw, 48px);
    padding-block: clamp(48px, 5vw, 64px);
  }

  .staff-section__inner--secondary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 32.105%);
    gap: clamp(36px, 5.63vw, 72px);
    padding-block: clamp(48px, 5vw, 64px);
  }

  .staff-orthodontics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 2.82vw, 36px);
    padding-top: clamp(24px, 2.11vw, 27px);
    padding-bottom: clamp(26px, 2.27vw, 29px);
  }

  .staff-section--doctor,
  .staff-section--orthodontics,
  .staff-section--team {
    margin-top: clamp(28px, 2.82vw, 36px);
  }

  .staff-section--team .staff-section__inner--secondary {
    padding-top: 0;
    padding-bottom: clamp(20px, 1.88vw, 24px);
  }

  .staff-section__image--director,
  .staff-section__image--secondary {
    width: 100%;
    height: auto;
  }

  .staff-section__image--director {
    aspect-ratio: 484 / 500;
  }

  .staff-section__image--secondary {
    aspect-ratio: 366 / 378;
  }

  .staff-section__content,
  .staff-section--doctor .staff-section__content,
  .staff-orthodontics__content,
  .staff-orthodontics__treatments {
    width: 100%;
    min-width: 0;
  }

  .staff-section__name,
  .staff-orthodontics__title {
    font-size: clamp(16px, 1.56vw, 20px);
    line-height: 1.2;
  }

  .staff-section__lead,
  .staff-orthodontics__subtitle {
    font-size: clamp(12px, 1.17vw, 15px);
    line-height: 1.35;
  }

  .staff-section__body,
  .staff-section__profile,
  .staff-orthodontics__list,
  .staff-efforts__item p {
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .staff-section__body br,
  .staff-section__profile br,
  .staff-orthodontics__content br {
    display: initial;
  }

  .staff-orthodontics__treatments {
    padding-top: clamp(32px, 3.6vw, 46px);
  }

  .staff-efforts {
    margin-top: clamp(88px, 9.7vw, 124px);
  }

  .staff-efforts__box {
    width: min(calc(100vw - var(--container-gutter) * 2), var(--container-max));
    min-height: clamp(430px, 40.2vw, 514px);
    margin-inline: auto;
    padding: clamp(56px, 6.1vw, 78px) clamp(48px, 7.5vw, 96px) clamp(42px, 4.1vw, 52px);
    border-radius: clamp(34px, 3.36vw, 43px);
  }

  .staff-efforts__title {
    font-size: clamp(22px, 2.19vw, 28px);
    line-height: 1.2;
  }

  .lower-page--staff .clinic-reservation {
    margin-top: clamp(88px, 9.7vw, 124px);
  }
}

@media (min-width: 1280px) {
  .lower-page--staff .staff-efforts {
    margin-top: 231px;
  }

  .lower-page--staff .staff-efforts__box {
    height: 514px;
    min-height: 0;
  }

  .lower-page--staff .staff-efforts__title {
    width: fit-content;
    font-size: 20px;
    white-space: nowrap;
  }

  .lower-page--staff .staff-efforts__items {
    margin-top: 34px;
    gap: 35px;
  }

  .lower-page--staff .staff-efforts__item {
    gap: 28px;
  }

  .lower-page--staff .staff-efforts__item h3 {
    font-size: 14px;
  }

  .lower-page--staff .staff-efforts__item p {
    font-size: 14px;
    letter-spacing: 0;
  }

  .lower-page--staff .clinic-reservation {
    min-height: 474px;
  }

  .lower-page--staff .clinic-reservation__callout {
    left: 632px;
  }

  .lower-page--staff + .site-footer {
    margin-top: -20px;
  }
}

/* =========================================================
   Lower-page : Pediatric Dentistry
   ========================================================= */
.lower-page--pediatric-dentistry {
  background: var(--color-bg);
}

.lower-page--pediatric-dentistry .lower-hero {
  margin-top: 12px;
}

.lower-page--pediatric-dentistry .lower-hero__media {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
}

.lower-page--pediatric-dentistry .lower-hero__label {
  left: 60px;
  width: auto;
  min-width: 320px;
  min-height: 148px;
  padding: 30px 40px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(247, 144, 0, 0.15);
}

.lower-page--pediatric-dentistry .lower-hero__label::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32px;
  height: 32px;
  background: var(--color-accent);
  border-radius: 50%;
  opacity: 0.85;
}

.lower-page--pediatric-dentistry .lower-hero__label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #ffd166;
  border-radius: 50%;
}

.lower-page--pediatric-dentistry .lower-hero__title {
  position: relative;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  color: var(--color-text);
}

.lower-page--pediatric-dentistry .lower-hero__english {
  margin-top: 12px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.lower-lead--pd {
  min-height: 158px;
  padding: 64px 16px 24px;
  text-align: center;
}

.lower-lead--pd .lower-lead__title {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 1.2;
}

.lower-lead--pd .lower-lead__title::after,
.pd-reward__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 2px;
  transform: translateX(-50%);
}

.lower-lead--pd .lower-lead__text {
  margin-top: 25px;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

/* Intro */
.pd-intro {
  padding-block: 24px 64px;
}

.pd-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 484px;
  gap: 48px;
  align-items: center;
}

.pd-intro__image {
  display: block;
  width: 484px;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.pd-intro__text {
  color: #424242;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.pd-intro__catch {
  margin: 0 0 24px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
}

.pd-intro__text p {
  margin: 0;
}

.pd-intro__text p + p {
  margin-top: 20px;
}

/* Policy */
.pd-policy {
  padding-block: 32px 64px;
}

.pd-policy__inner {
  display: block;
}

.pd-policy__title {
  margin: 0 0 12px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.pd-policy__lead {
  margin: 0 0 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
}

.pd-policy__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 484px;
  gap: 48px;
  align-items: center;
}

.pd-policy__items {
  display: grid;
  gap: 28px;
}

.pd-policy__item-title {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
  border-left: 4px solid var(--color-accent);
  padding-left: 12px;
}

.pd-policy__item p {
  margin: 0 0 8px;
  color: #424242;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.pd-policy__image {
  display: block;
  width: 484px;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

/* Treatment */
.pd-treatment {
  padding-block: 64px 32px;
}

.pd-treatment__inner > .section-heading--lower {
  margin-bottom: 32px;
}

.pd-treatment__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 36px;
}

.pd-treatment-card__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
}

.pd-treatment-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.pd-treatment-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.pd-treatment-card__text p {
  margin: 0;
  color: #424242;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.pd-treatment-card__text p + p {
  margin-top: 8px;
}

/* Promise */
.pd-promise {
  position: relative;
  overflow: hidden;
  width: min(calc(100% - var(--container-gutter) * 2), var(--container-max));
  margin: 64px auto 0;
  padding: 75px 48px 82px;
}

.pd-promise__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.pd-promise__inner,
.pd-promise__inner.l-container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.pd-promise__title {
  margin: 0 0 34px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #65bd67;
}

.pd-promise__title::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  margin: 0 auto 15px;
  border: 3px solid currentColor;
  border-radius: 46% 46% 58% 58% / 46% 46% 70% 70%;
}

.pd-promise__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.pd-promise-card {
  display: grid;
  align-content: center;
  min-height: 190px;
  padding: 30px 28px;
  background: #fff;
  border: 1px solid rgba(97, 63, 29, 0.16);
  border-radius: 8px;
  box-shadow: none;
}

.pd-promise-card__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  text-align: center;
  line-height: 1.5;
}

.pd-promise-card p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

/* Reward */
.pd-reward {
  padding-block: 16px 70px;
}

.pd-reward__box {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  min-height: 0;
  padding: 48px 48px 52px;
  background: #fff;
  border: 2px solid var(--color-accent);
  border-radius: 32px;
  text-align: center;
  color: #424242;
  font-size: 15px;
  line-height: 1.9;
}

.pd-reward__title {
  position: relative;
  display: inline-block;
  margin: 0 0 38px;
  padding-bottom: 20px;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text);
}

.pd-reward__lead {
  margin: 0 0 22px;
  font-size: 17px;
  font-weight: 700;
  color: #424242;
}

.pd-reward p {
  margin: 0;
}

.pd-reward p + p {
  margin-top: 12px;
}

/* =========================================================
   Reusable : Lower-page FAQ
   ========================================================= */
.lower-faq {
  padding-block: 64px 72px;
  border-top: 1px solid #e0e0e0;
}

.lower-page--pediatric-dentistry .lower-faq__inner {
  padding: 64px 94px 72px;
  background: #fff;
}

.lower-faq__inner > .section-heading--lower {
  margin-bottom: 32px;
}

.lower-faq__list {
  margin: 0;
}

.lower-faq__item {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.lower-faq__item dt,
.lower-faq__item dd {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
}

.lower-faq__item dt {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.6;
}

.lower-faq__item dd {
  margin-top: 12px;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.lower-faq__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
}

.lower-faq__mark--a {
  background: #b7d96b;
}

.lower-faq__text {
  display: block;
  padding-top: 4px;
}

/* =========================================================
   Reusable : Lower-page CTA (phone + Web)
   ========================================================= */
.lower-cta {
  padding-block: 48px 76px;
}

.lower-cta__inner {
  text-align: center;
}

.lower-cta__title {
  margin: 0 0 32px;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.lower-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 450px));
  gap: 48px;
  justify-content: center;
  margin: 0 auto;
}

.lower-cta__button {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-height: 170px;
  padding: 34px 16px 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  color: var(--color-text);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.lower-cta__button:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.lower-cta__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}

.lower-cta__label {
  font-family: var(--font-heading);
  font-size: 13px;
  color: var(--color-text-soft);
  letter-spacing: 0.08em;
}

.lower-cta__value {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.04em;
}

.lower-cta__note {
  font-size: 12px;
  color: var(--color-text-soft);
}

.lower-cta__footnote {
  margin: 24px 0 0;
  color: var(--color-text-soft);
  font-size: 13px;
}

/* =========================================================
   Mobile : Lower-page Pediatric Dentistry / FAQ / CTA
   ========================================================= */
@media (max-width: 767px) {
  .lower-page--pediatric-dentistry .lower-hero__label {
    left: 16px;
    width: auto;
    min-width: 230px;
    min-height: 116px;
    padding: 22px 24px 24px;
    border-radius: 18px;
  }

  .lower-page--pediatric-dentistry .lower-hero__label::before {
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
  }

  .lower-page--pediatric-dentistry .lower-hero__label::after {
    width: 14px;
    height: 14px;
  }

  .lower-page--pediatric-dentistry .lower-hero__title {
    font-size: 32px;
    letter-spacing: 0.08em;
  }

  .lower-page--pediatric-dentistry .lower-hero__english {
    margin-top: 8px;
    font-size: 14px;
  }

  .lower-lead--pd {
    padding: 40px 16px 16px;
  }

  .lower-lead--pd .lower-lead__title {
    font-size: 22px;
  }

  .pd-intro {
    padding-block: 16px 40px;
  }

  .pd-intro__inner,
  .pd-policy__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pd-intro__image,
  .pd-policy__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .pd-policy {
    padding-block: 24px 40px;
  }

  .pd-treatment {
    padding-block: 40px;
  }

  .pd-treatment__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pd-treatment-card__body {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pd-treatment-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .pd-promise {
    width: min(calc(100% - 32px), var(--container-max));
    padding: 44px 16px 48px;
  }

  .pd-promise__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pd-reward {
    padding-block: 40px;
  }

  .pd-reward__box {
    min-height: 0;
    padding: 36px 20px;
    border-radius: 20px;
  }

  .lower-faq {
    padding-block: 40px;
  }

  .lower-page--pediatric-dentistry .lower-faq__inner {
    padding: 36px 20px 44px;
  }

  .lower-cta {
    padding-block: 40px;
  }

  .lower-cta__buttons {
    grid-template-columns: 1fr;
    max-width: 320px;
    gap: 18px;
  }

  .lower-cta__button {
    min-height: 148px;
  }

  .section-heading--lower {
    gap: 16px;
  }

  .section-heading--lower .section-heading__mark {
    width: 72px;
  }

  .section-heading--lower .section-heading__title {
    font-size: 22px;
  }

  .section-heading--lower .section-heading__eyebrow {
    font-size: 14px;
  }
}

/* =========================================================
   Lower-page : Pediatric Orthodontics
   ========================================================= */
.lower-page--pediatric-orthodontics {
  background: var(--color-bg);
}

.lower-page--pediatric-orthodontics .lower-hero {
  margin-top: 12px;
}

.lower-page--pediatric-orthodontics .lower-hero__media {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
}

.lower-page--pediatric-orthodontics .lower-hero__label {
  left: 60px;
  width: auto;
  min-width: 320px;
  min-height: 148px;
  padding: 30px 40px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(247, 144, 0, 0.15);
}

.lower-page--pediatric-orthodontics .lower-hero__label::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32px;
  height: 32px;
  background: var(--color-accent);
  border-radius: 50%;
  opacity: 0.85;
}

.lower-page--pediatric-orthodontics .lower-hero__label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #ffd166;
  border-radius: 50%;
}

.lower-page--pediatric-orthodontics .lower-hero__title {
  position: relative;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  color: var(--color-text);
}

.lower-page--pediatric-orthodontics .lower-hero__english {
  margin-top: 12px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.lower-lead--po {
  min-height: 158px;
  padding: 64px 16px 24px;
  text-align: center;
}

.lower-lead--po .lower-lead__title {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 1.2;
}

.lower-lead--po .lower-lead__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 2px;
  transform: translateX(-50%);
}

.lower-lead--po .lower-lead__text {
  margin-top: 25px;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

/* Intro */
.po-intro {
  padding-block: 24px 64px;
}

.po-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 484px;
  gap: 48px;
  align-items: center;
}

.po-intro__image {
  display: block;
  width: 484px;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.po-intro__text {
  color: #424242;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.po-intro__catch {
  margin: 0 0 24px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
}

.po-intro__text p {
  margin: 0;
}

.po-intro__text p + p {
  margin-top: 20px;
}

/* Features (3 items + image) */
.po-features {
  padding-block: 32px 64px;
  border-top: 1px solid #e0e0e0;
}

.po-features__title {
  margin: 0 0 32px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.po-features__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 48px;
  align-items: center;
}

.po-features__items {
  display: grid;
  gap: 28px;
}

.po-feature__title {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
  border-left: 4px solid var(--color-accent);
  padding-left: 12px;
}

.po-feature p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.po-features__image {
  display: block;
  width: 440px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

/* Timing (2 phase cards) */
.po-timing {
  padding-block: 64px;
  background: #fff8eb;
}

.po-timing__title {
  margin: 0 0 32px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.po-timing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.po-timing-card {
  padding: 32px 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.po-timing-card__phase {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent);
}

.po-timing-card__phase span {
  margin-left: 4px;
  font-size: 14px;
  color: var(--color-text);
}

.po-timing-card p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

/* Merits / Demerits */
.po-merits {
  padding-block: 64px;
}

.po-merits__heading {
  text-align: center;
  margin: 0 0 36px;
}

.po-merits__icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  color: var(--color-accent);
}

.po-merits__title {
  margin: 0;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.po-merits__title-mark {
  /* legacy badge - hidden in the new centered layout */
  display: none;
}

.po-merits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.po-merits-card {
  padding: 32px 28px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(97, 63, 29, 0.16);
}

.po-merits-card--merit {
  background: #fff7e8;
  border-color: rgba(247, 144, 0, 0.25);
}

.po-merits-card__title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text);
}

.po-merits-card__note {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--color-text-soft);
}

.po-merits-card ul {
  margin: 0;
  padding-left: 1.1em;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

.po-merits-card li + li {
  margin-top: 8px;
}

/* Treatment items (3 with image-right) */
.po-treatment {
  padding-block: 64px 24px;
  background: #fff;
}

.po-treatment__inner > .section-heading--lower {
  margin-bottom: 40px;
}

.po-treatment-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 40px;
  align-items: start;
  padding-block: 40px;
  border-bottom: 1px dashed #e0e0e0;
}

.po-treatment-item:last-child {
  border-bottom: 0;
}

.po-treatment-item__title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  border-left: 4px solid var(--color-accent);
  padding-left: 12px;
}

.po-treatment-item__body p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.po-treatment-item__body p + p {
  margin-top: 10px;
}

.po-treatment-item__note {
  margin-top: 16px !important;
  padding: 12px 16px;
  background: #f6f6f6;
  border-radius: 6px;
  font-size: 12px !important;
  line-height: 1.7 !important;
  color: var(--color-text-soft);
}

.po-treatment-item__image {
  display: block;
  width: 440px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

/* Flow */
.po-flow {
  padding-block: 64px;
}

.po-flow__inner {
  display: grid;
  grid-template-columns: 484px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.po-flow__image {
  display: block;
  width: 484px;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.po-flow__title {
  margin: 0 0 24px;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.po-flow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: po-flow;
}

.po-flow__list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
}

.po-flow__step {
  flex: 0 0 auto;
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 700;
}

/* Pricing */
.po-pricing {
  padding-block: 64px;
  background: #fff8eb;
}

.po-pricing__inner {
  width: 80%;
  max-width: 960px;
  margin-inline: auto;
}

.po-pricing__inner > .section-heading--lower {
  margin-bottom: 16px;
}

.po-pricing__note {
  margin: 0 0 24px;
  color: var(--color-text-soft);
  font-size: 13px;
}

.po-pricing__table {
  margin: 0 0 32px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.po-pricing__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 240px);
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}

.po-pricing__row:last-child {
  border-bottom: 0;
}

.po-pricing__row dt {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text);
}

.po-pricing__row dt span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-text-soft);
}

.po-pricing__row dd {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-accent);
  text-align: right;
}

.po-pricing__payment,
.po-pricing__deduction {
  padding: 20px 24px;
  margin-top: 16px;
  background: #fff;
  border-radius: 10px;
}

.po-pricing__payment h3,
.po-pricing__deduction h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
}

.po-pricing__payment p,
.po-pricing__deduction p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

/* CTA lead text */
.lower-cta__lead {
  margin: 0 0 28px;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.8;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .lower-page--pediatric-orthodontics .lower-hero__label {
    left: 16px;
    width: auto;
    min-width: 230px;
    min-height: 116px;
    padding: 22px 24px 24px;
    border-radius: 18px;
  }

  .lower-page--pediatric-orthodontics .lower-hero__label::before {
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
  }

  .lower-page--pediatric-orthodontics .lower-hero__label::after {
    width: 14px;
    height: 14px;
  }

  .lower-page--pediatric-orthodontics .lower-hero__title {
    font-size: 32px;
    letter-spacing: 0.08em;
  }

  .lower-page--pediatric-orthodontics .lower-hero__english {
    margin-top: 8px;
    font-size: 14px;
  }

  .lower-lead--po {
    padding: 40px 16px 16px;
  }

  .lower-lead--po .lower-lead__title {
    font-size: 22px;
  }

  .po-intro__inner,
  .po-features__body,
  .po-flow__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .po-intro__image,
  .po-features__image,
  .po-flow__image,
  .po-treatment-item__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .po-timing__grid,
  .po-merits__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .po-treatment-item {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 28px;
  }

  .po-pricing__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .po-pricing__row dd {
    text-align: left;
  }

  .po-features,
  .po-timing,
  .po-merits,
  .po-flow,
  .po-pricing {
    padding-block: 40px;
  }
}

/* =========================================================
   Lower-page : Access (Clinic Hours & Access)
   ========================================================= */
.lower-page--access {
  background: var(--color-bg);
}

.lower-page--access .lower-hero {
  margin-top: 12px;
}

.lower-page--access .lower-hero__media {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
}

.lower-page--access .lower-hero__label {
  left: 60px;
  width: auto;
  min-width: 380px;
  min-height: 148px;
  padding: 30px 40px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(247, 144, 0, 0.15);
}

.lower-page--access .lower-hero__label::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32px;
  height: 32px;
  background: var(--color-accent);
  border-radius: 50%;
  opacity: 0.85;
}

.lower-page--access .lower-hero__label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #ffd166;
  border-radius: 50%;
}

.lower-page--access .lower-hero__title {
  position: relative;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: var(--color-text);
}

.lower-page--access .lower-hero__english {
  margin-top: 12px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--color-accent);
}

/* Timetable */
.access-timetable {
  padding-block: 64px;
}

.access-timetable__inner > .section-heading--lower {
  margin-bottom: 32px;
}

.access-timetable__lead {
  margin: 0 0 28px;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.85;
}

.access-timetable__scroll {
  width: 100%;
  margin: 0 0 16px;
  overflow-x: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.access-timetable__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: var(--font-heading);
  font-size: 15px;
  text-align: center;
}

.access-timetable__table thead {
  background: var(--color-accent-soft);
}

.access-timetable__table th,
.access-timetable__table td {
  padding: 18px 8px;
  border-bottom: 1px solid #f0f0f0;
}

.access-timetable__table th {
  font-weight: 700;
  color: var(--color-text);
}

/* 時間列（最初の列）— センタリング */
.access-timetable__table thead th:first-child,
.access-timetable__table tbody th {
  width: 16%;
  min-width: 130px;
  background: #fff8eb;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}

/* 曜日列はバランス良く分配 */
.access-timetable__table thead th:not(:first-child),
.access-timetable__table tbody td {
  width: auto;
}

.access-timetable__table tbody tr:last-child th,
.access-timetable__table tbody tr:last-child td {
  border-bottom: 0;
}

.access-mark {
  color: var(--color-accent);
  font-size: 18px;
  font-weight: 700;
}

.access-timetable__note {
  margin: 16px 0 0;
  color: var(--color-text-soft);
  font-size: 13px;
}

.access-timetable__closed {
  margin: 14px 0 0;
  color: var(--color-text);
  font-size: 15px;
}

.access-timetable__closed strong {
  color: var(--color-accent);
}

.access-timetable__rules {
  margin: 28px 0 0;
  padding: 20px 24px;
  background: #fff;
  border-left: 4px solid var(--color-accent);
  border-radius: 6px;
}

.access-timetable__rules-title {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
}

.access-timetable__rules ul {
  margin: 0;
  padding-left: 1.1em;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

/* Access info (map + clinic details) */
.access-info {
  padding-block: 64px;
  background: #fff8eb;
}

.access-info__inner > .section-heading--lower {
  margin-bottom: 32px;
}

.access-info__grid {
  display: grid;
  grid-template-columns: 700px minmax(0, 1fr);
  gap: 48px;
  align-items: stretch;
}

.access-info__map {
  width: 700px;
  display: flex;
}

.access-info__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  border-radius: 10px;
  border: 0;
}

.access-info__list {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.access-info__row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.access-info__row:last-child {
  border-bottom: 0;
}

.access-info__row dt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-accent);
  white-space: nowrap;
}

.access-info__row dt img {
  flex: 0 0 auto;
}

.access-info__row dd {
  margin: 0;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.7;
}

.access-info__row dd a {
  color: var(--color-accent);
  font-weight: 700;
  text-decoration: none;
}

.access-info__hint {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--color-text-soft);
}

/* Landmark - 3 rows alternating image */
.access-landmark {
  padding-block: 64px;
}

.access-landmark__title {
  margin: 0 0 12px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.access-landmark__lead {
  margin: 0 0 40px;
  text-align: center;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.85;
}

.access-landmark__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 484px;
  gap: 48px;
  align-items: center;
  padding-block: 28px;
}

.access-landmark__row--reverse {
  grid-template-columns: 484px minmax(0, 1fr);
}

.access-landmark__row--reverse .access-landmark__image {
  order: -1;
}

.access-landmark__subtitle {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 4px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
}

.access-landmark__body ul {
  margin: 0;
  padding-left: 1.1em;
  color: #424242;
  font-size: 15px;
  line-height: 1.85;
}

.access-landmark__body p {
  margin: 0 0 10px;
  color: #424242;
  font-size: 15px;
  line-height: 1.85;
}

.access-landmark__body p:last-child {
  margin-bottom: 0;
}

.access-landmark__note {
  font-size: 13px !important;
  color: var(--color-text-soft) !important;
}

.access-landmark__image {
  display: block;
  width: 484px;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 767px) {
  .lower-page--access .lower-hero__label {
    left: 16px;
    width: auto;
    min-width: 270px;
    min-height: 116px;
    padding: 22px 24px 24px;
    border-radius: 18px;
  }

  .lower-page--access .lower-hero__label::before {
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
  }

  .lower-page--access .lower-hero__label::after {
    width: 14px;
    height: 14px;
  }

  .lower-page--access .lower-hero__title {
    font-size: 26px;
  }

  .lower-page--access .lower-hero__english {
    margin-top: 8px;
    font-size: 13px;
  }

  .access-timetable,
  .access-info,
  .access-landmark {
    padding-block: 40px;
  }

  .access-timetable__table th,
  .access-timetable__table td {
    padding: 12px 8px;
    font-size: 13px;
  }

  .access-timetable__table tbody th {
    min-width: 95px;
    padding-left: 12px;
  }

  .access-info__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .access-info__map {
    width: 100%;
  }

  .access-info__map-frame {
    height: 320px;
  }

  .access-info__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .access-landmark__row,
  .access-landmark__row--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .access-landmark__row--reverse .access-landmark__image {
    order: 0;
  }

  .access-landmark__image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }
}

/* =========================================================
   Lower-page : Preventive Care
   ========================================================= */
.lower-page--preventive-care {
  background: var(--color-bg);
}

.lower-page--preventive-care .lower-hero {
  margin-top: 12px;
}

.lower-page--preventive-care .lower-hero__media {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
}

.lower-page--preventive-care .lower-hero__label {
  left: 60px;
  width: auto;
  min-width: 320px;
  min-height: 148px;
  padding: 30px 40px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(247, 144, 0, 0.15);
}

.lower-page--preventive-care .lower-hero__label::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32px;
  height: 32px;
  background: var(--color-accent);
  border-radius: 50%;
  opacity: 0.85;
}

.lower-page--preventive-care .lower-hero__label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #ffd166;
  border-radius: 50%;
}

.lower-page--preventive-care .lower-hero__title {
  position: relative;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  color: var(--color-text);
}

.lower-page--preventive-care .lower-hero__english {
  margin-top: 12px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.lower-lead--pc {
  min-height: 158px;
  padding: 64px 16px 24px;
  text-align: center;
}

.lower-lead--pc .lower-lead__title {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 1.2;
}

.lower-lead--pc .lower-lead__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 2px;
  transform: translateX(-50%);
}

.lower-lead--pc .lower-lead__text {
  margin-top: 25px;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

/* Intro */
.pc-intro {
  padding-block: 24px 64px;
}

.pc-intro__inner {
  display: grid;
  grid-template-columns: 484px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.pc-intro__image {
  display: block;
  width: 484px;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.pc-intro__text {
  color: #424242;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.pc-intro__catch {
  margin: 0 0 24px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
}

.pc-intro__text p {
  margin: 0;
}

.pc-intro__text p + p {
  margin-top: 18px;
}

/* Why */
.pc-why {
  padding-block: 64px;
  background: #fff8eb;
}

.pc-why__title {
  margin: 0 0 32px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.pc-why__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 48px;
  align-items: center;
}

.pc-why__items {
  display: grid;
  gap: 28px;
}

.pc-why__item-title {
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 4px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
}

.pc-why__item p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

.pc-why__item p + p {
  margin-top: 6px;
}

.pc-why__image {
  display: block;
  width: 440px;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

/* Care - 4 cards */
.pc-care {
  padding-block: 64px;
}

.pc-care__inner > .section-heading--lower {
  margin-bottom: 32px;
}

.pc-care__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pc-care-card {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(97, 63, 29, 0.12);
}

.pc-care-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 280 / 200;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
}

.pc-care-card__title {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
  text-align: center;
}

.pc-care-card p {
  margin: 0;
  color: #424242;
  font-size: 13px;
  line-height: 1.85;
}

/* Age - 4 cards */
.pc-age {
  padding-block: 64px;
  background: #fff8eb;
}

.pc-age__title {
  margin: 0 0 32px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.pc-age__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pc-age-card {
  padding: 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.pc-age-card__label {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-accent);
}

.pc-age-card__label span {
  margin-left: 6px;
  font-size: 13px;
  color: var(--color-text);
  font-weight: 500;
}

.pc-age-card p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

/* Home (alternating rows) */
.pc-home {
  padding-block: 64px;
}

.pc-home__title {
  margin: 0 0 36px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.pc-home__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 48px;
  align-items: center;
  padding-block: 24px;
}

.pc-home__row--reverse {
  grid-template-columns: 440px minmax(0, 1fr);
}

.pc-home__row--reverse .pc-home__image {
  order: -1;
}

.pc-home__subtitle {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 4px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text);
}

.pc-home__body p {
  margin: 0 0 10px;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

.pc-home__body ul {
  margin: 0 0 10px;
  padding-left: 1.1em;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

.pc-home__body p:last-child,
.pc-home__body ul:last-child {
  margin-bottom: 0;
}

.pc-home__image {
  display: block;
  width: 440px;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.pc-home__callout {
  margin: 32px 0 0;
  padding: 28px 32px;
  background: var(--color-accent-soft);
  border-radius: 12px;
  text-align: center;
}

.pc-home__callout-title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text);
}

.pc-home__callout p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

/* Mobile */
@media (max-width: 767px) {
  .lower-page--preventive-care .lower-hero__label {
    left: 16px;
    width: auto;
    min-width: 230px;
    min-height: 116px;
    padding: 22px 24px 24px;
    border-radius: 18px;
  }

  .lower-page--preventive-care .lower-hero__label::before {
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
  }

  .lower-page--preventive-care .lower-hero__label::after {
    width: 14px;
    height: 14px;
  }

  .lower-page--preventive-care .lower-hero__title {
    font-size: 32px;
    letter-spacing: 0.08em;
  }

  .lower-page--preventive-care .lower-hero__english {
    margin-top: 8px;
    font-size: 14px;
  }

  .lower-lead--pc {
    padding: 40px 16px 16px;
  }

  .lower-lead--pc .lower-lead__title {
    font-size: 22px;
  }

  .pc-intro,
  .pc-why,
  .pc-care,
  .pc-age,
  .pc-home {
    padding-block: 40px;
  }

  .pc-intro__inner,
  .pc-why__body,
  .pc-home__row,
  .pc-home__row--reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pc-home__row--reverse .pc-home__image {
    order: 0;
  }

  .pc-intro__image,
  .pc-why__image,
  .pc-home__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .pc-care__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pc-age__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Lower-page : Staff (redesigned with decorative accents)
   ========================================================= */
.lower-page--staff {
  background: var(--color-bg);
}

.lower-page--staff .lower-hero {
  margin-top: 12px;
}

.lower-page--staff .lower-hero__media {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
}

.lower-page--staff .lower-hero__label {
  left: 60px;
  width: auto;
  min-width: 320px;
  min-height: 148px;
  padding: 30px 40px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(247, 144, 0, 0.15);
}

.lower-page--staff .lower-hero__label::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32px;
  height: 32px;
  background: var(--color-accent);
  border-radius: 50%;
  opacity: 0.85;
}

.lower-page--staff .lower-hero__label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #ffd166;
  border-radius: 50%;
}

.lower-page--staff .lower-hero__title {
  position: relative;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  white-space: nowrap;
  color: var(--color-text);
}

.lower-page--staff .lower-hero__english {
  margin-top: 12px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.lower-lead--staff {
  min-height: 158px;
  padding: 64px 16px 24px;
  text-align: center;
}

.lower-lead--staff .lower-lead__title {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 1.2;
}

.lower-lead--staff .lower-lead__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 2px;
  transform: translateX(-50%);
}

.lower-lead--staff .lower-lead__text {
  margin-top: 25px;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

/* --- 院長 / Director (with decorative accents) --- */
.staff-director {
  position: relative;
  padding-block: 56px 64px;
  overflow: hidden;
}

.staff-director::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 5%;
  width: 80px;
  height: 80px;
  background: var(--color-accent-soft);
  border-radius: 50%;
  z-index: 0;
}

.staff-director::after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 3%;
  width: 50px;
  height: 50px;
  background: #ffd166;
  border-radius: 50%;
  opacity: 0.4;
  z-index: 0;
}

.staff-director__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 484px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.staff-director__image {
  display: block;
  width: 484px;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(97, 63, 29, 0.12);
}

.staff-director__name {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 16px;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-text);
}

.staff-director__name span {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-soft);
}

.staff-director__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 2px;
}

.staff-director__catch {
  position: relative;
  margin: 0 0 28px;
  padding: 20px 24px 20px 36px;
  background: #fff8eb;
  border-radius: 10px;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-text);
}

.staff-director__catch::before {
  content: "“";
  position: absolute;
  top: 4px;
  left: 10px;
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1;
  color: var(--color-accent);
}

.staff-director__catch p {
  margin: 0;
}

.staff-director__catch p + p {
  margin-top: 4px;
}

.staff-director__body p {
  margin: 0 0 14px;
  color: #424242;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.staff-director__body p:last-child {
  margin-bottom: 0;
}

.staff-director__profile {
  margin-top: 28px;
  padding: 20px 24px;
  background: #fff;
  border: 1px dashed rgba(247, 144, 0, 0.45);
  border-radius: 10px;
}

.staff-director__profile-title {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px 12px;
  background: var(--color-accent);
  color: #fff;
  border-radius: 4px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.staff-director__profile p {
  margin: 0;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

.staff-director__profile-note {
  margin-top: 10px !important;
  font-size: 12px !important;
  color: var(--color-text-soft) !important;
}

/* --- 歯科医師 落合節子 / Doctor (alt section with light bg) --- */
.staff-doctor {
  position: relative;
  padding-block: 64px;
  background: #fff8eb;
  overflow: hidden;
}

.staff-doctor::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 8%;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 0;
}

.staff-doctor__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 48px;
  align-items: center;
}

.staff-doctor__name {
  position: relative;
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 5px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-text);
}

.staff-doctor__name span {
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text-soft);
}

.staff-doctor__body p {
  margin: 0 0 14px;
  color: #424242;
  font-size: 15px;
  line-height: 1.9;
}

.staff-doctor__body p:last-child {
  margin-bottom: 0;
}

.staff-doctor__image {
  display: block;
  width: 440px;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(97, 63, 29, 0.12);
}

/* --- 矯正担当医紹介 --- */
.staff-orthodontics {
  display: block;
  grid-template-columns: none;
  width: auto;
  max-width: none;
  margin-inline: 0;
  padding: 64px 0;
  gap: 0;
}

.staff-orthodontics__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 48px;
  align-items: start;
}

.staff-orthodontics__content,
.staff-orthodontics__treatments {
  display: block;
  width: auto;
  gap: 0;
}

.staff-orthodontics__title {
  position: relative;
  margin: 0 0 10px;
  padding-left: 14px;
  border-left: 5px solid var(--color-accent);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-text);
}

.staff-orthodontics__subtitle {
  margin: 0 0 20px;
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 600;
}

.staff-orthodontics__body p {
  margin: 0 0 14px;
  color: #424242;
  font-size: 15px;
  line-height: 1.9;
}

.staff-orthodontics__body p:last-child {
  margin-bottom: 0;
}

.staff-orthodontics__treatments {
  padding: 24px 28px;
  background: var(--color-accent-soft);
  border-radius: 12px;
}

.staff-orthodontics__treatments-title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
}

.staff-orthodontics__treatments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.staff-orthodontics__treatments li {
  position: relative;
  padding: 8px 0 8px 24px;
  border-bottom: 1px dashed rgba(247, 144, 0, 0.4);
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
}

.staff-orthodontics__treatments li:last-child {
  border-bottom: 0;
}

.staff-orthodontics__treatments li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--color-accent);
  border-radius: 50%;
  transform: translateY(-50%);
}

/* --- Staff team --- */
.staff-team {
  padding-block: 64px;
  background: #fff8eb;
}

.staff-team__inner > .section-heading--lower {
  margin-bottom: 32px;
}

.staff-team__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 48px;
  align-items: center;
}

.staff-team__content p {
  margin: 0 0 14px;
  color: #424242;
  font-size: 15px;
  line-height: 1.9;
}

.staff-team__structure-title {
  margin: 18px 0 8px !important;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-text);
}

.staff-team__structure {
  margin: 0 0 14px;
  padding-left: 1.1em;
  color: #424242;
  font-size: 14px;
  line-height: 1.85;
}

.staff-team__image {
  display: block;
  width: 440px;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(97, 63, 29, 0.12);
}

/* --- 私たちの取り組み --- */
.staff-efforts,
.lower-page--staff .staff-efforts {
  padding-block: 16px 64px;
  margin-top: 0;
}

.staff-efforts__box,
.lower-page--staff .staff-efforts__box {
  position: relative;
  width: 80%;
  max-width: 960px;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 48px 56px 56px;
  background: #fff;
  border: 2px solid var(--color-accent);
  border-radius: 24px;
  overflow: visible;
}

/* Corner decorative dots */
.staff-efforts__box::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 14px;
  height: 14px;
  background: #ffd166;
  border-radius: 50%;
  opacity: 0.7;
}

.staff-efforts__box::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 22px;
  height: 22px;
  background: var(--color-accent-soft);
  border-radius: 50%;
}

.staff-efforts__title {
  position: relative;
  display: block;
  margin: 0 auto 40px;
  padding-bottom: 14px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-text);
}

.staff-efforts__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 2px;
  transform: translateX(-50%);
}

.staff-efforts__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 720px;
  margin: 0 auto;
}

.staff-efforts__item {
  position: relative;
  padding: 24px 28px 24px 72px;
  background: #fff8eb;
  border-radius: 16px;
  text-align: left;
}

/* Decorative number badge (01 / 02 / 03) */
.staff-efforts__items {
  counter-reset: effort;
}

.staff-efforts__item::before {
  counter-increment: effort;
  content: counter(effort, decimal-leading-zero);
  position: absolute;
  top: 22px;
  left: 22px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  color: #fff;
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Small star accent on the right */
.staff-efforts__item::after {
  content: "✦";
  position: absolute;
  top: 16px;
  right: 20px;
  color: var(--color-accent);
  font-size: 14px;
  opacity: 0.5;
}

.staff-efforts__item-title {
  position: relative;
  display: block;
  margin: 0 0 8px;
  padding-bottom: 0;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text);
  text-align: left;
}

.staff-efforts__item-title::after {
  content: none;
}

.staff-efforts__item p {
  margin: 0;
  color: #424242;
  line-height: 1.85;
  text-align: left;
}

/* Mobile */
@media (max-width: 767px) {
  .lower-page--staff .lower-hero__label {
    left: 16px;
    width: auto;
    min-width: 230px;
    min-height: 116px;
    padding: 22px 24px 24px;
    border-radius: 18px;
  }

  .lower-page--staff .lower-hero__label::before {
    width: 22px;
    height: 22px;
    top: -6px;
    left: -6px;
  }

  .lower-page--staff .lower-hero__label::after {
    width: 14px;
    height: 14px;
  }

  .lower-page--staff .lower-hero__title {
    font-size: 28px;
  }

  .lower-page--staff .lower-hero__english {
    margin-top: 8px;
    font-size: 14px;
  }

  .lower-lead--staff {
    padding: 40px 16px 16px;
  }

  .lower-lead--staff .lower-lead__title {
    font-size: 22px;
  }

  .staff-director,
  .staff-doctor,
  .staff-orthodontics,
  .staff-team,
  .staff-efforts {
    padding-block: 40px;
  }

  .staff-director__inner,
  .staff-doctor__inner,
  .staff-orthodontics__inner,
  .staff-team__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .staff-director__image,
  .staff-doctor__image,
  .staff-team__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .staff-director__name {
    font-size: 20px;
  }

  .staff-efforts__box {
    padding: 36px 24px 32px;
    border-radius: 18px;
  }

  .staff-efforts__items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* =========================================================
   Global body text size standardization
   PC : 16px / SP : 14px
   ========================================================= */
.lower-page p,
.lower-page li,
.lower-page dd,
.lower-page .step-list span,
.lower-page .step-list strong + span {
  font-size: 16px;
  line-height: 1.85;
  color: #333333;
}

/* Keep specific exceptions at their original sizes */
.lower-page .lower-hero__english,
.lower-page .lower-hero__title,
.lower-page .lower-lead__title,
.lower-page .lower-lead__text,
.lower-page .lower-cta__title,
.lower-page .lower-cta__label,
.lower-page .lower-cta__value,
.lower-page .lower-cta__note,
.lower-page .lower-cta__footnote,
.lower-page .lower-cta__lead,
.lower-page .pc-intro__catch,
.lower-page .pd-intro__catch,
.lower-page .po-intro__catch,
.lower-page .pd-policy__lead,
.lower-page .pd-reward__lead,
.lower-page .pc-age-card__label,
.lower-page .po-timing-card__phase,
.lower-page .pc-age-card__label span,
.lower-page .po-timing-card__phase span,
.lower-page .pc-care-card__title,
.lower-page .pd-treatment-card__title,
.lower-page .pd-promise-card__title,
.lower-page .pd-policy__item-title,
.lower-page .pd-policy__title,
.lower-page .pd-promise__title,
.lower-page .pd-reward__title,
.lower-page .pc-why__item-title,
.lower-page .pc-why__title,
.lower-page .pc-care__inner h2,
.lower-page .pc-age__title,
.lower-page .pc-home__title,
.lower-page .pc-home__subtitle,
.lower-page .pc-home__callout-title,
.lower-page .po-feature__title,
.lower-page .po-features__title,
.lower-page .po-timing__title,
.lower-page .po-merits__title,
.lower-page .po-merits-card__title,
.lower-page .po-merits-card__note,
.lower-page .po-treatment-item__title,
.lower-page .po-treatment-item__note,
.lower-page .po-flow__title,
.lower-page .po-pricing__note,
.lower-page .po-pricing__row dt,
.lower-page .po-pricing__row dd,
.lower-page .po-pricing__row dt span,
.lower-page .po-pricing__payment h3,
.lower-page .po-pricing__deduction h3,
.lower-page .access-timetable__lead,
.lower-page .access-timetable__note,
.lower-page .access-timetable__closed,
.lower-page .access-timetable__rules-title,
.lower-page .access-timetable__table,
.lower-page .access-timetable__table th,
.lower-page .access-timetable__table td,
.lower-page .access-mark,
.lower-page .access-info__row dt,
.lower-page .access-info__hint,
.lower-page .access-landmark__title,
.lower-page .access-landmark__subtitle,
.lower-page .access-landmark__lead,
.lower-page .access-landmark__note,
.lower-page .staff-director__name,
.lower-page .staff-director__name span,
.lower-page .staff-director__catch p,
.lower-page .staff-director__profile-title,
.lower-page .staff-director__profile-note,
.lower-page .staff-doctor__name,
.lower-page .staff-doctor__name span,
.lower-page .staff-orthodontics__title,
.lower-page .staff-orthodontics__subtitle,
.lower-page .staff-orthodontics__treatments-title,
.lower-page .staff-team__structure-title,
.lower-page .staff-efforts__title,
.lower-page .staff-efforts__item-title,
.lower-page .lower-faq__item dt,
.lower-page .lower-faq__mark,
.lower-page .lower-section-subtitle,
.lower-page .section-heading__title,
.lower-page .section-heading__eyebrow,
.lower-page .pd-treatment-card__title,
.lower-page .pc-care-card__title,
.lower-page .pc-why__image-caption {
  font-size: revert;
}

@media (max-width: 767px) {
  .lower-page p,
  .lower-page li,
  .lower-page dd,
  .lower-page .step-list span,
  .lower-page .step-list strong + span {
    font-size: 14px;
  }
}

/* =========================================================
   Floating CTA banner (PC: right side / SP: bottom)
   ========================================================= */
.floating-cta {
  position: fixed;
  z-index: 80;
  display: flex;
  pointer-events: none;
}

.floating-cta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.floating-cta__item:hover {
  filter: brightness(1.08);
}

.floating-cta__icon {
  flex: 0 0 auto;
  display: block;
}

.floating-cta__label {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

/* --- PC layout: vertical stack on the right edge --- */
@media (min-width: 768px) {
  .floating-cta {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 6px;
  }

  .floating-cta__item {
    flex-direction: column;
    width: 84px;
    min-height: 88px;
    padding: 12px 8px;
    border-radius: 10px 0 0 10px;
    color: #fff;
    box-shadow: -2px 4px 12px rgba(0, 0, 0, 0.12);
  }

  .floating-cta__item--call {
    background: var(--color-accent);
  }

  .floating-cta__item--web {
    background: #f4a738;
  }

  .floating-cta__item--access {
    background: #5cb85c;
  }

  .floating-cta__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
    color: #fff;
  }

  .floating-cta__label {
    font-size: 13px;
    text-align: center;
    color: #fff;
  }
}

/* --- SP layout: horizontal bar at the bottom --- */
@media (max-width: 767px) {
  .floating-cta {
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    background: #fff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    pointer-events: auto;
  }

  .floating-cta__item {
    flex: 1 1 0;
    flex-direction: column;
    gap: 4px;
    padding: 10px 4px 12px;
    border-top: 3px solid transparent;
  }

  .floating-cta__item--call {
    border-top-color: var(--color-accent);
  }

  .floating-cta__item--call .floating-cta__icon {
    color: var(--color-accent);
  }

  .floating-cta__item--web {
    border-top-color: #f4a738;
  }

  .floating-cta__item--web .floating-cta__icon {
    color: #f4a738;
  }

  .floating-cta__item--access {
    border-top-color: #5cb85c;
  }

  .floating-cta__item--access .floating-cta__icon {
    color: #5cb85c;
  }

  .floating-cta__item + .floating-cta__item {
    border-left: 1px solid #f0f0f0;
  }

  .floating-cta__icon {
    width: 26px;
    height: 26px;
  }

  .floating-cta__label {
    font-size: 12px;
    color: var(--color-text);
    text-align: center;
  }

  /* Reserve space at the bottom of the page so content isn't hidden under the bar */
  body {
    padding-bottom: 78px;
  }

  /* Hide legacy mobile-fixed-bar (replaced by floating-cta) */
  .mobile-fixed-bar {
    display: none !important;
  }
}

/* =========================================================
   Mobile : 80% 幅ボックスを100%幅に
   ========================================================= */
@media (max-width: 767px) {
  /* 私たちの取り組み (staffページ) */
  .staff-efforts__box,
  .lower-page--staff .staff-efforts__box,
  /* 頑張ったお子さまへ (小児歯科) */
  .pd-reward__box,
  /* 料金表 (小児矯正) */
  .po-pricing__inner,
  /* 診療時間テーブル (アクセス) */
  .access-timetable__scroll {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}

/* =========================================================
   Mobile : staff-efforts アイテムタイトルの改行防止
   ========================================================= */
@media (max-width: 767px) {
  .staff-efforts__item {
    padding: 20px 18px 22px 56px;
  }

  .staff-efforts__item::before {
    top: 18px;
    left: 12px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .staff-efforts__item::after {
    top: 14px;
    right: 12px;
    font-size: 13px;
  }

  .staff-efforts__item-title {
    font-size: 15px;
    white-space: nowrap;
    letter-spacing: 0;
  }
}

/* =========================================================
   診療時間表：木曜の▲表示（TOP・アクセス共通）
   ========================================================= */
.access-mark--tri,
.clinic-hours .is-tri,
.access-timetable__tri,
.clinic-info__tri {
  color: var(--color-accent);
  font-weight: 700;
}

.clinic-hours .is-tri {
  background: var(--color-accent-soft);
}

.access-timetable__note--tri,
.clinic-info__note--tri {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.access-timetable__tri,
.clinic-info__tri {
  font-size: 1em;
  line-height: 1;
}

/* スクリーンリーダー専用テキスト */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

/* NEWS：投稿がない場合の表示 */
.news__empty {
  margin: 0;
  padding: 32px 16px;
  text-align: center;
  font-size: 14px;
  color: var(--color-text-soft);
}

/* =========================================================
   お知らせ アーカイブ／個別記事
   ========================================================= */
.lower-page--news .news-archive,
.lower-page--news-single .news-single {
  padding-block: 80px 96px;
}

.lower-page--news .news__inner,
.lower-page--news-single .news__inner {
  display: grid;
  gap: 32px;
}

.lower-page--news .section-heading--stack,
.lower-page--news-single .section-heading--stack {
  text-align: center;
}

.lower-page--news .news__pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.lower-page--news .news__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--color-line);
  color: var(--color-text);
  text-decoration: none;
  font-size: 14px;
}

.lower-page--news .news__pagination .page-numbers.current {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.lower-page--news .news__pagination a.page-numbers:hover {
  background: var(--color-accent-soft);
}

.news-single__article {
  background: #fff;
  border-radius: 16px;
  padding: 32px 36px;
  box-shadow: 0 6px 18px rgba(247, 144, 0, 0.08);
}

.news-single__header {
  display: grid;
  gap: 12px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-line);
}

.news-single__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-text);
  line-height: 1.5;
}

.news-single__content {
  font-size: 16px;
  line-height: 1.9;
  color: #333333;
}

.news-single__content p {
  margin: 0 0 1em;
}

.news-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.news-single__back {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .lower-page--news .news-archive,
  .lower-page--news-single .news-single {
    padding-block: 48px 64px;
  }
  .news-single__article {
    padding: 24px 18px;
  }
  .news-single__title {
    font-size: 19px;
  }
  .news-single__content {
    font-size: 14px;
  }
}
