:root{color-scheme:light;--ink: #101820;--text: #24313a;--muted: #5a6872;--paper: #fffdf8;--soft: #f4f0e8;--line: #d8ded9;--red: #b7282e;--red-dark: #8f1f24;--teal: #116466;--gold: #b88746;--white: #ffffff;--shadow: 0 18px 45px rgba(16, 24, 32, .12);font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif}*{box-sizing:border-box}html{background:var(--paper);scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--paper);line-height:1.75}img{display:block;max-width:100%;height:auto}a{color:inherit}:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:10;padding:.75rem 1rem;background:var(--white);color:var(--ink)}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:5;background:#fffdf8f0;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:.85rem 0}.brand{flex:0 0 auto}.brand img{width:184px}.site-nav{display:flex;align-items:center;gap:.2rem;font-size:.92rem;font-weight:700}.site-nav a{min-height:42px;display:inline-flex;align-items:center;padding:.45rem .72rem;border-radius:6px;text-decoration:none;white-space:nowrap;color:var(--text)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--red-dark);background:#f0e6dc}.breadcrumbs{width:min(1120px,calc(100% - 32px));margin:1rem auto 0;font-size:.86rem;color:var(--muted)}.breadcrumbs ol{display:flex;gap:.55rem;flex-wrap:wrap;list-style:none;padding:0;margin:0}.breadcrumbs li+li:before{content:"/";margin-right:.55rem;color:#8a969b}.hero{color:var(--white);background:linear-gradient(90deg,#101820f5,#101820d6),url(/og/saikashu-og.svg) center / cover}.hero-inner{width:min(1120px,calc(100% - 32px));min-height:560px;display:grid;align-content:center;gap:1.4rem;margin:0 auto;padding:5rem 0 6rem}.eyebrow{margin:0 0 .6rem;color:var(--red);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3{color:var(--ink);line-height:1.25;letter-spacing:0}.hero h1{max-width:780px;margin:0;color:var(--white);font-size:clamp(2.4rem,6vw,4.6rem)}.hero p{max-width:720px;margin:0;color:#dce6e2;font-size:clamp(1rem,2vw,1.22rem)}.hero-actions,.action-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.72rem 1rem;border:1px solid transparent;border-radius:6px;background:var(--red);color:var(--white);font-weight:800;text-decoration:none}.button svg{width:18px;height:18px}.button:hover{background:var(--red-dark)}.button.secondary{background:transparent;color:var(--white);border-color:#ffffff5c}.button.secondary:hover{background:#ffffff1f}.button.light{color:var(--ink);background:var(--white)}.band,.page-section{padding:5rem 0}.band{background:var(--soft)}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.section-heading{max-width:780px;margin-bottom:2rem}.section-heading h2{margin:0;font-size:clamp(1.8rem,4vw,2.8rem)}.section-heading p:not(.eyebrow){margin:.8rem 0 0;color:var(--muted);font-size:1.05rem}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{min-height:100%;padding:1.4rem;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 8px 24px #1018200d}.card h3{margin:0 0 .55rem;font-size:1.15rem}.card p{margin:0;color:var(--muted)}.numbered{counter-reset:steps}.numbered .card{position:relative}.numbered .card:before{counter-increment:steps;content:counter(steps,decimal-leading-zero);display:block;margin-bottom:1rem;color:var(--red);font-size:.9rem;font-weight:900}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start}.panel{padding:1.5rem;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.check-list,.plain-list{display:grid;gap:.7rem;padding:0;margin:1rem 0 0;list-style:none}.check-list li,.plain-list li{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start}.check-list li:before{content:"";width:.72rem;height:.72rem;margin-top:.45rem;border-radius:2px;background:var(--teal)}.metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.metric{padding:1.2rem;border-left:4px solid var(--red);background:var(--white)}.metric strong{display:block;color:var(--ink);font-size:1.6rem;line-height:1.2}.metric span{color:var(--muted)}.detail-table{width:100%;border-collapse:collapse;background:var(--white)}.detail-table th,.detail-table td{padding:1rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.detail-table th{width:28%;color:var(--ink)}.faq{display:grid;gap:.9rem}.faq details{padding:1.1rem 1.2rem;border:1px solid var(--line);border-radius:8px;background:var(--white)}.faq summary{cursor:pointer;color:var(--ink);font-weight:800}.faq p{margin:.8rem 0 0;color:var(--muted)}.cta-band{color:var(--white);background:var(--ink)}.cta-band h2{color:var(--white)}.cta-band p{color:#dce6e2}.site-footer{color:var(--white);background:var(--ink)}.footer-grid{width:min(1120px,calc(100% - 32px));display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:2rem;margin:0 auto;padding:3rem 0 2rem}.site-footer p,.site-footer address{color:#c8d2cf;font-style:normal}.site-footer nav,.site-footer address{display:grid;gap:.45rem}.site-footer a{color:#f3f7f5;text-decoration:none}.site-footer a:hover{text-decoration:underline}.copyright{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:1rem 0 2rem;border-top:1px solid rgba(255,255,255,.14);font-size:.86rem}@media(max-width:880px){.header-inner,.site-nav,.hero-actions,.action-row{align-items:flex-start}.header-inner{flex-direction:column}.site-nav{width:100%;flex-wrap:wrap;overflow-x:visible;padding-bottom:.2rem}.hero-inner{min-height:auto;padding:4rem 0 4.5rem}.grid.two,.grid.three,.grid.four,.split,.metric-row,.footer-grid{grid-template-columns:1fr}.detail-table th,.detail-table td{display:block;width:100%}.detail-table th{padding-bottom:.2rem}}@media(max-width:520px){.brand img{width:156px}.button{width:100%}.band,.page-section{padding:3.5rem 0}}
