.jxzn-news-detail-hero {
    position: relative;
    height: 19.7917vw;
    min-height: 280px;
    overflow: hidden;
}

.jxzn-news-detail-hero__media,
.jxzn-news-detail-hero__media img {
    width: 100%;
    height: 100%;
}

.jxzn-news-detail-hero__media {
    position: absolute;
    inset: 0;
}

.jxzn-news-detail-hero__media img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.jxzn-news-detail-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.jxzn-news-detail-hero__content {
    text-align: center;
}

.jxzn-news-detail-hero__title {
    margin: 0;
    font-size: clamp(36px, 3vw, 64px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #fff;
}

.jxzn-news-detail-page {
    padding: 80px 0;
    background: #fff;
}

.jxzn-news-detail-page__inner {
    width: min(56.25vw, calc(100% - 48px));
    max-width: 1080px;
    margin: 0 auto;
}

.jxzn-news-detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.7;
    color: #888;
}

.jxzn-news-detail-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.jxzn-news-detail-breadcrumb a:hover {
    color: #4d8fff;
}

.jxzn-news-detail-breadcrumb__sep {
    color: #bbb;
}

.jxzn-news-detail-page__header {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.jxzn-news-detail-page__title {
    margin: 0 0 12px;
    font-size: clamp(24px, 2.2vw, 42px);
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.jxzn-news-detail-page__meta {
    margin: 0;
    font-size: 14px;
    color: #888;
}

.jxzn-news-detail-page__cover {
    margin: 0 0 32px;
}

.jxzn-news-detail-page__cover img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.jxzn-news-detail-page__summary {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    color: #555;
}

.jxzn-news-detail-page__content {
    font-size: 16px;
    line-height: 1.85;
    color: #333;
    word-break: break-word;
}

.jxzn-news-detail-page__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.5em auto;
}

.jxzn-news-detail-page__content p {
    margin: 0 0 1em;
}

.jxzn-news-detail-page__content h1,
.jxzn-news-detail-page__content h2,
.jxzn-news-detail-page__content h3,
.jxzn-news-detail-page__content h4 {
    margin: 1.5em 0 0.75em;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
}

.jxzn-news-detail-page__content h1 {
    font-size: 30px;
}

.jxzn-news-detail-page__content h2 {
    font-size: 26px;
}

.jxzn-news-detail-page__content h3 {
    font-size: 22px;
}

.jxzn-news-detail-page__content h4 {
    font-size: 18px;
}

.jxzn-news-detail-page__content ul,
.jxzn-news-detail-page__content ol {
    margin: 0 0 1em;
    padding-left: 1.5em;
}

.jxzn-news-detail-page__content li {
    margin-bottom: 0.45em;
}

.jxzn-news-detail-page__content a {
    color: #4d8fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.jxzn-news-detail-page__content blockquote {
    margin: 0 0 1.25em;
    padding: 14px 18px;
    border-left: 4px solid #4d8fff;
    background: #f7faff;
    color: #555;
}

.jxzn-news-detail-page__content table {
    width: 100%;
    margin: 0 0 1.25em;
    border-collapse: collapse;
    table-layout: fixed;
}

.jxzn-news-detail-page__content th,
.jxzn-news-detail-page__content td {
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    text-align: left;
    vertical-align: top;
}

.jxzn-news-detail-page__content th {
    background: #f8f8f8;
    font-weight: 600;
    color: #111;
}

.jxzn-news-detail-page__back {
    display: inline-block;
    margin-top: 48px;
    font-size: 15px;
    color: #4d8fff;
    text-decoration: none;
}

.jxzn-news-detail-page__back:hover {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .jxzn-news-detail-hero {
        height: 320px;
        min-height: 320px;
    }
}

@media (max-width: 700px) {
    .jxzn-news-detail-hero {
        height: 260px;
        min-height: 260px;
    }

    .jxzn-news-detail-page {
        padding: 40px 0 56px;
    }

    .jxzn-news-detail-page__inner {
        width: calc(100% - 32px);
    }

    .jxzn-news-detail-breadcrumb {
        gap: 6px;
        margin-bottom: 18px;
        font-size: 13px;
    }

    .jxzn-news-detail-page__content h1 {
        font-size: 26px;
    }

    .jxzn-news-detail-page__content h2 {
        font-size: 23px;
    }

    .jxzn-news-detail-page__content h3 {
        font-size: 20px;
    }

    .jxzn-news-detail-page__content h4 {
        font-size: 17px;
    }

    .jxzn-news-detail-page__content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* 英文 SP */
@media (max-width: 767px) {
    html[lang="en"] .jxzn-news-detail-breadcrumb {
        font-size: 12px;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }
    html[lang="en"] .jxzn-news-detail-page__title {
        font-size: clamp(20px, 5.8vw, 26px);
        line-height: 1.32;
        overflow-wrap: anywhere;
    }
    html[lang="en"] .jxzn-news-detail-page__summary {
        font-size: 15px;
        line-height: 1.65;
    }
    html[lang="en"] .jxzn-news-detail-page__content {
        font-size: 15px;
        line-height: 1.75;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    html[lang="en"] .jxzn-news-detail-page__content table {
        white-space: normal;
    }
    html[lang="en"] .jxzn-news-detail-page__content th,
    html[lang="en"] .jxzn-news-detail-page__content td {
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}
