@charset "utf-8";

/*
	コンポーネント用 css

	01. container
    ├ 01-01. box
    └ 01-02. text box

	02. title
    └ 02-01. title

	03. button
    └ 03-01. button

	04. nav header
    ├ 04-01. nav header
    ├ 04-02. パンくず
    └ 04-03. 一覧用説明分表示エリア

	05. main image
    ├ 05-01. main image
    ├ 05-02. TOPページ用
    ├ 05-03. プロダクトページ用
    ├ 05-04. SIページ用
    ├ 05-05. 業界・用途別活用ページ用
    ├ 05-06. 事例系
    └ 05-07. ニュース / プレスリリース系

	06. contents parts
    ├ 06-01. logo slider
    ├ 06-02. card list
    ├ 06-03. 左右画像リスト
    ├ 06-04. 発注までの流れ
    ├ 06-05. table
    ├ 06-06. ul / ol
    ├ 06-07. 業界・用途別活用
    ├ 06-08. news
    ├ 06-09. floating banner
    └ 06-10. tab

 */

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

	01. container

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

@layer components {

    /* ----------------------------------
        01-01. box
    -----------------------------------*/

    #wrapper {
        position: relative;
        padding-top: 64px;
        transition: var(--def-transition);
    }
    section {
        position: relative;
        margin-inline: auto; 
        padding-bottom: 80px;
        max-width: var(--max-w-1500);
        background-color: var(--white);
        scroll-margin-top: 80px; /* スムーススクロールの位置指定 */

        &.no_wave {
            margin-top: 144px;
        }
        /*&.odd  { background-color: var(--white); }*/
        &.even { background-color: var(--gray1-01); }
    }

    /* エリア区切りウェーブ画像 */
    .sec_head img {
        margin-bottom: -1px; /* 画像下の隙間対応 */
        vertical-align: bottom; /* 画像下の隙間対応 */
    }
    .safari {
        & .sec_head {
            overflow: hidden;

            & img {
                margin: 0 -10px -1px;
                width: calc(100% + 20px);
            }
        }
    }

    /* ----------------------------------
        01-02. text box
    -----------------------------------*/

    .img_box,
    .txt_box,
    .txt_gray_box {
        position: relative;
        margin: 40px auto 64px;
        max-width: var(--max-w-728);
        font-size: var(--fs-m); /* 実際にコーディングして読みづらい場合は「--fs-l」にする */
        color: var(--gray2-04);
        line-height: 1.8;
        text-align: justify;
        word-break: break-all;

        & h4 {
            margin-bottom: 32px;
            font-size: var(--f-s-l);
            text-align: center;
        }
        & > p {
            margin-bottom: 16px;

            &:last-child {
                margin-bottom: 0;
            }
        }
        & .img_list {
            margin: 32px auto;

            & .img_thumb {
                background-color: transparent !important;
            }
        }
    }
    /* テキスト用 グレー背景 */
    .txt_gray_box {
        padding: 32px;
        background-color: var(--gray1-01);

        & h4 {
            margin-bottom: 24px;
            text-align: left;
        }
    }
    .even .txt_gray_box {
        background-color: var(--gray1-04);
    }

    /* 構成図画像用 */
    .img_box {
        max-width: var(--max-w-980);

        & span {
            display: block;
            text-align: center;
        }
    }
    .img_thumb {
        text-align: center;

        & figcaption {
            text-align: center;
            font-size: var(--f-s-14);
            color: var(--gray2-03);
        }
    }
    .txt_box .img_thumb {
        margin: 40px 0;
    }

    @media (width <= 768px) {

        .txt_box, .txt_gray_box, .img_box {
            margin: 40px 32px;
        }
        .txt_box {
            & .txt_gray_box,
            & .img_box,
            &.dot_list {
                margin: 40px 0;
            }
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        section {
            padding-bottom: 40px;
        }
    }
}

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

	02. title

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

@layer components {

    /* ----------------------------------
        02-01. title
    -----------------------------------*/

    /*---- section 見出し ----*/
    /*section > h3 {*/
    section h3 {
        margin-inline: auto; 
        padding: 40px 24px 0;
        max-width: var(--max-w-728);
        text-align: center;

        & span {
            display: inline-block;
            padding-bottom: 12px;
            border-bottom: 2px solid;
        }
        & + p {
            margin: 32px auto 0;
            padding: 0 24px;
            max-width: var(--max-w-728);
            text-align: center;
        }
        & + h4 {
            margin: 40px auto 0;
            padding: 0 24px;
            max-width: var(--max-w-728);
            font-size: var(--f-s-l);
            text-align: center;
        }
    }
    /* title color */
    .tit_green_01 { color: var(--green1-03);
           & span { border-bottom-color: var(--green1-03); }
    }
    .tit_green_02 { color: var(--green2-03);
           & span { border-bottom-color: var(--green2-03); }
    }
    .tit_blue     { color: var(--blue-03);
           & span { border-bottom-color: var(--blue-03); }
    }
    .tit_purple   { color: var(--purple-03);
           & span { border-bottom-color: var(--purple-03); }
    }
    .tit_orange   { color: var(--orange1-03);
           & span { border-bottom-color: var(--orange1-03); }
    }
    .tit_red      { color: var(--red-02);
           & span { border-bottom-color: var(--red-02); }
    }
    .tit_gray_01  { color: var(--gray2-05);
           & span { border-bottom-color: var(--gray2-05); }
    }

    /* ---- TAB ----*/
    @media (width <= 1024px) {

        section > h3 {
            padding: 40px 16px 0;
            font-size: var(--f-s-l);

            & + p {
                padding: 0 24px;
                text-align: left;
            }
        }
    }
}

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

	03. button

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

@layer components {
    
    /* ----------------------------------
        03-01. button
    -----------------------------------*/

    [class^="btn_"]:not(.btn_box) {
        position: relative;
        display: inline-block;
        padding: 16px;
        min-height: 56px;
        line-height: 1.6;
        text-align: center;
        color: var(--white);
        background-color: var(--darkBlue-01);
        border-radius: var(--bdr-r-8);
        border: none;
        cursor: pointer;
        vertical-align: middle;
        box-shadow: var(--def-shadow);
        transition: var(--def-transition);

        &:hover {
            background-color: var(--def-btn-bg-hvr);
            transform: translateY(-2px);
        }
        &:not(.cta_btn) img {
            position: absolute;
            top: 50%;
            width: 16px;
            transform: translateY(-50%);

            &.left_img  { left: 24px; }
            &.right_img { right: 16px; }
        }
    }
    .btn_s { width: min(180px, 100%); } /* 180pxと100%のうち、小さい方を選択 */
    .btn_m { width: min(280px, 100%); } /* 280pxと100%のうち、小さい方を選択 */
    .btn_l { width: min(340px, 100%); } /* 340pxと100%のうち、小さい方を選択 */

    :is(.cta_btn, #btm_btn_box, #use_case #cta_box) a:hover {
        transition: var(--def-transition);
        transform: translateY(-2px);
    }

    .btn_box {
        margin-top: 40px;
        padding: 0 16px;
        text-align: center;
    }

    /*---- CTA button ----*/
    #btm_cta_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 64px auto 0;
        padding: 32px;
        max-width: var(--max-w-728);
        background-color: var(--gray1-01);

        & > p {
            flex: 0 0 100%;
            margin-bottom: 16px;
            text-align: center;
        }
        & > div {
            flex: 0 0 320px;

            & a {
                display: block;
                margin-inline: auto; 
                width: 88%;
                border-radius: var(--bdr-r-8);
            }
        }
        &.btn_3 > div {
            flex: 0 0 240px;
        }
    }
    .even #btm_cta_box {
        background-color: var(--gray1-04);
    }

    /* ---- SP ----*/
    @media (width <= 699px) {

        #btm_cta_box {
            display: block;
        }
        #btm_cta_box > p + div,
        #btm_cta_box > div:first-child {
            margin-bottom: 24px;
        }
    }

}
@layer overwrite {

    .blue_btn    { background-color: var(--blue-02);
        &:hover  { background-color: var(--blue-03); }
    }
    .green_btn   { background-color: var(--green2-02);
        &:hover  { background-color: var(--green2-03); }
    }
    .orange_btn  { background-color: var(--orange-btn-bg);
        &:hover  { background-color: var(--orange-btn-bg-hvr); }
    }
    .gray_btn    { background-color: var(--gray2-03);
        &:hover  { background-color: var(--gray2-04); }
    }
}

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

	04. nav header

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

@layer components {
    
    /* ----------------------------------
        04-01. nav header
    -----------------------------------*/

    #nav_header {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        min-height: 64px;
        height: auto;
        color: var(--white);
        background-color: var(--gray2-04);
        z-index: 2;

        & > div {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-inline: auto; 
            padding: 0 24px;
            height: 100%;
            max-width: var(--max-w-1500);

            &:first-child {
                min-height: 64px;
            }
            & a {
                display: inline-block;
                margin-right: 48px;
                color: var(--white);
                font-size: var(--f-s-14);

                &:last-child {
                    margin-right: 0;
                }
                &:hover {
                    opacity: var(--def-hvr-opacity);
                }
            }
        }
        & h1 {
            padding: 12px 16px 0 0;
            font-size: var(--f-s-l);

            &.list_tit {
                padding: 0 16px 0 0;
            }
            & span {
                position: absolute;
                top: 8px;
                display: block;
                width: 90%;
                color: var(--gray1-02);
                font-size: var(--f-s-10);
                font-weight: normal;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }
        }
        & #toggle_btn {
            display: none;
        }
    }

    /* ---- SP & TAB ----*/
    @media (width <= 1200px) {

        #nav_header {
            & h1 {
                padding: 24px 16px 0 0;

                &.list_tit {
                    padding: 16px 16px 0 0;
                }
            }
            & > div {
                display: block;
            }
            & #toggle_menu {
                max-height: 0;
                overflow: hidden;
                background-color: rgb(0 0 0 / .6);
                transition: var(--def-transition);

                &.toggle_open {
                    margin-top: 16px;
                    max-height: 100vh;
                }
                & a {
                    display: block;
                    margin-right: 0;
                    height: 48px;
                    line-height: 48px;
                    font-size: var(--fs-s);
                    text-align: center;
                    border-bottom: 1px solid rgb(255 255 255 / .1);

                    &:hover {
                        background-color: rgb(0 0 0 / .8);
                    }
                }
            }
            /* toggle button */
            & #toggle_btn {
                display: block;
                position: absolute;
                top: 16px;
                right: 16px;
                width: 32px;
                height: 32px;
                cursor: pointer;
                background-color: transparent;
                transition: var(--def-transition);

                /* 右 */
                &::before {
                    position: absolute;
                    content: "";
                    top: 11px;
                    right: 10px;
                    width: 2px;
                    height: 12px;
                    background-color: var(--gray1-02);
                    transform: rotate(45deg);
                }
                /* 左 */
                &::after {
                    position: absolute;
                    content: "";
                    bottom: 14px;
                    right: 12px;
                    width: 12px;
                    height: 2px;
                    background-color: var(--gray1-02);
                    transform: rotate(45deg);
                }
                /* × */
                &.toggle_open {
                    transform: rotate(360deg);

                    /* ×　右 */
                    &::before {
                        top: 11px;
                        right: 14px;
                        height: 16px;
                        transform: translateY(-4px) rotate(-45deg);
                    }
                    /* ×　左 */
                    &::after {
                        bottom: 14px;
                        right: 7px;
                        width: 16px;
                        transform: translateY(-2px) rotate(-45deg);
                    }
                }
            }
        }
    }

    /* ----------------------------------
        04-02. パンくず
    -----------------------------------*/

    .breadcrumb {
        position: static;
        height: auto;
        background-color: var(--gray2-03);
        white-space: nowrap;
        overflow-x: auto;

        & ol {
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            margin-inline: auto; 
            padding: 8px 24px;
            max-width: var(--max-w-1500);
            font-size: var(--fs-ss);
            color: var(--white);

            & li:not(:last-of-type)::after {
                content: "›";
                margin: 0 .6em;
            }
            & a {
                color: var(--white);
            }
        }
    }

    /* ----------------------------------
        04-03. 一覧用説明分表示エリア
    -----------------------------------*/

    section.list_top {
        margin-top: 100px;
        max-width: 100%;

        & h2 {
            color: var(--gray2-04);
            font-size: var(--f-s-m);
            font-weight: normal;
            background-color: var(--gray1-01);

            & span {
                display: block;
                margin-inline: auto; 
                padding: 16px 24px;
                max-width: var(--max-w-1500);
            }
        }     
        & .card_list {
            max-width: var(--max-w-1500);
        }   
    }
}

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

	05. main image

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

@layer components {

    /* ----------------------------------
        05-01. main image
    -----------------------------------*/

    #main_img {
        position: relative;
        margin: 98px auto 0;
        padding-bottom: 0;
        max-width: var(--max-w-1500);
        aspect-ratio: 16 / 7; /* 1920 / 840 */

        &.img_16_9 {
            aspect-ratio: 16 / 9;
        }
        & #main_title {
            position: relative;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 0 32px;
            height: 100%;
            z-index: 1;

            & > div {
                padding-left: 32px;
                min-width: 40%;

                & #main_title_1,
                & #main_title_2 {
                    -webkit-text-stroke: 2px var(--gray1-01);
                    text-stroke: 2px var(--gray1-01);
                    paint-order: stroke;
                    /*text-shadow: 2px 2px 0 var(--gray1-01), -2px 2px 0 var(--gray1-01), 2px -2px 0 var(--gray1-01), -2px -2px 0 var(--gray1-01);*/
                }
                & #main_title_1 {
                    padding-bottom: 14px;
                    line-height: 1.4;
                    font-weight: bold;
                    font-size: clamp(2rem, 0.9844rem + 3.25vw, 2.8125rem); /* min: 32px | max: 45px */
                    /*font-size: clamp(1.4375rem, -0.2813rem + 5.5vw, 2.8125rem);*/ /* min: 23px | max: 45px */
                    border-bottom: 1px solid var(--gray1-03);
                }
                & #main_title_2 {
                    padding-top: 24px;
                    font-size: var(--f-s-m);
                    font-weight: normal;
                }
                & #main_cta_box a {
                    margin-top: 64px;
                    padding: 0;
                    width: min(400px, 100%);

                    & img {
                        max-width: 100%;
                    }
                }
            }
        }
    }

    /* ----------------------------------
        05-02. TOPページ用
    -----------------------------------*/

    #top-main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* ----------------------------------
        05-03. プロダクトページ用
    -----------------------------------*/

    #w40 {
        flex: 0 0 40%;
    }
    #top-main-product {
        flex: 0 0 60%;
        padding: 40px 0;
    }
    /* ---- aws logo ----*/
    #aws_box {
        position: absolute;
        top: 96%;
        right: 24px;
        color: var(--gray2-04);
        font-size: var(--fs-ss);
        text-align: center;
        z-index: 1;
    }

    /* ----------------------------------
        05-04. SIページ用
    -----------------------------------*/

    #main_img.orange2_bk {
        & #main_title {
            & #main_title_1 {
                color: #ecdeba;
                border-bottom-color: #ecdeba;
                font-size: clamp(2rem, -0.5rem + 8vw, 4rem); /* min: 32px | max: 64px */
            }
            & #main_title_2 {
                color: var(--white);
            }
            & #main_title_1,
            & #main_title_2 {
                -webkit-text-stroke: 0;
                text-stroke: 0;
            }
            & #top-main-product {
                text-align: center;

                & img {
                    max-width: 56%;
                }
            }
        }
    }

    /* ----------------------------------
        05-05. 業界・用途別活用ページ用
    -----------------------------------*/

    #use_case {
        & #use_case_img {
            position: relative;
            margin: 100px auto 0;
            padding-bottom: 0;

            & h2 {
                -webkit-text-stroke: 2px var(--gray1-01);
                text-stroke: 2px var(--gray1-01);
                paint-order: stroke;
            }
            & h2 img {
                vertical-align: bottom;
            }
        }
        & #cta_box {
            position: absolute;
            margin: 0;
            width: min(496px, 40%);
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            color: var(--gray2-04);

            & > p {
                flex: 0 0 100%;
                padding-bottom: 8px;
                font-size: var(--f-s-14);
                text-align: center;

                & + a {
                    margin-right: 8px;
                }
            }
            & a {
                display: block;
                width: 100%;
                max-width: min(48%, 240px);
                text-align: center;
                border-radius: var(--bdr-r-8);
                box-shadow: var(--def-shadow);

                &:first-child {
                    margin-right: 8px;
                }
            }
        }
        /* 建築以降のメインビジュアル用 --> <h2>のフォントサイズや色等は各ページで調整すること  */
        &.main_slider {
            & #main_img {
                position: relative;
                display: flex;
                align-items: center;
                margin-inline: auto; 
                padding: 0 32px;
                max-width: var(--max-w-1500);
                background: no-repeat center right var(--gray1-01);
                background-size: contain;
                animation: image_anime 30s ease infinite; /* 30秒のアニメーションを繰り返す */
                transition: var(--def-transition);

                & > div:first-child {
                    flex: 0 0 72%;
                    padding: 32px 0 32px 32px;
                }
                & h2 span {
                    display: inline-block;

                    &.line_02 span {
                        color: var(--green1-02);
                    }
                }
                & #cta_box {
                    position: static;
                    margin-top: 56px;
                    width: min(496px, 100%);

                    & a {
                        /*max-width: min(48%, 240px);*/
                    }
                }
            }
        }
    }

    /* ----------------------------------
        05-06. 事例系
    -----------------------------------*/

    #main_img.jirei_box,
    #main_img.jirei_box #main_title {
        aspect-ratio: 0;
    }
    #main_img.jirei_box {
        & #main_title #w40 {
            flex: 0 0 32%;
            padding-left: 0;
            min-width: 32%;

            & #main_title_1 {
                /*padding-bottom: 40px;*/
                color: var(--white);
                font-size: var(--f-s-l);
                -webkit-text-stroke: 0;
                text-stroke: 0;
                border-bottom: none;

                & p {
                    margin-bottom: 16px;
                    font-weight: bold;

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
        }
        & #top-main-product {
            flex: 0 0 68%;
            padding: 0 0 0 32px;

            & img {
                vertical-align: bottom;
            }
            & .jirei_logo_box {
                padding: 16px;
                width: 100%;
                text-align: center;
                background-color: rgb(255 255 255 / .7);

                & > div {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    /*place-items: center;*/
                }
                & img {
                    width: 100%;
                    max-height: 64px;
                }
                & span {
                    font-size: var(--f-s-l);
                    font-weight: bold;

                    &:nth-child(2) {
                        padding: 0 24px;
                        font-weight: normal;
                    }
                }
            }
        }
    }

    /* ----------------------------------
        05-07. ニュース / プレスリリース系
    -----------------------------------*/

    #news_main {
        align-items: flex-start;
        margin-inline: auto; 
        padding: 40px 0;
        width: var(--max-w-728);

        & h1 {
            width: 100%;
            font-size: var(--f-s-ll);
            font-weight: bold;
        }
        & h2 {
            margin-top: 24px;
            padding-top: 24px;
            color: var(--gray2-04);
            font-size: var(--f-s-18);
            font-weight: bold;
            border-top: 1px solid var(--gray1-03);
        }
        & .date {
            margin-bottom: 40px;
            font-size: var(--f-s-12);

            & span {
                display: inline-block;
                margin-right: 16px;
                padding: 8px;
                color: var(--white);
                text-align: center;
                border-radius: 4px;
                background-color: var(--gray2-03);
            }
        }
    }
}

@layer overwrite {

    /* ----------------------------------
        05-01. main image
    -----------------------------------*/
    /* ---- TAB ----*/
    @media (width <= 1024px) {

        #main_title_1.fs_xxl {
            font-size: var(--f-s-xl);
        }
        #main_cta_box a {
            margin: 32px 0;
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        #main_img {
            padding: 0 0 80px;

            & #main_title {
                justify-content: center;
                height: auto;

                & > div {
                    padding-left: 0;
                }
            }
        }
    }

    /* ----------------------------------
        05-02. TOPページ用
    -----------------------------------*/
    /* ---- SP ----*/
    @media (width <= 699px) {

        #main_img.img_16_9 {
            padding: 24vh 0 0;
        }
        #top-main {
            align-items: flex-start;

            & img {
                position: absolute;
                right: 0;
                width: 140%;
            }
        }
    }

    /* ----------------------------------
        05-03. プロダクトページ用
    -----------------------------------*/
    /* ---- SP ----*/
    @media (width <= 699px) {

        #main_title #w40 {
            order: 1;
            flex: 0 0 100%;
        }
        #top-main-product {
            order: 0;
            flex: 0 0 100%;
        }
        #aws_box {
            position: absolute;
            top: auto;
            left: 24px;
            bottom: -64px;
        }
    }

    /* ----------------------------------
        05-05. 業界・用途別活用ページ用
    -----------------------------------*/
    /* ---- tablet ----*/
    @media (width <= 1024px) {

        .main_slider {
            & #main_img {
                padding: 0 32px;
                background-size: 48%;

                & #cta_box {
                    width: min(360px, 100%);
                }
            }
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        #use_case {
            & #cta_box {
                position: static;
                top: auto;
                left: auto;
                margin-inline: auto; 
                padding: 24px;
                width: 100%;
                text-align: center;
                background-color: var(--gray1-01);

                & a {
                    width: 100%;
                }
            }
            &.main_slider {
                & #main_img {
                    background-size: 100%;
                    background-position: top right;

                    & > div:first-child {
                        flex: 0 0 100%;
                        padding: 100% 0 32px 0;
                    }
                    & #cta_box {
                        margin-top: 0;
                        padding: 24px 0;
                        background-color: transparent;
                    }
                }
            }
        }
    }

    /* ----------------------------------
        05-06. 事例系
    -----------------------------------*/
    /* ---- tablet ----*/
    @media (width <= 1024px) {

        #main_img.jirei_box {
            & #main_title_1 {
                padding: 40px 0 0 0;
                font-size: var(--f-s-m);
            }
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        #main_img.jirei_box {
            padding-bottom: 40px;

            & #main_title {
                padding: 0;
                width: 100%;

                & #w40 {
                    flex: 0 0 88%;
                    min-width: 88%;
                }
            }
            & #top-main-product {
                flex: 0 0 100%;
                padding: 0;

                & .jirei_logo_box span {
                    line-height: 1.4;
                    font-size: var(--f-s-m);
                }
            }
        }
    }

    /* ----------------------------------
        05-07. ニュース / プレスリリース系
    -----------------------------------*/
    /* ---- tablet ----*/
    @media (width <= 1024px) {

        #news_main {
            max-width: 100%;

            & h1 {
                font-size: var(--f-s-ll);
            }
            & h2 {
                font-size: var(--f-s-m);
            }
        }
    }
    @media (width <= 768px) {

        #news_main {
             padding: 40px 32px;
        }
    }
}

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

	06. contents parts

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

@layer components {

    /* ----------------------------------
        06-01. logo slider
    -----------------------------------*/

    .slider_container {
        margin-top: 32px;
        overflow: hidden;

        & .slider {
            width: 100%;
            position: relative;

            & .slides {
                display: flex;
                align-items: center;
                width: calc((16.6% * 6) * 2); /* calc((16.6% * n) * 2) nにロゴの数を設定する */
                height: 80px;
                animation: slide 30s linear infinite;

                &.allow-pause:hover {
                    animation-play-state: paused;
                }
                & .slide {
                    flex-basis: 50%;
                    display:flex;
                    align-items: center;

                    & div {
                        flex-basis: 16.6%;

                        & a {
                            display: block;
                            transition: var(--def-transition);
                        }
                        & a:hover {
                            transform: translateY(-8px);
                        }
                    }
                    & img {
                        max-width: 100%;
                    }
                }
            }
        }
    }
    @keyframes slide {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* ----------------------------------
        06-02. card list
    -----------------------------------*/

    .card_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 40px auto 0;
        padding: 0 32px;

        & > a,
        & > div {
            margin: 0 8px 16px;
            padding-bottom: 24px;
            border-radius: var(--bdr-r-8);
            transition: var(--def-transition);
        }
        & > a {
            box-shadow: var(--def-shadow);
            background-color: var(--white);

            &:hover {
                box-shadow: var(--def-hvr-shadow);
                transform: translateY(-2px);
            }
            & .card_thumb {
                border-radius: var(--bdr-r-8) var(--bdr-r-8) 0 0;
            }
            & .type_back + .card_thumb {
                border-radius: 0 0 var(--bdr-r-8) var(--bdr-r-8);
            }
        }
        & .card_thumb {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            aspect-ratio: 16 / 9;
            background-color: var(--gray1-01);
            border-radius: var(--bdr-r-8);
            overflow: hidden;

            & span {
                position: absolute;
                top: 0;
                left: 0;
                padding: 4px;
                text-align: left;
                line-height: 1;
                font-size: var(--f-s-12);
                color: var(--white);
                background-color: var(--gray2-01);
                border-radius: 0 0 var(--bdr-r-4) 0;
            }
            & img {
                max-width: 100%;
                max-height: 100%;
                border-radius: var(--bdr-r-8) var(--bdr-r-8) 0 0;
            }
        }
        & .card_content {
            padding: 0 16px;

            & h4 {
                margin-top: 24px;
                color: var(--gray2-05);
                text-align: center;
            }
            & p {
                margin-top: 12px;
                color: var(--gray2-04);
                font-size: var(--f-s-14);
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4; /* 制限したい行数 */
                overflow: hidden;
            }
        }
        & .type_back {
            padding: 4px;
            font-size: var(--f-s-14);
            color: var(--white);
            text-align: center;
            border-radius: 8px 8px 0 0;
        }
        /* 最新情報 */
        & .card_date {
            margin-top: 16px;
            color: var(--gray2-04);
            font-size: var(--f-s-14);
        }
        & .card_date + h4 {
            margin-top: 4px;
            text-align: left;
            font-size: var(--f-s-14);
        }
        /* 事例 人物用 */
        &.customer_list > div {
            margin: 0 16px;
            max-width: 200px;

            & .card_thumb {
                display: flex;
                align-items: center;
                justify-content: center;
                aspect-ratio: 2 / 3;
                border-radius: var(--bdr-r-8);
                background-color: transparent;
            }
            & p {
                display: block;
                font-size: var(--f-s-12);
            }
            & h4 {
                margin-top: 8px;
            }
        }
    }
    .clm_6 {
        & > a,
        & > div { flex: 0 0 calc((100% / 6) - 16px); }
    }
    .clm_5 {
        & > a,
        & > div { flex: 0 0 calc(20% - 16px); }
    }
    .clm_4 {
        & > a,
        & > div { flex: 0 0 calc(25% - 16px); }
    }
    .clm_3 {
        & > a,
        & > div { flex: 0 0 calc(33.33% - 16px); }
    }
    .clm_2 {
        & > a,
        & > div { flex: 0 0 calc(50% - 16px); }
    }

    /* 事例 横1つ 画像無し用 */
    .features_list {
        margin: 24px auto;
        max-width: var(--max-w-728);

        & li {
            margin-bottom: 16px;
            padding: 20px 16px 16px 16px;
            background-color: var(--white);
            border-radius: var(--bdr-r-8);

            & h4 {
                margin-bottom: 12px;
                padding-bottom: 16px;
                line-height: 1;
                border-bottom: 1px solid var(--gray1-03);
            }
            & p {
                padding-left: 1.3em;
            }
            & div {
                margin: 16px 0 16px 1.3em;
                padding: 12px;
                border-radius: var(--bdr-r-8);
                background-color: var(--gray1-01);

                & h5 {
                    margin-bottom: 12px;
                    padding-bottom: 12px;
                    border-bottom: 1px solid var(--gray1-03);
                }
                & p {
                    padding-left: 0;
                }
            }
        }
    }

    /* ユースケースの表示順 */
    #use_case_list {
        & #for-education     { order: 3; }  /* 塾・予備校 教育関係の方 */
        & #for-ip            { order: 1; }  /* コンテンツホルダーの方 */
        & #for-online        { order: 7; }  /* スクール・教室運営者の方 */
        & #for-franchise     { order: 8; }  /* 社内研修・社内イベントを検討の方 */
        & #for-manufacturing { order: 2; }  /* 製造・建築・建設関係の方 */
        & #for-fashion       { order: 4; }  /* ファッション・アパレル・宝飾関係の方 */
        & #for-packing       { order: 5; }  /* 包装・梱包・搬送機器業界の方 */
        & #for-food          { order: 6; }  /* 食品・飲料・衛生管理関係の方 */
        & #for-television    { order: 9; }  /* 地域放送局・ケーブルテレビ局編成の方 */
        & #for-financial     { order: 10; } /* 銀行・保険・証券業界の方 */
    }
    /* ユースケース */
    #use_case {
        & h4.card_thumb {
            margin-top: 0;
        }
    }
    /* ユースケースのお悩み */
    .num_list {
        counter-reset: number 0;

        & > div {
            position: relative;
            padding-bottom: 0;
            background-color: var(--gray1-01);

            & .card_content {
                padding: 24px 16px 16px 44px;
                text-align: center;
                text-stroke: 2px var(--gray1-01);
                paint-order: stroke;

                &::before {
                    display: block;
                    position: absolute;
                    top: -6px;
                    left: -28px;
                    content: " ";
                    width: 88px;
                    height: calc(88px / 2);
                    clip-path: polygon(50% 0, 100% 100%, 0 100%);
                    transform: rotate(-45deg);
                    background-color: var(--blue-02);
                }
                &::after {
                    display: block;
                    position: absolute;
                    top: 8px;
                    left: 8px;
                    counter-increment: number 1;
                    content: counter(number, decimal-leading-zero) "";
                    color: var(--white);
                    font-weight: bold;
                }
                & h4 {
                    position: relative;
                    margin-top: 0;
                    font-size: var(--f-s-l);
                    font-weight: normal;

                    &::after {
                        display: block;
                        position: absolute;
                        bottom: -32px;
                        left: calc((100% - 32px) / 2);
                        content: " ";
                        width: 32px;
                        height: calc(32px / 2);
                        clip-path: polygon(50% 0, 100% 100%, 0 100%);
                        transform: rotate(180deg);
                        background-color: var(--gray2-03);
                    }
                }
                & p {
                    margin-top: 48px;
                    font-size: var(--f-s-l);
                    font-weight: bold;
                    color: var(--blue-02);
                }
                & img {
                    position: absolute;
                    bottom: 0;
                    left: 4px;
                    width: 16%;
                }
            }
        }
    }
    .num_list.clm_4 {
        & > div {
            & h4,
            & p {
                font-size: var(--f-s-m);
            }
        }
    }
    .num_list.num_list_2 {
        & > div {
            background-color: transparent;

            & .card_content {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                aspect-ratio: 16 / 9;
                background-color: var(--gray1-01);
                border-radius: var(--bdr-r-8);
                & h4 {
                    &::after {
                        display: none;
                    }
                    & span {
                        color: var(--blue-02);
                        font-weight: bold;
                    }
                }
            }
            & p {
                margin-top: 12px;
                color: var(--gray2-04);
                font-size: var(--f-s-14);
                background-color: var(--white);
            }
        }
    }

    .odd {
        & .features_list {
            & li {
                background-color: var(--gray1-01);

                & div {
                    background-color: var(--white);
                }
            }
        }
    }
    .even {
        & .card_list .card_thumb {
            background-color: var(--white);
        }
    }

    /* ----------------------------------
        06-03. 左右画像リスト
    -----------------------------------*/

    .img_list {
        display: flex;
        margin: 80px auto;
        max-width: var(--max-w-980);

        & .img_thumb {
            flex: 0 0 40%;
            overflow: hidden;
            text-align: center;
            border-radius: var(--bdr-r-8);

            & img {
                border-radius: var(--bdr-r-8);
                vertical-align: bottom;
            }
        }
        & .img_content {
            flex: 0 0 60%;

            & h4 {
                margin-bottom: 16px;
                font-size: var(--f-s-l);
                font-weight: bold;
            }
            & p {
                margin-bottom: 8px;
                color: var(--gray2-04);
            }
            & .icon_tit_1 span {
                margin-right: 16px;
                padding: 4px 8px;
                min-width: 48px;
                font-size: var(--fs-ss);
                color: var(--white);
                border-radius: var(--bdr-r-4);
                background-color: var(--blue-02);
            }
            & [class^="icon_tit_"] + p {
                margin-top: 16px;
                padding: 16px;
                border-top: 1px solid var(--gray1-03);
                border-bottom: 1px solid var(--gray1-03);
            }
        }
        &.img_r .img_content { padding-right: 32px; }
        &.img_l .img_content { padding-left: 32px; }
    }
    a.img_list {
        color: var(--def-txt-00);
        transition: var(--def-transition);

        &:hover {
            border-radius: var(--bdr-r-8);
            box-shadow: var(--def-hvr-shadow);
        }
    }

    .even {
        & .img_list .img_thumb img {
            background-color: var(--white);
        }
    }

    .green_dot_txt,
    .gray_dot_txt {
        & span {
            position: relative;
            display: block;
            padding: 0 0 8px 24px;

            &:last-child {
                padding: 0 0 0 24px;
            }
            &::before {
                content: "●";
                position: absolute;
                top: 0;
                left: 0;
            }
            &.dummy::before {
                display: none;
            }
        }
    }
    .green_dot_txt span::before {
        color: var(--green1-02);
    }
    .gray_dot_txt span::before {
        color: var(--gray2-03);
    }

    /* ----------------------------------
        06-04. 発注までの流れ
    -----------------------------------*/

    .flow_list {
        & img {
            max-height: 100%;
        }
        & > div {
            position: relative;

            &::after {
                content: "▼";
                position: absolute;
                top: 22%;
                right: -16px;
                color: var(--blue-02);
                font-size: var(--f-s-ll);
                transform: rotate(-90deg)
            }
            &:last-child::after {
                display: none;
            }
        }
        & h4.type_back {
            margin-top: 0;
            color: var(--white);
            font-size: var(--f-s-18);
            font-weight: normal;
        }
    }
    /* 業界・用途別活用 */
    #use_case {
        & .flow_list > div::after {
            top: 32%;
        }
    }

    /* ----------------------------------
        06-05. table
    -----------------------------------*/

    .table_box {
        margin: 64px auto 0;
        padding: 0 32px;
        max-width: var(--max-w-1260);

        & h4 {
            margin-bottom: 24px;
            text-align: center;
            font-size: var(--f-s-l);
            font-weight: bold;
        }
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        width: 100%;
        word-break: break-all;

        & th,
        & td {
            border-top: 1px solid var(--gray1-03);
            border-bottom: 1px solid var(--gray1-03);
            vertical-align: middle;
        }
        & th {
            padding: 16px 8px;
            font-weight: bold;
        }
        & td {
            padding: 16px;
            color: var(--gray2-04);
            border-left: 1px solid var(--gray1-03);

            &:first-child {
                border-left: none;
            }
            & span::before {
                content: "●";
                position: absolute;
                top: -2px;
                left: 0;
                color: var(--green1-02);
            }
            &.td_title {
                font-weight: bold;
                text-align: left;
            }
            & .tf_box {
                display: flex;
                align-items: center;

                & div {
                    &:first-child {
                        flex: 0 0 20%;
                    }
                    &:last-child {
                        flex: 1;
                        padding-left: 16px;
                    }
                }
                & .new,
                & .option {
                    font-size: var(--f-s-14);

                    &::before {
                        display: none;
                    }
                }
                & .new {
                    color: var(--red-02);
                }
                & .option {
                    color: var(--gray2-03);
                }
            }
            &.circle {
                color: var(--green1-02);
                text-align: center;
            }
            &.triangle {
                color: var(--gray2-03);
                text-align: center;
            }
            & h5 {
                margin-bottom: 8px;
                font-size: 18px;
                font-size: var(--f-s-18);
            }
            & span {
                position: relative;
                display: inline-block;
                margin-bottom: 8px;
                padding-left: 16px;
                font-weight: bold;
                color: var(--gray2-05);
            }
        }
        & .bl {
            & td {
                border-left: 1px solid var(--gray1-03);
            }
        }
    }

    /* ----------------------------------
        06-06. ul / ol
    -----------------------------------*/

    .list_box {
        margin: 64px auto 0;
        max-width: var(--max-w-728);

        & h4 {
            margin-bottom: 8px;
            text-align: center;
            font-size: var(--fs-ll);
            font-weight: bold;
        }
        & ul,
        & ol {
            border-top: 1px solid var(--gray1-03);
            border-bottom: 1px solid var(--gray1-03);

            & li {
                position: relative;
                padding: 16px 16px 16px 40px;
                border-bottom: 1px dashed var(--gray1-03);

                &:last-child {
                    border-bottom: none;
                }
                &::before {
                    content: "●";
                    position: absolute;
                    top: calc(50% - 12px);
                    left: 16px;
                    color: var(--green1-02);
                    font-size: var(--fs-s);
                }
                &.list_nest::before {
                    content: "├";
                }
                &.list_end::before {
                    content: "└";
                }
            }
        }
        & ol {
            counter-reset: li;

            & li {
                padding: 16px 16px 16px 56px;

                &:before {
                    position: absolute;
                    top: calc(50% - 12px);
                    left: 16px;
                    padding-top: 2px;
                    min-width: 24px;
                    height: 24px;
                    text-align: center;
                    font-size: var(--fs-ss);
                    font-weight: bold;
                    color: var(--white);
                    counter-increment: li;
                    content: counter(li);
                    background-color: var(--green1-02);
                    border-radius: 12px;
                }
                &.list_nest::before,
                &.list_end::before {
                    font-size: var(--fs-m);
                    color: var(--green1-02);
                    background-color: transparent;
                }
            }
        }
    }

    /* 事例用 */
    .dl_list {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 24px auto;
        max-width: var(--max-w-728);
        line-height: 1.8;

        & dt {
            flex: 0 0 22%;
            margin-bottom: 8px;
            padding: 2px;
            font-weight: bold;
            line-height: 1.2;

            & span {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 8px 16px;
                width: 100%;
                height: 100%;
                font-size: var(--fs-m);
                font-weight: bold;
                color: var(--white);
                background-color: var(--blue-02);
                border-radius: var(--bdr-r-8);
            }
        }
        & dd {
            flex: 0 0 calc(100% - 22%);
            margin-bottom: 4px;
            padding: 12px;
            border-bottom: 1px solid var(--gray1-03);

            &:nth-child(2) {
                border-top: 1px solid var(--gray1-03);
            }
        }
    }

    /* ----------------------------------
        06-07. 業界・用途別活用
    -----------------------------------*/

    .biz_box {
        padding-bottom: 32px;

        & .img_box img {
            max-width: 640px;
        }
    }

    /* ----------------------------------
        06-08. news
    -----------------------------------*/

    dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 40px;

        dt {
            flex: 0 0 130px;
            margin-bottom: 40px;
            padding: 4px;
            width: 130px;
            text-align: center;
            font-size: var(--fs-s);
            color: var(--white);
            background-color: var(--blue-02);
            border-radius: var(--bdr-r-4);
        }
        dd {
            flex: 1 0 calc(100% - 130px);
            margin-bottom: 40px;
            padding-left: 24px;
        }
    }
    [id^="sec-"],
    #dl_list {
        & dl {
            margin: 40px auto 0;
            max-width: var(--max-w-728);
        }
    }
    #dl_list {
        & dt,
        & dd {
            margin-bottom: 16px;
        }
    }

    .contact_tit {
        margin-bottom: 0;
        padding: 8px 0;
        font-weight: bold;
        font-size: var(--f-s-18);
        border-bottom: 1px solid var(--gray1-03);

        & + dl {
            margin-top: 16px;
            margin-bottom: 24px;

            & dt {
                background-color: var(--gray2-02);
            }
            & dt,
            & dd {
                margin-bottom: 16px;
            }
        }
    }

    /* ----------------------------------
        06-09. floating banner
    -----------------------------------*/

    #floating_banner {
        position: fixed;
        bottom: 24px;
        right: 24px;
        z-index: 999999;
        transition: var(--def-transition);
        opacity: 0;

        display: none !important;

        &.show {
            opacity: 1;
        }
        &:hover {
            animation: none;
        }
        & > div {
            position: relative;

            & a {
                display: block;
                transition: var(--def-transition);
                box-shadow: var(--def-shadow);

                &:hover {
                    box-shadow: var(--def-hvr-shadow);
                }
                & img {
                    vertical-align: bottom;
                }
            }
        }
        #close_btn {
            position: absolute;
            top: -24px;
            right: 0;
            width: 24px;
            height: 24px;
            text-align: center;
            font-weight: bold;
            color: var(--white);
            background-color: var(--gray2-05);
            cursor: pointer;

            &:hover {
                opacity: .7;
            }
        }
    }
    .poyopoyo {
        animation: poyopoyo 2s ease-out infinite;
        opacity: 1;
    }
    @keyframes poyopoyo {
        0%, 40%, 60%, 80% {
            transform: scale(1.0);
        }
        50%, 70% {
            transform: scale(0.98);
        }
    }

    /* ----------------------------------
        06-10. tab
    -----------------------------------*/

    #tab_box {
        display: flex;
        justify-content: center;
        margin: 24px;
        border-bottom: 4px solid var(--blue-btn-bg);

        & > div {
            flex: 0 0 min(400px, 50%);
            padding: 16px;
            text-align: center;
            background-color: var(--gray1-01);
            transition: var(--def-transition);

            &:hover {
                cursor: pointer;
                color: var(--white);
                background-color: var(--blue-btn-bg-hvr);
            }
            &.active {
                color: var(--white);
                background-color: var(--blue-btn-bg);
            }
            & h4 {
                margin-bottom: 12px;
                font-size: var(--f-s-l);
            }
            & p {
                font-size: var(--f-s-12);
            }
        }
        &.orange_line {
            border-bottom: 4px solid var(--orange-btn-bg);
        }
        &.def_line {
            border-bottom: 4px solid var(--blue-btn-bg);
        }
    }
}

@layer overwrite {

    /* ----------------------------------
        06-01. logo slider
    -----------------------------------*/
    /* ---- SP ----*/
    @media (width <= 699px) {

        .slides {
            width: calc((33% * 9) * 2);

            & div {
                flex-basis: 33%;
            }
        }
    }

    /* ----------------------------------
        06-02. card list
    -----------------------------------*/
    /* ---- tablet ----*/
    @media (width <= 1024px) {

        .card_list {
            flex-wrap: nowrap;
            justify-content: flex-start;
            overflow-x: auto;
        }
        .clm_6, .clm_5, .clm_4 {
            & > a,
            & > div {
                flex: 0 0 calc(33.33% - 16px);
            }
        }
        .num_list > div {
            flex: 0 0 calc(64% - 16px);
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        .card_list {
            & > a,
            & > div {
                flex: 0 0 calc(88% - 16px);
            }
        }

        .features_list {
            margin: 24px 16px;

            & p {
                padding-left: 0;
            }
            & div {
                margin: 16px 0 0;
                padding: 12px;
            }
        }

        .num_list {
            & > div {
                flex: 0 0 calc(88% - 16px);

                & .card_content {
                    & h4,
                    & p {
                        font-size: var(--f-s-m);
                    }
                }
            }
        }
    }

    /* ----------------------------------
        06-03. 左右画像リスト
    -----------------------------------*/
    /* ---- tablet ----*/
    @media (width <= 1024px) {

        .img_list {
            padding: 0 32px;
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        .img_list {
            flex-wrap: wrap;
            padding: 0;

            & > div,
            & .img_thumb {
                flex: 0 0 100%;
                padding: 0 32px;
                width: 100%;
            }
            & .img_content {
                order: 1;

                & h4 {
                    display: block;
                    margin-top: 24px;
                    text-align: center;
                    font-size: var(--fs-l);
                }
                & p {
                    margin-top: 24px;
                }
                & .icon_tit_1 span {
                    display: inline-block;
                    margin: 0 0 16px 0;
                }
                & .btn_box {
                    margin-top: 24px;
                    padding: 0;
                }
            }
        }
        h3 + .img_list {
            margin: 24px auto 80px;
        }
    }

    /* ----------------------------------
        06-04. 発注までの流れ
    -----------------------------------*/
    /* ---- SP ----*/
    @media (width <= 699px) {

        #use_case .flow_list > div::after {
            top: 27%;
        }
    }

    /* ----------------------------------
        06-05. table
    -----------------------------------*/
    /* ---- tablet ----*/
    @media (width <= 1024px) {

        table {
            display: block;
            position: relative;

            & thead {
                display: none;
            }
            & tbody {
                display: block;
                width: 100%;
            }
            & tr,
            & th,
            & th.box_30,
            & th[class^="box_"],
            & td,
            & td[class^="box_"],
            & .tf_box {
                display: block;
                width: 100%;
                border-left: none;
            }
            & th {
                padding: 8px;
                background-color: var(--gray1-02);
                border-top: none;
            }
            & td {
                border-left: none;
                border-top: none;
                padding: 8px;

                &:first-child {
                    min-height: 64%;
                }
                &:before {
                    content: attr(aria-label);
                    display: block;
                    margin-bottom: 8px;
                    color: var(--gray2-03);
                    font-size: var(--f-s-14);
                }
                & .tf_box {
                    position: relative;
                    margin-top: 32px;
                }
                & h5 {
                    margin: 24px 0 16px;
                    text-align: center;
                }
            }
        }

        /* flexを横スクロールさせる */
        .sc_table tbody {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            overflow-x: auto;

            & tr {
                flex: 0 0 calc(33.33% - 16px);
                margin-right: 16px;
            }
            & td {
                &:before {
                    display: inline-block;
                    margin: 0 16px 8px 0;
                    min-width: 40%;
                    text-align: right;
                }
                & .new,
                & .option {
                    position: absolute;
                    top: -8px;
                    left: 0;
                    padding: 2px 8px;
                    color: var(--white);
                    border-radius: var(--bdr-r-4);
                }
                & .new {
                    background-color: var(--red-02);
                }
                & .option {
                    background-color: var(--gray2-03);
                }
                & .option + .new {
                    left: 120px;
                }
            }
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        .table_box h4 {
            margin-bottom: 16px;
        }

        .sc_table tbody tr { flex: 0 0 calc(88% - 16px); }
        }

    /* ----------------------------------
        06-06. ul / ol
    -----------------------------------*/
    /* ---- SP ----*/
    @media (width <= 699px) {

        .list_box {
            padding: 0 32px;
        }

        .dl_list {
            margin: 24px 0;

            & dt {
                flex: 0 0 100%;
                margin-bottom: 0;
                padding: 0;

                & span {
                    padding: 8px;
                    border-radius: var(--bdr-r-8) var(--bdr-r-8) 0 0;
                }
            }
            & dd {
                flex: 0 0 100%;
                margin-bottom: 16px;
                border-radius: 0 0 var(--bdr-r-8) var(--bdr-r-8);
                border-top: none;
                border-left: 1px solid var(--gray1-03);
                border-right: 1px solid var(--gray1-03);
                border-bottom: 1px solid var(--gray1-03);
            }
        }
    }

    /* ----------------------------------
        06-07. 業界・用途別活用
    -----------------------------------*/
    /* ---- tablet ----*/
    @media (width <= 1024px) {

        .biz_box {
            & p {
                margin-top: 32px;
            }
            & .img_box img {
                max-width: 480px;
            }
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        .biz_box .img_box img {
            max-width: 100%;
        }
    }

    /* ----------------------------------
        06-08. news
    -----------------------------------*/
    /* ---- tablet ----*/
    @media (width <= 1024px) {

        dt {
            flex-basis: auto;
        }
    }
    /* ---- SP ----*/
    @media (width <= 699px) {

        #dl_list dl {
            width: calc(100% - 64px);
        }
        dt {
            flex: 0 0 100%;
        }
        dd {
            font-size: var(--fs-s);
        }
        dl:not(.dl_list) dd {
            padding-left: 0;
        }
    }

}