:root{--ink:#34464a;--muted:#617075;--teal:#72b3d7;--teal2:#e1f1f1;--cream:#f7f1e4;--paper:#fdfcf8;--line:#dce4e3;--yellow:#efc326;--blue:#2f9fc0;--red:#d34c68;--green:#75a92e;--purple:#93439a;--shadow:0 16px 40px #2446481a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Noto Sans JP,BIZ UDPGothic,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;line-height:1.8}body:has(.subhero){background:#f8fbfa}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}.site-header{z-index:5;background:#fffffff0;border-bottom:1px solid #edf0ef;justify-content:space-between;align-items:center;height:86px;padding:10px max(5vw,28px);display:flex;position:relative}.brand{align-items:center;gap:16px;text-decoration:none;display:flex}.brand img{object-fit:contain;width:128px;height:58px}.brand span{border-left:1px solid var(--line);flex-direction:column;padding-left:16px;line-height:1.5;display:flex}.brand strong{font-size:14px}.brand small{color:var(--muted);font-size:11px}.header-nav{align-items:center;gap:28px;display:flex}.header-nav a{color:var(--teal);font-size:13px;font-weight:700;text-decoration:none}.header-nav .mini-cta{color:#fff;background:var(--teal);border-radius:999px;padding:9px 20px}.hero{background:linear-gradient(120deg,#f5fbfb 0%,#fff 48%,#f8f8e9 100%);min-height:710px;position:relative;overflow:hidden}.hero:before{content:"";opacity:.92;background:#cfe8ee;border-radius:50%;width:340px;height:340px;position:absolute;top:-110px;left:-145px}.hero:after{content:"";opacity:.7;background:url(/cocrea-brochure-wave.png) bottom/cover no-repeat;height:82px;position:absolute;inset:auto 0 0}.hero-inner{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;max-width:1180px;margin:auto;padding:100px 30px 135px;display:grid;position:relative}.eyebrow{color:var(--teal);letter-spacing:.16em;align-items:center;gap:9px;font-size:12px;font-weight:800;display:flex}.eyebrow i{background:var(--yellow);border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 5px #efc3261f}.hero h1{letter-spacing:-.04em;margin:20px 0;font-size:clamp(40px,4.6vw,66px);line-height:1.42}.event-date{max-width:100%;color:var(--teal);border:2px solid var(--teal);background:#fff;border-radius:999px;flex-wrap:wrap;align-items:center;gap:11px;margin:0 0 8px;padding:10px 18px 10px 11px;line-height:1;display:inline-flex;box-shadow:0 10px 24px #72b3d724}.event-date span{color:var(--ink);background:var(--yellow);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.event-date strong{letter-spacing:.04em;font-size:18px}.event-date b{border-left:1px solid #b9d4d4;padding-left:11px;font-size:13px}.hero h1 span{color:var(--teal);text-decoration:underline;-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:5px;white-space:nowrap;text-decoration-thickness:6px}.color-line{width:136px;height:6px;margin:28px 0 30px;display:flex}.color-line i{flex:1}.color-line i:first-child{background:var(--yellow)}.color-line i:nth-child(2){background:var(--blue)}.color-line i:nth-child(3){background:var(--red)}.color-line i:nth-child(4){background:var(--green)}.color-line i:nth-child(5){background:var(--purple)}.lead{max-width:560px;color:var(--muted);font-size:16px}.hero-actions{flex-wrap:wrap;gap:12px;margin:32px 0 18px;display:flex}.button{cursor:pointer;border:1px solid var(--teal);border-radius:999px;justify-content:center;align-items:center;gap:16px;min-height:56px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.button.primary{color:#fff;background:var(--teal);box-shadow:0 12px 25px #72b3d72e}.button.secondary{color:var(--teal);background:#fff;border-color:#c4d8d8}.button.white{color:var(--teal);background:#fff;border-color:#fff}.button:disabled{cursor:not-allowed;opacity:.4}.schedule-note{color:var(--muted);font-size:12px}.schedule-note a{color:var(--teal);font-weight:700}.hero-photo{position:relative}.hero-photo:before,.hero-photo:after{z-index:-1;content:"";filter:blur(1px);border-radius:50%;width:170px;height:60px;position:absolute}.hero-photo:before{background:#d9edf0;top:-35px;right:-30px}.hero-photo:after{background:#eed7dc;bottom:-25px;left:20px}.hero-photo img{aspect-ratio:1.15;object-fit:cover;width:100%;box-shadow:var(--shadow);border:10px solid #fff;border-radius:36px}.photo-tag{background:#fffffff0;border-radius:999px;padding:13px 20px;font-size:12px;font-weight:800;position:absolute;box-shadow:0 8px 20px #0000000f}.photo-tag.top{top:34px;left:-28px}.photo-tag.bottom{bottom:28px;right:-18px}.quick-info{z-index:2;border:1px solid var(--line);max-width:1180px;box-shadow:var(--shadow);background:#fff;border-radius:24px;grid-template-columns:repeat(3,1fr);margin:-36px auto 0;display:grid;position:relative}.quick-info>div{border-right:1px solid var(--line);align-items:center;gap:18px;padding:24px 30px;display:flex}.quick-info>div:last-child{border:0}.quick-info>div>span{width:44px;height:44px;color:var(--teal);background:var(--teal2);border-radius:50%;place-items:center;font-weight:900;display:grid}.quick-info p{flex-direction:column;margin:0;display:flex}.quick-info small{color:var(--muted)}.section{max-width:1180px;margin:0 auto;padding:110px 30px}.section-heading{text-align:center;max-width:720px;margin:0 auto 48px}.section-heading .eyebrow,.decision .eyebrow,.final-cta .eyebrow{justify-content:center}.section-heading h2,.comfort h2,.decision h2,.final-cta h2,.subhero h1{letter-spacing:-.03em;font-size:clamp(32px,4vw,50px);line-height:1.45}.section-heading>p:last-child{color:var(--muted)}.course-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.timetable-note{color:var(--muted);text-align:center;margin:22px 0 0;font-size:12px;font-weight:700}.course-card{border:1px solid var(--line);background:#fff;border-radius:28px;padding:36px 40px;position:relative;overflow:hidden;box-shadow:0 12px 40px #24464812}.course-card:before{content:"";background:#63b9b9;width:100%;height:7px;position:absolute;top:0;left:0}.course-card.trial:before{background:#63b9b9}.course-top{justify-content:space-between;align-items:center;display:flex}.course-no{color:#63b9b9;letter-spacing:.16em;font-size:11px;font-weight:900}.trial .course-no{color:#63b9b9}.time{background:var(--teal2);border-radius:999px;padding:5px 14px;font-size:12px;font-weight:800}.trial .time{color:var(--ink);background:var(--teal2)}.course-card h3{margin:18px 0 4px;font-size:30px}.course-intro{color:var(--muted);font-size:14px}.timeline{margin:0;padding:12px 0;list-style:none}.timeline li{border-top:1px solid var(--line);grid-template-columns:110px 1fr;gap:18px;padding:18px 0;display:grid}.timeline time{color:#63b9b9;font-size:12px;font-weight:800}.timeline span{flex-direction:column;display:flex}.timeline strong{font-size:14px}.timeline small{color:var(--muted);font-size:11px}.text-link{color:var(--teal);border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:22px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.comfort{background:var(--cream);grid-template-columns:.8fr 1.2fr;gap:60px;max-width:none;padding-left:max(7vw,30px);padding-right:max(7vw,30px);display:grid}.comfort-copy{align-self:center;max-width:480px}.comfort-copy>p{color:var(--muted)}.no-belongings{background:#fff;border-radius:18px;align-items:center;gap:15px;margin-top:30px;padding:18px;display:flex}.no-belongings>span{color:#5c8d21;background:#eaf3dd;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.no-belongings p{flex-direction:column;margin:0;display:flex}.no-belongings small{color:var(--muted)}.photo-collage{grid-template-rows:1fr 1fr;grid-template-columns:1.5fr .8fr;gap:15px;display:grid}.photo-collage figure{border:7px solid #fff;border-radius:22px;min-height:190px;margin:0;position:relative;overflow:hidden}.photo-collage .large{grid-row:1/3}.photo-collage img{object-fit:cover;width:100%;height:100%}.photo-collage figcaption{background:#fff;border-radius:10px;padding:7px 11px;font-size:11px;font-weight:800;position:absolute;bottom:12px;left:12px}.decision{color:#fff;text-align:center;background:var(--teal);max-width:none}.eyebrow.light{color:#fff}.decision>p:not(.eyebrow){color:#d7eeee}.final-cta{text-align:center}.final-cta>p:not(.eyebrow){color:var(--muted)}.site-footer{color:var(--muted);background:var(--cream);justify-content:space-between;align-items:flex-end;padding:46px max(7vw,30px);font-size:12px;display:flex}.site-footer nav{gap:24px;display:flex}.site-footer a{color:var(--muted)}.subhero{text-align:center;background:linear-gradient(135deg,#eef9f9,#fffdf5);padding:90px 30px 75px;position:relative;overflow:hidden}.subhero:before{content:"";background:#d3eaf0;border-radius:50%;width:250px;height:250px;position:absolute;top:-100px;left:-90px}.subhero .eyebrow{justify-content:center;position:relative}.subhero h1{position:relative}.subhero>p:last-child{color:var(--muted)}.subhero.compact{padding-bottom:65px}.check-wrap{max-width:860px;padding-top:70px}.question-top:focus{outline:0}.progress-head{color:var(--teal);justify-content:space-between;font-size:12px;font-weight:800;display:flex}.progress{background:#e2e9e8;border-radius:99px;height:8px;margin:10px 0 34px;overflow:hidden}.progress i{background:linear-gradient(90deg, var(--yellow), var(--teal));border-radius:99px;width:0;height:100%;transition:all .3s;display:block}.check-step{border:0;margin:0;padding:0}.check-step legend{margin-bottom:20px;font-size:28px;font-weight:800}.step-note{color:var(--muted);font-size:13px}.question{border:1px solid var(--line);background:#fff;border-radius:20px;margin:15px 0;padding:25px}.question>p{align-items:flex-start;font-weight:700;display:flex}.question>p>span{flex-direction:column;display:flex}.question>p small,.choices small{color:var(--muted);font-size:11px;font-weight:500;display:block}.question b{width:30px;height:30px;color:var(--teal);background:var(--teal2);border-radius:50%;flex:none;place-items:center;margin-right:12px;display:inline-grid}.choices{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.choices label,.course-select>label{cursor:pointer;border:1px solid var(--line);background:#fff;border-radius:13px;padding:12px}:is(.choices label:has(input:checked),.course-select>label:has(input:checked)){background:var(--teal2);border-color:var(--teal);box-shadow:0 0 0 2px #72b3d71a}.form-nav{justify-content:space-between;margin-top:30px;display:flex}.check-result{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:26px;padding:50px}.check-result>.eyebrow{justify-content:center}.check-result>span,.confirm-mark{color:#5c8d21;background:#eaf3dd;border-radius:50%;place-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:28px;display:grid}.result-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:16px;margin:35px 0;display:grid}.result-card{border:1px solid var(--line);background:#fbfdfc;border-radius:18px;padding:22px}.result-card h3{align-items:center;gap:9px;margin-bottom:4px;font-size:16px;display:flex}.result-card h3 span{width:30px;height:30px;color:var(--teal);background:var(--teal2);border-radius:50%;place-items:center;display:grid}.result-card.maybe h3 span{color:#977200;background:#fff2cc}.result-card.no h3 span{color:#a43e5b;background:#f5e8ed}.result-card>p{color:var(--muted);font-size:11px}.result-card ul{margin:16px 0 0;padding-left:20px;font-size:13px}.result-card li{margin:8px 0}.result-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.result-privacy{color:var(--muted);margin-top:18px;font-size:11px}.application{grid-template-columns:330px 1fr;align-items:start;gap:45px;padding-top:70px;display:grid}.apply-summary{background:var(--cream);border-radius:24px;padding:30px;position:sticky;top:25px}.apply-summary h2{font-size:24px}.apply-summary dl>div{border-top:1px solid #ded8ca;grid-template-columns:90px 1fr;padding:16px 0;display:grid}.apply-summary dt{color:var(--muted);font-size:12px}.apply-summary dd{margin:0;font-size:14px;font-weight:700}.apply-summary>p:last-child{color:var(--muted);font-size:12px}.apply-summary a{color:var(--teal)}.apply-care{border-top:1px solid #ded8ca;border-bottom:1px solid #ded8ca;margin:8px 0 18px;padding:18px 0}.apply-care strong{color:var(--teal);font-size:13px}.apply-care p{color:var(--muted);margin:8px 0;font-size:11px}.apply-form,.confirm-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:26px;padding:42px}.field{margin-bottom:28px}.field>label,.field>legend{margin-bottom:9px;font-weight:800;display:block}.field em{color:#aa3650;background:#f5e4e8;border-radius:5px;margin-left:7px;padding:3px 6px;font-size:10px;font-style:normal}.field label>span,.field>label>span{color:var(--muted);font-size:11px;font-weight:500}input[type=text],input[type=email],input[type=tel],input:not([type]),textarea{width:100%;font:inherit;background:#fcfdfc;border:1px solid #cad7d6;border-radius:12px;padding:15px}textarea{resize:vertical}.course-select{border:0;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 28px;padding:0;display:grid}.course-select legend{grid-column:1/-1}.course-select>label{align-items:flex-start;gap:10px;display:flex}.course-select>label span{flex-direction:column;display:flex}.course-select b{color:var(--ink);font-size:15px}.privacy{justify-content:center;gap:9px;margin:25px;font-size:12px;display:flex}.privacy a{color:var(--teal)}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.submit{border:0;width:100%}.form-note{color:var(--muted);text-align:center;margin:12px 0 0;font-size:11px}.confirm-panel{text-align:center;grid-column:2}.confirm-content{text-align:left;background:#f4f8f7;border-radius:16px;padding:10px 25px}.confirm-content dl>div{border-bottom:1px solid var(--line);grid-template-columns:150px 1fr;padding:14px 0;display:grid}.confirm-content dt{color:var(--muted);font-size:12px}.confirm-content dd{white-space:pre-wrap;margin:0;font-weight:700}.turnstile-wrap{max-width:420px;margin:24px auto 0}.send-status{color:var(--muted);margin:16px auto 0;font-size:12px}.send-status.error{color:#aa3650}.send-status.sent{color:#5c8d21}@media (width<=800px){.site-header{height:auto;min-height:72px;padding:8px 18px}.brand img{width:95px;height:48px}.brand span{padding-left:10px}.brand small,.header-nav a:not(.mini-cta){display:none}.hero-inner{grid-template-columns:1fr;gap:45px;padding:70px 22px 105px}.hero h1{font-size:clamp(30px,9.2vw,38px)}.event-date{border-radius:18px;flex-wrap:wrap;gap:7px}.event-date strong{font-size:16px}.event-date b{font-size:12px}.hero-photo{margin:0 12px}.quick-info{grid-template-columns:1fr;margin:-25px 16px 0}.quick-info>div{border-right:0;border-bottom:1px solid var(--line);padding:16px 22px}.section{padding:75px 20px}.course-grid,.comfort,.application{grid-template-columns:1fr}.course-card{padding:28px 24px}.timeline li{grid-template-columns:92px 1fr}.comfort{gap:35px}.photo-collage{min-height:500px}.decision h2,.final-cta h2,.section-heading h2,.comfort h2,.subhero h1{font-size:31px}.site-footer{flex-direction:column;align-items:flex-start;gap:25px}.site-footer nav{flex-wrap:wrap}.choices,.result-grid,.course-select{grid-template-columns:1fr}.question{padding:20px 15px}.application{padding-top:45px}.apply-summary{position:static}.apply-form,.confirm-panel{padding:28px 20px}.confirm-panel{grid-column:1}.confirm-content dl>div{grid-template-columns:100px 1fr}.subhero{padding:65px 20px 55px}}
