:root{--ink:#0a0a0a;--text:#161613;--paper:#fbfbf9;--paper-soft:#f6f6f2;--orange:#f85a00;--orange-deep:#e84e00;--orange-pale:#fdeadd;--cta:#c9f227;--cta-deep:#b5e012;--cta-text:#0a0a0a;--req:#e0312e;--marker:#ffe14d;--accent:#e77f31;--accent-bg:#fbe7d4;--accent-bg-soft:#fdf2e6;--accent-leaf:#efa057;--accent-deep:#c2611a;--accent-check:#e77f31;--cream:#f3f1e3;--cream-deep:#ece9d8;--slate:#2d332b;--navy:#1f2430;--line:#0a0a0a;--border-w:2px;--shadow-hard:6px 6px 0 rgba(10,10,10,1);--shadow-hard-sm:4px 4px 0 rgba(10,10,10,1);--shadow-soft:0 14px 30px rgba(20,24,12,0.1);--radius-card:16px;--radius-chip:12px;--radius-pill:999px;--content-max:1120px;--content-pad:24px;--font-base:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","YuGothic",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;overflow-x:clip}body{color:var(--text);background:var(--paper);font-family:var(--font-base);font-weight:500;line-height:1.75;-webkit-font-smoothing:antialiased;text-size-adjust:100%}img,svg{display:block;max-width:100%;height:auto}a{color:inherit}figure,h1,h2,h3,h4,ol,p,ul{margin:0}ol,ul{padding:0;list-style:none}button{font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.container{width:100%;max-width:calc(var(--content-max) + var(--content-pad) * 2);margin-inline:auto;padding-inline:var(--content-pad)}.tag{display:inline-block;padding:6px 18px;font-size:15px;font-weight:800;letter-spacing:.08em;line-height:1.5;color:#fff;border-radius:4px}.tag,.tag--orange{background:var(--ink)}.u-underline{background-size:100% .42em;background-position:0 88%;padding-bottom:.06em}.u-orange,.u-underline{font-style:normal;background-image:linear-gradient(var(--marker),var(--marker));background-repeat:no-repeat}.u-orange{font-weight:800;background-size:100% .5em;background-position:0 92%}.hard-card{background:#fff;border:var(--border-w) solid var(--ink);border-radius:var(--radius-card);box-shadow:var(--shadow-hard-sm)}