@charset "utf-8";

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

header調整

----------------------------------------------------------- */
/* ヘッダータイトル */
.header__title img {
    width: 200px;
}

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

    /* ヘッダータイトル */
    .header__title img {
        width: 260px;
    }
}

@media screen and (min-width: 1000px) {
    .header__title {
        width: 28%;
    }

    .header__title img {
        width: 100%;
    }
}

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

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

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

ナビゲーション

----------------------------------------------------------- */
@media screen and (min-width: 1000px) {
    .nav__inner {
        width: 55%;
    }

    .nav__inner_sub {
        width: 42%;
    }
}

@media screen and (min-width: 1280px) {
    .nav__inner {
        width: 67%;
    }

    .nav__inner_sub {
        width: 35%;
    }
}

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

MV

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

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

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

.kensetsu_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;
}

/*ロゴ*/
.kensetsu_page .MV .MV_logo {
    width: 36vw;
    max-width: 800px;
    margin: 2% auto 4% auto;
    display: block;
}

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

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

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

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

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

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

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

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

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

    /*ロゴ*/
    .kensetsu_page .MV .MV_logo {
        max-width: 640px;
    }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

    .kensetsu_page .MV .MVIn .MV_left {
        top: 7%;
        left: 8%;
        width: 53%;
    }

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

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

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

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

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

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

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

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

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


}

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

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

    /*ロゴ*/
    .kensetsu_page .MV .MV_logo {
        min-width: 380px;
    }

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

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

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

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

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

/*----------------------------------------------------
	MV (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .kensetsu_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%;
    }

    .kensetsu_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%);
    }

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

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

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

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

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

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

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

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


}

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

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



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

中間CTAボタンの調整

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

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

.kensetsu_page .cv_area_middle .cv__Title h2 img {
    width: 360px;
    margin-bottom: 3px;
}

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

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

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

/*背景色白*/

.kensetsu_page .cv_area02 {
    background: inherit;
}

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

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

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

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

	お悩み

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

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

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

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

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

.onayami_kensetsuVer .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_kensetsuVer .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_kensetsuVer .onayami__item .onayami__txt {
    padding: 32px 24px 0 24px;
}

/*ダイアン*/

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

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

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

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

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

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

    .onayami_kensetsuVer .side_characterArea .diane_img02 {
        min-width: 170px;
    }
}

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

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

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

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

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

    .onayami_kensetsuVer .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_kensetsuVer .side_characterArea .diane_img01 {
        bottom: 0;
        min-width: 160px;
    }

    .onayami_kensetsuVer .side_characterArea .diane_img02 {
        bottom: 0;
        min-width: 138px;
    }

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

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

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

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

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

	解決

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

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

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

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

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

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

.kaiketsu_kensetsuVer .kaiketsu__item h3 {
    margin-bottom: .5em;
}

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

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

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

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

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

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

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

    .kaiketsu_kensetsuVer h2 span {
        display: none;
    }

    .kaiketsu_kensetsuVer .kaiketsu__item {
        width: 100%;
        margin: 0 auto 24px auto;
        border-bottom: dashed 1px #fff;
        padding-bottom: 16px;
    }

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

    .kaiketsu_kensetsuVer .kaiketsu__item figure {
        width: 23%;
        margin-right: 3%;
        background-color: #dfeaf9;
        border-radius: 6px;
        float: left;
    }

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

    .kaiketsu_kensetsuVer .kaiketsu__item h3 {
        font-size: 17px;
        text-align: left;
    }

    .kaiketsu_kensetsuVer .kaiketsu__item .kaiketsu_txt {
        text-align: left;
        width: 74%;
        margin: 0 0 0 auto;
    }

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

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

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

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

    .kaiketsu_kensetsuVer .kaiketsu__item h3 {
        text-align: center;
    }

    .kaiketsu_kensetsuVer .kaiketsu__item .kaiketsu_txt {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

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

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

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

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

.about_kensetsu {
    background-color: #FAF8F7;
}

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

/*画像*/

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

/*業種リスト*/

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

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

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

.about_kensetsu .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_kensetsu .about__content .about__list .txtArea {
    width: 81%;
}

/*スタッフ*/

.about_kensetsu .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_kensetsu .about__content .list__staff .period:before {
    background-image: url(/common/images/icon_period_blue.svg);
}

/*場所*/

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

/*雇用形態*/

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

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

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

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

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

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

    .about_kensetsu .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 .contentsWrap {
        padding: 0 0 80px 0;
    }

    .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;
    }

    .blue-block::after {
        width: 293px;
        height: 72px;
    }
}

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

	導入効果

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

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

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

/*ダイアン*/

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

.result_kensetsu .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_kensetsu .contentsWrap {
        padding: 64px 0 34vw 0;
    }

    /*ダイアン*/
    .result_kensetsu .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;
    }
}

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

	お客様の声

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

.kensetsu_case_study {
    background-color: #faf8f7;
}

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

	料金

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

.kensetsu_price {
    position: relative;
}

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

/*ダイアン*/

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

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

/*IT補助金*/
.it_subsidy {
    background-color: #faf8f7;
}

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

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

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

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

	バナーエリア

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

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

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

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

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

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

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

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

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

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

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

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

	導入までの流れ調整

----------------------------------------------------*/
/*.kensetsu_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 お問い合わせ

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

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

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

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

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

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

.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;
    padding: 0;
}

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

@media screen and (max-width: 1280px) {
    .feature-card.last .btArea a {
        font-size: 1.4vw;
    }
}

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

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

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

    .feature-card {
        width: 100%;
    }

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

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

    .feature-card.last .btArea a {
        font-size: 1em;
    }
}

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

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

.blue-block {
    background-color: #337ab7;
    /* 青色 */
    color: #fff;
    font-weight: bold;
    width: 146px;
    /* 縦長ブロックの幅 */
    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: 430px;
    height: 62px;
    left: 146px;
    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: 20px;
    font-weight: 700;
}

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

.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: 4px 10px 4px 10px;
    font-size: 15px;
    margin: auto 0;
}

.step-card {
    display: flex;
    align-items: stretch;
    border: 2px solid #337ab7;
    overflow: hidden;
    width: 440px;
    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 10px 20px 10px;
    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: #3583D2;
}

.third {
    background: #4F95DC;
    height: 200px;
}

.third-step {
    height: 180px;
}

.fouth {
    background: #69A6E4;
}

.fifth {
    background: #85B9EE;
}

.sixth {
    background: #98C1EB;
}

.second-step {}

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

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

@media screen and (max-width: 1000px) {
    .step-box {
        width: 260px;
    }

    .left {
        width: 440px;
    }
}



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

    .flow-row:first-of-type .step-card {
        height: auto;
    }

    .flow-row:first-of-type .left {
        width: 100%;
    }

    .left {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .step-card {
        width: 45%;
        border: 1px 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 5px 10px 5px;
    }

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

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

    .step-box {
        width: 116%;
    }

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

    .blue-block {
        width: 30%;
        font-size: 0.65em;
    }

    .blue-block::after {
        width: 360%;
        height: 100px;
        top: 85px;
        left: 60px;
        background-size: inherit;
    }

    .left-steps {
        padding-left: 10px;
        width: 60%;
    }

    .left-steps.title {
        font-size: 16px;
    }

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

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

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

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

    .blue-block.third::after {
        top: 115px;
    }
}

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

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

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