.news-main{--news-green:#66877d;--news-ink:#343734;--news-muted:#747a76;background:#fff;color:var(--news-ink);font-family:"FOT-TsukuARdGothic Std B","fot-tsukuardgothic-std","FOT-筑紫A丸ゴシック Std","Zen Kaku Gothic New","Noto Sans JP",system-ui,sans-serif}
.news-hero{box-sizing:border-box;width:min(1120px,calc(100% - 80px));margin:0 auto;padding:72px 0 64px;border-bottom:1px solid #dfe3df}
.news-hero>p,.news-index__heading>p{margin:0;color:var(--news-green);font:600 12px/1.4 Inter,sans-serif;letter-spacing:.08em}
.news-hero h1{margin:18px 0 0;font-size:clamp(38px,4vw,54px);font-weight:700;line-height:1.35}
.news-hero>div{margin-top:24px;color:var(--news-muted);font-size:14px;font-weight:500;line-height:2}
.news-index{box-sizing:border-box;width:min(1120px,calc(100% - 80px));margin:0 auto;padding:72px 0 128px}
.news-index__heading{display:flex;align-items:baseline;gap:28px;margin-bottom:32px}
.news-index__heading h2{margin:0;font-size:clamp(25px,2.2vw,32px);font-weight:700;line-height:1.5}
.news-list{border-top:1px solid #dfe3df}
.news-list__item{display:grid;grid-template-columns:104px 112px minmax(0,1fr) auto;gap:24px;align-items:center;min-height:104px;padding:18px 0;border-bottom:1px solid #dfe3df;color:inherit;text-decoration:none}
.news-list__item time{color:var(--news-muted);font:500 12px/1.5 Inter,sans-serif}
.news-list__tag{justify-self:start;padding:6px 12px;border-radius:999px;background:#eef3f0;color:#4f7167;font-size:11px;font-weight:700}
.news-list__item h3{margin:0;font-size:15px;font-weight:600;line-height:1.8}
.news-list__more{color:#4f7167;font-size:11px;font-weight:700;white-space:nowrap}
.news-list__item:hover h3,.news-list__item:focus-visible h3{color:#315d51}
.news-pagination{display:flex;justify-content:center;gap:10px;margin-top:48px}
.news-pagination :is(a,strong){display:grid;width:42px;height:42px;place-items:center;border:1px solid #cfd6d2;border-radius:50%;color:#4e5853;font-size:12px;text-decoration:none}
.news-pagination :is(a,strong):is(:first-child,:last-child){width:auto;padding:0 18px;border-radius:999px}
.news-pagination strong{border-color:var(--news-green);background:var(--news-green);color:#fff}
@media(max-width:720px){.news-hero,.news-index{width:calc(100% - 40px)}.news-hero{padding:52px 0 48px}.news-hero h1{font-size:36px}.news-index{padding:56px 0 96px}.news-index__heading{display:block;margin-bottom:24px}.news-index__heading h2{margin-top:10px;font-size:26px}.news-list__item{grid-template-columns:92px minmax(0,1fr);gap:9px 16px;min-height:0;padding:22px 0}.news-list__tag{grid-column:2;grid-row:1}.news-list__item h3{grid-column:1/-1;font-size:14px}.news-list__more{grid-column:1/-1;margin-top:4px}}