:root{--ink:#151515;--muted:#64665e;--paper:#f7f8f3;--white:#fff;--line:#dfe2d7;--lime:#d3f85c;--soft:#edf0e5;--radius:26px;--max:1240px;font-family:Inter,"Segoe UI","Noto Sans CJK JP","Yu Gothic UI","Yu Gothic",Meiryo,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:110px}
*{box-sizing:border-box}body{margin:0;line-height:1.8;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}button{color:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #568300;outline-offset:6px;border-radius:4px}::selection{background:var(--lime);color:var(--ink)}[hidden]{display:none!important}.container{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.skip{position:fixed;left:20px;top:-100px;z-index:100;background:var(--ink);color:white;padding:12px 20px}.skip:focus{top:16px}.header{border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;line-height:1}.brand-icon{width:42px;height:42px;display:grid;place-items:center;background:var(--ink);color:var(--lime);border-radius:12px;font-weight:750;font-size:23px;letter-spacing:-2px;padding-right:2px}.brand-type{font-size:22px;font-weight:750;letter-spacing:-.7px}.brand-type small{display:block;font-size:12px;letter-spacing:3px;font-weight:500;margin-top:7px}.nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:650}.nav a{padding-block:12px;position:relative}.nav a:not(.nav-contact):after{content:"";position:absolute;height:2px;bottom:5px;left:0;right:0;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav a:hover:after,.nav a[aria-current=page]:after{transform:scaleX(1)}.nav-contact{border:1px solid var(--ink);border-radius:999px;padding:9px 20px!important}.nav-contact:hover{background:var(--ink);color:white}.nav-contact span{padding-left:12px}.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:12px;width:48px;height:48px;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle i{display:block;width:19px;height:2px;background:var(--ink)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2.2px;line-height:1.6;display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ink)}.hero{padding-top:72px;padding-bottom:58px;display:grid;grid-template-columns:1.22fr 1fr;gap:50px;align-items:center}.hero h1{font-size:clamp(40px,4.7vw,65px);line-height:1.46;letter-spacing:-.065em;font-weight:800;margin:30px 0 18px}.hero h1 span{white-space:nowrap}.hero h1 em{font-style:normal;position:relative;z-index:0}.hero h1 em:after{content:"";height:15px;background:var(--lime);position:absolute;left:0;right:0;bottom:6px;z-index:-1}.hero-english{font-size:22px;letter-spacing:-.5px;font-weight:550;margin:0 0 23px}.hero-description{font-size:14px;line-height:2.2;color:var(--muted);margin:0;max-width:480px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:31px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:15px 23px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:white;font-size:13px;font-weight:650;line-height:1.5;transition:transform .18s,background .18s}.button:hover{background:#35382b;transform:translateY(-2px)}.button span{font-size:20px;line-height:1}.text-link{display:inline-flex;align-items:center;gap:16px;font-size:13px;font-weight:650;border-bottom:1px solid var(--ink);padding:8px 0}.text-link:hover{gap:22px}.hero-art{height:494px;border:1px solid var(--line);border-radius:var(--radius);position:relative;overflow:hidden;background-color:#eff1e8;background-image:linear-gradient(#e1e5d6 1px,transparent 1px),linear-gradient(90deg,#e1e5d6 1px,transparent 1px);background-size:32px 32px;isolation:isolate}.art-header{display:flex;justify-content:space-between;align-items:center;position:absolute;left:28px;right:28px;top:23px;font-size:10px;letter-spacing:1.6px;font-weight:650}.art-header .cross{font-size:25px;font-weight:300;line-height:1}.art-orbit{position:absolute;width:365px;height:365px;border:1px solid #d0d6bf;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.art-orbit:after{content:"";position:absolute;inset:38px;border:1px dashed #d0d6bf;border-radius:50%}.modular{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%) rotate(-8deg);width:300px;height:288px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:9px;filter:drop-shadow(0 22px 22px #25311312)}.module{border-radius:19px;position:relative;display:flex;align-items:center;justify-content:center}.module-tall{grid-row:1/4;background:var(--ink);color:var(--lime);font-size:106px;font-weight:600;letter-spacing:-8px;align-items:flex-end;padding-bottom:23px}.module-wide{grid-column:2/4;background:var(--lime);font-size:27px;font-weight:650;letter-spacing:-1px;justify-content:space-between;padding:0 19px}.module-wide b{font-size:35px;font-weight:400}.module-mid{grid-column:2/4;background:var(--white);border:1px solid #e2e4da;gap:14px}.module-mid i{display:block;width:12px;height:12px;border-radius:50%;background:var(--ink)}.module-mid i:nth-child(2){background:#94a579}.module-mid i:nth-child(3){background:var(--lime)}.module-round{border-radius:50%;background:#dfe5d4;font-size:48px;font-weight:300;line-height:1}.module-line{border:1px solid #ccd3be;color:#4c563c;font-size:38px}.art-note{position:absolute;right:20px;bottom:66px;background:white;padding:11px 15px;border-radius:13px;box-shadow:0 10px 20px #2731100c;font-size:11px;font-weight:650;transform:rotate(5deg)}.art-note:before{content:"✓";display:inline-block;background:var(--lime);width:21px;height:21px;line-height:21px;text-align:center;border-radius:50%;margin-right:8px}.art-footer{position:absolute;left:28px;right:28px;bottom:23px;display:flex;justify-content:space-between;font-size:10px;color:#505747;letter-spacing:1px}.hero-bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:10px;font-weight:650;letter-spacing:1.4px;color:#585f4a}.hero-bottom span{display:flex;align-items:center;gap:12px}.hero-bottom b{font-size:18px;color:#718b3b;font-weight:500}.section{padding-block:94px}.section-kicker{font-size:10px;letter-spacing:2px;font-weight:650;color:var(--muted);margin:0 0 27px}.section-heading{display:grid;grid-template-columns:1fr .85fr;gap:80px;align-items:end}.section h2{font-size:clamp(28px,3.2vw,42px);line-height:1.55;letter-spacing:-.055em;font-weight:750;margin:0}.section-intro{font-size:14px;color:var(--muted);line-height:2.25;margin:0 0 7px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:55px}.principle{padding-top:24px;border-top:1px solid var(--line)}.principle-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:33px}.principle-number{font-size:11px;font-weight:550;color:var(--muted)}.principle-glyph{width:44px;height:44px;border-radius:13px;background:var(--soft);display:grid;place-items:center;font-size:25px}.principle h3{font-size:18px;line-height:1.8;letter-spacing:-.4px;margin:0 0 9px}.principle p{font-size:13px;line-height:2.05;color:var(--muted);margin:0}.coming{padding:54px 58px;background:var(--ink);color:var(--white);border-radius:var(--radius);position:relative;overflow:hidden;display:grid;grid-template-columns:1.5fr .7fr;gap:50px;align-items:center;margin-bottom:92px}.status{font-size:10px;letter-spacing:1.8px;font-weight:600;color:var(--lime);display:inline-flex;gap:9px;align-items:center}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lime)}.coming h2 span{display:inline-block}.coming h2{font-size:34px;letter-spacing:-.06em;line-height:1.65;margin:20px 0 14px}.coming p{font-size:13px;color:#bfc3b6;line-height:2.1;max-width:530px;margin:0}.button-lime{background:var(--lime);border-color:var(--lime);color:var(--ink);margin-top:28px}.button-lime:hover{background:#e4ff90;color:var(--ink)}.coming-art{display:flex;justify-content:center;position:relative;min-height:200px;align-items:center}.coming-shape{font-size:130px;color:var(--lime);line-height:1;font-weight:300;transform:rotate(10deg)}.coming-art:before,.coming-art:after{content:"";width:168px;height:168px;border:1px solid #3c4232;border-radius:36px;position:absolute;transform:rotate(24deg)}.coming-art:after{transform:rotate(-12deg);width:140px;height:140px}.footer{border-top:1px solid var(--line);padding-top:39px;padding-bottom:25px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-links{display:flex;gap:24px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.footer-links a:hover{text-decoration:underline;text-underline-offset:5px}.footer-statement{font-size:clamp(50px,10.5vw,146px);font-weight:750;letter-spacing:-.07em;line-height:1.25;padding:47px 0 28px;margin:0;white-space:nowrap}.footer-base{padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.3px;color:var(--muted)}.footer-base a:hover{text-decoration:underline}.inner-hero{padding-block:68px 52px;border-bottom:1px solid var(--line)}.breadcrumb{display:flex;gap:14px;font-size:11px;color:var(--muted);margin-bottom:40px}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.inner-hero h1{font-size:clamp(34px,4.5vw,59px);line-height:1.5;letter-spacing:-.06em;margin:20px 0 12px}.inner-hero p{font-size:14px;color:var(--muted);max-width:670px;line-height:2.1}.content-area{padding-block:55px 80px;max-width:830px}.content-area h2{font-size:25px;letter-spacing:-.04em;line-height:1.6;margin:42px 0 15px}.content-area h2:first-child{margin-top:0}.content-area p{font-size:14px;line-height:2.2;color:#50554a}.content-area a:not(.button):not(.text-link){text-decoration:underline;text-underline-offset:4px}.fact-list{margin:32px 0;display:grid;grid-template-columns:160px 1fr;font-size:14px}.fact-list dt,.fact-list dd{padding:18px 0;margin:0;border-bottom:1px solid var(--line)}.fact-list dt{color:var(--muted)}.notice{background:var(--soft);border:1px solid var(--line);padding:24px 28px;border-radius:20px;margin:28px 0}.notice p{margin:0}.empty-state{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:45px;max-width:830px;margin:0}.empty-state .status{color:#455d10}.empty-state .status:before{background:#638815}.empty-state h2{font-size:29px;margin:18px 0}.empty-state .button{margin-top:20px}.faq{border-top:1px solid var(--line);padding:0}.faq details{border-bottom:1px solid var(--line)}.faq summary{font-size:14px;font-weight:600;padding:24px 34px 24px 0;list-style:none;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"＋";position:absolute;right:3px;font-weight:400}.faq details[open] summary:after{content:"−"}.faq details p{padding:0 30px 22px 0;margin:0}.error-code{font-size:130px!important;line-height:1!important;font-weight:700;letter-spacing:-.07em!important;color:var(--ink)!important;margin:20px 0!important}.back-top{display:inline-flex;gap:8px}.only-screen-reader{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1500px){.hero h1{font-size:65px}.hero{gap:70px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.hero{gap:30px}.hero-art{height:440px}.hero h1{font-size:5vw}.modular{width:250px;height:250px}.module-tall{font-size:88px}.module-wide{font-size:23px;padding:0 12px}.section-heading{gap:40px}.coming{padding:42px}.hero-actions{gap:17px}.hero-english{font-size:20px}}
@media(max-width:820px){.container{width:calc(100% - 48px)}.header-inner{height:80px}.nav{gap:23px;font-size:12px}.hero{grid-template-columns:1fr;padding-top:47px;gap:36px;padding-bottom:37px}.hero h1{font-size:clamp(40px,7.6vw,62px);margin-top:22px}.hero-description{max-width:100%}.hero-art{height:390px}.art-orbit{width:330px;height:330px}.modular{width:270px;height:258px;transform:translate(-50%,-50%) rotate(-8deg)}.art-note{right:25px;bottom:54px}.section{padding-block:65px}.section-heading{grid-template-columns:1fr;gap:22px}.section-intro{max-width:620px}.principles{gap:24px;margin-top:36px}.principle h3{font-size:16px}.coming{grid-template-columns:1fr .45fr;gap:12px;padding:40px 34px;margin-bottom:64px}.coming h2{font-size:28px}.coming-art:before{width:125px;height:125px}.coming-art:after{width:110px;height:110px}.coming-shape{font-size:94px}.footer-links{gap:18px}.content-area{padding-block:40px 60px}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.header-inner{height:78px;flex-wrap:wrap;position:relative;gap:0}.brand-icon{width:36px;height:36px;font-size:21px;border-radius:11px}.brand-type{font-size:21px}.brand-type small{font-size:10px;letter-spacing:2.8px;margin-top:6px}.js .menu-toggle{display:flex}.nav{display:flex;width:100%;background:var(--paper);padding:12px 0;flex-wrap:wrap;gap:8px 22px;font-size:12px}.header-inner{height:auto;min-height:78px;padding:17px 0}.js .header-inner{height:78px;padding:0}.js .nav{display:none;position:absolute;left:-20px;right:-20px;top:77px;width:auto;padding:22px 24px;z-index:20;border-bottom:1px solid var(--line);box-shadow:0 12px 20px #15151508;flex-direction:column;align-items:stretch;gap:10px}.js .nav.is-open{display:flex}.nav-contact{align-self:flex-start}.hero{padding-top:35px;gap:32px}.eyebrow{font-size:9px;letter-spacing:1.55px}.hero h1{font-size:clamp(32px,8.7vw,49px);line-height:1.55;letter-spacing:-.065em;margin:20px 0 13px}.hero h1 em:after{height:10px;bottom:3px}.hero-english{font-size:18px;margin-bottom:19px}.hero-description{font-size:12px;line-height:2.15}.hero-actions{gap:16px;margin-top:23px}.button{font-size:12px;padding:13px 19px;gap:19px}.text-link{font-size:12px}.hero-art{height:344px;border-radius:22px}.art-header{left:22px;right:22px;top:20px;font-size:8px}.art-footer{left:22px;right:22px;bottom:19px;font-size:8px}.modular{width:227px;height:216px;gap:7px;top:48%}.module{border-radius:16px}.module-tall{font-size:81px;letter-spacing:-4px;padding-bottom:14px}.module-wide{font-size:23px;padding:0 13px}.module-wide b{font-size:27px}.module-mid{gap:11px}.module-mid i{width:10px;height:10px}.module-round{border-radius:50%;font-size:39px}.module-line{font-size:30px}.art-orbit{width:280px;height:280px}.art-note{font-size:9px;padding:8px 11px;bottom:48px;right:17px}.art-note:before{width:17px;height:17px;line-height:17px;margin-right:6px}.hero-bottom{justify-content:space-between;padding:18px 0;gap:12px;font-size:8px;letter-spacing:.55px}.hero-bottom span{gap:5px}.hero-bottom b{font-size:13px}.hero-bottom span:nth-child(2){display:none}.section{padding-block:51px}.section-kicker{font-size:9px;margin-bottom:19px}.section h2{font-size:28px}.section-intro{font-size:13px;line-height:2.15}.principles{grid-template-columns:1fr;gap:25px;margin-top:34px}.principle{padding-top:19px}.principle-top{margin-bottom:17px}.principle-glyph{width:39px;height:39px;font-size:23px}.principle h3{font-size:17px}.principle p{font-size:12px}.coming{grid-template-columns:1fr;padding:31px 25px;border-radius:22px;margin-bottom:51px;gap:0}.coming h2{font-size:clamp(22px,6.3vw,26px);margin-top:17px}.coming p{font-size:12px}.coming-art{display:none}.button-lime{margin-top:24px}.status{font-size:9px}.footer{padding-top:29px;padding-bottom:22px}.footer-top{align-items:flex-start;gap:25px;flex-direction:column}.footer-links{font-size:11px;gap:15px}.footer-statement{font-size:9.6vw;padding:30px 0 25px}.footer-base{font-size:9px;align-items:flex-start;gap:13px;flex-direction:column}.inner-hero{padding-block:34px 34px}.breadcrumb{font-size:10px;margin-bottom:30px}.inner-hero h1{font-size:34px}.inner-hero p{font-size:13px}.content-area{padding-block:34px 51px}.content-area h2{font-size:22px}.content-area p{font-size:13px}.fact-list{grid-template-columns:100px 1fr;font-size:12px}.fact-list dd{overflow-wrap:anywhere}.notice{padding:22px}.empty-state{padding:27px}.empty-state h2{font-size:25px}.faq summary{font-size:13px}.error-code{font-size:96px!important}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media(forced-colors:active){.button,.brand-icon,.module{border:1px solid ButtonText}.hero h1 em:after{display:none}.hero-art{forced-color-adjust:auto}.module-mid i{border:2px solid CanvasText}}

.email-address{overflow-wrap:anywhere}
