/* User reference update · 2026-09-06
 * Photo-based AI answer illustration, black typography, white paper, coral-pink CTA.
 * The supplied screenshot is the visual source of truth.
 */
:root {
  --color-paper: oklch(100% 0 0);
  --color-white: oklch(100% 0 0);
  --color-soft: oklch(98% 0.004 270);
  --color-mint: oklch(97% 0.014 10);
  --color-mint-deep: oklch(89% 0.052 10);
  --color-ink: oklch(19% 0.009 260);
  --color-muted: oklch(46% 0.016 270);
  --color-accent: oklch(55% 0.2 12);
  --color-accent-deep: oklch(25% 0.035 275);
  --color-action: oklch(55% 0.2 12);
  --color-action-bright: oklch(67% 0.21 12);
  --color-action-hover: oklch(48% 0.18 12);
  --color-peach: oklch(98% 0.012 10);
  --color-rule: oklch(90% 0.008 275);
  --color-shadow: oklch(35% 0.07 270 / .09);
  --color-button-shadow: oklch(67% 0.21 12 / .23);
  --radius-card: 14px;
  --page-max: 1280px;
}
.wordmark { color: var(--color-ink); }
.site-header .brand { flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; flex-shrink: 0; }
.site-header .service-name, .footer .service-name { font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif; font-size: clamp(23px, 2.2vw, 29px); font-weight: 500; line-height: 1.2; letter-spacing: .06em; white-space: nowrap; }
.site-header .brand-caption { display: block; border-left: 0; padding-left: 1px; font-family: var(--font-body); font-size: 10px; font-weight: 500; line-height: 1.4; letter-spacing: .12em; color: var(--color-muted); white-space: nowrap; }
.wordmark > span { color: var(--color-action-bright); }
.button { border-radius: var(--radius-pill); box-shadow: 0 8px 24px var(--color-button-shadow); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); box-shadow: 0 4px 12px var(--color-button-shadow); }
.hero { background: var(--color-white); padding-top: 36px; }
.hero-grid { grid-template-columns: minmax(0, 1.07fr) minmax(0, 1fr); gap: 38px; padding-bottom: 36px; align-items: center; }
.hero-copy { padding-block: 12px 20px; }
.hero-copy .eyebrow { display: inline-flex; font-size: 14px; color: var(--color-ink); letter-spacing: -.025em; padding: 4px 15px; border: 1px solid var(--color-rule); border-radius: var(--radius-pill); margin-bottom: 27px; font-weight: 800; }
.hero-copy .eyebrow > span { display: none; }
.hero h1 { font-size: clamp(33px, 3.45vw, 49px); letter-spacing: -.052em; line-height: 1.65; font-weight: 900; }
.hero h1 > span { white-space: nowrap; }
.hero-lead { font-size: 20px; font-weight: 600; line-height: 1.9; margin-block: 25px 30px; }
.hero-copy .button-large { width: min(100%, 545px); min-height: 82px; padding-inline: 26px; gap: 26px; font-size: 23px; font-weight: 800; background: var(--color-action-bright); }
.hero-copy .button-large:hover { background: var(--color-action); }
.hero-copy .button-large .icon { width: 28px; height: 28px; }
.hero-copy .reassurance { width: min(100%, 545px); justify-content: space-between; gap: 10px; margin-top: 28px; font-size: 12px; color: var(--color-muted); }
.hero-copy .reassurance li { display: flex; gap: 7px; align-items: center; }
.hero-copy .reassurance li::before { display: none; }
.hero-copy .reassurance svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-photo-figure { padding: 0; width: 100%; max-width: none; }
.hero-ai-image { width: 100%; max-height: 710px; object-fit: contain; }
.hero-photo-figure figcaption { font-size: 9px; margin-top: -8px; color: var(--color-muted); text-align: center; }
.hero-ai-image { transform: none; }
.text-arrow { font-family: Arial, sans-serif; font-size: 1.5em; line-height: 1; font-weight: 400; }
.report-check { color: var(--color-accent); margin-left: auto; }
.channel-list { align-items: center; min-height: 42px; }
.information-visual { margin: 0; text-align: center; }
.information-visual img { width: 100%; max-width: 390px; margin: 0 auto; }
.information-visual figcaption { font-size: 13px; line-height: 1.9; margin-top: 16px; color: var(--color-muted); }
.large-ai { height: 90px; }
.large-ai b { font-size: 29px; }
.specialty-grid h3 { margin-top: 0; }
.hero-bottom { padding-block: 20px; max-width: 1160px; }
.hero-bottom > span { font-size: 12px; }
.hero-bottom b { font-size: 15px; }
.section > .container { max-width: 1160px; }
.section-title { letter-spacing: -.045em; }
.section-title em { color: var(--color-ink); text-decoration: underline; text-decoration-color: var(--color-mint-deep); text-decoration-thickness: 6px; text-underline-offset: -2px; text-decoration-skip-ink: none; }
.discovery { padding-block: 82px; }
.consultation { background: var(--color-white); border-top: 1px solid var(--color-rule); }
.information { background: var(--color-soft); }
.diagnosis .section-title { color: var(--color-white); }
.diagnosis .small-label { color: var(--color-white); }
.diagnosis .button { background: var(--color-action-bright); font-size: 19px; }
.diagnosis-lead, .diagnosis-note { color: var(--color-white); }
.report { transform: none; box-shadow: 0 14px 35px var(--color-shadow); }
.support-grid { gap: 40px; margin-top: 50px; }
.support-card { border: 0; padding: 0 0 12px; border-radius: 0; }
.support-number { text-align: center; font-size: 16px; }
.support-art { height: 285px; margin-bottom: 15px; }
.support-card h3 { font-size: 23px; }
.support-card > p { font-size: 15px; }
.strength { background: var(--color-soft); }
.expert-panel { background: var(--color-white); }
.final-cta { background: var(--color-peach); }
.final-cta .button { min-width: 420px; min-height: 72px; font-size: 20px; }
@media (max-width: 1150px) {
  .hero-grid { gap: 28px; }.hero h1 { font-size: 37px; }.hero-lead { font-size: 14px; }.hero-copy .eyebrow { font-size: 12px; }.hero-copy .button-large { font-size: 19px; min-height: 70px; }.hero-copy .reassurance { font-size: 10px; }.hero-ai-image { max-height: 640px; }.support-art { height: 240px; }.support-card h3 { font-size: 20px; }
}
@media (min-width: 961px) and (max-height: 850px) {
  .hero { padding-top: 25px; }.hero-ai-image { max-height: 620px; }.hero-grid { padding-bottom: 27px; }.hero-lead { margin-block: 19px 24px; }.hero-copy .eyebrow { margin-bottom: 21px; }.hero-copy .reassurance { margin-top: 23px; }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); max-width: 670px; gap: 12px; text-align: left; }.hero h1 { font-size: 47px; }.hero-copy { padding-top: 5px; }.hero-lead { font-size: 16px; }.hero-copy .eyebrow { margin-bottom: 23px; font-size: 13px; }.hero-copy .button-large { width: 100%; min-height: 74px; font-size: 22px; }.hero-copy .reassurance { width: 100%; font-size: 12px; justify-content: space-between; }.hero-photo-figure { width: 100%; max-width: 510px; margin-inline: auto; }.hero-ai-image { max-height: none; }.hero-photo-figure figcaption { font-size: 9px; }.support-grid { gap: 25px; }.support-art { height: 190px; }.support-card h3 { font-size: 18px; }.support-card > p { font-size: 12px; }
}
@media (max-width: 600px) {
  .hero-copy .reassurance li { gap: 4px; }.hero-copy .reassurance svg { width: 17px; height: 17px; }
  .hero { padding-top: 26px; }.hero-grid { gap: 7px; padding-bottom: 28px; }.hero-copy { padding-bottom: 16px; }.hero-copy .eyebrow { font-size: 11px; padding: 3px 11px; margin-bottom: 22px; }.hero h1 { font-size: clamp(25px, 7vw, 36px); line-height: 1.7; letter-spacing: -.065em; }.hero-lead { font-size: 12px; font-weight: 500; line-height: 1.95; margin-block: 20px 23px; }.hero-lead br:first-child { display: initial; }.hero-copy .button-large { min-height: 64px; font-size: 17px; gap: 18px; padding-inline: 17px; background: var(--color-action); }.hero-copy .button-large .icon { width: 24px; height: 24px; }.hero-copy .reassurance { font-size: 9px; gap: 7px; margin-top: 21px; }.hero-copy .reassurance li::before { font-size: 11px; margin-right: 4px; }.hero-photo-figure { width: calc(100% + 18px); margin-left: -9px; max-width: none; }.hero-photo-figure figcaption { font-size: 8px; margin-top: -3px; }.hero-bottom { gap: 9px; }.hero-bottom > span { font-size: 10px; }.hero-bottom b { font-size: 13px; }
  .section-title em { text-decoration-thickness: 4px; }.discovery { padding-block: 55px; }.diagnosis .button { font-size: 15px; background: var(--color-action); }.support-grid { max-width: 400px; gap: 34px; margin-top: 33px; }.support-card { padding: 0 0 25px; border-bottom: 1px solid var(--color-rule); }.support-number { font-size: 17px; }.support-art { height: 275px; margin-top: 0; margin-bottom: 10px; }.support-card h3 { font-size: 22px; }.support-card > p { font-size: 14px; }.final-cta .button { min-width: 0; min-height: 64px; font-size: 16px; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 23px; }.hero-copy .eyebrow { font-size: 10px; }.hero-lead { font-size: 11px; }.hero-copy .button-large { font-size: 15px; min-height: 59px; gap: 13px; }.hero-copy .reassurance { font-size: 8px; }.support-art { height: 250px; }.diagnosis .button { font-size: 13px; }
}
