.pore2-news-page {
    --news-ink: #342d3a;
    --news-muted: #706875;
    --news-violet: #6b4c9a;
    --news-line: #e3dce9;
    --news-paper: #fcfbfd;
    --news-serif: "Shippori Mincho", serif;
    --news-section-space: clamp(48px, 6vw, 76px);
}

.pore2-news-main {
    background: var(--news-paper);
    color: var(--news-ink);
}

.pore2-news-shell {
    width: min(1040px, calc(100% - 128px));
    margin-inline: auto;
}

.pore2-news-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(118px, 12vw, 150px) 0 var(--news-section-space);
    border-bottom: 1px solid var(--news-line);
    background: linear-gradient(110deg, #f4eff8, #fcfbfd 65%, #f3eff6);
}

.pore2-news-hero::after {
    position: absolute;
    z-index: -1;
    inset: 24px max(-48px, calc((100vw - 1320px) / 2)) -60px auto;
    width: min(52vw, 650px);
    background: url("../img/sumire-information-illustration.webp") center / contain no-repeat;
    opacity: 0.14;
    content: "";
    pointer-events: none;
}

.pore2-news-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
    color: var(--news-muted);
    font-size: 0.75rem;
    line-height: 1.8;
}

.pore2-news-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.pore2-news-breadcrumb a:hover {
    color: var(--news-violet);
    text-decoration: underline;
}

.pore2-news-eyebrow {
    margin: 0 0 16px;
    color: var(--news-violet);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.pore2-news-hero h1 {
    max-width: 850px;
    margin: 0;
    font-family: var(--news-serif);
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.pore2-news-intro {
    margin: 20px 0 0;
    color: var(--news-muted);
    font-size: 0.9rem;
    line-height: 2.1;
}

.pore2-news-section-list,
.pore2-news-detail-section {
    padding: var(--news-section-space) 0 clamp(72px, 9vw, 112px);
}

.pore2-news-list-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 22px;
}

.pore2-news-list-heading h2 {
    margin: 0;
    font-family: var(--news-serif);
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.pore2-news-list-heading p {
    margin: 0;
    color: var(--news-muted);
    font-size: 0.75rem;
}

.pore2-news-list-heading strong {
    margin-inline: 3px;
    color: var(--news-violet);
    font-size: 1rem;
    font-weight: 500;
}

.pore2-news-list {
    overflow: hidden;
    border: 1px solid var(--news-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 44px rgb(68 45 88 / 4%);
}

.pore2-news-list-item + .pore2-news-list-item {
    border-top: 1px solid var(--news-line);
}

.pore2-news-list-link {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 44px;
    align-items: center;
    gap: clamp(20px, 3vw, 36px);
    padding: 30px clamp(24px, 3vw, 36px);
    color: inherit;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.pore2-news-list-link:hover {
    background: #f8f5fb;
}

.pore2-news-date {
    display: grid;
    gap: 2px;
    color: var(--news-violet);
    font-family: var(--news-serif);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.pore2-news-date span {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
}

.pore2-news-date strong {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
}

.pore2-news-category {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid var(--news-line);
    border-radius: 5px;
    background: #f7f3fa;
    color: var(--news-violet);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.pore2-news-category--kids {
    border-color: var(--service-childcare-line);
    background: var(--service-childcare-soft);
    color: #87505e;
}

.pore2-news-category--recruit {
    border-color: var(--service-care-line);
    background: var(--service-care-soft);
    color: #466653;
}

.pore2-news-list-copy h3 {
    margin: 12px 0 8px;
    font-family: var(--news-serif);
    font-size: clamp(1.1rem, 1.8vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.035em;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.pore2-news-list-copy > p {
    margin: 0;
    overflow: hidden;
    color: var(--news-muted);
    font-size: 0.8rem;
    line-height: 1.9;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pore2-news-arrow {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--news-line);
    border-radius: 50%;
    color: var(--news-violet);
    font-size: 1.1rem;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.pore2-news-list-link:is(:hover, :focus-visible) .pore2-news-arrow {
    transform: translateX(3px);
    background: var(--news-violet);
    color: #fff;
}

.pore2-news-empty {
    margin: 0;
    padding: 48px 24px;
    border: 1px solid var(--news-line);
    border-radius: 20px;
    background: #fff;
    color: var(--news-muted);
    text-align: center;
}

.pore2-news-hero--detail h1 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.pore2-news-hero--detail::after {
    opacity: 0.075;
}

.pore2-news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin: 24px 0 16px;
}

.pore2-news-detail-meta time {
    color: var(--news-muted);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.pore2-news-detail-shell {
    max-width: 880px;
}

.pore2-news-detail-body {
    padding: clamp(28px, 5vw, 56px);
    border: 1px solid var(--news-line);
    border-top: 3px solid #b7a4cd;
    border-radius: 4px 4px 20px 20px;
    background: #fff;
    box-shadow: 0 14px 44px rgb(68 45 88 / 4%);
    color: var(--news-ink);
    font-size: 0.98rem;
    line-height: 2.15;
    overflow-wrap: anywhere;
}

.pore2-news-detail-body > p {
    margin: 0;
}

.pore2-news-detail-body > p + p {
    margin-top: 1.5em;
}

.pore2-news-related-link {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--news-line);
}

.pore2-news-related-link a,
.pore2-news-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 48px;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.8;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.pore2-news-related-link a {
    padding: 14px 24px;
    border: 1px solid var(--news-violet);
    border-radius: 999px;
    background: var(--news-violet);
    color: #fff;
}

.pore2-news-related-link a:hover {
    background: #513678;
}

.pore2-news-related-link > p {
    margin: 10px 0 0;
    color: var(--news-muted);
    font-size: 0.72rem;
    line-height: 1.8;
}

.pore2-news-back-link {
    margin-top: 32px;
    color: var(--news-violet);
}

.pore2-news-back-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.pore2-news-main a:focus-visible {
    outline: 2px solid var(--news-violet);
    outline-offset: 4px;
}

.pore2-news-list-link:focus-visible {
    outline-offset: -5px;
    background: #f8f5fb;
}

@media (max-width: 680px) {
    .pore2-news-shell { width: calc(100% - 40px); }
    .pore2-news-hero::after {
        inset: 64px -100px -12px auto;
        width: 380px;
        opacity: 0.075;
    }
    .pore2-news-list-heading h2 { font-size: 1.1rem; }
    .pore2-news-list-link {
        grid-template-columns: minmax(0, 1fr) 36px;
        gap: 12px 16px;
        padding: 24px 20px;
    }
    .pore2-news-date {
        display: flex;
        align-items: baseline;
        gap: 8px;
        grid-column: 1;
    }
    .pore2-news-date strong { font-size: 1.2rem; }
    .pore2-news-list-copy { grid-column: 1; }
    .pore2-news-list-copy > p { display: none; }
    .pore2-news-list-copy h3 {
        margin-bottom: 0;
        font-size: 1.05rem;
    }
    .pore2-news-arrow {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 36px;
        height: 36px;
    }
    .pore2-news-detail-body {
        padding: 28px 22px;
        font-size: 0.93rem;
        line-height: 2;
    }
    .pore2-news-related-link a {
        width: 100%;
        gap: 10px;
        padding: 13px 16px;
        border-radius: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pore2-news-main a,
    .pore2-news-arrow { transition: none; }
    .pore2-news-list-link:is(:hover, :focus-visible) .pore2-news-arrow { transform: none; }
}
