/* News follows the site's green palette, with a quiet, chronological layout. */
.news-home{padding:64px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#fff;scroll-margin-top:100px}
.news-home-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:54px;align-items:start}
.news-home-heading h2{font-size:36px;line-height:1.4;margin-bottom:23px}
.news-home-heading .kicker{margin-bottom:10px}
.news-home .news-all{font-size:15px;gap:12px}
.news-row{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px;padding:27px 0;border-bottom:1px solid #e5e5e5}
.news-row:first-child{border-top:1px solid #e5e5e5}
.news-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px 12px;font-size:14px;line-height:1.6;color:#666;font-variant-numeric:tabular-nums}
.news-row>.news-meta{align-self:start;flex-direction:column;align-items:flex-start;padding-top:3px}
.news-category{display:inline-block;max-width:100%;padding:3px 9px;border-radius:4px;background:#edfbf2;color:#087e38;font-size:13px;font-weight:600;line-height:1.6}
.news-row h2,.news-row h3,html:not([lang=ja]) .news-row h2{font-size:21px;line-height:1.65;letter-spacing:0;font-weight:600}
.news-title-link{display:flex;align-items:center;justify-content:space-between;gap:23px;min-height:44px;overflow-wrap:anywhere}
.news-title-link>.icon{width:21px;height:21px;color:#087e38}
.news-title-link:hover{color:#087e38;text-decoration:underline;text-underline-offset:5px}
.news-excerpt{font-size:16px;line-height:1.9;color:#666;margin-top:10px;padding-right:44px}
.news-tags{display:flex;flex-wrap:wrap;gap:5px 15px;margin-top:12px}
.news-tag{display:inline-flex;align-items:center;min-height:36px;color:#5a6c60;font-size:14px;line-height:1.6}
.news-tag:hover{color:#087e38;text-decoration:underline;text-underline-offset:4px}
.news-rows-compact .news-row{grid-template-columns:130px minmax(0,1fr);gap:20px;padding:21px 0}
.news-rows-compact .news-row h3{font-size:18px;line-height:1.75}
.news-rows-compact .news-row:first-child{border-top:0;padding-top:0}
.news-rows-compact .news-row:last-child{border-bottom:0;padding-bottom:0}
.news-container{padding-top:28px;padding-bottom:100px;min-height:65vh}
.news-page [hidden]{display:none!important}
.news-breadcrumb{font-size:13px;color:#666;line-height:1.8;margin-bottom:45px}
.news-breadcrumb ol{display:flex;flex-wrap:wrap;gap:6px 12px}
.news-breadcrumb li+li:before{content:'/';margin-right:12px;color:#a3ada7}
.news-breadcrumb a:hover{color:#087e38;text-decoration:underline}
.news-page-heading{margin-bottom:40px}
.news-page-heading .kicker{margin-bottom:12px}
.news-page-heading h1{font-size:52px;white-space:normal;line-height:1.35;letter-spacing:-.02em}
.news-page-heading>p:last-child{font-size:18px;line-height:1.8;color:#666;margin-top:18px}
.news-filters{padding:26px 28px;border-radius:12px;background:#f7f8f9;border:1px solid #e5e5e5;margin-bottom:28px}
.news-filters fieldset{border:0;margin:0;padding:0;min-width:0}
.news-filters legend,.news-tag-filter label{font-size:14px;font-weight:700;line-height:1.7;color:#333}
.news-filters legend{margin-bottom:12px}
.news-category-filters{display:flex;flex-wrap:wrap;gap:9px}
.news-category-filters button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #dce4df;border-radius:6px;background:#fff;color:#42534a;cursor:pointer;padding:9px 16px;font-size:15px;line-height:1.5}
.news-category-filters button[aria-pressed=true]{background:#087e38;border-color:#087e38;color:#fff;font-weight:700}
.news-category-filters button:hover:not([aria-pressed=true]){border-color:#087e38;color:#087e38}
.news-tag-filter{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:22px}
.news-tag-filter select{max-width:100%;min-width:210px;min-height:44px;font:inherit;font-size:16px;line-height:1.5;padding:9px 34px 9px 12px;color:#334c3d;border:1px solid #dce4df;border-radius:6px;background:#fff}
.news-tag-filter select:focus-visible{outline:3px solid #087e38;outline-offset:3px}
.news-reset{border:0;background:transparent;cursor:pointer;font-size:14px;line-height:1.5;text-decoration:underline;text-underline-offset:4px;color:#536b5c;min-height:44px;padding:8px}
.news-list-status{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;font-size:14px;color:#666;line-height:1.7}
.news-list-status>p{color:#333;font-weight:600}
.news-empty{text-align:center;padding:60px 20px;border-top:1px solid #e5e5e5}
.news-empty p{font-size:18px;color:#666;line-height:1.8;margin-bottom:24px}
.news-article{max-width:800px;margin:auto}
.news-article>header{padding-bottom:32px;border-bottom:1px solid #e5e5e5}
.news-article h1{white-space:normal;font-size:40px;line-height:1.55;letter-spacing:-.025em;margin-top:22px;overflow-wrap:anywhere}
.news-article-lead{font-size:20px;color:#555;line-height:1.95;margin-top:23px}
.news-article-body{padding-top:38px}
.news-article-body section+section{margin-top:36px}
.news-article-body h2{font-size:25px;line-height:1.65;margin-bottom:15px;padding-left:17px;border-left:3px solid #06c755;letter-spacing:0}
.news-article-body p{font-size:20px;line-height:2;color:#444;overflow-wrap:anywhere}
.news-back{margin-top:45px}
.news-back>.icon{transform:rotate(180deg)}
.site-header nav a[data-news-link][aria-current=page]{color:#087e38}
@media(min-width:961px) and (max-width:1250px){.header-inner{padding-left:24px;padding-right:24px;gap:20px}.site-header nav{gap:20px}.site-header nav a{font-size:14px}}
@media(min-width:768px) and (max-width:960px){.site-header .header-inner{padding:0 24px;gap:16px}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;padding:16px 24px 24px;background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 10px 16px #00000008;margin-left:0}.site-header nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-header nav a{font-size:16px;line-height:48px}.menu-toggle{display:flex;align-items:center;justify-content:center;background:transparent;border:0;width:44px;height:44px;padding:8px;cursor:pointer}.language-switch{margin-left:auto}}
@media(max-width:1024px){.news-home-grid{grid-template-columns:200px minmax(0,1fr);gap:32px}.news-home-heading h2{font-size:31px}.news-rows-compact .news-row{grid-template-columns:115px minmax(0,1fr);gap:15px}}
@media(max-width:767px){.news-home{padding:42px 0}.news-home-grid{display:flex;flex-direction:column;gap:24px}.news-home-heading{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:0 12px}.news-home-heading .kicker{grid-column:1/-1;font-size:13px;margin-bottom:8px}.news-home-heading h2,html:not([lang=ja]) .news-home-heading h2{font-size:28px;margin:0}.news-home .news-all{font-size:13px;gap:7px;min-height:44px;max-width:170px;line-height:1.5}.news-all>.icon{width:18px;height:18px}.news-rows{width:100%}.news-row,.news-rows-compact .news-row{display:block;padding:23px 0}.news-row>.news-meta{flex-direction:row;align-items:center;margin-bottom:10px;padding-top:0}.news-row h2,.news-row h3,.news-rows-compact .news-row h3,html:not([lang=ja]) .news-row h2{font-size:18px;line-height:1.8}.news-title-link{gap:14px}.news-title-link>.icon{width:19px;height:19px}.news-excerpt{font-size:16px;padding-right:0;margin-top:9px}.news-meta{font-size:13px}.news-category{font-size:12px}.news-tags{gap:3px 13px;margin-top:9px}.news-tag{font-size:13px;min-height:36px}.news-container{padding-top:20px;padding-bottom:65px}.news-breadcrumb{font-size:12px;margin-bottom:30px}.news-page-heading{margin-bottom:28px}.news-page-heading h1{font-size:36px}.news-page-heading>p:last-child{font-size:16px;margin-top:14px}.news-filters{padding:21px 18px;margin-bottom:23px}.news-category-filters{gap:8px}.news-category-filters button{font-size:14px;padding:9px 12px}.news-tag-filter{gap:8px 12px;margin-top:18px}.news-tag-filter select{min-width:0;flex:1}.news-reset{flex-basis:100%;text-align:left;padding:6px 0}.news-list-status{font-size:13px}.news-empty{padding:40px 10px}.news-empty p{font-size:16px}.news-article h1{font-size:28px;line-height:1.65;margin-top:19px}.news-article-lead{font-size:18px;line-height:1.9;margin-top:18px}.news-article>header{padding-bottom:25px}.news-article-body{padding-top:29px}.news-article-body h2,html:not([lang=ja]) .news-article-body h2{font-size:21px;line-height:1.65;padding-left:13px;margin-bottom:13px}.news-article-body p{font-size:18px;line-height:1.95}.news-article-body section+section{margin-top:29px}.news-back{font-size:16px;margin-top:32px}}
