*{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#f3f7fb;--color-bg-muted:#e8f0f9;--color-bg-strong:#0f1f3d;--color-surface:#fff;--color-text:#1a2d4a;--color-subtext:#52677f;--color-primary:#1458d4;--color-primary-dark:#0d3d99;--color-primary-weak:#dce8ff;--color-accent:#0891b2;--color-accent-weak:#ddf2f8;--color-border:#c8d8ea;--color-success:#136f3a;--color-success-weak:#d7f5e4;--color-warning:#8a5600;--color-warning-weak:#fff0d5;--color-danger:#9a1b1b;--color-danger-weak:#ffe2e2;--radius-card:.5rem;--container-width:1080px}html{background-color:var(--color-bg);color:var(--color-text);scroll-behavior:smooth;font-family:Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;font-size:16px;line-height:1.65}body{background:var(--color-bg);min-height:100vh;overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%;display:block}a{color:inherit}p,li,dd,.button{overflow-wrap:anywhere}.site-header__inner>*,.hero__layout>*,.grid>*,.step-list>*,.cta-buttons>*{min-width:0}.site-header{backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);z-index:10;background:#ffffffeb;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:4rem;padding:0 1rem;display:flex}.site-header__brand{color:var(--color-bg-strong);font-weight:700;line-height:1.3;text-decoration:none}.site-nav{gap:1rem;display:none}.site-nav a{color:var(--color-subtext);font-size:.875rem;font-weight:700;text-decoration:none;transition:color .15s}.site-nav a:hover{color:var(--color-accent)}main{overflow-x:clip}.section{padding:4.5rem 1rem;scroll-margin-top:4rem}.section--muted{background:linear-gradient(180deg, var(--color-bg-muted) 0%, var(--color-bg) 100%)}.container{max-width:var(--container-width);width:100%;margin:0 auto}.container--narrow{max-width:800px}.section-header{max-width:760px;margin-bottom:1.75rem}.section-header h2{overflow-wrap:anywhere;margin-bottom:.5rem;font-size:1.55rem;line-height:1.3}.section-header p,.section-note,.info-card p,.step-item p,.faq-item p,.contact-cta__text{color:var(--color-subtext)}.eyebrow{color:var(--color-accent);margin-bottom:.5rem;font-size:.875rem;font-weight:700}.hero{background:linear-gradient(135deg,#f3f7fb 0%,#eaf3fb 55%,#e2edf8 100%);padding-top:5.5rem}.hero__layout{gap:2rem;display:grid}.hero h1{overflow-wrap:anywhere;max-width:760px;margin-bottom:1rem;font-size:2.25rem;line-height:1.18}.hero p{max-width:60ch}.hero__content>p:not(.eyebrow){color:var(--color-subtext);font-size:1.02rem}.hero__note{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:1.25rem;box-shadow:0 8px 24px #0f1f3d14}.hero__note h2{margin-bottom:.5rem;font-size:1.05rem}.hero__facts{border-top:1px solid var(--color-border);gap:.9rem;margin-top:1rem;padding-top:1rem;display:grid}.hero__facts div{gap:.2rem;display:grid}.hero__facts dt{color:var(--color-primary-dark);font-size:.8rem;font-weight:700}.hero__facts dd{color:var(--color-subtext);overflow-wrap:anywhere}.label-list{flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.25rem;list-style:none;display:flex}.label-list li{background:var(--color-accent-weak);color:var(--color-accent);overflow-wrap:anywhere;border-radius:999px;max-width:100%;padding:.3rem .85rem;font-size:.875rem;font-weight:600}.grid{gap:1rem;display:grid}.service-summary{border-left:3px solid var(--color-accent);border-radius:0 var(--radius-card) var(--radius-card) 0;color:var(--color-subtext);background:#fff;max-width:860px;margin:-.5rem 0 1.25rem;padding:1rem 1.25rem;box-shadow:0 2px 8px #0f1f3d0f}.info-card,.scope-card,.policy-item,.company-item,.step-item,.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:1rem;box-shadow:0 8px 20px #0f1f3d0f}.info-card,.scope-card{position:relative}.info-card:before,.scope-card:before{background:linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);content:"";border-radius:999px 999px 0 0;height:3px;position:absolute;top:0;left:1rem;right:1rem}.info-card h3,.step-item h3{overflow-wrap:anywhere;margin-bottom:.4rem;font-size:1.1rem;line-height:1.4}.scope-card ul{margin-top:.75rem;list-style:none}.scope-card li{padding-left:1rem;position:relative}.scope-card li:before{color:var(--color-primary);content:"・";position:absolute;left:0}.scope-card li+li{margin-top:.4rem}.scope-badge{border-radius:999px;padding:.2rem .7rem;font-size:.8125rem;font-weight:700;display:inline-block}.scope-badge--in{background:var(--color-success-weak);color:var(--color-success)}.scope-badge--review{background:var(--color-warning-weak);color:var(--color-warning)}.scope-badge--out{background:var(--color-danger-weak);color:var(--color-danger)}.step-list{gap:1rem;list-style:none;display:grid}.step-item{grid-template-columns:auto 1fr;align-items:start;gap:1rem;display:grid;position:relative}.step-item__number{background:var(--color-accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:700;display:inline-flex}.policy-list,.company-list{gap:.75rem;display:grid}.policy-item,.company-item{gap:.25rem;display:grid}.policy-item dt,.company-item dt{font-weight:700}.faq-list{gap:.6rem;display:grid}.faq-item summary{cursor:pointer;font-weight:700}.faq-item p{margin-top:.5rem}.cta-buttons{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.button{cursor:pointer;overflow-wrap:anywhere;border:2px solid #0000;border-radius:999px;max-width:100%;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:box-shadow .15s,background .15s;display:inline-block}.button--primary{background:var(--color-bg-strong);color:#fff}.button--primary:not(.button--disabled):hover,.button--primary:not(.button--disabled):focus-visible{background:#1a3566;box-shadow:0 4px 16px #0f1f3d59}.button--secondary{background:var(--color-surface);border-color:var(--color-bg-strong);color:var(--color-bg-strong)}.button--secondary:hover,.button--secondary:focus-visible{background:var(--color-bg-muted)}.button:focus-visible,.site-nav a:focus-visible,.site-header__brand:focus-visible,.text-link:focus-visible,.faq-item summary:focus-visible{outline:3px solid var(--color-accent-weak);outline-offset:3px}.button--disabled{cursor:not-allowed;opacity:.72}.contact-cta{background:linear-gradient(135deg, var(--color-bg-strong) 0%, #153060 100%);color:#fff}.contact-cta .section-header p,.contact-cta .contact-cta__text{color:#d7deea}.contact-cta .button--primary{color:var(--color-bg-strong);opacity:1;background:#fff}.contact-cta .button--primary:hover,.contact-cta .button--primary:focus-visible{filter:brightness(.96);box-shadow:0 4px 16px #ffffff40}.contact-cta .button--secondary{color:#fff;background:0 0;border-color:#ffffffb3}.contact-cta .button--secondary:hover,.contact-cta .button--secondary:focus-visible{background:#ffffff1f}.contact-cta__text{margin-bottom:.5rem}.text-link{color:var(--color-primary-dark);margin-top:1rem;font-weight:700;display:inline-block}@media (width<=767px){.hero h1{font-size:1.55rem}.hero__content>p:not(.eyebrow){font-size:.95rem}.section-header h2{font-size:1.4rem}.label-list{flex-direction:column;align-items:flex-start}}@media (width>=768px){.section{padding:5rem 1.5rem}.site-header__inner{padding:0 1.5rem}.site-nav{display:flex}.hero__layout{grid-template-columns:1.5fr 1fr;align-items:center}.hero h1{font-size:3.25rem}.section-header h2{font-size:2.1rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.step-list{grid-template-columns:repeat(5,minmax(0,1fr))}.step-item{grid-template-columns:1fr}.policy-item,.company-item{grid-template-columns:220px 1fr}}
