:root{
  --orange:#f28b00;
  --orange-deep:#ea6f00;
  --green:#08a189;
  --green-dark:#028f79;
  --text:#222;
  --muted:#645d58;
  --line:#f3ded0;
  --peach:#fff4ec;
  --cream:#fffaf3;
  --white:#fff;
  --shadow:0 16px 36px rgba(82,45,25,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fffdf9;font-family:'Noto Sans JP',sans-serif;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
svg{display:block}
.container{width:min(1080px,calc(100% - 40px));margin:auto}
.desktop-only{display:inline-flex}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(10px);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:88px}
.brand img{display:block;height:54px;width:auto;max-width:100%}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:none;border-radius:999px;
  background:linear-gradient(90deg,var(--orange),var(--orange-deep));
  color:#fff;font-weight:900;
  box-shadow:0 12px 26px rgba(242,139,0,.25);
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(242,139,0,.32)}
.btn-small{padding:14px 24px;font-size:14px;white-space:nowrap}

.hero{
  overflow:hidden;
  padding:48px 0 88px;
  background:radial-gradient(circle at 82% 8%, #ffe1c8 0, #fff4ea 28%, #fffdf9 66%);
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:48px}
.hero-lead{
  display:inline-block;margin:0 0 18px;padding:10px 18px;
  border-radius:999px;background:#fff2e1;color:var(--orange-deep);
  font-size:15px;font-weight:900;letter-spacing:.04em
}
.hero h1{
  margin:0;
  font-family:'M PLUS Rounded 1c',sans-serif;
  font-size:56px;line-height:1.24;font-weight:900;letter-spacing:.02em;
}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 18px}
.hero-badges span{
  display:inline-flex;align-items:center;gap:8px;
  padding:11px 18px;border-radius:999px;
  background:var(--green);color:#fff;
  font-size:15px;font-weight:900;
  box-shadow:0 10px 22px rgba(8,161,137,.18)
}
.hero-badges span::before{content:'';width:8px;height:8px;border-radius:50%;background:#fff;display:inline-block}
.hero-sub{margin:0;font-size:18px;line-height:1.95;font-weight:700}
.hero-btn{margin-top:30px;padding:16px 30px;font-size:16px}

.hero-photo-wrap{position:relative;width:100%;max-width:460px;height:470px;margin:auto}
.hero-photo{
  position:absolute;inset:0;overflow:hidden;
  border-radius:42px 92px 42px 92px / 46px 70px 50px 76px;
  background:#ffe8d7;box-shadow:0 24px 60px rgba(91,45,22,.13);
}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:42% 50%}
.dot-pattern{
  position:absolute;right:-28px;top:26px;width:110px;height:138px;opacity:.7;
  background-image:radial-gradient(#f7a14c 1.8px,transparent 1.8px);
  background-size:14px 14px
}
.hero-card{
  position:absolute;display:grid;gap:2px;
  padding:16px 18px;border-radius:18px;background:#fff;
  box-shadow:0 14px 32px rgba(69,46,26,.12)
}
.hero-card strong{font-size:18px;line-height:1.3}
.hero-card span{font-size:13px;font-weight:700;color:var(--muted)}
.hero-card-left{left:-18px;bottom:26px}
.hero-card-right{right:-16px;top:30px}

.section{padding:88px 0;border-top:1px solid var(--line)}
.section.compact{padding:56px 0}
.white{background:#fff}
.peach{background:var(--peach)}
.cream{background:var(--cream)}

.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feature{
  display:flex;align-items:center;gap:16px;
  padding:18px 16px;border:1px solid #ffe0cf;border-radius:22px;background:#fff;
  box-shadow:0 10px 24px rgba(255,116,36,.06)
}
.icon-wrap{
  display:grid;place-items:center;flex:0 0 58px;height:58px;border-radius:18px;
  background:#f1fbf8;color:var(--green)
}
.icon-svg{width:34px;height:34px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.feature h3{margin:0;font-size:18px;line-height:1.2;font-weight:900}
.feature p{margin:6px 0 0;color:var(--muted);font-size:13px;font-weight:700;line-height:1.45}

.section-title{text-align:center;margin-bottom:42px}
.section-title p{margin:0 0 8px;color:var(--orange-deep);font-size:12px;font-weight:900;letter-spacing:.2em}
.section-title h2{margin:0;font-family:'M PLUS Rounded 1c',sans-serif;font-size:36px;line-height:1.5;font-weight:900}
.section-title h2 span{color:var(--orange)}

.trouble-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.trouble{
  display:flex;align-items:center;gap:22px;padding:22px;
  border:1px solid #ffe2d1;border-radius:28px;background:#fff;box-shadow:var(--shadow)
}
.trouble p{margin:0;font-size:20px;line-height:1.65;font-weight:900}
.worry-illust{
  display:grid;place-items:center;flex:0 0 112px;height:112px;
  border-radius:28px;background:#fff8f2
}
.worry-illust svg{width:78px;height:78px;fill:none;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round}
.worry-illust.coral svg{stroke:#f08e78}
.worry-illust.mint svg{stroke:#20ab98}
.worry-illust.sky svg{stroke:#54addd}
.worry-illust.apricot svg{stroke:#f6a12b}

.point-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.point{
  padding:22px;border:1px solid #ffe1d1;border-radius:28px;background:#fff;
  box-shadow:0 12px 30px rgba(255,116,36,.06)
}
.point-visual{
  display:grid;place-items:center;height:170px;margin-bottom:18px;
  border-radius:24px;overflow:hidden
}
.point-visual svg{width:100%;height:100%;padding:18px;fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.peach-bg{background:#fff4ec}.peach-bg svg{stroke:#ef8a20}
.mint-bg{background:#effbf7}.mint-bg svg{stroke:#18a290}
.sky-bg{background:#eef8ff}.sky-bg svg{stroke:#4a9fda}
.point-top{display:flex;align-items:center;justify-content:flex-start;margin-bottom:14px}
.point-top b{padding:5px 12px;border-radius:999px;background:var(--orange);color:#fff;font-size:13px;letter-spacing:.04em}
.point h3{margin:0;font-size:21px;line-height:1.5}
.point p{margin:12px 0 0;color:var(--muted);font-size:14px;font-weight:700;line-height:1.85}

.two-cols,.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.info-card{padding:30px;border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.info-card h2{margin:0 0 20px;font-size:26px;line-height:1.4}
.info-card dl{margin:0}
.info-card dl div{display:grid;grid-template-columns:22px 90px 1fr;gap:8px;padding:13px 0;border-top:1px solid var(--line);font-size:15px;font-weight:700}
.info-card dl div:before{content:'✓';color:var(--orange);font-weight:900}
.info-card dt{color:var(--muted)}
.info-card dd{margin:0}
.checks{list-style:none;padding:0;margin:0}
.checks li{position:relative;padding-left:34px;margin:0 0 12px;font-size:15px;font-weight:700;line-height:1.8}
.checks li:before{content:'✓';position:absolute;left:0;top:4px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#ff7d1a;color:#fff;font-size:11px}

.mentor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mentor{padding:22px;text-align:center;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.mentor-photo{width:128px;height:128px;margin:0 auto 18px;border-radius:50%;background-image:url('assets/instructors.png');background-repeat:no-repeat;background-size:900px 1536px;box-shadow:0 0 0 8px #fff7f0}
.mentor-photo.p1{background-position:-122px -1164px}
.mentor-photo.p2{background-position:-405px -1165px}
.mentor-photo.p3{background-position:-696px -1164px}
.mentor>span{display:inline-block;padding:5px 12px;border-radius:999px;background:#e9fbf8;color:#148f83;font-size:11px;font-weight:900}
.mentor h3{margin:12px 0 3px;font-size:21px}
.mentor p{margin:0;color:var(--muted);font-size:13px;font-weight:700;line-height:1.85}

.content-grid{grid-template-columns:.95fr 1.05fr}
.result-card{position:relative;overflow:hidden;min-height:355px;padding:34px;border-radius:32px;background:#fffaf1;box-shadow:var(--shadow)}
.result-copy{position:relative;z-index:2;max-width:390px}
.result-copy>span{display:inline-block;padding:8px 16px;border-radius:999px;background:#fff;color:var(--orange-deep);font-size:13px;font-weight:900}
.result-copy h2{margin:14px 0 16px;color:var(--orange);font-family:'M PLUS Rounded 1c',sans-serif;font-size:42px;line-height:1.35}
.result-copy ul{list-style:none;margin:0;padding:0;font-size:14px;font-weight:700;line-height:1.9}
.result-card img{position:absolute;right:-10px;bottom:-18px;width:190px}

.cta-contact{
  padding:0;border-top:1px solid rgba(255,255,255,.15);
  background:var(--green)
}
.cta-contact-inner{
  display:grid;grid-template-columns:240px 1fr 440px;align-items:center;gap:28px;
  padding:48px 0
}
.cta-heading p{margin:0 0 8px;color:#e7fffa;font-size:14px;font-weight:900;letter-spacing:.08em}
.cta-heading h2{margin:0;color:#fff;font-family:'M PLUS Rounded 1c',sans-serif;font-size:42px;line-height:1.2}
.cta-phone p{margin:0 0 6px;color:#fff;font-size:17px;font-weight:900;line-height:1.5}
.phone-row{display:flex;align-items:center;gap:14px;color:#fff}
.phone-icon{display:grid;place-items:center;width:42px;height:42px;border:2px solid #fff;border-radius:50%}
.phone-icon svg{width:20px;height:20px;fill:#fff}
.phone-row strong{font-size:34px;line-height:1.1;letter-spacing:.02em}
.business-hours{display:block;margin-left:56px;color:#eefcf8;font-size:15px;font-weight:700}
.cta-button{
  justify-self:end;display:flex;align-items:center;justify-content:center;
  min-height:114px;padding:18px 36px;border-radius:999px;
  background:#fff;color:var(--green);font-size:18px;font-weight:900;text-align:center;
  box-shadow:0 14px 34px rgba(0,0,0,.08)
}
.cta-button:hover{transform:translateY(-2px)}

.footer{padding:18px 20px;background:#068d78;color:#dff8f1;text-align:center;font-size:12px}
.footer p{margin:0}

@media(max-width:1080px){
  .cta-contact-inner{grid-template-columns:210px 1fr 360px}
  .cta-button{min-height:100px;font-size:17px}
  .phone-row strong{font-size:30px}
}

@media(max-width:860px){
  .container{width:min(100% - 32px,1080px)}
  .desktop-only{display:none!important}
  .header-inner{height:74px}
  .brand img{height:42px;width:auto;max-width:100%}
  .hero{padding:34px 0 56px}
  .hero-grid{grid-template-columns:1fr;gap:32px}
  .hero h1{font-size:42px}
  .hero-sub{font-size:16px}
  .hero-photo-wrap{height:360px;max-width:420px}
  .hero-card-left{left:0;bottom:14px}
  .hero-card-right{right:0;top:14px}
  .features{grid-template-columns:1fr 1fr}
  .section{padding:64px 0}
  .section.compact{padding:44px 0}
  .section-title{margin-bottom:30px}
  .section-title h2{font-size:30px}
  .trouble p{font-size:17px}
  .worry-illust{flex-basis:92px;height:92px}
  .worry-illust svg{width:66px;height:66px}
  .point-grid,.mentor-grid,.two-cols,.content-grid{grid-template-columns:1fr}
  .mentor{display:grid;grid-template-columns:104px 1fr;text-align:left;column-gap:18px;align-items:center}
  .mentor-photo{grid-row:1/5;width:96px;height:96px;margin:0;background-size:675px 1152px}
  .mentor-photo.p1{background-position:-91px -873px}
  .mentor-photo.p2{background-position:-304px -874px}
  .mentor-photo.p3{background-position:-522px -873px}
  .mentor>span,.mentor h3,.mentor p{justify-self:start}
  .mentor h3{margin:8px 0 2px}
  .result-card{min-height:340px}
  .result-copy h2{font-size:34px}
  .result-card img{width:155px}
  .cta-contact-inner{grid-template-columns:1fr;gap:20px;padding:38px 0}
  .cta-heading h2{font-size:34px}
  .cta-button{justify-self:stretch;width:100%;min-height:84px}
}

@media(max-width:560px){
  .header-inner{height:68px}
  .brand img{height:36px;width:auto;max-width:100%}
  .hero-lead{font-size:12px;padding:8px 14px}
  .hero h1{font-size:34px}
  .hero-badges{gap:10px}
  .hero-badges span{font-size:13px;padding:10px 14px}
  .hero-sub{font-size:15px;line-height:1.8}
  .hero-btn{width:100%;padding:15px 20px}
  .hero-photo-wrap{height:300px}
  .hero-card{padding:12px 14px;border-radius:15px}
  .hero-card strong{font-size:14px}
  .hero-card span{font-size:11px}
  .features{grid-template-columns:1fr 1fr;gap:10px}
  .feature{gap:10px;padding:14px}
  .icon-wrap{flex-basis:44px;height:44px;border-radius:14px}
  .icon-svg{width:26px;height:26px}
  .feature h3{font-size:15px}
  .feature p{font-size:11px}
  .trouble-grid{grid-template-columns:1fr}
  .trouble{padding:18px;gap:16px}
  .trouble p{font-size:16px}
  .point{padding:18px}
  .point h3{font-size:19px}
  .point-visual{height:150px}
  .info-card{padding:24px}
  .info-card h2{font-size:23px}
  .mentor{grid-template-columns:90px 1fr;padding:18px}
  .mentor-photo{width:82px;height:82px;background-size:576px 983px}
  .mentor-photo.p1{background-position:-78px -745px}
  .mentor-photo.p2{background-position:-259px -746px}
  .mentor-photo.p3{background-position:-445px -745px}
  .result-card{padding:24px;min-height:360px}
  .result-copy h2{font-size:30px}
  .result-copy ul{font-size:13px;max-width:280px}
  .cta-heading p{font-size:12px}
  .cta-heading h2{font-size:28px}
  .cta-phone p{font-size:15px}
  .phone-row{gap:10px}
  .phone-icon{width:38px;height:38px}
  .phone-row strong{font-size:28px}
  .business-hours{margin-left:48px;font-size:13px}
  .cta-button{font-size:16px;min-height:74px;padding:16px 18px}
}


.point-visual.photo{background-repeat:no-repeat;background-size:cover;background-position:center}
.point-photo-1{background-image:url("assets/kv.jpg");background-position:50% 38%}
.point-photo-2{background-image:url("assets/point2.jpg");background-position:center center}
.point-photo-3{background-image:url("assets/point3.jpg");background-position:center center}

.mentor-panel{padding:18px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.mentor-panel img{width:100%;height:auto;border-radius:20px}
.mentor-note{margin:12px 8px 0;color:var(--muted);font-size:13px;font-weight:700}

.result-mascot{position:absolute;right:-8px;bottom:-2px;width:220px;height:148px;overflow:hidden}
.result-mascot img{width:100%;height:100%;object-fit:contain;object-position:center top}

.cta-contact-inner.no-phone{grid-template-columns:240px 1fr 440px}
.cta-copy p{margin:0;color:#fff;font-size:18px;font-weight:900;line-height:1.7}

@media(max-width:1080px){
  .cta-contact-inner.no-phone{grid-template-columns:210px 1fr 360px}
}
@media(max-width:860px){
  .cta-contact-inner.no-phone{grid-template-columns:1fr}
  .cta-copy p{font-size:16px}
}
@media(max-width:560px){
  .mentor-panel{padding:12px;border-radius:24px}
  .mentor-panel img{border-radius:16px}
  .result-mascot{width:170px;height:116px}
  .cta-copy p{font-size:14px;line-height:1.6}
}


.worry-illust-img{flex:0 0 118px;width:118px;height:118px;display:grid;place-items:center}
.worry-illust-img img{max-width:118px;max-height:118px;width:auto;height:auto;object-fit:contain}
@media(max-width:860px){
  .worry-illust-img{flex-basis:96px;width:96px;height:96px}
  .worry-illust-img img{max-width:96px;max-height:96px}
}
@media(max-width:560px){
  .worry-illust-img{flex-basis:84px;width:84px;height:84px}
  .worry-illust-img img{max-width:84px;max-height:84px}
}



.mentor-desc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.mentor-desc-card{padding:20px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.mentor-desc-card span{display:inline-block;padding:5px 12px;border-radius:999px;background:#e9fbf8;color:#148f83;font-size:11px;font-weight:900}
.mentor-desc-card h3{margin:12px 0 6px;font-size:21px;line-height:1.45}
.mentor-desc-card p{margin:0;color:var(--muted);font-size:13px;font-weight:700;line-height:1.8}

.result-mascot{right:-6px;bottom:-2px;width:245px;height:132px}
.result-mascot img{width:100%;height:100%;object-fit:contain;object-position:center bottom}

@media(max-width:860px){
  .mentor-desc-grid{grid-template-columns:1fr}
  .result-mascot{width:205px;height:112px}
}
@media(max-width:560px){
  .mentor-desc-card{padding:18px;border-radius:20px}
  .mentor-desc-card h3{font-size:19px}
  .result-mascot{width:170px;height:92px}
}


/* mobile refinements v5 */
.point-visual.photo{background-color:#f5f5f5}
@media(max-width:860px){
  .hero-copy{order:1}
  .hero-photo-wrap{order:2}
  .hero-sub br{display:none}
  .result-card{padding-bottom:120px}
  .result-copy{max-width:none}
  .cta-contact-inner.no-phone{padding:34px 0}
}
@media(max-width:560px){
  .header-inner{gap:12px}
  .brand img{height:32px}
  .hero{padding:28px 0 48px}
  .hero-grid{gap:24px}
  .hero-photo-wrap{height:280px}
  .hero-card-left{left:4px;bottom:8px}
  .hero-card-right{right:4px;top:8px}
  .section-title h2{font-size:26px;line-height:1.45}
  .point-visual{height:160px}
  .result-card{min-height:380px;padding-bottom:112px}
  .result-copy ul{max-width:none;padding-right:8px}
  .result-mascot{width:156px;height:84px;right:-4px;bottom:0}
  .cta-contact-inner.no-phone{gap:16px;padding:30px 0}
  .cta-button{font-size:15px;line-height:1.4}
}


.mentor-unified-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mentor-unified-card{overflow:hidden;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.mentor-unified-photo{padding:18px 18px 0;background:#fff}
.mentor-unified-photo img{width:100%;height:auto;display:block;border-radius:22px}
.mentor-unified-body{padding:18px 20px 22px;background:#fff}
.mentor-unified-body span{display:inline-block;padding:5px 12px;border-radius:999px;background:#e9fbf8;color:#148f83;font-size:11px;font-weight:900}
.mentor-unified-body h3{margin:12px 0 6px;font-size:21px;line-height:1.45}
.mentor-unified-body p{margin:0;color:var(--muted);font-size:13px;font-weight:700;line-height:1.8}

@media(max-width:860px){
  .mentor-unified-grid{grid-template-columns:1fr;gap:16px}
  .mentor-unified-card{border-radius:24px}
  .mentor-unified-photo{padding:16px 16px 0}
  .mentor-unified-photo img{border-radius:18px}
  .mentor-unified-body{padding:16px 18px 20px}
}
@media(max-width:560px){
  .mentor-unified-body h3{font-size:19px}
  .mentor-unified-body p{font-size:13px}
}

/* Smartphone-only adjustments v7 */
.mobile-header-cta,.mobile-hero-btn{display:none}
.mentor-carousel-controls{display:none}

@media(max-width:860px){
  .header-inner{gap:10px}
  .mobile-header-cta{
    display:inline-flex;
    flex:0 0 auto;
    padding:10px 14px;
    font-size:12px;
    line-height:1.25;
    white-space:nowrap;
    box-shadow:none;
  }

  .desktop-hero-btn{display:none}
  .hero-grid{display:grid;grid-template-columns:1fr}
  .hero-copy{order:1}
  .hero-photo-wrap{order:2}
  .mobile-hero-btn{
    display:inline-flex;
    order:3;
    width:100%;
    margin-top:0;
    padding:15px 20px;
  }

  .mentor-carousel{position:relative;overflow:hidden;padding:2px 2px 8px}
  .mentor-unified-grid{
    display:flex;
    gap:0;
    width:100%;
    will-change:transform;
  }
  .mentor-unified-card{
    flex:0 0 100%;
    min-width:100%;
    box-shadow:none;
  }
  .mentor-carousel-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin-top:16px;
  }
  .mentor-carousel-prev,.mentor-carousel-next{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    padding:0;
    border:1px solid var(--line);
    border-radius:50%;
    background:#fff;
    color:var(--orange-deep);
    font-size:26px;
    line-height:1;
    cursor:pointer;
  }
  .mentor-carousel-dots{display:flex;align-items:center;gap:8px}
  .mentor-carousel-dots button{
    width:8px;
    height:8px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#e4d8d0;
    cursor:pointer;
  }
  .mentor-carousel-dots button.is-active{
    width:22px;
    border-radius:999px;
    background:var(--orange);
  }
}

@media(max-width:560px){
  .header-inner{height:64px}
  .brand{min-width:0;flex:1 1 auto}
  .brand img{height:28px;max-width:155px}
  .mobile-header-cta{padding:9px 11px;font-size:11px}
  .hero-photo-wrap{margin-bottom:2px}
  .mobile-hero-btn{margin-top:0}
  .mentor-unified-photo{padding:14px 14px 0}
  .mentor-unified-body{padding:14px 16px 18px}
  .result-mascot{bottom:0}
  .result-card img{bottom: 0;
  }

}
