@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap";
:root{--background:#f5f6fa;--foreground:#1a1a2e;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-glow:#2563eb1a;--accent-emerald:#059669;--accent-amber:#f59e0b;--accent-rose:#e11d48;--accent-orange:#f97316;--surface:#fff;--surface-solid:#fff;--surface-hover:#f8fafc;--surface-border:#00000014;--surface-border-hover:#00000026;--text-muted:#64748b;--text-secondary:#475569;--text-inverse:#fff;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--transition:.25s cubic-bezier(.4,0,.2,1);--gradient-primary:linear-gradient(135deg,#2563eb,#3b82f6);--gradient-cta:linear-gradient(135deg,#f97316,#fb923c);--gradient-surface:linear-gradient(180deg,#2563eb08 0%,transparent 100%);--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--shadow-xl:0 20px 50px #0000001f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}
.header-module__3iWRfG__headerNav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--surface-border);background:#ffffffeb;justify-content:space-between;align-items:center;padding:.7rem 2rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 4px #0000000a}.header-module__3iWRfG__headerLogo{color:var(--foreground);font-size:.9rem;font-weight:800;text-decoration:none}.header-module__3iWRfG__headerLinks{gap:1.5rem;display:flex}.header-module__3iWRfG__headerLinks a{color:var(--text-muted);font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s}.header-module__3iWRfG__headerLinks a:hover{color:var(--primary)}
