@charset "utf-8";

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

header調整

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

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

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

MV

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

    .event_page .MV .MVIn {
        height: 690px;
        background-position: 25%;
    }

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

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

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

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

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

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

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

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

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

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


}

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

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

    /*スタッフ管理*/
    .event_page .MV .catchArea img {
        margin: 3% auto 6% auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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


}

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

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

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

中間CTAボタンの調整

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

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

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

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

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

/*背景色白*/
.event_page .cv_area02 {
    background: inherit;
}

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

/* -----------------------------------------------------------
中間CTAボタンの調整 1000px以下
----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
    .event_page .cv_area_middle .cv__Title h2 img {
        width: 260px;
    }
}

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

	お悩み

----------------------------------------------------*/
.onayami_eventVer {
    position: relative;
    background-color: #FAF8F7;
}

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

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

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

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

/*ダイアン*/
.onayami_eventVer .side_characterArea .diane_img01 {
    position: absolute;
    bottom: 62px;
    left: 4%;
    width: 18vw;
    max-width: 325px;
}

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

/* -----------------------------------------------------------
お悩み 1080px以下
----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
    .onayami_eventVer .contentsWrap {
        padding: 120px 0 120px 0;
    }

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

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

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

/* -----------------------------------------------------------
お悩み 768px以下
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .onayami_eventVer h2 {
        font-size: 26px;
    }

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

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

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

    .onayami_eventVer .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_eventVer .side_characterArea .diane_img01 {
        bottom: 0;
        min-width: 170px;
    }

    .onayami_eventVer .side_characterArea .diane_img02 {
        bottom: 0;
        min-width: 115px;
    }

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

}

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

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

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

	解決

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

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

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

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

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

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

/* -----------------------------------------------------------
解決 1080px以下
----------------------------------------------------------- */
@media screen and (max-width: 1080px) {
    .kaiketsu_eventVer .kaiketsu__item {
        width: 47%;
        margin: 24px 1.5%;
    }

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

/* -----------------------------------------------------------
解決 768px以下
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .kaiketsu_eventVer .contentsWrap {
        padding: 64px 0 64px 0;
    }

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

    .kaiketsu_eventVer h2 span {
        display: none;
    }

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

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

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

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

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

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

/* -----------------------------------------------------------
解決 480px以下
----------------------------------------------------------- */
@media screen and (max-width: 480px) {
    .kaiketsu_eventVer .kaiketsu__item {
        display: block;
        margin: 0 auto 32px auto;
        padding-bottom: 32px;
    }

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

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

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

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

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

----------------------------------------------------------- */
.about_event {
    background-color: #FAF8F7;
}

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

/*画像*/
.about_event .about__img img {
    width: 100%;
    margin-bottom: 40px;
}

/*業種リスト*/
.about_event .about__content {
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    padding-bottom: 32px;
    padding-top: 32px;
}

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

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

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

/*スタッフ*/
.about_event .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_event .about__content .list__staff .period:before {
    background-image: url(/common/images/icon_period_blue.svg);
}

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

/*雇用形態*/
.about_event .about__content .list__staff .engage:before {
    background-image: url(/common/images/icon_engage_blue.svg);
}

/*----------------------------------------------------
	プロキャスイベントとは？ (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

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

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

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

    .about_event .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_event {
    background-color: #FAF8F7;
    position: relative;
}

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

/*ダイアン*/
.result_event .characterArea {
    position: absolute;
    bottom: -1px;
    right: 10%;
    width: 70vw;
    max-width: 660px;
}

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

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

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

	お客様の声

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

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

	料金

----------------------------------------------------*/
.event_price {
    background-color: #faf8f7;
    position: relative;
}

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

/*ダイアン*/
.event_price .characterArea {
    position: absolute;
    bottom: -1px;
    right: 8%;
    width: 38vw;
    max-width: 400px;
}

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

/*----------------------------------------------------
	料金 (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .event_price .contentsWrap {
        padding: 64px 0 260px 0;
    }

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

}

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

	バナーエリア

----------------------------------------------------*/
/*コラムバナー*/
.event_page .bnrArea.bnr_content01 .bnr__item {
    width: 50vw;
    margin: 80px auto 0 auto;
    max-width: 1000px;
}

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

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

/*----------------------------------------------------
	バナーエリア (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {

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

/*----------------------------------------------------
	バナーエリア (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {

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

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

}

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

	導入までの流れ調整

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

----------------------------------------------------*/
.event_top_form .contentsWrap {
    max-width: 1000px;
}

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

/*----------------------------------------------------
	イベントTOP お問い合わせ (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .event_top_form h2 {
        font-size: 26px;
    }
}
