@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Outfit:wght@500;600;700;800;900&display=swap";
.intro-splash{z-index:9999;background:var(--intro-splash-bg,#f5f0e8);pointer-events:none;animation:intro-splash-out var(--intro-splash-duration,1.7s) ease-out forwards;will-change:opacity, background;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.intro-splash-logo{width:var(--intro-splash-logo-width,min(64vw, 420px));transform-origin:50%;height:auto;animation:intro-splash-logo var(--intro-splash-duration,1.7s) ease-out forwards;will-change:opacity, transform, filter;display:block}@keyframes intro-splash-logo{0%{opacity:0;filter:blur(6px);transform:scale(.92)}18%{opacity:1;filter:blur();transform:scale(1)}55%{opacity:1;filter:blur();transform:scale(1.06)}85%{opacity:.5;filter:blur(2px);transform:scale(1.6)}to{opacity:0;filter:blur(8px);transform:scale(2.2)}}@keyframes intro-splash-out{0%,70%{opacity:1}85%{opacity:1;background:#fff}to{opacity:0;visibility:hidden;background:#fff}}@media (prefers-reduced-motion:reduce){.intro-splash{display:none!important}}
.illust-root{--bg-base:#f8f8f6;--bg-elevated:#fff;--bg-deep:#f0efeb;--text-primary:#0f0e0d;--text-secondary:#4a4744;--text-muted:#7a7672;--text-light:#ada9a4;--accent:#0f0e0d;--accent-deep:#000;--accent-soft:#0f0e0d0f;--line-green:#06c755;--line-green-deep:#04a045;--hairline:#0f0e0d1f;--hairline-strong:#0f0e0d47;--hairline-faint:#0f0e0d0f;--shadow-soft:0 1px 2px #0f0e0d0a, 0 12px 32px #0f0e0d0d;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-smooth:cubic-bezier(.32, .72, 0, 1);--font-jp:"Noto Sans JP", system-ui, sans-serif;--font-en:"Outfit", system-ui, sans-serif;background:var(--bg-base);color:var(--text-primary);font-family:var(--font-jp);font-feature-settings:"palt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}.illust-root *{box-sizing:border-box}.illust-root .section-inner{max-width:1180px;margin:0 auto;padding:0 32px}@media (max-width:720px){.illust-root .section-inner{padding:0 22px}}.illust-root .ja-phrase{display:inline-block}.illust-root .section-label{font-family:var(--font-en);letter-spacing:.24em;text-transform:uppercase;color:var(--accent);align-items:center;gap:12px;margin:0 0 24px;font-size:11px;font-weight:700;display:inline-flex}.illust-root .section-label:before{content:"";background:var(--accent);width:32px;height:1px;display:inline-block}.illust-root .section-title{letter-spacing:-.01em;color:var(--text-primary);margin:0 0 40px;font-size:clamp(26px,3.5vw,40px);font-weight:900;line-height:1.45}.illust-root .site-header{z-index:100;background:var(--bg-base);border-bottom:1px solid var(--hairline);-webkit-backdrop-filter:none;backdrop-filter:none;position:sticky;top:0}.illust-root .header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:14px 32px;display:flex}.illust-root .logo-block{color:var(--text-primary);flex-direction:column;gap:2px;text-decoration:none;display:flex}.illust-root .logo-main{font-family:var(--font-en);letter-spacing:.06em;color:var(--text-primary);font-size:15px;font-weight:800}.illust-root .logo-main .dot{color:var(--accent)}.illust-root .logo-sub{color:var(--text-muted);letter-spacing:.08em;font-size:10.5px}.illust-root .header-cta{background:var(--line-green);color:#fff;letter-spacing:.02em;transition:background .2s var(--ease-out);border-radius:999px;align-items:center;gap:8px;padding:9px 18px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.illust-root .header-cta:hover{background:var(--line-green-deep)}@media (max-width:720px){.illust-root .header-inner{padding:12px 18px}.illust-root .logo-main{font-size:13px}.illust-root .header-cta{padding:8px 14px;font-size:12px}.illust-root .header-cta span{display:none}}.illust-root .hero{isolation:isolate;background:#0f0e0d;flex-direction:column;height:clamp(620px,88vh,880px);min-height:88vh;display:flex;position:relative;overflow:hidden}.illust-root .hero-bg{z-index:0;background:#0f0e0d;position:absolute;inset:0;overflow:hidden}.illust-root .hero-bg:after{content:none}.illust-root .hero-bg-video{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.illust-root .hero-bg-pattern{background:radial-gradient(circle at 20% 30%,#b8786814 0%,#0000 40%),radial-gradient(circle at 80% 70%,#b878680f 0%,#0000 45%),linear-gradient(135deg,#1a1614 0%,#0f0e0d 50%,#1a1614 100%);position:absolute;inset:0}.illust-root .hero-bg-overlay{background:0 0;position:absolute;inset:0}.illust-root .hero-inner{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:96px 32px 120px;display:flex;position:relative}.illust-root .hero-text{text-align:center;width:100%;max-width:980px}.illust-root .hero h1{letter-spacing:-.015em;color:#fff;text-shadow:0 4px 32px #000000d9,0 2px 12px #000000bf,0 1px 3px #0009;margin:0 0 28px;font-size:clamp(34px,6vw,68px);font-weight:900;line-height:1.36}.illust-root .hero h1 .accent-line{display:inline-block;position:relative}.illust-root .hero h1 .accent-line:after{content:"";background:#fff;height:4px;position:absolute;bottom:-4px;left:0;right:0}.illust-root .hero-sub{color:#fffffffa;letter-spacing:.04em;text-shadow:0 2px 14px #0006;flex-wrap:wrap;justify-content:center;gap:10px;margin:0;font-size:clamp(15px,1.5vw,19px);line-height:1.85;display:inline-flex}.illust-root .hero-sub .ja-phrase{display:inline-block}@media (max-width:720px){.illust-root .hero{height:clamp(560px,82vh,760px);min-height:82vh}.illust-root .hero-inner{padding:80px 22px 100px}.illust-root .hero h1{margin-bottom:22px}.illust-root .hero-sub{gap:6px}}@media (prefers-reduced-motion:reduce){.illust-root .hero-bg-video{animation:none}}.illust-root .hero .marquee-band{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0e0d8c;border-top:1px solid #ffffff29;border-bottom:none;padding:14px 0;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.illust-root .hero .marquee-item{color:#ffffffeb}.illust-root .hero .marquee-item .dot{background:#fff9}.illust-root .marquee-band{border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);background:var(--bg-base);padding:18px 0;position:relative;overflow:hidden}.illust-root .marquee-track{width:max-content;animation:90s linear infinite marquee-scroll;display:flex}.illust-root .marquee-item{font-family:var(--font-en);letter-spacing:.28em;color:var(--text-primary);text-transform:uppercase;white-space:nowrap;align-items:center;gap:28px;padding-right:28px;font-size:13px;font-weight:700;display:inline-flex}.illust-root .marquee-item .dot{background:var(--accent);border-radius:50%;width:4px;height:4px;display:inline-block}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:720px){.illust-root .marquee-band{padding:14px 0}.illust-root .marquee-item{letter-spacing:.24em;gap:20px;padding-right:20px;font-size:11px}}.illust-root .hero-invitation-band{background:var(--bg-base);border-bottom:1px solid var(--hairline);text-align:center;padding:22px 24px}.illust-root .hero-invitation-text{letter-spacing:.04em;color:var(--text-primary);margin:0;font-size:clamp(15px,1.5vw,18px);font-weight:600;line-height:1.7}.illust-root .hero-invitation-text .ja-phrase{display:inline-block}@media (max-width:720px){.illust-root .hero-invitation-band{padding:18px}.illust-root .hero-invitation-text{font-size:14px}}.illust-root .intro{background:var(--bg-base);padding:120px 0 100px;position:relative;overflow:hidden}.illust-root .intro-character{opacity:.85;pointer-events:none;z-index:0;width:220px;height:auto;position:absolute;bottom:-20px;right:-40px;transform:rotate(-4deg)}.illust-root .intro .section-inner{z-index:1;max-width:820px;position:relative}.illust-root .intro-copy{text-align:center}@media (max-width:720px){.illust-root .intro-character{opacity:.7;width:130px;bottom:-10px;right:-20px}}.illust-root .intro h2{letter-spacing:-.01em;color:var(--text-primary);margin:0 0 32px;font-size:clamp(26px,3.6vw,40px);font-weight:900;line-height:1.5}.illust-root .intro-accent{color:var(--accent);position:relative}.illust-root .intro-accent:after{content:"";background:var(--accent);opacity:.4;height:1px;position:absolute;bottom:-4px;left:0;right:0}.illust-root .intro-copy p{color:var(--text-secondary);margin:0 0 18px;font-size:16px;line-height:1.95}.illust-root .intro-lead{letter-spacing:.06em;color:var(--text-muted);margin:14px 0 28px;font-size:14px;font-weight:500;line-height:1.7}.illust-root .intro-strong{color:var(--text-primary)!important;margin-top:32px!important;font-size:17px!important}.illust-root .intro-strong strong{font-weight:700}.illust-root .small-note{border-top:1px solid var(--hairline);padding-top:24px;color:var(--text-muted)!important;margin-top:32px!important;font-size:12.5px!important;line-height:1.75!important}@media (max-width:720px){.illust-root .intro{padding:80px 0 70px}}.illust-root .concept{background:var(--bg-elevated);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);text-align:center;padding:120px 0}.illust-root .concept .section-inner{max-width:820px}.illust-root .concept-title{color:var(--text-primary);margin:24px 0 40px;font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.45}.illust-root .concept-accent{color:var(--text-primary);display:inline-block;position:relative}.illust-root .concept-accent:after{content:"";background:var(--text-primary);height:4px;position:absolute;bottom:-2px;left:0;right:0}.illust-root .concept-body p{color:var(--text-secondary);margin:0 0 20px;font-size:16px;line-height:2}.illust-root .concept-strong{color:var(--text-primary)!important;margin-top:32px!important;font-size:17px!important}.illust-root .concept-strong strong{background-image:linear-gradient(transparent 70%, var(--accent-soft) 70%);background-repeat:no-repeat;background-size:100% 100%;padding-bottom:4px;font-weight:700;display:inline-block}@media (max-width:720px){.illust-root .concept{padding:80px 0}}.illust-root .evidence{background:var(--bg-base);text-align:center;padding:120px 0}.illust-root .evidence .section-inner{max-width:1080px}.illust-root .evidence .section-label{justify-content:center}.illust-root .evidence-bridge{color:var(--text-secondary);margin:0 0 64px;font-size:17px;line-height:1.85}.illust-root .evidence-stat{border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);flex-direction:column;align-items:center;gap:12px;margin-bottom:64px;padding:56px 0;display:flex}.illust-root .evidence-stat-number{color:var(--text-primary);font-family:var(--font-en);letter-spacing:-.05em;align-items:flex-start;gap:8px;font-weight:900;line-height:1;display:inline-flex}.illust-root .evidence-stat-number .number-display{font-size:clamp(96px,16vw,200px)}.illust-root .evidence-stat-number .number-plus{color:var(--text-muted);margin-top:12px;font-size:clamp(32px,4.5vw,56px);font-weight:700}.illust-root .evidence-stat-label{flex-direction:column;align-items:center;gap:4px;margin-top:12px;display:inline-flex}.illust-root .evidence-stat-label .ja{color:var(--text-secondary);letter-spacing:.06em;font-size:14px;font-weight:500}.illust-root .evidence-stat-label .en{font-family:var(--font-en);letter-spacing:.32em;color:var(--text-muted);text-transform:uppercase;font-size:11px;font-weight:700}.illust-root .evidence-headline{letter-spacing:-.01em;color:var(--text-primary);margin:0 0 32px;font-size:clamp(22px,3.2vw,32px);font-weight:900;line-height:1.55}.illust-root .evidence-sub{color:var(--text-secondary);max-width:760px;margin:0 auto 72px;font-size:16px;line-height:1.95}.illust-root .evidence-growth{background:var(--bg-elevated);border:1px solid var(--hairline);text-align:left;border-radius:4px;align-items:flex-start;gap:24px;max-width:720px;margin:0 auto 72px;padding:32px;display:flex}.illust-root .growth-icon{font-family:var(--font-en);color:var(--accent);font-size:24px;line-height:1}.illust-root .growth-body h3{color:var(--text-primary);margin:0 0 12px;font-size:17px;font-weight:700;line-height:1.6}.illust-root .growth-body p{color:var(--text-secondary);margin:0;font-size:14.5px;line-height:1.85}.illust-root .evidence-illust-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:720px;margin:0 auto;display:grid}.illust-root .illust-photo{aspect-ratio:4/5;border:1px solid var(--hairline);border-radius:4px;margin:0;position:relative;overflow:hidden}.illust-root .illust-photo img{object-fit:cover;width:100%;height:100%;display:block}.illust-root .illust-photo figcaption{letter-spacing:.04em;color:#fff;background:linear-gradient(#0000,#0000008c);padding:28px 16px 14px;font-size:13px;font-weight:700;position:absolute;bottom:0;left:0;right:0}@media (max-width:720px){.illust-root .evidence{padding:80px 0}.illust-root .evidence-stat{margin-bottom:48px;padding:40px 0}}.illust-root .strengths{background:var(--bg-elevated);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);text-align:center;padding:120px 0}.illust-root .strengths .section-label{justify-content:center}.illust-root .strengths-bridge{color:var(--text-secondary);margin:0 0 16px;font-size:16px;line-height:1.85}.illust-root .strengths .section-title{margin-bottom:64px}.illust-root .strengths-grid{background:var(--hairline);border:1px solid var(--hairline);text-align:left;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.illust-root .strength-card{background:var(--bg-elevated);transition:background .3s var(--ease-out);flex-direction:column;gap:16px;padding:40px 32px;display:flex}.illust-root .strength-card:hover{background:var(--bg-base)}.illust-root .strength-num{font-family:var(--font-en);letter-spacing:.24em;color:var(--accent);font-size:13px;font-weight:700}.illust-root .strength-card h3{color:var(--text-primary);margin:0 0 4px;font-size:18px;font-weight:700;line-height:1.55}.illust-root .strength-card p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.85}@media (max-width:880px){.illust-root .strengths-grid{grid-template-columns:1fr}}@media (max-width:720px){.illust-root .strengths{padding:80px 0}}.illust-root .flow{background:var(--bg-base);text-align:center;padding:120px 0}.illust-root .flow .section-label{justify-content:center}.illust-root .flow-bridge{color:var(--text-secondary);margin:0 0 16px;font-size:16px;line-height:1.85}.illust-root .flow .section-title{margin-bottom:64px}.illust-root .flow-stages{text-align:left;max-width:800px;margin:0 auto;position:relative}.illust-root .flow-stages:before{content:"";background:var(--hairline);width:1px;position:absolute;top:0;bottom:0;left:100px}.illust-root .flow-stage{border-bottom:1px solid var(--hairline);grid-template-columns:100px 1fr;gap:32px;padding:36px 0;display:grid;position:relative}.illust-root .flow-stage:last-child{border-bottom:none}.illust-root .flow-stage:before{content:"";background:var(--accent);border:2px solid var(--bg-base);z-index:1;border-radius:50%;width:9px;height:9px;position:absolute;top:44px;left:96px}.illust-root .flow-stage-label{font-family:var(--font-jp);letter-spacing:.08em;color:var(--accent);padding-top:4px;font-size:12.5px;font-weight:700}.illust-root .flow-stage-body h3{color:var(--text-primary);margin:0 0 16px;font-size:19px;font-weight:700;line-height:1.55}.illust-root .flow-stage-body p{color:var(--text-secondary);margin:0 0 16px;font-size:14.5px;line-height:1.95}.illust-root .flow-stage-body p strong{color:var(--text-primary);font-weight:700}.illust-root .wage-tag{font-family:var(--font-en);letter-spacing:.16em;border:1px solid var(--accent);color:var(--accent);border-radius:999px;margin-top:8px;padding:4px 12px;font-size:10.5px;font-weight:700;display:inline-block}.illust-root .flow-philosophy{background:var(--bg-elevated);border-left:2px solid var(--accent);flex-direction:column;gap:4px;padding:20px 24px;font-weight:700;display:flex;color:var(--text-primary)!important;margin-top:20px!important;font-size:15px!important;line-height:1.7!important}.illust-root .flow-philosophy-sub{margin-top:4px;color:var(--text-muted)!important;font-size:12.5px!important;font-weight:500!important}@media (max-width:720px){.illust-root .flow{padding:80px 0}.illust-root .flow-stages:before{left:8px}.illust-root .flow-stage{grid-template-columns:1fr;gap:12px;padding-left:28px}.illust-root .flow-stage:before{top:44px;left:4px}.illust-root .flow-stage-label{padding-top:0}}.illust-root .voices{background:var(--bg-elevated);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);text-align:center;padding:120px 0}.illust-root .voices .section-label{justify-content:center}.illust-root .voices .section-title{margin-bottom:20px}.illust-root .voices-intro{text-align:center;color:var(--text-muted);max-width:560px;margin:0 auto 48px;font-size:13px;line-height:1.9}.illust-root .voices-grid{background:var(--hairline);border:1px solid var(--hairline);text-align:left;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.illust-root .voice-card{background:var(--bg-elevated);flex-direction:column;gap:16px;padding:36px 28px;display:flex;position:relative}.illust-root .voice-avatar{border:1px solid var(--hairline);background:var(--bg-base);border-radius:50%;justify-content:center;align-items:flex-end;width:72px;height:72px;margin-bottom:4px;display:flex;overflow:hidden}.illust-root .voice-avatar img{object-fit:cover;object-position:top;width:110%;height:auto;transform:translateY(8%)}.illust-root .voice-quote-mark{font-family:var(--font-en);color:var(--text-primary);opacity:.85;font-size:48px;font-weight:900;line-height:.5}.illust-root .voice-text{color:var(--text-secondary);flex-grow:1;margin:0;font-size:14.5px;line-height:1.95}.illust-root .voice-meta{border-top:1px solid var(--hairline);font-family:var(--font-en);letter-spacing:.16em;color:var(--text-muted);flex-wrap:wrap;gap:8px 14px;padding-top:16px;font-size:11px;display:flex}.illust-root .voice-name{color:var(--text-primary);letter-spacing:.04em;font-weight:700;font-family:var(--font-jp);font-size:13px}.illust-root .voice-role{color:var(--accent);font-weight:700}.illust-root .voices-note{color:var(--text-muted);align-items:center;gap:8px;margin:32px 0 0;font-size:11.5px;display:inline-flex}@media (max-width:880px){.illust-root .voices-grid{grid-template-columns:1fr}}@media (max-width:720px){.illust-root .voices{padding:80px 0}}.illust-root .support{background:var(--bg-base);padding:120px 0}.illust-root .support-inner{grid-template-columns:320px 1fr;align-items:center;gap:64px;max-width:1080px;margin:0 auto;padding:0 32px;display:grid}.illust-root .support-image-wrap{border:1px solid var(--hairline);background:var(--bg-elevated);aspect-ratio:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.illust-root .support-image-wrap img{object-fit:contain;max-width:80%;max-height:80%}.illust-root .support h2{color:var(--text-primary);margin:16px 0 24px;font-size:clamp(24px,3vw,32px);font-weight:900;line-height:1.5}.illust-root .support p{color:var(--text-secondary);margin:0 0 16px;font-size:15px;line-height:1.95}@media (max-width:880px){.illust-root .support-inner{grid-template-columns:1fr;gap:32px;padding:0 22px}.illust-root .support-image-wrap{max-width:240px;margin:0 auto}}@media (max-width:720px){.illust-root .support{padding:80px 0}}.illust-root .faq{background:var(--bg-base);border-top:1px solid var(--hairline);padding:120px 0}.illust-root .faq-header{text-align:center;margin-bottom:56px}.illust-root .faq-header .section-label{justify-content:center}.illust-root .faq-list{border-top:1px solid var(--hairline);max-width:820px;margin:0 auto}.illust-root .faq-item{border-bottom:1px solid var(--hairline)}.illust-root .faq-question{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s var(--ease-out);grid-template-columns:32px 1fr 24px;align-items:start;gap:20px;padding:24px 8px;list-style:none;display:grid}.illust-root .faq-question::-webkit-details-marker{display:none}.illust-root .faq-question:hover{background:var(--bg-deep)}.illust-root .faq-q-icon{font-family:var(--font-en);letter-spacing:.1em;color:var(--accent);font-size:14px;font-weight:700;line-height:1.6}.illust-root .faq-q-text{color:var(--text-primary);font-size:15px;font-weight:500;line-height:1.6}.illust-root .faq-toggle{width:16px;height:16px;margin-top:4px;position:relative}.illust-root .faq-toggle:before,.illust-root .faq-toggle:after{content:"";background:var(--text-secondary);transition:transform .3s var(--ease-out), opacity .3s var(--ease-out);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.illust-root .faq-toggle:before{width:12px;height:1px}.illust-root .faq-toggle:after{width:1px;height:12px}.illust-root .faq-item[open] .faq-toggle:after{opacity:0;transform:translate(-50%,-50%)rotate(90deg)}.illust-root .faq-answer{padding:0 8px 28px 60px}.illust-root .faq-answer p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.95}@media (max-width:720px){.illust-root .faq{padding:80px 0}.illust-root .faq-question{grid-template-columns:24px 1fr 20px;gap:14px;padding:20px 4px}.illust-root .faq-q-text{font-size:14px}.illust-root .faq-answer{padding:0 4px 24px 38px}}.illust-root .cta-final{background:var(--bg-elevated);text-align:center;border-top:1px solid var(--hairline);padding:120px 0}.illust-root .cta-final h2{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 20px;font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.45}.illust-root .cta-final p{color:var(--text-secondary);margin:0 0 36px;font-size:15px;line-height:1.85}.illust-root .cta-line-btn{background:var(--line-green);color:#fff;letter-spacing:.02em;transition:transform .3s var(--ease-out), background .2s var(--ease-out), box-shadow .3s var(--ease-out);border-radius:999px;align-items:center;gap:12px;margin-bottom:24px;padding:18px 40px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 12px 28px #06c75533}.illust-root .cta-line-btn:hover{background:var(--line-green-deep);transform:translateY(-2px);box-shadow:0 16px 36px #06c75547}.illust-root .cta-meta{letter-spacing:.04em;color:var(--text-muted)!important;margin:0!important;font-size:12px!important}@media (max-width:720px){.illust-root .cta-final{padding:80px 22px}}.illust-root .site-footer{background:var(--bg-base);text-align:center;color:var(--text-muted);letter-spacing:.06em;border-top:1px solid var(--hairline);font-size:11.5px;font-family:var(--font-en);padding:32px}.illust-root [data-reveal]{opacity:0;transition:opacity .8s var(--ease-out), transform .8s var(--ease-out);will-change:opacity, transform}.illust-root [data-reveal].is-visible{opacity:1}.illust-root [data-reveal=label]{transition-duration:.7s;transform:translate(-16px)}.illust-root [data-reveal=label].is-visible{transform:translate(0)}.illust-root [data-reveal=title]{opacity:1}.illust-root [data-reveal=title] .ja-phrase{opacity:0;transition:opacity .85s var(--ease-out), transform .85s var(--ease-out);will-change:opacity, transform;display:inline-block;transform:translateY(.55em)}.illust-root [data-reveal=title].is-visible .ja-phrase{opacity:1;transform:translateY(0)}.illust-root [data-reveal=title].is-visible .ja-phrase:first-child{transition-delay:0s}.illust-root [data-reveal=title].is-visible .ja-phrase:nth-child(2){transition-delay:.1s}.illust-root [data-reveal=title].is-visible .ja-phrase:nth-child(3){transition-delay:.2s}.illust-root [data-reveal=title].is-visible .ja-phrase:nth-child(4){transition-delay:.3s}.illust-root [data-reveal=title].is-visible .ja-phrase:nth-child(5){transition-delay:.4s}.illust-root [data-reveal=title].is-visible .ja-phrase:nth-child(6){transition-delay:.5s}.illust-root [data-reveal=fade]{transform:translateY(20px)}.illust-root [data-reveal=fade].is-visible{transform:translateY(0)}.illust-root [data-reveal=card]{transition-delay:var(--reveal-delay,0s);transform:translateY(28px)}.illust-root [data-reveal=card].is-visible{transform:translateY(0)}.illust-root .hero-kinetic,.illust-root .marquee-band{opacity:1!important}@media (prefers-reduced-motion:reduce){.illust-root .marquee-track,.illust-root .hero-kinetic-track{animation:none!important}.illust-root [data-reveal],.illust-root [data-reveal] .ja-phrase{opacity:1!important;transition:none!important;transform:none!important}.illust-root .cta-line-btn:hover,.illust-root .header-cta:hover{transform:none!important}}.illust-root .btype-label{background:var(--bg-base);border-bottom:1px solid var(--hairline);padding:8px 0}.illust-root .btype-label-inner{letter-spacing:.06em;max-width:1280px;color:var(--text-muted);justify-content:center;align-items:center;gap:10px;margin:0 auto;padding:0 32px;font-size:11.5px;display:flex}.illust-root .btype-label-cat{color:var(--text-secondary);letter-spacing:.08em;font-weight:700}.illust-root .btype-label-sep{color:var(--hairline-strong);font-weight:400}.illust-root .btype-label-desc{color:var(--text-muted);font-weight:500}@media (max-width:720px){.illust-root .btype-label-inner{gap:8px;padding:0 18px;font-size:10.5px}.illust-root .btype-label-cat{letter-spacing:.04em}}.illust-root .art-once{background:var(--bg-base);text-align:center;border-top:1px solid var(--hairline);padding:96px 0;position:relative}.illust-root .art-once .section-inner{max-width:720px}.illust-root .art-once .section-label{justify-content:center}.illust-root .art-title{letter-spacing:-.01em;color:var(--text-primary);margin:16px 0 32px;font-size:clamp(26px,3.6vw,36px);font-weight:900;line-height:1.45}.illust-root .art-accent{display:inline-block;position:relative}.illust-root .art-accent:after{content:"";background:var(--text-primary);opacity:.6;height:1px;position:absolute;bottom:-3px;left:0;right:0}.illust-root .art-body p{color:var(--text-secondary);margin:0 0 18px;font-size:15.5px;line-height:2}.illust-root .art-closing{color:var(--text-primary)!important;margin-top:28px!important;font-size:16px!important}.illust-root .art-closing strong{font-weight:700}@media (max-width:720px){.illust-root .art-once{padding:72px 0}}.illust-root .about-illust{background:var(--bg-elevated);border-top:1px solid var(--hairline);text-align:center;padding:120px 0}.illust-root .about-illust .section-label{justify-content:center}.illust-root .about-illust .section-title{margin-bottom:56px}.illust-root .about-studios{text-align:left;grid-template-columns:1fr 1fr;gap:32px;display:grid}.illust-root .about-studio{background:var(--bg-base);border:1px solid var(--hairline);border-radius:4px;padding:32px}.illust-root .about-studio-label{letter-spacing:.04em;color:var(--text-primary);border-bottom:1px solid var(--hairline);margin-bottom:12px;padding-bottom:12px;font-size:14px;font-weight:700}.illust-root .about-studio-address{color:var(--text-secondary);margin-bottom:20px;font-size:13.5px;font-style:normal;line-height:1.85}.illust-root .about-studio-map iframe{border:1px solid var(--hairline);border-radius:4px;display:block}@media (max-width:720px){.illust-root .about-illust{padding:80px 0}.illust-root .about-studios{grid-template-columns:1fr;gap:20px}.illust-root .about-studio{padding:24px}}.illust-root .trust-illust{background:var(--bg-base);border-top:1px solid var(--hairline);padding:96px 0}.illust-root .trust-illust .section-inner{max-width:880px}.illust-root .track-record{background:var(--bg-elevated);border:1px solid var(--hairline);border-radius:4px;grid-template-columns:120px 1fr;align-items:center;gap:40px;padding:40px;display:grid}.illust-root .track-record-emblem{width:120px;height:120px;color:var(--text-primary)}.illust-root .track-record-emblem svg{width:100%;height:100%;display:block}.illust-root .track-record-content h3{color:var(--text-primary);letter-spacing:-.005em;margin:0 0 12px;font-size:19px;font-weight:700}.illust-root .track-record-content p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.95}@media (max-width:720px){.illust-root .trust-illust{padding:72px 0}.illust-root .track-record{text-align:center;grid-template-columns:1fr;gap:24px;padding:32px 24px}.illust-root .track-record-emblem{width:96px;height:96px;margin:0 auto}}
