@charset "utf-8";

.pc{
    display: block;
}
.sp{
    display: none;
}

.sec *{
    box-sizing: border-box;
}
/*----- 50:50分割レイアウト */
.half_layout{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.half_layout .thumbnail_block{
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.half_layout .thumbnail_inner{
    max-width: 625px;
    width: 100%;
    padding-right: 25px;
    box-sizing: border-box;
}
.half_layout .thumbnail_inner img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.half_layout .detail_block{
    width: 50%;
}
.half_layout .detail_inner{
    max-width: 625px;
    width: 100%;
    padding: 45px 25px 45px 50px;
    box-sizing: border-box;
}
.half_layout .detail_inner .title{
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
    line-height: 1.7;
    font-weight: bold;
}
.half_layout .detail_inner .cont .txt{
    margin: 0;
    letter-spacing: 0.1em;
}

/* 反転 */
.half_layout.reverse{
    justify-content: flex-start;
}
.half_layout.reverse .thumbnail_block{
    left: 50%;
}
.half_layout.reverse .detail_block{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.half_layout.reverse .detail_inner{
    padding-left: 25px;
    padding-right: 50px;
}

/*----- 通常レイアウト */
.sec_layout{
    padding-bottom: 140px;
}
.sec_layout .inner,
.contactBtn .inner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec_layout .sectitle{
    font-size: 50px;
    margin: 0 auto 80px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.sec_layout .sectitle:after{
    width: 153px;
    height: 1px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background: #333;
    display: block;
    content: "";
}

/*----- ヘッダー */
#pageHeader{
    margin-bottom: 75px;
}
/*----- メインビジュアル */
.mainvisual img{
    width: 100%;
}

/*----- ファースト */
.sec_first{
    padding-top: 115px;
}
.sec_first .title{
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 125px;
    letter-spacing: 0.1em;
    text-align: center;
}
.sec_first .image img{
    width: 100%;
}

/*----- プロローグ */
.sec_prologue{
    margin-bottom: 20px;
}
.sec_prologue .prologue1{
    margin-bottom: 100px;
}
.sec_prologue .prologue1 .thumbnail_block{
    background-image: url(../img/recruit/prologue_bg1@2x.png);
    background-position: right center;
}

/*----- 代表メッセージ */
.sec_message .inner{
    box-sizing: border-box;
    padding: 50px 29px 45px;
    border: 1px solid #333;
}
.sec_message .txt{
    margin: 0;
    letter-spacing: 0.1em;
    line-height: 1.8125;
}
.sec_message .first_cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec_message .left_cont{
    width: 50%;
}
.sec_message .left_cont .title{
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 0;
}
.sec_message .right_cont{
    width: 50%;
    padding-left: 50px;
}
.sec_message .right_cont img{
    width: 100%;
}
.sec_message .second_cont .name{
    margin-top: 10px;
    text-align: right;
}

/*----- メッセージ2 */
.sec_message2{
    margin-bottom: 140px;
    padding-top: 120px;
    padding-bottom: 115px;
    background-image: url(../img/recruit/message_bg@2x.png);
    background-position: center center;
    background-size: cover;
}
.sec_message2 .cont{
    text-align: center;
}
.sec_message2 .cont .txt{
    font-size: 30px;
    margin: 0;
    line-height: 2;
    font-weight: bold;
}
.sec_message2 .cont .txt span{
    line-height: 2.2;
    display: block;
}
.sec_message2 .cont .txt strong{
    font-size: 40px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #333;
    display: inline-block;
    line-height: 1;
    position: relative;
}
.sec_message2 .cont .txt strong:after{
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px;
    position: absolute;
    background: #333;
    display: block;
    content: "";
}

/*----- 「新卒で入社した先輩の声」 */
.sec_voice .sectitle span{
    display: inline;
}
.sec_voice .half_layout .detail_inner .title{
    margin-bottom: 25px;
    border-bottom: 1px solid #333;
}
.sec_voice .half_layout .detail_inner .profile{
    margin-bottom: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.sec_voice .half_layout .detail_inner .name{
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-right: 35px;
}
.sec_voice .half_layout .detail_inner .join{
    font-size: 14px;
    line-height: 1;
}

/* 個別設定 */
.sec_voice .voice1{
    margin-bottom: 120px;
}
.sec_voice .voice1 .thumbnail_block{
    background-image: url(../img/recruit/voice_bg1@2x.png);
    background-position: left center;
}
.sec_voice .voice2 .thumbnail_block{
    background-image: url(../img/recruit/voice_bg2@2x.png);
    background-position: left center;
}


/*----- 募集要項 */
.sec_recruitment .recruitment_wrap{
    padding-top: 120px;
    padding-bottom: 120px;
    font-family: "Noto Sans JP",sans-serif;
    background: #F1F1F1;
}
.sec_recruitment .recruitment_inner{
    width: 80%;
    max-width: 840px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}
.sec_recruitment .list{
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.sec_recruitment .list:first-child{
    padding-top: 0;
}
.sec_recruitment .list .title{
    width: 120px;
    font-weight: bold;
}
.sec_recruitment .list .cont{
    width: calc(100% - 120px);
    margin-left: 0;
}
.sec_recruitment .list ul{
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.sec_recruitment .mark-dia:before{
    content: "◆";
}


/*----- 応募の流れ */
.sec_flow{
    padding-bottom: 0;
}
.sec_flow .flow_wrap{
    margin-bottom: 75px;
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    font-family: "Noto Sans JP",sans-serif;
}
.sec_flow .flow_wrap .detail{
    width: calc((100% / 4) - ((27px * 3) / 4));
    padding: 28px 2.5% 15px;
    box-sizing: border-box;
    background: #F1F1F1;
    position: relative;
}
.sec_flow .flow_wrap .detail i.fa{
    font-size: 44px;
    right: -32px;
    top: calc(50% - 22px);
    z-index: 6000;
    position: absolute;
}
.sec_flow .flow_wrap .title{
    font-size: 24px;
    height: calc(1.25em * 2);
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","Roboto Slab",Garamond,"Times New Roman","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}


/* ご応募はこちらから！ */
.contactBtn{
    margin-bottom: 145px;
}
.contactBtn a{
    font-size: 30px;
    width: 100%;
}
.contactBtn .txt{
    margin-top: 35px;
    margin-bottom: 0;
    font-family: "Noto Sans JP",sans-serif;
}


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

    /*----- 50:50分割レイアウト */
    .half_layout{
        align-items: flex-start;
    }
    .half_layout .detail_inner{
        padding-top: 0;
        padding-right: calc((100% * 2) * 0.05);
        padding-left: calc((100% * 2) * 0.05);
    }
    .half_layout .detail_inner .title{
        font-size: 24px;
    }
    .half_layout .thumbnail_block{
        align-items: flex-start;
    }
    .half_layout.reverse .detail_inner{
        padding-right: calc((100% * 2) * 0.05);
        padding-left: calc((100% * 2) * 0.05);
    }

    /*----- 通常レイアウト */
    .sec_layout{
        padding-bottom: 70px;
    }
    .sec_layout .sectitle{
        font-size: 40px;
        margin-bottom: 40px;
    }
    .sec_layout .sectitle:after{
        width: 75px;
    }

    #pageHeader{
        margin-bottom: 40px;
    }
    /*----- ファースト */
    .sec_first{
        padding-top: 60px;
    }
    .sec_first .title{
        font-size: 24px;
        margin-bottom: 70px;
    }

    /*----- プロローグ */
    .sec_prologue{
        margin-bottom: 0;
    }
    .sec_prologue .prologue1{
        margin-bottom: 50px;
    }
    .sec_prologue .prologue1 .thumbnail_block,
    .sec_prologue .prologue2 .thumbnail_block{
        background-size: 100%;
        background-position: center top;
    }

    /*----- 代表メッセージ */
    .sec_message .first_cont{
        align-items: flex-start;
    }
    .sec_message .left_cont{
        width: 100%;
        padding-right: 15px;
    }
    .sec_message .left_cont .title{
        font-size: 20px;
    }
    .sec_message .right_cont{
        width: 100%;
        padding-left: 0;
        padding-left: 15px;
    }

    /*----- メッセージ2 */
    .sec_message2{
        margin-bottom: 70px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_message2 .cont .txt{
        font-size: 24px;
    }
    .sec_message2 .cont .txt strong{
        font-size: 32px;
    }

    /*----- 「新卒で入社した先輩の声」 */
    .sec_voice .half_layout .detail_inner .name{
        font-size: 24px;
    }
    .sec_voice .voice1{
        margin-bottom: 60px;
    }
    .sec_voice .voice1 .thumbnail_block,
    .sec_voice .voice2 .thumbnail_block{
        background-size: 100%;
        background-position: top left;
    }

    /*----- 募集要項 */
    .sec_recruitment .recruitment_wrap{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_recruitment .recruitment_inner{
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
    .sec_recruitment .list{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sec_recruitment .list .title{
        width: 30%;
    }
    .sec_recruitment .list .cont{
        width: 70%;
    }

    /*----- 応募の流れ */
    .sec_flow .flow_wrap{
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .sec_flow .flow_wrap .detail{
        width: 100%;
        padding: 28px 2.5% 15px;
    }
    .sec_flow .flow_wrap .detail:not(:last-child){
        margin-bottom: 36px;
    }
    .sec_flow .flow_wrap .title{
        font-size: 20px;
        height: auto;
    }
    .sec_flow .flow_wrap .detail i.fa{
        font-size: 36px;
        top: 100%;
        right: calc(50% - 18px);
        transform: rotate(90deg);
    }

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

    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    /*----- 50:50分割レイアウト */
    .half_layout{
        justify-content: center;
        flex-direction: column-reverse;
    }
    .half_layout .thumbnail_block{
        width: 100%;
        height: 55vw;
        position: static;
    }
    .half_layout .thumbnail_inner{
        max-width: 100%;
        padding-right: 0;
    }
    .half_layout .detail_block{
        width: 90%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .half_layout .detail_inner{
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .half_layout .detail_inner .title{
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .half_layout .detail_inner .cont .txt{
        margin: 0;
        letter-spacing: 0.1em;
        font-size: 14px;
    }

    /* 反転 */
    .half_layout.reverse .detail_inner{
        padding-left: 0;
        padding-right: 0;
    }

    /*----- 通常レイアウト */
    .sec_layout{
        padding-bottom: 30px;
    }
    .sec_layout .inner,
    .contactBtn .inner{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_layout .sectitle{
        font-size: 30px;
        margin: 0 auto 30px;
        line-height: 1.6;
    }
    .sec_layout .sectitle:after{
        width: 153px;
        margin-top: 5px;
    }

    /*----- ヘッダー */
    #pageHeader{
        margin-bottom: 35px;
    }

    /*----- ファースト */
    .sec_first{
        padding-top: 50px;
    }
    .sec_first .title{
        font-size: 19px;
        margin: 0 0 50px;
        /* text-align: left; */
    }

    /*----- プロローグ */
    .sec_prologue{
        margin-bottom: 0;
    }
    .sec_prologue .prologue1{
        margin-bottom: 30px;
    }
    .sec_prologue .prologue1 .thumbnail_block{
        background-position: center center;
        background-size: cover;
    }
    .sec_prologue .prologue2 .thumbnail_block{
        height: auto;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /*----- 代表メッセージ */
    .sec_message{
        padding-bottom: 50px;
    }
    .sec_message .inner{
        padding: 20px 15px;
    }
    .sec_message .txt{
        margin: 0;
        line-height: 1.9;
        font-size: 15px;
    }
    .sec_message .first_cont{
        display: block;
    }
    .sec_message .left_cont{
        width: 100%;
        padding-right: 0;
    }
    .sec_message .left_cont .title{
        font-size: 18px;
        line-height: 1.9;
    }
    .sec_message .right_cont{
        display: none;
    }
    .sec_message .right_cont img{
        width: 100%;
    }
    .sec_message .image_cont{
        width: 100%;
        margin-bottom: 15px;
    }
    .sec_message .image_cont img{
        width: 100%;
    }
    .sec_message .first_cont .name{
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.9;
        text-align: right;
    }

    /*----- メッセージ2 */
    .sec_message2{
        margin-bottom: 45px;
    }
    .sec_message2{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec_message2 .cont .txt{
        font-size: 19px;
        margin: 0;
        line-height: 1.6;
        /* text-align: left; */
    }
    .sec_message2 .cont .txt span{
        line-height: 1.5;
        display: inline;
    }
    .sec_message2 .cont .txt strong{
        font-size: 21px;
        border-bottom: 4px double #222;
    }
    .sec_message2 .cont .txt strong:after{
        display: none;
    }

    /*----- 「新卒で入社した先輩の声」 */
    .sec_voice .sectitle span{
        display: none;
    }
    .sec_voice .detail_voice{
        flex-direction: column;
    }
    .sec_voice .half_layout .detail_inner .title{
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    .sec_voice .half_layout .detail_inner .profile{
        margin-bottom: 15px;
    }
    .sec_voice .half_layout .detail_inner .name{
        font-size: 24px;
        margin-right: 20px;
    }
    .sec_voice .detail_voice .thumbnail_block{
        margin-bottom: 30px;
    }

    /* 個別設定 */
    .sec_voice .voice1{
        margin-bottom: 10px;
    }
    .sec_voice .voice1 .thumbnail_block,
    .sec_voice .voice2 .thumbnail_block{
        background-size: cover;
        background-position: center center;
    }


    /*----- 募集要項 */
    .sec_recruitment{
        padding-bottom: 45px;
    }
    .sec_recruitment .inner{
        width: 100%;
    }
    .sec_recruitment .recruitment_wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_recruitment .recruitment_inner{
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec_recruitment .list{
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }
    .sec_recruitment .list:first-child{
        padding-top: 0;
    }
    .sec_recruitment .list:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    .sec_recruitment .list .title{
        width: 100%;
        margin-bottom: 5px;
    }
    .sec_recruitment .list .cont{
        width: 100%;
        margin-left: 0;
    }
    .sec_recruitment .list ul{
        margin: 0;
        padding-left: 0;
    }


    /*----- 応募の流れ */
    .sec_flow{
        padding-bottom: 0;
    }
    .sec_flow .flow_wrap{
        margin-bottom: 45px;
    }
    .sec_flow .flow_wrap .detail{
        padding: 40px 30px 45px;
    }
    .sec_flow .flow_wrap .detail:not(:last-child){
        margin-bottom: 20px;
    }
    .sec_flow .flow_wrap .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sec_flow .flow_wrap .txt{
        margin: 0;
    }
    .sec_flow .flow_wrap .txt a{
        text-decoration: underline;
    }
    .sec_flow .flow_wrap .detail i.fa {
        font-size: 40px;
        top: 94%;
        right: calc(50% - 20px);
    }


    /* ご応募はこちらから！ */
    .contactBtn{
        margin-bottom: 50px;
    }
    .contactBtn a{
        font-size: 20px;
    }
    .contactBtn .txt{
        margin-top: 30px;
        margin-bottom: 0;
    }

}
