:root {
  --color-main: #006eb0;
  --color-sub: #4aa6dc;
  --color-accent: #f59e0b;
  --color-line: #16a34a;
  --color-bg: #f5f9fd;
  --color-text: #1b2a3a;
  --color-muted: #64748b;
  --color-border: #d8e8f5;
  --color-white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(24, 75, 84, 0.12);
  --radius: 8px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  background: var(--color-white);
}

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

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 920px;
}

.section {
  padding: 88px 0;
}

.muted {
  background: var(--color-bg);
}

.page-header {
  padding: 38px 0 34px;
  background: var(--color-white);
  border-bottom: 1px solid rgba(216, 232, 245, 0.72);
}

.page-header-inner {
  max-width: var(--container);
  text-align: left;
}

.page-header-inner.center {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.page-header h1 {
  margin: 0;
  color: #0f2538;
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: 0;
}

.page-header p {
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.9;
}

.lower-page > .section {
  padding-top: 88px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 232, 232, 0.85);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(calc(100% - 32px), 1180px);
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-logo-placeholder,
.brand-logo-image {
  display: block;
  width: 190px;
  height: 46px;
  border-radius: var(--radius);
}

.brand-logo-placeholder {
  border: 1px solid rgba(0, 110, 176, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(74, 166, 220, 0.14)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.06) 0 10px, rgba(255, 255, 255, 0.28) 10px 20px);
}

.brand-logo-image {
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  color: var(--color-white);
  font-weight: 800;
  background: var(--color-main);
}

.brand-name,
.brand-sub {
  display: block;
}

.brand-name {
  font-weight: 800;
  line-height: 1.25;
}

.brand-sub {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.2;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.global-nav .nav-menu,
.footer-nav .nav-menu {
  display: contents;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tel-link {
  color: var(--color-main);
  font-weight: 800;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--color-white);
  background: var(--color-accent);
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.24);
}

.btn-line {
  color: var(--color-white);
  background: var(--color-line);
}

.btn-ghost {
  color: var(--color-main);
  border-color: var(--color-main);
  background: var(--color-white);
}

.btn-ghost-light {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.72);
}

.btn-small {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 14px;
}

.hero {
  background: #eaf4fb;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.center-row {
  justify-content: center;
}

.portrait-placeholder,
.gallery-item,
.map-placeholder {
  display: grid;
  place-items: center;
  border: 1px solid rgba(31, 122, 140, 0.18);
  border-radius: var(--radius);
  color: rgba(31, 41, 51, 0.66);
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(78, 163, 216, 0.14)),
    repeating-linear-gradient(135deg, rgba(31, 122, 140, 0.07) 0 10px, rgba(255, 255, 255, 0.2) 10px 20px);
}

.hero-image-only {
  padding: 0;
}

.hero-real-image {
  display: block;
  width: 100%;
  min-height: clamp(430px, 48vw, 680px);
  object-fit: cover;
}

.symptom-hero-image-only .hero-real-image {
  min-height: clamp(380px, 42vw, 600px);
}

.hero-image-placeholder {
  display: grid;
  width: 100%;
  min-height: clamp(430px, 48vw, 680px);
  place-items: center;
  border-bottom: 1px solid var(--color-border);
  background:
    linear-gradient(90deg, rgba(0, 78, 130, 0.92), rgba(0, 110, 176, 0.7), rgba(74, 166, 220, 0.38)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 12px, rgba(255, 255, 255, 0.03) 12px 24px);
}

.hero-image-inner {
  display: grid;
  width: min(calc(100% - 40px), 920px);
  min-height: 300px;
  place-items: center;
  padding: 48px;
  border: 1px dashed rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  color: var(--color-white);
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
}

.hero-image-label,
.hero-image-copy,
.hero-image-note {
  display: block;
}

.hero-image-label {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.35;
}

.hero-image-copy {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 800;
}

.hero-image-note {
  margin-top: 20px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 800;
}

.quick-reserve {
  padding: 26px 0;
  background: #006eb0;
  color: var(--color-white);
}

.breadcrumb {
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb .container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.breadcrumb a {
  color: var(--color-main);
}

.breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: #9fb3c8;
}

.symptom-hero {
  padding: 72px 0;
  background:
    linear-gradient(115deg, rgba(245, 249, 253, 0.98), rgba(235, 246, 253, 0.88)),
    linear-gradient(90deg, rgba(0, 110, 176, 0.08), transparent);
}

.symptom-hero-image-only {
  padding: 0;
}

.symptom-fv-placeholder {
  display: grid;
  width: 100%;
  min-height: clamp(380px, 42vw, 600px);
  place-items: center;
  border-bottom: 1px solid var(--color-border);
  background:
    linear-gradient(90deg, rgba(0, 78, 130, 0.9), rgba(0, 110, 176, 0.66), rgba(74, 166, 220, 0.34)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 12px, rgba(255, 255, 255, 0.03) 12px 24px);
}

.symptom-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1fr);
  gap: 48px;
  align-items: center;
}

.symptom-hero h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.4;
}

.symptom-hero p:not(.section-kicker) {
  margin: 18px 0 0;
  color: #475569;
  font-size: 17px;
}

.symptom-main-image {
  display: grid;
  min-height: 360px;
  place-items: center;
  border: 1px solid rgba(0, 110, 176, 0.16);
  border-radius: var(--radius);
  color: rgba(27, 42, 58, 0.62);
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(74, 166, 220, 0.18)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.08) 0 12px, rgba(255, 255, 255, 0.32) 12px 24px);
  box-shadow: var(--shadow-soft);
}

.symptom-offer {
  padding: 34px 0;
  background: var(--color-white);
}

.symptom-offer-bottom {
  padding-top: 0;
}

.symptom-offer-bottom .price-offer-cta-text {
  margin: 20px 0 0;
}

.offer-placeholder {
  display: grid;
  min-height: 220px;
  place-items: center;
  border: 1px dashed rgba(0, 110, 176, 0.32);
  border-radius: var(--radius);
  color: rgba(27, 42, 58, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 158, 11, 0.12)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.05) 0 10px, rgba(255, 255, 255, 0.28) 10px 20px);
  font-weight: 900;
  text-align: center;
}

.offer-placeholder span,
.offer-placeholder small {
  display: block;
}

.offer-placeholder small {
  margin-top: 8px;
  color: var(--color-muted);
}

.offer-real-image {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.08);
}

.quick-reserve .section-kicker,
.quick-reserve p {
  color: rgba(255, 255, 255, 0.82);
}

.quick-reserve h2,
.quick-reserve p {
  margin: 0;
}

.reserve-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.reserve-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.reserve-actions .btn-primary {
  background: var(--color-accent);
  color: var(--color-white);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.45;
}

.section-heading p:not(.section-kicker) {
  margin: 12px 0 0;
  color: var(--color-muted);
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
  gap: 32px;
  align-items: end;
}

.section-heading.compact {
  margin-bottom: 18px;
}

.section-image {
  display: grid;
  width: 100%;
  min-height: 260px;
  place-items: center;
  margin: 0 0 34px;
  border: 1px solid rgba(0, 110, 176, 0.16);
  border-radius: var(--radius);
  color: rgba(27, 42, 58, 0.62);
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(74, 166, 220, 0.16)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.07) 0 12px, rgba(255, 255, 255, 0.28) 12px 24px);
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.06);
}

.section-real-image {
  display: block;
  width: 100%;
  min-height: 260px;
  max-height: 420px;
  margin: 0 0 34px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.06);
}

.front-section-image-only,
.beginner-image-only {
  min-height: auto;
  max-height: none;
  object-fit: contain;
}

.beginner .text-block.image-block {
  max-width: none;
}

.beginner-image-only {
  margin-bottom: 0;
}

.price-offer-image {
  max-height: none;
}

.price-offer-placeholder {
  min-height: 300px;
}

.price-offer-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  margin: 12px auto 34px;
}

.price-offer-cta-text {
  margin: -10px 0 0;
  color: var(--color-muted);
  font-weight: 700;
  text-align: center;
}

.price-offer-cta .btn {
  width: 100%;
  min-height: 54px;
  font-size: 16px;
}

.section-image-problems {
  min-height: 220px;
}

.section-real-image.section-image-problems {
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
}

.section-image-access {
  min-height: 180px;
  margin-top: 22px;
  margin-bottom: 24px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 16px;
  height: 8px;
  border-left: 3px solid var(--color-main);
  border-bottom: 3px solid var(--color-main);
  transform: rotate(-45deg);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.symptom-cause-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reason-card,
.price-card,
.voice-card,
.info-panel {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(24, 75, 84, 0.07);
}

.reason-card {
  padding: 24px;
}

.card-number {
  color: var(--color-main);
  font-weight: 900;
}

.reason-card h3,
.price-card h3,
.voice-card h3,
.info-panel h3 {
  margin: 8px 0 8px;
  font-size: 18px;
  line-height: 1.45;
}

.reason-card p,
.price-card p,
.voice-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.symptom-card {
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.symptom-card:hover {
  border-color: var(--color-main);
  box-shadow: 0 14px 28px rgba(24, 75, 84, 0.08);
  transform: translateY(-2px);
}

.symptom-card span,
.symptom-card small {
  display: block;
}

.symptom-card span {
  font-size: 18px;
  font-weight: 900;
}

.symptom-card small {
  margin-top: 6px;
  color: var(--color-muted);
}

.symptom-card-with-image {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.symptom-card-media {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  border-bottom: 1px solid var(--color-border);
  color: rgba(27, 42, 58, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(74, 166, 220, 0.14)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.06) 0 10px, rgba(255, 255, 255, 0.28) 10px 20px);
  font-weight: 900;
}

.symptom-card-media-image {
  display: block;
  object-fit: cover;
}

.symptom-card-body {
  padding: 20px;
  font-weight: 400;
}

.symptom-card-body > span {
  font-weight: 900;
}

.symptom-card-body small {
  font-weight: 400;
}

.front-symptom-grid .symptom-card-body {
  min-height: 96px;
}

.price-grid,
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.price-card {
  position: relative;
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(244, 162, 97, 0.72);
}

.price-card strong {
  display: block;
  margin-top: 18px;
  color: var(--color-main);
  font-size: 26px;
  line-height: 1;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.before-after-card {
  padding: 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(24, 75, 84, 0.07);
}

.before-after-image,
.before-after-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  object-fit: cover;
}

.before-after-placeholder {
  color: rgba(27, 42, 58, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(74, 166, 220, 0.14)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.06) 0 10px, rgba(255, 255, 255, 0.28) 10px 20px);
  font-weight: 900;
}

.before-after-card h3 {
  margin: 16px 0 8px;
  font-size: 18px;
  line-height: 1.45;
}

.before-after-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}

.before-after-note {
  margin: 20px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  text-align: center;
}

.label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(244, 162, 97, 0.18);
  color: #9a5b25;
  font-size: 12px;
  font-weight: 900;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  gap: 50px;
  align-items: center;
}

.beginner .two-column {
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}

.beginner .text-block {
  max-width: 760px;
}

.text-block h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.45;
}

.text-block p {
  color: #475569;
}

.plain-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.plain-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border);
  font-weight: 700;
}

.info-panel {
  padding: 28px;
}

.flow-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.beginner .flow-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flow-list li {
  display: grid;
  grid-template-columns: minmax(0, 300px) 30px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  font-weight: 800;
}

.beginner .flow-list li {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
  padding: 12px;
}

.beginner .flow-list span {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  margin-left: 10px;
}

.beginner .flow-content {
  min-width: 0;
}

.beginner .flow-content strong {
  font-size: 14px;
}

.beginner .flow-content p {
  font-size: 12px;
}

.flow-photo {
  display: grid;
  width: min(300px, 100%);
  aspect-ratio: 3 / 2;
  margin-inline: auto;
  place-items: center;
  border: 1px solid rgba(0, 110, 176, 0.14);
  border-radius: var(--radius);
  color: rgba(27, 42, 58, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(74, 166, 220, 0.14)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.06) 0 10px, rgba(255, 255, 255, 0.28) 10px 20px);
  font-size: 12px;
  font-weight: 900;
}

.flow-photo-image {
  display: block;
  object-fit: cover;
}

.flow-list span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-main);
  font-size: 13px;
}

.flow-content {
  min-width: 180px;
}

.flow-content strong {
  display: block;
  line-height: 1.6;
}

.flow-content p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.flow-wide {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.flow-wide div {
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(24, 75, 84, 0.07);
}

.flow-wide span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-main);
  font-weight: 900;
}

.flow-wide .flow-photo {
  min-height: 118px;
  margin-bottom: 14px;
}

.flow-wide strong {
  display: block;
  margin-top: 14px;
  font-size: 17px;
}

.flow-wide p {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: 14px;
}

.treatment-image {
  min-height: 360px;
  margin: 0;
}

.voice-card {
  padding: 26px;
}

.recommendation-section:not(.muted) {
  background: var(--color-white);
}

.lower-list-section {
  background: var(--color-bg);
}

.voice-photo {
  display: grid;
  width: 100%;
  min-height: 180px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 110, 176, 0.14);
  border-radius: var(--radius);
  color: rgba(27, 42, 58, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(74, 166, 220, 0.15)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.06) 0 12px, rgba(255, 255, 255, 0.28) 12px 24px);
  font-weight: 900;
}

.voice-photo-image {
  display: block;
  object-fit: cover;
}

.voice-card small {
  display: block;
  margin-top: 14px;
  color: var(--color-main);
  font-weight: 800;
}

.portrait-placeholder {
  min-height: 420px;
}

.portrait-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.director-name {
  color: var(--color-main);
  font-size: 20px;
  font-weight: 900;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  min-height: 180px;
}

.gallery-item-image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--color-muted);
}

.access-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: stretch;
}

.access-list {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  border-top: 1px solid var(--color-border);
}

.access-list div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
}

.access-list dt {
  color: var(--color-main);
  font-weight: 900;
}

.access-list dd {
  margin: 0;
}

.map-placeholder {
  min-height: 360px;
}

.map-embed {
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.blog-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.post-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}

.post-row time {
  color: var(--color-muted);
  font-size: 14px;
}

.post-row a {
  font-weight: 800;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(24, 75, 84, 0.07);
}

.article-card-image {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  color: rgba(27, 42, 58, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(74, 166, 220, 0.14)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.06) 0 10px, rgba(255, 255, 255, 0.28) 10px 20px);
  object-fit: cover;
  font-weight: 900;
}

.article-card-body {
  padding: 22px;
}

.article-card time,
.post-date {
  color: var(--color-main);
  font-size: 14px;
  font-weight: 900;
}

.article-card h2 {
  margin: 8px 0;
  font-size: 20px;
  line-height: 1.5;
}

.article-card p {
  margin: 0;
  color: var(--color-muted);
}

.blog-archive-section .article-card {
  padding: 26px;
}

.blog-archive-section .article-card-image {
  margin-bottom: 18px;
  border: 1px solid rgba(0, 110, 176, 0.14);
  border-radius: var(--radius);
}

.blog-archive-section .article-card-body {
  padding: 0;
}

.blog-archive-section .article-card h2 {
  margin: 8px 0 12px;
  font-size: 18px;
}

.blog-archive-section .article-card p {
  line-height: 1.9;
}

.news-list {
  border-top: 1px solid var(--color-border);
}

.news-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
}

.news-item time {
  color: var(--color-muted);
}

.news-item a,
.text-link,
.back-link a {
  color: var(--color-main);
  font-weight: 900;
}

.single-main-image {
  display: block;
  width: 100%;
  max-height: 460px;
  margin-bottom: 32px;
  border-radius: var(--radius);
  object-fit: cover;
}

.entry-content {
  color: #334155;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 2em;
  line-height: 1.5;
}

.entry-content p {
  margin: 0 0 1.2em;
}

.post-related-section {
  margin-top: 48px;
  padding-top: 34px;
  border-top: 1px solid var(--color-border);
}

.post-related-section h2 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.45;
}

.post-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.post-related-card {
  display: block;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.post-related-card:hover {
  border-color: var(--color-main);
  box-shadow: 0 14px 28px rgba(24, 75, 84, 0.08);
  transform: translateY(-2px);
}

.post-related-card time,
.post-related-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--color-main);
  font-size: 13px;
  font-weight: 900;
}

.post-related-card span {
  display: block;
  color: var(--color-text);
  font-weight: 900;
  line-height: 1.6;
}

.pagination-wrap {
  margin-top: 34px;
}

.back-link {
  margin-top: 34px;
}

.contact-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg);
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contact-method-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(24, 75, 84, 0.07);
}

.contact-method-head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 900;
}

.phone-card .contact-method-head span {
  background: var(--color-accent);
}

.line-card .contact-method-head span {
  background: var(--color-line);
}

.contact-method-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
}

.contact-method-head p {
  margin: 12px 0 0;
  color: var(--color-muted);
}

.contact-flow-list {
  display: grid;
  gap: 18px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.contact-flow-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
}

.contact-flow-list li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 900;
  line-height: 1;
}

.phone-card .contact-flow-list li > span {
  background: var(--color-accent);
}

.line-card .contact-flow-list li > span {
  background: var(--color-line);
}

.contact-flow-list h3 {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.5;
}

.contact-flow-list p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}

.contact-main-btn {
  width: 100%;
  margin-top: auto;
}

.contact-note-panel {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
}

.contact-note-panel h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.contact-entry-content {
  margin-top: 32px;
}

.staff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 36px;
}

.staff-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(24, 75, 84, 0.07);
}

.staff-photo {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  place-items: center;
  color: rgba(27, 42, 58, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(74, 166, 220, 0.14)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.06) 0 10px, rgba(255, 255, 255, 0.28) 10px 20px);
  object-fit: cover;
  font-weight: 900;
}

.staff-body {
  padding: 34px;
}

.staff-body h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.4;
}

.staff-body p {
  margin: 0;
  color: var(--color-muted);
}

.staff-position {
  margin-bottom: 6px !important;
  color: var(--color-main) !important;
  font-weight: 900;
}

.staff-photo-image {
  display: block;
}

.staff-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.staff-meta-grid h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.staff-meta-grid ul {
  margin: 0;
  padding-left: 1.2em;
  color: #334155;
}

.staff-message {
  margin-top: 24px !important;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}

.final-cta {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--color-white);
  background: linear-gradient(135deg, #004e82, #006eb0);
  text-align: center;
}

.final-cta-inner {
  padding: 82px 0;
}

main > :last-child {
  margin-bottom: 0;
}

main > .final-cta:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.final-cta .section-kicker,
.final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.final-cta h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.45;
}

.final-cta p {
  max-width: 720px;
  margin: 16px auto 0;
}

.site-footer {
  margin-top: 0;
  padding: 42px 0 22px;
  background: #102a43;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand .brand-mark {
  background: var(--color-white);
  color: var(--color-main);
}

.footer-brand .brand-logo-placeholder {
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(74, 166, 220, 0.22)),
    repeating-linear-gradient(135deg, rgba(0, 110, 176, 0.08) 0 10px, rgba(255, 255, 255, 0.3) 10px 20px);
}

.footer-brand .brand-name {
  color: var(--color-white);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-content: start;
  font-weight: 800;
}

.copyright {
  margin: 28px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

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

@media (max-width: 1040px) {
  .header-cta {
    display: none;
  }

  .two-column,
  .symptom-hero-grid,
  .access-grid {
    grid-template-columns: 1fr;
  }

  .beginner .two-column {
    grid-template-columns: 1fr;
  }

  .reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .symptom-cause-grid,
  .flow-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .symptom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 92px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    min-height: 68px;
  }

  .nav-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-left: auto;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-white);
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    background: var(--color-main);
  }

  .global-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    background: var(--color-white);
    box-shadow: var(--shadow-soft);
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a {
    padding: 12px;
  }

  .section {
    padding: 62px 0;
  }

  .page-header {
    padding: 34px 0 30px;
  }

  .page-header h1 {
    font-size: 28px;
  }

  .page-header p {
    font-size: 15px;
  }

  .lower-page > .section {
    padding-top: 62px;
  }

  .hero-image-placeholder {
    min-height: 520px;
  }

  .hero-real-image {
    min-height: 520px;
  }

  .symptom-fv-placeholder {
    min-height: 500px;
  }

  .symptom-hero-image-only .hero-real-image {
    min-height: 500px;
  }

  .symptom-offer {
    padding: 22px 0;
  }

  .reserve-grid,
  .section-heading.split,
  .check-list,
  .price-grid,
  .before-after-grid,
  .voice-grid,
  .article-grid,
  .post-related-grid,
  .staff-grid,
  .contact-method-grid,
  .blog-news-grid {
    grid-template-columns: 1fr;
  }

  .quick-reserve {
    text-align: center;
  }

  .staff-card,
  .staff-meta-grid {
    grid-template-columns: 1fr;
  }

  .reserve-actions {
    justify-content: stretch;
  }

  .reserve-actions .btn,
  .cta-row .btn {
    width: 100%;
  }

  .section-heading h2,
  .text-block h2,
  .final-cta h2,
  .symptom-hero h1 {
    font-size: 27px;
  }

  .flow-list li {
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 10px 12px;
    padding: 12px;
  }

  .flow-photo {
    grid-column: 1 / -1;
    width: min(300px, 100%);
  }

  .beginner .flow-list {
    grid-template-columns: 1fr;
  }

  .beginner .flow-list li {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .beginner .flow-list span {
    margin-top: 0;
    margin-left: 0;
  }

  .flow-content {
    min-width: 0;
  }

  .symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    flex-direction: column;
  }

  .mobile-fixed-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(0, 110, 176, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.24);
  }

  .mobile-fixed-cta a {
    display: flex;
    min-width: 0;
    min-height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 12px;
    color: var(--color-white);
    font-weight: 900;
    line-height: 1.25;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.16);
  }

  .mobile-fixed-cta span,
  .mobile-fixed-cta small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-fixed-cta span {
    font-size: 15px;
  }

  .mobile-fixed-cta small {
    font-size: 11px;
    opacity: 0.92;
  }

  .mobile-fixed-phone {
    background: linear-gradient(180deg, #ffb01f 0%, #f59e0b 100%);
  }

  .mobile-fixed-line {
    background: linear-gradient(180deg, #20c963 0%, #16a34a 100%);
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-logo-placeholder,
  .brand-logo-image {
    width: 148px;
    height: 40px;
  }

  .brand-sub {
    display: none;
  }

  .hero-image-placeholder {
    min-height: 520px;
  }

  .hero-real-image {
    min-height: 520px;
  }

  .symptom-fv-placeholder {
    min-height: 500px;
  }

  .symptom-hero-image-only .hero-real-image {
    min-height: 500px;
  }

  .hero-image-inner {
    width: min(calc(100% - 28px), 920px);
    min-height: 360px;
    padding: 28px;
  }

  .hero-image-label {
    font-size: 28px;
  }

  .page-header {
    padding: 30px 0 28px;
  }

  .page-header h1 {
    font-size: 26px;
  }

  .hero-image-copy {
    font-size: 15px;
  }

  .symptom-grid,
  .gallery-grid,
  .symptom-cause-grid,
  .flow-wide {
    grid-template-columns: 1fr;
  }

  .front-symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .front-symptom-grid .symptom-card-body {
    min-height: 86px;
    padding: 12px;
  }

  .front-symptom-grid .symptom-card-body > span {
    font-size: 15px;
    line-height: 1.45;
  }

  .front-symptom-grid .symptom-card-body small {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.6;
  }

  .lower-list-section .symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .lower-list-section .symptom-card-body {
    min-height: 92px;
    padding: 12px;
  }

  .lower-list-section .symptom-card-body > span {
    font-size: 15px;
    line-height: 1.45;
  }

  .lower-list-section .symptom-card-body small {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.6;
  }

  .access-list div,
  .post-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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

.final-cta {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.final-cta + .site-footer,
main + .site-footer {
  margin-top: 0 !important;
}
