@charset "utf-8"; /* =====================================================================
  デザインシステム・カラー定義
  ===================================================================== */
:root {
    /* メインカラー: サーマル・オレンジ */
    --pri: #FF4500;
    --pri-grad: linear-gradient(135deg, #F26400 0%, #FF4500 100%);
    /* サブカラー: テクニカル・ダーク */
    --pri-dark: #21272E;
    /* 背景色: テクニカル・ホワイト & クール・グレー */
    --c0: #FFFFFF;
    --c1: #F4F5F7;
    /* アクセント: サーモ・イエロー */
    --acc: #ffa800;
    /* テキスト: ダーク・スレート */
    --txt: #333333;
    /* ボーダー */
    --ln: #21272E;
}

/* =====================================================================
  汎用プレースホルダー用スタイル
  ===================================================================== */
.c-sec--detail {
    background: var(--c1);
}
.c-sec--detail .l-stack-l {
    gap: var(--s10);
}

#knowledge .l-grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* 見出しスタイル */
.c-h2 {
    font-size: var(--fs-xxl);
    font-weight: 700;
    text-align: center;
    color: var(--pri-dark);
    position: relative;
    padding-bottom: var(--s2);
    line-height: 1.3;
    margin-block: 0 -1rem;
    }

.c-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--s10);
    height: 4px;
    background: var(--pri);
}

.c-h2__highlight {
    display: block;
}

.c-h3 {
    font-size: var(--fs-2xl);
    font-weight: bold;
    color: var(--txt);
    /* text-align: center; */
    /* border-left: 8px solid var(--pri); */
    /* padding: var(--s1) var(--s2); */
    /* background: var(--c1); */
}

.c-h4 {
    font-size: var(--fs-l);
    font-weight: 700;
    color: var(--pri-dark);
    padding-bottom: var(--s1);
    border-bottom: 2px solid var(--pri);
    margin-block: var(--s5) 0; }

/* 見出し内リンク */ .c-hlink {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 0 var(--s5);
    background: url("img/arrow-s.svg") no-repeat center right / auto 0.8em;
    transition: opacity 0.2s ease;
}

.c-hlink:hover {
    text-decoration: none;
    opacity: 0.6;
}

/* テキストユーティリティ */
.c-lead {
    margin-bottom: var(--s3);
    color: var(--txt);
    font-size: var(--fs-md);
    line-height: 1.6;
}

.c-desc {
    margin: auto;
    max-width: 90rem;
    color: var(--txt);
}

/* =============================================================
  ヘッダー
  ============================================================= */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--s2) 0;
    z-index: 100;
    background: transparent;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5rem 2rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.header-logo img {
    width: 20rem;
    height: auto;
}

.header-nav-list {
    display: flex;
    align-items: center;
    gap: var(--s4);
}

.header-nav-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
}

.header-nav-item a:hover {
    opacity: 0.6;
}

.header-nav-item--contact a {
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 40%), radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.15) 0%, transparent 30%), radial-gradient(circle at 30% 50%, #e55b06 0%, var(--pri) 100%);
    color: var(--white);
    padding: var(--s1) var(--s2);
    border-radius: 50px;
}

/* 固定時のスタイル */
.header-nav.is-fixed {
    position: fixed;
    top: 7%;
    right: 0;
    width: 14rem;
    z-index: 1000;
    padding: var(--s1) 0 0;
    background: var(--c1);
    font-weight: 700;
    border: 1px solid #234d6d;
}

.header-nav.is-fixed .header-nav-item a {
    color: var(--acc-dark);
    padding: 0 1.5rem;
    background: url(img/arrow-s.svg) no-repeat top 0.5em right 0.8em / auto 0.8em;
    display: block;
    width: 100%;
}

.header-nav.is-fixed .header-nav-item--contact a {
    color: #ffffff;
}

.header-nav.is-fixed.header-nav-item {
    padding-left: 2rem;
}

.header-nav.is-fixed.header-nav-item.header-nav-item--contact {
    padding-left: 3px;
}

@keyframes slideInDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header-nav.is-fixed .header-nav-list {
    justify-content: flex-end;
    margin: 0 auto;
    padding: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: var(--s1);
    align-items: stretch;
}

/* =============================================================
  メインビジュアル
  ============================================================= */
#main-visual {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 65vh;
    background: var(--white);
    overflow: hidden;
}

#main-visual.header-area--low-mv {
    min-height: 12vh;
}

#main-visual .swiper {
    position: absolute;
}

/* 右側の画像背景スライダー */
.mv-bg-swiper {
    position: absolute;
    top: 0;
    right: -10rem;
    width: 70%;
    /* 右側に寄せるため、全体ではなく70%程度に設定 */
    height: 100%;
    z-index: 1;
}

.mv-bg-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
    transition: transform 10s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    /* ゆっくりとしたズーム効果 */
}

.mv-bg-swiper .swiper-slide-active img {
    transform: scale(1);
    /* アクティブな時に少し大きく */
}

/* 左側のオレンジ背景（斜め分割） */
.mv-bg-orange {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 40%), radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.15) 0%, transparent 30%), radial-gradient(circle at 30% 70%, #911e00 0%, #fe3d00 60%, #600c0c 100%);
    clip-path: polygon(0 0, 60% 0, 40% 100%, 0 100%);
    z-index: 2;
}

#main-visual.header-area--low-mv .mv-bg-orange {
    clip-path: polygon(0 0, 85% 0, 80% 100%, 0 100%);
}

#main-visual.header-area--low-mv .mv-bg-swiper {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    z-index: 1;
}

.mv-slide-text {
    position: relative;
    z-index: 3;
    padding: 8rem 5rem 5rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    /* 左側に寄せる */
}

.mv-content {
    max-width: 55%;
    /* テキストがオレンジ背景内に収まるように制限 */
}

.mv-slide-title {
    margin: 0;
    font-size: clamp(4.0rem, 6vw, 7rem);
    /* 少しサイズを調整して収まりを良くする */
    font-weight: 900;
    line-height: 1.1;
    color: var(--white);
    letter-spacing: -0.04em;
    margin-bottom: var(--s6);
}

.mv-title-sub {
    display: block;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: 700;
    /* margin-bottom: var(--s2); */
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: var(--white);
}

.mv-slide-desc {
    margin-top: var(--s2);
    color: var(--white);
    font-size: var(--fs-m);
    line-height: 1.6;
    font-weight: 700;
    max-width: 65rem;
}

.mv-slide-desc span {
    font-weight: bold;
    /* background: linear-gradient(transparent 25%, #c64200 100%); */
    /* color: var(--pri-dark); */
    font-size: 2.2rem;
    border-bottom: 1px solid #ffffff;
}

.mv-slide-desc br {
    display: block;
    margin-bottom: 0.5em;
    content: "";
}

/* SP対応 */
@media screen and (max-width: 767px) {
    #main-visual {
        min-height: 70vh;
        display: block;
        padding-top: 40vh;
    }

    .mv-bg-orange {
        clip-path: polygon(0 0, 100% 0, 100% 40%, 0 50%);
        height: 200%;
        top: 0;
        background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 40%), radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.15) 0%, transparent 30%), radial-gradient(circle at 30% 70%, #911e00 0%, #a32700 60%, #600c0c 100%);
    }

    .mv-bg-swiper {
        height: 20%;
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0;
    }

    .mv-slide-text {
        padding: 5rem var(--s1) 0;
    }

    .mv-slide-desc {
        font-size: 4vw;
    }

    .mv-slide-desc span {
        font-size: 4vw;
    }
}

.c-cardHeading {
    margin: 0;
    display: contents;
}

.gnavi-list__link::after {
    background-image: url("img/arrow-s.svg");
}

.gnavi-list__link--toggle::after {
    background-image: url("img/arrow-s-down.svg");
}

/* カードコンポーネント */
.c-card {
    background: var(--white);
    padding: var(--s3);
    box-shadow: var(--c1);
}

.c-card--large {
    padding: var(--s4);
}

.c-sec--detail .c-card--large {
    padding: var(--s4) calc((100% - 90rem) / 2) var(--s6);
    background: #fff;
}

.c-card--small {
    padding: var(--s2);
}

.c-cardTitle {
    font-size: var(--fs-lg);
    font-weight: 700;
    margin: 0 0 var(--s2);
    color: var(--txt);
}

/* バッジコンポーネント */
.c-badge {
    text-align: center;
    padding: var(--s1) var(--s2);
    background: var(--pri);
    color: white;
    font-size: var(--fs-xl);
    font-weight: bold;
    margin-bottom: 0;
    /* ギャップなしの縦積みのため */
    display: block;
}

/* テーブルコンポーネント */
.c-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.c-table th, .c-table td {
    padding: var(--s3) var(--s2) 5px;
    text-align: left;
    border-bottom: 1px solid var(--ln);
}

.c-table tr:last-child th, .c-table tr:last-child td {
    /* border-bottom: none; */
}

.c-table th {
    /* background: var(--c2); */
    font-weight: bold;
    color: var(--txt);
    width: 20%;
    border-bottom: 2px solid var(--ln);
}

/* =============================================================
  簡易訴求カード subgrid 対応
  ============================================================= */
#recommended {
    background-color: var(--white);
    background-image: linear-gradient(rgba(33, 39, 46, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(33, 39, 46, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    position: relative;
    padding: 5rem 0 15rem;
}

#recommended .l-stack-l {
    gap: var(--s2);
}

#recommended .l-stack-l .caption {
    text-align: left;
    margin-top: -0.5em;
}

#recommended::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(33, 39, 46, 0.1) 2px, transparent 2px), linear-gradient(90deg, rgba(33, 39, 46, 0.1) 2px, transparent 2px);
    background-size: 150px 150px;
    pointer-events: none;
    z-index: -1;
}

/* カードラッパー（バッジ + カード）の縦積みレイアウト */
.c-card-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0;
    border: 1px solid var(--pri-dark);
    /* 枠線を太く */
    background: var(--white);
    /* box-shadow: 10px 10px 0px rgba(33, 39, 46, 0.1); */
    /* 硬めの影 */
    transition: transform 0.2s ease;
}

/* カード自体を縦フレックスにして汎用化（可変要素対応） */
.c-card--grid {
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    flex: 1;
    padding: var(--s3);
    position: relative;
}

.c-card--grid .btn-internal, .c-card--grid .btn-anchor, .c-card--grid .btn-web, .c-card--grid .btn-tel {
    margin: 0 auto;
}

.c-card--grid img {
    max-width: 100%;
    /* height: auto; */
    width: auto;
    vertical-align: bottom;
    /* object-fit: cover; */
    height: 18rem;
    margin: 0 auto;
}

.c-card--grid .caption {
    margin-top: -1em;
    display: flex;
    /* 子要素を横並びにする */
    overflow-x: auto;
    /* 横方向のオーバーフローを許可（スクロール） */
    white-space: nowrap;
    /* 子要素が折り返さないようにする */
    -webkit-overflow-scrolling: touch;
    /* iOSでスムーズにスクロールさせる */
    /* アイテム間の隙間（お好みで） */
}

.c-card-wrapper .c-cardSubtitle {
    font-size: 2rem;
    font-weight: 700;
    background: #ff4601;
    color: var(--white);
    padding: var(--s2) var(--s1);
    text-align: center;
    line-height: 1.3;
    margin-block: 0 13rem;
    }

.c-card-wrapper .c-cardSubtitle span {
    font-size: 3rem;
}

.c-card-wrapper:nth-child(2) .c-cardSubtitle {
    background: #B71C1C;
}

.c-card-wrapper:last-child .c-cardSubtitle {
    background: var(--acc);
}

.c-cardTitle {
    font-size: var(--fs-l);
    font-weight: 900;
    margin: 0;
    color: var(--pri-dark);
    text-align: center;
    line-height: 1.2;
}

.c-cardPoint {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: var(--s1) 0;
    padding: var(--s1) var(--s1) var(--s1);
    /* 囲み枠に変更 */
    background: var(--c1);
    line-height: 1.3;
    position: absolute;
    width: 89%;
    left: 0;
    right: 0;
    margin: auto;
    top: 13.5rem;
    min-height: 10.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-cardList {
    font-size: 1.4rem;
    margin: 2rem 0;
    padding: 0;
}

.c-cardList li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.4;
    FONT-WEIGHT: 700;
    font-size: 2rem;
}

.c-cardList li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--pri);
    font-weight: bold;
    font-size: 2rem;
}

/* 下部ブロック（おすすめする理由） */
.c-cardReason {
    display: grid;
    gap: var(--s1);
    padding: var(--s2);
    background: var(--c1);
}

.c-cardReason__label {
    font-weight: 700;
    color: var(--pri-dark);
}

.c-cardReason__text {
    color: var(--txt);
    line-height: 1.8;
}

/* 下部ブロック（キャッチ + p）2種 */
.c-cardCatch {
    display: grid;
    /* grid-template-rows: auto 1fr; */
    /* キャッチは自動、説明文は残りスペース */
    gap: var(--s-2);
    padding: var(--s2);
}

.c-cardCatch--a {
    background: var(--c1);
}

.c-cardCatch--b {
    background: var(--c1);
}

.c-cardCatch__lead {
    font-weight: 700;
    color: var(--txt);
    font-size: var(--fs-m);
}

.c-cardCatch__desc {
    margin: 0;
    /* color: var(--txt); */
    align-self: start;
    /* 説明文を上端に配置 */
}

/* 下部領域（理由・キャッチ群）を一括ラップし、最下段へ押し下げ */
.c-cardFooter {
    display: grid;
    /* gap: var(--s2); */
    /* margin-top: auto; */
    background: var(--c1);
    align-content: start;
}

#index .c-cardFooter .btn-web {
    margin-block: 3rem 0;}

p.u-text-center.u-fw-b {
    background: var(--white);
    color: #798c9a;
    padding: 0;
    border-bottom: 0;
    margin-block: -10px 0; }

.u-fw-b {
    display: block;
    padding: var(--s1) var(--s2);
    background: var(--white);
    font-weight: 700;
    color: #234d6d;
    font-size: var(--fs-m);
    text-align: center;
    border-bottom: 2px solid var(--pri);
    line-height: 1.3;
}

/* 理由ラベルを独立したブロックとして配置 */
.c-cardReason__label {
    display: block;
    padding: var(--s1) var(--s2);
    background: var(--pri-dark);
    font-weight: 700;
    color: var(--white);
    font-size: var(--fs-m);
    text-align: center;
    /* border-top: 2px solid var(--pri); */
    line-height: 1.3;
    margin-block: 0 0.5rem; }

/* カード高さ統一のためのグリッド調整 */
#recommended .l-grid-3 {
    align-items: stretch;
    /* カードラッパーの高さを統一 */
}

/* 詳細訴求セクション */
.c-detail-item {
    background: var(--white);
    padding: var(--s5) var(--s5) var(--s10);
    border: 1px solid var(--ln);
    /* box-shadow: 10px 10px 0px rgba(33, 39, 46, 0.1); */
}

.c-detail-item__header {
    margin-bottom: var(--s2);
}

.c-detail-item__title {
    font-size: var(--fs-2xl);
    font-weight: 700;
    color: var(--pri-dark);
    text-align: center;
    line-height: 1.3;
}

h3.c-detail-item__title span {
    font-size: 2rem;
    font-weight: 700;
    color: #798c9a;
    text-align: center;
    display: block;
}

h3.c-detail-item__title .c-h3__highlight {
    font-size: 4rem;
    font-weight: 700;
    /* background: var(--pri-dark); */
    color: var(--white);
    padding: var(--s3);
    text-align: center;
    line-height: 1.4;
    display: block;
    margin: 0 auto 3rem;
    position: relative;
    z-index: 2;
}

h3.c-detail-item__title .c-h3__highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 40%), radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.15) 0%, transparent 30%), radial-gradient(circle at 30% 70%, #000000 0%, #411000 60%, #000000 100%);
    z-index: -1;
    opacity: 0.9;
}

h3.c-detail-item__title .c-h3__highlight::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width; 0%;
    width: 100%;
    height: 100%;
    background: url(img/img01.png) no-repeat top -20rem center;
    z-index: -2;
    background-size: cover;
}

.c-detail-recommend {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s2);
    margin-bottom: var(--s5);
}

.c-detail-recommend__item {
    background: var(--c1);
    padding: var(--s3) var(--s2) var(--s2);
    text-align: center;
    font-weight: 700;
    font-size: 2.4rem;
    /* border: 1px solid #234d6d; */
    line-height: 1.4;
    color: var(--pri-dark);
    position: relative;
}

.c-detail-recommend__item::before {
    content: "";
    position: absolute;
    top: -5.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 11rem;
    height: 9rem;
    background-image: url(/wp/wp-content/uploads/point01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
}

.c-detail-recommend__item:nth-child(2)::before {
    background-image: url(/wp/wp-content/uploads/point02.png);
}

.c-detail-recommend__item:nth-child(3)::before {
    background-image: url(/wp/wp-content/uploads/point03.png);
}

.c-detail-recommend__item::after {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 14rem;
    height: 1rem;
    background: #f4f5f7;
    z-index: 9;
}

.c-detail-reason {
    margin-bottom: var(--s5);
}

.c-detail-reason__title {
    font-size: var(--fs-xl);
    font-weight: 700;
    color: var(--pri-dark);
    margin-bottom: var(--s3);
    padding-bottom: var(--s1);
    border-bottom: 2px solid var(--pri);
    margin-block: var(--s5) var(--s5); }

.c-detail-reason__content {
    display: grid;
    gap: var(--s4);
    grid-template-columns: repeat(2, 1fr);
}

.c-detail-reason__box {
    background: var(--c1);
    padding: var(--s3);
    /* border-left: 10px solid var(--pri-dark); */
}

.c-detail-reason__box .caption {
    text-align: left;
}

.c-detail-reason__h5 {
    font-size: var(--s3);
    font-weight: 700;
    margin-bottom: var(--s2);
    color: #234d6d;
    line-height: 1.3;
}

.c-detail-case {
    /* background: var(--c1); */
    color: var(--txt);
    padding: var(--s4);
    /* margin-bottom: var(--s5); */
}

.c-detail-case__title {
    font-size: var(--fs-l);
    font-weight: 700;
    color: var(--pri-dark);
    margin-block: var(--s1) var(--s5); padding-bottom: var(--s1);
    border-bottom: 2px solid var(--pri);
}

.c-detail-case__box {
    background: var(--c1);
    padding: var(--s5) var(--s3) var(--s3);
    /* 上のパディングを広げる */
    /* border: 1px solid var(--acc); */
    position: relative;
    /* 擬似要素用 */
}

.c-detail-case__box b {
    background: #ffffff;
    color: #234d6d;
    padding: 0.2rem 0.5rem 0.4rem;
    display: block;
    margin-block: 0 0.5rem; }

.c-detail-case__box p {
    margin-block: 0 1.5rem; line-height: 1.5;
}

.c-detail-case__box::before {
    content: attr(data-case);
    position: absolute;
    top: -15px;
    left: 20px;
    background: var(--pri);
    color: var(--white);
    padding: 0.3rem var(--s1);
    font-weight: 900;
    font-size: 1.6rem;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.2);
    z-index: 5;
}

.c-detail-case__box h5 {
    font-size: 2.2rem;
    FONT-WEIGHT: 700;
    line-height: 1.4;
    margin-block: 1rem 4rem; color: var(--pri-dark);
}

.c-sec--detail h4 span {
    line-height: 1;
    font-size: 2.5rem;
}

.c-sec--detail h4 {
    line-height: 1.3;
}

.c-detail-reason__title.recommend__item {
    background: #244e6d;
    color: #fff;
    border-bottom: none;
    font-size: 2.5rem;
    padding: 1rem;
    width: 50%;
    text-align: center;
    margin: 0 auto 2rem;
}

/* タブコンポーネント */
.c-tabs {
    margin-top: var(--s3);
}

.c-tabs__list {
    display: flex;
    gap: 2px;
    margin-bottom: -1px;
    /* ボーダーの重なり調整 */
}

.c-tabs__item {
    padding: var(--s1) var(--s3);
    background: var(--pri-dark);
    border: 1px solid var(--acc);
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s;
    color: var(--white);
}

.c-tabs__item.is-active {
    background: var(--acc);
    color: var(--pri-dark);
}

.c-tabs__content {
    display: none;
}

.c-tabs__content.is-active {
    display: block;
}

.c-detail-lineup {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: var(--s3);
    margin-bottom: var(--s5);
}

.c-detail-lineup__item {
    /* border: 1px solid var(--ln); */
    padding: var(--s1) var(--s3);
}

.c-detail-lineup__item table {
    margin-block: 3rem;}

.c-detail-lineup__item table th {
    border-bottom: 3px solid var(--ln);
    /* width: 15%; */
}

.c-detail-lineup__item table tr:first-child th {
    font-size: 2rem;
}

.c-detail-lineup__item table th:first-child {
    width: 23%;
    line-height: 1.3;
    padding-left: 1.5rem;
}

.c-detail-lineup__title {
    background: var(--pri-dark);
    color: var(--white);
    padding: var(--s1);
    /* text-align: center; */
    font-weight: 700;
    margin-bottom: var(--s3);
    font-size: 2.5rem;
}

#promat p span {
    font-weight: bold;
    color: var(--pri);
}

@media screen and (max-width: 767px) {
    .c-detail-lineup__item table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        position: relative;
    }

    .c-detail-lineup__item table th, .c-detail-lineup__item table td {
        white-space: nowrap;
    }

    .c-detail-lineup__item table::before {
        content: "横にスクロールできます▶▶▶";
        position: relative;
        font-size: 1.3rem;
        color: #7f7f7f;
    }

    .c-detail-lineup__item table tr:first-child th {
        font-size: 2rem;
    }

    .c-detail-lineup__item table th:first-child {
    }
}

/* =============================================================
  会社一覧カード subgrid 対応
============================================================= */
/* 会社カードの基本レイアウト */
.c-company-card {
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    padding: var(--s3);
    background: var(--white);
    box-shadow: var(--sd-1);
    height: 100%;
}

.c-company-card table {
    font-size: 1.4rem;
    margin: 0;
}

.c-company-card table th {
    width: 20%;
    font-size: 16px;
}

.c-company-card table th, .c-company-card table td {
    padding: var(--s2) var(--s1) 0;
}

/* 会社一覧グリッドの高さ統一 */
.l-sec:has(.c-company-card) .l-grid-3 {
    align-items: stretch;
}

/* subgrid 対応: 会社カード要素の行整列 */
@supports (grid-template-rows: subgrid) {
    /* 6行のsubgrid設定（h3 + img + p + table(3行)） */ .l-sec:has(.c-company-card) .l-grid-3 {
        grid-template-rows: repeat(6, auto);
    }

    /* 会社カードをsubgridに設定 */
    .c-company-card {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: 1 / span 6;
        gap: var(--s2);
        /* box-shadow: 10px 10px 0px rgba(33, 39, 46, 0.1); */
        border: 1px solid var(--pri-dark);
    }

    .c-company-card p span {
        font-weight: bold;
        color: var(--pri);
    }

    /* 行マッピング */
    .c-company-card > .c-h3 {
        grid-row: 1;
        font-size: var(--fs-l);
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .c-company-card > .c-h3 .c-hlink {
        padding: 0 var(--s4) 0 var(--s1);
        width: 100%;
    }

    .c-company-card > img {
        grid-row: 2;
    }

    .c-company-card > p {
        grid-row: 4;
    }

    .c-company-card .caption {
        grid-row: 3;
        margin-top: -1.2em;
    }

    .c-company-card > .c-table {
        grid-row: 5 / span 3;
    }
}

/* 簡易訴求カード 強調テキスト用クラス */
.u-txt-emphasize-01, .u-txt-emphasize-02, .u-txt-emphasize-03 {
    font-weight: 900;
    /* font-size: 2.5rem; */
}

.u-txt-emphasize-01 {
    /* color: #B71C1C; */
    /* 高熱を表現する深みのある赤 */
}

.u-txt-emphasize-02 {
    /* color: var(--pri); */
}

.u-txt-emphasize-03 {
    /* color: var(--acc); */
}
#knowledge .l-stack-s {
    gap: var(--s10);
}
.c-featureCard {
    /* border: 1px solid var(--pri-dark); */
    padding: var(--s3);
    /* box-shadow: 10px 10px 0px rgba(33, 39, 46, 0.1); */
    background: var(--c1);
}

.c-featureCard p:not([class]) {
    padding: 0 4rem;
}

.c-featureCard__lead-point p:not([class]) {
    padding: 0;
}

.c-featureCard__lead-point {
    margin: 4rem 2rem;
    background: #fff;
    padding: 2rem;
}

.c-featureCard__lead-point p:not([class]) span.marker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
    color: var(--pri-dark);
    display: table-cell;
    font-size: 1.8rem;
}

.c-featureCard__lead-point .caption {
    text-align: left;
}

.c-featureCard ul {
    margin-block: 2rem 0;padding: 0 4rem;
}

.acc-more-btn {
    max-width: 50rem;
    margin: var(--s2) auto;
    padding: 2rem 6rem;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    cursor: pointer;
    box-shadow: 10px 10px 0px rgba(33, 39, 46, 0.1);
    background: var(--c1);
    width: 50rem;
    FONT-WEIGHT: 700;
}

.acc-more-btn::before {
    content: "";
    width: 2rem;
    height: 0.1rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
}

.acc-more-btn::after {
    content: "";
    width: 0.1rem;
    height: 2rem;
    background: #000;
    position: absolute;
    top: 50%;
    right: 3.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}

.acc-more-btn:hover {
    opacity: 0.6;
}

.acc-more-btn.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}

.more-content {
    display: none;
}

/* SP用 */
@media screen and (max-width: 767px) {
    #recommended .l-grid-3 {
        display: flex;
        flex-direction: column;
    }

    #recommended .l-grid-3 > .c-card-wrapper, #recommended .c-card--grid {
        display: flex !important;
        flex-direction: column;
        grid-row: none;
    }

    #recommended .c-cardFooter {
        display: grid;
        gap: var(--s2);
        margin-top: auto;
    }

    #recommended .c-cardFooter .btn-internal, #recommended .c-cardFooter .btn-anchor, #recommended .c-cardFooter .btn-web {
        margin: 0 auto;
    }

    .c-sec--detail .c-card--large {
        padding: var(--s4) var(--s2);
    }

    /* 会社一覧のSP対応 */
    .l-sec:has(.c-company-card) .l-grid-3 {
        display: flex;
        flex-direction: column;
    }

    .c-company-card {
        display: flex !important;
        flex-direction: column;
        grid-row: none;
    }

    #main-visual {
        min-height: 60vh;
        padding: var(--s10) var(--s2) 10rem;
    }

    .mv-slide-text {
        gap: var(--s2);
    }

    .mv-slide-title {
        font-size: 11vw;
        line-height: 12.5vw;
        margin-bottom: var(--s3);
    }

    .mv-content {
        max-width: none;
    }

    .header-inner {
        display: flex;
        flex-direction: column;
        margin-block: 1.3rem; align-items: flex-start;
    }

    .header-area {
        padding: var(--s6) 0 var(--s2);
    }

    .mv-title-sub {
        font-size: 5vw;
        margin-bottom: 0.5rem;
    }

    .header-nav-list {
        margin-block: 2rem; gap: var(--s1);
        justify-content: space-around;
        line-height: 4vw;
    }

    nav.header-nav {
        width: 100%;
        display: none;
    }

    .header-nav-item a {
        font-size: 3.5vw;
    }

    .acc-more-btn {
        width: 85%;
    }

    .header-title {
        width: 100%;
        padding-left: 3.4rem;
        font-size: 1rem;
        line-height: 1.5;
        /* padding-right: 11vw; */
        right: 0;
    }

    .header-title::before {
        left: 8px;
        top: 8px;
    }

    .header-logo {
    }

    .header-nav.is-fixed .header-nav-list {
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    nav.header-nav.is-fixed {
        width: 100%;
        top: 0;
        background: rgb(255 255 255 / 0.6);
        display: block;
        padding: var(--s2) 0;
    }

    .header-nav.is-fixed .header-nav-item a {
        padding-left: 0;
        gap: 1rem;
        background: url(img/arrow-s.svg) no-repeat top 0.4em right 0.2em / auto 0.8em;
        display: ruby;
    }

    .header-nav.is-fixed .header-nav-item--contact a {
        padding: var(--s1) var(--s2);
    }

.c-cardPoint {
    top: 11rem;
}
    .u-fw-b {
    font-size: 5vw;
}

.c-card-wrapper .c-cardSubtitle span {
    font-size: 7vw;
}
    
    .c-card-wrapper .c-cardSubtitle {
        margin-block: 0 12rem;
        font-size: 5vw;
    }

    h3.c-detail-item__title .c-h3__highlight {
        font-size: 6vw;
    }

    .c-detail-item {
        padding: var(--s2) var(--s2) var(--s10);
    }

    .c-detail-reason__title.recommend__item {
        font-size: 1.8rem;
        padding: 1rem;
        width: 85%;
    }

    .c-detail-recommend {
        display: flex;
        flex-direction: column;
        gap: var(--s5);
    }

    h4.c-detail-reason__title {
        font-size: 6vw;
    }

    .c-sec--detail h4 span {
        font-size: 3.5vw;
    }

    .c-detail-case {
        padding: 0;
    }

       .c-detail-case .l-stack-m.u-mt-m {
    gap: var(--s6);
    margin-block: 4rem 0;
}
    
    .c-detail-case__box .l-grid-2.u-mt-s {
        gap: var(--s4);
    }

    .btn-internal a, .btn-anchor a, .btn-web a,.btn-tel a {
        font-size: 4.3vw;
    }

    .c-detail-lineup {
        display: flex;
        flex-direction: column;
    }

    .c-detail-lineup__title {
        font-size: 4.5vw;
    }

    .c-company-card > .c-h3 .c-hlink {
        padding: 1rem var(--s4) 1rem var(--s1);
    }

    .c-detail-recommend__item::before {
        width: 9rem;
        height: 9rem;
    }

    .c-detail-recommend__item::after {
        width: 11rem;
        height: 2rem;
        top: -0.2rem;
    }

    .c-detail-recommend__item {
        font-size: 5vw;
    }

    .c-detail-reason__h5 {
        font-size: 5vw;
    }

    .c-detail-case__box h5 {
        font-size: 5vw;
        line-height: 7vw;
        margin-block: 1rem 2rem;
    }

    .low-center-img-catch, .low-left-img-catch, .low-right-img-catch {
        font-size: 5vw;
        line-height: 7vw;
        margin-block: 1rem 1rem; }

    .l-center-img-box, .l-left-img-box, .l-right-img-box {
        display: contents;
    }

    .c-featureCard__lead {
        font-size: 5vw;
        line-height: 7vw;
        background: url(img/icon-tit2.svg) no-repeat left top 0rem / 4.5rem auto;
    }

    .c-table th {
        width: 32%;
    }

    .header-logo a img {
        width: 13rem;
    }

    #main-visual.header-area--low-mv .mv-bg-orange {
        height: 100%;
        width: 85%;
    }

    #main-visual.header-area--low-mv .mv-bg-swiper {
        width: 35%;
        height: 100%;
    }

    #main-visual {
        width: 100%;
    }

    #main-visual.header-area--low-mv {
        padding: 0 var(--s2);
        min-height: 10vh;
    }

    .onb-index02-title {
    }

    .onb-index02-title {
        font-size: 4vw;
    }

    .onb-index02-frame {
        width: 100%;
    }

    .onb-index02-btn {
        font-size: 4vw;
    }

    .btn-link a::before {
        display: none;
    }

    .related-article01-title {
        font-size: 5vw;
    }

    .related-article01-frame {
        width: 100%;
    }

    .gnavi-btn {
        width: 20%;
        height: var(--s8);
    }

    .c-featureCard p:not([class]) {
        padding: 0;
    }

    .c-featureCard ul {
        padding: 0;
    }

    .c-featureCard__lead-point {
        margin: 4rem 0;
    }

    ul:not([class]) li {
        line-height: 1.5;
    }

    .c-h2 {
        font-size: 7.5vw;
        margin-block: 0 -2rem;
    }

    .c-cardReason__label {
        font-size: 5vw;
    }

.l-sec {
    padding: 10rem 0;
}

#recommended {
    padding: 5rem 0 10rem;
}

.c-detail-reason__content {
    grid-template-columns: auto;
}

.c-detail-lineup__item {
    padding: var(--s1) 0;
}

.c-sec--detail h4 {
    margin-block: var(--s5) var(--s1);
}





    
}
