html,body{margin:0;padding:0;background:var(--off-white);font-family:Geist,sans-serif;overflow-x:hidden}#root{display:flex;flex-direction:column;align-items:center;min-width:1440px}#root>section,#root>footer{width:1440px}#root>.hero-fullbleed{width:100vw;max-width:100vw}#mobile{display:none}@media(max-width:899px){#desktop{display:none}#mobile{display:block}}:root{--navy: #0B3E6F;--navy-deep: #072C4F;--navy-dark: #0F172A;--teal: #0EA5E9;--teal-light: #7DD3FC;--teal-50: rgba(14,165,233,.08);--sky-soft: #F0F9FF;--sky-bright: #0EA5E9;--sky-deep: #0284C7;--sky-line: rgba(56,189,248,.25);--amber: #FBBF24;--amber-deep: #D97706;--off-white: #FCFBF7;--paper: #F6F4EC;--ink: #1B3550;--ink-60: rgba(27,53,80,.62);--ink-40: rgba(27,53,80,.4);--rule: rgba(11,62,111,.1);--font-en: "Bricolage Grotesque","Geist",-apple-system,sans-serif;--font-jp: "Noto Sans JP","Hiragino Sans",sans-serif;--font-mono: "JetBrains Mono",ui-monospace,monospace;--font-ui: "Geist",-apple-system,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--off-white);color:var(--ink);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"palt" 1;overflow-x:hidden}#mobile .jp{font-family:var(--font-jp);letter-spacing:.03em}#mobile .en{font-family:var(--font-en);letter-spacing:-.02em}#mobile .mono{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em}::selection{background:#fef3c7;color:#072c4f}a{color:inherit}#mobile .topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fcfbf7db;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--rule)}#mobile .topbar img{height:40px;width:auto;display:block}#mobile .menu-btn{width:44px;height:44px;border:1px solid var(--rule);border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;padding:0}#mobile .menu-btn span{width:18px;height:1.5px;background:var(--navy);display:block}#mobile .navsheet{position:fixed;inset:0;z-index:60;background:var(--navy-dark);color:#fff;transform:translateY(-100%);transition:transform .35s cubic-bezier(.2,.7,.2,1);display:flex;flex-direction:column;padding:20px}#mobile .navsheet.open{transform:translateY(0)}#mobile .navsheet .close{align-self:flex-end;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:transparent;color:#fff;font-size:20px;cursor:pointer}#mobile .navsheet a{font-family:var(--font-en);font-size:32px;font-weight:500;color:#fff;text-decoration:none;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12);display:flex;align-items:baseline;gap:14px}#mobile .navsheet a .idx{font-family:var(--font-mono);font-size:12px;color:var(--teal-light)}#mobile .navsheet .cta{margin-top:auto;background:var(--teal);color:var(--navy-dark);text-align:center;border-radius:12px;font-size:17px;font-weight:600;border-bottom:none;justify-content:center}#mobile .hero{position:relative;overflow:hidden;padding:48px 20px 40px;min-height:88vh;display:flex;flex-direction:column}#mobile .hero .bg{position:absolute;inset:0;background-image:url(/assets/hero-bg.jpg);background-size:cover;background-position:center 35%;opacity:.95}#mobile .hero .tint{position:absolute;inset:0;background:linear-gradient(180deg,#fcfbf773,#fcfbf747 38%,#fcfbf7f0 86%,#fcfbf7)}#mobile .hero .inner{position:relative;z-index:2;flex:1;display:flex;flex-direction:column}#mobile .hero .eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.16em;color:var(--navy);display:flex;align-items:center;gap:10px;margin-bottom:28px}#mobile .hero .eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--teal)}#mobile .hero h1{font-family:var(--font-en);font-weight:500;color:var(--navy);font-size:64px;line-height:.92;letter-spacing:-.04em;margin:0}#mobile .hero .sub{font-family:var(--font-jp);font-size:16px;line-height:1.95;color:var(--ink);margin-top:28px;font-weight:500}#mobile .mark-y{background:linear-gradient(transparent 60%,#fbbf2473 60%);font-weight:600}#mobile .hero .cta{margin-top:32px;background:var(--navy);color:#fff;border:none;padding:17px 26px;border-radius:999px;font-size:15px;font-weight:500;font-family:var(--font-ui);display:inline-flex;align-items:center;gap:12px;justify-content:center;text-decoration:none}#mobile .hero .cta .arrow{width:26px;height:26px;border-radius:50%;background:#fff;color:var(--navy);display:inline-flex;align-items:center;justify-content:center;font-size:14px}#mobile .hero .news{margin-top:auto;padding-top:32px}#mobile .hero .news-h{font-family:var(--font-mono);font-size:11px;color:var(--navy);letter-spacing:.18em;margin-bottom:14px}#mobile .hero .news-item{display:block;padding:14px 0;border-top:1px solid var(--rule);text-decoration:none}#mobile .hero .news-item:last-child{border-bottom:1px solid var(--rule)}#mobile .hero .news-meta{display:flex;gap:10px;align-items:center;margin-bottom:6px}#mobile .hero .news-date{font-family:var(--font-mono);font-size:11px;color:var(--ink-60)}#mobile .hero .news-tag{font-family:var(--font-jp);font-size:10px;color:var(--navy);background:var(--sky-soft);padding:3px 9px}#mobile .hero .news-title{font-family:var(--font-jp);font-size:13px;color:var(--ink);line-height:1.55}#mobile section.block{padding:72px 20px;position:relative}#mobile .bg-paper{background:var(--paper)}#mobile .bg-off{background:var(--off-white)}#mobile .bg-sky{background:var(--sky-soft)}#mobile .sechead{margin-bottom:40px}#mobile .sechead .num{font-family:var(--font-en);font-size:72px;font-weight:400;line-height:.85;letter-spacing:-.04em}#mobile .sechead .rule{width:48px;height:1px;margin:14px 0 22px}#mobile .sechead h2{font-family:var(--font-en);font-size:40px;font-weight:400;color:var(--navy);letter-spacing:-.03em;line-height:.98;margin:0;text-transform:uppercase}#mobile .sechead .jp{font-size:14px;color:var(--ink-60);margin-top:14px;letter-spacing:.06em}#mobile .sechead .lead{font-size:14px;color:var(--ink);line-height:1.9;margin-top:20px}#mobile .sechead .lead strong{color:var(--navy);font-weight:600}#mobile .acc-teal{color:var(--teal)}#mobile .bg-teal{background:var(--teal)}#mobile .acc-sky{color:var(--sky-bright)}#mobile .bg-skyb{background:var(--sky-bright)}#mobile .acc-amber{color:var(--amber-deep)}#mobile .bg-amber{background:var(--amber-deep)}#mobile .quote{font-family:var(--font-jp);font-size:22px;line-height:1.7;font-weight:500;color:var(--navy)}#mobile .quote{font-family:var(--font-jp);font-size:26px;line-height:1.6;font-weight:600;color:var(--navy)}#mobile .mission-body{font-family:var(--font-jp);font-size:17px;line-height:1.95;color:var(--ink);margin-top:32px}#mobile .mission-body strong{color:var(--navy);font-weight:600}#mobile .commit{margin-top:40px}#mobile .commit-item{padding:22px 0;border-top:1px solid var(--rule)}#mobile .commit-item:last-child{border-bottom:1px solid var(--rule)}#mobile .commit-item .en{font-family:var(--font-en);font-size:15px;color:var(--teal);font-weight:500;letter-spacing:.02em}#mobile .commit-item .jp{font-family:var(--font-jp);font-size:17px;color:var(--navy);font-weight:600;margin:8px 0 12px}#mobile .commit-item .body{font-family:var(--font-jp);font-size:13px;line-height:1.85;color:var(--ink)}#mobile .chal{margin-top:4px}#mobile .chal-card{padding:28px 0;border-top:1px solid var(--rule)}#mobile .chal-card:last-child{border-bottom:1px solid var(--rule)}#mobile .chal-card .n{font-family:var(--font-en);font-size:44px;color:var(--amber-deep);line-height:.9}#mobile .chal-card .en{font-family:var(--font-en);font-size:20px;color:var(--navy);font-weight:500;margin-top:14px}#mobile .chal-card .jp{font-family:var(--font-jp);font-size:16px;color:var(--navy);font-weight:600;margin:6px 0 12px}#mobile .chal-card .body{font-family:var(--font-jp);font-size:13px;line-height:1.85;color:var(--ink)}#mobile .step{padding:32px 0;border-top:1px solid var(--rule)}#mobile .step:first-child{border-top:none}#mobile .step .num{font-family:var(--font-en);font-size:52px;color:var(--navy);line-height:.85;letter-spacing:-.04em}#mobile .step .tag{font-family:var(--font-mono);font-size:11px;color:var(--sky-deep);margin-top:8px}#mobile .step .en{font-family:var(--font-en);font-size:30px;color:var(--navy);font-weight:400;margin-top:18px;letter-spacing:-.02em}#mobile .step .jp{font-family:var(--font-jp);font-size:17px;color:var(--navy);font-weight:600;margin:8px 0 12px}#mobile .step .lead{font-family:var(--font-jp);font-size:14px;line-height:1.9;color:var(--navy);font-weight:600}#mobile .step-eg{font-family:var(--font-mono);font-size:11px;color:var(--ink-60);letter-spacing:.04em;line-height:1.7;margin-top:22px;padding-top:16px;border-top:1px dashed var(--rule)}#mobile .bullets{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:11px}#mobile .bullets li{display:flex;gap:11px;font-family:var(--font-jp);font-size:13px;color:var(--ink);line-height:1.6}#mobile .check{flex:0 0 auto;width:19px;height:19px;border-radius:50%;background:var(--amber);color:var(--navy);display:inline-flex;align-items:center;justify-content:center;margin-top:1px}#mobile .check svg{width:11px;height:11px}#mobile .track{background:#fff;border:1px solid var(--rule);border-top:3px solid var(--teal);border-radius:4px;padding:24px;margin-top:16px}#mobile .track.sky{border-top-color:var(--sky-bright)}#mobile .track .role{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.12em;margin-bottom:8px}#mobile .track .en{font-family:var(--font-en);font-size:26px;color:var(--navy)}#mobile .track .jp{font-family:var(--font-jp);font-size:15px;color:var(--navy);font-weight:600;margin-top:6px}#mobile .track p{font-family:var(--font-jp);font-size:13px;line-height:1.8;color:var(--ink);margin:14px 0 0}#mobile .fork-label{margin-top:28px;font-family:var(--font-jp);font-size:14px;color:var(--navy);font-weight:600;display:flex;align-items:center;gap:10px}#mobile .fork-label .l{font-family:var(--font-mono);font-size:11px;color:var(--sky-deep)}#mobile .svc{position:relative;background:#fff;border:1px solid var(--rule);padding:40px 24px 28px;margin-top:28px}#mobile .svc .tab{position:absolute;top:0;left:20px;transform:translateY(-50%);font-family:var(--font-jp);font-size:11px;font-weight:600;padding:6px 13px;color:var(--navy)}#mobile .svc .tab.amber{background:var(--amber)}#mobile .svc .tab.sky{background:var(--sky-bright);color:#fff}#mobile .svc .label{font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.14em}#mobile .svc h3{font-family:var(--font-en);font-size:25px;color:var(--navy);font-weight:400;line-height:1.08;margin:16px 0 8px;white-space:pre-line}#mobile .svc .jp{font-family:var(--font-jp);font-size:13px;color:var(--ink-60);margin-bottom:18px}#mobile .svc .desc{font-family:var(--font-jp);font-size:13px;line-height:1.85;color:var(--ink);margin:0 0 20px}#mobile .svc .meta{font-family:var(--font-mono);font-size:11px;color:var(--ink-60);padding-top:16px;border-top:1px solid var(--rule)}#mobile .case{border:1px solid var(--rule);background:#fff;margin-top:28px;overflow:hidden}#mobile .case .stats{background:var(--navy);color:#fff;padding:32px 24px}#mobile .case .ck{font-family:var(--font-mono);font-size:11px;color:var(--teal-light);margin-bottom:10px}#mobile .case .kicker{font-family:var(--font-en);font-size:15px;color:#ffffffd9;margin-bottom:24px}#mobile .case .stat{padding:16px 0;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:baseline;gap:16px}#mobile .case .stat:first-of-type{border-top:none}#mobile .case .stat .v{font-family:var(--font-en);font-size:40px;line-height:1;letter-spacing:-.03em}#mobile .case .stat:nth-of-type(1) .v{color:var(--amber)}#mobile .case .stat:nth-of-type(2) .v{color:var(--teal-light)}#mobile .case .stat:nth-of-type(3) .v{color:#fff}#mobile .case .stat .l{font-family:var(--font-jp);font-size:12px;color:#ffffffb8;line-height:1.5}#mobile .case .ind{font-family:var(--font-jp);font-size:12px;color:#ffffffd9;margin-top:24px;padding-top:16px;border-top:1px dashed rgba(255,255,255,.18)}#mobile .case .body{padding:32px 24px}#mobile .case .body h3{font-family:var(--font-jp);font-size:20px;color:var(--navy);font-weight:600;line-height:1.5;margin:0 0 24px}#mobile .case .seg{margin-bottom:22px}#mobile .case .seg .h{font-family:var(--font-mono);font-size:11px;color:var(--teal);margin-bottom:8px}#mobile .case .seg p{font-family:var(--font-jp);font-size:13px;line-height:1.85;color:var(--ink);margin:0}#mobile .case .quote2{background:var(--paper);border-left:2px solid var(--amber);padding:20px 22px;margin-top:24px}#mobile .case .quote2 p{font-family:var(--font-jp);font-size:13px;line-height:1.8;color:var(--navy);font-weight:500;margin:0}#mobile .case .quote2 .au{font-family:var(--font-mono);font-size:10px;color:var(--ink-60);margin-top:12px}#mobile .founder-photo{width:220px;aspect-ratio:4/5;margin:0 auto;background-image:url(/assets/founder-v2.jpg);background-size:cover;background-position:center top}#mobile .founder-name{text-align:center;margin-top:22px}#mobile .founder-name h3{font-family:var(--font-jp);font-size:26px;color:var(--navy);font-weight:600;margin:0;letter-spacing:.04em}#mobile .founder-name .en{font-family:var(--font-en);font-size:13px;color:var(--ink-60);margin-top:6px}#mobile .founder-bio{font-family:var(--font-jp);font-size:13px;line-height:1.9;color:var(--ink);margin-top:24px}#mobile .founder-bio p{margin:0 0 16px}#mobile .table{background:#fff;border:1px solid var(--rule);margin-top:36px}#mobile .table .row{border-bottom:1px solid var(--rule)}#mobile .table .row:last-child{border-bottom:none}#mobile .table .k{font-family:var(--font-jp);font-size:12px;color:var(--navy);font-weight:600;background:var(--off-white);padding:14px 18px;border-bottom:1px solid var(--rule)}#mobile .table .v{font-family:var(--font-jp);font-size:13px;color:var(--ink);line-height:1.7;padding:16px 18px;white-space:pre-line;background:#fff}#mobile .team{margin-top:56px;padding-top:48px;border-top:1px solid var(--rule)}#mobile .team .lbl{font-family:var(--font-mono);font-size:11px;color:var(--ink-60);margin-bottom:14px}#mobile .team h3{font-family:var(--font-en);font-size:30px;color:var(--navy);font-weight:400;letter-spacing:-.025em;margin:0}#mobile .team .jp{font-family:var(--font-jp);font-size:13px;color:var(--ink-60);margin-top:10px}#mobile .team-card{background:#fff;border:1px solid var(--rule);padding:24px;margin-top:20px}#mobile .team-card .ph{width:220px;max-width:100%;aspect-ratio:4/5;margin:0 auto 18px;background-size:cover;background-position:center top}#mobile .team-card .ph span{font-family:var(--font-en);font-size:48px;color:#0b3e6f80}#mobile .team-card .role{font-family:var(--font-mono);font-size:11px;color:var(--teal);margin-bottom:8px;letter-spacing:.12em}#mobile .team-card .nm{font-family:var(--font-jp);font-size:17px;color:var(--navy);font-weight:600}#mobile .team-card .rj{font-family:var(--font-jp);font-size:12px;color:var(--ink-60);margin-top:4px}#mobile .faq-item{border-bottom:1px solid var(--rule)}#mobile .faq-item:first-child{border-top:1px solid var(--rule)}#mobile .faq-q{width:100%;background:transparent;border:none;cursor:pointer;text-align:left;display:grid;grid-template-columns:48px 1fr 30px;gap:12px;align-items:center;padding:22px 4px;font-family:var(--font-jp)}#mobile .faq-q .qn{font-family:var(--font-mono);font-size:12px;color:var(--teal)}#mobile .faq-q .qt{font-size:15px;color:var(--navy);font-weight:600;line-height:1.5}#mobile .faq-q .ic{width:30px;height:30px;border-radius:50%;border:1px solid var(--rule);background:var(--off-white);color:var(--navy);display:flex;align-items:center;justify-content:center}#mobile .faq-item.open .faq-q .ic{background:var(--navy);color:#fff}#mobile .faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}#mobile .faq-item.open .faq-a{grid-template-rows:1fr}#mobile .faq-a>div{overflow:hidden}#mobile .faq-a p{font-family:var(--font-jp);font-size:13px;line-height:1.9;color:var(--ink);margin:0;padding:0 4px 24px 64px}#mobile .form{background:#fff;border:1px solid var(--rule);border-radius:6px;padding:28px 22px;margin-top:28px}#mobile .field{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}#mobile .field label{display:flex;justify-content:space-between;align-items:baseline}#mobile .field .lj{font-family:var(--font-jp);font-size:13px;color:var(--navy);font-weight:600}#mobile .field .req{font-family:var(--font-mono);font-size:9px;color:var(--navy);background:#fef3c7;padding:2px 6px}#mobile .field .le{font-family:var(--font-mono);font-size:9px;color:var(--ink-60)}#mobile .field input,#mobile .field textarea{border:none;border-bottom:1px solid var(--rule);background:transparent;padding:12px 2px;font-size:16px;font-family:var(--font-jp);color:var(--ink);outline:none}#mobile .field input:focus,#mobile .field textarea:focus{border-bottom-color:var(--teal)}#mobile .submit{width:100%;background:var(--navy);color:#fff;border:none;padding:18px;border-radius:8px;font-family:var(--font-ui);font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px}#mobile .submit .arrow{width:26px;height:26px;border-radius:50%;background:#fff;color:var(--navy);display:inline-flex;align-items:center;justify-content:center}#mobile .consent{font-family:var(--font-jp);font-size:12px;color:var(--ink-60);display:flex;align-items:center;gap:9px;margin-bottom:22px}#mobile .foot{background:var(--sky-soft);padding:56px 20px 32px;position:relative}#mobile .foot img{height:56px;width:auto;display:block}#mobile .foot .msg{font-family:var(--font-jp);font-size:13px;line-height:1.9;color:var(--ink);margin:24px 0 32px}#mobile .foot .grp{margin-bottom:28px}#mobile .foot .grp .t{font-family:var(--font-mono);font-size:11px;color:var(--teal);letter-spacing:.14em;margin-bottom:12px}#mobile .foot .grp a{font-family:var(--font-jp);font-size:14px;color:var(--navy);text-decoration:none;display:block;padding:8px 0}#mobile .foot .legal{padding-top:24px;border-top:1px solid var(--rule);margin-top:12px}#mobile .foot .legal .c{font-family:var(--font-mono);font-size:10px;color:var(--ink-60);letter-spacing:.08em}#mobile .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}#mobile .reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){#mobile .reveal{opacity:1;transform:none;transition:none}}@keyframes ej-scroll-pulse{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(14px);opacity:.3}}.ej-reveal{opacity:0;transform:translateY(var(--ej-reveal-y, 28px));transition:opacity .9s cubic-bezier(.2,.7,.2,1) var(--ej-reveal-delay, 0ms),transform .9s cubic-bezier(.2,.7,.2,1) var(--ej-reveal-delay, 0ms);will-change:opacity,transform}.ej-reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.ej-reveal{opacity:1;transform:none;transition:none}}.ej-faq-item{border-bottom:1px solid var(--rule);background:transparent;transition:background .25s}.ej-faq-item:first-child{border-top:1px solid var(--rule)}.ej-faq-item.open{background:#fff}.ej-faq-q{width:100%;padding:28px 32px;background:transparent;border:none;cursor:pointer;display:grid;grid-template-columns:60px 1fr 32px;gap:24px;align-items:center;text-align:left;font-family:var(--font-jp)}.ej-faq-ic{width:32px;height:32px;border-radius:50%;background:var(--off-white);color:var(--navy);border:1px solid var(--rule);display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.ej-faq-item.open .ej-faq-ic{background:var(--navy);color:#fff}.ej-faq-item.open .ej-faq-ic .v{display:none}.ej-faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.ej-faq-item.open .ej-faq-a{grid-template-rows:1fr}.ej-faq-a>div{overflow:hidden}[data-msg]{display:none;margin-top:18px;padding:14px 18px;font-family:var(--font-jp);font-size:13px;font-weight:600;line-height:1.7;border-left:3px solid var(--teal);background:var(--teal-50);color:var(--navy)}[data-msg][data-state=err]{border-left-color:var(--amber-deep);background:#fef3c7}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
