:root{
  --coral:#F77672;
  --soft:#FFF8F6;
  --pink:#FFE5DE;
  --deep:#4A2E28;
  --gold:#C9A96E;
  --line:#06C755;
  --border:#F9B2A7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color:var(--deep);
  background:linear-gradient(180deg,#fff 0%,var(--soft) 100%);
  line-height:1.65;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.site-header{
  height:74px;
  padding:10px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:rgba(255,255,255,.96);
  position:sticky;
  top:0;
  z-index:10;
  border-bottom:1px solid #efd8d2;
}
.logo span{display:block;color:var(--coral);font-size:13px;font-weight:700}
.logo strong{display:block;font-size:22px;letter-spacing:.02em}
.logo small{display:block;font-weight:700;font-size:12px}
nav{display:flex;gap:26px;font-size:14px;font-weight:700}
.header-line{
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  background:var(--line);
  padding:10px 18px;
  border-radius:12px;
  font-weight:800;
  box-shadow:0 5px 12px rgba(0,0,0,.15)
}
.header-line span,.line-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--line);
  border-radius:50%;
  font-weight:900;
  font-size:12px;
  width:42px;
  height:42px;
}
.hero{
  position:relative;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:0;
  min-height:432px;
  overflow:hidden;
  background:
    radial-gradient(circle at 75% 12%,rgba(255,255,255,.55) 0 95px,transparent 96px),
    linear-gradient(90deg,#fff9f7 0%,#fff1ec 43%,#bfeeff 100%);
  border-bottom:8px solid #fff;
}
.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:40px;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff);
}
.hero-copy{padding:34px 0 24px 44px;position:relative;z-index:2}
.ribbon{
  display:inline-block;
  background:var(--coral);
  color:#fff;
  padding:10px 24px;
  border-radius:999px;
  font-weight:800;
  font-size:17px;
}
h1{
  margin:22px 0 22px;
  font-size:52px;
  line-height:1.28;
  letter-spacing:.04em;
}
h1 span{color:var(--coral)}
.trust-circles{
  display:flex;
  gap:18px;
  margin:14px 0 18px;
}
.trust-circles div{
  width:134px;height:134px;
  border-radius:50%;
  background:linear-gradient(#ffe4de,#fff7f3);
  border:2px solid var(--border);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.55);
}
.trust-circles small{font-size:12px;font-weight:800}
.trust-circles b{font-size:24px;color:var(--coral);line-height:1.1}
.trust-circles span{font-size:12px;font-weight:800}
.first-consult{text-align:center;max-width:575px;margin:4px 0;color:#b34b42;font-weight:800}
.big-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  max-width:575px;
  background:var(--line);
  color:#fff;
  border-radius:13px;
  padding:14px 20px;
  box-shadow:0 8px 16px rgba(0,0,0,.2);
  font-size:31px;
  font-weight:900;
}
.big-line i{
  font-style:normal;
  display:inline-flex;
  width:32px;height:32px;
  align-items:center;justify-content:center;
  border-radius:50%;
  background:#fff;color:var(--line);
}
.hero-visual{position:relative;min-height:420px}
.hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.bubble{
  position:absolute;
  right:25px;top:36px;
  width:150px;height:150px;border-radius:50%;
  background:#fff9f4;border:2px dashed var(--border);
  display:flex;align-items:center;justify-content:center;text-align:center;
  font-weight:800;color:#7a4b3e;
}
.bubble b{color:var(--coral)}
.hero-note{
  position:absolute;
  right:34px;bottom:30px;
  background:rgba(255,255,255,.88);
  border:2px solid var(--border);
  border-radius:12px;
  padding:10px 18px;
  min-width:380px;
}
.hero-note p{margin:2px 0;font-weight:800}
.hero-note p:before{content:"✓";color:var(--coral);margin-right:8px}
.section{
  max-width:1190px;
  margin:0 auto;
  padding:34px 24px;
}
h2{
  text-align:center;
  color:var(--coral);
  font-size:28px;
  margin:0 0 20px;
}
.worry-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.worry-row article{
  min-height:105px;
  background:#fff;
  border:2px solid #ffd7d0;
  border-radius:50px;
  padding:20px 18px;
  text-align:center;
  font-weight:800;
  box-shadow:0 5px 18px rgba(244,168,150,.14);
}
.lead{text-align:center;font-size:21px;font-weight:900}
.lead strong{color:var(--coral)}
.reasons{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:18px;
}
.section-side{
  background:#ffece7;
  border:2px solid #ffc7bc;
  border-radius:22px;
  display:flex;align-items:center;justify-content:center;text-align:center;
  color:#b13d35;font-weight:900;font-size:22px;
}
.section-side b{font-size:42px}
.reason-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.reason-grid article{
  background:#fff;
  border:2px solid #ffd1c8;
  border-radius:16px;
  padding:18px 12px;
  text-align:center;
  min-height:150px;
}
.reason-grid span,.flow-steps span{
  display:inline-flex;
  width:32px;height:32px;border-radius:50%;
  align-items:center;justify-content:center;
  background:var(--coral);color:#fff;font-weight:900;
}
.reason-grid h3{font-size:15px;color:var(--coral);margin:8px 0}
.reason-grid p{font-size:13px;margin:0;font-weight:700}
.cars{
  display:grid;
  grid-template-columns:230px 1fr;
  gap:18px;
  background:#fff4ef;
  border:3px solid #ffc7bc;
  border-radius:20px;
  margin-top:14px;
}
.car-title h2{text-align:left;line-height:1.4}
.car-title span{color:var(--coral)}
.car-title p{font-weight:800}
.car-list{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.car{
  min-height:95px;
  background:#fff;
  border:1px solid #ffd3ca;
  border-radius:14px;
  display:flex;align-items:end;justify-content:center;
  padding:14px;
  font-weight:900;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.car:before{
  content:"";
  position:absolute;
  top:12px;left:50%;transform:translateX(-50%);
  width:100px;height:45px;border-radius:24px 24px 8px 8px;
  background:linear-gradient(135deg,#dceef1,#fff);
  border:2px solid #d6c2b5;
}
.car:after{
  content:"";
  position:absolute;
  top:51px;left:50%;transform:translateX(-50%);
  width:118px;height:20px;border-radius:10px;
  background:#f0efed;
}
.car.more{align-items:center;color:#7a4039}
.car.more:before,.car.more:after{display:none}
.price-band{
  max-width:1190px;
  margin:16px auto;
  display:grid;
  grid-template-columns:180px 1fr 160px;
  align-items:center;
  gap:16px;
  background:#fff;
  border-top:4px solid #ffd1c8;
  border-bottom:4px solid #ffd1c8;
  padding:22px 26px;
  text-align:center;
}
.plan{font-weight:900;color:#d24b40}
.price-main{font-size:32px;font-weight:900}
.price-main strong{font-size:50px;color:var(--coral)}
.price-main span{font-size:31px}
.price-band p{grid-column:2;margin:0;font-weight:900}
.price-badge{
  width:140px;height:140px;border-radius:50%;
  background:linear-gradient(135deg,#ff8d84,#ffaaa1);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;
}
.voice-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.voice-grid article{
  background:#fff;
  border:2px solid #ffd8d0;
  border-radius:20px;
  padding:18px;
}
.voice-grid img{height:72px;width:72px;border-radius:50%;object-fit:cover;margin-bottom:8px}
.voice-grid h3{color:#d85d56;margin:0 0 6px;font-size:18px}
.voice-grid p{font-weight:700;margin:0 0 8px}
.voice-grid small{
  display:inline-block;background:#ffb4a8;color:#fff;padding:6px 14px;border-radius:999px;font-weight:800
}
.sample-note{text-align:center;font-size:12px;color:#8b6b63}
.flow-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.flow-steps article{
  background:#fff;
  border:2px solid #ffd1c8;
  border-radius:16px;
  padding:18px 12px;
  text-align:center;
  position:relative;
}
.flow-steps h3{color:#d85d56;margin:8px 0}
.flow-steps p{font-size:13px;font-weight:700;margin:0}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px 30px;
}
details{
  background:#fffdfc;
  border-bottom:1px dashed #efc2b8;
  padding:12px 0;
}
summary{cursor:pointer;font-weight:900;color:#6b3d36}
summary::marker{color:var(--coral)}
details p{margin:10px 0 0;color:#7b5a52;font-weight:700}
.final-cta{
  display:grid;
  grid-template-columns:1fr 280px 240px;
  gap:20px;
  align-items:center;
  background:linear-gradient(135deg,#ff8b83,#ffb5a8);
  color:#fff;
  padding:28px 48px 0;
  overflow:hidden;
}
.final-cta p{font-size:22px;font-weight:900;margin:0 0 10px}
.final-cta .big-line{max-width:520px;font-size:28px}
.final-cta ul{
  list-style:none;
  margin:0;
  padding:15px;
  background:rgba(255,255,255,.92);
  color:#d85d56;
  border-radius:10px;
  font-weight:900;
}
.final-cta li:before{content:"✓";margin-right:6px}
.final-cta img{align-self:end;max-height:170px;object-fit:cover;border-radius:18px 18px 0 0}
footer{
  background:#f67572;
  color:#fff;
  padding:12px 24px;
  text-align:center;
  font-size:13px;
}
footer p{margin:2px 0}

@media (max-width: 900px){
  .site-header{height:auto;flex-wrap:wrap;padding:10px 14px}
  nav{display:none}
  .header-line{margin-left:auto}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:25px 18px}
  h1{font-size:36px}
  .trust-circles{gap:8px;justify-content:center}
  .trust-circles div{width:105px;height:105px}
  .trust-circles b{font-size:18px}
  .hero-note{position:static;margin:0 18px 20px;min-width:0}
  .hero-visual{min-height:260px;order:-1}
  .bubble{width:116px;height:116px;right:14px;top:16px;font-size:13px}
  .big-line{font-size:22px}
  .worry-row,.reason-grid,.car-list,.voice-grid,.flow-steps,.faq-grid{grid-template-columns:1fr}
  .reasons,.cars,.price-band,.final-cta{grid-template-columns:1fr}
  .section-side{padding:18px}
  .price-band p{grid-column:auto}
  .price-badge{margin:0 auto}
  .final-cta{padding:26px 18px 0}
}
