/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ows-body {
    font-family:
        "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

/* ==========================================================================
   HERO SECTION (大画面対応・インナー固定＋背景帯つきぬけ版)
   ========================================================================== */
.hero {
    background: url("../img/ows/hero-bg.webp") no-repeat center center / cover;
    height: 862px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: -80px;
    padding-top: 80px;
}

.hero__inner {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.hero__inner--sp {
    display: none !important;
}

/* --------------------------------------------------------------------------
   黄色いタイトル帯
   -------------------------------------------------------------------------- */
.hero__title-wrapper {
    background-color: #fff200;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50vw);
    width: calc(50vw + 392px);
    padding: 24px 0 24px calc(50vw - 720px + 100px);
    clip-path: polygon(0 0, 100% 0, calc(100% - 117px) 100%, 0 100%);
    z-index: 3;
    box-sizing: border-box;
}

.hero__title-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: #fff200;
}

.hero__title {
    font-size: 50px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #0e357f;
    margin-bottom: 8px;
}

.hero__sub {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    line-height: 1.6;
}

/* --------------------------------------------------------------------------
   中央ビジュアルエリア（ボトルと矢印）
   -------------------------------------------------------------------------- */
.hero__visual {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: absolute;
    top: 236px;
    left: 116px;
    z-index: 2;
}

.hero__bottle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 処理前ボトル（大） */
.hero__bottle--before { width: 360px; }
.hero__image-wrapper--before {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.hero__bottle-desc--before {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

/* 処理後ボトル（小） */
.hero__bottle--after {
    width: 243px;
    padding-top: 58px;
}
.hero__image-wrapper--after {
    width: 243px;
    height: 243px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 82px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.hero__bottle-desc--after {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.hero__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__arrow { padding-top: 150px; }
.hero__arrow img {
    width: 64px;
    height: auto;
}

/* --------------------------------------------------------------------------
   右側パーツ（特許技術バッジ）
   -------------------------------------------------------------------------- */
.hero__badge {
    background-color: #0e357f;
    color: #ffffff;
    position: absolute;
    bottom: 238px;
    right: 50%;
    transform: translateX(50vw);
    width: calc(50vw - 140px);
    padding: 26px 0 26px 114px;
    clip-path: polygon(117px 0, 100% 0, 100% 100%, 0 100%);
    text-align: left;
    z-index: 2;
    box-sizing: border-box;
}

.hero__badge-sub {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
    font-weight: 400;
}

.hero__badge-main {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero__badge-tag {
    font-size: 24px;
    line-height: 1.67;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 0px 10px;
}

/* 右下：丸型CTAお問合せボタン */
.hero__cta-btn {
    position: absolute;
    right: 160px;
    bottom: 103px;
    background-color: #ffffff;
    border-radius: 100px;
    width: 360px;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
    display: block;
    z-index: 3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.hero__cta-btn:hover { background-color: #fff200; }
.hero__cta-text { font-size: 20px; line-height: 1.6; font-weight: 700; color: #0e357f; }
.hero__cta-main--txt { font-size: 32px; line-height: 1.5; font-weight: 700; color: #0e357f; }


/* ==========================================================================
   【ここがポイント！】1440px以下〜801pxまでの縮小用コア設定
   ========================================================================== */
@media screen and (max-width: 1440px) and (min-width: 801px) {
    .hero { height: 59.86vw; } /* 高さを画面幅に連動 */

    /* タイトル帯の位置と余白を可変に */
    .hero__title-wrapper {
        top: 3.81vw;
        width: calc(50vw + 27.22vw);
        padding: 1.66vw 0 1.66vw 6.94vw;
        clip-path: polygon(0 0, 100% 0, calc(100% - 8.12vw) 100%, 0 100%);
    }
    .hero__title { font-size: 3.47vw; margin-bottom: 0.55vw; }
    .hero__sub { font-size: 1.38vw; }

    /* 中央ビジュアルの縮小 */
    .hero__visual { top: 16.38vw; left: 8.05vw; gap: 1.38vw; }
    .hero__bottle--before { width: 25vw; }
    .hero__image-wrapper--before { width: 25vw; height: 25vw; margin-bottom: 1.8vw; }
    .hero__bottle-desc--before { font-size: 1.38vw; }

    .hero__bottle--after { width: 16.87vw; padding-top: 4.02vw; }
    .hero__image-wrapper--after { width: 16.87vw; height: 16.87vw; margin-bottom: 5.69vw; }
    .hero__bottle-desc--after { font-size: 1.11vw; }

    .hero__arrow { padding-top: 10.41vw; }
    .hero__arrow img { width: 4.44vw; }

    /* 右側特許バッジの縮小 */
    .hero__badge {
        bottom: 16.52vw;
        width: calc(50vw - 9.72vw);
        padding: 1.8vw 0 1.8vw 7.91vw;
        clip-path: polygon(8.12vw 0, 100% 0, 100% 100%, 0 100%);
    }
    .hero__badge-sub { font-size: 1.25vw; margin-bottom: 1.11vw; }
    .hero__badge-main { font-size: 2.22vw; gap: 0.83vw; }
    .hero__badge-tag { font-size: 1.66vw; padding: 0 0.69vw; }

    /* CTAボタンの縮小 */
    .hero__cta-btn { right: 11.11vw; bottom: 7.15vw; width: 25vw; padding: 0.83vw 0; }
    .hero__cta-text { font-size: 1.38vw; }
    .hero__cta-main--txt { font-size: 2.22vw; }
}


/* ==========================================================================
   【決定版】HEROセクション スマホデザイン完全再現（800px以下で切り替え）
   ========================================================================== */
@media screen and (max-width: 800px) {
    .hero {
        height: 970px;
    }
    .hero__inner--pc {
        display: none !important;
    }

    .hero__inner--sp {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        /* 【重要】absoluteからrelativeに変更し、縦に正しく要素が並ぶように高さを保持します */
        position: relative;
        overflow: hidden;
        padding-top: 24px; /* 一番上の余白 */
        padding-bottom: 40px; /* 一番下の余白 */
        box-sizing: border-box;
    }

    /* ----------------------------------------------------------------------

1. 黄色いタイトル帯

---------------------------------------------------------------------- */

    .hero__title-wrapper {
        position: relative;
        top: 26px;
        left: 0;
        transform: none;
        width: calc(100% + 30px);
        padding: 13.5px 40px;
        margin-bottom: 24px;
        background-color: #fff200;
        z-index: 3;

        clip-path: polygon(0 0, 100% 0, calc(100% - 126px) 100%, 0 100%);
    }

    .hero__title {
        font-size: 24px;

        line-height: 1.42;

        font-weight: 500;

        letter-spacing: 0.1em;

        margin-bottom: 10px;

        color: #0e357f;
    }

    .hero__sub {
        font-size: 15px;

        line-height: 1.6;

        font-weight: 500;

        color: #3a464a;
    }

    /* ----------------------------------------------------------------------
       2. ボトルエリア（横452px / 縦294px 完全固定 ＆ 縦中央揃え ＆ 中央寄せ）
       ---------------------------------------------------------------------- */
    .hero__inner--sp .hero__visual {
        position: relative;
        top: 5px;

        /* 【条件3】全体のサイズは 452px × 294px で完全固定 */
        width: 452px;
        height: 294px;

        /* ------------------------------------------------------------------
           【大修正】左右のストッパーを完全に破壊して均等にはみ出させる
           ------------------------------------------------------------------ */
        margin-left: calc(50% - 226px); /* 画面中央(50%)から、自分の横幅の半分(226px)を引き算する */
        margin-right: calc(50% - 226px); /* 右側も全く同じ計算で引っ張り合う */

        margin-top: 0;
        margin-bottom: 32px;

        z-index: 2;
        left: 0;
    }

    .hero__inner--sp .hero__bottle {
        position: absolute;
    }

    /* CSSで作る白い真ん丸背景のコンテナ */
    .hero__inner--sp .hero__circle-container {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        overflow: hidden;
    }

    /* ----------------------------------------------------------------------
       処理前ボトル（左側配置・大：直径240px）
       ---------------------------------------------------------------------- */
    .hero__inner--sp .hero__bottle--before {
        width: 294px;
        height: 294px;

        /* 【条件2の基準】縦の真ん中に置くための計算
           (全体の高さ294px - 自分の高さ240px) ÷ 2 = 27px */
        top: 27px;
        left: 0; /* 左端を基準に固定 */
        z-index: 2;
    }

    /* 大丸の中の画像サイズ調整 */
    .hero__inner--sp .hero__bottle--before .hero__image-wrapper {
        width: 294px;
        height: 294px;
    }

    /* ----------------------------------------------------------------------
       処理後ボトル（右側配置・小：直径190px）※大丸と重ねて総幅452pxにする
       ---------------------------------------------------------------------- */
    .hero__inner--sp .hero__bottle--after {
        width: 224px;
        height: 224px;

        /* 【条件2】beforeの大丸に対して「縦の真ん中」に揃える計算
           (全体の高さ294px - 自分の高さ190px) ÷ 2 = 52px */
        top: 52px;

        /* 【条件3】大丸(240px)と小丸(190px)を重ねて、総横幅を「452px」にするための右端固定 */
        right: 0;
        z-index: 3;
        padding-top: 0px;
    }

    /* 小丸の中の画像サイズ調整 */
    .hero__inner--sp .hero__bottle--after .hero__image-wrapper {
        width: 224px;
        height: 224px;
    }

    /* ----------------------------------------------------------------------
       中間の矢印（大丸と小丸の重なり中心・縦の真ん中に絶対配置）
       ---------------------------------------------------------------------- */
    .hero__inner--sp .hero__arrow {
        position: absolute;
        /* 全体の縦中央（294pxの真ん中）に配置 */
        top: 58%;
        transform: translateY(-50%);
        left: 220px;
        padding: 0;
        z-index: 4;
    }
    .hero__inner--sp .hero__arrow img {
        width: 53px;
        height: auto;
    }

    /* ボトル共通の画像・テキスト設定 */
    .hero__inner--sp .hero__image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .hero__inner--sp .hero__bottle-before-desc {
        position: absolute;
        font-size: 14px;
        left: 50%;
        top: 158px;
        transform: translateX(-50%);
        width: 82%;
        line-height: 1.42;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }
    .hero__inner--sp .hero__bottle-after-desc {
        position: absolute;
        font-size: 14px;
        left: 50%;
        top: 125px;
        transform: translateX(-50%);
        width: 82%;
        line-height: 1.42;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }

    /* ----------------------------------------------------------------------
       3. 特許技術バッジ（左上から右下にシャープに切り裂く帯）
       ---------------------------------------------------------------------- */
    .hero__inner--sp .hero__badge {
        /* 【重要】ここも固定位置（bottom）を解除して、ボトルの下に自然に並べます */
        position: relative;
        top: 25px;
        left: 0;
        transform: none;
        background-color: #0e357f;
        color: #ffffff;
        width: calc(100% + 65px);
        margin-left: -65px;
        /* スマホ用の左上が削れたシャープなカット */
        clip-path: polygon(0 50, 100% 0, 100% 100%, 0 100%);
        /* 左側の削れている部分を避けるためにpadding-leftを大きく取る */
        padding: 31px 20px 20px 31%;
        margin-bottom: 32px;
        box-sizing: border-box;
    }

    .hero__inner--sp .hero__badge-sub {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 8px;
    }

    .hero__inner--sp .hero__badge-main {
        font-size: 32px;
        line-height: 1.25;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .hero__inner--sp .hero__badge-tag {
        font-size: 24px;
        padding: 0px 10px;
        border: 1px solid #ffffff;
    }

    /* ----------------------------------------------------------------------
       4. 丸型CTAボタン（画面幅に綺麗にフィットするカプセル型）
       ---------------------------------------------------------------------- */
    .hero__inner--sp .hero__cta-btn {
        position: relative;
        top: 30px;
        right: 0;
        bottom: 0;
        width: calc(100% - 40px); /* 左右に20pxずつの隙間を作る */
        max-width: 335px;
        padding: 14px 0;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 100px;
        display: block;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }

    .hero__inner--sp .hero__cta-text {
        font-size: 20px;
        line-height: 1.6;
        font-weight: 700;
        color: #0e357f;
    }

    .hero__inner--sp .hero__cta-main--txt {
        font-size: 24px;
        line-height: 1.3;
        font-weight: 700;
        color: #0e357f;
    }
}

/* ==========================================================================
   PROBLEM SECTION (3つの丸と下部のグレーの気付きボックス)
   ========================================================================== */
.problem {
    background-color: #f0f0f0;
    padding: 80px 0;
    text-align: center;
}

.problem__inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 24px;
}

.problem__title {
    color: #0e357f;
    margin-bottom: 60px;
    position: relative;
}

/* 3つのカードを等幅で横並びにするコンテナ */
.problem__grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 72px;
}

/* 3つのカード共通（BEMの共通ベースルールとして定義） */
.problem__card {
    background-color: #ffffff;
    border-radius: 50px; /* Figmaの指定：角の半径50 */
    padding: 24px 24px; /* カード内側の余白 */
    flex: 1; /* 3つのカードの幅と高さを綺麗に揃えます */

    /* 中の吹き出しを縦並び・個別配置（左右振り分け）できるようにする設定 */
    display: flex;
    flex-direction: column;
}

/* 各カードの横幅制限を個別に当てたい場合はこちらを残します */
.problem__card-1 {
    max-width: 342px;
}
.problem__card-2 {
    max-width: 377px;
}
.problem__card-3 {
    max-width: 297.5px;
}

/* カードのタイトル（中東情勢不安 など） */
.problem__card-label {
    font-size: 18px;
    line-height: 1.777; /* 32 / 18 */
    font-weight: 700; /* Bold */
    color: #000;
    text-align: center; /* しっかり中央寄せ */
    margin-bottom: 9px; /* 吹き出しとの間隔 */
}

.problem__card-sub {
    font-size: 13px;
    color: #666666;
}

/* ご存知ですか？の背景グレー帯ボックス */
.problem__note {
    background-color: #d9d9d9;
    padding: 16px;
    text-align: left;
    max-width: 512px;
    margin: 0 auto;
}

.problem__note-title {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
}

.problem__note-text {
    font-size: 13px;
    line-height: 1.846; /* 24 / 13 */
    font-weight: 400; /* Regular */
    color: #000;
}

/* ==========================================================================
   PROBLEM SECTION - しっぽだけSVGドッキング版 (修正・最適化)
   ========================================================================== */

/* 共通：吹き出し本体（ピュアなCSSでカプセル型を維持） */
[class^="problem__card-highlight--"] {
    display: inline-block;
    background-color: #1d3a7d; /* 濃いネイビー */
    color: #ffffff;
    font-size: 24px; /* フォントサイズ20px */
    font-weight: 700; /* Bold */
    line-height: 1.33; /* 行間32px */
    padding: 16px 24px; /* カプセル内側の余白 */
    border-radius: 100px; /* 角丸100 */
    position: relative; /* しっぽを絶対配置するための基準 */
    box-sizing: border-box;
    white-space: nowrap; /* 意図しない改行を防ぐ */
}

/* しっぽSVG共通設定 */
[class^="problem__card-highlight--"]::after {
    content: "";
    position: absolute;
    bottom: -10px; /* 吹き出しの底辺から下にはみ出させる距離（隙間があれば要微調整） */
    width: 24px; /* SVGしっぽの幅 */
    height: 16px; /* SVGしっぽの高さ */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/* --- 左用の吹き出し --- */
.problem__card-highlight--left {
    align-self: flex-start;
    margin-left: 10px; /* カード内で左寄せに配置 */ /* 左端の絶妙な余白 */
    margin-bottom: 16px; /* 下の右寄せ吹き出しとの間隔 */
}

/* 左用のしっぽをドッキング */
.problem__card-highlight--left::after {
    left: 24px; /* カプセルの左端からの位置 */
    background-image: url("../img/ows/tail-left.svg");
}

/* --- 右用の吹き出し --- */
.problem__card-highlight--right {
    align-self: flex-end; /* カード内で右寄せに配置 */
    margin-right: 10px; /* 右端の絶妙な余白 */
}

/* 右用のしっぽをドッキング */
.problem__card-highlight--right::after {
    right: 24px; /* カプセルの右端からの位置 */
    background-image: url("../img/ows/tail-right.svg");
}

/* --- カード3専用：中央寄りで2行の大きめの吹き出し --- */
/* HTML側で class="problem__card-highlight--right problem__card-highlight--large" と重ねて使う想定 */
.problem__card-highlight--large {
    align-self: center; /* カード内で中央寄せに上書き */
    margin: 10px auto 0;
    text-align: center;
    white-space: normal; /* ここだけは改行（<br>）を許可する */ /* 幅をカード幅いっぱいに近づける */
    padding: 16px 32px; /* 2行のバランスを見て余白を少し調整 */
}

/* ==========================================================================
   PROBLEM SECTION　919px以下
   ========================================================================== */

@media screen and (max-width: 919px) {
    .problem__title {
        margin-bottom: 48px;
    }
    .problem__grid {
        gap: 24px;
        margin-bottom: 48px;
        display: block;
    }
    .problem__card {
        max-width: 400px;
        margin: 0 auto 24px;
    }
    .problem__card:last-child {
        max-width: 400px;
        margin: 0 auto 0px;
    }
}

/* ==========================================================================
   SOLUTION / COMPARISON SECTION (紺のヘッダーと黄色マトリクステーブル)
   ========================================================================== */
.solution {
    padding: 120px 0;
    background-color: #ffffff;
}

.solution__inner {
    max-width: 992px;
    margin: 0 auto;
    padding: 0 20px;
}

.solution__title {
    color: #0e357f;
    margin-bottom: 60px;
    text-align: center;
}

.solution__lead {
    font-size: 16px;
    line-height: 1.5; /* 24 / 16 */
    font-weight: 400; /* Regular */
    color: #000;
    text-align: left;
    max-width: 734px;
    margin: 0 auto 58px;
}

.solution__sub-title {
    font-size: 24px;
    line-height: 1.5; /* 36 / 24 */
    font-weight: 400; /* Regular */
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

/* 比較構造（5ブロックの縦並び） */
.comparison {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.comparison__row {
    display: flex;
    flex-direction: column;
}

.comparison__label {
    background-color: #0e357f; /* 青のベタ帯ヘッダー */
    color: #ffffff;
    font-size: 18px;
    line-height: 2; /* 36 / 18 */
    font-weight: 500; /* Medium */
    text-align: center;
    border-radius: 50px;
    margin-bottom: 20px;
}
.comparison__column {
    display: flex;
    gap: 8px;
}

.comparison__cases {
    display: flex;
    width: 100%;
}

.comparison__case {
    flex: 1;
    padding: 8px 16px 16px;
    text-align: center;
    border-radius: 20px;
}

.comparison__case--exchange {
    background-color: #f0f0f0;
}

.comparison__case--reuse {
    background-color: #fff200; /* 鮮やかなイエロー背景 */
    color: #000000;
    border: 1px solid #fff200;
}

.comparison__case-title {
    display: block;
    font-size: 14px;
    line-height: 1.142; /* 16 / 14 */
    font-weight: 400; /* Regular */
    color: #3a464a;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}

.comparison__case--reuse .comparison__case-title {
    color: #475569;
}

.comparison__case-highlight {
    font-size: 32px;
    font-weight: 700;
    margin: 14px 0;
}

.comparison__case-desc {
    font-size: 15px;
    line-height: 1.6; /* 24 / 15 */
    font-weight: 400; /* Regular */
}

/* ==========================================================================
   SOLUTION / COMPARISON SECTION　919px以下
   ========================================================================== */

@media screen and (max-width: 919px) {
    .solution {
        padding: 60px 0;
    }
    .solution__title {
        margin-bottom: 40px;
    }
    .solution__lead {
        margin-bottom: 40px;
    }
    .comparison__label {
        margin-bottom: 16px;
    }
    .comparison__case-highlight {
        font-size: 24px;
    }
    .comparison__case-desc {
        text-align: left;
    }
}

/* ==========================================================================
   SOLUTION / COMPARISON SECTION　570px以下
   ========================================================================== */

@media screen and (max-width: 570px) {
    .solution__sub-title {
        text-align: left;
    }
}

/* ==========================================================================
   FEATURES SECTION (黒背景に映える白カード型3連)
   ========================================================================== */
.features {
    background: url("../img/ows/features-bg.webp") no-repeat center center / cover;
    color: #ffffff;
    padding: 120px 0;
}

.features__inner {
    max-width: 992px;
    margin: 0 auto;
    padding: 0 24px;
}

.features__main-title {
    text-align: center;
    margin-bottom: 37px;
}

.features__item {
    background-color: #ffffff;
    margin-bottom: 37px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding: 32px;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.features__headline {
    width: 260px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features__eng {
    font-family: "Nunito Sans";
    font-size: 40px;
    line-height: 1.4; /* 行間指定がないため、綺麗に収まる1.4（56px相当）に仮設定しています */
    font-weight: 700; /* Regular (必要に応じて500や700に変更してください) */
    color: #0e357f;
}

.features__title {
    font-size: 24px;
    font-weight: 400;
    color: #0e357f;
}

.features__content {
    flex: 1;
}

.features__subtitle {
    font-size: 24px;
    line-height: 1.5; /* 36 / 24 */
    font-weight: 500; /* Regular */
    color: #000;
    margin-bottom: 24px;
}

.features__desc {
    font-size: 16px;
    line-height: 1.5; /* 24 / 16 */
    font-weight: 400;
    color: #000;
}

/* ==========================================================================
   FEATURES SECTION　919px以下
   ========================================================================== */

@media screen and (max-width: 919px) {
    .features {
        padding: 80px 0;
    }
    .features__main-title {
        text-align: center;
        margin-bottom: 37px;
    }
    .features__item {
        display: block;
        padding: 32px 24px;
    }
    .features__headline {
        display: block;
    }

    .features__title {
        font-size: 18px;
        line-height: 1.33;
        margin-bottom: 24px;
    }

    .features__subtitle {
        font-size: 20px;
        line-height: 1.4; /* 36 / 24 */
        font-weight: 500;
        margin-bottom: 24px;
    }
}

/* ==========================================================================
   TECHNICAL COMPARISON SECTION (特許技術の表組み)
   ========================================================================== */
.tech {
    padding: 120px 0 102px;
    background-color: #ffffff;
    text-align: center;
}

.tech__inner {
    max-width: 928px;
    margin: 0 auto;
    padding: 0 20px;
}

.tech__main-title {
    font-size: 24px;
    color: #0e357f;
    margin-bottom: 42px;
    font-weight: bold;
}

/* ==========================================================================
   TECH COMPARISON TABLE (比較表セクション)
   ========================================================================== */

/* テーブル全体のコンテナ（幅や中央寄せ） */
.tech__table-wrapper {
    max-width: 1000px; /* デザイン全体の幅に合わせて調整してください */
    margin: 0 auto;
}

.tech__table {
    width: 100%;
    /* セル同士を離して、独立した角丸や隙間を作れるように設定 */
    border-collapse: separate;
    border-spacing: 4px 18px; /* 横の隙間 縦の隙間 */
}

/* 列の幅を綺麗に固定する */
.tech__th-label-empty,
.tech__th-label {
    width: 17.67%; /* 左側のラベル列 */
}
.tech__th-head--old,
.tech__td-old {
    width: 40.73%; /* 従来タイプ列 */
}
.tech__th-head--new,
.tech__td-new {
    width: 40.73%; /* 特許技術（ハイライト）列 */
}

/* --------------------------------------------------------------------------
   THEAD (ヘッダー部分のスタイル)
   -------------------------------------------------------------------------- */

/* ヘッダー共通の土台 */
.tech__th-head {
    border-radius: 12px; /* 角丸12px程度 */
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    position: relative; /* 突起（しっぽ）の配置基準 */
}

/* 中身を横並びで綺麗に中央寄せにする */
.tech__head-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* 従来タイプ（グレー） */
.tech__th-head--old {
    background-color: #dcdcdc; /* 薄いグレー */
    color: #000000;
}
/* 従来タイプの突起 */
.tech__th-head--old::after {
    content: "";
    position: absolute;
    bottom: -15px; /* ヘッダーの下にくっつける */
    left: 50%;
    transform: translateX(-50%);
    width: 18px; /* 書き出したSVGのサイズに合わせて調整 */
    height: 19px;
    background: url("../img/ows/table-tail-gray.svg") no-repeat center center / contain;
}

/* 特許技術（濃紺） */
.tech__th-head--new {
    background-color: #1d3a7d; /* 濃紺 */
    color: #ffffff;
}
/* 特許技術の突起 */
.tech__th-head--new::after {
    content: "";
    position: absolute;
    bottom: -15px; /* ヘッダーの下にくっつける */
    left: 50%;
    transform: translateX(-50%);
    width: 18px; /* 書き出したSVGのサイズに合わせて調整 */
    height: 19px;
    background: url("../img/ows/table-tail-blue.svg") no-repeat center center / contain;
}
/* 従来タイプタグ（濃いグレー） */
.tech__table-tag--old {
    font-size: 16px;
    line-height: 1.25; /* 20 / 16 */
    font-weight: 400;
    background-color: #333333;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
}
/* 特許技術タグ（黄色） */
.tech__table-tag--new {
    font-size: 16px;
    line-height: 1.25; /* 20 / 16 */
    font-weight: 700;
    background-color: #fff000;
    color: #0e357f;
    padding: 4px 8px;
    border-radius: 4px;
}
.tech__table-title--old {
    font-size: 20px;
    line-height: 1; /* 20 / 20 */
    font-weight: 400; /* Regular */
}

.tech__table-title--new {
    font-size: 20px;
    line-height: 1; /* 20 / 20 */
    font-weight: 500; /* Regular */
}

/* --------------------------------------------------------------------------
   TBODY (データ行のスタイル)
   ========================================================================== */

/* 左端の項目名ラベル（トラブルの有無など） */
.tech__th-label {
    background-color: #f0f0f0;
    color: #000000;
    font-size: 16px;
    line-height: 1.25; /* 20 / 16 */
    font-weight: 500; /* Regular */
    padding: 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #a6b4be; /* 綺麗なグレーの下線 */
}

/* データセル共通 */
.tech__td-old,
.tech__td-new {
    vertical-align: middle;
    text-align: center;
}

/* 従来タイプのテキスト行（下線のみ） */
.tech__td-old {
    font-size: 16px;
    line-height: 1.25; /* 20 / 16 */
    font-weight: 700; /* Regular */
    padding: 16px;
    color: #3a464a;
    border-bottom: 1px solid #a6b4be; /* 綺麗なグレーの下線 */
    text-align: center;
}

/* 特許技術のテキスト行（黄色いベタ塗り・角丸ボックス） */
.tech__td-new {
    font-size: 20px;
    line-height: 1; /* 20 / 20 */
    font-weight: 700; /* Regular */
    background-color: #fff000; /* デザイン通りの鮮やかな黄色 */
    color: #0e357f; /* 濃紺の文字 */
    border-bottom: 1px solid #a6b4be; /* 綺麗なグレーの下線 */
}

/* ==========================================================================
   TECHNICAL COMPARISON SECTION　919px以下
   ========================================================================== */

@media screen and (max-width: 919px) {
    .tech {
        padding: 60px 0;
    }
    .tech__main-title {
        margin-bottom: 40px;
    }
    .tech__th-head {
        padding: 8px;
        font-size: 16px;
    }

    /* 中身を横並びで綺麗に中央寄せにする */
    .tech__head-inner {
        display: block;
    }
    .tech__table-tag--old {
        display: block;
        font-size: 12px;
        line-height: 1.66;
        letter-spacing: 0.2em;
    }
    /* 特許技術タグ（黄色） */
    .tech__table-tag--new {
        display: block;
        font-size: 12px;
        line-height: 1.66;
        letter-spacing: 0.2em;
    }
    .tech__table-title--old {
        font-size: 16px;
        line-height: 1.25; /* 20 / 20 */
        font-weight: 400; /* Regular */
    }

    .tech__table-title--new {
        font-size: 16px;
        line-height: 1.25; /* 20 / 20 */
        font-weight: 500; /* Regular */
    }
    /* 列の幅を綺麗に固定する */
    .tech__th-label-empty,
    .tech__th-label {
        width: 16%; /* 左側のラベル列 */
    }
    .tech__th-head--old,
    .tech__td-old {
        width: 34.4%; /* 従来タイプ列 */
    }
    .tech__th-head--new,
    .tech__td-new {
        width: 34.4%; /* 特許技術（ハイライト）列 */
    }
    .tech__th-label {
        padding: 16px 4px;
        font-size: 12px;
        line-height: 1.66;
    }
    /* 従来タイプのテキスト行（下線のみ） */
    .tech__td-old {
        font-size: 15px;
        line-height: 1.33; /* 20 / 16 */
        padding: 8px 12px;
    }

    /* 特許技術のテキスト行（黄色いベタ塗り・角丸ボックス） */
    .tech__td-new {
        font-size: 15px;
        line-height: 1.33; /* 20 / 20 */
        padding: 8px 12px;
    }
}

/* ==========================================================================
   BENEFITS SECTION (背景が少しくすんだ水色・左に図、右にリスト)
   ========================================================================== */
.benefits {
    background-color: #a6b4be; /* 特徴的なブルーグレーの背景 */
    padding: 120px 0;
}

.benefits__inner {
    max-width: 819px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefits__main-title {
    color: #0e357f;
    text-align: center;
    margin-bottom: 56px;
    font-weight: bold;
}

.benefits__box {
    display: flex;
    align-items: center; /* 画像とリストの上下の中心を揃えて美しく配置 */
    gap: 100px;
}

.benefits__image {
    width: 319px;
    flex-shrink: 0; /* 画面が縮んでも画像が小さく潰れないように固定 */
}

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

.benefits__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px; /* Figmaのデザインに合わせてメリット同士の間隔を少し広げました */
    list-style: none; /* デフォルトの黒丸をクリア */
    padding: 0;
    margin: 0;
}

.benefits__item {
    display: flex;
    flex-direction: column;
    gap: 4px; /* タイトルと説明文の間の隙間 */
}

/* タイトルとアイコンを横並びにするコンテナ */
.benefits__item-head {
    display: flex;
    align-items: center;
    gap: 16px; /* チェックマークと文字の間の隙間 */
}

/* チェックマークSVGを背景として適用 */
.benefits__icon {
    display: inline-block;
    width: 28px; /* Figmaのチェックアイコンのサイズに合わせてください */
    height: 28px;
    background: url("../img/ows/icon-check.svg") no-repeat center center / contain;
    flex-shrink: 0; /* アイコンが絶対に潰れないように固定 */
}

.benefits__item-title {
    font-size: 20px;
    line-height: 1.6; /* 32 / 20 */
    font-weight: 700; /* Bold */
    color: #000;
}

.benefits__item-desc {
    font-size: 15px;
    line-height: 1.333; /* 20 / 15 */
    font-weight: 400; /* Regular */
    color: #333333;
    margin: 0;
    padding-left: 45px;
}

/* ==========================================================================
   TECHNICAL COMPARISON SECTION　919px以下
   ========================================================================== */

@media screen and (max-width: 919px) {
    .benefits {
        padding: 60px 0;
    }
    .benefits__inner {
        max-width: 380px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .benefits__main-title {
        margin-bottom: 24px;
    }

    .benefits__box {
        display: block;
        gap: 100px;
    }

    .benefits__image {
        max-width: 145.19px;
        margin: 0 auto 24px;
    }

    .benefits__list {
        width: 100%; /* 幅いっぱいに広げつつ */
        max-width: 500px; /* スマホで行が長くなりすぎないよう、適度な最大幅で中央に留める */
        display: flex;
        flex-direction: column;
        align-items: center; /* リスト内の各メリット（__item）を中央寄せ */
        gap: 24px;
    }

    .benefits__item {
        display: flex;
        flex-direction: column;
        gap: 4px; /* 隙間を少しだけ広げて調整 */
        width: 100%;
    }

    /* タイトルとアイコンを横並びにするコンテナ */
    .benefits__item-head {
        display: flex;
        align-items: center;
        gap: 16px; /* チェックマークと文字の間の隙間 */
    }

    /* チェックマークSVGを背景として適用 */
    .benefits__icon {
        display: inline-block;
        width: 28px; /* Figmaのチェックアイコンのサイズに合わせてください */
        height: 28px;
        background: url("../img/ows/icon-check.svg") no-repeat center center / contain;
        flex-shrink: 0; /* アイコンが絶対に潰れないように固定 */
    }

    .benefits__item-title {
        font-size: 18px;
        line-height: 1.77; /* 32 / 20 */
    }
}

/* ==========================================================================
   SUSTAINABILITY SECTION (グリーン系の文字と2カラム)
   ========================================================================== */
.sustainability {
    padding: 120px 0;
    background-color: #ffffff;
}

.sustainability__inner {
    max-width: 1068px;
    margin: 0 auto;
    padding: 0 24px; /* 画面端の詰まり防止用のセーフティ余白 */
    box-sizing: border-box;
}

.sustainability__main-title {
    color: #0e357f;
    text-align: center;
    margin-bottom: 56px;
    font-weight: bold;
}

/* 左右の2カラムを並べるコンテナ */
.sustainability__box {
    display: flex;
    gap: 40px; /* 左右のカラムの間の余白 */
    align-items: center; /* 左右の要素の上下中心を揃える */
}

/* 左カラム（テキスト側全体） */
.sustainability__text-side {
    flex: 1;
}

/* アイコンと見出しを横並びにする親要素 */
.sustainability__heading-group {
    display: flex;
    align-items: center; /* アイコンと文字の上下中心を揃える */
    gap: 30px; /* アイコンと文字の間の隙間 */
    margin-bottom: 40px; /* 下の説明文との間の余白 */
}

/* アイコン画像エリア */
.sustainability__sub-title--img {
    width: 130px; /* Figmaのアイコンサイズに合わせて調整してください */
    flex-shrink: 0; /* アイコンが絶対に潰れないように固定 */
}

.sustainability__sub-title--img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 横並びになる見出しテキスト */
.sustainability__sub-title {
    font-size: 32px;
    line-height: 1.5; /* 48 / 32 */
    font-weight: 700; /* Bold */
    color: #000000; /* 画像に合わせて黒寄りに調整 */
    text-align: left; /* 左寄せに修正 */
    margin: 0;
}

/* 下部の説明文（段落） */
.sustainability__text {
    font-size: 16px;
    line-height: 1.5; /* 24 / 16 */
    font-weight: 400; /* Regular */
    color: #000; /* しっかり読める濃さに調整 */
    margin: 0;
}

/* 右カラム（画像側） */
.sustainability__image-side {
    width: 338px; /* 1068pxのインナーに対して綺麗に収まる画像幅に調整 */
    flex-shrink: 0; /* 画像が小さく潰れないように固定 */
}

.sustainability__image-side img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* 必要に応じて、写真の角を少し丸めるなら追加（不要なら削除してください） */
}

/* ==========================================================================
   SUSTAINABILITY SECTION　919px以下
   ========================================================================== */

@media screen and (max-width: 919px) {
    .sustainability {
        padding: 60px 0;
    }

    /* 左右の2カラムを並べるコンテナ */
    .sustainability__box {
        display: block;
    }
    .sustainability__heading-group {
        display: block;
    }
    /* アイコン画像エリア */
    .sustainability__sub-title--img {
        width: 130px; /* Figmaのアイコンサイズに合わせて調整してください */
        margin: 0 auto 40px;
    }

    /* 横並びになる見出しテキスト */
    .sustainability__sub-title {
        font-size: 24px;
        line-height: 2; /* 48 / 32 */
    }

    /* 下部の説明文（段落） */
    .sustainability__text {
        margin-bottom: 48px;
    }

    /* 右カラム（画像側） */
    .sustainability__image-side {
        width: 100%; /* 1068pxのインナーに対して綺麗に収まる画像幅に調整 */
        flex-shrink: 0; /* 画像が小さく潰れないように固定 */
    }

    .sustainability__image-side img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px; /* 必要に応じて、写真の角を少し丸めるなら追加（不要なら削除してください） */
    }
}

/* ==========================================================================
   FLOW SECTION (3ステップの横並びプロセス)
   ========================================================================== */
.flow {
    background-color: #f0f0f0; /* 全体の背景は薄いグレー */
    padding: 120px 0;
    text-align: center;
}

.flow__inner {
    max-width: 1056px;
    margin: 0 auto;
    padding: 0 40px;
}

.flow__main-title {
    color: #0e357f;
    margin-bottom: 72px;
}

/* ステップとロング矢印を包むリレイティブなコンテナ */
.flow__steps-container {
    position: relative;
    margin-bottom: 16px;
}

/* 3つのカードを横並びにするレイアウト */
.flow__steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2; /* 矢印より前に出す */
    margin-bottom: 25px;
}

/* 各ステップのグレーのカード（画像とテキストを内包） */
.flow__step-1 {
    background-color: #a6b4be; /* 画像に合わせた落ち着いたブルーグレー */
    border-radius: 10px; /* ほどよい角丸 */
    width: 280px; /* 3つ綺麗に並ぶ幅 */
    min-height: 280px; /* 高さを統一 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 18px 20px;
}
.flow__step-2 {
    background-color: #a6b4be; /* 画像に合わせた落ち着いたブルーグレー */
    border-radius: 10px; /* ほどよい角丸 */
    width: 280px; /* 3つ綺麗に並ぶ幅 */
    min-height: 280px; /* 高さを統一 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 79px 18px 20px;
}
.flow__step-3 {
    background-color: #a6b4be; /* 画像に合わせた落ち着いたブルーグレー */
    border-radius: 10px; /* ほどよい角丸 */
    width: 280px; /* 3つ綺麗に並ぶ幅 */
    min-height: 280px; /* 高さを統一 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 18px 20px;
}

/* カードの中の画像エリア */
.flow__step-img-1 {
    max-width: 244px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
}
.flow__step-img-2 {
    max-width: 209px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.flow__step-img-3 {
    max-width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.flow__step-img-1 img,
.flow__step-img-2 img,
.flow__step-img-3 img {
    width: 100%;
    object-fit: contain;
}

/* カード内の説明テキスト */
.flow__step-desc {
    font-size: 16px;
    line-height: 1.5; /* 24 / 16 */
    font-weight: 400; /* Regular */
    text-align: left;
    color: #000000; /* 視認性の高い黒に設定 */
    width: 100%;
}

/* 小さい間矢印（arrow.svg） */
.flow__step-arrow {
    width: 28px;
    flex-shrink: 0;
}

.flow__step-arrow img {
    width: 100%;
    height: auto;
    display: block;
}

.flow__step-arrow-sp {
    display: none;
}

/* --------------------------------------------------------------------------
   下部ループ（リターン矢印）まわりの装飾
   -------------------------------------------------------------------------- */

/* Uターンする長い矢印（arrow-2.svg）の絶対配置 */
.flow__loop-arrow {
    margin: 0 auto;
    z-index: 1;
    max-width: 776px;
}

.flow__loop-arrow img {
    width: 100%;
    height: auto;
    display: block;
}

/* ループの補足テキスト（中央寄せ） */
.flow__loop-note {
    margin: 0 auto 72px;
    text-align: center;
}

.flow__loop-text {
    font-size: 16px;
    line-height: 1.5; /* 24 / 16 */
    font-weight: 400; /* Regular */
    color: #000;
}

/* 最下部のアテンションテキスト（左寄せ） */
.flow__note {
    max-width: 570x;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
}

.flow__note-text {
    font-size: 13px;
    line-height: 1.846; /* 24 / 13 */
    font-weight: 400; /* Regular */
    color: #333333;
}

/* ==========================================================================
   FLOW SECTION　919px以下
   ========================================================================== */

@media screen and (max-width: 919px) {
    .flow {
        padding: 60px 0;
    }

    .flow__main-title {
        margin-bottom: 40px;
    }

    /* ステップとロング矢印を包むリレイティブなコンテナ */
    .flow__steps-container {
        position: relative;
        margin-bottom: 16px;
    }

    /* 3つのカードを横並びにするレイアウト */
    .flow__steps {
        display: block;
    }

    /* 各ステップのグレーのカード（画像とテキストを内包） */
    .flow__step-1 {
        width: 100%;
        padding: 42px 18px 20px;
        margin-bottom: 24px;
    }
    .flow__step-2 {
        width: 100%; /* 3つ綺麗に並ぶ幅 */
        padding: 79px 18px 20px;
        margin-bottom: 24px;
    }
    .flow__step-3 {
        width: 100%; /* 3つ綺麗に並ぶ幅 */
        padding: 32px 18px 20px;
        margin-bottom: 24px;
    }

    /* 小さい間矢印（arrow.svg） */
    .flow__step-arrow {
        width: 28px;
        flex-shrink: 0;
        margin: 0 auto 24px;
    }

    .flow__step-arrow img {
        transform: rotate(90deg);
    }
    .flow__loop-arrow {
        display: none;
    }
    .flow__step-arrow-sp {
        display: block;
        width: 28px;
        flex-shrink: 0;
        margin: 0 auto 24px;
    }
    .flow__step-arrow-sp img {
        width: 100%;
        height: auto;
        display: block;
        transform: rotate(90deg);
    }
    .flow__loop-text {
        padding: 0 18px;
        text-align: left;
    }
}

/* ==========================================================================
   BOTTOM CTA SECTION (最下部の特大コンバージョンエリア)
   ========================================================================== */
.bottom-cta {
    /* 背景画像 cta-bg.webp の上に、デザインのような暗い透過ネイビーのレイヤーを重ねて文字の視認性を確保 */
    background: url("../img/ows/cta-bg.webp") no-repeat center center / cover;
    padding: 100px 0 80px;
    text-align: center;
    color: #ffffff;
}

.bottom-cta__inner {
    margin: 0 auto;
    padding: 0 32px;
}

/* 上部のメッセージテキスト */
.bottom-cta__lead {
    font-size: 24px;
    line-height: 2; /* 48 / 24 */
    font-weight: 400;
    margin-bottom: 35px;
}

/* 中央の黄色い問い合わせカード */
.bottom-cta__card {
    background-color: #fff200; /* デザイン通りの鮮やかなイエロー */
    color: #1d3a7d;
    padding: 40px;
    border-radius: 10px; /* Figmaに合わせた滑らかな角丸 */
    max-width: 646px; /* 横幅を少しキュッと引き締めてデザインを再現 */
    margin: 0 auto 65px;
}

.bottom-cta__card-sub {
    font-size: 24px;
    font-weight: 500;
    color: #0e357f;
    margin-bottom: 20px;
}

.bottom-cta__card-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #0e357f;
    white-space: nowrap;
}

/* カード内：お問合せフォームボタン */
.bottom-cta__btn-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0e357f; /* 濃紺 */
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5; /* 24 / 16 */
    font-weight: 400; /* Regular */
    letter-spacing: 0.1em !important;
    padding: 16px 24px;
    border-radius: 1000px; /* 完全なカプセル型 */
    text-decoration: none;
}

/* お問合せフォームボタン：ホバー効果 */
.bottom-cta__btn-form:hover {
    opacity: 0.6;
}

.bottom-cta__btn-tel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 16px 24px;
    border-radius: 1000px;
    text-decoration: none;

    /* ----------------------------------------------------------------------
       【ココを追加！】見えない壁を突き破って最前面に出す
       ---------------------------------------------------------------------- */
    position: relative; /* z-indexを効かせるために必須 */
    z-index: 999; /* ヘッダー（z-index: 100など）よりも確実に高い数値にする */
}

/* お電話ボタン：ホバー効果 */
.bottom-cta__btn-tel:hover {
    opacity: 0.6;
}

/* ボタン内の矢印（›）の右側スペース調整 */
.bottom-cta__arrow {
    margin-left: 16px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-1px); /* 縦位置の微調整 */
}

.bottom-cta {
    /* ----------------------------------------------------------------------
       【強制救済】どんな見えない壁よりも手前にボタンエリアを引っ張り出す
       ---------------------------------------------------------------------- */
    position: relative; /* z-indexを有効にするために必須 */
    z-index: 9999 !important; /* 他のどのセクションよりも絶対手前に出す */

    /* 念のため、親要素のクリック判定が潰れないように設定 */
    pointer-events: auto !important;
}

/* さらにボタン自体にも念押しで設定 */
.bottom-cta__btn-tel {
    position: relative;
    z-index: 10000 !important;
    pointer-events: auto !important;
}


/* ==========================================================================
   BOTTOM CTA SECTION　919px以下
   ========================================================================== */

@media screen and (max-width: 919px) {
    .bottom-cta {
        padding: 56px 0px;
    }

    /* 上部のメッセージテキスト */
    .bottom-cta__lead {
        font-size: 18px;
        line-height: 2.1; /* 48 / 24 */
        margin-bottom: 40px;
    }

    /* 中央の黄色い問い合わせカード */
    .bottom-cta__card {
        padding: 30px;
        border-radius: 10px; /* Figmaに合わせた滑らかな角丸 */
        margin-bottom: 40px;
    }

    .bottom-cta__card-sub {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .bottom-cta__card-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 24px;
    }

    /* ボタン内の矢印（›）の右側スペース調整 */
    .bottom-cta__arrow {
        margin-left: 16px;
        font-size: 18px;
        line-height: 1;
        display: inline-block;
        transform: translateY(-1px); /* 縦位置の微調整 */
    }
}

/* ==========================================================================
   MOVIE SECTION 
   ========================================================================== */
.ows-movie{
    padding: 80px 0;
    background-color: #ffffff;
}
.ows-movie__inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px; /* 画面端の詰まり防止用のセーフティ余白 */
    box-sizing: border-box;
}
.ows-movie__title{
    font-size: 20px;
    line-height: normal; /* 行間自動 */
    font-weight: 500; /* Medium */
    color: #0e357f;
    margin-bottom: 16px;
}

.ows-youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden; /* 💡はみ出た黒い線をここでカットします */
}

.ows-youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05); /* 💡動画を中央基準で5%だけ拡大します */
    width: 100%;
    height: 100%;
    border: none;
}


/* ==========================================================================
   フォント設定
   ========================================================================== */

.f-pattern-h2 {
    font-size: 32px;
    line-height: normal; /* 行間自動 */
    font-weight: 500; /* Medium */
}

@media screen and (max-width: 919px) {
    .f-pattern-h2 {
        font-size: 24px;
        line-height: 1.33; /* 行間自動 */
    }
}

/* ==========================================================================
   その他
   ========================================================================== */

.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
.br-600 {
    display: none;
}

@media screen and (max-width: 919px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .br-600 {
        display: block;
    }
}

/* ==========================================================================
   事業案内
   ========================================================================== */

.ows-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0e357f; /* 濃紺 */
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5; /* 24 / 16 */
    font-weight: 400; /* Regular */
    letter-spacing: 0.1em !important;
    padding: 16px 24px;
    border-radius: 1000px; /* 完全なカプセル型 */
    text-decoration: none;
    margin-top: 18px;
}

.ows-btn:hover {
    background-color: #fff200; /* 濃紺 */
    color: #0e357f;
}

.ows-btn__arrow {
    margin-left: 16px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-1px); /* 縦位置の微調整 */
}

.business-column-ows {
    margin: -175px 0 119px;
}
@media screen and (max-width: 919px) {
    .business-column-ows {
        margin: 0px 0px 50px;
    }
    .br-pc {
        display: none;
    }
}

.business-column-item-ttl-ows {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
}
