@charset "utf-8";

/* ##############################################################################

    Page-Recruit Style

############################################################################## */

/* recruit */
.page-recruit .content{
    padding-top: 120px;
}

/* message */
.section-recruit-message{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    gap: 90px;
    padding-bottom: 300px;
}
.recruit-message-inner:first-child{
    max-width: calc(100% - 80px);
}
.second .section-recruit-message h3{
    margin-bottom: 10px;
}
.section-recruit-message span{
    font-size: 24px;
    text-align: center;
    display: block;
}
.section-recruit-message p{
    line-height: 2.4;
}
.recruit-message-inner:nth-child(2){
    max-width: 30%;
}

/* about */
.box-black{
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
}
.box-black:nth-child(2n){
    justify-content: end;
}

.bg-image-recruit01{
    background-image: url(../image/page-recruit/img_recruit01.jpg);
}
.bg-image-recruit02{
    background-image: url(../image/page-recruit/img_recruit02.jpg);
}
.bg-image-recruit03{
    background-image: url(../image/page-recruit/img_recruit03.jpg);
    margin-bottom: 50px;
}
.box-black-clear{
    width: calc( 100% / 2 );
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 40px;
}
.box-black-clear h4{
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    font-family: var(--font-minchou);
}
.box-black-clear p{
    font-size: 20px;
    font-weight: bold;
}

/* work */
.box-navy{
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

.box-navy-inner{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}

.box-navy h4{
    max-width: 1100px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 96px;
    font-family: var(--font-minchou);
    position: relative;
    margin-bottom: 30px;
}

.box-navy-right h4{
    text-align: right;
}
.box-navy h4:before{
    position: absolute;
    top: 90%;
    right: 0;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #fff;
}
.box-navy-left h4:before{
    right: 0;
}
.box-navy-right h4:before{
    left: 0;
}

.box-navy h4 span{
    font-size: 42px;
    text-align: right;
    position: absolute;
    top: 36%;
}
.box-navy-left h4 span{
    right: 0;
}
.box-navy-right h4 span{
    left: 0;
}
.box-navy h4.title-simall{
    font-size: 84px;
}
.box-navy-img{
    width: 500px;
    height: 360px;
    position: relative;
    height: auto;
}

.box-navy-right .box-navy-img{
    order: 1;
}
.box-navy img{
    width: auto;
}
.box-navy .img-bg-color{
    display: block;
    width: 500px;
    height: 360px;
    background: var(--main-color-blue);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}
.box-navy-text{
    width: 500px;
    font-size: 20px;
}
.box-navy-text a{
    color: #fff;
    font-weight: bold;
    position: relative;
}

/* banner */
.section-banner-info{
    background-image: url("../image/page-recruit/img_cover_recruit_info.jpg");
    clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 100%);
    background-size: cover;
    display: block;
    color: #fff;
}
.section-banner-info .bg-image{
    margin-top: -200px;
}
.section-banner-info .bg-image .nav-circle{
    width: 400px;
    height: 400px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    background: var(--main-color-blue);
    color: #fff;
    padding: 140px 0px;
    position: relative;
}

.section-banner-info .bg-image .nav-circle:after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../image/common/icon_circle_arrow_white.svg") no-repeat;
    background-size: contain;
    position:absolute;
    bottom: 70px;
    left: calc(50% - 50px/2);
}
.section-banner-info .bg-image .nav-circle span{
    display: block;
    text-align: center;
    font-weight: bold;
}
.nav-circle-large-txt{
    font-size: 45px;
    line-height: 60px;
}
.nav-circle-small-txt{
    font-size: 28px;
}
.section-banner-info .bg-filter-clear40{
    padding-bottom: 130px;    
}

.section-nav-recruit{
    display: flex;
    justify-content: center;
}

.section-nav-recruit .nav-career{
    width: 100%;
}
.section-nav-recruit .bg-navy{
    background: var(--sub-color-navy);
    color: #fff;
}
.section-nav-recruit .bg-white{
    color: var(--main-color-blue);
    background: #fff;
}
.section-nav-recruit .nav-inner{
    max-width: 650px;
    margin: 0 auto;
    padding: 60px 80px;
}
.section-nav-recruit .nav-inner span{
    display: block;
}
.title-ibs-career{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title-ibs-career img{
    width: 200px;
}
.title-ibs-career .txt-ibs-career{
    height: 120px;
    font-size: 50px;
    line-height: 135px;
    font-family: var(--font-minchou);
    position: relative;
}
.title-ibs-career .txt-ibs-mark{
    font-size: 36px;
    color: #fff;
    padding: 36px 15px 0;
}
.nav-inner .txt-ibs-lead{
    font-size: 20px;
    margin-bottom: 40px;
}
.nav-inner a{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.nav-inner a:after{
    width: 21px;
    height: 24px;
}
.bg-white .title-ibs-career .txt-ibs-mark{
    color: var(--sub-color-navy);
}
.bg-white .nav-inner a{
    color: var(--main-color-blue);
}
.bg-white .nav-inner a:after{
    background: url("../image/common/icon_circle_arrow_blue.svg") no-repeat;
}

/* 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) {
    .section-recruit-message{
        gap: 30px
    }
    /* about */
    .page-recruit .section-under-clippass{
        padding-bottom: 300px;
    }
    .box-black{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2px;
    }
    .bg-image-recruit01{
        background-position: 40%;
    }
    .bg-image-recruit02{
        background-position: 10%;
    }
    .bg-image-recruit03{
        background-position: 90%;
    }
    .box-black-clear{
        width: 100%;
        padding: 20px;
    }
    .box-half{
        display: none;
    }
    .box-black-clear h4{
        font-size: 24px;
    }
    .box-black-clear p{
        font-size: 16px;
        margin-bottom: 1rem;
    }

    /* work */
    .box-navy-inner{
        width: 90%;
        display: block;
    }
    .box-navy h4{
        width: 95%;
        font-size: 48px;
        margin-bottom: 50px;
    }
    .box-navy h4 span{
        font-size: 20px;
        top: 78px;
    }
    .box-navy-left h4 span{
        text-align: right;
    }
    .box-navy-right h4 span{
        text-align: left;
    }
    .box-navy h4.title-simall{
        font-size: 56px;
        margin-bottom: 35px;
    }
    .box-navy-img{
        width: 90%;
        margin-bottom: 40px;
    }
    .box-navy .img-bg-color{
        width: 100%;
        height: 100%;
    }
    .box-navy-text{
        width: 100%;
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .box-navy-text p{
        margin-bottom: 1rem;
    }
    .box-navy-text p:last-child{
        margin-bottom: 2rem;
    }

    /* banner */
    .section-banner-info{
        clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
        padding-top: 200px;
        margin-top: -200px;
    }
    .section-banner-info .bg-image .nav-circle{
        width: 260px;
        height: 260px;
        padding: 95px 0;
    }
    .section-banner-info .bg-image .nav-circle:after{
        width: 30px;
        height: 30px;
        bottom: 65px;
        left: calc(50% - 30px/2);
    }
    .nav-circle-large-txt{
        font-size: 28px;
        line-height: 32px;
    }
    .nav-circle-small-txt{
        font-size: 18px;
    }
    .section-nav-recruit{
        display: block;
        height: auto;
    }
    .section-nav-recruit .nav-career{
        max-width: 100%;
        height: auto;
    }
    .section-nav-recruit .nav-inner{
        width: 90%;
        padding: 30px 0;
    }
    .nav-inner a{
        font-size: 22px;
    }
    .nav-inner a:after{
        width: 16px;
        height: 18px;
    }
    .title-ibs-career{
        margin-bottom: 20px;
    }
    .title-ibs-career img{
        width: 150px;
        padding-right: 30px;
    }
    .title-ibs-career .txt-ibs-career{
        height: 50px;
        font-size: 28px;
        line-height: 0;
        padding-top: 32px;
        width: auto;
    }
    .nav-inner .txt-ibs-lead{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .nav-inner a{
        font-size: 18px;
    }
    .second .content .section-gray h3{
        top: 0;
    }
    .title-ibs-career .txt-ibs-mark{
        padding: 0 20px 0 0;
        width: auto;
    }
}