*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1a2a4a;--navy-light: #253a6a;--gold: #c8a84b;--gold-light: #e8c86b;--white: #ffffff;--gray-50: #f8f9fa;--gray-100: #f0f2f5;--gray-300: #ced4da;--gray-600: #6c757d;--gray-800: #343a40;--green: #2e7d32;--green-light: #e8f5e9;--red: #c62828;--red-light: #ffebee;--pc-bg: #EAF4F9;--pc-bg-sub: #DCECF4;--pc-card: #FFFFFF;--pc-card-border: #E2ECF2;--pc-accent: #4FC3F7;--pc-accent-deep: #0288D1;--pc-accent-soft: #E1F5FE;--pc-warm: #FF7043;--pc-warm-deep: #E64A19;--pc-warm-soft: #FFE0D4;--pc-text: #1C1C1E;--pc-text-sub: #3F5460;--pc-text-muted: #52626D;--font-base: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", sans-serif}html{font-family:"Noto Sans JP",var(--font-base);font-size:16px;color:var(--pc-text);line-height:1.7}body{background:var(--pc-bg);min-height:100vh}a{color:var(--pc-accent-deep);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.pr-header-bar{background:#fff;border-bottom:1px solid var(--pc-card-border);padding:.25rem 1rem;font-size:.7rem;color:var(--pc-text-muted);text-align:center}.pr-header-bar .pr-label{background:var(--pc-text-muted);color:var(--pc-card);font-size:.6rem;font-weight:800;padding:.05rem .35rem;border-radius:3px;margin-right:.35rem;letter-spacing:.05em}.site-header{background:var(--pc-card);border-bottom:1px solid var(--pc-card-border);padding:.7rem 1.25rem;display:flex;align-items:center;gap:1rem;position:relative}.site-header .logo-block{display:flex;flex-direction:column;min-width:0}.site-header .tagline{font-size:.68rem;color:var(--pc-text-muted);font-weight:600;margin-bottom:.15rem;letter-spacing:.02em}.site-header .logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:900;color:var(--pc-text);text-decoration:none;line-height:1}.site-header .logo:hover{text-decoration:none;color:var(--pc-accent-deep)}.site-header .logo img{width:28px;height:28px;display:block}.site-header nav{margin-left:auto;display:flex;gap:.25rem}.site-header nav a{color:var(--pc-text-sub);font-size:.88rem;font-weight:700;padding:.5rem .85rem;border-radius:8px;transition:all .15s ease}.site-header nav a:hover{background:var(--pc-accent-soft);color:var(--pc-accent-deep);text-decoration:none}.subnav{background:var(--pc-bg-sub);border-bottom:1px solid var(--pc-card-border);padding:.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.subnav::-webkit-scrollbar{display:none}.subnav-inner{display:flex;gap:.4rem;padding:0 1.25rem;white-space:nowrap;min-width:max-content}.subnav a{display:inline-flex;align-items:center;gap:.25rem;font-size:.78rem;font-weight:700;color:var(--pc-text-sub);background:var(--pc-card);border:1px solid var(--pc-card-border);padding:.35rem .85rem;border-radius:999px;transition:all .15s ease}.subnav a:hover{border-color:var(--pc-accent-deep);color:var(--pc-accent-deep);text-decoration:none}.subnav a:after{content:"›";color:var(--pc-text-muted);font-weight:700;margin-left:.1rem}.site-footer{background:var(--navy);color:var(--gray-300);padding:2rem 1.5rem;text-align:center;font-size:.8rem;margin-top:4rem}.site-footer .pr-notice{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.5rem 1rem;margin-bottom:1rem;font-size:.75rem}.site-footer .footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.site-footer a{color:var(--gray-300)}.site-footer a:hover{color:var(--white)}.container{max-width:800px;margin:0 auto;padding:0 1rem}.container--wide{max-width:1100px;margin:0 auto;padding:0 1rem}.card{background:var(--pc-card);border:1px solid var(--pc-card-border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.card h2{font-size:1.15rem;margin-bottom:1rem;color:var(--pc-text)}.hero{background:var(--navy);color:var(--white);padding:2rem 0 1.5rem}.hero h1{font-size:1.4rem;font-weight:900}.hero p{color:var(--gray-300)}.page-body{padding:2rem 0 4rem;display:flex;flex-direction:column;gap:1.5rem}.btn-primary{display:inline-block;background:var(--pc-accent-deep);color:var(--pc-card);font-weight:800;padding:.875rem 2rem;border-radius:50px;font-size:1rem;border:none;cursor:pointer;transition:all .15s;min-height:44px;box-shadow:0 4px 14px #0288d140}.btn-primary:hover{background:#026fab;color:var(--pc-card);text-decoration:none;transform:translateY(-1px)}.breadcrumb{font-size:.8rem;margin-bottom:.75rem;color:var(--pc-text-muted)}.breadcrumb a{color:var(--pc-text-sub)}.breadcrumb a:hover{color:var(--pc-accent-deep)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--pc-text);margin-left:auto;min-width:44px;min-height:44px;align-items:center;justify-content:center;border-radius:8px}.hamburger:focus{outline:2px solid var(--pc-accent-deep);outline-offset:2px}.hamburger:hover{background:var(--pc-accent-soft)}.section-alt{background:var(--pc-card)}@media(max-width:700px){.site-header{padding:.6rem 1rem}.site-header .tagline{display:none}.site-header .logo{font-size:1.05rem}.site-header .logo img{width:24px;height:24px}.hamburger{display:flex}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;margin-left:0;flex-direction:column;gap:0;background:var(--pc-card);border-bottom:1px solid var(--pc-card-border);box-shadow:0 6px 14px #00000014;padding:.25rem 0;z-index:50}.site-header nav.is-open{display:flex}.site-header nav a{padding:.85rem 1.25rem;border-bottom:1px solid var(--pc-card-border);border-radius:0;font-size:.92rem}.site-header nav a:last-child{border-bottom:none}.site-header nav a:hover{background:var(--pc-accent-soft);border-radius:0}.subnav{padding:.4rem 0}.subnav-inner{padding:0 1rem}.subnav a{font-size:.74rem;padding:.3rem .7rem}}@media(min-width:701px){.site-header nav{display:flex!important}}
