*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f3ee;color:#171717;line-height:1.55}.wrap{width:min(1100px,calc(100% - 40px));margin:auto}header{border-bottom:1px solid #d9d4ca;background:#f5f3ee}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-weight:750;color:#171717;text-decoration:none}.mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#171717;color:white;font-size:.78rem;letter-spacing:.08em}nav{display:flex;gap:20px}a{color:#444}nav a{text-decoration:none}.hero{padding:110px 0 70px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;font-weight:700;color:#666;margin-bottom:18px}.hero h1,.content h1{font-size:clamp(3rem,7vw,6rem);letter-spacing:-.05em;line-height:.96;margin:0 0 24px}.lead{max-width:760px;font-size:1.3rem;color:#4b4b4b}.notice{display:inline-block;background:white;border:1px solid #d4cec3;border-radius:16px;padding:16px 18px;margin-top:16px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:70px}.grid article{background:white;border:1px solid #ddd7cc;border-radius:20px;padding:24px}.grid p{color:#555}.partner{background:#171717;color:white;border-radius:24px;padding:32px;margin-bottom:80px}.partner p{color:#d8d8d8;max-width:760px}.content{padding:70px 0 100px;max-width:820px}.content h1{font-size:clamp(2.4rem,5vw,4rem)}.content p{color:#4c4c4c}footer{border-top:1px solid #d9d4ca;padding:28px 0 36px;color:#666}.foot{display:flex;justify-content:space-between;gap:20px}@media(max-width:760px){.nav,.foot{align-items:flex-start;flex-direction:column;padding:18px 0}.grid{grid-template-columns:1fr}.hero{padding-top:70px}}