:root{
  --pink:#ff007d;
  --pink-deep:#d90068;
  --pink-dark:#b50057;
  --pink-soft:#fff1f7;
  --pink-pale:#fff8fb;
  --charcoal:#202124;
  --slate:#53616a;
  --gray-soft:#f5f6f8;
  --line:#f1dce6;
  --white:#fff;
  --shadow:0 16px 38px rgba(84,35,60,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--charcoal);background:#fff;font-family:'Noto Sans JP',sans-serif;line-height:1.65}
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}
.mobile-br{display:none}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);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{display:flex;align-items:center;min-width:0}
.brand img{display:block;height:60px;width:auto;max-width:360px;object-fit:contain}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:linear-gradient(90deg,var(--pink),var(--pink-deep));color:#fff;font-weight:900;box-shadow:0 12px 26px rgba(255,0,125,.22);transition:transform .2s ease,box-shadow .2s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(255,0,125,.3)}
.btn-small{padding:14px 24px;font-size:14px;white-space:nowrap}
.mobile-header-cta,.mobile-hero-btn{display:none}
.hero{overflow:hidden;padding:48px 0 88px;background:radial-gradient(circle at 84% 6%,#ffd4e7 0,#fff0f7 28%,#fff 69%)}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:48px}
.hero-lead{display:inline-block;margin:0 0 18px;padding:10px 18px;border-radius:999px;background:#fff;color:var(--pink-deep);border:1px solid #ffd4e7;font-size:15px;font-weight:900;letter-spacing:.04em}
.hero h1{margin:0;font-family:'M PLUS Rounded 1c',sans-serif;font-size:52px;line-height:1.3;font-weight:900;letter-spacing:.01em}
.hero h1 em{font-style:normal;color:var(--pink)}
.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(--charcoal);color:#fff;font-size:15px;font-weight:900;box-shadow:0 10px 22px rgba(32,33,36,.12)}
.hero-badges span::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--pink);display:inline-block}
.hero-sub{margin:0;font-size:17px;line-height:1.95;font-weight:700;color:#34363a}
.hero-btn{margin-top:30px;padding:16px 30px;font-size:16px}
.hero-photo-wrap{position:relative;width:100%;max-width:470px;height:480px;margin:auto}
.hero-photo{position:absolute;inset:0;overflow:hidden;border-radius:50px 100px 48px 96px / 52px 82px 56px 80px;background:#ffe2ef;box-shadow:0 24px 60px rgba(82,36,62,.16)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:46% 50%}
.dot-pattern{position:absolute;right:-30px;top:24px;width:116px;height:144px;opacity:.65;background-image:radial-gradient(var(--pink) 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(66,31,50,.14)}
.hero-card strong{font-size:18px;line-height:1.3}
.hero-card span{font-size:13px;font-weight:700;color:var(--slate)}
.hero-card-left{left:-20px;bottom:28px}
.hero-card-right{right:-18px;top:32px}
.section{padding:88px 0;border-top:1px solid var(--line)}
.section.compact{padding:56px 0}
.white{background:#fff}
.pink-soft{background:var(--pink-soft)}
.gray-soft{background:var(--gray-soft)}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feature{display:flex;align-items:center;gap:15px;padding:18px 16px;border:1px solid #f5dce7;border-radius:22px;background:#fff;box-shadow:0 10px 24px rgba(255,0,125,.05)}
.icon-wrap{display:grid;place-items:center;flex:0 0 58px;height:58px;border-radius:18px;background:#fff0f7;color:var(--pink)}
.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:17px;line-height:1.25;font-weight:900}
.feature p{margin:6px 0 0;color:var(--slate);font-size:12px;font-weight:700;line-height:1.45}
.section-title{text-align:center;margin-bottom:42px}
.section-title p{margin:0 0 8px;color:var(--pink-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(--pink)}
.trouble-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.trouble{display:flex;align-items:center;gap:22px;padding:22px;border:1px solid #f6dce8;border-radius:28px;background:#fff;box-shadow:var(--shadow)}
.trouble p{margin:0;font-size:19px;line-height:1.65;font-weight:900}
.worry-icon{display:grid;place-items:center;flex:0 0 112px;height:112px;border-radius:28px;background:#fff7fb;color:var(--pink)}
.worry-icon svg{width:76px;height:76px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.point-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.point{padding:22px;border:1px solid #f2dce6;border-radius:28px;background:#fff;box-shadow:0 12px 30px rgba(89,36,62,.07)}
.point-visual{display:grid;place-items:center;height:178px;margin-bottom:18px;border-radius:24px;overflow:hidden;background-color:#eee}
.point-visual.photo{background-repeat:no-repeat;background-size:cover;background-position:center}
.point-photo-1{background-image:url('assets/hero.jpg');background-position:45% 48%}
.point-photo-2{background-image:url('assets/support.jpg');background-position:50% 42%}
.point-photo-3{background-image:url('assets/hero.jpg');background-position:14% 42%}
.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(--pink);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(--slate);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 92px 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(--pink);font-weight:900}
.info-card dt{color:var(--slate)}
.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:var(--pink);color:#fff;font-size:11px}
.mentor-unified-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:900px;margin:auto}
.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:300px;object-fit:cover;display:block;border-radius:22px}
.mentor-unified-photo.portrait img{object-position:center 42%}
.mentor-unified-body{padding:18px 22px 24px;background:#fff}
.mentor-unified-body span{display:inline-block;padding:5px 12px;border-radius:999px;background:#fff0f7;color:var(--pink-deep);font-size:11px;font-weight:900}
.mentor-unified-body h3{margin:12px 0 6px;font-size:22px;line-height:1.45}
.mentor-unified-body p{margin:0;color:var(--slate);font-size:13px;font-weight:700;line-height:1.85}
.mentor-note{margin:14px 8px 0;color:var(--slate);font-size:13px;font-weight:700;text-align:center}
.mentor-carousel-controls{display:none}
.content-grid{grid-template-columns:.92fr 1.08fr}
.timeline-list{list-style:none;margin:0;padding:0;counter-reset:item}
.timeline-list li{counter-increment:item;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--line)}
.timeline-list li::before{content:counter(item);display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--pink);color:#fff;font-size:13px;font-weight:900}
.timeline-list b{font-size:15px}
.timeline-list span{padding:4px 10px;border-radius:999px;background:#fff0f7;color:var(--pink-deep);font-size:12px;font-weight:900}
.result-card{position:relative;overflow:hidden;min-height:380px;padding:34px;border-radius:32px;background:#fff;box-shadow:var(--shadow)}
.result-copy{position:relative;z-index:2;max-width:455px}
.result-copy>span{display:inline-block;padding:8px 16px;border-radius:999px;background:var(--pink-soft);color:var(--pink-deep);font-size:13px;font-weight:900}
.result-copy h2{margin:14px 0 16px;color:var(--pink);font-family:'M PLUS Rounded 1c',sans-serif;font-size:38px;line-height:1.35}
.result-copy ul{list-style:none;margin:0;padding:0;font-size:14px;font-weight:700;line-height:1.95}
.result-brand{position:absolute;right:-20px;bottom:15px;width:300px;opacity:.12}
.result-brand img{width:100%;height:auto}
.cta-contact{padding:0;border-top:1px solid rgba(255,255,255,.15);background:linear-gradient(110deg,var(--pink-deep),var(--pink))}
.cta-contact-inner{display:grid;grid-template-columns:220px 1fr 370px;align-items:center;gap:28px;padding:48px 0}
.cta-heading p{margin:0 0 8px;color:#ffe7f2;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-copy p{margin:0 0 8px;color:#fff;font-size:16px;font-weight:800;line-height:1.7}
.cta-button{justify-self:end;display:flex;align-items:center;justify-content:center;min-height:98px;padding:18px 30px;border-radius:999px;background:#fff;color:var(--pink-deep);font-size:17px;font-weight:900;text-align:center;box-shadow:0 14px 34px rgba(0,0,0,.1);transition:transform .2s ease}
.cta-button:hover{transform:translateY(-2px)}
.footer{padding:18px 20px;background:#2a2025;color:#f6e8ef;text-align:center;font-size:12px}
.footer p{margin:0}
@media(max-width:1080px){
  .cta-contact-inner{grid-template-columns:190px 1fr 330px}
  .cta-button{min-height:92px;font-size:16px}
}
@media(max-width:860px){
  .container{width:min(100% - 32px,1080px)}
  .desktop-only{display:none!important}
  .header-inner{height:74px;gap:10px}
  .brand{flex:1 1 auto}
  .brand img{height:44px;max-width:240px}
  .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}
  .hero{padding:34px 0 56px}
  .hero-grid{grid-template-columns:1fr;gap:30px}
  .hero-copy{order:1}
  .hero-photo-wrap{order:2;height:370px;max-width:460px}
  .desktop-hero-btn{display:none}
  .mobile-hero-btn{display:inline-flex;order:3;width:100%;margin-top:0;padding:15px 20px}
  .hero h1{font-size:42px}
  .hero-sub{font-size:16px}
  .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-icon{flex-basis:92px;height:92px}
  .worry-icon svg{width:66px;height:66px}
  .point-grid,.two-cols,.content-grid{grid-template-columns:1fr}
  .result-card{min-height:350px;padding-bottom:120px}
  .result-copy{max-width:none}
  .result-brand{width:250px;right:-20px;bottom:22px}
  .cta-contact-inner{grid-template-columns:1fr;gap:18px;padding:38px 0}
  .cta-heading h2{font-size:34px}
  .cta-button{justify-self:stretch;width:100%;min-height:78px}
  .mentor-carousel{position:relative;overflow:hidden;padding:2px 2px 8px}
  .mentor-unified-grid{display:flex;gap:0;width:100%;max-width:none;will-change:transform}
  .mentor-unified-card{flex:0 0 100%;min-width:100%;box-shadow:none;border-radius:24px}
  .mentor-unified-photo{padding:16px 16px 0}
  .mentor-unified-photo img{height:330px;border-radius:18px}
  .mentor-unified-body{padding:16px 18px 20px}
  .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(--pink-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:#e6d7df;cursor:pointer}
  .mentor-carousel-dots button.is-active{width:22px;border-radius:999px;background:var(--pink)}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,1080px)}
  .header-inner{height:64px}
  .brand img{height:34px;max-width:190px}
  .mobile-header-cta{padding:9px 11px;font-size:11px}
  .mobile-br{display:block}
  .hero{padding:28px 0 48px}
  .hero-grid{gap:24px}
  .hero-lead{font-size:12px;padding:8px 14px}
  .hero h1{font-size:32px;line-height:1.36}
  .hero-badges{gap:9px;margin:20px 0 16px}
  .hero-badges span{font-size:13px;padding:9px 13px}
  .hero-sub{font-size:15px;line-height:1.85}
  .hero-photo-wrap{height:290px}
  .hero-photo{border-radius:34px 64px 34px 64px / 36px 55px 38px 58px}
  .hero-card{padding:11px 13px;border-radius:14px}
  .hero-card strong{font-size:14px}
  .hero-card span{font-size:10px}
  .hero-card-left{left:4px;bottom:8px}
  .hero-card-right{right:4px;top:8px}
  .features{grid-template-columns:1fr 1fr;gap:10px}
  .feature{gap:9px;padding:13px 11px}
  .icon-wrap{flex-basis:42px;height:42px;border-radius:13px}
  .icon-svg{width:25px;height:25px}
  .feature h3{font-size:14px}
  .feature p{font-size:10px}
  .section{padding:56px 0}
  .section-title h2{font-size:26px;line-height:1.45}
  .trouble-grid{grid-template-columns:1fr}
  .trouble{padding:17px;gap:15px}
  .trouble p{font-size:15px}
  .worry-icon{flex-basis:78px;height:78px;border-radius:22px}
  .worry-icon svg{width:55px;height:55px}
  .point{padding:18px}
  .point h3{font-size:19px}
  .point-visual{height:160px}
  .info-card{padding:23px}
  .info-card h2{font-size:23px}
  .info-card dl div{grid-template-columns:20px 82px 1fr;font-size:14px}
  .checks li{font-size:14px}
  .mentor-unified-photo{padding:14px 14px 0}
  .mentor-unified-photo img{height:255px}
  .mentor-unified-body{padding:14px 16px 18px}
  .mentor-unified-body h3{font-size:19px}
  .mentor-unified-body p{font-size:13px}
  .timeline-list li{grid-template-columns:32px 1fr auto;gap:9px}
  .timeline-list li::before{width:27px;height:27px}
  .timeline-list b{font-size:14px}
  .result-card{padding:24px;min-height:390px;padding-bottom:120px}
  .result-copy h2{font-size:29px}
  .result-copy ul{font-size:13px}
  .result-brand{width:215px;right:-14px;bottom:28px}
  .cta-contact-inner{gap:16px;padding:30px 0}
  .cta-heading p{font-size:12px}
  .cta-heading h2{font-size:28px}
  .cta-copy p,.contact-mail{font-size:14px}
  .cta-button{font-size:15px;line-height:1.4;min-height:72px;padding:16px 18px}
}

@media(max-width:400px){
  .brand img{height:29px;max-width:138px}
  .mobile-header-cta{padding:8px 9px;font-size:10px;letter-spacing:-.02em}
}


/* v3 worry illustration replacement */
.worry-icon{display:grid;place-items:center;flex:0 0 132px;height:132px;border-radius:0;background:transparent;color:inherit;overflow:visible}
.worry-icon svg{display:none}
.worry-icon img{display:block;width:100%;height:100%;object-fit:contain}

/* v2 result image style */
.result-brand{position:absolute;right:24px;bottom:24px;width:220px;opacity:1 !important}
.result-brand img{width:100%;height:auto;display:block;border-radius:20px;box-shadow:0 12px 28px rgba(0,0,0,.12)}

@media(max-width:860px){
  .worry-icon{flex-basis:110px;height:110px}
  .result-card{min-height:350px;padding-bottom:120px}
  .result-brand{width:180px;right:20px;bottom:20px}
}

@media(max-width:560px){
  .worry-icon{flex-basis:96px;height:96px}
  .result-card{padding:24px;min-height:390px;padding-bottom:120px}
  .result-brand{width:140px;right:16px;bottom:16px}
}


/* v4: worry illustrations stay inside each card */
.worry-icon{
  display:grid;
  place-items:center;
  flex:0 0 112px;
  width:112px;
  height:112px;
  padding:6px;
  border-radius:22px;
  background:#fff7fb;
  overflow:hidden;
}
.worry-icon img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
}

/* v4: no shadow on the result illustration */
.result-brand img{
  box-shadow:none !important;
}

/* v4: stable smartphone speaker carousel */
@media(max-width:860px){
  .worry-icon{
    flex-basis:96px;
    width:96px;
    height:96px;
    padding:5px;
  }

  .mentor-carousel{
    display:block !important;
    position:relative;
    width:100%;
    overflow:hidden;
    visibility:visible !important;
    opacity:1 !important;
  }
  .mentor-unified-grid{
    display:flex !important;
    width:100%;
    max-width:none;
    margin:0;
    gap:0;
    visibility:visible !important;
    opacity:1 !important;
    will-change:transform;
  }
  .mentor-unified-card{
    display:block !important;
    flex:0 0 100%;
    width:100%;
    min-width:100%;
    visibility:visible !important;
    opacity:1 !important;
  }
}

@media(max-width:560px){
  .trouble{
    overflow:hidden;
  }
  .worry-icon{
    flex-basis:82px;
    width:82px;
    height:82px;
    padding:4px;
  }
}
