.news-page{padding-left:0;padding-right:0;min-height:200px}.news-page__nav{margin-bottom:40px}.news-page .text-center{text-align:center}.news-page .select-area{position:relative;font-family:var(--Oswald)}.news-page .select-box--show{width:100%;height:40px;border:solid 1px black;background:#fff;border-radius:8px;display:flex;align-items:center;padding-left:16px;background:#fff url(../img/icon/ico-down.svg) no-repeat right 13px center;background-size:14px}.news-page .select-area:has(.select-box.show) .select-box--show{border-radius:8px 8px 0 0;background:#fff url(../img/icon/ico-up.svg) no-repeat right 13px center;background-size:14px}.news-page .select-area:has(.select-box.show) .select-box--show.count-box--show{background-position:right 6px center}.news-page .select-box{position:absolute;top:39px;left:0;width:100%;background:#fff;border:solid 1px black;border-radius:0 0 8px 8px;display:none}.news-page .select-box.show{display:block}.news-page .select-box__list li:not(:last-child){border-bottom:solid 1px black}.news-page .select-box__list a{display:flex;align-items:center;padding-left:16px;height:40px}.news-page .news-list .news-article{border:solid 1px black;overflow:hidden;height:120px;border-radius:60px 0 0 60px;margin-top:-1px}.news-page .news-list .news-article img{height:120px;max-width:100%}.news-page .news-list .news-article:nth-child(odd){margin-left:15px}.news-page .news-list .news-article:nth-child(2n){flex-direction:row-reverse;border-radius:0 60px 60px 0;margin-right:15px}.news-page .news-list .news-article:nth-child(2n) .news-article__link{flex-direction:row-reverse;padding-right:0;padding-left:16px}.news-page .news-list .news-article:nth-child(2n) .news-article__link .news-article__meta{flex-direction:row-reverse}.news-page .news-list .news-article:nth-child(2n) .news-article__info{display:flex;flex-direction:column;align-items:flex-end}.news-page .news-list .news-article:nth-child(2n) .news-article__ttl,.news-page .news-list .news-article:nth-child(2n) .news-article__txt{text-align:right}.news-page .news-list .news-article:nth-child(2n) .news-article__txt:after{content:"...";position:absolute;bottom:0;right:0;background:#fff;padding-left:10px}.news-page .news-list .news-article__meta{display:flex;gap:10px;align-items:center;margin-bottom:8px}.news-page .news-list .news-article__date{font-family:var(--Oswald);font-size:.6875rem;color:var(--logoColor);letter-spacing:.1em}.news-page .news-list .news-article__link{display:flex;align-items:center;gap:16px;height:100%;padding-right:16px}.news-page .news-list .news-article__pic{width:120px;flex-shrink:0}.news-page .news-list .news-article__pic img{vertical-align:top;border-radius:50%}.news-page .news-list .news-article__category{font-size:.6875rem;letter-spacing:.1em;font-family:var(--Oswald);color:var(--newsColor);background:var(--logoColor);color:#fff;width:67px;height:16px;line-height:1;display:grid;place-content:center;border-radius:20px}.news-page .news-list .news-article__ttl{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:var(--hiraginoW6);font-size:.875rem;line-height:1.3;margin-bottom:4px}.news-page .news-list .news-article__txt{-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;font-size:.625rem;font-family:var(--hiraginoW6)}
