@charset "utf-8";
.rec_btn{
    overflow: hidden;
    width: 268px;
    border: #000 1px solid;
    border-radius: 3em;
    text-align: left;
    font-size: 15px;
}
.rec_btn a{
    display: block;
    padding: 1em;
    box-sizing: border-box;
    background:#fff url(../img/recruit/btn_arrow.png) no-repeat right 21px center;
    line-height: 1;
    color: #2f3026;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s;
}
.rec_btn a:hover{
    background:#000 url(../img/recruit/btn_arrow_hover.png) no-repeat right 10px center;
    color: #fff;
}
@media screen and (max-width: 1079px) {
}
@media screen and (max-width: 767px) {
    .rec_btn{
        width: 40vw;
    }
    .rec_btn a{
        background-size: 19px auto;
        background-position: right 10px center;
        font-size:3.7vw;
    }
    .rec_btn a:hover{
        background-size: 19px auto;
        background-position: right 5px center;
    }
    #header h1{
        display: none;
    }
}

/*#mv*/
#mv{
    padding-bottom: 95px;
}
#mv .imgbox{
    position: relative;
    margin-bottom: 9.5vw;
}
#mv h2{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom:-105px;
    left: 0;
    right: 0;
    mix-blend-mode:multiply;
    text-align: left;
}
#mv .imgbox .main{
    width: 100%;
}
@media screen and (max-width: 1079px) {
    #mv h2{
        height: 14.1vw;
        width: auto;
        bottom:-9.5vw;
    }
    #mv h2 img{
        height: 100%;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    #mv h2{
        bottom:-12.32vw;
        height: auto;
        width: 100%;
    }
    #mv h2 img{
        height: auto;
        width: 100%;
    }
}
/*END #mv*/

/*.servicemenu*/
.servicemenu{
    margin-bottom: 150px;
}
.servicemenu .tbl2{
    position: relative;
    display: flex;
    align-items:stretch;
    width: 100%;
}
.servicemenu .tbl2 .lbox{
    width: 41.6%;
    padding-left: 8.1%;
    box-sizing: border-box;
}
.servicemenu .tbl2 h2 img{
    
}
.servicemenu .tbl2 h2 P{
    margin: 1em 0 2em;
    font-size: 25px;
    font-weight: 700;
}
.servicemenu .tbl2 .logo{
    margin-bottom: 2em;
}
.servicemenu .tbl2 .txt{
    font-size: 18px;
    font-weight: 700;
    text-align: justify;
    text-justify: inter-ideograph; /* Edge */
    line-break: strict;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.servicemenu .tbl2 .rbox{
    width: 58.4%;
    position: relative;
    display: flex;
    padding-top: 186px;
    align-items:flex-start;
    text-align: center;
}
.servicemenu .tbl2 .rbox .imgbox{
    margin: 0 auto;
}
.servicemenu .tbl2 .rbox .rec_btn{
    position: absolute;
    bottom: -47px;
    right: 50px;
}
@media screen and (max-width: 1079px) {
    .servicemenu .tbl2 h2 p{
        font-size: 2.5vw;
    }
    .servicemenu .tbl2 .txt{
        font-size: 1.7vw;
    }
}
@media screen and (max-width: 767px) {
    .servicemenu{
        margin-bottom: 3em;
    }
    .servicemenu .tbl2{
        flex-wrap:wrap; 
    }
    .servicemenu .tbl2 h2 img{
        height: 9.3vw;
        width: auto;
    }
    .servicemenu .tbl2 h2 p{
        font-size: 3.7vw;
    }
    .servicemenu .tbl2 .logo{
        text-align: center;
    }
    .servicemenu .tbl2 .logo img{
        margin: 0 auto;
    }
    .servicemenu .tbl2 .lbox{
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .servicemenu .tbl2 .rbox{
        width: 100%;
        flex-wrap: wrap;
        padding-top: 0;
    }
    .servicemenu .tbl2 .rbox .imgbox{
        margin-bottom: 2em;
    }
    .servicemenu .tbl2 .txt{
        margin-bottom: 2em;
        text-align: left;
        font-size: 3.7vw;
    }
    .servicemenu .tbl2 .rbox .rec_btn{
        right: 0;
        bottom: -2em;
    }
}
/*END .servicemenu*/
