@font-face{font-family:Pretendard Variable;font-weight:45 920;font-style:normal;font-display:swap;src:url(/fonts/PretendardVariable.woff2) format("woff2-variations")}:root{--green-50: #ecfdf3;--green-100: #d1fadf;--green-200: #a6f0c3;--green-300: #6ee7a2;--green-400: #34e578;--green-500: #12c968;--green-600: #0aa957;--green-700: #08813f;--green-800: #076634;--green-900: #064e29;--ink: #14151a;--ink-strong: #0a0b0e;--muted: #5b6169;--muted-2: #868d96;--line: #e9ebee;--line-strong: #d7dbe0;--surface: #ffffff;--surface-2: #f6f8f9;--surface-3: #eef1f3;--bg: #ffffff;--brand: var(--green-700);--brand-strong: var(--green-800);--on-brand: #ffffff;--focus: #12c968;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 22px;--r-pill: 999px;--shadow-sm: 0 1px 2px rgba(16, 24, 32, .04), 0 1px 3px rgba(16, 24, 32, .06);--shadow-md: 0 2px 4px rgba(16, 24, 32, .04), 0 6px 16px rgba(16, 24, 32, .07);--shadow-lg: 0 8px 24px rgba(16, 24, 32, .1);--wrap: 1080px;--wrap-read: 760px;--space: clamp(1rem, .6rem + 1.6vw, 1.5rem);--font-sans: "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Hiragino Sans", "Yu Gothic", "Noto Sans JP", "Segoe UI", Roboto, "Malgun Gothic", system-ui, sans-serif;color-scheme:light}@media(prefers-color-scheme:dark){:root{--ink: #e8eaec;--ink-strong: #f4f6f7;--muted: #9aa1a9;--muted-2: #7c838c;--line: #24272c;--line-strong: #32363c;--surface: #16181b;--surface-2: #101214;--surface-3: #1d2024;--bg: #0b0c0e;--brand: var(--green-500);--brand-strong: var(--green-300);--on-brand: #05130a;color-scheme:dark}}:root[data-theme=dark]{--ink: #e8eaec;--ink-strong: #f4f6f7;--muted: #9aa1a9;--muted-2: #7c838c;--line: #24272c;--line-strong: #32363c;--surface: #16181b;--surface-2: #101214;--surface-3: #1d2024;--bg: #0b0c0e;--brand: var(--green-500);--brand-strong: var(--green-300);--on-brand: #05130a;color-scheme:dark}:root[data-theme=light]{--ink: #14151a;--ink-strong: #0a0b0e;--muted: #5b6169;--muted-2: #868d96;--line: #e9ebee;--line-strong: #d7dbe0;--surface: #ffffff;--surface-2: #f6f8f9;--surface-3: #eef1f3;--bg: #ffffff;--brand: var(--green-700);--brand-strong: var(--green-800);--on-brand: #ffffff;color-scheme:light}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}body{font-family:var(--font-sans);font-size:1rem;line-height:1.65;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"ss03" on;word-break:keep-all;overflow-wrap:anywhere;min-height:100vh;display:flex;flex-direction:column}img,svg,picture{display:block;max-width:100%}img{height:auto}a{color:var(--brand-strong);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:2px}h1,h2,h3,h4{color:var(--ink-strong);line-height:1.28;letter-spacing:-.01em;font-weight:700}h1{font-size:clamp(1.6rem,1.2rem + 1.8vw,2.3rem);font-weight:800;letter-spacing:-.02em}h2{font-size:clamp(1.25rem,1.05rem + .9vw,1.6rem)}h3{font-size:1.12rem}:where(a,button,input,[tabindex]):focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:8px;top:-60px;background:var(--ink-strong);color:#fff;padding:10px 16px;border-radius:var(--r-sm);z-index:100;transition:top .15s ease}.skip-link:focus{top:8px;text-decoration:none}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--space)}.wrap-read{width:100%;max-width:var(--wrap-read);margin-inline:auto;padding-inline:var(--space)}.stack>*+*{margin-top:1rem}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}main{flex:1 0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-weight:600;font-size:.98rem;line-height:1;padding:.8em 1.25em;border-radius:var(--r-md);border:1px solid transparent;cursor:pointer;transition:transform .08s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease;text-decoration:none}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--brand);color:var(--on-brand);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--brand-strong)}.btn-ghost{background:var(--surface);color:var(--ink-strong);border-color:var(--line-strong)}.btn-ghost:hover{background:var(--surface-3)}.badge{display:inline-flex;align-items:center;gap:.35em;font-size:.78rem;font-weight:600;line-height:1;padding:.4em .7em;border-radius:var(--r-pill);background:var(--surface-3);color:var(--muted)}.badge-brand{background:var(--green-50);color:var(--green-700)}@media(prefers-color-scheme:dark){.badge-brand{background:#34e5781f;color:var(--green-300)}}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.section{padding-block:clamp(2.5rem,1.8rem + 3vw,4rem)}.section-tight{padding-block:clamp(1.75rem,1.2rem + 2vw,2.75rem)}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:60px}.brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.55rem;color:var(--ink-strong);font-weight:800;letter-spacing:-.02em;font-size:1.12rem}.brand[data-astro-cid-3ef6ksr2]:hover{text-decoration:none}.brand-mark[data-astro-cid-3ef6ksr2]{width:41px;height:25px;object-fit:contain}.brand-text[data-astro-cid-3ef6ksr2]{line-height:1}.theme-toggle[data-astro-cid-3ef6ksr2]{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;transition:background .15s ease,color .15s ease}.theme-toggle[data-astro-cid-3ef6ksr2]:hover{background:var(--surface-3);color:var(--ink-strong)}.theme-toggle[data-astro-cid-3ef6ksr2] .i-moon[data-astro-cid-3ef6ksr2]{display:none}:root[data-theme=dark] .theme-toggle[data-astro-cid-3ef6ksr2] .i-sun[data-astro-cid-3ef6ksr2]{display:none}:root[data-theme=dark] .theme-toggle[data-astro-cid-3ef6ksr2] .i-moon[data-astro-cid-3ef6ksr2]{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle[data-astro-cid-3ef6ksr2] .i-sun[data-astro-cid-3ef6ksr2]{display:none}:root:not([data-theme=light]) .theme-toggle[data-astro-cid-3ef6ksr2] .i-moon[data-astro-cid-3ef6ksr2]{display:block}}.site-footer[data-astro-cid-sz7xmlte]{margin-top:clamp(3rem,2rem + 4vw,5rem);background:var(--surface-2);border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.4fr 2fr;gap:2.5rem 2rem;padding-block:clamp(2rem,1.5rem + 2vw,3rem)}.footer-logo[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem;color:var(--ink-strong);font-weight:700;margin-bottom:1rem}.footer-logo[data-astro-cid-sz7xmlte]:hover{text-decoration:none}.footer-logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:41px;height:25px;object-fit:contain}.company[data-astro-cid-sz7xmlte]{font-style:normal;line-height:1.9;color:var(--muted)}.company[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--muted)}.footer-cols[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.footer-col[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{font-size:.8rem;font-weight:700;color:var(--ink-strong);letter-spacing:.02em;margin-bottom:.75rem}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;display:grid;gap:.55rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--muted)}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--brand-strong)}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid var(--line);padding-block:1.25rem;font-size:.82rem;color:var(--muted-2)}@media(max-width:720px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem}.footer-cols[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}}
