:root {
  --bg: #F5F3EE;
  --bg-band: #ECE7DD;
  --surface: #FFFFFF;
  --ink: #262220;
  --ink-soft: #5C564C;
  --ink-faint: #928A7B;
  --gold: #C6952F;
  --gold-deep: #A97A22;
  --gold-pale: #F1E2BE;
  --dark: #211D19;
  --border: #E1D9C9;
  --font: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--font); line-height: 1.75; -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.band { padding: 84px 0; }
.band.band-tight { padding: 56px 0; }
.band-band { background: var(--bg-band); }
.band-dark { background: var(--dark); color: #F3EEE4; }
.band-dark h2, .band-dark h3 { color: #FFFFFF; }
.band-dark p { color: #C9BFAE; }

h1, h2, h3 { font-family: var(--font); font-weight: 800; text-wrap: balance; margin: 0; letter-spacing: 0.01em; overflow-wrap: break-word; }
.hero h1, .section-head h2 { word-break: keep-all; }
.eyebrow {
  display: inline-block; font-size: 12.5px; letter-spacing: 0.12em; color: var(--gold-deep);
  font-weight: 700; margin: 0 0 14px; background: var(--gold-pale); padding: 5px 12px; border-radius: 999px;
}
.band-dark .eyebrow { background: rgba(230,180,90,0.14); }
p { color: var(--ink-soft); margin: 0; }
.lede { font-size: 16.5px; }

/* ---- Buttons (pill) ---- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; background: var(--gold); color: var(--dark);
  font-weight: 800; font-size: 15.5px; padding: 16px 26px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 10px 22px -10px rgba(198,149,47,0.6); transition: background 0.15s ease, transform 0.15s ease;
  border: none; cursor: pointer; white-space: nowrap; forced-color-adjust: none;
}
.btn:hover { background: var(--gold-deep); transform: translateY(-1px); }
.btn:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 3px; }
.btn-arrow-circle {
  width: 22px; height: 22px; border-radius: 50%; background: var(--dark); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0;
}
.btn-sub { font-size: 12.5px; opacity: 0.85; color: var(--ink-faint); margin-top: 12px; }

/* ---- Site logo header ---- */
.site-header { background: var(--surface); border-bottom: 1px solid var(--border); padding: 14px 24px; }
.site-header-inner { max-width: 1040px; margin: 0 auto; display: flex; align-items: center; }
.site-header img { height: 24px; width: auto; display: block; }

/* ---- Hero ---- */
.hero.wrap { padding: 56px 24px 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; align-items: center; }
@media (max-width: 800px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { font-size: clamp(28px, 4vw, 40px); line-height: 1.48; }
.hero h1 .accent { color: var(--gold-deep); }
.hero .lede { margin-top: 20px; max-width: 52ch; }
.hero-actions { margin-top: 30px; }
.hero-art { position: relative; }
.hero-blob { width: 100%; }
.hero-photo {
  position: absolute; left: 50%; top: 54%; transform: translate(-50%, -50%);
  width: 62%; color: var(--gold-deep);
}
.hero-photo svg { width: 100%; height: auto; }

/* ---- Section head ---- */
.section-head { max-width: 58ch; margin: 0 auto 44px; text-align: center; }
.wrap > .section-head:last-child { margin-bottom: 0; }
.section-head h2 { font-size: clamp(22px, 3vw, 27px); line-height: 1.55; }
.section-head p { margin-top: 14px; }

/* ---- Pain grid ---- */
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 880px) { .pain-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 26px 20px; }
.icon-circle { width: 46px; height: 46px; border-radius: 50%; background: var(--gold-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.icon-circle svg { width: 24px; height: 24px; }
.pain-card h3 { font-size: 15px; line-height: 1.6; }
.pain-card p { font-size: 13.5px; margin-top: 8px; }

/* ---- Reasons ---- */
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 700px; margin: 0 auto; }
@media (max-width: 620px) { .reason-grid { grid-template-columns: 1fr; } }
.reason-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 30px 26px; }
.reason-num { font-size: 34px; font-weight: 800; color: var(--gold); font-variant-numeric: tabular-nums; }
.reason-card h3 { font-size: 17px; margin: 12px 0 10px; }
.reason-card p { font-size: 14px; }

/* ---- Flow ---- */
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 780px) { .flow-grid { grid-template-columns: repeat(2,1fr); } }
.flow-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(230,180,90,0.14); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; position: relative; }
.flow-icon svg { width: 26px; height: 26px; }
.flow-icon .step-num {
  position: absolute; top: -6px; right: -6px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold); color: var(--dark); font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.flow-step h3 { font-size: 15.5px; color: #fff; margin-bottom: 8px; }
.flow-step p { font-size: 13.5px; }

/* ---- FP profiles ---- */
.fp-card { text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 28px 22px; }
.fp-card svg { width: 116px; height: 116px; margin: 0 auto 18px; }
.fp-card h3 { font-size: 16px; }
.fp-role { font-size: 12.5px; color: var(--gold-deep); font-weight: 700; margin: 6px 0 10px; }
.fp-card p.desc { font-size: 13.5px; text-align: left; }
.partner-grid { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 480px; margin: 0 auto; align-items: start; }
.section-note { max-width: 700px; margin: 24px auto 0; font-size: 13.5px; font-weight: 800; color: var(--ink); text-align: center; line-height: 1.8; }
.partner-detail { margin-top: 18px; text-align: left; }
.detail-label { font-size: 12px; font-weight: 800; color: var(--gold-deep); margin: 0 0 6px; }
.detail-text { font-size: 13.5px; margin: 0; }
.detail-list { margin: 0; padding-left: 18px; font-size: 13.5px; color: var(--ink-soft); }
.detail-list li { margin-bottom: 4px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-chip { font-size: 12px; background: var(--gold-pale); color: var(--gold-deep); padding: 4px 10px; border-radius: 999px; font-weight: 700; }

/* ---- FAQ ---- */
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { cursor: pointer; padding: 20px 4px; font-size: 15px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; list-style: none; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.faq-item[open] .faq-plus { background: var(--gold); color: var(--dark); }
.faq-item p { padding: 0 4px 20px; font-size: 14.5px; }

/* ---- Bridge (pain -> solution) ---- */
.wrap.bridge { text-align: center; padding: 64px 24px 0; }
.bridge p { font-size: 19px; font-weight: 800; color: var(--ink); max-width: 32ch; margin: 0 auto 24px; line-height: 1.65; }
.bridge p .accent { color: var(--gold-deep); }

/* ---- Final CTA ---- */
.final-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
@media (max-width: 700px) { .final-cta-grid { grid-template-columns: 1fr; text-align: center; } }
.final-cta h2 { font-size: clamp(23px, 3.2vw, 30px); }
.final-cta .lede { margin-top: 14px; max-width: 44ch; }

/* ---- Footer ---- */
footer.wrap { padding: 40px 24px 150px; font-size: 12px; color: var(--ink-faint); }
footer .foot-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
footer .foot-links { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; }
footer .foot-links a { color: var(--ink-soft); text-decoration: none; }
footer .foot-badges { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
footer .foot-badges img { height: 44px; width: auto; display: block; }
footer .foot-badge-company { display: flex; align-items: center; gap: 10px; }
footer .foot-badge-company img { height: 40px; }
footer .foot-badge-company p { font-size: 11px; line-height: 1.6; color: var(--ink-soft); }
footer .foot-badge-company b { color: var(--ink); }
.usage-notice { margin-bottom: 24px; }
.usage-notice-title { font-size: 13px; font-weight: 800; color: var(--ink); margin: 0 0 10px; }
.usage-notice-list { margin: 0; padding-left: 18px; font-size: 12.5px; color: var(--ink-faint); line-height: 1.9; max-width: 74ch; }
.usage-notice-list li { margin-bottom: 4px; }

/* ---- Sticky mobile CTA ---- */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: var(--surface); border-top: 1px solid var(--border); padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: center; box-shadow: 0 -8px 24px -12px rgba(0,0,0,0.25); }
.sticky-cta .btn { width: 100%; justify-content: center; }
@media (min-width: 768px) {
  .sticky-cta { display: none; }
  footer.wrap { padding-bottom: 40px; }
}

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
