*{box-sizing:border-box}
:root{
  --bg:#f8f6ef;
  --ink:#24231f;
  --muted:#5d574b;
  --gold:#f3bf35;
  --gold2:#ffd561;
  --pale:#fff4cf;
  --card:#fffefb;
  --line:#eee6d7;
  --shadow:0 16px 38px rgba(70,55,25,.055);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic","YuGothic","Noto Sans JP",sans-serif;
  -webkit-font-smoothing:antialiased;
  line-height:1.75;
  letter-spacing:.04em;
}
.lp{
  width:min(100%,765px);
  margin:0 auto;
  padding:58px 0 82px;
}
svg{display:block}
a{text-decoration:none;color:inherit}

/* common */
.section-title{
  margin:0 auto 28px;
  width:max-content;
  max-width:calc(100% - 40px);
  text-align:center;
  font-size:20px;
  line-height:1.6;
  font-weight:800;
  letter-spacing:.12em;
}
.rays,.leaves{position:relative}
.rays:before,.rays:after{
  content:"";
  position:absolute;
  top:50%;
  width:13px;height:2px;
  background:var(--gold);
  border-radius:99px;
}
.rays:before{left:-28px;transform:rotate(55deg)}
.rays:after{right:-28px;transform:rotate(-55deg)}
.leaves:before,.leaves:after{
  content:"⌁";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  color:#b89c52;
  font-size:18px;
  opacity:.85;
}
.leaves:before{left:-36px}
.leaves:after{right:-36px}

/* hero */
.hero{
  width:650px;
  min-height:300px;
  margin:0 auto 69px;
  display:grid;
  grid-template-columns:330px 280px;
  column-gap:40px;
  align-items:start;
}
.hero-copy{padding-top:6px}
.hero-kicker{
  margin:0 0 3px;
  font-weight:800;
  font-size:24px;
  line-height:1.2;
  letter-spacing:.11em;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
}
.hero h1{
  margin:0;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-weight:800;
  line-height:1.07;
  letter-spacing:.08em;
}
.hero-main{
  position:relative;
  display:inline-block;
  white-space:nowrap;
  font-size:44px;
}
.hero-main:after{
  content:"";
  position:absolute;
  left:-3px;right:-2px;bottom:5px;
  height:10px;
  z-index:-1;
  background:linear-gradient(90deg,rgba(243,191,53,.18),rgba(243,191,53,.86),rgba(243,191,53,.20));
  border-radius:50% 40% 45% 55%;
  transform:rotate(-2.5deg);
}
.hero-sub{
  display:block;
  margin-top:12px;
  font-size:27px;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic","YuGothic",sans-serif;
  letter-spacing:.16em;
}
.hero-text{
  margin:24px 0 20px;
  color:var(--muted);
  font-size:11px;
  line-height:2.05;
  font-weight:700;
}
.cta{
  width:270px;height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:999px;
  background:linear-gradient(135deg,#ffdc72,#f4bd32);
  box-shadow:0 10px 22px rgba(236,183,48,.25);
  color:#44330f;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
.cta svg{
  width:20px;height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
}
.cta b{
  margin-left:auto;
  padding-right:18px;
  font-size:24px;
  line-height:1;
}
.trust{
  display:flex;
  gap:12px;
  margin:13px 0 0;
  padding:0;
  list-style:none;
  color:#887f6e;
  font-size:8.5px;
  font-weight:700;
  white-space:nowrap;
}
.trust li{position:relative;padding-left:12px}
.trust li:before{
  content:"";
  position:absolute;left:0;top:.78em;
  width:6px;height:6px;
  border:1.5px solid #b2d85b;
  border-radius:50%;
  transform:translateY(-50%);
}
.hero-art{
  position:relative;
  height:278px;
  color:#292722;
}
.hero-blob{
  position:absolute;
  left:35px;right:4px;bottom:28px;
  height:170px;
  border-radius:48% 52% 45% 55%;
  background:radial-gradient(circle at 54% 50%,rgba(252,218,110,.42),rgba(255,242,204,.68) 50%,rgba(255,242,204,0) 75%);
}
.art-woman{
  position:absolute;
  left:0;top:0;
  width:276px;height:276px;
}
.art-woman path{stroke-width:2.1}
.art-woman .gold{stroke:#efbd31}

/* problem */
.problems{margin:0 auto 72px}
.problem-row{
  width:670px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:15px;
}
.small-card{
  height:130px;
  padding:20px 8px 13px;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:13px;
  box-shadow:var(--shadow);
  text-align:center;
}
.small-card svg{
  width:48px;height:48px;
  margin:0 auto 10px;
  stroke:#46433c;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  background:radial-gradient(circle,rgba(255,229,144,.55),rgba(255,248,227,0) 66%);
  border-radius:50%;
}
.small-card p{
  margin:0;
  font-size:10.5px;
  line-height:1.65;
  font-weight:900;
}

/* reframe */
.reframe{
  width:720px;
  height:166px;
  margin:0 auto 67px;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #f0e4c8;
  border-radius:62px;
  background:linear-gradient(90deg,rgba(255,246,217,.98),rgba(255,253,245,.88));
}
.reframe h2{
  margin:0 0 13px;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:25px;
  line-height:1.68;
  letter-spacing:.13em;
  text-align:center;
}
.reframe p{
  margin:0;
  color:#98742b;
  font-size:11px;
  line-height:1.9;
  font-weight:900;
  text-align:center;
}
.plant{
  position:absolute;
  stroke:#b99c4d;
  fill:none;
  stroke-width:1.6;
  opacity:.78;
}
.reframe .left{left:54px;bottom:22px;width:82px}
.bubbles{position:absolute;right:45px;top:46px;width:104px;height:82px}
.bubbles i{position:absolute;display:block;border-radius:50%;background:rgba(243,191,53,.38)}
.bubbles i:nth-child(1){width:37px;height:37px;left:9px;top:0}
.bubbles i:nth-child(2){width:46px;height:46px;right:0;bottom:0;opacity:.55}
.bubbles i:nth-child(3){width:20px;height:20px;left:48px;bottom:24px;opacity:.6}
.bubbles i:nth-child(4){width:10px;height:10px;left:0;bottom:32px;opacity:.65}

/* curriculum */
.curriculum{margin:0 auto 67px}
.lesson-card{
  width:625px;
  margin:0 auto;
  padding:25px 34px;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:var(--shadow);
  position:relative;
}
.lesson-card:before{
  content:"";
  position:absolute;
  left:91px;top:43px;bottom:43px;
  width:1.5px;
  background:repeating-linear-gradient(to bottom,#eac14a 0 8px,transparent 8px 16px);
}
.lesson{
  min-height:58px;
  display:grid;
  grid-template-columns:54px 32px 1fr 36px;
  gap:12px;
  align-items:center;
}
.lesson+.lesson{border-top:1px solid rgba(238,230,215,.78)}
.day{
  margin:0;
  color:#e1aa16;
  font-family:Georgia,"Times New Roman",serif;
  font-size:12px;
  font-weight:700;
}
.dot{
  position:relative;
  z-index:2;
  width:17px;height:17px;
  border:2px solid var(--gold);
  border-radius:50%;
  background:var(--card);
}
.lesson h3{
  margin:0 0 3px;
  font-size:12.5px;
  line-height:1.45;
  font-weight:900;
}
.lesson p:not(.day){
  margin:0;
  color:#5f584d;
  font-size:9.5px;
  line-height:1.6;
  font-weight:700;
}
.lesson svg{
  width:30px;height:30px;
  justify-self:end;
  stroke:#4b4841;
  fill:none;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.72;
}

/* tools */
.tools{margin:0 auto 67px}
.tool-row{
  width:580px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.tool-row article{
  height:104px;
  padding:13px 5px 10px;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:var(--shadow);
  text-align:center;
}
.tool-row svg{
  width:44px;height:44px;
  margin:0 auto 8px;
  stroke:#45423b;
  fill:none;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
  background:radial-gradient(circle,rgba(255,229,144,.48),rgba(255,248,227,0) 68%);
  border-radius:50%;
}
.tool-row p{
  margin:0;
  font-size:10px;
  line-height:1.4;
  font-weight:900;
}
.caption{
  margin:11px 0 0;
  color:#9a9282;
  text-align:center;
  font-size:8px;
}

/* voices */
.voices{margin:0 auto 66px}
.voice-row{
  width:610px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.voice-row article{
  height:120px;
  position:relative;
  padding:20px 20px 15px;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:var(--shadow);
}
.voice-row b{
  position:absolute;
  top:7px;left:16px;
  color:#f0c74c;
  font-family:Georgia,serif;
  font-size:26px;
  line-height:1;
}
.voice-row p{
  margin:15px 0 11px;
  color:#554e44;
  font-size:11px;
  line-height:1.75;
  font-weight:800;
}
.voice-row span{
  display:inline-flex;
  align-items:center;
  height:22px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(243,191,53,.18);
  color:#78601c;
  font-size:9.5px;
  font-weight:900;
}

/* profile */
.profile{
  width:668px;
  min-height:228px;
  margin:0 auto 66px;
  display:grid;
  grid-template-columns:184px 1fr 92px;
  gap:22px;
  align-items:center;
  padding:26px 24px 24px;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
}
.photo-box{position:relative;width:164px;height:170px}
.photo-box img{
  width:142px;height:142px;
  position:absolute;
  left:20px;top:15px;
  object-fit:cover;
  object-position:50% 22%;
  border-radius:12px;
  background:#fff;
}
.photo-box svg{
  position:absolute;
  left:0;bottom:0;
  width:72px;height:116px;
  stroke:#b99c4d;
  fill:none;
  stroke-width:1.7;
}
.profile-copy h2{
  width:max-content;
  margin:0 auto 11px;
  padding:0 44px;
  position:relative;
  font-size:13px;
  font-weight:800;
  letter-spacing:.15em;
  text-align:center;
}
.profile-copy h2:before,.profile-copy h2:after{
  content:"";
  position:absolute;
  top:50%;
  width:34px;height:1px;
  background:#e4d4a8;
}
.profile-copy h2:before{left:0}
.profile-copy h2:after{right:0}
.profile-copy h3{
  margin:0 0 10px;
  font-size:17px;
  line-height:1.4;
  font-weight:900;
}
.profile-copy h3 span{font-size:11px}
.profile-copy p{
  margin:0 0 6px;
  color:#494239;
  font-size:10px;
  line-height:1.7;
  font-weight:700;
}
.badges{display:grid;gap:17px;justify-items:center}
.badges div{
  width:74px;height:74px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:0;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(255,247,222,.95),rgba(255,236,181,.65));
  color:#4c3c18;
  text-align:center;
}
.badges span{font-size:9px;font-weight:900;line-height:1.2}
.badges strong{font-size:22px;line-height:1.1;font-weight:900}

/* final cta */
.final-cta{
  width:720px;
  min-height:258px;
  margin:0 auto 62px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:37px 190px 30px;
  border:1px solid #f0e4c8;
  border-radius:48px;
  background:linear-gradient(90deg,rgba(255,246,217,.98),rgba(255,253,245,.88));
  text-align:center;
}
.final-cta h2{
  margin:0 0 14px;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:26px;
  line-height:1.7;
  letter-spacing:.14em;
}
.final-cta h2 span{color:var(--gold);font-size:1.1em}
.final-cta>p{
  margin:0 0 18px;
  color:#5d574b;
  font-size:12px;
  font-weight:700;
}
.final-cta .trust{justify-content:center;margin-top:13px}
.final-plant{
  position:absolute;
  bottom:24px;
  width:105px;
  stroke:#b99c4d;
  fill:none;
  stroke-width:1.6;
  opacity:.78;
}
.final-left{left:55px}
.final-right{right:55px}
.star{position:absolute;width:13px;height:13px}
.star:before,.star:after{
  content:"";
  position:absolute;
  left:50%;top:50%;
  background:var(--gold);
  border-radius:99px;
  transform:translate(-50%,-50%);
}
.star:before{width:2px;height:14px}
.star:after{width:14px;height:2px}
.s1{left:90px;top:60px}.s2{left:147px;bottom:55px;transform:scale(.75)}.s3{right:150px;top:65px;transform:scale(.75)}.s4{right:92px;bottom:52px}

/* form */
.form-section{
  width:510px;
  margin:0 auto;
  padding:31px 34px 34px;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow);
  text-align:center;
}
.form-section h2{
  margin:0 0 8px;
  font-size:19px;
  font-weight:900;
  letter-spacing:.07em;
}
.form-section>p{
  margin:0 0 18px;
  color:#5d574b;
  font-size:11px;
  font-weight:700;
}
.form-placeholder{
  min-height:95px;
  display:grid;
  place-items:center;
  padding:15px;
  border:1px dashed #d7c487;
  border-radius:9px;
  background:#fff8e8;
  color:#8b7335;
  font-size:10px;
  line-height:1.8;
  font-weight:700;
}

/* responsive */
@media (max-width:780px){
  .lp{width:100%;padding:42px 0 64px}
  .hero,.problem-row,.reframe,.lesson-card,.tool-row,.voice-row,.profile,.final-cta,.form-section{
    width:calc(100% - 32px);
  }
  .hero{
    max-width:650px;
    grid-template-columns:minmax(0,1fr) minmax(190px,280px);
    gap:20px;
  }
  .hero-main{font-size:clamp(34px,8vw,44px)}
  .hero-sub{font-size:clamp(21px,5vw,27px)}
  .problem-row,.tool-row{grid-template-columns:repeat(5,1fr);gap:10px}
  .small-card{height:124px;padding-left:5px;padding-right:5px}
  .lesson-card{max-width:625px}
  .voice-row{max-width:610px}
  .profile{max-width:668px}
  .final-cta{max-width:720px}
}
@media (max-width:620px){
  .lp{padding-top:34px}
  .hero{
    grid-template-columns:1fr;
    text-align:center;
    margin-bottom:54px;
  }
  .hero-copy{padding-top:0}
  .hero-text{font-size:12px}
  .cta{width:280px;max-width:100%}
  .trust{justify-content:center;flex-wrap:wrap;white-space:normal}
  .hero-art{height:250px}
  .art-woman{left:50%;transform:translateX(-50%);width:250px;height:250px}
  .hero-blob{left:50%;width:250px;right:auto;transform:translateX(-50%)}
  .problem-row,.tool-row{grid-template-columns:repeat(2,1fr)}
  .small-card,.tool-row article{height:auto;min-height:118px}
  .reframe{height:auto;padding:36px 20px;border-radius:34px}
  .reframe .left,.bubbles{display:none}
  .reframe h2{font-size:20px;line-height:1.65}
  .reframe p br{display:none}
  .lesson-card{padding:20px 16px}
  .lesson-card:before{left:74px}
  .lesson{grid-template-columns:48px 24px 1fr;gap:9px;min-height:auto;padding:13px 0}
  .lesson svg{display:none}
  .voice-row{grid-template-columns:1fr;gap:14px}
  .voice-row article{height:auto}
  .profile{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
    gap:18px;
  }
  .profile-copy p{text-align:left}
  .profile-copy p br{display:none}
  .badges{display:flex;gap:14px}
  .final-cta{
    min-height:auto;
    padding:40px 20px 30px;
    border-radius:34px;
  }
  .final-plant{display:none}
}
