/* =========================================================
   あ・うん LP  —  Design System（LP・お問い合わせ共通）
   ========================================================= */
:root {
  --teal-900: #0a5560; --teal-800: #0d6573; --teal-700: #0f7d8c;
  --teal-600: #11899a; --teal-500: #1799ab; --teal-400: #2bb1c4;
  --teal-300: #7fd0db; --teal-100: #d7eef1; --teal-50:  #eef8f9;
  --orange: #ea8423; --orange-dark: #dd6f12;
  --yellow: #fdef8a; --yellow-2:#fff6b0;
  --ink: #2b3a3d; --ink-soft: #54646a; --muted: #8a979b; --line: #e2eaec;
  --bg: #ffffff; --bg-soft: #f3f9fa; --bg-soft-2: #eaf4f5;
  --radius: 16px; --radius-sm:10px;
  --shadow: 0 10px 30px rgba(13, 101, 115, .10);
  --shadow-sm:0 4px 14px rgba(13, 101, 115, .08);
  --maxw: 1240px;
  --font: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.75; font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.mark { background: linear-gradient(transparent 62%, var(--yellow) 62%); padding: 0 .1em; }
.tc { color: var(--teal-500); } .tc-d { color: var(--teal-700); } .ora { color: var(--orange); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; border-radius: 999px; cursor: pointer; border: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; font-family: inherit; line-height: 1; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn-orange { background: linear-gradient(180deg, #f0902f, var(--orange)); color: #fff; box-shadow: 0 8px 20px rgba(234,132,35,.35); }
.btn-orange:hover { box-shadow: 0 12px 26px rgba(234,132,35,.45); }
.btn-outline { background: #fff; color: var(--teal-700); border: 2px solid var(--teal-300); box-shadow: var(--shadow-sm); }
.btn-lg { padding: 20px 30px; font-size: 19px; width: 100%; }
/* HEADER */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 22px; padding: 12px 24px; max-width: 1340px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand .logo-blob { width: 84px; height: 56px; border-radius: 28px; background: linear-gradient(135deg, var(--teal-400), var(--teal-600)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 21px; letter-spacing: .04em; position: relative; box-shadow: var(--shadow-sm); }
.brand .logo-eyes::before, .brand .logo-eyes::after { content: ""; position: absolute; top: 16px; width: 6px; height: 6px; background: #fff; border-radius: 50%; }
.brand .logo-eyes::before { left: 24px; } .brand .logo-eyes::after { right: 24px; }
.brand .brand-text small { display: block; color: var(--teal-600); font-size: 11px; font-weight: 700; letter-spacing: .12em; margin-bottom: 2px; }
.brand .brand-name { font-weight: 900; font-size: 24px; color: var(--teal-700); }
.brand-logo { height: 54px; width: auto; display: block; }
.header-tag { font-size: 15px; color: var(--ink-soft); font-weight: 700; border-left: 1px solid var(--line); padding-left: 22px; }
.header-cta { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.header-phone { text-align: left; }
.header-phone .num { font-size: 26px; font-weight: 900; color: var(--ink); display: flex; align-items: center; gap: 8px; line-height: 1.1; }
.header-phone .num svg { width: 22px; height: 22px; color: var(--teal-600); }
.header-phone .hours { font-size: 11px; color: var(--muted); }
.header-cta .btn { padding: 15px 22px; font-size: 15px; }
/* HERO */
.hero { position: relative; overflow: hidden; background: radial-gradient(900px 500px at 85% -5%, var(--teal-50), transparent 60%), linear-gradient(180deg, #fbfdfd 0%, #f0f8f9 100%); }
.hero-bg { position: absolute; inset: 0; z-index: 0; background-image: var(--hero-bg, none); background-size: cover; background-position: 72% center; -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 24%, #000 46%, #000 56%, transparent 74%); mask-image: linear-gradient(90deg, transparent 0%, transparent 24%, #000 46%, #000 56%, transparent 74%); opacity: .55; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 54px 24px 60px; max-width: 1340px; margin: 0 auto; }
.hero-copy { max-width: 640px; }
.hero-badge { display: inline-block; background: var(--teal-700); color: #fff; font-weight: 700; font-size: 15px; padding: 10px 20px; border-radius: 999px; margin-bottom: 22px; box-shadow: var(--shadow-sm); }
.hero-pre { font-size: 26px; font-weight: 800; color: var(--ink); border-left: 5px solid var(--teal-400); padding-left: 14px; margin: 0 0 6px; }
.hero-title { font-size: 62px; font-weight: 900; line-height: 1.18; color: var(--teal-500); margin: 6px 0 18px; letter-spacing: -.01em; }
.hero-title .mark { color: var(--teal-500); }
.hero-desc { font-size: 18px; color: var(--ink-soft); font-weight: 600; margin: 0 0 30px; }
.hero-features { display: flex; gap: 26px; }
.hero-feature { text-align: center; }
.hero-feature .circle { width: 132px; height: 132px; border-radius: 50%; background: #fff; border: 2px dashed var(--teal-300); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; box-shadow: var(--shadow-sm); margin: 0 auto; }
.hero-feature .circle svg { width: 38px; height: 38px; color: var(--teal-500); }
.hero-feature .circle small { font-size: 12px; color: var(--ink-soft); font-weight: 700; }
.hero-feature .circle b { font-size: 19px; color: var(--teal-700); }
.hero-feature .circle b .mark { color: var(--teal-700); }
.hero-cap { margin-top: 34px; text-align: center; }
.hero-cap-title { font-size: 20px; font-weight: 800; color: var(--ink-soft); letter-spacing: .06em; margin: 0 0 14px; }
.hero-cap-list { font-size: 15px; font-weight: 600; color: var(--ink-soft); line-height: 2; margin: 0; }
.hero-form { background: #fff; border-radius: 22px; padding: 30px 30px 26px; box-shadow: 0 20px 50px rgba(13,101,115,.18); border: 1px solid #eef4f5; }
.hero-form .form-head { text-align: center; margin-bottom: 18px; }
.hero-form .form-head .lead { color: var(--teal-700); font-weight: 700; font-size: 15px; letter-spacing: .05em; }
.hero-form .form-head h2 { margin: 4px 0 0; font-size: 27px; font-weight: 900; color: var(--teal-600); }
.stepper { display: flex; align-items: flex-start; justify-content: center; gap: 0; margin: 14px 0 22px; }
.stepper .step { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 70px; }
.stepper .dot { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d9e6e8; color: #fff; }
.stepper .dot svg { width: 16px; height: 16px; }
.stepper .step.active .dot { background: var(--teal-500); box-shadow: 0 4px 10px rgba(23,153,171,.4); }
.stepper .step small { font-size: 12px; font-weight: 700; color: var(--ink-soft); }
.stepper .bar { flex: 1; height: 2px; background: #d9e6e8; margin-top: 16px; }
.field { margin-bottom: 14px; }
.field label { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.req { background: var(--orange); color: #fff; font-size: 10px; padding: 2px 7px; border-radius: 4px; font-weight: 700; }
.opt { background: #e3edee; color: var(--ink-soft); font-size: 10px; padding: 2px 7px; border-radius: 4px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #d8e2e4; border-radius: 10px; font-size: 15px; font-family: inherit; background: #fafdfd; color: var(--ink); transition: border .15s, box-shadow .15s; }
.field textarea { min-height: 150px; resize: vertical; line-height: 1.7; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--teal-400); box-shadow: 0 0 0 3px rgba(43,177,196,.15); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-note { font-size: 11px; color: var(--muted); margin: 2px 0 0; }
.privacy-note { font-size: 12px; color: var(--ink-soft); margin: 16px 0 14px; }
.privacy-note a { color: var(--teal-600); text-decoration: underline; }
.form-error { display: none; color: #d83a23; font-size: 13px; font-weight: 700; margin: 0 0 10px; text-align: center; }
.form-done { text-align: center; padding: 30px 10px; }
.form-done .fd-icon { width: 70px; height: 70px; border-radius: 50%; background: var(--teal-50); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.form-done .fd-icon svg { width: 38px; height: 38px; color: var(--teal-500); }
.form-done h2, .form-done h3 { margin: 0 0 8px; font-size: 22px; font-weight: 900; color: var(--teal-700); }
.form-done p { margin: 0 0 4px; font-size: 15px; color: var(--ink-soft); font-weight: 600; }
.doc-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; margin-top: 16px; padding-top: 14px; }
.doc-list .dl-title { width: 100%; text-align: center; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 4px; }
.doc-list span { font-size: 13px; color: var(--ink-soft); font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.doc-list span svg { width: 14px; height: 14px; color: var(--teal-500); }
/* HERO STATS */
.hero-stats { background: linear-gradient(110deg, var(--teal-700), var(--teal-500) 55%, var(--teal-400)); color: #fff; }
.hero-stats-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 30px; align-items: center; padding: 26px 24px; max-width: 1340px; margin: 0 auto; }
.stats-nums { display: flex; gap: 8px; justify-content: space-around; }
.stat-num { text-align: center; position: relative; padding: 0 10px; }
.stat-num .cap { font-size: 13px; font-weight: 700; opacity: .95; margin-bottom: 2px; }
.stat-num .big { font-size: 46px; font-weight: 900; line-height: 1; }
.stat-num .big small { font-size: 20px; }
.stat-num .sub { font-size: 13px; font-weight: 700; }
.stats-right { border-left: 1px solid rgba(255,255,255,.3); padding-left: 30px; }
.stats-right h3 { margin: 0 0 14px; font-size: 22px; font-weight: 800; }
.stats-services { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.stats-service { text-align: center; }
.stats-service .ic { width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 6px; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; }
.stats-service .ic svg { width: 26px; height: 26px; color: #fff; }
.stats-service small { font-size: 11px; font-weight: 600; line-height: 1.3; display: block; }
/* SECTION GENERIC */
.section { padding: 76px 0; position: relative; }
.section-soft { background: var(--bg-soft); }
.sec-head { text-align: center; margin-bottom: 48px; }
.sec-head h2 { font-size: 42px; font-weight: 900; margin: 0 0 14px; color: var(--teal-800); }
.sec-head h2 .deco { color: var(--teal-300); font-weight: 900; display: inline-block; margin: 0 12px; }
.sec-head p { font-size: 18px; color: var(--ink-soft); font-weight: 600; margin: 0; }
.sec-pill { display: inline-block; background: var(--teal-700); color: #fff; font-weight: 700; font-size: 16px; padding: 9px 26px; border-radius: 999px; margin-top: 18px; }
/* PROBLEMS */
.prob-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 26px; }
.prob-card { background: #fff; border-radius: var(--radius); padding: 26px 26px 28px; box-shadow: var(--shadow); border: 1px solid #eef3f4; }
.prob-card .pc-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.prob-card .pc-num { flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--teal-600); color: #fff; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.prob-card .pc-head h3 { margin: 0; font-size: 21px; font-weight: 800; color: var(--teal-700); line-height: 1.4; }
.prob-card .pc-illust { height: 150px; border-radius: 12px; background: var(--bg-soft-2); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.prob-card .pc-illust svg { width: 86px; height: 86px; color: var(--teal-400); }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { display: flex; align-items: flex-start; gap: 9px; font-size: 15px; font-weight: 600; color: var(--ink-soft); margin-bottom: 9px; }
.checklist li svg { flex: none; width: 18px; height: 18px; color: var(--teal-500); margin-top: 3px; }
.warn-bar { display: flex; align-items: stretch; gap: 0; background: #f1f4f5; border-radius: var(--radius); padding: 22px 26px; margin-bottom: 50px; }
.warn-lead { display: flex; align-items: center; gap: 14px; font-size: 21px; font-weight: 800; color: var(--ink); padding-right: 26px; }
.warn-lead svg { width: 42px; height: 42px; color: #e0492f; }
.warn-items { display: flex; flex: 1; }
.warn-item { flex: 1; text-align: center; padding: 0 14px; border-left: 1px solid #d6dee0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.warn-item svg { width: 34px; height: 34px; color: #4a5a5e; }
.warn-item p { margin: 0; font-size: 14px; font-weight: 700; color: var(--ink-soft); line-height: 1.4; }
.warn-item b { color: #e0492f; }
.reality-head { text-align: center; font-size: 24px; font-weight: 800; color: var(--teal-800); margin: 0 0 26px; position: relative; }
.reality-head span { background: var(--bg-soft); padding: 0 20px; position: relative; z-index: 1; }
.reality-head::before { content: ""; position: absolute; left: 10%; right: 10%; top: 50%; height: 1px; background: var(--teal-300); }
.reality-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.reality-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 26px; border: 1px solid #eef3f4; }
.donut { --p: 85; --size: 120px; flex: none; width: var(--size); height: var(--size); border-radius: 50%; display: flex; align-items: center; justify-content: center; background: conic-gradient(var(--teal-500) calc(var(--p)*1%), #e4eef0 0); position: relative; }
.donut::after { content: ""; position: absolute; inset: 14px; background: #fff; border-radius: 50%; }
.donut b { position: relative; z-index: 1; font-size: 22px; font-weight: 900; color: var(--teal-700); }
.reality-card .r-body .r-big { font-size: 46px; font-weight: 900; color: var(--ink); line-height: 1; }
.reality-card .r-body .r-big small { font-size: 24px; }
.reality-card .r-body p { margin: 8px 0 4px; font-size: 17px; font-weight: 700; color: var(--ink); }
.reality-card .r-body .src { font-size: 12px; color: var(--muted); }
.reality-card .r-icon { flex: none; width: 110px; height: 90px; display: flex; align-items: center; justify-content: center; }
.reality-card .r-icon svg { width: 88px; height: 88px; color: var(--teal-400); }
.reality-card .r-body .r-big.alt { color: var(--teal-600); }
.cta-bar { background: var(--teal-600); color: #fff; text-align: center; padding: 26px 24px; }
.cta-bar .wrap { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.cta-bar p { margin: 0; font-size: 30px; font-weight: 900; }
.cta-bar .mark { color: #fff; background: linear-gradient(transparent 60%, rgba(253,239,138,.5) 60%); }
.cta-bar .ylw { color: var(--yellow); }
.cta-bar .chev { font-size: 22px; opacity: .9; animation: bob 1.6s infinite; }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }
/* CTA AREA (資料DL + お問い合わせ) */
.cta-area { padding: 48px 24px; text-align: center; background: linear-gradient(180deg, #f1fafb, #e6f3f5); border-top: 1px solid #e0eef0; border-bottom: 1px solid #e0eef0; }
.cta-area-lead { font-size: 20px; font-weight: 800; color: var(--teal-800); margin: 0 0 22px; }
.cta-area-btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.cta-area-btns .btn { min-width: 320px; padding: 20px 30px; font-size: 18px; }
@media (max-width: 560px) { .cta-area-btns .btn { min-width: 0; width: 100%; } }
/* SERVICES */
.serv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.serv-card { background: #fff; border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); border: 1px solid #eef3f4; transition: transform .15s, box-shadow .15s; }
.serv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.serv-card .sc-head { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.serv-card .sc-num { width: 30px; height: 30px; border-radius: 50%; background: var(--teal-600); color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
.serv-card .sc-head h3 { margin: 0; font-size: 17px; font-weight: 800; color: var(--teal-700); line-height: 1.4; min-height: 2.8em; display: flex; align-items: center; }
.serv-card .sc-illust { height: 110px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.serv-card .sc-illust svg { width: 72px; height: 72px; color: var(--teal-400); }
.serv-card p { margin: 0; font-size: 14px; color: var(--ink-soft); font-weight: 600; line-height: 1.7; }
.serv-footer { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 44px; padding: 22px; background: linear-gradient(90deg, #f2f9f6, #eef7f8); border-radius: var(--radius); text-align: center; }
.serv-footer .sf-1 { font-size: 16px; font-weight: 700; color: var(--ink-soft); }
.serv-footer .sf-2 { font-size: 19px; font-weight: 800; color: var(--teal-700); }
.serv-footer .arrow { color: var(--teal-300); font-size: 22px; }
/* PRICING */
.price-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 26px; align-items: start; }
.price-main { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); border: 1px solid #eef3f4; }
.price-main .pm-tag { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.price-main .pm-tag span { font-size: 14px; color: var(--ink-soft); font-weight: 700; }
.price-main .pm-tag span.badge { background: var(--teal-700); color: #fff; font-size: 14px; font-weight: 700; padding: 7px 16px; border-radius: 8px; }
.price-main .pm-price { text-align: center; padding: 14px 0 10px; }
.price-main .pm-price .amount { font-size: 30px; font-weight: 800; color: var(--ink); }
.price-main .pm-price .amount b { font-size: 70px; color: var(--teal-600); }
.price-main .pm-price .amount .tax { font-size: 16px; color: var(--ink-soft); }
.price-main .pm-note { text-align: center; font-size: 14px; color: var(--ink-soft); font-weight: 600; margin-bottom: 18px; }
.price-feats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 16px; }
.price-feat { background: var(--bg-soft); border-radius: 12px; padding: 16px 10px; text-align: center; }
.price-feat svg { width: 32px; height: 32px; color: var(--teal-500); margin-bottom: 8px; }
.price-feat p { margin: 0; font-size: 13px; font-weight: 700; color: var(--ink-soft); line-height: 1.5; }
.price-init { background: var(--teal-50); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 22px; }
.price-init .pi-cost { display: flex; align-items: baseline; gap: 8px; font-weight: 800; color: var(--ink); white-space: nowrap; }
.price-init .pi-cost .z { font-size: 40px; color: var(--teal-600); font-weight: 900; }
.price-init ul { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--teal-300); padding-left: 18px; }
.price-init li { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.price-init li svg { width: 15px; height: 15px; color: var(--teal-500); flex: none; }
.price-examples .pe-title { text-align: center; font-size: 17px; font-weight: 800; color: var(--teal-700); margin: 0 0 14px; position: relative; }
.example { background: #fff; border-radius: var(--radius); padding: 18px 22px; box-shadow: var(--shadow-sm); border: 1px solid #eef3f4; display: flex; align-items: center; gap: 18px; margin-bottom: 14px; }
.example .ex-no { flex: none; width: 54px; height: 54px; border-radius: 50%; background: var(--teal-600); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800; line-height: 1; }
.example .ex-no small { font-size: 11px; } .example .ex-no b { font-size: 20px; }
.example .ex-body { flex: 1; }
.example .ex-body h4 { margin: 0 0 4px; font-size: 16px; font-weight: 800; color: var(--ink); }
.example .ex-body p { margin: 0; font-size: 13px; color: var(--ink-soft); font-weight: 600; }
.example .ex-price { flex: none; text-align: center; border-left: 1px solid var(--line); padding-left: 18px; }
.example .ex-price small { font-size: 11px; color: var(--ink-soft); font-weight: 700; display: block; }
.example .ex-price b { font-size: 15px; color: var(--ink); }
.example .ex-price b em { font-size: 30px; font-style: normal; color: var(--teal-600); }
.example .ex-price .tax { font-size: 11px; color: var(--muted); }
.price-reasons { margin-top: 26px; background: var(--yellow-2); border-radius: var(--radius); padding: 24px; }
.price-reasons .pr-title { text-align: center; font-size: 18px; font-weight: 800; color: var(--teal-700); margin: 0 0 18px; }
.price-reasons .pr-title b { color: var(--orange); }
.pr-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pr-item { display: flex; align-items: center; gap: 14px; }
.pr-item .pr-ic { flex: none; width: 56px; height: 56px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.pr-item .pr-ic svg { width: 30px; height: 30px; color: var(--teal-600); }
.pr-item p { margin: 0; font-size: 14px; color: var(--ink-soft); font-weight: 600; line-height: 1.5; }
.pr-item p b { display: block; font-size: 16px; color: var(--teal-700); }
/* STRENGTHS */
.str-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.str-card { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); border: 1px solid #eef3f4; }
.str-card .st-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.str-card .st-no { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--teal-600); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.str-card .st-head h3 { margin: 4px 0 0; font-size: 20px; font-weight: 800; color: var(--teal-700); line-height: 1.4; }
.str-card > p { margin: 0 0 14px; font-size: 14px; color: var(--ink-soft); font-weight: 600; line-height: 1.8; }
.str-card .st-sub { font-size: 13px; color: var(--ink-soft); }
.str-illust { height: 130px; border-radius: 12px; background: var(--bg-soft-2); display: flex; align-items: center; justify-content: center; margin: 6px 0 12px; }
.str-illust svg { width: 80px; height: 80px; color: var(--teal-400); }
.st-laurel { display: inline-flex; align-items: center; gap: 6px; background: var(--teal-50); border-radius: 10px; padding: 8px 14px; font-weight: 800; color: var(--teal-700); }
.st-laurel svg { width: 30px; height: 30px; color: var(--teal-500); }
.st-mini-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 10px; }
.st-mini { text-align: center; }
.st-mini .m-ic { width: 46px; height: 46px; border-radius: 10px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 5px; }
.st-mini .m-ic svg { width: 24px; height: 24px; color: var(--teal-600); }
.st-mini small { font-size: 10px; font-weight: 700; color: var(--ink-soft); line-height: 1.3; display: block; }
.st-flow { display: flex; align-items: center; gap: 8px; margin: 6px 0; }
.st-flow .fl { flex: 1; background: var(--bg-soft); border-radius: 10px; padding: 12px 6px; text-align: center; }
.st-flow .fl svg { width: 26px; height: 26px; color: var(--teal-500); margin-bottom: 4px; }
.st-flow .fl b { font-size: 12px; color: var(--teal-700); display: block; }
.st-flow .fl small { font-size: 10px; color: var(--muted); }
.st-flow .ar { color: var(--teal-400); font-weight: 800; }
.st-cap { text-align: center; font-size: 12px; font-weight: 700; color: var(--ink-soft); margin-top: 4px; }
.st-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 8px; }
.st-3 .t3 { text-align: center; }
.st-3 .t3 .ic { width: 50px; height: 50px; border-radius: 50%; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 6px; }
.st-3 .t3 .ic svg { width: 26px; height: 26px; color: var(--teal-600); }
.st-3 .t3 small { font-size: 11px; font-weight: 700; color: var(--ink-soft); line-height: 1.3; display: block; }
/* FINAL BAR + FOOTER */
.final-bar { background: var(--teal-600); color: #fff; text-align: center; padding: 28px 24px; }
.final-bar p { margin: 0; font-size: 26px; font-weight: 900; }
.final-bar p svg { width: 28px; height: 28px; vertical-align: -6px; margin-right: 8px; display: inline-block; }
.final-bar .ylw { color: var(--yellow); }
.site-footer { background: #0a4651; color: rgba(255,255,255,.85); padding: 40px 24px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner .f-brand { font-size: 22px; font-weight: 900; color: #fff; }
.footer-inner .f-brand small { display: block; font-size: 11px; font-weight: 600; opacity: .8; letter-spacing: .1em; }
.footer-inner nav { display: flex; gap: 22px; font-size: 14px; flex-wrap: wrap; }
.footer-copy { text-align: center; font-size: 12px; opacity: .65; margin-top: 24px; }
/* SP 下部追従CTA */
.sp-cta-bar { display: none; }
@media (max-width: 640px) {
  .sp-cta-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; box-shadow: 0 -4px 16px rgba(13,101,115,.2); }
  .sp-cta-bar .sp-cta { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 15px 8px; font-size: 15px; font-weight: 800; color: #fff; line-height: 1.2; }
  .sp-cta-bar .sp-cta-orange { background: linear-gradient(180deg, #f0902f, var(--orange)); }
  .sp-cta-bar .sp-cta-teal { background: var(--teal-600); border-left: 1px solid rgba(255,255,255,.25); }
  body { padding-bottom: 58px; }
}
/* =========================================================
   CONTACT PAGE （お問い合わせ）
   ========================================================= */
.page { background: radial-gradient(900px 500px at 85% -5%, var(--teal-50), transparent 60%), linear-gradient(180deg,#fbfdfd,#f0f8f9); padding: 50px 24px 70px; }
.page-head { text-align: center; max-width: 760px; margin: 0 auto 30px; }
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--teal-600); }
.page-head h1 { font-size: 38px; font-weight: 900; color: var(--teal-800); margin: 0 0 12px; }
.page-head p { font-size: 16px; color: var(--ink-soft); font-weight: 600; margin: 0; }
.card { max-width: 720px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 36px 40px; box-shadow: 0 20px 50px rgba(13,101,115,.14); border: 1px solid #eef4f5; }
.field { margin-bottom: 18px; }
/* サンクスページ */
.thanks-title { font-size: 26px; font-weight: 900; color: var(--teal-700); margin: 0 0 12px; }
.thanks-doc-note { font-size: 14px; color: var(--ink-soft); font-weight: 700; margin: 20px 0 12px; }
.thanks-sched { background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: 14px; padding: 20px; margin: 22px auto 6px; max-width: 560px; }
.thanks-sched-lead { font-size: 15px; font-weight: 700; color: var(--teal-800); margin: 0 0 14px; }
.thanks-sched .btn { padding: 15px 26px; font-size: 16px; }
.thanks-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 6px; }
.thanks-actions .btn { padding: 16px 26px; font-size: 16px; }
@media (max-width: 480px) { .thanks-actions .btn { width: 100%; } }
/* RESPONSIVE */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-bg { -webkit-mask-image: linear-gradient(180deg, transparent 40%, #000); mask-image: linear-gradient(180deg, transparent 40%, #000); opacity: .15; }
  .hero-title { font-size: 50px; }
  .hero-stats-inner { grid-template-columns: 1fr; }
  .stats-right { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,.25); padding-top: 18px; }
  .header-tag { display: none; }
  .serv-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .header-inner { flex-wrap: wrap; }
  .header-cta { width: 100%; justify-content: space-between; }
  .prob-cards { grid-template-columns: 1fr; }
  .reality-cards { grid-template-columns: 1fr; }
  .warn-bar { flex-direction: column; gap: 18px; }
  .warn-lead { padding-right: 0; justify-content: center; }
  .warn-items { flex-wrap: wrap; }
  .warn-item { flex: 1 1 45%; border-left: none; padding: 10px; }
  .str-grid { grid-template-columns: 1fr; }
  .stats-services { grid-template-columns: repeat(4, 1fr); }
  .sec-head h2 { font-size: 32px; }
  .hero-title { font-size: 40px; }
  .hero-features { flex-wrap: wrap; justify-content: center; }
  .cta-bar p, .final-bar p { font-size: 21px; }
  .example { flex-wrap: wrap; }
}
@media (max-width: 680px) {
  .card { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .page-head h1 { font-size: 28px; }
}
@media (max-width: 640px) {
  /* ヘッダー：モバイルは静的＋ブランド/電話/ボタンを縦に整理 */
  .site-header { position: static; }
  .header-inner { flex-wrap: wrap; gap: 12px; padding: 12px 16px; justify-content: center; }
  .brand { width: 100%; justify-content: center; }
  .brand .brand-name { font-size: 20px; }
  .brand-logo { height: 46px; }
  .hero-cap-title { font-size: 18px; }
  .hero-cap-list { font-size: 14px; }
  .brand .brand-text { text-align: center; }
  .header-cta { width: 100%; flex-wrap: wrap; gap: 10px; }
  .header-phone { flex: 1 1 100%; text-align: center; }
  .header-phone .num { font-size: 20px; justify-content: center; }
  .header-cta .btn { flex: 1 1 0; padding: 12px 8px; font-size: 13px; }
  /* 見出し：折り返し許可＋縮小で横はみ出し防止 */
  .sec-head h2 { font-size: 26px; }
  .sec-head h2 .deco { display: none; }
  .sec-head p { font-size: 15px; }
  .cta-bar p { font-size: 19px; }
  .final-bar p { font-size: 18px; }
  .cta-area-lead { font-size: 17px; }
  .reality-head { font-size: 19px; }
  /* ヒーロー */
  .hero-inner { padding: 34px 16px 40px; }
  .hero-badge { font-size: 13px; padding: 9px 14px; }
  .hero-pre { font-size: 20px; }
  .hero-desc { font-size: 16px; }
  .hero-form { padding: 24px 18px 22px; }
  .hero-form .form-head h2 { font-size: 22px; }
  /* セクション余白・余白詰め */
  .section { padding: 50px 0; }
  .wrap { padding: 0 16px; }
  /* 料金・実績カードの詰まり解消 */
  .price-main { padding: 24px 20px; }
  .price-main .pm-tag { flex-wrap: wrap; }
  .price-init { flex-direction: column; align-items: flex-start; gap: 12px; }
  .price-init ul { border-left: none; padding-left: 0; }
  .reality-card { padding: 22px; gap: 18px; }
  .example { padding: 16px; gap: 12px; }
  .example .ex-price { border-left: none; padding-left: 0; width: 100%; text-align: left; }
}
@media (max-width: 560px) {
  .serv-grid { grid-template-columns: 1fr; }
  .pr-grid, .price-feats { grid-template-columns: 1fr; }
  .hero-title { font-size: 33px; }
  .stat-num .big { font-size: 36px; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 30px; }
  .sec-head h2 { font-size: 22px; }
  .hero-features { gap: 14px; }
  .hero-feature .circle { width: 112px; height: 112px; }
  /* 実績バー */
  .stat-num .big { font-size: 32px; }
  .stat-num .cap { font-size: 11px; }
  .stats-right h3 { font-size: 17px; }
  .stats-services { grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .stats-service .ic { width: 44px; height: 44px; }
  .stats-service .ic svg { width: 22px; height: 22px; }
  .stats-service small { font-size: 9px; }
  /* 実績カードを縦積み中央寄せ */
  .reality-card { flex-direction: column; text-align: center; }
  .reality-card .r-body .r-big { font-size: 38px; }
  /* 帯テキスト */
  .cta-bar p { font-size: 17px; }
  .final-bar p { font-size: 16px; align-items: flex-start; text-align: left; }
  .price-main .pm-price .amount b { font-size: 56px; }
  .header-phone .hours { display: none; }
}
