.news-banner { position: relative; min-height: 20rem; overflow: hidden; color: #fff; background: linear-gradient(125deg, #13273b, #345873 55%, #6f8b9d); }
.news-banner::after { position: absolute; inset: 0; content: ""; opacity: .18; background: repeating-linear-gradient(90deg, transparent 0 4rem, #fff 4rem 4.08rem); }
.news-banner__inner { position: relative; z-index: 1; padding-top: 5rem; }
.news-banner h1 { max-width: 38rem; margin-bottom: .75rem; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1.1; }
.news-banner p:not(.section-label) { max-width: 38rem; color: #d7e6ed; }
.news-banner__placeholder { position: absolute; right: max(4vw, calc((100vw - 1180px) / 2)); bottom: 1.8rem; color: rgb(255 255 255 / .32); font-size: clamp(.75rem, 1.5vw, 1.1rem); font-weight: 800; letter-spacing: .14em; writing-mode: vertical-rl; }
.news-page__heading { max-width: 44rem; margin-bottom: 3rem; }
.news-page__heading > p:last-child { margin-bottom: 0; color: var(--muted); }
.news-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem; }
.news-card { display: flex; min-height: 26rem; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.news-card:hover { border-color: #9ab9c9; box-shadow: 0 .8rem 1.8rem rgb(16 42 67 / .1); transform: translateY(-4px); }
.news-card__image { display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: 1.35 / 1; padding: 1.25rem; color: #7d9db1; background: linear-gradient(135deg, #dbe8f0, #a8c0ce); }
.news-card__image span { color: rgb(16 42 67 / .25); font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.news-card__image small { font-size: .62rem; letter-spacing: .08em; }
.news-card__content { display: flex; flex: 1; flex-direction: column; padding: 1.4rem; }
.news-card time { color: var(--accent); font-size: .74rem; font-weight: 700; letter-spacing: .04em; }
.news-card h3 { margin: .6rem 0; font-size: 1.1rem; }
.news-card p { flex: 1; color: var(--muted); font-size: .87rem; }
.news-card__content > span { color: var(--accent); font-size: .8rem; font-weight: 700; }
.news-card__content b { margin-left: .25rem; font-size: 1rem; }

@media (max-width: 960px) { .news-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .news-banner { min-height: 17rem; } .news-banner__inner { padding-top: 3.5rem; } .news-page__heading { margin-bottom: 2.25rem; } .news-cards { grid-template-columns: 1fr; } }

.news-breadcrumb { border-bottom: 1px solid var(--line); background: #fff; }
.news-breadcrumb ol { display: flex; gap: .5rem; align-items: center; min-height: 3.75rem; padding: 0; margin: 0; overflow-x: auto; color: var(--muted); font-size: .78rem; list-style: none; white-space: nowrap; }
.news-breadcrumb li:not(:last-child)::after { margin-left: .5rem; color: #a5bac8; content: "/"; }
.news-breadcrumb li:last-child { overflow: hidden; color: var(--ink); font-weight: 700; text-overflow: ellipsis; }
.news-breadcrumb a:hover { color: var(--accent); }
.news-detail__heading { max-width: 58rem; padding: 4.25rem 0 2.75rem; border-bottom: 1px solid var(--line); }
.news-detail__heading h1 { margin-bottom: 1rem; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.15; }
.news-detail__heading time { color: var(--accent); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.news-detail__body { max-width: 52rem; padding-top: 3.5rem; padding-bottom: 6rem; }
.rich-news-content { color: #425c70; font-size: 1rem; line-height: 1.85; }
.rich-news-content > *:first-child { margin-top: 0; }
.rich-news-content p { margin: 0 0 1.5rem; }
.rich-news-content h2, .rich-news-content h3, .rich-news-content h4 { margin: 2.5rem 0 1rem; color: var(--ink); font-family: Georgia, "Noto Serif SC", serif; line-height: 1.25; }
.rich-news-content h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); }
.rich-news-content h3 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); }
.rich-news-content h4 { font-family: inherit; font-size: 1.1rem; }
.rich-news-content figure { margin: 2rem 0; }
.rich-news-content img { display: block; width: auto; max-width: 100%; height: auto; margin: 2rem 0; }
.rich-news-content figcaption { padding-top: .65rem; color: var(--muted); font-size: .8rem; text-align: center; }
.rich-news-content ul, .rich-news-content ol { padding-left: 1.4rem; margin: 0 0 1.5rem; }
.rich-news-content li + li { margin-top: .4rem; }
.rich-news-content a { color: var(--accent); font-weight: 700; text-decoration: underline; text-underline-offset: .18em; }
.rich-news-content a:hover { color: #b94418; }
.rich-news-content blockquote { padding: .25rem 0 .25rem 1.25rem; margin: 2rem 0; color: var(--muted); border-left: 3px solid var(--accent); }

@media (max-width: 680px) { .news-detail__heading { padding: 3rem 0 2rem; } .news-detail__body { padding-top: 2.5rem; padding-bottom: 4rem; } .rich-news-content { font-size: .95rem; } }

.content-banner { position: relative; min-height: 20rem; overflow: hidden; color: #fff; }
.content-banner--support { background: linear-gradient(125deg, #0a2438, #176071 55%, #62909b); }
.content-banner--about { background: linear-gradient(125deg, #172c3c, #4d6d7c 55%, #83989b); }
.content-banner::after { position: absolute; inset: 0; content: ""; opacity: .18; background: repeating-linear-gradient(90deg, transparent 0 4rem, #fff 4rem 4.08rem); }
.content-banner__inner { position: relative; z-index: 1; padding-top: 5rem; }
.content-banner h1 { max-width: 38rem; margin-bottom: .75rem; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1.1; }
.content-banner p:not(.section-label) { max-width: 38rem; color: #d7e6ed; }
.content-banner__placeholder { position: absolute; right: max(4vw, calc((100vw - 1180px) / 2)); bottom: 1.8rem; color: rgb(255 255 255 / .32); font-size: clamp(.75rem, 1.5vw, 1.1rem); font-weight: 800; letter-spacing: .14em; writing-mode: vertical-rl; }
.content-page__heading, .content-page__body { max-width: 52rem; }
.content-page__heading { margin-bottom: 2.5rem; }
.content-page__heading h2 { margin-bottom: 0; }
.rich-content { color: #425c70; font-size: 1rem; line-height: 1.85; }
.rich-content > *:first-child { margin-top: 0; }
.rich-content p { margin: 0 0 1.5rem; }
.rich-content h2, .rich-content h3, .rich-content h4 { margin: 2.5rem 0 1rem; color: var(--ink); font-family: Georgia, "Noto Serif SC", serif; line-height: 1.25; }
.rich-content h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); }
.rich-content h3 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); }
.rich-content h4 { font-family: inherit; font-size: 1.1rem; }
.rich-content figure { margin: 2rem 0; }
.rich-content img { display: block; width: auto; max-width: 100%; height: auto; margin: 2rem 0; }
.rich-content figcaption { padding-top: .65rem; color: var(--muted); font-size: .8rem; text-align: center; }
.rich-content ul, .rich-content ol { padding-left: 1.4rem; margin: 0 0 1.5rem; }
.rich-content li + li { margin-top: .4rem; }
.rich-content a { color: var(--accent); font-weight: 700; text-decoration: underline; text-underline-offset: .18em; }
.rich-content a:hover { color: #b94418; }
.about-contact { padding: 5rem 0; background: #e6f0f5; }
.about-contact__inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(20rem, 1.2fr); gap: clamp(2.5rem, 8vw, 7rem); align-items: start; }
.about-contact__inner > div > p:not(.section-label) { max-width: 28rem; color: var(--muted); }
.company-info { display: grid; grid-template-columns: 1fr 1fr; padding: 0; margin: 0; border-top: 2px solid var(--ink); }
.company-info > div { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.company-info > div:nth-child(odd) { padding-right: 1.5rem; }
.company-info > div:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.company-info dt { margin-bottom: .25rem; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.company-info dd { margin: 0; font-size: .9rem; font-weight: 700; }

@media (max-width: 680px) { .content-banner { min-height: 17rem; } .content-banner__inner { padding-top: 3.5rem; } .rich-content { font-size: .95rem; } .about-contact { padding: 4rem 0; } .about-contact__inner { grid-template-columns: 1fr; } }
@media (max-width: 440px) { .company-info { grid-template-columns: 1fr; } .company-info > div:nth-child(odd), .company-info > div:nth-child(even) { padding-right: 0; padding-left: 0; border-left: 0; } }
