    @charset "utf-8";
    /* -----------------------------------------------------------

header調整

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

    @media screen and (min-width: 1280px) {

        /* ヘッダータイトル */
        .header__title {
            width: 17%;
        }
    }

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

MV

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

    .keibi_page .MV .MVIn {
        background-image: url(../images/mv_img_pc_202507.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        height: 800px;
        padding: 0 3% 0 3%;
    }

    /*テキスト*/
    .keibi_page .MVtxt {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }

    .keibi_page .MV .MVIn .MV_left {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 760px;
    }

    /*ロゴ*/
    .keibi_page .MV .MV_logo {
        width: 34vw;
        max-width: 700px;
        margin: 2% auto 4% auto;
        display: block;
    }

    /*スタッフ管理*/
    .keibi_page .MV .catchArea {}

    .keibi_page .MV .catchArea img {
        margin: 0 auto 8% auto;
        display: block;
        width: 33vw;
        max-width: 650px;
    }

    /*MVバッジ*/
    .keibi_page .MV .MVIn .badgeArea {
        position: absolute;
        top: 3%;
        left: 2%;
    }

    .keibi_page .MV .MVIn .badgeArea img {
        max-width: 140px;
        width: 7vw;
    }

    /*ボタン*/
    .keibi_page .MV .MVIn .btArea a {
        outline-color: #eee;
        outline-style: solid;
        outline-width: 3px;
        width: 310px;
        margin: 0 1%;
    }

    .keibi_page .MV .btArea a.btn01 {
        color: #fff;
    }

    .keibi_page .MV .btArea a.btn01::after {
        border-color: #fff;
    }

    /*----------------------------------------------------
	MV (1920px以下)
----------------------------------------------------*/
    @media screen and (max-width: 1920px) {
        .keibi_page .MV .MVIn {
            background-image: url(../images/mv_img_pc_202507_02.jpg);
        }

        /*テキスト*/
        .keibi_page .MVtxt {
            font-size: 22px;
        }

        /*ロゴ*/
        .keibi_page .MV .MV_logo {
            max-width: 600px;
        }

        /*スタッフ管理*/
        .keibi_page .MV .catchArea img {
            margin: 3% auto 5% auto;
            max-width: 580px;
        }

        /*MVバッジ*/
        .keibi_page .MV .MVIn .badgeArea {
            left: 2%;
            top: 4%;
        }

        .keibi_page MV .MVIn .badgeArea img {
            width: 6.5vw;
            min-width: 90px;
        }

        /*ボタン*/
        .keibi_page .MV .MVIn .btArea a {
            padding: 2% 3.5% 2% 3%;
            font-size: 0.92vw;
            margin: 0 auto 3% auto;
            width: 400px;
        }

        /*------------MVお問い合わせ------------*/
        .keibi_page .MV .MV_right {
            min-width: 450px;
        }
    }


    /*----------------------------------------------------
	MV (1600px以下)
----------------------------------------------------*/
    @media screen and (max-width: 1600px) {
        .keibi_page .MV .MVIn {
            background-image: url(../images/mv_img_pc_202507_03.jpg);
            height: 700px;
            background-position: 30%;
        }

        /*テキスト*/
        .keibi_page .MVtxt {
            font-size: 18px;
        }

        /*ロゴ*/
        .keibi_page .MV .MV_logo {
            margin: 1% auto 2% auto;
            max-width: 460px;
        }

        /*スタッフ管理*/
        .keibi_page .MV .catchArea img {
            margin: 1% auto 2% auto;
            max-width: 470px;
        }

        .keibi_page .MV .MVIn .MV_left {
            top: 5%;
            left: 6%;
            transform: inherit;
            -webkit-transform: inherit;
            -ms-transform: inherit;
            width: 63%;
        }

        .keibi_page .MV .MVIn .btArea a {
            width: 250px;
            padding: 1.5% 3.5% 1.5% 3%;
            margin: 1% 1%;
        }

        /*MVバッジ*/
        .keibi_page .MV .MVIn .badgeArea img {
            width: 7vw;
        }

        /*------------MVお問い合わせ------------*/
        .keibi_page .MV .mv_form {
            transform: scale(0.8);
        }

        .keibi_page .MV .MV_right {
            right: -1%;
            min-width: 490px;
        }
    }

    /*----------------------------------------------------
	MV (1280px以下)
----------------------------------------------------*/
    @media screen and (max-width: 1280px) {
        .keibi_page .MV {}

        .keibi_page .MV .MVIn {
            height: 690px;
            background-position: 41%;
        }

        .keibi_page .MV .MVIn .MV_left {
            top: 7%;
            left: 8%;
            width: 50%;
        }

        .keibi_page .MV .MVIn .MV_right {
            min-width: 450px;
        }

        /*テキスト*/
        .keibi_page .MVtxt {
            font-size: 16px;
        }

        /*ロゴ*/
        .keibi_page .MV .MV_logo {
            min-width: 430px;
        }

        /*スタッフ管理*/
        .keibi_page .MV .catchArea img {
            min-width: 400px;
            margin: 1% auto 3% auto;
        }

        /*ボタン*/
        .keibi_page .MV .MVIn .btArea a {
            margin: 1% 1% 2% 1%;
            padding: 1.5% 2% 1.5% 1%;
            font-size: 15px;
            min-width: 260px;
        }

        /*MVバッジ*/
        .keibi_page .MV .MVIn .badgeArea {
            left: 1%;
            top: 2%;
        }

        .keibi_page .MV .MVIn .badgeArea img {
            width: 7vw;
            min-width: 60px;
        }

        /*------------MVお問い合わせ------------*/

        .keibi_page .MV .mv_form h2 .br_sp {
            display: block;
        }


    }

    /*----------------------------------------------------
	MV (1000px以下)
----------------------------------------------------*/
    @media screen and (max-width: 1000px) {
        .keibi_page .MV .MVIn {
            background-image: url(../images/mv_img_pc.jpg);
            height: 440px;
            background-position: 80%;
        }

        .keibi_page .MV .MVIn .MV_left {
            top: 50%;
            left: 2%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        }

        /*ロゴ*/
        .keibi_page .MV .MV_logo {
            min-width: 360px;
        }

        /*スタッフ管理*/
        .keibi_page .MV .catchArea img {
            margin: 3% auto 6% auto;
            min-width: 320px;
        }

        .keibi_page .MV .MVIn .btArea a {
            margin: 0% auto 3% auto;
        }

        /*バッジ*/
        .keibi_page .MV .MVIn .badgeArea {
            left: auto;
            right: 3%;
            top: auto;
            bottom: 3%;
        }

        .keibi_page .MV .MVIn .badgeArea img {
            max-width: 220px;
            width: 9vw;
            min-width: 100px;
        }

        /*------------MVお問い合わせ------------*/
        .keibi_page .MV .MV_right {
            display: none;
        }
    }

    /*----------------------------------------------------
	MV (768px以下)
----------------------------------------------------*/
    @media screen and (max-width: 768px) {
        .keibi_page .MV .MVIn {
            background-image: url(../images/mv_img_sp.jpg);
            height: 100vw;
            min-height: 550px;
            padding: 12% 4% 37% 4%;
            background-position: center;
            max-height: inherit;
            background-position: 55%;
        }

        .keibi_page .MV .MVIn .MV_left {
            height: 100vw;
            min-height: 550px;
            width: 95%;
            top: 12%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        }

        /*テキスト*/
        .keibi_page .MV .MVIn .MVtxt {
            font-size: 3.2vw;
        }

        /*ロゴ*/
        .keibi_page .MV .MVIn .MV_logo {
            width: 80vw;
            min-width: 300px;
            max-width: inherit;
        }

        /*スタッフ管理*/
        .keibi_page .MV .MVIn .catchArea {
            width: 100%;
            bottom: 0em;
            position: absolute;
        }

        .keibi_page .MV .MVIn .catchArea img {
            max-width: 620px;
            width: 95%;
            min-width: auto;
        }

        /*ボタン*/
        .keibi_page .MV .MVIn .btArea {
            position: absolute;
            bottom: -23vw;
        }

        .keibi_page .MV .MVIn .btArea a {
            padding: 2.5% 3% 2.5% 3%;
            margin: 12px auto;
            width: 86%;
        }

        /*MVバッジ*/
        .keibi_page .MV .MVIn .badgeArea {
            bottom: auto;
            top: 1.5%;
        }

        .keibi_page .MV .MVIn .badgeArea img {
            width: 14.5vw;
            min-width: auto;
        }


    }

    /*----------------------------------------------------
	MV (480px以下)
----------------------------------------------------*/
    @media screen and (max-width: 480px) {

        /*スタッフ管理*/
        .keibi_page .MV .MVIn .catchArea {
            bottom: 2em;
        }
    }



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

中間CTAボタンの調整

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

    .keibi_page .cv_area_middle {
        background: linear-gradient(180deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
    }

    .keibi_page .cv_area_middle .cv__Title h2 img {
        width: 330px;
        margin-bottom: 3px;
    }

    .keibi_page .cv_area_middle .btArea a.btn02 {
        color: #333;
    }

    .keibi_page .cv_area_middle .btArea a.btn01 {
        color: #fff;
    }

    .keibi_page .cv_area_middle .btArea a:hover {
        color: #fff;
    }

    /*背景色白*/

    .keibi_page .cv_area02 {
        background: inherit;
    }

    .keibi_page .cv_area02 .cv__Title {
        color: #595757;
    }

    /* -----------------------------------------------------------
中間CTAボタンの調整 1000px以下
----------------------------------------------------------- */

    @media screen and (max-width: 1000px) {
        .keibi_page .cv_area_middle .cv__Title h2 img {
            width: 260px;
        }
    }

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

	お悩み

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

    .onayami_keibiVer {
        position: relative;
        background-color: #FAF8F7;
    }

    .onayami_keibiVer h2 {
        text-align: center;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 40px;
    }

    .onayami_keibiVer .contentsWrap {
        padding: 120px 0 240px 0;
    }

    .onayami_keibiVer .onayami__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        height: auto;
    }

    .onayami_keibiVer .onayami__item {
        position: relative;
        display: inline-block;
        width: 310px;
        height: 310px;
        color: #fff;
        background: linear-gradient(180deg, #fff 0%, #fff 28%, #1A6196 0%, #1A6196 100%);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 4px #D8D8D8;
        text-align: center;
        font-size: 22px;
        margin: 0 auto;
    }

    .onayami_keibiVer .onayami__item .onayami__number {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        color: #014476;
        font-weight: 700;
        font-size: 24px;
    }

    .onayami_keibiVer .onayami__item .onayami__txt {
        padding: 32px 24px 0 24px;
    }

    /*ダイアン*/

    .onayami_keibiVer .side_characterArea .diane_img01 {
        position: absolute;
        bottom: 62px;
        left: 4%;
        width: 18vw;
        max-width: 325px;
    }

    .onayami_keibiVer .side_characterArea .diane_img02 {
        position: absolute;
        bottom: 62px;
        right: 4%;
        width: 12.5vw;
        max-width: 220px;
    }

    /* -----------------------------------------------------------
お悩み 1080px以下
----------------------------------------------------------- */

    @media screen and (max-width: 1000px) {
        .onayami_keibiVer .contentsWrap {
            padding: 120px 0 120px 0;
        }

        .onayami_keibiVer .onayami__item {
            width: 320px;
            height: 320px;
        }

        /*ダイアン*/
        .onayami_keibiVer .side_characterArea .diane_img01 {
            min-width: 200px;
        }

        .onayami_keibiVer .side_characterArea .diane_img02 {
            min-width: 134px;
        }
    }

    /* -----------------------------------------------------------
お悩み 768px以下
----------------------------------------------------------- */

    @media screen and (max-width: 768px) {
        .onayami_keibiVer h2 {
            font-size: 26px;
        }

        .onayami_keibiVer .contentsWrap {
            padding: 64px 0 200px 0;
        }

        .onayami_keibiVer .onayami__item {
            width: 100%;
            height: auto;
            border-radius: 6px;
            padding: 16px 16px 24px 16px;
            background: #1A6196;
            font-size: 17px;
            margin-bottom: 16px;
        }

        .onayami_keibiVer .onayami__item .onayami__txt {
            padding: 0;
        }

        .onayami_keibiVer .onayami__item .onayami__number {
            position: inherit;
            transform: inherit;
            -webkit-transform: inherit;
            -ms-transform: inherit;
            font-size: 17px;
            background-color: #fff;
            display: inline;
            padding: 2px 16px;
        }

        /*ダイアン*/
        .onayami_keibiVer .side_characterArea .diane_img01 {
            bottom: 0;
            min-width: 160px;
        }

        .onayami_keibiVer .side_characterArea .diane_img02 {
            bottom: 0;
            min-width: 120px;
        }

        /*改行調整*/
        .onayami_keibiVer .onayami__item .onayami__txt br {
            display: none;
        }
    }

    /* -----------------------------------------------------------
お悩み 480px以下
----------------------------------------------------------- */

    @media screen and (max-width: 480px) {

        /*改行調整*/
        .onayami_keibiVer .onayami__item .onayami__txt .br_sp {
            display: block;
        }
    }

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

	解決

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

    .kaiketsu_keibiVer {
        color: #fff;
        background: linear-gradient(180deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
    }

    .kaiketsu_keibiVer .contentsWrap {
        padding: 40px 0 120px 0;
    }

    .kaiketsu_keibiVer h2 {
        text-align: center;
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 40px;
    }

    .kaiketsu_keibiVer .kaiketsu__list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .kaiketsu_keibiVer .kaiketsu__item {
        width: 30%;
        text-align: center;
        font-size: 20px;
    }

    .kaiketsu_keibiVer .kaiketsu__item img {
        width: 100%;
        margin-bottom: 24px;
    }

    /* -----------------------------------------------------------
解決 1080px以下
----------------------------------------------------------- */

    @media screen and (max-width: 1080px) {
        .kaiketsu_keibiVer .kaiketsu__item {
            width: 47%;
            margin: 24px 1.5%;
        }

        .kaiketsu_keibiVer .kaiketsu__item img {
            width: 85%;
            margin-bottom: 16px;
            min-width: 320px;
        }
    }

    /* -----------------------------------------------------------
解決 768px以下
----------------------------------------------------------- */

    @media screen and (max-width: 768px) {
        .kaiketsu_keibiVer .contentsWrap {
            padding: 64px 0 64px 0;
        }

        .kaiketsu_keibiVer h2 {
            font-size: 26px;
            margin-bottom: 32px;
        }

        .kaiketsu_keibiVer h2 span {
            display: none;
        }

        .kaiketsu_keibiVer .kaiketsu__item {
            width: 100%;
            margin: 0 auto 24px auto;
            display: flex;
            align-items: center;
            border-bottom: dashed 1px #fff;
            padding-bottom: 16px;
        }

        .kaiketsu_keibiVer .kaiketsu__item:last-child {
            border-bottom: 0;
        }

        .kaiketsu_keibiVer .kaiketsu__item figure {
            width: 30%;
            margin-right: 3%;
            background-color: #dfeaf9;
            border-radius: 6px;
        }

        .kaiketsu_keibiVer .kaiketsu__item img {
            width: 100%;
            min-width: inherit;
        }

        .kaiketsu_keibiVer .kaiketsu__item h3 {
            font-size: 17px;
            text-align: left;
            width: 67%;
        }

        /*改行調整*/
        .kaiketsu_keibiVer .kaiketsu__item h3 br {
            display: none;
        }
    }

    /* -----------------------------------------------------------
解決 480px以下
----------------------------------------------------------- */

    @media screen and (max-width: 480px) {
        .kaiketsu_keibiVer .kaiketsu__item {
            display: block;
            margin: 0 auto 32px auto;
            padding-bottom: 32px;
        }

        .kaiketsu_keibiVer .kaiketsu__item figure {
            width: 90%;
            max-width: 320px;
            margin: 0 auto 16px auto;
            padding: 0 5%;
        }

        .kaiketsu_keibiVer .kaiketsu__item h3 {
            width: 100%;
            text-align: center;
        }

        /*改行調整*/
        .kaiketsu_keibiVer .kaiketsu__item h3 br {
            display: block;
        }
    }

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

プロキャスイベントとは？

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

    .about_keibi {
        background-color: #FAF8F7;
    }

    .about_keibi p.txtCatch {
        font-weight: 600;
    }

    /*画像*/

    .about_keibi .about__img img {
        width: 100%;
        margin-bottom: 40px;
    }

    /*業種リスト*/

    .about_keibi .about__content {
        border-top: solid 1px #555;
        border-bottom: solid 1px #555;
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .about_keibi .about__content .about__list {
        display: flex;
    }

    .about_keibi .about__content .about__list:first-child {
        margin-bottom: 32px;
        border-bottom: solid 1px #555;
        padding-bottom: 32px;
    }

    .about_keibi .about__content .about__list h3 {
        border: solid 1px #555;
        border-radius: 6px;
        padding: 1%;
        width: 14%;
        min-width: 160px;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-right: 2%;
        text-align: center;
    }

    .about_keibi .about__content .about__list .txtArea {
        width: 81%;
    }

    /*スタッフ*/

    .about_keibi .about__content .list__staff .txtArea p:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 17px;
        background-size: contain;
        vertical-align: baseline;
        margin-right: 6px;
        background-repeat: no-repeat;
    }

    /*期間*/

    .about_keibi .about__content .list__staff .period:before {
        background-image: url(/common/images/icon_period_blue.svg);
    }

    /*場所*/

    .about_keibi .about__content .list__staff .place:before {
        background-image: url(/common/images/icon_place_blue.svg);
    }

    /*雇用形態*/

    .about_keibi .about__content .list__staff .engage:before {
        background-image: url(/common/images/icon_engage_blue.svg);
    }

    /*----------------------------------------------------
	プロキャスイベントとは？ (768px以下)
----------------------------------------------------*/

    @media screen and (max-width: 768px) {

        /*画像*/
        .about_keibi .about__img img {
            max-width: 500px;
            margin: 32px auto 40px auto;
            display: block;
        }

        /*業種リスト*/
        .about_keibi .about__content .about__list {
            display: block;
        }

        .about_keibi .about__content .about__list h3 {
            margin-bottom: 16px;
        }

        .about_keibi .about__content .about__list .txtArea {
            width: 100%;
        }
    }

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

業務を大きく削減(フロチャート)

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

    .gyomu_flow h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 40px;
    }

    .gyomu_flow .contentsWrap {
        padding: 0 0 120px 0;
    }

    /*フロチャート横*/

    .flow01 {
        display: flex;
        flex-wrap: wrap;
    }

    .flow01 .item {
        position: relative;
        width: 20%;
        text-align: center;
        position: relative;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        line-height: 1.5;
        background: #3C88D5;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    .flow01 .item:not(:last-child)::before,
    .flow01 .item::after {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 100%;
        content: '';
        border: 32px solid transparent;
        margin: auto;
    }

    /*1*/

    .flow01 .item:first-child::before {
        border-left: 20px solid #3C88D5;
    }

    /*2*/

    .flow01 .item:nth-child(2) {
        background: #4F95DC;
    }

    .flow01 .item:nth-child(2)::before {
        border-left: 20px solid #4F95DC;
    }

    /*3*/

    .flow01 .item:nth-child(3) {
        background: #69A6E4;
    }

    .flow01 .item:nth-child(3)::before {
        border-left: 20px solid #69A6E4;
    }

    /*4*/

    .flow01 .item:nth-child(4) {
        background: #75AEE8;
    }

    .flow01 .item:nth-child(4)::before {
        border-left: 20px solid #75AEE8;
    }

    /*5*/

    .flow01 .item:nth-child(5) {
        background: #84B6E9;
    }

    .flow01 .item:nth-child(5)::after {
        border-left: 20px solid #84B6E9;
    }

    /*従来のフロー 利用したフロー共通*/

    .flow02 {
        background-color: #fff;
        padding: 32px 64px 48px 24px;
        position: relative;
        margin-top: 64px;
    }

    .flow02 h3 {
        background-color: #fff;
        font-size: 28px;
        font-weight: bold;
        padding: 0 5px;
        line-height: 1.5;
        position: absolute;
        top: -25px;
        left: 20px;
    }

    .flow02 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .flow02 ul li {
        width: 32%;
        margin: 0.5%;
        border-radius: 8px;
        font-weight: bold;
        color: #000;
        background-color: #fff;
        display: flex;
        align-items: center;
        line-height: 1.3;
        min-height: 64px;
    }

    .flow02 ul li span {
        color: #fff;
        padding: 0 14px;
        font-size: 24px;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        height: 100%;
        align-items: center;
        display: flex;
    }

    .flow02 ul li p {
        padding: 10px;
        font-size: 16px;
    }

    /*従来のフロー*/

    .flow02.column3_gray {
        border: 4px solid #DDD;
        background: #fff url(../images/arrow_gray.svg) left 16px bottom 0px no-repeat;
        background-size: 98%;
    }

    .flow02.column3_gray::after {}

    .flow02.column3_gray h3 {
        color: #333;
    }

    .flow02.column3_gray li {
        border: solid 1px #999999;
    }

    .flow02.column3_gray li span {
        background-color: #999;
        height: 100%;
    }

    /*利用したフロー*/

    .flow02.column2_blue {
        border: 4px solid #1E72D1;
        background: #fff url(../images/arrow_blue.svg) left 16px bottom 0px no-repeat;
        background-size: 98%;
    }

    .flow02.column2_blue h3.sp_title {
        display: none;
    }

    .flow02.column2_blue h3 {
        top: -27px;
        color: #1E72D1;
        height: 50px;
        line-height: 50px;
    }

    .flow02.column2_blue h3 figure {
        float: left;
        width: 300px;
        margin: 0 8px 0 0;
    }

    .flow02.column2_blue li {
        border: solid 1px #1E72D1;
        width: 48%;
    }

    .flow02.column2_blue p {
        font-size: 18px;
    }

    .flow02.column2_blue li span {
        background-color: #1E72D1;
    }

    /*----------------------------------------------------
	業務を大きく削減(フロチャート) (1080px以下)
----------------------------------------------------*/

    @media screen and (max-width: 1080px) {
        .gyomu_flow h2 span {
            display: none;
        }

        /*フロチャート横*/
        .flow01 .item {
            font-size: 16px;
        }

        /*従来のフロー 利用したフロー共通*/
        .flow02,
        .flow02.column2_blue {
            padding: 32px 24px 48px 20px;
        }

        .flow02 ul {
            justify-content: flex-start;
        }

        .flow02 ul li {
            width: 48%;
        }

        .flow02 ul li span {
            font-size: 18px;
            padding: 0 8px;
        }

        .flow02 ul li p br {
            display: none;
        }

        .flow02.column2_blue p {
            font-size: 17px;
        }
    }

    /*----------------------------------------------------
	業務を大きく削減(フロチャート) (768px以下)
----------------------------------------------------*/

    @media screen and (max-width: 768px) {
        .gyomu_flow h2 {
            font-size: 26px;
        }

        /*フロチャート横*/
        .flow01 .item {
            font-size: 17px;
            padding: 16px 0;
            width: 100%;
        }

        .flow01 .item:not(:last-child)::before,
        .flow01 .item::after {
            display: none;
        }

        /*従来のフロー 利用したフロー共通*/
        .flow02 ul li {
            width: 100%;
            margin: 0.5% auto;
        }

        .flow02 h3 {
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            font-size: 24px;
            width: 90%;
            text-align: center;
        }

        .flow02 ul li p {
            font-size: 16px;
        }

        /*従来のフロー*/
        .flow02.column3_gray {
            background: #fff url(../images/arrow_gray_sp.svg) left 50% top 24px no-repeat;
            background-size: 136px 100%;
        }

        /* 利用したフロー*/
        .flow02.column2_blue h3.sp_title {
            display: block;
            line-height: 1.5;
            top: -50px;
        }

        .flow02.column2_blue h3.pc_title {
            display: none;
        }

        .flow02.column2_blue li {
            width: 100%;
        }

        .flow02.column2_blue {
            background: #fff url(../images/arrow_blue_sp.svg) left 50% top 24px no-repeat;
            background-size: 136px 100%;
            margin-top: 80px;
        }
    }

    /*----------------------------------------------------
	業務を大きく削減(フロチャート) (480px以下)
----------------------------------------------------*/

    @media screen and (max-width: 480px) {
        .gyomu_flow h2 {
            font-size: 24px;
        }

        /*従来のフロー 利用したフロー共通*/
        .flow02 {
            padding: 32px 16px 64px 16px;
        }

        .flow02 h3 {
            font-size: 22px;
        }

        .flow02 ul li p {
            font-size: 15px;
        }

        /* 利用したフロー*/
        .flow02,
        .flow02.column2_blue {
            padding: 32px 16px 64px 16px;
        }

        .flow02.column2_blue h3.sp_title {
            line-height: 1.4;
        }

        .flow02.column2_blue li p {
            font-size: 15px;
        }
    }

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

	導入効果

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

    .result_keibi {
        background-color: #FAF8F7;
        position: relative;
    }

    .result_keibi .contentsWrap {
        padding: 120px 0 280px 0;
    }

    /*ダイアン*/

    .result_keibi .characterArea {
        position: absolute;
        bottom: -1px;
        right: 10%;
        width: 70vw;
        max-width: 660px;
    }

    .result_keibi .characterArea img {
        width: 100%;
    }

    /*テーブルの調整*/

    .result_table .non {
        background: #faf8f7;
    }

    .result_table tbody .brfore {
        border-right: 12px solid #faf8f7;
    }

    /*----------------------------------------------------
	導入効果 (768px以下)
----------------------------------------------------*/

    @media screen and (max-width: 768px) {
        .result_keibi .contentsWrap {
            padding: 64px 0 34vw 0;
        }

        /*ダイアン*/
        .result_keibi .characterArea {
            right: 50%;
            transform: translateX(50%);
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            width: 70%;
            min-width: 320px;
        }
    }

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

	2024年問題

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

    .y2024 {
        background: linear-gradient(180deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
        color: #fff;
    }

    /*キャッチ*/

    .y2024 .txtCatch {
        font-weight: 700;
        font-size: 150%;
    }

    /*画像*/

    .y2024 .imgArea {
        background-color: #fff;
        padding: 24px 32px 32px 32px;
        border-radius: 8px;
        margin: 40px auto;
    }

    .y2024 .imgArea img {
        width: 100%;
    }

    /*テキスト*/

    .y2024 .txtArea {
        font-size: 18px;
        line-height: 1.7;
    }

    /*----------------------------------------------------
	2024年問題 (768px以下)
----------------------------------------------------*/

    @media screen and (max-width: 768px) {

        /*画像*/
        .y2024 .imgArea {
            max-width: 500px;
        }

        /*キャッチ*/
        .y2024 .txtCatch {
            font-size: 120%;
        }

        /*テキスト*/
        .y2024 .txtArea {
            font-size: inherit;
            line-height: inherit;
        }
    }

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

	継続率(導入企業例)

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

    .company_list h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
        margin-bottom: 24px;
    }

    /*継続率*/

    .company_list .probability {
        text-align: center;
        font-size: 56px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    /*ロゴ画像*/

    .company_list .imgArea {
        max-width: 1080px;
        margin: auto;
    }

    .company_list .imgArea img {
        width: 100%;
    }

    /*注釈*/
    .company_list .company_list_note {
        font-size: 14px;
        text-align: center;
        margin-bottom: 40px;
    }

    /*----------------------------------------------------
	継続率(導入企業例) (768px以下)
----------------------------------------------------*/

    @media screen and (max-width: 768px) {
        .company_list h2 {
            font-size: 26px;
            margin-bottom: 0;
        }

        .company_list h2 span {
            display: none;
        }

        .company_list .probability {
            font-size: 32px;
            margin-bottom: 24px;
        }
    }

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

	お客様の声

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

    .keibi_case_study {
        background-color: #faf8f7;
    }

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

	料金

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

    .keibi_price {
        background-color: #faf8f7;
        position: relative;
    }

    .keibi_price .contentsWrap {
        padding: 120px 0 170px 0;
    }

    /*ダイアン*/

    .keibi_price .characterArea {
        position: absolute;
        bottom: -1px;
        right: 8%;
        width: 38vw;
        max-width: 400px;
    }

    .keibi_price .characterArea img {
        width: 100%;
    }

    /*----------------------------------------------------
	料金 (768px以下)
----------------------------------------------------*/

    @media screen and (max-width: 768px) {
        .keibi_price .contentsWrap {
            padding: 64px 0 260px 0;
        }

        /*ダイアン*/
        .keibi_price .characterArea {
            right: 50%;
            transform: translateX(50%);
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            min-width: 320px;
        }
    }

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

	バナーエリア

----------------------------------------------------*/
    /*コラムバナー*/

    .keibi_page .bnrArea.bnr_content01 .bnr__item {
        width: 50vw;
        margin: 80px auto 0 auto;
        max-width: 1000px;
    }

    .keibi_page .bnrArea .bnr__item img {
        width: 100%;
    }

    .keibi_page .bnrArea .bnr__item a:hover {
        opacity: 0.7;
    }

    /*----------------------------------------------------
	バナーエリア (1280px以下)
----------------------------------------------------*/

    @media screen and (max-width: 1280px) {

        /*コラムバナー*/
        .keibi_page .bnrArea.bnr_content01 .bnr__item {
            width: 100%;
        }
    }

    /*----------------------------------------------------
	バナーエリア (480px以下)
----------------------------------------------------*/

    @media screen and (max-width: 480px) {

        /*コラムバナー*/
        .keibi_page .bnrArea.bnr_content01 .bnr__item {
            overflow: hidden;
            position: relative;
            height: 108px;
            border-radius: 6px;
            margin: 64px auto 0 auto;
        }

        .keibi_page .bnrArea.bnr_content01 .bnr__item img {
            width: 540px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        }
    }

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

	導入までの流れ調整

----------------------------------------------------*/
    /*.keibi_page .introduce_step {
        background-color: #faf8f7;
    }*/

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

	ウェビナー情報

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

    .webinar_info {
        background: linear-gradient(180deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
    }

    .webinar_info .mainTitle span {
        color: #fff;
    }

    .webinar_info .webinar__list {
        background-color: #fff;
        padding: 3% 3% 4% 3%;
    }

    /*ウェビナー情報なし*/
    .webinar_info .webinar_nothing {
        color: #fff;
        border-color: #fff;
    }

    /*----------------------------------------------------
	ウェビナー情報 (768px以下)
----------------------------------------------------*/

    @media screen and (max-width: 768px) {
        .webinar_info .webinar__list {
            padding: 24px;
        }
    }

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

	お知らせ

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

    .news {
        background-color: #FAF8F7;
    }

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

	イベントTOP お問い合わせ

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

    .keibi_top_form .contentsWrap {
        max-width: 1000px;
    }

    .keibi_top_form h2 {
        text-align: center;
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 40px;
    }

    /*----------------------------------------------------
	イベントTOP お問い合わせ (768px以下)
----------------------------------------------------*/

    @media screen and (max-width: 768px) {
        .keibi_top_form h2 {
            font-size: 26px;
        }
    }

    /*----------------------------------------------------
	追加css
----------------------------------------------------*/

    .manga {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
        padding: 100px 0 20px;

        img {
            width: 100%;
        }
    }

    .manga_img {
        width: 760px;
        margin: 0 auto;
    }

    @media screen and (max-width: 768px) {
        .manga {
            width: 100%;
            margin: 0 auto;

            img {
                width: 100%;
            }
        }
    }

    .manga_img {
        width: 100%;
        margin: 0 auto;
    }

    .kaiketsu_txt {
        font-size: 16px;
        font-weight: 300;
    }

    p.txtCatch.txtColor_01.fs_150 {
        color: #1A6196;
    }

    .introduce_step .stepNum .num {
        color: #1A6196;
    }

    .staff_voice_card .voice_card__list .txtArea p {
        font-size: 16px;
    }

    /* 親コンテナ：3つのカードを横並び */

    .features-container {
        display: flex;
        justify-content: space-between;
        /* 画面幅の上限 */
        margin: 0 auto;
        /* 中央寄せ */
        flex-wrap: wrap;
    }

    /* 1つのカード */

    .feature-card {
        background: #fff;
        border: 2px solid #1c479b;
        width: 32%;
        /* 3つ並べるため大まかに33% */
        margin-bottom: 20px;
        /* カード間の縦方向の隙間 */
        margin-right: 15px;
        /* カード間の横方向の隙間 */
        box-sizing: border-box;
        padding: 20px;
        position: relative;
        /* 大きな数字の絶対配置に使う */
    }

    /* 3つ目、6つ目、9つ目…は行の終端になるので margin-right を0に */

    .feature-card:nth-child(3n) {
        margin-right: 0;
    }

    /* 円形背景エリア */

    .circle-image {
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 画面のスクリーンショット */

    .screenshot {
        width: 100%;
        height: auto;
        object-fit: cover;
        /* はみ出さないように */
        /* 必要に応じて max-height: 100%; とか */
    }

    /* タイトル部分 */

    .feature-title {
        font-size: 20px;
        color: #215B87;
        margin: 0 0 20px;
        border-bottom: 1px solid;
        padding: 0px 0 10px 0;
    }

    /* 説明テキスト */

    .feature-text {
        font-size: 14px;
        line-height: 1.6;
        color: #215B87;
        margin: 0 0 60px;
    }

    /* 大きな数字（01, 02, 03） */

    .feature-number.number01 {
        width: 57px;
        right: 0px;
    }

    .feature-number {
        position: absolute;
        bottom: -2px;
        right: -2px;
        width: 65px;
    }

    .feature-card.last {
        border: none;
    }

    img.point011 {
        width: 100%;
        max-width: 300px;
        display: block;
        padding: 50px 10px 20px 10px;
        height: auto;
    }

    /* レスポンシブ：幅が狭い時は縦並びにする例 */

    @media screen and (min-width: 767px) and (max-width: 828px) {
        .feature-card {
            width: 31%;
        }

        img.point011 {
            max-width: 150px;
            display: block;
            padding: 50px 10px 20px 10px;
            height: auto;
        }
    }

    @media screen and (max-width: 768px) {
        .features-container {
            flex-direction: column;
            gap: 40px;
        }

        .feature-card {
            width: 100%;
        }

        .screenshot {
            width: 200px;
            max-width: 100%;
        }

        .point011 {
            width: 200px;
            margin: 0 auto;
            display: block;
            padding: 10px 10px 20px 10px;
            height: auto;
        }
    }

    .flow-row {
        display: flex;
        align-items: center;
        gap: 20px;
        /* 各要素の隙間 */
        max-width: 1000px;
        margin: 3px auto;
    }

    .left {
        display: flex;
        align-items: center;
        width: 600px;
    }

    .blue-block {
        background-color: #337ab7;
        /* 青色 */
        color: #fff;
        font-weight: bold;
        width: 156px;
        /* 縦長ブロックの幅 */
        text-align: center;
        position: relative;
        height: 129px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blue-block::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        display: block;
        width: 428px;
        height: 62px;
        left: 156px;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }

    .left-steps {
        display: flex;
        flex-direction: column;
        /* 縦に並べる */
        gap: 5px;
        padding-left: 40px;
        font-weight: 700;
    }

    .step-box {
        display: flex;
        align-items: center;
        background: #f5f5f5;
        border: 1px solid #ccc;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        width: 300px;
    }

    .step-num {
        background-color: #999999;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 15px 10px 15px;
        width: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .step-text {
        color: #333;
        padding: 0 30px 0 10px;
        font-size: 15px;
    }

    .step-card {
        display: flex;
        align-items: stretch;
        border: 2px solid #337ab7;
        overflow: hidden;
        width: 400px;
        height: 111px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .step-number {
        background-color: #1E72D1;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        padding: 20px;
        width: 10px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 右側のコンテンツ */

    .step-content {
        flex: 1;
        /* 残りのスペースを使う */
        background-color: #fffbe7;
        /* クリーム色 */
        padding: 20px 0px 20px 20px;
        color: #333;
        line-height: 1.6;
        display: flex;
        align-items: center;
        font-weight: 700;
    }

    .kurabe-img {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .step-logo {
        height: auto;
        width: 310px;
    }

    img.step-logo {
        max-width: 100%;
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        .kurabe-img {
            width: 100%;
            height: auto;
        }
    }

    .pro-cas {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto 20px;
    }

    @media screen and (max-width: 768px) {
        .pro-cas {
            width: 100%;
            height: auto;
        }
    }

    .second {
        background: #69A6E4;
        height: 182px;
    }

    .third {
        background: #85B9EE;
    }

    .fouth {
        background: #98C1EB;
    }

    .second-step {
        height: 160px;
    }

    .step-card.step-title {
        border: none;
        width: auto;
    }

    .left-steps.title {
        display: block;
        margin: 0 auto;
        font-size: 22px;
        font-weight: 600;
    }

    @media screen and (max-width: 768px) {
        .flow-row {
            max-width: 100%;
            margin: 2px auto;
            width: 330px;
        }

        .left {
            display: flex;
            align-items: center;
            width: 213px;
        }

        .blue-block::after {
            width: 100%;
            height: 62px;
            left: 20%;
        }

        .step-card {
            width: 106px;
            border: 2px solid #337ab7;
            border-left: 1px solid #337ab7;
            border-bottom: 1px solid #337ab7;
            border-top: 1px solid #337ab7;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .step-content {
            font-size: 0.75em;
            line-height: 1.2;
            padding: 5px 0px 10px 5px;
        }

        .step-number {
            font-size: 0.75em;
            padding: 0px 3px 0px 3px;
            width: auto;
        }

        .step-text {
            padding: 0 5px 0 5px;
            font-size: 0.75em;
        }

        .step-box {
            width: 140px;
        }

        .step-num {
            font-size: 0.8em;
            padding: 10px 4px 10px 4px;
        }

        .blue-block {
            width: 60px;
            font-size: 0.8em;
        }

        .blue-block::after {
            width: 173px;
            height: 62px;
            top: 80px;
            left: 60px;
            background-size: contain;
        }

        .second::after {
            top: 110px;
        }

        .left-steps {
            padding-left: 10px;
        }

        img.step-logo {
            width: 100%;
            display: block;
        }

        .step-card.step-title {
            border: none;
            width: auto;
            align-items: center;
        }

        .feature-number.number01 {
            width: 50px;
        }

        .step-logo {
            height: auto;
            width: 190px;
        }
    }

    @media screen and (min-width: 1280px) {
        a.header__btn.keibi {
            font-size: 13px !important;
        }
    }

    /* hikaku */
    /*-----------------------------
        CSS ここから
    -------------------------------*/

    .hikaku .table_hikaku {
        line-height: 1.2;
        margin: auto;
        position: relative;
        margin: 64px auto;
        width: 100%;
    }

    /*強調 枠*/

    .hikaku .table_hikaku::before {
        border: 4px solid #1E72D1;
        border-radius: 20px 20px 8px 8px;
        -webkit-box-shadow: inset 0 20px 0 #fff;
        box-shadow: inset 0 20px 0 #fff;
        content: "";
        position: absolute;
        left: 25.2%;
        bottom: -10px;
        height: calc(100% + 18px);
        width: 24%;
    }

    .hikaku .table_hikaku tbody th {
        background-color: #1E72D1;
        color: #fff;
        padding: 12px 2%;
        text-align: left;
        height: 58px;
        width: 25%;
        font-size: 20px;
    }

    .hikaku .table_hikaku thead th {
        padding: 0 2%;
        font-size: 24px;
    }

    .hikaku .table_hikaku thead th:first-child {
        border: none;
    }

    .hikaku .table_hikaku thead th:not(:first-child) {
        background-color: #DFEAF9;
        width: 16.5%;
        padding: 10px 2%;
        text-align: center;
    }

    .hikaku .table_hikaku thead th:nth-child(2) {
        background-color: #fff;
        width: 25%;
    }

    .hikaku .table_hikaku th,
    .hikaku .table_hikaku td {
        border: 1px solid #C6D5E9;
        vertical-align: middle;
        padding: 0 2%;
    }

    .hikaku .table_hikaku tbody tr:first-child {
        text-align: center;
        font-weight: bold;
    }

    /*アイコン*/

    .hikaku .table_hikaku [class*="lv"] {
        display: inline-block;
        padding-left: 48px;
        position: relative;
    }

    .hikaku .table_hikaku [class*="lv"]::before {
        background: no-repeat center/contain;
        background-image: none;
        content: "";
        display: inline-block;
        margin: auto;
        position: absolute;
        top: -10px;
        bottom: 0;
        left: 0;
        width: 46px;
        height: 46px;
    }

    /*二重丸*/

    .hikaku .table_hikaku .lv4::before {
        background-image: url(../images/hikaku_lv4.webp);
    }

    /*丸*/

    .hikaku .table_hikaku .lv3::before {
        background-image: url(../images/hikaku_lv3.webp);
    }

    /*三角*/

    .hikaku .table_hikaku .lv2::before {
        background-image: url(../images/hikaku_lv2.webp);
    }

    /*ばつ*/

    .hikaku .table_hikaku .lv1::before {
        background-image: url(../images/hikaku_lv1.webp);
    }

    @media screen and (max-width: 768px) {
        .hikaku .table_hikaku::before {
            display: none;
        }

        .hikaku .table_hikaku [class*=lv] {
            padding-left: 30px;
            font-size: 14px;
        }

        .hikaku .table_hikaku [class*=lv]::before {
            width: 38px;
            height: 38px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            top: 0;
        }

        .hikaku .table_hikaku {
            line-height: 1.25;
        }

        .hikaku .table_hikaku,
        .hikaku .table_hikaku thead,
        .hikaku .table_hikaku tbody {
            display: block;
            width: 100%;
        }

        .hikaku .table_hikaku th,
        .hikaku .table_hikaku tbody th {
            display: block;
            width: 96%;
        }

        .hikaku .table_hikaku tbody th {
            height: auto;
            text-align: center;
        }

        .hikaku .table_hikaku tr {
            display: block;
            width: 100%;
        }

        .hikaku .table_hikaku thead {
            display: none;
        }

        .hikaku .table_hikaku tr:not(:first-child) {
            margin-top: 25px;
        }

        .hikaku .table_hikaku th {
            background-color: #60a1e8;
            color: #fff;
            padding: 10px;
            text-align: center;
        }

        .hikaku .table_hikaku td {
            background-color: #fff;
            border-top: 2px solid #f1f1f1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-weight: bold;
            position: relative;
            padding: 0 0 0 34%;
        }

        .hikaku .table_hikaku td::before {
            border-right: 2px solid #f1f1f1;
            content: "";
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            font-weight: bold;
            line-height: 1.4;
            padding: 12px 2%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            width: 30%;
            white-space: pre;
        }

        .hikaku .table_hikaku td:nth-of-type(2)::before {
            content: "A社";
        }

        .hikaku .table_hikaku td:nth-of-type(3)::before {
            content: "B社";
        }

        .hikaku .table_hikaku td:nth-of-type(4)::before {
            content: "C社";
        }

        .hikaku .table_hikaku td:nth-of-type(2),
        .hikaku .table_hikaku td:nth-of-type(3),
        .hikaku .table_hikaku td:nth-of-type(4) {
            min-height: 64px;
        }

        .hikaku .table_hikaku td:nth-of-type(2)::before,
        .hikaku .table_hikaku td:nth-of-type(3)::before,
        .hikaku .table_hikaku td:nth-of-type(4)::before {
            background-color: #DFEAF9;
        }

        .hikaku .table_hikaku td:nth-of-type(1) {
            min-height: 64px;
        }

        .hikaku .table_hikaku td:nth-of-type(1)::before {
            background: url(../images/keibi_logo.svg) no-repeat center/94% auto #fff;
        }

        /*強調 枠*/
        .hikaku .table_hikaku td:nth-of-type(1)::after {
            -webkit-box-shadow: inset 5px 0 0 #fff, inset -5px 0 0 #fff;
            box-shadow: inset 5px 0 0 #fff, inset -5px 0 0 #fff;
            border: 2px solid #1E72D1;
            border-radius: 10px;
            content: "";
            top: 0;
            bottom: 0;
            right: -5px;
            left: -5px;
            position: absolute;
        }
    }

    @media screen and (max-width: 480px) {
        .hikaku .table_hikaku td {
            padding: 0 0 0 49%;
        }

        .hikaku .table_hikaku td::before {
            width: 45%;
        }
    }

    img.hikaku-logo {
        width: 90%;
    }

    /*-----------------------------
        CSS ここまで
    -------------------------------*/

    @media screen and (max-width: 768px) {
        .case_study_noscript__list .captionArea p {
            font-size: 18px;
            padding: 16px 2%;
        }
    }
