:root{--font-base:"Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--primary:#004fff;--primary-pale:#e5eaff;--primary-strong:#0038cc;--base-primary:#121b4a;--text:#121b4a;--muted:#64748b;--surface:#fff;--surface-muted:#f7faff;--accent:#004fff;--accent-strong:#0038cc;--border:#d7e1f0;--shadow:0 18px 44px #121b4a1f;--orange:#ff8a00;--orange-strong:#ff7600;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--shadow-brand:0 18px 44px #121b4a1f;--shadow-orange:0 12px 28px #ff840052;--lp-section-mesh-image:radial-gradient(#004fff0b 1px, transparent 1px);--lp-section-mesh-size:22px 22px}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-base);background:var(--surface-muted);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100dvh;margin:0;line-height:1.6;display:flex}body>main{flex:1 0 auto}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}button{font-family:inherit}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0;line-height:1.2}h1,h2{line-height:1.15}p{color:var(--muted);margin:0}img{max-width:100%;height:auto}@keyframes lpReveal{0%{opacity:0;transform:translateY(26px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@supports (animation-timeline:view()){.scroll-reveal{animation:lpReveal both var(--ease-out-expo);animation-timeline:view();animation-range:entry 6% cover 28%}main>.scroll-reveal:nth-child(2){animation-delay:0s}main>.scroll-reveal:nth-child(3){animation-delay:60ms}main>.scroll-reveal:nth-child(4){animation-delay:.12s}main>.scroll-reveal:nth-child(5){animation-delay:.18s}main>.scroll-reveal:nth-child(6){animation-delay:.24s}main>.scroll-reveal:nth-child(7){animation-delay:.3s}main>.scroll-reveal:nth-child(8){animation-delay:.36s}main>.scroll-reveal:nth-child(9){animation-delay:.42s}}
