@charset "utf-8";

/* ##############################################################################

    Page-Recruit Style

############################################################################## */

/* work ver1 */
.work-ver1 .nav-interview{
    gap: 20px;
}
.work-ver1 .nav-interview-link{
    max-width: 420px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: end;
}

.work-ver1 .nav-interview-link:after{
    display: none;
}
.work-ver1 .nav-interview-link span{
    line-height: 1;
}
.work-ver1 .nav-interview-link .work-name{
    position: absolute;
    font-size: 22px;
    padding: 10px;
    background: var(--main-color-blue);
    line-height: 1;
    top: 0!important;
    right: 0;
}
.work-ver1 .nav-interview-link .work-catch{
    background: var(--main-color-blue);
    font-size: 28px;
    padding: 10px;
    width: 100%;
    line-height: 1;
    display: block;
    margin-top: auto;
}

.work-ver1 .nav-interview-link.nav-product{
    background-image: url(../image/page-recruit/img_recruit_product.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.work-ver1 .nav-interview-link.nav-quality{
    background-image: url(../image/page-recruit/img_recruit_quality.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-design{
    background-image: url(../image/page-recruit/img_recruit_design.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-supply{
    background-image: url(../image/page-recruit/img_recruit_supply.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-japansales{
    background-image: url(../image/page-recruit/img_recruit_jpsales.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.work-ver1 .nav-interview-link.nav-japansalessupport{
    background-image: url(../image/page-recruit/img_recruit_jpsalessupport.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-worldsales{
    background-image: url(../image/page-recruit/img_recruit_worldsales.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-worldsalessupport{
    background-image: url(../image/page-recruit/img_recruit_worldsalessupport.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
}
.work-ver1 .nav-interview-link.nav-management{
    background-image: url(../image/page-recruit/img_recruit_management.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.second .content .section-gray h3{
    top: 30px;
}

@media screen and (max-width: 1250px){
    /*
    .title-ibs-career .txt-ibs-mark,
    .title-ibs-career .txt-ibs-career{
        width: 100%;
        text-align: center;
    }
    .title-ibs-career .txt-ibs-mark{
        padding: 0;
        height: 30px;
    }*/
}

@media screen and (max-width: 950px){
    /*.box-navy-inner{
        width: 90%;
        display: block;
    }
    .box-navy h4 span{
        top: 78px;
    }
    .box-navy h4{
        width: 90%;
        font-size: 48px;
        margin-bottom: 50px;
    }
    .box-navy h4 span{
        font-size: 20px;
        top: 78px;
    }*/
    .second .content .section-gray h3{
        top: 50px;
    }
}
@media screen and (max-width: 950px){
    /*.recruit-message-inner:nth-child(2){
        max-width: 90%;
    }
}

/* Recruit SP */
@media screen and (max-width: 767px) {

}