:root{--color-bg: #ffffff;--color-bg-subtle: #f6f7f9;--color-bg-dark: #10141f;--color-text: #1a202c;--color-text-muted: #5b6472;--color-text-on-dark: #f1f3f7;--color-border: #e3e6eb;--color-accent: #01285f;--color-accent-hover: #16437f;--color-accent-subtle: #edf2f9;--font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;--font-en: "Inter", "Noto Sans JP", sans-serif;--container: 1080px;--container-pad: 24px;--section-gap: clamp(72px, 10vw, 120px);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--radius: 8px;--radius-lg: 14px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.9;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,ul,ol,dl,figure{margin:0}ul,ol{padding:0;list-style:none}img,svg{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.container{max-width:var(--container);margin-inline:auto;padding-inline:var(--container-pad)}.section{padding-block:var(--section-gap)}.section--subtle{background:var(--color-bg-subtle)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:48px;padding:10px 28px;border-radius:var(--radius);border:1px solid transparent;font-size:15px;font-weight:500;line-height:1.4;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn:hover{text-decoration:none}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover);color:#fff}.btn--outline{border-color:var(--color-border);color:var(--color-text);background:var(--color-bg)}.btn--outline:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn--on-dark{background:#fff;color:var(--color-bg-dark)}.btn--on-dark:hover{background:#e7ebf3;color:var(--color-bg-dark)}.skip-link{position:absolute;left:var(--space-4);top:-48px;z-index:100;padding:10px 16px;background:var(--color-accent);color:#fff;border-radius:0 0 var(--radius) var(--radius);transition:top .15s ease}.skip-link:focus{top:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#fffffff0;backdrop-filter:blur(6px);border-bottom:1px solid var(--color-border)}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);min-height:64px}.site-header__brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;flex:none}.site-header__logo[data-astro-cid-3ef6ksr2]{height:40px;width:auto}@media(max-width:639px){.site-header__logo[data-astro-cid-3ef6ksr2]{height:34px}}.site-header__nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:clamp(16px,2.5vw,32px)}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:inline-block;padding:6px 2px;color:var(--color-text);font-size:15px;font-weight:500}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--color-accent);text-decoration:none}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=page]{color:var(--color-accent)}.site-header__toggle[data-astro-cid-3ef6ksr2]{display:none}@media(max-width:1023px){.site-header__toggle[data-astro-cid-3ef6ksr2]{display:inline-flex;flex-direction:column;justify-content:center;gap:7px;width:44px;height:44px;padding:10px;background:none;border:none;cursor:pointer}.site-header__toggle-bar[data-astro-cid-3ef6ksr2]{display:block;width:24px;height:2px;background:var(--color-text);transition:transform .2s ease,opacity .2s ease}body.nav-open .site-header__toggle-bar[data-astro-cid-3ef6ksr2]:first-child{transform:translateY(4.5px) rotate(45deg)}body.nav-open .site-header__toggle-bar[data-astro-cid-3ef6ksr2]:last-child{transform:translateY(-4.5px) rotate(-45deg)}.site-header__nav[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-bg);border-bottom:1px solid var(--color-border)}body.nav-open .site-header__nav[data-astro-cid-3ef6ksr2]{display:block}.site-header__nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{flex-direction:column;align-items:stretch;gap:0;padding:var(--space-2) 0}.site-header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:12px var(--container-pad)}}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--color-border);background:var(--color-bg-subtle);padding-block:var(--space-8) var(--space-6);font-size:14px}.site-footer__top[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:var(--space-7);justify-content:space-between}.site-footer__logo[data-astro-cid-sz7xmlte]{height:32px;width:auto}.site-footer__name[data-astro-cid-sz7xmlte]{margin-top:var(--space-2);color:var(--color-text-muted)}.site-footer__nav[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-5);max-width:420px}.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.site-footer__related[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--color-text)}.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.site-footer__related[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-accent)}.site-footer__related-label[data-astro-cid-sz7xmlte]{font-weight:700;margin-bottom:var(--space-2)}.site-footer__copyright[data-astro-cid-sz7xmlte]{margin-top:var(--space-8);color:var(--color-text-muted)}@media(max-width:639px){.site-footer__top[data-astro-cid-sz7xmlte]{flex-direction:column;gap:var(--space-6)}}
