@charset "UTF-8";
/* ============================================================
   整理屋 ネクスト関西 — style.css  v3
   丸ゴシック × 焦茶 × オレンジ。明るく、太く、コントラスト高め。
   ============================================================ */

:root{
  --cocoa:#5b3a21;       /* 焦茶・見出しとブランドカラー */
  --cocoa-d:#3f2716;
  --orange:#d8291c;      /* ロゴ準拠の赤・CTA（配色D） */
  --orange-d:#a81d13;
  --orange-p:#fdeceb;
  --green:#5fa83c;       /* 若草・バッジとチェック */
  --green-d:#4a8a2c;
  --green-t:#458026;     /* 白文字を乗せる用。若草のままだと 2.94:1 で AA 未満 → 4.81:1 */
  --green-t2:#35631d;    /* その影 */
  --yellow:#f6b800;      /* 黄・帯と強調 */
  --red:#d8291c;

  --ink:#333;
  --ink-2:#5a5a5a;
  --ink-3:#8b8b8b;
  --line:#e6e0d6;
  --line-2:#f0ece4;
  --cream:#fdf8ee;
  --cream-2:#f8f1e3;
  --white:#fff;

  --r:14px;
  --r-s:8px;
  --r-pill:999px;
  --shadow:0 2px 6px rgba(91,58,33,.06),0 10px 26px rgba(91,58,33,.08);
  --shadow-m:0 6px 18px rgba(91,58,33,.10),0 20px 48px rgba(91,58,33,.12);
  --wrap:1140px;
  --font:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,system-ui,sans-serif;
  --round:"Zen Maru Gothic","Hiragino Maru Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  --num:"Barlow Condensed","Zen Maru Gothic",sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--font);color:var(--ink);background:var(--white);
  line-height:1.9;font-size:16px;letter-spacing:.01em;padding-bottom:66px;
}
@media(min-width:900px){body{padding-bottom:0}}
img{max-width:100%;height:auto;display:block}
a{color:var(--orange);text-decoration:none}
a:hover{text-decoration:underline}
ul,ol{margin:0;padding:0}
li{list-style:none}
h1,h2,h3,h4{margin:0;line-height:1.5;font-family:var(--round);font-weight:700;letter-spacing:.01em}
p{margin:0 0 1.1em}
p:last-child{margin-bottom:0}
table{border-collapse:collapse;width:100%}
figure{margin:0}
:focus-visible{outline:3px solid var(--orange);outline-offset:2px}
@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.wrap-narrow{max-width:840px;margin:0 auto;padding:0 20px}
.sec{padding:60px 0}
.sec-sm{padding:44px 0}
@media(min-width:900px){.sec{padding:92px 0}.sec-sm{padding:64px 0}}
.bg-2{background:var(--cream)}
.bg-3{background:var(--cream-2)}
.bg-navy{background:var(--cocoa);color:#fff}
.bg-navy a{color:#fff}
.center{text-align:center}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ---------- 見出し ---------- */
.sec-head{margin-bottom:36px;text-align:center}
.sec-head .en{
  display:block;font-family:var(--num);font-size:13px;letter-spacing:.22em;color:var(--orange);
  font-weight:700;margin-bottom:10px;text-transform:uppercase
}
.sec-head h2{font-family:var(--round);font-size:26px;line-height:1.55;font-weight:700;color:var(--cocoa);text-wrap:balance}
.sec-head h2 .sm{display:block;font-family:var(--font);font-size:14.5px;color:var(--ink-2);font-weight:400;margin-top:16px;letter-spacing:0;line-height:1.95}
@media(min-width:900px){.sec-head{margin-bottom:52px}.sec-head h2{font-size:40px}}
.bg-navy .sec-head h2{color:#fff}
.bg-navy .sec-head h2 .sm{color:rgba(255,255,255,.85)}
.bg-navy .sec-head .en{color:var(--yellow)}
.lead{font-size:15.5px;color:var(--ink-2);max-width:66ch;margin:0 auto 8px;line-height:2}

/* ---------- ヘッダー ---------- */
.hd{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.98);
  backdrop-filter:saturate(150%) blur(8px);box-shadow:0 1px 0 var(--line)}
.hd-in{display:flex;align-items:center;gap:14px;height:62px;max-width:1240px;margin:0 auto;padding:0 16px}
@media(min-width:900px){.hd-in{height:86px;padding:0 20px}}
.hd-logo{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.hd-logo:hover{text-decoration:none}
.hd-logo img{height:40px;width:auto}
@media(min-width:900px){.hd-logo img{height:62px}}
.hd-logo .txt b{display:block;font-family:var(--round);font-size:17px;color:var(--cocoa);letter-spacing:.04em;font-weight:700;line-height:1.3}
.hd-logo .txt small{display:block;font-size:10px;color:var(--ink-3);letter-spacing:.08em;white-space:nowrap}
@media(min-width:900px){.hd-logo .txt small{font-size:11px}}
.hd-nav{display:none;margin-left:auto}
@media(min-width:1240px){.hd-nav{display:flex;gap:18px;align-items:center}}
.hd-nav a{font-family:var(--round);font-size:14px;font-weight:700;color:var(--cocoa);white-space:nowrap}
.hd-nav a:hover{color:var(--orange);text-decoration:none}
.hd-cta{display:none;margin-left:auto;gap:12px;align-items:center;flex:0 0 auto}
.hd-cta .btn{padding:14px 20px;font-size:14.5px;white-space:nowrap}
@media(min-width:900px){.hd-cta{display:flex}}
@media(min-width:1240px){.hd-cta{margin-left:16px}}
.hd-tel{text-align:right;line-height:1.1}
.hd-tel small{display:block;font-size:10px;color:var(--ink-3);letter-spacing:.04em;white-space:nowrap;font-weight:700}
.hd-tel b{font-family:var(--num);font-size:29px;color:var(--orange);font-weight:700;letter-spacing:.01em;white-space:nowrap}
.hd-tel b a{color:var(--orange)}
.hd-tel b a:hover{text-decoration:none}
.burger{margin-left:auto;width:44px;height:44px;border:2px solid var(--cocoa);background:var(--white);
  border-radius:var(--r-s);display:grid;place-items:center;cursor:pointer;padding:0}
@media(min-width:1240px){.burger{display:none}}
.burger span{display:block;width:19px;height:2.5px;background:var(--cocoa);position:relative;border-radius:2px}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:19px;height:2.5px;background:var(--cocoa);border-radius:2px}
.burger span::before{top:-6px}.burger span::after{top:6px}
.drawer{position:fixed;inset:0;background:rgba(63,39,22,.55);z-index:90;display:none}
.drawer.open{display:block}
.drawer-in{position:absolute;top:0;right:0;width:min(320px,86%);height:100%;background:var(--white);padding:20px;overflow:auto}
.drawer-in a{display:block;padding:15px 4px;border-bottom:1px solid var(--line);font-family:var(--round);font-weight:700;color:var(--cocoa)}
.drawer-close{width:100%;margin-bottom:10px;text-align:right;background:none;border:0;font-size:28px;cursor:pointer;color:var(--ink-2)}

/* ---------- ボタン ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:16px 28px;border-radius:var(--r-pill);font-family:var(--round);font-weight:700;font-size:15.5px;
  border:0;cursor:pointer;transition:.16s;text-align:center;line-height:1.45;box-shadow:0 4px 0 rgba(0,0,0,.12)}
.btn:hover{text-decoration:none;transform:translateY(2px);box-shadow:0 2px 0 rgba(0,0,0,.12)}
.btn-accent{background:var(--orange);color:#fff;box-shadow:0 4px 0 var(--orange-d)}
.btn-accent:hover{background:var(--orange);color:#fff;box-shadow:0 2px 0 var(--orange-d)}
.btn-tel{background:var(--green-t);color:#fff;box-shadow:0 4px 0 var(--green-t2)}
.btn-tel:hover{background:var(--green-t);color:#fff;box-shadow:0 2px 0 var(--green-t2)}
.btn-navy{background:var(--cocoa);color:#fff;box-shadow:0 4px 0 var(--cocoa-d)}
.btn-navy:hover{background:var(--cocoa);color:#fff;box-shadow:0 2px 0 var(--cocoa-d)}
.btn-ghost{background:var(--white);color:var(--cocoa);border:2px solid var(--cocoa);box-shadow:0 4px 0 rgba(91,58,33,.2)}
.btn-ghost:hover{background:var(--cocoa);color:#fff}
.btn-lg{padding:19px 36px;font-size:17.5px;width:100%}
@media(min-width:640px){.btn-lg{width:auto;min-width:280px}}

/* ---------- ヒーロー ---------- */
.hero{position:relative;background:var(--cocoa-d);overflow:hidden}
.hero-bg{position:absolute;inset:0;overflow:hidden}
.hero-bg picture{position:absolute;inset:0;display:block;opacity:0;transition:opacity 1.1s ease}
.hero-bg picture.on{opacity:.62}
.hero-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
/* ゆっくり寄っていく。動きを減らす設定では止める */
.hero-bg picture.on.kb img{animation:heroKb 9s linear forwards}
@keyframes heroKb{from{transform:scale(1)}to{transform:scale(1.09)}}
.hero-bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(40,24,12,.5) 0%,rgba(40,24,12,.3) 40%,rgba(40,24,12,.72) 100%)}
.hero-in{position:relative;z-index:2;max-width:var(--wrap);margin:0 auto;padding:44px 20px 40px;color:#fff;text-align:center}
@media(min-width:900px){.hero-in{padding:66px 20px 60px}}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--yellow);color:var(--cocoa-d);
  border-radius:var(--r-pill);padding:8px 20px;font-family:var(--round);
  font-size:12.5px;letter-spacing:.06em;margin-bottom:24px;font-weight:700;
  box-shadow:0 3px 0 rgba(0,0,0,.18)}
.hero h1{font-family:var(--round);font-weight:700;font-size:clamp(30px,5.6vw,54px);
  line-height:1.34;letter-spacing:.01em;margin-bottom:14px;text-wrap:balance;
  text-shadow:0 4px 22px rgba(0,0,0,.55),0 1px 3px rgba(0,0,0,.5)}
.hero h1 em{font-style:normal;color:var(--yellow);position:relative;display:inline-block}
/* 手描き風のマーカー下線（わずかに傾けて機械っぽさを消す） */
.hero h1 em::after{
  content:"";position:absolute;left:1%;right:3%;bottom:-.02em;height:.115em;
  background:var(--yellow);border-radius:999px;opacity:.5;
  transform:rotate(-.7deg);z-index:-1
}
@media(min-width:900px){.hero h1{margin-bottom:14px}}
.hero p.h-lead{font-size:14.5px;color:#fff;max-width:40em;margin:0 auto 30px;
  line-height:2;font-weight:500;text-shadow:0 2px 12px rgba(0,0,0,.7)}
@media(min-width:900px){.hero p.h-lead{font-size:16px;line-height:1.9;margin-bottom:26px}}
.hero-cta{display:flex;flex-direction:column;gap:13px;max-width:420px;margin:0 auto}
@media(min-width:640px){.hero-cta{flex-direction:row;max-width:none;flex-wrap:wrap;justify-content:center}}
.hero-note{margin-top:18px;font-size:12.5px;color:rgba(255,255,255,.86);text-shadow:0 1px 6px rgba(0,0,0,.6)}

/* 円バッジ（ドット縁取り） */
.hero-figs{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px;justify-content:center}
.hero-figs div{
  position:relative;width:116px;height:116px;border-radius:50%;display:grid;place-items:center;
  text-align:center;background:var(--green-t);color:#fff;font-family:var(--round);
  font-size:12px;font-weight:700;line-height:1.45;padding:6px
}
.hero-figs div::before{
  content:"";position:absolute;inset:-9px;border-radius:50%;
  background:radial-gradient(circle,var(--green) 1.6px,transparent 1.7px) 0 0/7px 7px;
  opacity:.85;z-index:-1
}
@media(min-width:900px){.hero-figs div{width:140px;height:140px;font-size:13px}}
.hero-figs b{display:block;font-family:var(--num);font-size:36px;line-height:1;font-weight:700;white-space:nowrap;color:#fff}
@media(min-width:900px){.hero-figs b{font-size:46px}}
.hero-figs b small{font-size:.44em;margin-left:1px}
.hero-figs span{display:block;white-space:nowrap;margin-top:2px}

/* 右端の縦書きタブ（PC） */
.sidetab{display:none}
@media(min-width:1100px){
  .sidetab{
    display:flex;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:75;
    writing-mode:vertical-rl;white-space:nowrap;background:var(--green-t);color:#fff;
    font-family:var(--round);font-weight:700;font-size:14px;letter-spacing:.16em;padding:26px 13px;
    border-radius:10px 0 0 10px;box-shadow:-3px 3px 14px rgba(0,0,0,.18);align-items:center;gap:10px
  }
  .sidetab:hover{background:var(--green-d);color:#fff;text-decoration:none}
}

/* ---------- 帯 ---------- */
.strip{background:var(--yellow);color:var(--cocoa-d);padding:14px 16px;font-size:13.5px;text-align:center;
  font-family:var(--round);font-weight:700;letter-spacing:.02em;line-height:1.85}
.strip b{color:var(--red)}
@media(min-width:900px){.strip{font-size:15.5px;padding:17px}}

/* ---------- 写真モザイク ---------- */
.mosaic{display:grid;gap:30px;grid-template-columns:1fr;align-items:center}
@media(min-width:900px){.mosaic{grid-template-columns:1fr 1.08fr;gap:56px}}
.mosaic-txt h2{font-family:var(--round);font-size:clamp(23px,4vw,36px);font-weight:700;line-height:1.55;
  margin-bottom:22px;color:var(--cocoa);text-wrap:balance}
.h2-kind{display:block;font-family:var(--font);font-size:14.5px;font-weight:700;color:var(--green-t);
  margin-top:12px;letter-spacing:.01em;line-height:1.7}
@media(max-width:899px){.h2-kind{font-size:13px;margin-top:9px}}
.mosaic-txt p{font-size:14.5px;color:var(--ink-2);line-height:2.1}
.mosaic-ph{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.mosaic-ph figure{overflow:hidden;border-radius:var(--r);background:var(--line-2);box-shadow:var(--shadow)}
.mosaic-ph img{width:100%;height:100%;object-fit:cover}
.mosaic-ph figure:nth-child(1){aspect-ratio:1/1}
.mosaic-ph figure:nth-child(2){aspect-ratio:4/3;align-self:end}
.mosaic-ph figure:nth-child(3){aspect-ratio:4/3;align-self:start}
.mosaic-ph figure:nth-child(4){aspect-ratio:1/1}

/* ---------- カード ---------- */
.grid{display:grid;gap:18px}
.g2{grid-template-columns:1fr}
.g3{grid-template-columns:1fr}
.g4{grid-template-columns:1fr}
@media(min-width:700px){.g2{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.g4{grid-template-columns:repeat(4,1fr)}.grid{gap:22px}}
.card{background:var(--white);border:2px solid var(--line);border-radius:var(--r);padding:28px 24px;transition:.16s}
.card:hover{text-decoration:none;border-color:var(--orange);transform:translateY(-3px);box-shadow:var(--shadow-m)}
.card h3{font-family:var(--round);font-size:19px;margin-bottom:12px;color:var(--cocoa);font-weight:700;line-height:1.55}
.card p{font-size:14px;color:var(--ink-2);margin:0;line-height:1.95}
.card .num{display:block;font-family:var(--num);font-size:13px;letter-spacing:.18em;color:var(--orange);font-weight:700;margin-bottom:10px}

/* ---------- 料金に含まれるもの ---------- */
.incl{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}
@media(min-width:660px){.incl{grid-template-columns:repeat(3,1fr)}}
@media(min-width:960px){.incl{grid-template-columns:repeat(6,1fr)}}
.incl li{background:var(--white);border:2px solid var(--line);border-radius:var(--r);padding:20px 10px 16px;text-align:center;transition:.16s}
.incl li:hover{border-color:var(--green);transform:translateY(-3px)}
.incl .ic{width:54px;height:54px;margin:0 auto 12px;display:grid;place-items:center;
  border-radius:50%;background:var(--green-t);color:#fff;line-height:0}
.incl .ic svg{width:27px;height:27px;display:block}
.incl b{display:block;font-family:var(--round);font-size:14px;color:var(--cocoa);font-weight:700;line-height:1.5}
.incl small{display:block;font-size:11px;color:var(--ink-3);margin-top:5px;line-height:1.6}
.incl-note{margin-top:22px;font-size:13.5px;color:var(--ink-2);text-align:center;line-height:2}
.incl-note b{color:var(--red)}

/* ---------- 約束 ---------- */
.promise{border:3px solid var(--cocoa);border-radius:var(--r);background:var(--white);overflow:hidden}
.promise-hd{background:var(--cocoa);color:#fff;padding:26px 22px;text-align:center}
.promise-hd .en{font-family:var(--num);font-size:13px;letter-spacing:.2em;color:var(--yellow);display:block;margin-bottom:10px;font-weight:700}
.promise-hd h3{font-family:var(--round);font-size:22px;line-height:1.55;font-weight:700}
@media(min-width:900px){.promise-hd{padding:36px}.promise-hd h3{font-size:31px}}
.promise-bd{padding:24px 20px}
@media(min-width:900px){.promise-bd{padding:40px}}
.plist{display:grid;gap:12px}
.plist li{display:grid;gap:6px 24px;padding:20px 22px;background:var(--cream);border-radius:var(--r-s);
  border-left:6px solid var(--green)}
@media(min-width:760px){.plist li{grid-template-columns:200px 1fr;align-items:baseline}}
.plist .k{font-family:var(--round);font-weight:700;color:var(--cocoa);font-size:16px}
.plist .v{font-size:14px;color:var(--ink-2);line-height:2}
.plist .v b{color:var(--red);font-weight:700}

/* ---------- 料金表 ---------- */
.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:2px solid var(--line);border-radius:var(--r);background:var(--white)}
.tbl{min-width:540px;font-size:14.5px}
.tbl th,.tbl td{padding:16px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
.tbl thead th{background:var(--cocoa);color:#fff;font-family:var(--round);font-weight:700;font-size:14px;white-space:nowrap;border-bottom:0;letter-spacing:.04em}
.tbl tbody tr:last-child th,.tbl tbody tr:last-child td{border-bottom:0}
.tbl tbody tr:nth-child(even){background:var(--cream)}
.tbl tbody th{background:var(--cream-2);font-family:var(--round);font-weight:700;color:var(--cocoa);white-space:nowrap;font-size:14px}
.tbl .madori{font-family:var(--round);font-weight:700;color:var(--cocoa);white-space:nowrap;font-size:17px}
.tbl .yen{font-family:var(--num);font-weight:700;color:var(--red);white-space:nowrap;font-size:26px;letter-spacing:.01em}
.tbl .yen small{font-family:var(--font);font-size:12px;color:var(--ink-3);font-weight:700;margin-left:1px}
.tax-note{font-size:12.5px;color:var(--ink-3);margin-top:14px;line-height:1.9}

/* ---------- 日本語の行の折り返し ----------
   見出しは行の長さをそろえて、最後の行に1〜2文字だけ残らないようにする。
   本文・キャプションは最終行が極端に短くならないようにする。
   （対応していないブラウザでは、これまでどおりの折り返しになるだけ） */
h1,h2,h3,h4,.sec-head h2,.hero h1{text-wrap:balance;word-break:normal;line-break:strict}
p,li,dd,.lead{text-wrap:pretty;word-break:normal;line-break:strict}
figcaption,.hero-sub,.ba-hint,.s-note,.sm{text-wrap:balance;word-break:normal;line-break:strict}

/* ---------- 出てきた品を流す帯 ----------
   写真を2段で、上は左へ、下は右へゆっくり流します。
   同じ並びを2回置いて、継ぎ目が出ないようにしています（-50%で1周）。
   「動きを減らす」設定の端末では止めて、指で横にスクロールできるようにします。 */
.found-mq{margin:56px 0 8px}
.mq{overflow:hidden;position:relative;padding:5px 0}
.mq::before,.mq::after{content:"";position:absolute;top:0;bottom:0;width:56px;z-index:2;pointer-events:none}
.mq::before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.mq::after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}
.bg-2 .mq::before{background:linear-gradient(90deg,var(--cream-2),rgba(248,241,227,0))}
.bg-2 .mq::after{background:linear-gradient(270deg,var(--cream-2),rgba(248,241,227,0))}
.mq-track{display:flex;gap:12px;width:max-content;will-change:transform}
.mq-a{animation:mqMove 56s linear infinite}
.mq-b{animation:mqMove 64s linear infinite reverse}
.mq + .mq{margin-top:12px}
.mq-track figure{margin:0;flex:0 0 auto;width:150px;height:150px;border-radius:14px;overflow:hidden;
  background:var(--line-2);box-shadow:0 2px 8px rgba(91,58,33,.10)}
.mq-track img{width:100%;height:100%;object-fit:cover;display:block}
@media(min-width:900px){
  .mq-track figure{width:208px;height:208px;border-radius:16px}
  .mq-track{gap:16px}
  .mq + .mq{margin-top:16px}
}
@keyframes mqMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* トップに置くときは、下の余白を詰めて一言を添える */
.found-mq-top{margin:38px 0 0}
.mq-note{text-align:center;font-size:12.5px;color:var(--ink-3);line-height:1.9;margin-top:14px}
@media(min-width:900px){.mq-note{font-size:13px;margin-top:16px}}
@media(prefers-reduced-motion:reduce){
  .mq{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .mq-track{animation:none}
  .mq::before,.mq::after{display:none}
}

/* ---------- ステップ ---------- */
.steps{counter-reset:s;display:grid;gap:16px}
.steps>li{position:relative;background:var(--white);border:2px solid var(--line);border-radius:var(--r);padding:28px 22px 22px}
.steps>li::before{counter-increment:s;content:counter(s);
  position:absolute;top:-16px;left:20px;width:38px;height:38px;border-radius:50%;
  background:var(--orange);color:#fff;display:grid;place-items:center;
  font-family:var(--num);font-size:21px;font-weight:700;box-shadow:0 3px 0 var(--orange-d)}
.steps ul{margin:10px 0 0;padding:0;list-style:none}
.steps ul li{position:relative;padding:0 0 0 17px;font-size:13.5px;color:var(--ink-2);line-height:1.95;background:none;border:0;border-radius:0}
.steps ul li::before{content:"";position:absolute;left:2px;top:.82em;width:6px;height:6px;border-radius:50%;background:var(--orange);box-shadow:none}
.steps .s-note{font-size:12.5px;color:var(--ink-3);margin-top:12px;line-height:1.9}
.steps h3{font-family:var(--round);font-size:18px;margin:8px 0 10px;color:var(--cocoa);font-weight:700;line-height:1.55}
.steps p{font-size:13.5px;color:var(--ink-2);margin:0;line-height:1.95}
@media(min-width:760px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1040px){.steps{grid-template-columns:repeat(3,1fr)}}

/* ---------- FAQ ---------- */
.faq{display:grid;gap:12px}
.faq details{background:var(--white);border:2px solid var(--line);border-radius:var(--r);overflow:hidden}
.faq details[open]{border-color:var(--orange)}
.faq summary{cursor:pointer;padding:20px 52px 20px 60px;font-family:var(--round);font-weight:700;font-size:15.5px;
  color:var(--cocoa);position:relative;list-style:none;line-height:1.65}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"Q";position:absolute;left:18px;top:18px;width:30px;height:30px;border-radius:50%;
  background:var(--cocoa);color:#fff;display:grid;place-items:center;font-family:var(--num);font-size:17px;font-weight:700}
.faq summary::after{content:"";position:absolute;right:24px;top:27px;width:10px;height:10px;
  border-right:3px solid var(--orange);border-bottom:3px solid var(--orange);transform:rotate(45deg);transition:.2s}
.faq details[open] summary::after{transform:rotate(-135deg);top:31px}
.faq .a{padding:0 22px 22px 60px;font-size:14px;color:var(--ink-2);position:relative;line-height:2}
.faq .a::before{content:"A";position:absolute;left:18px;top:0;width:30px;height:30px;border-radius:50%;
  background:var(--orange);color:#fff;display:grid;place-items:center;font-family:var(--num);font-size:17px;font-weight:700}

/* ---------- エリア ---------- */
.area-main{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}
@media(min-width:760px){.area-main{grid-template-columns:repeat(4,1fr)}}
.area-main a{display:block;background:var(--white);border:2px solid var(--line);border-radius:var(--r);
  padding:20px 14px;text-align:center;font-family:var(--round);font-weight:700;color:var(--cocoa);font-size:17px;transition:.16s}
.area-main a:hover{border-color:var(--orange);color:var(--orange);text-decoration:none;transform:translateY(-3px)}
.area-main a small{display:block;font-family:var(--font);font-size:11px;color:var(--ink-3);font-weight:400;margin-top:5px}
.area-sub{background:var(--white);border:2px solid var(--line);border-radius:var(--r);padding:26px;margin-top:18px}
.area-sub h3{font-family:var(--round);font-size:16.5px;color:var(--cocoa);margin-bottom:12px;font-weight:700}
.area-sub p{font-size:13.5px;color:var(--ink-2);margin:0 0 10px;line-height:1.95}
.area-sub p:last-child{margin:0}

/* ---------- 事例 ---------- */
.cases{display:grid;gap:20px;grid-template-columns:1fr}
@media(min-width:700px){.cases{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.cases{grid-template-columns:repeat(3,1fr)}}
.case{background:var(--white);border:2px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.16s}
.case:hover{border-color:var(--orange);transform:translateY(-3px);box-shadow:var(--shadow-m)}
.case .ph{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line);aspect-ratio:2/1}
.case .ph figure{position:relative;overflow:hidden;background:var(--line-2)}
.case .ph img{width:100%;height:100%;object-fit:cover}
.case .ph figcaption{position:absolute;left:8px;top:8px;background:var(--cocoa);color:#fff;border-radius:var(--r-pill);
  font-family:var(--num);font-size:12px;padding:3px 11px;letter-spacing:.1em;font-weight:700}
.case .ph figure:last-child figcaption{background:var(--orange)}
.case .bd{padding:20px}
.case .bd h3{font-family:var(--round);font-size:17px;color:var(--cocoa);margin-bottom:9px;font-weight:700;line-height:1.55}
.case .meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:11px}
.case .meta span{font-size:11.5px;background:var(--cream-2);color:var(--cocoa);padding:3px 11px;border-radius:var(--r-pill);font-weight:700}
.case .bd p{font-size:13px;color:var(--ink-2);margin:0;line-height:1.9}

/* ---------- 寄付 ---------- */
.donate{display:grid;gap:14px;grid-template-columns:1fr}
@media(min-width:700px){.donate{grid-template-columns:repeat(2,1fr)}}
.donate li{display:flex;gap:14px;align-items:flex-start;background:rgba(255,255,255,.1);
  border-radius:var(--r);padding:22px}
.donate .ic{flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:var(--yellow);
  color:var(--cocoa-d);display:grid;place-items:center;line-height:0}
.donate .ic svg{width:22px;height:22px;display:block}
.donate b{display:block;font-family:var(--round);font-size:16.5px;margin-bottom:7px;color:#fff;font-weight:700}
.donate p{font-size:13px;color:rgba(255,255,255,.88);margin:0;line-height:1.95}

/* ---------- スタッフ（集合写真） ---------- */
.team{max-width:760px;margin:0 auto;text-align:center}
.team img{width:100%;height:auto;border-radius:var(--r);
  border:6px solid var(--white);box-shadow:var(--shadow-m);display:block}
.team figcaption{margin-top:16px;font-size:13.5px;color:var(--ink-2);line-height:1.95}
@media(min-width:900px){.team figcaption{font-size:14.5px}}

/* ---------- CTA ---------- */
.cta{background:var(--cocoa);color:#fff;text-align:center}
.cta h2{font-family:var(--round);font-size:25px;margin-bottom:14px;font-weight:700;line-height:1.55;text-wrap:balance}
@media(min-width:900px){.cta h2{font-size:36px}}
.cta p{color:rgba(255,255,255,.88);font-size:14.5px;max-width:58ch;margin:0 auto 32px;line-height:2}
.cta-box{display:grid;gap:16px;max-width:880px;margin:0 auto}
@media(min-width:760px){.cta-box{grid-template-columns:repeat(2,1fr)}}
.cta-card{background:rgba(255,255,255,.1);border-radius:var(--r);padding:28px 22px}
.cta-card .lb{font-family:var(--round);font-size:13px;letter-spacing:.1em;color:var(--yellow);font-weight:700;margin-bottom:12px}
.cta-card .tel{font-family:var(--num);font-size:40px;font-weight:700;letter-spacing:.01em;line-height:1.05;
  margin-bottom:6px;display:block;color:#fff}
.cta-card .tel:hover{text-decoration:none}
.cta-card .hours{font-size:12.5px;color:rgba(255,255,255,.8);margin-bottom:18px}
@media(min-width:900px){.cta-card .tel{font-size:50px}}

/* ---------- 中盤CTA ---------- */
.midcta{background:var(--green-t);color:#fff;padding:40px 20px;text-align:center;
  background-image:radial-gradient(circle,rgba(255,255,255,.11) 2px,transparent 2.2px);background-size:16px 16px}
@media(min-width:900px){.midcta{padding:58px 20px}}
.midcta h2{font-family:var(--round);font-size:23px;font-weight:700;margin-bottom:10px;line-height:1.55}
@media(min-width:900px){.midcta h2{font-size:32px}}
.midcta p{font-size:14.5px;color:rgba(255,255,255,.94);max-width:52ch;margin:0 auto 26px;line-height:1.95}
.midcta .row{display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;max-width:420px;margin:0 auto}
@media(min-width:640px){.midcta .row{flex-direction:row;max-width:none}}
.midcta .tel{font-family:var(--num);font-size:44px;font-weight:700;color:#fff;line-height:1.05;letter-spacing:.01em}
.midcta .tel:hover{text-decoration:none}
.midcta .tel small{display:block;font-family:var(--font);font-size:12px;font-weight:700;color:rgba(255,255,255,.9);letter-spacing:.04em}

/* ---------- フォーム ---------- */
.form{background:var(--white);border:2px solid var(--line);border-radius:var(--r);padding:24px 20px;box-shadow:var(--shadow)}
@media(min-width:900px){.form{padding:40px}}
.fld{margin-bottom:22px}
.fld label{display:block;font-family:var(--round);font-weight:700;font-size:15px;color:var(--cocoa);margin-bottom:9px}
.req{display:inline-block;background:var(--red);color:#fff;font-size:10.5px;padding:3px 9px;margin-left:8px;vertical-align:2px;font-weight:700;border-radius:var(--r-pill)}
.opt{display:inline-block;background:var(--line-2);color:var(--ink-3);font-size:10.5px;padding:3px 9px;margin-left:8px;vertical-align:2px;font-weight:700;border-radius:var(--r-pill)}
.fld input[type=text],.fld input[type=tel],.fld input[type=email],.fld select,.fld textarea{
  width:100%;padding:15px;border:2px solid #ddd6cb;border-radius:var(--r-s);
  font-size:16px;font-family:inherit;color:var(--ink);background:var(--white);transition:.15s}
.fld textarea{min-height:130px;resize:vertical;line-height:1.85}
.fld input:focus,.fld select:focus,.fld textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 4px var(--orange-p)}
.fld .hint{font-size:12.5px;color:var(--ink-3);margin-top:6px;line-height:1.8}
.radios{display:grid;gap:10px}
@media(min-width:600px){.radios{grid-template-columns:repeat(2,1fr)}}
.radios label{display:flex;align-items:center;gap:10px;border:2px solid #ddd6cb;border-radius:var(--r-s);
  padding:14px 16px;cursor:pointer;font-family:var(--font);font-weight:500;font-size:14.5px;color:var(--ink);margin:0;transition:.15s}
.radios label:hover{border-color:var(--orange);background:var(--orange-p)}
.radios input{accent-color:var(--orange);width:18px;height:18px;flex:0 0 auto}
.privacy-box{background:var(--cream);border-radius:var(--r-s);padding:18px;font-size:13px;color:var(--ink-2);margin-bottom:20px;line-height:1.9}
.form-msg{padding:15px 17px;border-radius:var(--r-s);font-size:14px;margin-bottom:18px;display:none;line-height:1.8}
.form-msg.err{display:block;background:#fdeeec;color:#a3281a;border:2px solid #f2c4bd}
.form-msg.ok{display:block;background:#eef7e9;color:#31691c;border:2px solid #cbe5bb}

/* ---------- フッター ---------- */
.ft{background:var(--cocoa-d);color:rgba(255,255,255,.82);font-size:14px}
.ft-in{max-width:var(--wrap);margin:0 auto;padding:52px 20px 26px}
.ft-grid{display:grid;gap:32px;grid-template-columns:1fr}
@media(min-width:860px){.ft-grid{grid-template-columns:1.3fr 1fr 1fr}}
.ft-logo{display:flex;align-items:center;gap:11px;margin-bottom:18px}
.ft-logo img{height:56px;width:auto;background:var(--white);padding:7px 10px;border-radius:var(--r-s)}
.ft-logo b{color:#fff;font-family:var(--round);font-size:19px;display:block;font-weight:700;letter-spacing:.04em}
.ft-logo small{font-size:10px;color:rgba(255,255,255,.6);letter-spacing:.08em}
.ft address{font-style:normal;font-size:13.5px;line-height:2;color:rgba(255,255,255,.78)}
.ft h4{color:var(--yellow);font-family:var(--round);font-size:15px;margin-bottom:14px;letter-spacing:.04em;font-weight:700}
.ft-nav li{margin-bottom:9px}
.ft-nav a{font-size:13.5px;color:rgba(255,255,255,.78)}
.ft-nav a:hover{color:var(--yellow)}
.ft-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:20px;font-size:12px;
  color:rgba(255,255,255,.55);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}

/* ---------- 固定CTA (SP) ---------- */
.fixed-cta{position:fixed;left:0;right:0;bottom:0;z-index:70;display:grid;grid-template-columns:1fr 1fr;
  gap:2px;background:rgba(255,255,255,.3);box-shadow:0 -3px 16px rgba(0,0,0,.18)}
@media(min-width:900px){.fixed-cta{display:none}}
.fixed-cta a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
  padding:12px 6px;font-family:var(--round);font-weight:700;font-size:15px;color:#fff;text-decoration:none;line-height:1.3}
.fixed-cta a small{font-size:10px;font-weight:400;opacity:.92}
.fixed-cta .c-tel{background:var(--green-t)}
.fixed-cta .c-form{background:var(--orange)}

/* ---------- パンくず ---------- */
.crumb{background:var(--cream);font-size:12.5px;color:var(--ink-3)}
.crumb ol{max-width:var(--wrap);margin:0 auto;padding:12px 20px;display:flex;gap:8px;flex-wrap:wrap}
.crumb li::after{content:"›";margin-left:8px;color:var(--ink-3)}
.crumb li:last-child::after{content:""}
.crumb a{color:var(--ink-2)}

/* ---------- 下層ページヘッダー ---------- */
.ph-head{background:var(--cocoa);color:#fff;padding:44px 0;text-align:center;
  background-image:radial-gradient(circle,rgba(255,255,255,.06) 2px,transparent 2.2px);background-size:18px 18px}
@media(min-width:900px){.ph-head{padding:76px 0}}
.ph-head .en{font-family:var(--num);font-size:13px;letter-spacing:.22em;color:var(--yellow);font-weight:700;display:block;margin-bottom:12px}
.ph-head h1{font-family:var(--round);font-size:27px;line-height:1.55;font-weight:700;text-wrap:balance}
@media(min-width:900px){.ph-head h1{font-size:42px}}
.ph-head p{margin:18px auto 0;color:rgba(255,255,255,.88);font-size:14.5px;max-width:60ch;line-height:2}

/* ---------- 本文 ---------- */
.prose h2{font-family:var(--round);font-size:22px;color:var(--cocoa);margin:46px 0 18px;
  padding-left:16px;border-left:6px solid var(--orange);line-height:1.55;font-weight:700}
.prose h2:first-child{margin-top:0}
.prose h3{font-family:var(--round);font-size:18px;color:var(--cocoa);margin:30px 0 12px;font-weight:700}
.prose p{font-size:15px;color:var(--ink-2);line-height:2.1}
.prose ul{margin:0 0 20px}
.prose ul li{position:relative;padding-left:26px;margin-bottom:11px;font-size:14.5px;color:var(--ink-2);line-height:1.95}
.prose ul li::before{content:"";position:absolute;left:2px;top:9px;width:15px;height:8px;
  border-left:3px solid var(--green);border-bottom:3px solid var(--green);transform:rotate(-45deg)}
@media(min-width:900px){.prose h2{font-size:28px}}
.note{background:var(--cream);border-radius:var(--r);border-left:6px solid var(--yellow);padding:22px 24px;margin:26px 0}
.note p{font-size:14px;margin:0;line-height:2}
.note b{color:var(--red)}

.ph-img{background:var(--line-2);border-radius:var(--r);display:grid;place-items:center;color:var(--ink-3);
  font-size:12px;letter-spacing:.06em;min-height:180px;text-align:center;padding:16px}

/* ---------- 実際に出てきたもの（貴重品） ---------- */
.valuables{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}
@media(min-width:820px){.valuables{grid-template-columns:repeat(3,1fr)}}
.valuables figure{margin:0;background:var(--white);border:2px solid var(--line);border-radius:var(--r);overflow:hidden}
.valuables img{width:100%;aspect-ratio:4/3;object-fit:cover}
.valuables figcaption{padding:14px 16px}
.valuables b{display:block;font-family:var(--round);color:var(--cocoa);font-size:15px;margin-bottom:5px;font-weight:700;
  text-wrap:balance;word-break:normal;line-break:strict}
/* カードが2列になる幅のときだけ、言葉の切れ目で折り返す */
.br-n{display:none}
@media(max-width:819px){.br-n{display:inline}}
.valuables span{font-size:12.5px;color:var(--ink-2);line-height:1.75;display:block}
.v-note{margin-top:22px;text-align:center;font-size:13.5px;color:var(--ink-2);line-height:2}
.v-note b{color:var(--red)}

/* 事例：同じお宅であることの注記 */
.case-lead{background:var(--cream);border-radius:var(--r);padding:20px 22px;margin-bottom:28px;
  font-size:14px;color:var(--ink-2);line-height:2}
.case-lead b{color:var(--cocoa)}

/* ---------- 実写真ギャラリー ---------- */
.gal{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}
@media(min-width:720px){.gal.g3{grid-template-columns:repeat(3,1fr)}
  .gal.g4{grid-template-columns:repeat(4,1fr)}}
.gal figure{margin:0;background:var(--white);border-radius:var(--r);overflow:hidden;
  box-shadow:var(--shadow);display:flex;flex-direction:column}
.gal img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.gal.tall img{aspect-ratio:3/4}
.gal figcaption{padding:11px 13px 13px;font-size:12.5px;line-height:1.75;
  color:var(--ink-2);font-family:var(--round);flex:1}
@media(min-width:900px){.gal{gap:18px}.gal figcaption{font-size:13.5px}}
/* 交互にわずかにずらして、機械的な並びを避ける */
@media(min-width:720px){.gal.g3 figure:nth-child(3n+2){transform:translateY(10px)}
  .gal.g4 figure:nth-child(4n+2){transform:translateY(10px)}
  .gal.g4 figure:nth-child(4n+4){transform:translateY(6px)}}

/* ---------- 許可・資格 ---------- */
.creds{display:grid;gap:16px;grid-template-columns:1fr;max-width:1000px;margin:0 auto}
@media(min-width:780px){.creds{grid-template-columns:repeat(3,1fr);gap:20px}}
.creds li{background:var(--white);border:2px solid var(--line);border-radius:var(--r);
  padding:26px 22px 24px;text-align:center}
.creds li:nth-child(2){border-color:var(--green)}
@media(min-width:780px){.creds li:nth-child(2){transform:translateY(-10px)}}
.creds .ic{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:var(--cocoa);
  color:#fff;display:grid;place-items:center;line-height:0}
.creds .ic svg{width:26px;height:26px;display:block}
.creds li:nth-child(2) .ic{background:var(--green-t)}
.creds b{display:block;font-family:var(--round);font-size:17px;color:var(--cocoa);font-weight:700}
.creds em{display:block;font-style:normal;font-family:var(--num);font-size:19px;letter-spacing:.02em;
  color:var(--orange-d);font-weight:700;margin:6px 0 12px}
.creds p{font-size:13px;color:var(--ink-2);line-height:1.95;margin:0;text-align:left}
.creds-note{margin-top:26px;text-align:center;font-size:13.5px;color:var(--ink-2);line-height:1.9}

/* ---------- スタッフ（顔写真） ---------- */
/* 対応エリアの地図 */
.area-map{margin:0 auto 30px;max-width:640px;text-align:center}
.area-map img{width:100%;height:auto;border:2px solid var(--line);border-radius:var(--r);background:#f4f7f8}
.area-map figcaption{font-size:12.5px;color:var(--ink-3);line-height:1.9;margin-top:10px}

.staff{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);max-width:720px;margin:0 auto}
.staff:has(li:only-child){grid-template-columns:1fr;max-width:260px}
.staff li{text-align:center}
.staff .ph{aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--line-2);margin-bottom:14px;
  border:5px solid var(--white);box-shadow:0 0 0 3px var(--green),var(--shadow-m)}
.staff .ph img{width:100%;height:100%;object-fit:cover;display:block}
.staff b{display:block;font-family:var(--round);font-size:16.5px;color:var(--cocoa);font-weight:700}
.staff small{display:block;font-size:11.5px;color:var(--ink-3);margin-top:5px;line-height:1.7}
@media(max-width:560px){.staff{gap:12px}.staff b{font-size:14px}.staff small{font-size:10.5px}}
/* 真ん中だけわずかに上げて、一直線を避ける */
@media(min-width:560px){.staff li:nth-child(2){transform:translateY(-14px)}}

/* ---------- 認定証・許可証の実物 ---------- */
.certs{display:grid;gap:14px;grid-template-columns:repeat(2,1fr);max-width:1000px;margin:0 auto}
@media(min-width:760px){.certs{grid-template-columns:repeat(4,1fr);gap:18px}}
.certs figure{margin:0;background:var(--white);border:2px solid var(--line);border-radius:var(--r);
  padding:12px 12px 0;display:flex;flex-direction:column}
.certs img{width:100%;height:auto;display:block;border-radius:4px}
.certs figcaption{padding:12px 2px 14px;font-size:12px;line-height:1.7;color:var(--ink-2);
  font-family:var(--round);flex:1}
.certs figcaption b{display:block;color:var(--cocoa);font-size:13px;margin-bottom:3px}
@media(min-width:900px){.certs figcaption{font-size:12.5px}.certs figcaption b{font-size:14px}}

/* ---------- 代表メッセージ ---------- */
.lead-big{font-family:var(--round);font-size:18px;font-weight:700;color:var(--cocoa);
  line-height:2;margin-bottom:26px}
@media(min-width:900px){.lead-big{font-size:22px}}
.pullquote{margin:0;padding:34px 26px;text-align:center;font-family:var(--round);
  font-size:21px;font-weight:700;color:var(--cocoa);line-height:1.95;
  border-top:3px solid var(--cocoa);border-bottom:3px solid var(--cocoa);position:relative}
@media(min-width:900px){.pullquote{font-size:29px;padding:46px 30px}}
.pullquote em{font-style:normal;color:var(--orange);position:relative;white-space:nowrap}
.pullquote em::after{content:"";position:absolute;left:0;right:0;bottom:-.1em;height:.1em;
  background:var(--yellow);border-radius:99px;opacity:.6;transform:rotate(-.5deg)}
.memories{background:var(--cream-2);border-left:4px solid var(--yellow);
  padding:24px 24px 20px;margin:28px 0;border-radius:0 var(--r) var(--r) 0}
.memories p{margin:0;font-size:14.5px;line-height:2.3;color:var(--ink-2)}
.memories .m-note{margin-top:14px;font-family:var(--round);font-weight:700;
  color:var(--cocoa);font-size:15px}
.sign{text-align:right;font-family:var(--round);font-weight:700;color:var(--cocoa);
  font-size:16px;margin-top:38px}
.motto{margin:22px auto 0;max-width:520px;padding:30px 22px;background:var(--cocoa);
  border-radius:var(--r);color:#fff;text-align:center}
.motto p{margin:0;font-family:var(--round);font-weight:700;line-height:1.6}
.motto .m1{font-size:26px;color:var(--yellow)}
.motto .m2{font-size:19px;margin-top:6px}
@media(min-width:900px){.motto .m1{font-size:34px}.motto .m2{font-size:23px}}

/* ---------- モーション（控えめに・意味のある所だけ） ---------- */
.rv{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.3,1)}
.rv.in{opacity:1;transform:none}
.rv-d1{transition-delay:.08s}.rv-d2{transition-delay:.16s}.rv-d3{transition-delay:.24s}
.hd{transition:padding .25s ease,box-shadow .25s ease}
.hd.shrunk{box-shadow:0 2px 18px rgba(0,0,0,.1)}
.hd.shrunk .hd-logo img{height:34px;transition:height .25s ease}
.btn{transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(1px)}
.gal figure{transition:transform .25s ease,box-shadow .25s ease}
.gal figure:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}
.gal img{transition:transform .5s ease}
.gal figure:hover img{transform:scale(1.04)}

/* ---------- Before / After スライダー ---------- */
.ba{position:relative;overflow:hidden;border-radius:var(--r);background:var(--line-2);
  aspect-ratio:4/3;touch-action:pan-y;cursor:ew-resize;user-select:none}
.ba img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.ba .after{clip-path:inset(0 0 0 var(--x,50%))}
.ba .tag{position:absolute;bottom:10px;font-family:var(--num);font-size:12px;font-weight:700;
  letter-spacing:.12em;color:#fff;background:rgba(0,0,0,.62);padding:4px 11px;border-radius:99px;
  pointer-events:none}
.ba .tag-b{left:10px}.ba .tag-a{right:10px}
.ba .handle{position:absolute;top:0;bottom:0;left:var(--x,50%);width:3px;background:#fff;
  box-shadow:0 0 0 1px rgba(0,0,0,.18);pointer-events:none;transform:translateX(-1.5px)}
.ba .knob{position:absolute;top:50%;left:var(--x,50%);width:42px;height:42px;margin:-21px 0 0 -21px;
  border-radius:50%;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.32);pointer-events:none;
  display:grid;place-items:center}
.ba .knob::before{content:"";width:15px;height:9px;
  background:linear-gradient(90deg,var(--cocoa) 0 4px,transparent 4px 11px,var(--cocoa) 11px 15px);
  clip-path:polygon(0 50%,4px 0,4px 100%,100% 50%,11px 0,11px 100%)}
.ba-hint{margin-top:9px;font-size:11.5px;color:var(--ink-3);text-align:center}

@media(prefers-reduced-motion:reduce){
  .rv{opacity:1;transform:none;transition:none}
  .btn,.gal figure,.gal img,.hd{transition:none}
  .gal figure:hover{transform:none}.gal figure:hover img{transform:none}
}

/* ---------- 事例の作業データ ---------- */
.case-data{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin:18px 0 0;
  background:var(--line);border:1px solid var(--line);border-radius:var(--r-s);overflow:hidden}
.case-data>div{background:var(--white);padding:11px 8px;text-align:center;
  display:flex;flex-direction:column;justify-content:center;min-height:66px}
.case-data dt{font-size:10.5px;color:var(--ink-3);font-family:var(--round);margin-bottom:4px}
.case-data dd{margin:0;font-family:var(--num);font-size:17px;font-weight:700;color:var(--cocoa);
  line-height:1.25;font-variant-numeric:tabular-nums;white-space:nowrap;
  overflow-wrap:normal;letter-spacing:-.01em}
/* 「15時間（3日間）」のような長い値は少し縮めて1行に収める */
.case-data dd{font-size:clamp(13px,2.6vw,17px)}
@media(min-width:1100px){.case-data dd{font-size:16px}}
.case-data>div:last-child dd{color:var(--red)}
.case-note{margin-top:16px;background:var(--cream-2);border-radius:var(--r-s);padding:16px 17px;
  font-size:13px;line-height:2;color:var(--ink-2)}
.case-note b{display:block;font-family:var(--round);color:var(--cocoa);font-size:12.5px;
  margin-bottom:7px;letter-spacing:.03em}
.case-nophoto{grid-template-columns:1fr!important}
.case-nophoto .bd{padding-top:22px}

/* ---------- コラム ---------- */
.col-list{display:grid;gap:16px;grid-template-columns:1fr;max-width:980px;margin:0 auto}
@media(min-width:700px){.col-list{grid-template-columns:repeat(2,1fr);gap:20px}}
.col-card{display:block;background:var(--white);border:2px solid var(--line);
  border-radius:var(--r);padding:0;overflow:hidden;transition:.18s;position:relative}
.col-card .th{display:block;background:var(--cream)}
.col-card .th img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.col-card .bd{display:block;padding:20px 22px 22px}
.col-card:hover{border-color:var(--orange);transform:translateY(-3px);box-shadow:var(--shadow-m)}
.col-card .cat{display:inline-block;font-family:var(--round);font-size:11px;font-weight:700;
  color:#fff;background:var(--cocoa);padding:3px 11px;border-radius:99px;margin-bottom:12px}
.col-card h3{font-family:var(--round);font-size:17.5px;font-weight:700;color:var(--cocoa);
  line-height:1.65;margin-bottom:9px;text-wrap:balance}
.col-card p{font-size:13px;color:var(--ink-2);line-height:1.9;margin:0 0 12px}
.col-card time{font-family:var(--num);font-size:12.5px;color:var(--ink-3);letter-spacing:.06em}
@media(min-width:700px){.col-list .col-card:nth-child(2n){transform:translateY(14px)}
  .col-list .col-card:nth-child(2n):hover{transform:translateY(11px)}}

.numlist{counter-reset:n;list-style:none;padding:0;margin:18px 0}
.numlist li{counter-increment:n;position:relative;padding:0 0 14px 46px;line-height:2}
.numlist li::before{content:counter(n);position:absolute;left:0;top:2px;width:30px;height:30px;
  border-radius:50%;background:var(--cocoa);color:#fff;font-family:var(--num);font-size:16px;
  font-weight:700;display:grid;place-items:center}

.voice{margin:0;background:var(--white);border-radius:var(--r);padding:30px 26px;
  box-shadow:var(--shadow);position:relative;border-left:5px solid var(--yellow)}
.voice p{font-size:15px;line-height:2.15;color:var(--ink);margin:0 0 14px}
.voice footer{font-family:var(--round);font-weight:700;color:var(--cocoa);text-align:right;font-size:14.5px}
@media(min-width:900px){.voice{padding:42px 40px}.voice p{font-size:16.5px}}

.cta-inline{margin-top:38px;padding:26px 22px;background:var(--cream-2);border-radius:var(--r);text-align:center}
.cta-inline p{margin:0 0 16px;font-size:14px;color:var(--ink-2)}
.cta-inline .btn{margin:0 5px 8px}

/* ---------- ご依頼者様との写真 ---------- */
.thanks{display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}
@media(min-width:640px){.thanks{grid-template-columns:repeat(5,1fr);gap:12px}}
.thanks figure{margin:0;position:relative;border-radius:var(--r-s);overflow:hidden;
  background:var(--line-2);box-shadow:var(--shadow)}
.thanks img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .5s ease}
.thanks figure:hover img{transform:scale(1.07)}
.thanks figcaption{position:absolute;left:0;right:0;bottom:0;padding:16px 8px 7px;
  font-size:10.5px;color:#fff;font-family:var(--round);line-height:1.4;
  background:linear-gradient(transparent,rgba(0,0,0,.72));opacity:0;transition:opacity .25s ease}
.thanks figure:hover figcaption{opacity:1}
@media(min-width:900px){.thanks figcaption{font-size:11.5px}}
@media(prefers-reduced-motion:reduce){.thanks img{transition:none}
  .thanks figure:hover img{transform:none}.thanks figcaption{opacity:1}}

/* ---------- 実績サマリー ---------- */
.stats3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:760px;margin:0 auto;
  list-style:none;padding:0}
@media(min-width:640px){.stats3{gap:18px}}
.stats3 li{background:var(--white);border:2px solid var(--line);border-radius:var(--r);
  padding:20px 8px 16px;text-align:center}
.stats3 li:nth-child(2){border-color:var(--orange)}
@media(min-width:640px){.stats3 li:nth-child(2){transform:translateY(-10px)}}
.stats3 b{display:block;font-family:var(--num);font-size:34px;font-weight:700;color:var(--cocoa);
  line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}
.stats3 li:nth-child(2) b{color:var(--orange)}
.stats3 b small{font-size:14px;margin-left:2px}
.stats3 span{display:block;font-size:11px;color:var(--ink-3);margin-top:8px;font-family:var(--round)}
@media(min-width:640px){.stats3 b{font-size:44px}.stats3 span{font-size:12.5px}}
.c-lead{font-size:13.5px;color:var(--ink-2);line-height:1.95;margin:0 0 10px;font-weight:500}
.c-area{margin:14px 0 0;font-size:12.5px}
.c-area a{font-family:var(--round);font-weight:700}
/* エリアページの事例 */
.area-cases{display:grid;gap:14px;grid-template-columns:1fr;margin-top:8px}
@media(min-width:700px){.area-cases{grid-template-columns:repeat(2,1fr);gap:18px}}
.ac{background:var(--white);border:2px solid var(--line);border-radius:var(--r);overflow:hidden;
  display:flex;flex-direction:column}
.ac .ph{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.ac .ph figure{margin:0;position:relative}
.ac .ph img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.ac .ph figcaption{position:absolute;left:6px;bottom:6px;font-family:var(--num);font-size:10px;
  font-weight:700;letter-spacing:.1em;color:#fff;background:rgba(0,0,0,.6);padding:2px 7px;border-radius:99px}
.ac .bd{padding:15px 16px 17px}
.ac h4{font-family:var(--round);font-size:15px;color:var(--cocoa);font-weight:700;margin-bottom:9px;line-height:1.6}
.ac dl{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);
  border:1px solid var(--line);border-radius:var(--r-s);overflow:hidden;margin:0}
.ac dl>div{background:var(--cream);padding:8px 6px;text-align:center}
.ac dt{font-size:9.5px;color:var(--ink-3);margin-bottom:3px;font-family:var(--round)}
.ac dd{margin:0;font-family:var(--num);font-size:15px;font-weight:700;color:var(--cocoa);
  white-space:nowrap;font-variant-numeric:tabular-nums}
.ac dl>div:last-child dd{color:var(--red)}
.c-tax{margin:9px 0 0;font-size:11px;color:var(--ink-3);line-height:1.7}

/* ================= 費用相場ページ（price-guide） ================= */
.tbl-note{font-size:13px;color:var(--ink-3);line-height:1.9;margin:14px 2px 0}
.tbl-note a{color:var(--orange-d);font-weight:700}
.tbl .ct{text-align:center;white-space:nowrap;font-size:13.5px;color:var(--ink-2)}
.tbl .tn{display:block;font-size:12px;color:var(--ink-3);font-weight:400;margin-top:3px;line-height:1.6}
.tbl .yen.str{color:var(--orange-d)}
.tbl-pg tbody td:first-child{min-width:170px}

.dist{margin-top:42px;background:var(--white);border:2px solid var(--line);border-radius:var(--r);padding:26px 24px}
.dist h3{font-family:var(--round);font-size:16px;margin:0 0 18px}
.bar{display:grid;grid-template-columns:88px 1fr 46px;align-items:center;gap:12px;margin:9px 0}
.bar .bl{font-size:12.5px;color:var(--ink-2);white-space:nowrap}
.bar .bt{background:var(--cream);border-radius:99px;height:16px;overflow:hidden}
.bar .bt i{display:block;height:100%;width:var(--w);border-radius:99px;
  background:linear-gradient(90deg,var(--orange),var(--orange-d));transition:width .9s cubic-bezier(.2,.7,.2,1)}
.bar .bn{font-size:12.5px;color:var(--ink-2);text-align:right;white-space:nowrap}

.cmp2{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:26px 0 30px}
.cmp2>div{background:var(--white);border:2px solid var(--line);border-radius:var(--r);padding:22px 20px}
.cmp2>div:last-child{transform:translateY(14px);border-color:var(--orange-p)}
.cmp2 .cl{display:inline-block;font-family:var(--round);font-weight:800;font-size:24px;
  color:var(--green-d);letter-spacing:-.01em;line-height:1.2}
.cmp2 .cl.hi{color:var(--orange-d)}
.cmp2 b{display:block;font-size:14px;margin:10px 0 8px;line-height:1.7}
.cmp2 p{font-size:13.5px;color:var(--ink-2);line-height:1.95;margin:0}
@media(max-width:700px){
  .cmp2{grid-template-columns:1fr;gap:14px}
  .cmp2>div:last-child{transform:none}
  .bar{grid-template-columns:74px 1fr 40px;gap:9px}
  .bar .bl,.bar .bn{font-size:11.5px}
  .dist{padding:22px 16px}
  /* 間取り別の表は、スマホでは横スクロールさせずに1行ずつ積む */
  .tbl-pg{min-width:0;display:block}
  .tbl-pg thead{display:none}
  .tbl-pg tbody,.tbl-pg tbody tr,.tbl-pg tbody td{display:block}
  .tbl-pg tbody tr{padding:15px 16px;border-bottom:1px solid var(--line)}
  .tbl-pg tbody tr:last-child{border-bottom:0}
  .tbl-pg tbody td{border-bottom:0;padding:0;text-align:left}
  .tbl-pg tbody td:first-child{min-width:0;margin-bottom:9px}
  .tbl-pg tbody td.yen{display:inline-block;width:48%;vertical-align:top;font-size:23px;line-height:1.25}
  .tbl-pg tbody td.yen::before{content:attr(data-l);display:block;font-family:var(--font);
    font-size:11px;font-weight:700;color:var(--ink-3);letter-spacing:.03em;margin-bottom:3px}
}

/* ================= コラム内の写真 ================= */
.cgal,.cba{display:grid;gap:14px;margin:28px 0 34px}
.cgal.g2,.cba{grid-template-columns:1fr 1fr}
.cgal.g3{grid-template-columns:repeat(3,1fr)}
.cgal figure,.cba figure,.cfig{margin:0}
.cgal img,.cba img,.cfig img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;
  border-radius:var(--r);border:2px solid var(--line);background:var(--cream)}
.cgal figcaption,.cba figcaption,.cfig figcaption{
  font-size:12.5px;color:var(--ink-3);line-height:1.8;margin-top:9px;padding:0 2px}
.cfig{margin:28px 0 34px}
.cfig img{aspect-ratio:16/10}
.cba figure{position:relative}
.cba figcaption{font-family:var(--round);font-weight:700;color:var(--cocoa);font-size:12px;
  letter-spacing:.06em;margin-top:8px}
.cba figure:first-child figcaption::before,
.cba figure:last-child figcaption::before{
  content:"";display:inline-block;width:8px;height:8px;border-radius:50%;
  margin-right:7px;vertical-align:1px;background:var(--ink-3)}
.cba figure:last-child figcaption::before{background:var(--green)}
.cgal figure:nth-child(2),.cba figure:last-child{transform:translateY(12px)}
@media(max-width:700px){
  .cgal.g3{grid-template-columns:1fr 1fr}
  .cgal.g3 figure:nth-child(3){grid-column:1/-1}
  .cgal.g3 figure:nth-child(3) img{aspect-ratio:16/9}
  .cgal figure:nth-child(2),.cba figure:last-child{transform:none}
  .cgal,.cba{gap:11px;margin:22px 0 26px}
}
.cmp2>div{padding:0;overflow:hidden}
.cmp2>div img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:var(--cream)}
.cmp2 .cl{margin:18px 20px 0}
.cmp2 b{margin:10px 20px 8px}
.cmp2 p{margin:0 20px 20px}

/* ================= エリアの現場日誌 ================= */
.diary{display:grid;gap:34px}
.di{background:var(--white);border:2px solid var(--line);border-radius:var(--r);
  padding:28px 26px 26px;position:relative}
.di:nth-child(even){transform:translateY(10px)}
.dh{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.dh .cat{font-family:var(--round);font-size:11px;font-weight:700;color:#fff;
  background:var(--cocoa);padding:3px 11px;border-radius:99px}
.dh time{font-family:var(--num);font-size:12.5px;color:var(--ink-3);letter-spacing:.06em}
.di h3{font-family:var(--round);font-size:19px;font-weight:700;color:var(--cocoa);
  line-height:1.65;margin:0 0 16px;text-wrap:balance}
.di .dp p{font-size:14px;color:var(--ink-2);line-height:2.05;margin:0 0 14px}
.di .dp p:last-child{margin-bottom:0}
.dg{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1px;
  background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin:0 0 18px}
.dg>div{background:var(--cream);padding:11px 12px;text-align:center}
.dg dt{font-size:11px;color:var(--ink-3);margin-bottom:4px;font-weight:400}
.dg dd{font-family:var(--round);font-weight:700;font-size:14.5px;color:var(--cocoa);
  margin:0;white-space:nowrap}
.dfig{display:grid;gap:12px;margin-top:20px}
.dfig.g2{grid-template-columns:1fr 1fr}
.dfig figure{margin:0}
.dfig img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;
  border-radius:10px;border:1px solid var(--line);background:var(--cream)}
.dfig figcaption{font-size:12px;color:var(--ink-3);line-height:1.75;margin-top:8px}
.dv{margin:18px 0 0;padding:18px 20px;background:var(--orange-p);border-radius:10px;
  border-left:5px solid var(--orange)}
.dv p{font-size:13.5px;color:var(--ink);line-height:2;margin:0}
.dv cite{display:block;font-style:normal;font-size:12px;color:var(--ink-3);margin-top:9px}
@media(max-width:700px){
  .di{padding:22px 18px}
  .di:nth-child(even){transform:none}
  .di h3{font-size:17px}
  .dfig.g2{grid-template-columns:1fr}
  .diary{gap:24px}
}
/* 金額の3数字は桁が多いので、幅に合わせて縮める */
.stats3.s-yen b{font-size:clamp(17px,4.6vw,40px);letter-spacing:-.02em;white-space:nowrap}
.stats3.s-yen b small{font-size:.42em;margin-left:1px}
.stats3.s-yen span{font-size:10.5px;line-height:1.6}
.stats3.s-yen li{padding-left:6px;padding-right:6px;min-width:0}
@media(min-width:640px){.stats3.s-yen span{font-size:12.5px}.stats3.s-yen li{padding-left:16px;padding-right:16px}}
@media(max-width:639px){.stats3.s-yen span{font-size:10px;letter-spacing:-.02em}}

/* .prose の中に置いたときに、チェックマークと字下げが付かないようにする */
.prose ul.stats3{margin:0 auto}
.prose ul.stats3 li{padding:18px 6px 15px;margin-bottom:0;font-size:inherit;line-height:inherit}
.prose ul.stats3 li::before{display:none;content:none}
@media(min-width:640px){.prose ul.stats3 li{padding:20px 16px 16px}}
.stats3.s-yen li{padding:18px 6px 15px}


/* ================= スマホのファーストビューを1画面に収める =================
   下に固定CTA（59px）が常時あるため、そのぶん詰めないと
   いちばん効く「3,000件・97%・0円」のバッジが隠れてしまう */
@media(max-width:899px){
  .hero-in{padding:26px 18px 26px}
  .hero-badge{margin-bottom:14px;padding:7px 16px;font-size:11.5px}
  .hero h1{font-size:clamp(26px,7.2vw,40px);line-height:1.32;margin-bottom:10px}
  .hero .h-lead{font-size:12.5px;line-height:1.75;margin-bottom:16px}
  .hero-cta .btn{padding:15px 20px;font-size:15.5px}
  .hero-cta{gap:10px}
  .hero-note{font-size:11.5px;margin-top:10px}
  .hero-figs{margin-top:14px;gap:10px}
  .hero-figs div{width:92px;height:92px;font-size:10.5px}
  .hero-figs b{font-size:29px}
  /* 固定CTAの下に隠れる分を、ページ全体で確保する */
  body{padding-bottom:60px}
}

/* 電話ボタンは、PCでは番号そのものを出す（PCでは tel: を押しても何も起きないため） */
.btn-tel .num{display:none}
@media(min-width:900px){
  .btn-tel{line-height:1.25}
  .btn-tel .lb{display:block;font-size:12.5px;font-weight:400;opacity:.95;letter-spacing:.04em}
  .btn-tel .num{display:block;font-family:var(--num);font-size:27px;letter-spacing:.01em;font-weight:700}
}

/* ================= 料金を読んだ直後のCTA ================= */
.quickcta{background:var(--cream-2);padding:46px 20px;text-align:center;
  border-top:2px solid var(--line);border-bottom:2px solid var(--line)}
.quickcta .q1{font-family:var(--round);font-weight:700;font-size:clamp(17px,2.6vw,22px);
  color:var(--cocoa);line-height:1.7;margin:0 0 8px;text-wrap:balance}
.quickcta .q2{font-size:13.5px;color:var(--ink-2);margin:0 0 22px}
.quickcta .q-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.quickcta .q-btns .btn{min-width:270px}
.quickcta .q3{font-size:12.5px;color:var(--ink-3);margin:18px 0 0;line-height:1.85}
@media(max-width:700px){
  .quickcta{padding:34px 18px}
  .quickcta .q-btns{flex-direction:column;gap:11px}
  .quickcta .q-btns .btn{min-width:0;width:100%}
}

/* ================= TOP：実績31件の相場ブロック ================= */
.realprice{display:grid;grid-template-columns:1.35fr 1fr;gap:30px;align-items:center;
  background:var(--white);border:2px solid var(--line);border-radius:var(--r);
  padding:32px 30px;margin-top:30px;max-width:1000px;margin-left:auto;margin-right:auto}
.rp-en{display:block;font-family:var(--num);font-size:11.5px;letter-spacing:.22em;
  color:var(--orange-d);font-weight:700;margin-bottom:10px}
.realprice h3{font-family:var(--round);font-weight:700;font-size:clamp(17px,2.3vw,21px);
  color:var(--cocoa);line-height:1.65;margin:0 0 12px}
.realprice p{font-size:13.5px;color:var(--ink-2);line-height:1.95;margin:0 0 20px}
.rp-r{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.rp-r li{background:var(--cream);border-radius:10px;padding:13px 16px;display:flex;
  align-items:baseline;justify-content:space-between;gap:10px}
.rp-r li:nth-child(2){background:var(--orange-p)}
.rp-r b{font-family:var(--num);font-size:27px;font-weight:700;color:var(--cocoa);
  line-height:1;white-space:nowrap;letter-spacing:-.01em}
.rp-r li:nth-child(2) b{color:var(--orange-d)}
.rp-r b small{font-size:.48em;margin-left:1px}
.rp-r span{font-size:11.5px;color:var(--ink-3);text-align:right;line-height:1.5}
@media(max-width:820px){
  .realprice{grid-template-columns:1fr;gap:22px;padding:26px 20px}
}

/* ================= 事例カードのお客様の声 ================= */
.cv{margin:18px 0 0;padding:16px 18px;background:var(--orange-p);border-radius:10px;
  border-left:5px solid var(--orange)}
.cv p{font-size:13px;color:var(--ink);line-height:1.95;margin:0}
.cv cite{display:block;font-style:normal;font-size:11.5px;color:var(--ink-3);margin-top:8px}
.areamap{margin:20px 0 8px}
.areamap img{width:100%;max-width:560px;display:block;border-radius:var(--r);border:2px solid var(--line)}
.areamap figcaption{font-size:12.5px;color:var(--ink-3);margin-top:9px;line-height:1.8}

/* ================= ヒーローのスライド（実績の帯つき） ================= */
.hero-dots{position:absolute;right:16px;top:16px;z-index:3;display:flex;gap:6px}
.hero-dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.45);
  transition:width .3s ease,background .3s ease}
.hero-dots i.on{background:#fff;width:22px;border-radius:99px}
.hero-cap{position:absolute;left:0;right:0;bottom:0;z-index:3;pointer-events:none;
  background:linear-gradient(180deg,rgba(40,24,12,0),rgba(40,24,12,.9));
  padding:46px 20px 14px}
@media(min-width:900px){.hero-cap{padding:52px 34px 18px}}
.hero-cap p{margin:0 auto;max-width:var(--wrap);color:#fff;font-size:12.5px;line-height:1.7;
  display:flex;align-items:baseline;gap:11px;flex-wrap:wrap;text-align:left;
  opacity:0;transform:translateY(6px);transition:opacity .6s ease,transform .6s ease}
.hero-cap p.on{opacity:1;transform:none}
@media(min-width:900px){.hero-cap p{font-size:13.5px}}
.hero-cap .tag{font-family:var(--round);font-weight:700;font-size:10.5px;letter-spacing:.08em;
  background:rgba(255,255,255,.2);border-radius:99px;padding:4px 11px;white-space:nowrap}
.hero-cap .yen{font-family:var(--num);font-weight:700;font-size:21px;color:var(--yellow);
  letter-spacing:.01em}
/* 帯のぶん、ヒーローの下に余白を足す（高さはJSが実測して --capH に入れる） */
.hero.has-cap .hero-in{padding-bottom:calc(var(--capH,66px) - 22px)}
@media(min-width:900px){.hero.has-cap .hero-in{padding-bottom:calc(var(--capH,86px) - 6px)}}
@media (prefers-reduced-motion: reduce){
  .hero-bg img{transition:none}
  .hero-bg img.on.kb{animation:none}
  .hero-cap p{transition:none}
}

/* ================= ヒーローのロゴ（右から歩いてきて組み上がる） ================= */
.hero-logo{display:flex;align-items:flex-end;justify-content:center;gap:0;
  margin:0 auto 20px;width:min(340px,74vw);filter:drop-shadow(0 6px 18px rgba(0,0,0,.45))}
@media(min-width:900px){.hero-logo{width:420px;margin-bottom:24px}}
.hero-logo span{display:block}
.hero-logo .la{width:68.6%}
.hero-logo .lb{width:31.4%}
.hero-logo img{width:100%;height:auto;display:block}
/* 初期状態は「組み上がった状態」。JSが .anim を付けたときだけ動かす */
.hero-logo.anim .la{opacity:0;animation:logoA .7s .15s ease-out forwards}
.hero-logo.anim .lb{opacity:0;animation:logoB 1.15s .1s cubic-bezier(.32,.72,.35,1) forwards}
@keyframes logoA{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes logoB{
  0%  {opacity:0;transform:translateX(84vw) translateY(0)}
  12% {opacity:1}
  30% {transform:translateX(52vw) translateY(-4px)}
  50% {transform:translateX(32vw) translateY(0)}
  70% {transform:translateX(16vw) translateY(-4px)}
  88% {transform:translateX(3vw)  translateY(0)}
  100%{opacity:1;transform:none}
}
@media (prefers-reduced-motion: reduce){
  .hero-logo.anim .la,.hero-logo.anim .lb{opacity:1;animation:none}
}

/* 見出しまわり */
.hero-catch{font-family:var(--round);font-weight:700;font-size:14px;letter-spacing:.01em;
  color:#fff;margin:0 0 10px;line-height:1.75;text-shadow:0 1px 6px rgba(0,0,0,.45)}
@media(min-width:900px){.hero-catch{font-size:17px;margin-bottom:10px}}
.hero-sub{font-family:var(--round);font-weight:700;font-size:12.5px;letter-spacing:.02em;
  color:var(--yellow);margin:0 0 14px;line-height:1.7}
@media(min-width:900px){.hero-sub{font-size:14.5px;margin-bottom:16px}}

/* 見出しの折り返し：PCは2行、スマホは3行 */
.hero h1 .br-sp{display:none}
@media(max-width:899px){.hero h1 .br-sp{display:inline}}

/* スマホのファーストビューを1画面に収める（ロゴが増えたぶん詰める） */
@media(max-width:899px){
  .hero-logo{width:min(252px,58vw);margin-bottom:11px}
  .hero h1{font-size:clamp(24px,6.6vw,36px);line-height:1.34;margin-bottom:9px}
  .hero-catch{font-size:12.5px;margin-bottom:8px}
  .hero-sub{font-size:11.5px;margin-bottom:11px}
  .hero .h-lead{font-size:11.5px;line-height:1.7;margin-bottom:11px}
  .hero-cta{gap:9px}
  .hero-cta .btn{padding:13px 18px;font-size:15px}
  .hero-note{font-size:11px;margin-top:8px}
  .hero-figs{margin-top:12px;gap:9px}
  .hero-figs div{width:88px;height:88px;font-size:10.5px}
  .hero-figs b{font-size:26px}
  .hero-in{padding:20px 16px 22px}
}

/* PCも1画面に収める（ロゴが増えたぶん） */
@media(min-width:900px){
  .hero-in{padding:40px 20px 36px}
  .hero-logo{width:330px;margin-bottom:18px}
  .hero h1{margin-bottom:12px}
  .hero .h-lead{margin-bottom:20px}
  .hero-figs{margin-top:18px}
  .hero-figs div{width:112px;height:112px}
  .hero-figs b{font-size:38px}
}
/* 画面の低い端末（iPhone SE など）はもう一段詰める */
@media(max-width:899px) and (max-height:800px){
  .hero-logo{width:min(238px,56vw);margin-bottom:11px}
  .hero-figs{margin-top:12px}
  .hero-figs div{width:80px;height:80px;font-size:10px}
  .hero-figs b{font-size:23px}
  .hero .h-lead{margin-bottom:12px;font-size:12px}
  .hero-in{padding:16px 16px 18px}
}
.hero-sub .sub-br::before{content:"／"}
@media(max-width:520px){.hero-sub .sub-br{display:block;height:0}.hero-sub .sub-br::before{content:""}}
