@charset "utf-8";
/* ==========================================================================
   Nissinkiko HP renew 2026-04 — 4月対応分追加スタイル
   既存テーマ (common.css) のデザインルール（Noto Sans JP / #2191e8 / #333 /
   BP 769px）を踏襲。命名は "-2026" BEMサフィックスでスコープを限定。
   ========================================================================== */

/* ==========================================================================
   1. FV オーバーレイ (hero-2026)  — No.5/6/7
   ========================================================================== */
.hero-2026__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
    /* 動画を少し暗く落として文字可読性を担保 */
    background: linear-gradient(
        180deg,
        rgba(0, 20, 45, 0.35) 0%,
        rgba(0, 20, 45, 0.15) 40%,
        rgba(0, 20, 45, 0.55) 100%
    );
}

.hero-2026__copy {
    text-align: center;
    color: #fff;
    padding: 0 24px;
    max-width: 960px;
    pointer-events: auto;
    animation: hero2026FadeUp 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.hero-2026__copy__lead {
    font-size: 16px;
    letter-spacing: 0.24em;
    margin: 0 0 0.9em;
    opacity: 0.92;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.hero-2026__copy__main {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0 0 0.7em;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
    letter-spacing: 0.04em;
}

.hero-2026__copy__sub {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 2.2em;
    opacity: 0.95;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.hero-2026__copy__cta {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-2026__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 1.1em 1.6em;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-2026__btn span {
    position: relative;
    z-index: 2;
}

.hero-2026__btn--primary {
    background: #2191e8;
    border-color: #2191e8;
    color: #fff;
}

.hero-2026__btn--primary:hover {
    background: #1576c1;
    border-color: #1576c1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(33, 145, 232, 0.45);
}

.hero-2026__btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hero-2026__btn--ghost:hover {
    background: #fff;
    color: #2191e8;
    transform: translateY(-2px);
}

@keyframes hero2026FadeUp {
    0% {
        opacity: 0;
        transform: translateY(28px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
    .hero-2026__copy {
        padding: 0 18px;
    }
    .hero-2026__copy__lead {
        font-size: 12px;
    }
    .hero-2026__copy__main {
        font-size: 22px;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }
    .hero-2026__copy__main br {
        display: none;
    }
    .hero-2026__copy__sub {
        font-size: 12px;
        margin: 0 0 1.6em;
        line-height: 1.7;
    }
    .hero-2026__btn {
        min-width: 0;
        width: 100%;
        max-width: 300px;
        padding: 0.95em 1em;
        font-size: 12px;
    }
    .hero-2026__copy__cta {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
}

/* PCでFV下部のscroll-arrowと被らないよう下寄せ微調整 */
@media screen and (min-width: 769px) {
    .main__visual-movie {
        overflow: hidden;
    }
}

/* ==========================================================================
   2. 事業構成を一目で伝えるセクション (business-2026)  — No.7
   WJを軸にFA / ATDなど多角事業を可視化
   ========================================================================== */
.business-2026 {
    padding: 6em 0 5em;
    background: #fff;
}

.business-2026 .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.business-2026__lead {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 0.4em;
    color: #111;
    letter-spacing: 0.02em;
}

.business-2026__lead span {
    color: #2191e8;
}

.business-2026__sublead {
    text-align: center;
    font-size: 15px;
    color: #555;
    line-height: 1.9;
    margin: 0 0 3em;
}

.business-2026__map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
}

.business-2026__core {
    background: linear-gradient(135deg, #0e5ea8 0%, #2191e8 100%);
    color: #fff;
    border-radius: 0;
    padding: 2.2em 2em;
    text-align: center;
    position: relative;
    box-shadow: 0 12px 30px rgba(14, 94, 168, 0.25);
}

.business-2026__core__label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.26em;
    padding: 0.35em 1em;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    margin: 0 0 0.8em;
    opacity: 0.95;
}

.business-2026__core__title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 0.5em;
    letter-spacing: 0.02em;
}

.business-2026__core__text {
    font-size: 14px;
    line-height: 1.9;
    margin: 0 auto;
    max-width: 720px;
    opacity: 0.95;
}

.business-2026__satellites {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.business-2026__satellite {
    border: 1px solid #e3e8f0;
    border-radius: 0;
    padding: 1.8em 1.6em;
    background: #fbfcfe;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.business-2026__satellite:hover {
    border-color: #2191e8;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(33, 145, 232, 0.14);
}

.business-2026__satellite__label {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #2191e8;
    margin: 0 0 0.4em;
    font-weight: 700;
}

.business-2026__satellite__title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.6em;
    line-height: 1.5;
}

.business-2026__satellite__text {
    font-size: 13px;
    line-height: 1.85;
    color: #555;
    margin: 0 0 1.3em;
    flex-grow: 1;
}

.business-2026__satellite__link {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #2191e8;
    text-decoration: none;
    font-weight: 700;
}

.business-2026__satellite__link::after {
    content: "→";
    margin-left: 0.5em;
    transition: transform 0.3s ease;
}

.business-2026__satellite:hover .business-2026__satellite__link::after {
    transform: translateX(4px);
}

@media screen and (max-width: 768px) {
    .business-2026 {
        padding: 4em 0 3.5em;
    }
    .business-2026__lead {
        font-size: 20px;
    }
    .business-2026__sublead {
        font-size: 13px;
        margin: 0 0 2em;
    }
    .business-2026__core__title {
        font-size: 20px;
    }
    .business-2026__core__text {
        font-size: 13px;
    }
    .business-2026__satellites {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* ==========================================================================
   3. 最新情報セクション改善 (info-2026)  — No.6
   ========================================================================== */
#info.info-2026 {
    background: #f5f8fc;
    padding: 4em 0;
}

#info.info-2026 .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#info.info-2026 .info__flex {
    gap: 60px;
    align-items: flex-start;
}

#info.info-2026 .info__flex__box1 {
    width: 220px;
    flex-shrink: 0;
}

#info.info-2026 .info__title {
    font-size: 26px;
    text-align: left;
    margin: 0 0 0.4em;
    color: #111;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#info.info-2026 .info__title::after {
    content: "NEWS";
    display: block;
    font-size: 11px;
    color: #2191e8;
    letter-spacing: 0.22em;
    margin-top: 0.4em;
    font-weight: 700;
}

#info.info-2026 .info__flex__box2 {
    width: calc(100% - 280px);
}

#info.info-2026 .info__list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dde4ee;
}

#info.info-2026 .info__list li {
    display: grid;
    grid-template-columns: 110px 110px 1fr;
    align-items: center;
    gap: 20px;
    padding: 1.1em 0.4em;
    border-bottom: 1px solid #dde4ee;
    transition: background 0.25s ease;
}

#info.info-2026 .info__list li:hover {
    background: rgba(33, 145, 232, 0.04);
}

#info.info-2026 .info__list__date {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.04em;
}

#info.info-2026 .info__list__cat {
    font-size: 11px;
    color: #fff;
    padding: 0.35em 0.9em;
    border-radius: 0;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0;
    justify-self: start;
    min-width: 78px;
    box-sizing: border-box;
}

#info.info-2026 .info__list__title {
    font-size: 14px;
    margin: 0;
    line-height: 1.7;
}

#info.info-2026 .info__list__title a {
    color: #222;
    text-decoration: none;
    transition: color 0.25s ease;
}

#info.info-2026 .info__list__title a:hover {
    color: #2191e8;
}

#info.info-2026 .info__btn.morebtn a {
    border: 1px solid #2191e8;
    color: #2191e8;
    letter-spacing: 0.12em;
}

#info.info-2026 .info__btn.morebtn a:hover {
    background: #2191e8;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #info.info-2026 {
        padding: 3em 0;
    }
    #info.info-2026 .info__flex {
        flex-direction: column;
        gap: 2em;
    }
    #info.info-2026 .info__flex__box1,
    #info.info-2026 .info__flex__box2 {
        width: 100%;
    }
    #info.info-2026 .info__title {
        font-size: 22px;
    }
    #info.info-2026 .info__list li {
        grid-template-columns: 90px auto;
        grid-template-areas:
            "date cat"
            "title title";
        gap: 8px 14px;
        padding: 1em 0.2em;
    }
    #info.info-2026 .info__list__date { grid-area: date; font-size: 12px; }
    #info.info-2026 .info__list__cat  { grid-area: cat; }
    #info.info-2026 .info__list__title{ grid-area: title; font-size: 13px; }
}

/* ==========================================================================
   info アーカイブ（カテゴリ絞り込みナビ & ページャ）
   ========================================================================== */
.info-archive_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin: 30px 0 40px;
    padding: 0;
    list-style: none;
}

.info-archive_link {
    --cat-color: #888;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 0.6em 1.3em;
    font-size: 13px;
    line-height: 1.4;
    color: var(--cat-color);
    background: #fff;
    border: 1.5px solid var(--cat-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.info-archive_link:hover {
    background: var(--cat-color);
    color: #fff;
    text-decoration: none;
}

.info-archive_link.is-active {
    background: var(--cat-color);
    color: #fff;
    font-weight: 700;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.info-archive_link.is-active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--cat-color);
}

.info-archive_pager {
    margin: 50px 0 20px;
    text-align: center;
}

.info-archive_pager .wp-pagenavi,
.info-archive_pager .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

/* WP標準ページネーション（プラグイン未使用時のフォールバック）の見た目を最低限整える */
.info-archive_pager .nav-links a,
.info-archive_pager .nav-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
    color: #2191e8;
    border: 1px solid #dde4ee;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.info-archive_pager .nav-links a:hover {
    background: #2191e8;
    color: #fff;
    border-color: #2191e8;
}

.info-archive_pager .nav-links span.current {
    background: #2191e8;
    color: #fff;
    border-color: #2191e8;
}

@media screen and (max-width: 768px) {
    .info-archive_flex {
        gap: 8px;
        margin: 20px 0 24px;
    }
    .info-archive_link {
        min-width: 0;
        padding: 0.5em 0.9em;
        font-size: 12px;
        flex: 0 1 auto;
    }
    .info-archive_pager {
        margin: 32px 0 12px;
    }
    .info-archive_pager .nav-links a,
    .info-archive_pager .nav-links span {
        min-width: 32px;
        height: 32px;
        font-size: 12px;
        padding: 0 8px;
    }
}

/* ==========================================================================
   4. 提供サービス配下 (section2 2項目対応) — No.2 ATDをTOPから分離したあと
   section2-2 を 3カラム→2カラム (メーカーとしての日進機工 / 製品情報-機械装置)
   に変更するCSSオーバーライド
   ========================================================================== */
#section2-2.section2-2--2026 .section2__box2 li {
    width: calc(100% / 2);
}

@media screen and (max-width: 768px) {
    #section2-2.section2-2--2026 .section2__box2 li {
        width: 100%;
    }
}

/* ==========================================================================
   5. ページ下部 CTA セクション (cta-2026)  — No.6 一部（TOP下部先行）
   ※ No.9 の "各ページ下部CTA" は5月対応だが、TOP下部にだけ先行設置
   ========================================================================== */
section.cta-2026 {
    background: linear-gradient(135deg, #0b3c73 0%, #1c6fc2 60%, #2191e8 100%);
    padding: 5em 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cta-2026::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        circle at 20% 30%,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 55%
    );
    pointer-events: none;
}

.cta-2026 .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-2026__label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.26em;
    padding: 0.4em 1.2em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    margin: 0 0 1.2em;
}

.cta-2026__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 0.6em;
    letter-spacing: 0.03em;
}

.cta-2026__text {
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 2.2em;
    opacity: 0.92;
}

.cta-2026__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-2026__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    padding: 1.2em 1.6em;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    font-weight: 700;
}

.cta-2026__btn--primary {
    background: #ffd54a;
    color: #0b3c73;
    border: 1px solid #ffd54a;
}

.cta-2026__btn--primary:hover {
    background: #ffca28;
    border-color: #ffca28;
    color: #0b3c73;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.cta-2026__btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cta-2026__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    .cta-2026 {
        padding: 3.5em 20px;
    }
    .cta-2026__title {
        font-size: 20px;
    }
    .cta-2026__text {
        font-size: 13px;
    }
    .cta-2026__buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .cta-2026__btn {
        width: 100%;
        max-width: 320px;
        min-width: 0;
        padding: 1em 1em;
        font-size: 13px;
    }
}

/* ==========================================================================
   6. グロナビ メガメニュー最適化 — No.1
   liの固定幅をfluidに変え、4〜6項目でもレイアウト崩れしないよう改善
   ========================================================================== */
.nav .child.megamenu.megamenu--2026 {
    padding: 24px 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.nav .child.megamenu.megamenu--2026 ul.megamenu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* タブレット幅（PCナビからハンバーガーに切り替わる帯）— 3列×2段で均等 */
@media all and (min-width: 769px) and (max-width: 1100px) {
    .nav .child.megamenu.megamenu--2026 {
        padding: 20px 0;
    }
    .nav .child.megamenu.megamenu--2026 ul.megamenu {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 720px;
        gap: 14px;
        padding: 0 16px;
    }
    .nav .child.megamenu.megamenu--2026 .megamenu__thumb {
        height: 100px;
        font-size: 13px;
    }
    .nav .child.megamenu.megamenu--2026 .megamenu__text {
        display: block;
        font-size: 11px;
        line-height: 1.6;
        margin-top: 0.5em;
    }
}

.nav .child.megamenu.megamenu--2026 ul.megamenu li {
    margin: 0;
}

.nav .child.megamenu.megamenu--2026 ul.megamenu li a {
    display: block;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
    white-space: normal;
}

.nav .child.megamenu.megamenu--2026 ul.megamenu li a:hover {
    transform: translateY(-3px);
}

.nav .child.megamenu.megamenu--2026 .megamenu__thumb {
    height: 118px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
    padding: 0 10px;
    box-shadow: inset 0 0 0 9999px rgba(0, 20, 45, 0.35);
    background-size: cover;
    background-position: center;
}

.nav .child.megamenu.megamenu--2026 .megamenu__text {
    font-size: 12px;
    color: #555;
    line-height: 1.7;
    margin: 0.7em 0 0;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-all;
}

/* SP専用改行: PCでは非表示、SPでのみ改行 */
br.sp-only { display: none; }
@media screen and (max-width: 768px) {
    br.sp-only { display: inline; }
}

/* ------------------------------------------------------------------
   6-SP. グロナビ SP最適化 — テキストベース・見やすさ優先
   ------------------------------------------------------------------ */
@media screen and (max-width: 768px) {

    /* --- グロナビ全体: 背景を完全白にして読みやすく --- */
    #nav.open {
        background: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 80px;
    }

    /* --- メインナビ: padding-topをヘッダー分確保 --- */
    .nav {
        padding-top: 70px;
    }

    /* --- 各ナビ項目: テキストのみ、コンパクトに --- */
    .nav > li {
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    .nav > li > a {
        display: block;
        padding: 14px 20px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        letter-spacing: 0.04em;
    }

    /* --- 提供サービス メガメニュー: 画像なし、テキスト4つ×2段 --- */
    .nav .child.megamenu.megamenu--2026 {
        padding: 0;
        box-shadow: none;
        background: #f7f8fa;
    }
    .nav .child.megamenu.megamenu--2026 ul.megamenu {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0;
        padding: 0;
        max-width: none;
    }
    .nav .child.megamenu.megamenu--2026 ul.megamenu li {
        flex: none;
        margin: 0;
        min-width: 0;
    }
    .nav .child.megamenu.megamenu--2026 ul.megamenu li a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 10px 8px;
        font-size: 12px;
        font-weight: 400;
        color: #333;
        text-align: center;
        line-height: 1.5;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        transition: background 0.2s;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    .nav .child.megamenu.megamenu--2026 ul.megamenu li a:hover {
        transform: none;
        background: #e9f0fa;
    }
    /* 画像サムネイル・説明文は非表示 — テキストタイトルのみ表示 */
    .nav .child.megamenu.megamenu--2026 .megamenu__thumb {
        background: none !important;
        box-shadow: none;
        height: auto;
        padding: 0;
        font-size: 12px;
        font-weight: 500;
        color: #333;
    }
    .nav .child.megamenu.megamenu--2026 .megamenu__text {
        display: none;
    }

    /* --- nav02（会社情報・採用情報等）もテキストベースで整理 --- */
    .nav02 {
        border-top: 1px solid #ddd;
        margin-top: 10px;
        padding-top: 0;
    }
    .nav02 > li {
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    .nav02 > li > a {
        display: block;
        padding: 14px 20px;
        font-size: 13px;
        color: #555;
    }
}

/* ------------------------------------------------------------------
   1-SP. FV（ファーストビュー）SP最適化
   動画は横画角のまま上部に配置、テキスト要素はその下に分離
   ------------------------------------------------------------------ */
@media screen and (max-width: 768px) {

    /* FV全体: autoで動画＋テキストの積み重ね */
    .main__visual-movie {
        height: auto;
        min-height: 0;
        overflow: visible;
        display: flex;
        flex-direction: column;
    }

    /* 動画: 横画角（16:9）をそのまま表示 */
    .main__visual-movie video {
        position: relative;
        top: auto; left: auto;
        transform: none;
        width: 100%;
        height: 50vh;
        min-width: 0;
        min-height: 0;
        margin: 0;
        object-fit: cover;
        object-position: top left;
        display: block;
    }

    /* オーバーレイ: 動画の下にテキストエリアとして配置 */
    .hero-2026__overlay {
        position: relative;
        top: auto; left: auto;
        width: 100%;
        height: auto;
        display: block;
        pointer-events: auto;
        background: linear-gradient(
            180deg,
            #0d1f2d 0%,
            #162a3a 100%
        );
        padding: 24px 0px;
    }

    .hero-2026__copy {
        padding: 0;
        text-align: center;
        animation: none;
        opacity: 1;
        transform: none;
        max-width: none;
    }
    .hero-2026__copy__lead {
        font-size: 12px;
        letter-spacing: 0.22em;
        margin: 0 0 0.7em;
        opacity: 0.85;
    }
    .hero-2026__copy__main {
        font-size: 20px;
        line-height: 1.75;
        letter-spacing: 0.02em;
        margin: 0 0 0.5em;
    }
    /* SPでは<br>を活かして意図した位置で改行 */
    .hero-2026__copy__main br {
        display: inline;
    }
    .hero-2026__copy__sub {
        font-size: 11px;
        letter-spacing: 0.06em;
        margin: 0 0 1.6em;
        line-height: 1.8;
        opacity: 0.85;
    }
    /* CTAボタン: 縦並び・フル幅 */
    .hero-2026__copy__cta {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .hero-2026__btn {
        width: 85%;
        max-width: 300px;
        min-width: 0;
        padding: 14px 1em;
        font-size: 13px;
    }

    /* Scrollアロー: 非表示（動画が上にあるので不要） */
    .scroll-arrow {
        display: none;
    }
}

/* ==========================================================================
   7. 健康経営ページ (health-2026)  — No.20
   ========================================================================== */
.health-2026__intro {
    text-align: center;
    padding: 4em 20px 3em;
    max-width: 900px;
    margin: 0 auto;
}

.health-2026__intro__label {
    font-size: 11px;
    letter-spacing: 0.26em;
    color: #2191e8;
    font-weight: 700;
    margin: 0 0 1em;
}

.health-2026__intro__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    color: #111;
    margin: 0 0 1em;
    letter-spacing: 0.02em;
}

.health-2026__intro__text {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin: 0;
}

.health-2026__section {
    max-width: 920px;
    margin: 0 auto;
    padding: 3em 20px;
}

.health-2026__section__title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 1.4em;
    padding: 0 0 0.7em;
    border-bottom: 2px solid #2191e8;
    letter-spacing: 0.02em;
}

.health-2026__section__title .num {
    display: inline-block;
    font-size: 13px;
    color: #2191e8;
    letter-spacing: 0.2em;
    margin-right: 0.8em;
    vertical-align: middle;
}

.health-2026__declare {
    background: #f5f8fc;
    border-left: 4px solid #2191e8;
    padding: 2em 2.2em;
    border-radius: 4px;
}

.health-2026__declare p {
    font-size: 15px;
    line-height: 2;
    color: #333;
    margin: 0 0 1em;
}

.health-2026__declare__sign {
    text-align: right;
    margin-top: 1.5em !important;
    font-size: 14px !important;
}

.health-2026__actions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.health-2026__actions li {
    background: #fff;
    border: 1px solid #e3e8f0;
    border-radius: 4px;
    padding: 1.6em 1.6em;
    transition: all 0.3s ease;
}

.health-2026__actions li:hover {
    border-color: #2191e8;
    box-shadow: 0 8px 22px rgba(33, 145, 232, 0.1);
}

.health-2026__actions h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.7em;
    padding: 0 0 0 1em;
    position: relative;
}

.health-2026__actions h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2191e8;
}

.health-2026__actions p {
    font-size: 13px;
    line-height: 1.85;
    color: #555;
    margin: 0;
}

.health-2026__note {
    font-size: 12px;
    color: #888;
    text-align: right;
    margin: 1.4em 0 0;
}

.health-2026__badge {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    align-items: center;
    background: #fbfcfe;
    border: 1px solid #e3e8f0;
    border-radius: 4px;
    padding: 2em 2em;
}

.health-2026__badge__image {
    height: 180px;
    background: #eef3f9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.health-2026__badge__text p {
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 1em;
    color: #333;
}

.health-2026__placeholder {
    color: #9aa5b5;
    font-size: 12px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .health-2026__intro { padding: 2.5em 20px 2em; }
    .health-2026__intro__title { font-size: 22px; }
    .health-2026__intro__title br { display: none; }
    .health-2026__intro__text { font-size: 13px; }
    .health-2026__intro__text br { display: none; }
    .health-2026__section { padding: 2em 20px; }
    .health-2026__section__title { font-size: 18px; }
    .health-2026__actions { grid-template-columns: 1fr; gap: 12px; }
    .health-2026__badge { grid-template-columns: 1fr; padding: 1.5em; gap: 20px; }
    .health-2026__badge__image { height: 140px; }
}

/* ==========================================================================
   8. サービスページ共通ナビ (service-nav-2026)
   カードデザインは page-410.php「6つの対応領域」を流用 / PC 3列×2段 / SP 1列
   ========================================================================== */
.service-nav-2026-block {
    margin-top: 80px;
}

.service-nav-2026-block__heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #1a2840;
    text-align: center;
    margin: 0 0 40px;
    position: relative;
    padding-bottom: 18px;
}

.service-nav-2026-block__heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #2191e8;
    margin: 18px auto 0;
}

@media (max-width: 768px) {
    .service-nav-2026-block {
        margin-top: 56px;
    }
    .service-nav-2026-block__heading {
        font-size: 22px;
        padding-bottom: 14px;
        margin-bottom: 32px;
    }
    .service-nav-2026-block__heading::after {
        margin-top: 14px;
        width: 48px;
    }
}

.service-nav-2026 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-nav-2026__item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 28px 24px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-nav-2026__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(26, 40, 64, .08);
}

.service-nav-2026__thumb {
    margin: -28px -24px 16px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.service-nav-2026__thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.service-nav-2026__title {
    font-size: 19px;
    font-weight: 700;
    color: #1a2840;
    margin: 0 0 6px;
    line-height: 1.5;
}

.service-nav-2026__body {
    font-size: 14px;
    line-height: 1.85;
    color: #444;
    margin: 0;
}

.service-nav-2026__more {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2191e8;
    text-decoration: none;
    border-bottom: 1px solid #2191e8;
    padding-bottom: 2px;
    transition: color .2s, border-color .2s;
}

.service-nav-2026__more::after {
    content: "→";
    margin-left: 8px;
    transition: transform .2s;
}

.service-nav-2026__more:hover { color: #1976c2; }
.service-nav-2026__more:hover::after { transform: translateX(4px); }

@media (max-width: 1024px) {
    .service-nav-2026 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .service-nav-2026 { grid-template-columns: 1fr; gap: 16px; }
    .service-nav-2026__item { padding: 22px 20px; }
    .service-nav-2026__thumb { margin: -22px -20px 14px; }
    .service-nav-2026__thumb img { height: 160px; }
}

/* ==========================================================================
   9. section1 統合 — business-2026 とマージ後の説明テキスト
   ========================================================================== */
.section1__desc-2026 {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin: 0 0 2em;
    max-width: 600px;
}

@media screen and (max-width: 768px) {
    .section1__desc-2026 {
        font-size: 13px;
        line-height: 1.8;
    }
}

/* ==========================================================================
   10. 提供サービス カスタムスライダー (section2--2026)
   元の section2 ホバー拡縮UIを保ちつつ、6項目を4枚表示→矢印送り
   ========================================================================== */
#section2.section2--2026 {
    padding: 5em 0 6em;
}

/* section1（ウォータージェット工法）からの視覚的な連続性
   section1と同じ薄青グラデで提供サービスを"内包"しているように見せる */
#section2.section2--bridge {
    padding-top: 0;
    padding-bottom: 6em;
    background: linear-gradient(to right, #e9f0fa 0%, #f6f8fb 100%);
    margin-top: -1px; /* section1との段差を消す */
}
#section1.section1--with-services .inner {
    padding-bottom: 5em;
}

/* section2 / section2-2 見出し下の説明テキスト（中央寄せ・読み物幅）*/
.section2__desc-2026,
.section2-2__desc-2026 {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin: 1em auto 2.5em;
    max-width: 760px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #section2.section2--bridge {
        background: linear-gradient(to right, #e9f0fa 0%, #f6f8fb 100%);
        padding-bottom: 3.5em;
    }
    /* SPはsection1のWJ画像表示領域（75vw）を維持。padding-bottomは元のままにする */
    #section1.section1--with-services .inner {
        padding-bottom: 75vw;
    }

    .section2__desc-2026,
    .section2-2__desc-2026 {
        font-size: 13px;
        line-height: 1.9;
        text-align: left;
        margin: 0.8em auto 2em;
        padding: 0 4%;
    }
}

/* --- viewport: 4枚分だけ見せる --- */
.section2-viewport-2026 {
    position: relative;
    overflow: hidden;
}

.section2-viewport-2026__clip {
    /* アニメーションはJS側で制御 */
}

/* ul を6枚幅に広げ、flex-wrapを解除 */
#section2.section2--2026 .section2__box {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}

/* 各 li を25%幅に固定（flex-shrink:0で縮小防止） */
#section2.section2--2026 .section2__box li {
    flex-shrink: 0;
    width: 25%;
}

/* ホバー時の拡縮アニメーション — common.css の .section2__box li:hover(0-1-2) より
   詳細度を上げて確実に効かせる */
@media screen and (min-width: 769px) {
    #section2.section2--2026 .section2__box li:hover {
        width: 44vw;
    }
}

/* SP用: nth-child 5,6 の背景画像 */
@media screen and (max-width: 768px) {
    #section2.section2--2026 .section2__box li:nth-child(5) {
        background-image: url(../images/top/section2-2_bg01_sp.jpg) !important;
    }
    #section2.section2--2026 .section2__box li:nth-child(6) {
        background-image: url(../images/top/section2-2_bg02_sp.jpg) !important;
    }
    /* SP: 縦積み時はスライダー不要、全項目表示 */
    #section2.section2--2026 .section2__box {
        flex-direction: column;
    }
    .section2-viewport-2026 { overflow: visible; }
    .section2-viewport-2026__clip { transform: none !important; }
    #section2.section2--2026 .section2__box li {
        width: 100%;
    }
    .section2-arrow-2026,
    .section2-arrow-2026--prev,
    .section2-arrow-2026--next {
        display: none !important;
    }
}

/* --- 矢印ボタン --- */
.section2-arrow-2026 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2-arrow-2026:hover {
    background: #2191e8;
    color: #fff;
    box-shadow: 0 4px 16px rgba(33, 145, 232, 0.35);
}

.section2-arrow-2026.is-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.section2-arrow-2026--prev { left: 16px; }
.section2-arrow-2026--next { right: 16px; }

/* --- VIEW MORE --- */
.service-slider-2026__more {
    text-align: center;
    padding: 2em 0 0;
}

/* ===============================================
   page-6093.php (車両展示装置・立体駐車場) 2026
   =============================================== */

/* 2カラム横並び（ATD事業の特長 / 主な実績・取扱製品） */
.zidou-2024__2col {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 0 80px;
}
.zidou-2024__2col > .zidou-2024__box {
    width: calc(50% - 15px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.zidou-2024__2col > .zidou-2024__box .zidou-2024__flex {
    flex: 1;
    display: flex;
    align-items: stretch;
}
.zidou-2024__2col > .zidou-2024__box .zidou-2024__box02 {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zidou-2024__2col > .zidou-2024__box .zidou-2024__box02--list {
    justify-content: flex-start;
}

/* box02 のフル幅・リスト modifier */
.zidou-2024__box02.zidou-2024__box02--full {
    width: 100%;
    max-width: none;
    padding: 60px 40px;
    text-align: center;
    box-sizing: border-box;
}
.zidou-2024__box02--full .txt {
    text-align: left;
    font-size: 15px;
    line-height: 2;
}
.zidou-2024__box02.zidou-2024__box02--list {
    padding: 60px 40px;
    text-align: left;
}
.zidou-2024__box02--list ul {
    list-style: disc;
    padding-left: 1.5em;
    font-size: 15px;
    line-height: 2;
    margin: 0;
}
.zidou-2024__box02--list ul li {
    margin: 0 0 .3em;
}

@media (max-width: 768px) {
    .zidou-2024__2col {
        gap: 24px;
        margin: 30px 0 50px;
    }
    .zidou-2024__2col > .zidou-2024__box {
        width: 100%;
    }
    .zidou-2024__box02.zidou-2024__box02--full,
    .zidou-2024__box02.zidou-2024__box02--list {
        padding: 36px 22px;
    }
}

/* ===============================================
   ATD-section カルーセル
   =============================================== */
.atd-section {
    padding-top: 30px;
}
.atd-slider-wrap {
    margin: 30px 0 0;
    position: relative;
}
.atd-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}
.atd-slider__item {
    padding: 0 12px;
    box-sizing: border-box;
}
.atd-slider__thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
    margin-bottom: 14px;
}
.atd-slider__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.atd-slider__item:hover .atd-slider__thumb img {
    transform: scale(1.04);
}
.atd-slider__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #222;
    line-height: 1.4;
}
.atd-slider__text {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

/* Slick 初期化前ちらつき防止 */
.atd-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}
.atd-slider:not(.slick-initialized) .atd-slider__item {
    flex: 0 0 25%;
    max-width: 25%;
}

/* Slick UI */
.atd-slider .slick-slide { height: auto; }
.atd-slider .slick-prev,
.atd-slider .slick-next {
    width: 38px;
    height: 38px;
    z-index: 5;
}
.atd-slider .slick-prev { left: -10px; }
.atd-slider .slick-next { right: -10px; }
.atd-slider .slick-prev:before,
.atd-slider .slick-next:before {
    color: #2191e8;
    font-size: 30px;
    opacity: 1;
}
.atd-slider .slick-dots {
    margin-top: 10px;
    position: static;
}

.atd-section .info__btn.morebtn {
    margin-top: 40px;
    text-align: center;
    display: block;
}

@media (max-width: 768px) {
    .atd-slider__item {
        padding: 0 6px;
    }
    .atd-slider:not(.slick-initialized) .atd-slider__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ===============================================
   MULTI-STORY PARKING GARAGE セクション
   =============================================== */
.msp-section {
    padding-top: 30px;
}

/* 立体駐車場サポート 3項目（各itemの下に画像2枚） */
.msp__support {
    margin: 30px 0 60px;
}
.msp__support__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.msp__support__item {
    background: #f6f6f6;
    border-radius: 12px;
    padding: 28px 32px;
}
.msp__support__head {
    font-size: 18px;
    font-weight: 700;
    color: #2191e8;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #2191e8;
}
.msp__support__detail {
    list-style: disc;
    padding-left: 1.4em;
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}
.msp__support__detail > li {
    margin-bottom: .2em;
}
.msp__support__desc {
    margin: 16px 0 22px;
    font-size: 14px;
    line-height: 1.85;
    color: #444;
}
.msp__support__images {
    display: flex;
    gap: 20px;
    margin: 0;
}
.msp__support__images__item {
    width: calc(50% - 10px);
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}
.msp__support__images__item img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 8px;
    background: #f5f5f5;
}
.msp__support__images__item figcaption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-weight: 500;
}

/* 立体駐車場 3カラム見出し */
.msp__3col-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 60px 0 28px;
    color: #222;
    line-height: 1.5;
}

/* 3カラム比較ブロック */
.msp__3col {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}
.msp__3col__item {
    width: calc((100% - 40px) / 3);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0 0 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.msp__3col__tab {
    background: #2191e8;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 8px;
    letter-spacing: .05em;
}
.msp__3col__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5;
}
.msp__3col__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.msp__3col__subhead {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 20px 14px 14px;
    color: #222;
}
.msp__3col__list {
    list-style: disc;
    padding: 0 1.6em 0 2.4em;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.msp__3col__list > li {
    margin-bottom: .3em;
}
.msp__3col__desc {
    margin: 16px 22px 0;
    font-size: 13px;
    line-height: 1.75;
    color: #444;
}

@media (max-width: 768px) {
    .msp__support__item {
        padding: 22px 22px;
    }
    .msp__support__head {
        font-size: 16px;
    }
    .msp__support__detail {
        font-size: 14px;
    }
    .msp__support__desc {
        font-size: 13px;
    }
    .msp__support__images {
        gap: 10px;
    }
    .msp__support__images__item {
        width: calc(50% - 5px);
    }
    .msp__support__images__item figcaption {
        font-size: 12px;
    }
    .msp__3col-title {
        font-size: 18px;
        margin: 40px 0 20px;
    }
    .msp__3col {
        flex-direction: column;
        gap: 16px;
    }
    .msp__3col__item {
        width: 100%;
    }
}

/* ============================================================
   page-17 製品カタログ・製品情報 アコーディオン／アンカー群
   ============================================================ */

/* アンカーボタン群 */
.page17-anchors {
    margin: 30px 0 50px;
    padding: 28px 32px;
    background: #f3f6fb;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
}
.page17-anchors__block + .page17-anchors__block {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #dbe3ee;
}
.page17-anchors__lead {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #1f2a44;
    letter-spacing: .04em;
}
.page17-anchors__sub + .page17-anchors__sub {
    margin-top: 18px;
}
.page17-anchors__sublead {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #516ab6;
}
.page17-anchors__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}
.page17-anchors__btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px 10px 32px;
    min-height: 40px;
    position: relative;
    background: #fff;
    border: 1px solid #c8d2e3;
    border-radius: 999px;
    color: #1f2a44;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.page17-anchors__btn::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #516ab6;
    border-bottom: 2px solid #516ab6;
    transform: translateY(-75%) rotate(45deg);
}
.page17-anchors__btn:hover {
    background: #516ab6;
    border-color: #516ab6;
    color: #fff;
    transform: translateY(-1px);
}
.page17-anchors__btn:hover::before {
    border-color: #fff;
}

/* セクション見出し */
.page17-section {
    margin: 60px 0 40px;
    scroll-margin-top: 100px;
}
.page17-section__title {
    margin: 0 0 24px;
    padding: 0 0 12px;
    font-size: 26px;
    font-weight: 700;
    color: #1f2a44;
    border-bottom: 3px solid #516ab6;
    letter-spacing: .04em;
}
.page17-subtitle {
    margin: 32px 0 16px;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #516ab6;
    border-radius: 4px;
    letter-spacing: .04em;
}

/* アコーディオン（details/summary） */
.page17-acc {
    margin: 0 0 14px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    scroll-margin-top: 100px;
}
.page17-acc__summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 96px 18px 24px;
    position: relative;
    background: #eaf3ff;
    font-size: 17px;
    font-weight: 700;
    color: #1f2a44;
    transition: background .2s ease;
}
.page17-acc__toggle-label {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #516ab6;
    font-family: "Arial", sans-serif;
    line-height: 1;
    pointer-events: none;
}
.page17-acc__toggle-label::before { content: "OPEN"; }
.page17-acc[open] .page17-acc__toggle-label::before { content: "CLOSE"; }
.page17-acc__summary::-webkit-details-marker { display: none; }
.page17-acc__summary:hover {
    background: #dfeaf9;
}
.page17-acc__title {
    display: inline-block;
    vertical-align: middle;
}
.page17-acc__count {
    margin-left: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #5b6b86;
}
.page17-acc__icon {
    position: absolute;
    right: 24px;
    top: 55%;
    width: 14px;
    height: 14px;
    margin-top: -10px;
}
.page17-acc__icon::before,
.page17-acc__icon::after {
    content: "";
    position: absolute;
    background: #516ab6;
    transition: transform .25s ease;
}
.page17-acc__icon::before {
    top: 6px; left: 0; width: 14px; height: 2px;
}
.page17-acc__icon::after {
    top: 0; left: 6px; width: 2px; height: 14px;
}
.page17-acc[open] .page17-acc__icon::after {
    transform: scaleY(0);
}
.page17-acc__body {
    padding: 24px;
    border-top: 1px solid #e6ecf5;
}

/* 製品カタログ既存リスト調整 */
.page17-acc__body .catalog__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}
.page17-acc__body .catalog__list > li {
    width: calc((100% - 60px) / 4);
    margin: 0; /* common.css の width:242px / margin-right:44px 指定を打ち消し、カラム幅を統一（2026-06-12） */
}
@media screen and (min-width: 769px) {
    .page17-acc__body .catalog__list > li:not(:nth-child(4n)) {
        margin-right: 0; /* common.css の nth-child margin を打ち消し（2026-06-12） */
    }
}
.page17-acc__body .catalog__list img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e6ecf5;
}
.page17-acc__body .catalog__list__title {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

/* 製品一覧 */
.page17-products__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}
.page17-products__item {
    width: calc((100% - 60px) / 4);
}
.page17-products__inner {
    display: block;
    color: #1f2a44;
}
.page17-products__thumb {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e6ecf5;
    background: #fafbfd;
}
.page17-products__noimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f0f3f8;
    border: 1px solid #e6ecf5;
    color: #9aa6bb;
    font-size: 12px;
    letter-spacing: .08em;
}
.page17-products__title {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
/* 製品カード カテゴリ・使用用途（2026-06-12） */
.page17-products__cat {
    display: inline-block;
    margin: 8px 0 0;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.6;
    color: #2c4b9b;
    background: #eaf3ff;
    border: 1px solid #c5d8f2;
    border-radius: 999px;
    letter-spacing: .04em;
}
.page17-products__cat + .page17-products__title {
    margin-top: 4px;
}
.page17-products__usage {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #5a687d;
}

@media screen and (max-width: 768px) {
    .page17-anchors {
        margin: 20px 0 30px;
        padding: 20px 16px;
        border-radius: 8px;
    }
    .page17-anchors__lead {
        font-size: 16px;
    }
    .page17-anchors__btn {
        padding: 9px 14px 9px 28px;
        font-size: 13px;
        min-height: 36px;
    }
    .page17-anchors__btn::before {
        left: 12px;
        width: 7px;
        height: 7px;
    }
    .page17-section {
        margin: 40px 0 30px;
    }
    .page17-section__title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .page17-subtitle {
        font-size: 16px;
        padding: 9px 12px;
        margin: 24px 0 14px;
    }
    .page17-acc__summary {
        padding: 14px 82px 14px 16px;
        font-size: 15px;
    }
    .page17-acc__count {
        display: block;
        margin-left: 0;
        margin-top: 4px;
        font-size: 12px;
    }
    .page17-acc__icon {
        right: 18px;
    }
    .page17-acc__toggle-label {
        right: 40px;
        font-size: 11px;
        letter-spacing: .06em;
    }
    .page17-acc__body {
        padding: 16px;
    }
    .page17-acc__body .catalog__list,
    .page17-products__list {
        gap: 18px 12px;
    }
    .page17-acc__body .catalog__list > li,
    .page17-products__item {
        width: calc((100% - 12px) / 2);
    }
    .page17-products__title,
    .page17-acc__body .catalog__list__title {
        font-size: 12px;
    }
}

/* ============================================================
   page-17 製品紹介動画
   ============================================================ */
.page17-video__grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 24px;
}
.page17-video__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #004ea1;
    line-height: 1.5;
}
.page17-video__embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
    border-radius: 4px;
}
.page17-video__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media screen and (max-width: 768px) {
    .page17-video__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .page17-video__title {
        font-size: 15px;
    }
}

/* ============================================================
   page-6107 よくあるご質問（FAQ）
   ============================================================ */

/* アンカーボタン群 */
.faq6107-anchors {
    margin: 30px 0 60px;
    padding: 28px 32px;
    background: #f3f6fb;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
}
.faq6107-anchors__lead {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #1f2a44;
    letter-spacing: .04em;
}
.faq6107-anchors__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}
.faq6107-anchors__btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px 10px 32px;
    min-height: 40px;
    position: relative;
    background: #fff;
    border: 1px solid #c8d2e3;
    border-radius: 999px;
    color: #1f2a44;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.faq6107-anchors__btn::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #516ab6;
    border-bottom: 2px solid #516ab6;
    transform: translateY(-75%) rotate(45deg);
}
.faq6107-anchors__btn:hover {
    background: #516ab6;
    border-color: #516ab6;
    color: #fff;
    transform: translateY(-1px);
}
.faq6107-anchors__btn:hover::before {
    border-color: #fff;
}
.faq6107-anchors__count {
    margin-left: 4px;
    font-size: 12px;
    color: inherit;
    opacity: .75;
}

/* セクション */
.faq6107-section {
    margin: 60px 0 50px;
    scroll-margin-top: 100px;
}
.faq6107-section__title {
    margin: 0 0 24px;
    padding: 0 0 12px;
    font-size: 26px;
    font-weight: 700;
    color: #1f2a44;
    border-bottom: 3px solid #516ab6;
    letter-spacing: .04em;
}

/* Q&Aリスト */
.faq6107-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq6107-item + .faq6107-item {
    margin-top: 14px;
}

/* アコーディオン本体 */
.faq6107-acc {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.faq6107-acc__summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 100px 20px 64px;
    position: relative;
    background: #eaf3ff;
    font-size: 17px;
    font-weight: 700;
    color: #1f2a44;
    line-height: 1.6;
    transition: background .2s ease;
}
.faq6107-acc__toggle-label {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #516ab6;
    font-family: "Arial", sans-serif;
    line-height: 1;
    pointer-events: none;
}
.faq6107-acc__toggle-label::before { content: "OPEN"; }
.faq6107-acc[open] .faq6107-acc__toggle-label::before { content: "CLOSE"; }
.faq6107-acc__summary::-webkit-details-marker { display: none; }
.faq6107-acc__summary:hover {
    background: #dfeaf9;
}
.faq6107-acc__mark {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #516ab6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    letter-spacing: 0;
}
.faq6107-acc__question {
    display: inline-block;
    vertical-align: middle;
}
.faq6107-acc__icon {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
}
.faq6107-acc__icon::before,
.faq6107-acc__icon::after {
    content: "";
    position: absolute;
    background: #516ab6;
    transition: transform .25s ease;
}
.faq6107-acc__icon::before {
    top: 6px; left: 0; width: 14px; height: 2px;
}
.faq6107-acc__icon::after {
    top: 0; left: 6px; width: 2px; height: 14px;
}
.faq6107-acc[open] .faq6107-acc__icon::after {
    transform: scaleY(0);
}

/* 回答ブロック */
.faq6107-acc__body {
    position: relative;
    padding: 24px 24px 26px 64px;
    border-top: 1px solid #e6ecf5;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    transition: height .32s cubic-bezier(.4,0,.2,1), opacity .25s ease;
}
.faq6107-acc.is-animating .faq6107-acc__body {
    will-change: height, opacity;
}
.faq6107-acc__body .faq6107-acc__mark--a {
    background: #d9534f;
    top: 28px;
    transform: none;
}
.faq6107-acc__answer {
    font-size: 15px;
    line-height: 1.9;
    color: #2d3a5b;
}

@media screen and (max-width: 768px) {
    .faq6107-anchors {
        margin: 20px 0 36px;
        padding: 20px 16px;
        border-radius: 8px;
    }
    .faq6107-anchors__lead {
        font-size: 16px;
    }
    .faq6107-anchors__btn {
        padding: 9px 14px 9px 28px;
        font-size: 13px;
        min-height: 36px;
    }
    .faq6107-anchors__btn::before {
        left: 12px;
        width: 7px;
        height: 7px;
    }
    .faq6107-anchors__count {
        font-size: 11px;
    }
    .faq6107-section {
        margin: 40px 0 36px;
    }
    .faq6107-section__title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .faq6107-acc__summary {
        padding: 16px 78px 16px 52px;
        font-size: 15px;
        line-height: 1.55;
    }
    .faq6107-acc__mark {
        left: 12px;
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    .faq6107-acc__icon {
        right: 16px;
    }
    .faq6107-acc__toggle-label {
        right: 38px;
        font-size: 11px;
        letter-spacing: .06em;
    }
    .faq6107-acc__body {
        padding: 18px 16px 20px 52px;
    }
    .faq6107-acc__body .faq6107-acc__mark--a {
        top: 20px;
    }
    .faq6107-acc__answer {
        font-size: 14px;
        line-height: 1.85;
    }
}

/* ----------------------------------------
    Floating Banner (追従バナー)
---------------------------------------- */
.floatingBanner {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 320px;
    max-width: calc(100vw - 40px);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
    pointer-events: none;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.floatingBanner.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.floatingBanner__link {
    display: block;
    line-height: 0;
    transition: opacity .2s ease;
}

.floatingBanner__link:hover {
    opacity: .85;
}

.floatingBanner__link img {
    width: 100%;
    height: auto;
    display: block;
}

@media all and (max-width: 768px) {
    .floatingBanner {
        right: 12px;
        bottom: 12px;
        left: auto;
        width: 200px;
        max-width: calc(100vw - 24px);
        box-shadow: 0 6px 24px rgba(0, 0, 0, .18);
    }
}

/* SPメニュー展開時はメニュー背面に隠す */
body.open .floatingBanner,
body.open .floatingBanner.is-visible {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}


/* ==========================================================================
   インフラ補修ページ - 鋼構造物の補修・補強（JPL工法）セクション
   ========================================================================== */

/* ttl01 直後に置く ttl01_b の余白確保 */
.infrastructure-2024__ttl01 + .infrastructure-2024__ttl01_b {
    margin-top: 26px;
}

/* 概要 - リードテキスト（フル幅） */
.infrastructure-2024__overview_lead {
    font-size: 16px;
    line-height: 1.95;
    color: #333;
    background: #ededed;
    padding: 24px 32px;
    border-radius: 40px 0 40px 0;
    margin: 16px 0 24px;
}

/* 概要 - 2flex内 画像コンテナ */
.infrastructure-2024__overview_img {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 8px;
}

.infrastructure-2024__overview_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 特許 / NETIS 2カラムグリッド */
.infrastructure-2024__patent_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0 0;
}

.infrastructure-2024__patent_grid_item {
    background: #fff;
    border: 1px solid #d6dce5;
    border-radius: 8px;
    padding: 20px 24px;
}

.infrastructure-2024__patent_grid_ttl {
    font-size: 15px;
    font-weight: bold;
    color: #002060;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 2px solid #002060;
    letter-spacing: 0.04em;
}

.infrastructure-2024__patent_grid_item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.infrastructure-2024__patent_grid_item ul li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.infrastructure-2024__patent_grid_item ul li + li {
    margin-top: 10px;
}

.infrastructure-2024__patent_grid_item ul li::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #002060;
}

.infrastructure-2024__patent_grid_code {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #002060;
    background: #eef2f8;
    padding: 2px 10px;
    border-radius: 4px;
    margin-top: 4px;
    letter-spacing: 0.04em;
}

.infrastructure-2024__lead_b {
    font-size: 20px;
    font-weight: bold;
    color: #002060;
    line-height: 1.7;
    margin: 10px 0 16px;
    padding-left: 14px;
    border-left: 4px solid #389CEA;
}

/* 特徴・用途 3カラム画像 */
.infrastructure-2024__3img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 25px 0 0;
}

.infrastructure-2024__3img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/* 特徴 - 仕組み図（横長画像 単独表示・コンテンツ幅64%） */
.infrastructure-2024__feature_diagram {
    width: 64%;
    margin: 25px auto 0;
}

.infrastructure-2024__feature_diagram img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* 特徴 - 作業写真 2カラム */
.infrastructure-2024__2img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 16px 0 0;
}

.infrastructure-2024__2img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/* 魅力 6カードグリッド */
.infrastructure-2024__merit_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0 0;
}

.infrastructure-2024__merit_card {
    background: #ededed;
    border-radius: 40px 0 40px 0;
    padding: 24px 26px 26px;
    position: relative;
}

.infrastructure-2024__merit_card_num {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #fff;
    background: #002060;
    padding: 4px 14px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.infrastructure-2024__merit_card_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #002060;
    line-height: 1.5;
    margin-bottom: 10px;
}

.infrastructure-2024__merit_card_txt {
    font-size: 14px;
    line-height: 1.85;
    color: #333;
}

.infrastructure-2024__use_caption {
    font-size: 16px;
    line-height: 1.8;
    color: #002060;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 14px 22px;
    background: #f0f4fa;
    border-left: 4px solid #002060;
    border-radius: 0 8px 8px 0;
}

.infrastructure-2024__big_img {
    width: 64%;
    margin: 20px auto 0;
}

.infrastructure-2024__big_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

@media screen and (max-width: 768px) {
    .infrastructure-2024__ttl01 + .infrastructure-2024__ttl01_b {
        margin-top: 18px;
    }

    .infrastructure-2024__overview_lead {
        font-size: 14px;
        padding: 18px 22px;
        border-radius: 30px 0 30px 0;
    }

    .infrastructure-2024__overview_img {
        aspect-ratio: 16 / 10;
    }

    .infrastructure-2024__patent_grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 20px;
    }

    .infrastructure-2024__patent_grid_item {
        padding: 16px 18px;
    }

    .infrastructure-2024__patent_grid_ttl {
        font-size: 14px;
    }

    .infrastructure-2024__patent_grid_item ul li {
        font-size: 13px;
    }

    .infrastructure-2024__patent_grid_code {
        font-size: 11px;
    }

    .infrastructure-2024__3img {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .infrastructure-2024__3img img {
        aspect-ratio: 3 / 4;
        border-radius: 6px;
    }

    .infrastructure-2024__feature_diagram {
        width: 100%;
        margin-top: 20px;
    }

    .infrastructure-2024__2img {
        gap: 8px;
        margin-top: 12px;
    }

    .infrastructure-2024__2img img {
        aspect-ratio: 3 / 4;
        border-radius: 6px;
    }

    .infrastructure-2024__merit_grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .infrastructure-2024__merit_card {
        padding: 20px 22px;
        border-radius: 30px 0 30px 0;
    }

    .infrastructure-2024__merit_card_ttl {
        font-size: 16px;
    }

    .infrastructure-2024__merit_card_txt {
        font-size: 13px;
    }

    .infrastructure-2024__lead_b {
        font-size: 17px;
        padding-left: 12px;
    }

    .infrastructure-2024__use_caption {
        font-size: 14px;
        padding: 12px 16px;
    }

    .infrastructure-2024__big_img {
        width: 100%;
        margin-top: 16px;
    }
}
