:root{
  --green:#1f8a70; --green-d:#15634f; --green-l:#e9f5f1; --green-ll:#f3faf8;
  --orange:#f47b20; --orange-d:#d9650f; --cream:#fbf6ee; --ink:#2c2a27; --sub:#5d5953;
  --line:#06c755; --gold:#c9a24b; --shadow:0 10px 30px rgba(30,60,50,.12); --maxw:1080px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;
  color:var(--ink);background:var(--cream);line-height:1.95;font-size:17px;-webkit-font-smoothing:antialiased;word-break:break-word}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.narrow{max-width:840px}
/* header */
.hd{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(6px);border-bottom:1px solid #eadfce;box-shadow:0 2px 12px rgba(0,0,0,.05)}
.hd .wrap{display:flex;align-items:center;justify-content:space-between;height:66px}
.hd .logo{font-weight:800;font-size:18px;color:var(--green-d);line-height:1.3}
.hd .logo small{display:block;font-weight:600;font-size:11px;color:var(--sub)}
.hd .htools{display:flex;align-items:center;gap:10px}
.hd .tel{font-weight:800;color:var(--green-d);font-size:22px;line-height:1}
.hd .tel small{display:block;font-size:10px;color:var(--sub);font-weight:600}
.btn-line{background:var(--line);color:#fff;font-weight:800;padding:11px 18px;border-radius:30px;font-size:15px;display:inline-flex;align-items:center;gap:7px;box-shadow:0 4px 10px rgba(6,199,85,.35)}
/* breadcrumb */
.crumb{background:#fff;border-bottom:1px solid #eee;font-size:13px;color:var(--sub)}
.crumb .wrap{padding:10px 20px}
.crumb a{color:var(--green-d);font-weight:700}
/* hero */
.hero{position:relative;background:linear-gradient(180deg,#eaf4f0,#fbf6ee)}
.hero-img img{width:100%;max-height:520px;object-fit:cover;object-position:center 35%}
.hero-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0 6%}
.hero-copy .eyebrow{display:inline-block;background:var(--orange);color:#fff;font-weight:800;padding:6px 16px;border-radius:6px;font-size:14px;margin-bottom:14px;box-shadow:var(--shadow);width:fit-content}
.hero-copy h1{font-size:36px;font-weight:900;line-height:1.5;color:var(--green-d);text-shadow:0 2px 14px rgba(255,255,255,.92),0 1px 2px #fff}
.hero-copy h1 b{color:var(--orange-d)}
.hero-copy .lead{margin-top:14px;font-size:18px;font-weight:700;color:#34322e;max-width:560px;text-shadow:0 1px 8px rgba(255,255,255,.95)}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hero-badges span{background:#fff;border:2px solid var(--green);color:var(--green-d);font-weight:800;padding:7px 13px;border-radius:30px;font-size:13.5px;box-shadow:var(--shadow)}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.cta-tel,.cta-line,.cta-form{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;padding:13px 24px;border-radius:14px;font-weight:900;box-shadow:var(--shadow);min-width:190px}
.cta-tel{background:var(--orange);color:#fff}.cta-tel b{font-size:25px;line-height:1.1}
.cta-tel small,.cta-line small,.cta-form small{font-size:12px;font-weight:700;opacity:.95;margin-top:2px}
.cta-line{background:var(--line);color:#fff}.cta-line b{font-size:19px}
.cta-form{background:#fff;color:var(--green-d);border:2px solid var(--green)}.cta-form b{font-size:19px}
/* sections */
section{padding:60px 0}
.sec-head{text-align:center;margin-bottom:34px}
.sec-head .ja{display:inline-block;color:var(--orange-d);font-weight:800;font-size:14px;letter-spacing:.18em;margin-bottom:8px}
.sec-head h2{font-size:28px;font-weight:900;line-height:1.55;color:var(--green-d)}
.sec-head h2 b{color:var(--orange-d)}
.sec-head .sub{margin-top:12px;color:var(--sub);font-size:16px}
.alt{background:var(--green-ll)}
/* tldr + notice */
.tldr{background:#fff;border:2px solid var(--green-l);border-left:8px solid var(--green);border-radius:14px;padding:24px 26px;box-shadow:var(--shadow)}
.tldr h3{color:var(--green-d);font-size:19px;font-weight:900;margin-bottom:12px}
.tldr ul{margin-left:20px}.tldr li{margin-bottom:7px;font-weight:700;font-size:16px}
.notice{background:#fff7ee;border:1px dashed var(--orange);border-radius:12px;padding:18px 22px;margin-top:18px;font-size:14.5px;color:#6a5a44}
.notice b{color:var(--orange-d)}
/* question blocks */
.qblock{max-width:840px;margin:0 auto 26px;background:#fff;border-radius:16px;padding:28px 30px;box-shadow:var(--shadow)}
.qblock h2{font-size:23px;color:var(--green-d);font-weight:900;line-height:1.5;margin-bottom:14px;padding-left:42px;position:relative}
.qblock h2:before{content:"Q";position:absolute;left:0;top:0;background:var(--orange);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px}
.qblock .lead-a{font-size:17px;font-weight:800;color:var(--orange-d);background:var(--green-ll);border-radius:10px;padding:14px 16px;margin-bottom:14px}
.qblock p{margin-bottom:12px;color:#403d38}
.qblock .term{background:var(--green-l);color:var(--green-d);font-weight:800;padding:1px 7px;border-radius:5px}
/* worries */
.worry-list{list-style:none;max-width:760px;margin:0 auto;background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:8px 18px;border-left:6px solid var(--orange)}
.worry-list li{padding:11px 0 11px 36px;position:relative;font-size:15.5px;font-weight:700;line-height:1.55}
.worry-list li+li{border-top:1px dashed #e3dac9}
.worry-list li:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);color:#fff;background:var(--orange);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}
/* 4 steps */
.steps-illust{max-width:900px;margin:0 auto 32px;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}
.cause-lead{text-align:center;font-size:17px;font-weight:800;color:var(--ink);max-width:640px;margin:0 auto 16px;line-height:1.7}
.cause-ig{max-width:540px;margin:0 auto 38px}
.cause-ig img{width:100%;display:block;border-radius:18px;box-shadow:var(--shadow)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1000px;margin:0 auto}
.step{background:#fff;border-radius:16px;padding:22px 16px;text-align:center;box-shadow:var(--shadow);position:relative}
.step .n{width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff;font-weight:900;font-size:19px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}
.step h4{font-size:18px;color:var(--green-d);font-weight:900;margin-bottom:8px}
.step p{font-size:14px;color:var(--sub);line-height:1.7}
.step:not(:last-child):after{content:"▶";position:absolute;right:-12px;top:50%;transform:translateY(-50%);color:var(--orange);font-size:15px;z-index:2}
/* clinical cards */
.clinic{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:980px;margin:0 auto}
.clinic .cc{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.clinic .cc img{width:100%;height:230px;object-fit:cover}
.clinic .cc .ccb{padding:22px 24px}
.clinic .cc h3{color:var(--green-d);font-size:20px;font-weight:900;margin-bottom:10px}
.clinic .cc p{font-size:15px;color:#403d38}
/* compare good/bad */
.compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:26px auto 0}
.compare .col{border-radius:16px;padding:22px;box-shadow:var(--shadow)}
.compare .bad{background:#fff0ec;border:2px solid #f3b7a4}
.compare .good{background:var(--green-ll);border:2px solid var(--green-l)}
.compare h4{font-size:18px;font-weight:900;margin-bottom:10px}
.compare .bad h4{color:#c0431c}.compare .good h4{color:var(--green-d)}
.compare ul{margin-left:18px}.compare li{margin-bottom:6px;font-size:15px}
.walk-illust{max-width:760px;margin:24px auto 0;border-radius:16px;box-shadow:var(--shadow);overflow:hidden}
/* voices / flow / pricing / faq / final / footer (shared) */
.voices{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.voice{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.voice img{width:100%;height:180px;object-fit:cover}
.voice .vb{padding:20px}
.voice .vb .ba{display:inline-block;background:var(--green-l);color:var(--green-d);font-weight:800;font-size:13px;padding:5px 12px;border-radius:20px;margin-bottom:10px}
.voice .vb h4{font-size:17px;color:var(--green-d);font-weight:900;line-height:1.5;margin-bottom:8px}
.voice .vb p{font-size:14px;color:#4a463f}
.voice .vb .who{margin-top:10px;font-size:12.5px;color:var(--sub)}
.disclaimer{text-align:center;margin-top:18px;font-size:12.5px;color:var(--sub)}
.flow{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.fstep{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);position:relative}
.fstep .fimg{position:relative}.fstep .fimg img{width:100%;height:170px;object-fit:cover}
.fstep .fn{flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900;font-size:14px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.18)}
.fstep .fb{padding:14px}
.fstep .fb h4{font-size:16px;color:var(--green-d);font-weight:900;margin-bottom:6px;line-height:1.45;display:flex;align-items:center;gap:7px}
.fstep .fb p{font-size:13px;color:var(--sub);line-height:1.65}
.fstep:not(:last-child):after{content:"";position:absolute;right:-11px;top:80px;z-index:3;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:13px solid var(--orange)}
.price-wrap{max-width:760px;margin:0 auto}
.price-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
.price-table th,.price-table td{padding:15px 18px;text-align:left;border-bottom:1px solid #eee;font-size:15.5px}
.price-table th{background:var(--green);color:#fff;font-weight:800;width:40%}
.price-table tr:last-child td,.price-table tr:last-child th{border-bottom:none}
.price-note{margin-top:14px;font-size:12.5px;color:var(--sub);text-align:center}
.faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq details{background:#fff;border-radius:14px;box-shadow:var(--shadow);overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:20px 56px;font-weight:800;font-size:16.5px;color:var(--green-d);position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary:before{content:"Q";position:absolute;left:18px;top:18px;background:var(--green);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900}
.faq summary:after{content:"＋";position:absolute;right:20px;top:18px;color:var(--orange);font-size:22px;font-weight:900}
.faq details[open] summary:after{content:"－"}
.faq .ans{padding:0 22px 20px 56px;color:#403d38;font-size:15px;position:relative}
.faq .ans:before{content:"A";position:absolute;left:18px;top:0;background:var(--orange);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900}
/* supervisor fixed block */
.supbox{max-width:860px;margin:0 auto;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:30px;border-top:6px solid var(--gold)}
.supbox .role{color:var(--orange-d);font-weight:800;font-size:14px;letter-spacing:.1em}
.supbox .nm{font-size:27px;font-weight:900;color:var(--green-d);margin:6px 0}
.supbox .nm small{font-size:14px;color:var(--sub);font-weight:600;margin-left:8px}
.supquals{list-style:none;margin:14px 0;display:flex;flex-wrap:wrap;gap:8px}
.supquals li{background:var(--green-l);color:var(--green-d);font-weight:800;font-size:13px;padding:7px 13px;border-radius:30px}
.sup-main{display:grid;grid-template-columns:180px 1fr;gap:22px;align-items:start;margin-bottom:16px}
.sup-main .sp img{width:100%;border-radius:14px;box-shadow:var(--shadow);display:block}
.sup-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.sup-gallery figure{margin:0;background:var(--green-ll);border-radius:12px;padding:9px}
.sup-gallery img{width:100%;border-radius:8px;display:block}
.sup-gallery figcaption{font-size:12px;color:var(--sub);margin-top:7px;line-height:1.6}
.supbox p{font-size:15px;color:#403d38;margin-bottom:12px}
.supbox .hl{background:var(--green-ll);border-radius:12px;padding:16px 18px;font-size:15px}
.refs{max-width:860px;margin:0 auto;background:#fff;border-radius:14px;padding:24px 28px;box-shadow:var(--shadow);font-size:14px;color:#4a463f}
.refs h3{color:var(--green-d);font-size:17px;margin-bottom:12px}
.refs li{margin-bottom:8px;margin-left:18px}
.final{background:linear-gradient(160deg,var(--green),var(--green-d));color:#fff;text-align:center}
.final h2{font-size:30px;font-weight:900;line-height:1.5;margin-bottom:10px}
.final p{font-size:17px;opacity:.95;margin-bottom:26px}
.final .boxes{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.fbox{background:#fff;border-radius:18px;padding:24px 28px;color:var(--ink);min-width:270px;box-shadow:var(--shadow)}
.fbox .ic{font-size:28px;margin-bottom:8px}.fbox .ttl{font-weight:900;color:var(--green-d);font-size:16px;margin-bottom:8px}
.fbox .big{font-weight:900;font-size:30px;color:var(--orange-d);line-height:1.1}.fbox .sm{font-size:12.5px;color:var(--sub);margin-top:6px}
.fbox a.linebtn{display:inline-block;background:var(--line);color:#fff;font-weight:900;padding:13px 28px;border-radius:30px;font-size:18px;box-shadow:0 6px 14px rgba(6,199,85,.4)}
.fbox a.formbtn{display:inline-block;background:var(--orange);color:#fff;font-weight:900;padding:13px 28px;border-radius:30px;font-size:18px}
.ft{background:#23302b;color:#cfe0d9;padding:46px 0 120px;font-size:14px}
.ft .wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:30px}
.ft h3{color:#fff;font-size:18px;font-weight:900;margin-bottom:10px}
.ft .med{margin-top:16px;font-size:12px;color:#9fb4ab;line-height:1.8;border-top:1px solid #3a4a43;padding-top:14px}
.ft .cp{grid-column:1/-1;text-align:center;border-top:1px solid #3a4a43;padding-top:16px;margin-top:8px;color:#9fb4ab;font-size:12px}
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;grid-template-columns:1fr 1fr;box-shadow:0 -4px 16px rgba(0,0,0,.18)}
.sticky-cta a{padding:14px 6px;text-align:center;font-weight:900;color:#fff;font-size:16px;display:flex;flex-direction:column;align-items:center;gap:2px}
.sticky-cta .s-tel{background:var(--orange)}.sticky-cta .s-line{background:var(--line)}
.sticky-cta small{font-size:11px;font-weight:700;opacity:.95}
.float-badge{position:fixed;right:18px;bottom:22px;z-index:55;background:var(--orange);color:#fff;width:104px;height:104px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:900;font-size:14px;box-shadow:0 8px 22px rgba(0,0,0,.3);line-height:1.4;border:3px solid #fff}
.float-badge small{font-size:10px;font-weight:700}
.goal-list{border-left-color:var(--green)}.goal-list li:before{background:var(--green)}
@media(max-width:880px){
  body{font-size:16px}
  .hd .htools .tel{display:none}.hd .logo{font-size:15px}
  .hero-img img{height:auto;min-height:360px;max-height:none}
  .hero-copy{position:static;background:linear-gradient(180deg,rgba(255,255,255,0),#fbf6ee 78%);padding:24px 20px 8px}
  .hero-copy h1{font-size:25px}.hero-copy .lead{font-size:15.5px}
  .hero-cta{flex-direction:column;gap:10px}
  .cta-tel,.cta-line,.cta-form{min-width:0;flex:none;width:100%;padding:11px 12px}
  .cta-tel b{font-size:23px}
  .worry-list li{font-size:14.5px}
  .steps{grid-template-columns:1fr 1fr}.step:not(:last-child):after{display:none}
  .clinic,.compare{grid-template-columns:1fr}
  .voices{grid-template-columns:1fr}
  .flow{grid-template-columns:1fr}
  .fstep{display:grid;grid-template-columns:120px 1fr}.fstep .fimg img{height:100%;min-height:110px}
  .fstep:not(:last-child):after{left:54px;top:auto;bottom:-11px;right:auto;border-left:11px solid transparent;border-right:11px solid transparent;border-top:13px solid var(--orange);border-bottom:none}
  .sec-head h2{font-size:22px}.qblock h2{font-size:20px}
  .sup-main{grid-template-columns:104px 1fr;gap:12px}
  .sup-gallery{grid-template-columns:1fr}
  .ft .wrap{grid-template-columns:1fr}
  .sticky-cta{display:grid}.float-badge{display:none}
  section{padding:46px 0}
}