@charset "UTF-8";
/* CSS Document */
.position{
    position: relative;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
@media print, screen and (max-width: 768px){
    .spcenter{
        text-align: center;
    }
}
.main-title{
    position: absolute;
    /*bottom: 35.5%;*/
    font-size: 3rem;
    line-height: 6.2rem;
    color: #fff;
    letter-spacing: 1px;
}
@media print , screen and (min-width: 769px){
    .main-title{
        left: 5%;
        top: 28.7%;
    }
}
.main-title-wrap-wrap{
    position: absolute;
    left: calc(50% - 50vw);
    /*opacity: 0.9;*/
    width: 100%;
    top: 21.9%;
    mix-blend-mode: multiply;
}
.main-title-wrap{
    width: 57vw;
    height: 180px;
    position: relative;
    /*background: linear-gradient(to right,rgba(0, 145, 255, 0.7), rgba(0, 100, 185, 1));*/
    background: linear-gradient(to right,#0091FF,#005AAA);
}
.main-title-wrap:after{
    content:"";
    width: 0;
    height: 0;
    border-top: 180px solid #005AAA;
    border-right: 180px solid transparent;
    position: absolute;
    left: 100%;
}
@media all and (-ms-high-contrast: none) {
    /*IEのみ適用*/
    .main-title-wrap{
        background: linear-gradient(to right,rgba(0, 145, 255, 0.5), rgba(0, 90, 170, 0.8))
    }
    .main-title-wrap:after{
        border-top-color: rgba(0, 90, 170, 0.8);
        border-right: 180px solid transparent;
    }
}
@media print , screen and (min-width: 769px) and (max-width: 1160px) {
    .main-title-wrap{
        height: 14vw;
    }
    .main-title-wrap:after {
        border-top: 14vw solid #005AAA;
        border-right: 14vw solid transparent;
    }
}
.main-title span{
    font-size: 4rem;
}
.enter{
    width: 20rem;
    height: 20rem;
    position: absolute;
    right: 2%;
    bottom: -8%;
    padding: 4% 3% 3% 3%;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(to right,#0091FF,#005AAA);
}
.enter span{
    font-size: 4.6rem;
}
.main_txt{
    margin: 10rem auto 0 auto;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
}

@media print , screen and (min-width: 769px){
    .main-menu{
        display: flex;
    }
}

.mt10{
    margin-top: 10rem;
}
.mt7{
    margin-top: 7rem;
}
.mt4{
    margin-top: 4rem;
}
.mt2_5{
    margin-top: 2.5rem;
}
.mb10{
    margin-bottom: 10rem;
}

button:hover{
    opacity: 0.5;
}
.occupation span{
    font-size: 2rem;
    color: #707070;
}
.occ_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 4.7rem;
}
.occ_box{
    width:50%;
    display: flex;
    justify-content: space-between;
}

.occ_flex button{
    width: 45%;
}
.mr5{
    margin-right: 2.5%;
}
.ml5{
    margin-left: 2.5%;
}
.occupation .modal{
    height: auto;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.occupation .modal-title{
    display: flex;
    align-items : center;
    font-size: 2rem;
}
.occupation .modal-dialog{
    max-width: 860px;
}
.occupation .modal-content{
    padding: 6% 10%;
    margin: 0 auto;
}
.occupation .modal-content{
    border-radius: 6px;
    border: none;
}
.occupation .close{
    position: absolute;
    top: 5%;
    right: 2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(to right,#0091FF,#005AAA);
    opacity: 1;
}
.occupation .modal-header{
    margin-bottom: 20px;
    border-bottom: none;
}
.occupation .close label span:before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.occupation .close label span:after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.occupation .close label span:before, .occupation .close label span:after {
    content: "";
    position: absolute;
    left: 25%;
    display: inline-block;
    width: 50%;
    height: 2px;
    background-color: #fff;
}
.modal-title img{
    max-width: 47px;
    margin-right: 20px;
}
.mt6{
    width: 46%;
    margin: auto;
    margin-top: 0;
}
@media print, screen and (max-width: 768px){
    .main-title{
        top: 65%;
        left: 4%;
        font-size: 3.8vw;
        line-height: 7vw;
        letter-spacing: 3px;
    }
    .main-title span{
        font-size: 5vw;
    }
    .enter{
        width: 30vw;
        height: 30vw;
        right: 3%;
        bottom: -15%;
        font-size: 4.5vw;
        padding: 8% 6% 6% 6%;
    }
    .enter span{
        font-size: 6.6vw;
    }
    .main_txt{
        margin: 14vw auto 0 auto;
        font-size: 4vw;
        line-height: 2;
    }
    .occ_box{
        width:100%;
    }
    .occ_flex{
        display: block;
    }
    .occupation span{
        font-size: 4vw;
    }
    .occupation .modal-title{
        font-size: 6vw;
    }
    .mr5{
        margin-right: 0;
        margin-top: 9vw;
    }
    .ml5{
        margin-left: 0;
        margin-top: 8.7vw;
    }
    .mt6{
        margin-top: 18vw;
        width: 100%;
    }
    .mt15{
        margin-top: 12vw;
    }
}

/*労働者派遣事業の状況*/
.pdb2{
    padding-bottom:2rem;}

.worker dl{
    text-align: center;
}
.worker dt{
    font-size: 3.6rem;

}
.underline{ 
    position: relative;

}
.underline:after{ 
    position: absolute;
    content: '';
    width: 150px;
    height: 3px;
    background-color: #005AAA;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.worker dd{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.pdf_btn{
    display: block;
    width: 50%;
    border: 1px solid #005AAA;
    font-size: 2rem;
    color:#005AAA;
    text-align: center;
    padding: 0.7em;
    margin: 0 auto 3rem auto;
}

@media only screen and (max-width:768px) {
    .pdb2{
        margin-top: 8rem;
        padding-bottom: 10rem;
    }
    .mt25{
        margin-top: 25vw;
    }
    .worker dt{
        font-size: 2.8rem;
    }
    .underline{ 
        border-bottom: 1px solid #005AAA;
        padding-bottom: 0.5rem;
    }
    .underline:after{ 
        display: none;}
    .worker dd{
        text-align: left;
        padding-top: 0;
        padding-bottom: 3.5rem;
        width: 87%;
        margin: 0 auto;
    }
    .pdf_btn{
        display: block;
        width: 100%;
        font-size: 1.8rem;
        /*font-weight: bold;*/
        text-align: center;
        /*color: #013258;*/
        /*padding: 0;*/
        margin-bottom: 0.5em;
        /*text-decoration: underline;*/
        /*text-underline-position: under;*/

    }   

}


/*forworker*/
.flexbtn{
    display: flex;
    justify-content: center;
}
.mt8{
    margin: 8rem 0;
}
.mr3{
    margin-right: 3%;
}
.mt5{
    margin-top: 5rem;
}
.mt8a{
    margin-top: 8rem;
}
@media only screen and (max-width:768px) {
    .flexbtn{
        display: block;
    }
    .mr3{
        margin-right: 0;
    }
    .mt2{
        margin-top: 8rem;
    }
    .mt8{
        margin: 2rem 0 2rem 0;
    }
    .mt8a{
        margin-top: 5rem;
    }
}


/*workersteps*/
#worker_steps .openbtn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    z-index: 99999;
}

.flowStep{
    position: relative;
}

.flowStep .step{
    position: absolute;
}

.flowStep .step.s1{
    left: 3.5%;
    top: 34%;
    width: 7.3%;
}

.flowStep .step.s2{
    left: 19.6%;
    top: 31.2%;
    width: 6%;
}

.flowStep .step.s3{
    left: 33.5%;
    top: 31.9%;
    width: 5.7%;
}

.flowStep .step.s4{
    left: 47.1%;
    top: 32.1%;
    width: 6%;
}

.flowStep .step.s5{
    left: 60.7%;
    top: 35.9%;
    width: 7%;
}

.flowStep .step.s6{
    left: 75.5%;
    top: 33.6%;
    width: 5.4%;
}

.flowStep .step.s7{
    left: 89.4%;
    top: 33.5%;
    width: 5.5%;
}

.btn-wrap.center{
    text-align: center;
}
.mtb86{
    margin-top: 8.6rem;
    margin-bottom: 8.6rem;
}
.sbd{border: 1px solid red;}
.sbdg{border: 1px solid green;}

.flexbox_v_center{
    margin-left: 3%;
    display: flex;
    align-content: center;
    align-items: center;

}
.mb45{margin-bottom: 4.5rem;}
.icon_box{
    position: relative;
    padding-right: 2.7rem;
    display: flex;
    align-items: center;
}
.bluebox{
    background-color: #005AAA;
    width: 7rem;
    height: 9rem;
    padding: 1.5rem 0;
    color: #fff;
    position: relative;
    text-align: center;
}

.bluebox .step{
    font-size: 1.4rem;
}
.bluebox .stepnum{
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1em;
}
.bluebox::after{
    content: '';
    position: absolute;
    width:0;
    height:0em;
    top: 0;
    left: 4.4em;
    border-width: 2.8em 1.2em 2.8em ;
    border-style: solid;
    border-color:transparent transparent transparent #005AAA;
}

.box_icon{
    margin-left: 4rem;
    width: 10rem;
    text-align: center;
    color:#005AAA;
    font-size:2rem;
    font-weight: bold;
}
.box_icon img{
    display: block;
    width:76%;
    margin: 0 auto 1.5rem auto;
}

.linearrow{
    width: 100%;
    margin-bottom: 2.3rem;
}

.mtb{
    margin-top: 9rem;
    margin-bottom: 8rem;}



@media only screen and (max-width:1585px) {
    .bluebox::after{  
        left: 4.38em;}
}

@media only screen and (max-width:1137px) {
    .bluebox::after{  
        left: 4.375em;}
}


@media only screen and (max-width:768px) {

    .flexbox_v_center{
        display: flex;
        flex-direction: column;
    }  
    .mb45{margin-bottom: 1.7rem;}   
    .mb60{margin-bottom: 6rem;}    
    .icon_box{
        background-color: #CCDEEE;
        width: 100%;
    }   
    .icon_box{
        display: flex;
        padding-right:0;

    }
    .openbtn{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 9rem;
        /*z-index: 99999;*/
    }

    .bluebox{
        display: flex;
        width:17rem;
        padding: 0rem 1.8rem 0rem 2rem;
        align-items: center;
    }

    .bluebox::after{
        left: 100%;
    }

    .spicon{
        margin-left: 2rem;
        width: 7.5rem;
    }

    .sphide{display: none;} 

    .spbox_txt{
        margin-left: 6vw;
        width: 50%;
        text-align:center;
        color: #005AAA;
        font-size: 2.4rem;
        font-weight: bold;
    } 
    .textbox{
        background-color: #F0F0F0;
        padding: 2.3rem 1.6rem 6rem 1.6rem;
    }    
}



@media only screen and (max-width:441px) {
    .bluebox::after{
        left: 99.5%;

    }

}
@media only screen and (max-width:414px) {
    .bluebox::after{
        left: 99.4%;
        border-width: 2.85em 1.3em 2.85em ;

    }

}
@media only screen and (max-width:360px) {
    .bluebox::after{
        left: 99.5%;
        border-width: 2.8em 1.3em 2.8em ;

    }

}
@media only screen and (max-width:320px) {

    .bluebox{
        width:14rem;
        padding: 0rem 1.5rem 0rem 1.5rem;

    }

    .spicon{
        margin-left: 1rem;
        width: 6rem;
    }   
    .spbox_txt{
        margin-left: 6vw;
        width: 50%;
        font-size: 1.5rem;

    }    
}


#jinzai .btn-wrap{
    text-align: right;
    margin-top: 7rem;
}
.sec1_pb{padding-bottom: 5rem;}
@media only screen and (max-width:768px) {
    #jinzai .btn-wrap{
        text-align: center;
        margin-top: 4.5rem;
    }

}



/*セザックス派遣のパフォーマンス*/
.blue_bold_title24{
    color: #005AAA;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
}
.mt10{margin-top: 10rem;}
.sec2_pb{padding-bottom:3rem;}
.width82{
    width: 82%;
    margin: 0 auto;
}
.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.service li{
    width: 47.5%;
    height: 41rem;
    box-shadow:0px 5px 1rem rgba(0, 0, 0 ,0.2); 
    margin-top: 3.8rem;
}
.service img{
    display: block;
    width: 100%;
}

.service dl{ 
    padding: 1.8rem 1.7rem 1rem 1.7rem;
}
.service dt{
    text-align: center;
    padding-bottom: 1rem;

}
.service dd{
    text-align: justify;
    text-align-last: left;

    line-height: 3rem;
}

@media only screen and (max-width:768px) {
    .blue_bold_title24{
        color: #707070;

    }
    .mt10{margin-top: 6rem;}
    .service {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content:center;
        width: 100%;
    }
    .width82{
        width: 100%;
        margin: 0 auto;
    }
    .service li{
        width: 100%;
        margin-top: 7.5rem; 
        height:auto;
    }
}


/*forbiz_cases*/
#jinzai-case .sec1_pb{padding-bottom: 3rem;}

#jinzai-case .underline_title{ 
    text-align: center;
    font-size: 3.6rem;
    padding-bottom: 0.5rem;
    position: relative;
}
#jinzai-case .underline_title:after{ 
    position: absolute;
    content: '';
    width: 150px;
    height: 3px;
    background-color: #005AAA;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}


#jinzai-case .sec2_pb{padding-bottom:10rem;}

#jinzai-case .service{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
#jinzai-case .service li{
    width: 31%;
    height: 32rem;
    margin-top:6rem;
    box-shadow:0px 5px 1rem rgba(0, 0, 0 ,0);
}
#jinzai-case .service img{
    display: block;
    width: 100%;
}
#jinzai-case .service dl{ 
    padding: 1.8rem 0rem 0.2rem 0rem;

}
#jinzai-case .service dt{
    font-size: 2rem;
    text-align: left;
    padding-bottom: 1rem;

}
#jinzai-case .service dd{
    text-align: left;
    line-height: 3rem;
}


/*sp*/
@media only screen and (max-width:768px) {
    .mt6-inner{
        width: 90%;
        margin: 2rem auto 0;
    }
    #jinzai-case .mt5{
        margin-top: 0rem;
    }
    #jinzai-case .blue_txt {
        font-size: 1.8rem;
        color: #707070;
    }  
    #jinzai-case .sec1_pb{padding-bottom: 2rem;}    
    #jinzai-case .underline_title{ 
        font-size: 2.8rem;
        padding-bottom: 0.5rem;
    }
    #jinzai-case .underline_title:after{ 
        width: 130px;
        height: 1px;
        background-color: #707070;

    }
    .main-title-wrap-wrap{
        display: none;
    }
    #jinzai-case .service{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        margin: -2rem auto;
    }
    #jinzai-case .service li{
        width: 100%;
        height: auto;
        margin-top:4rem;
        padding-bottom: 3rem;
        border: 0px;
        border-bottom: 1px solid #707070;
    }
    #jinzai-case .btn-wrap{
        width: 90%;
        margin: 5rem auto 0 auto;
    }
    #jinzai-case .btn_S{
        background: linear-gradient(to right, #CFCFCF, #A09E9E);
        width: 100%;
    }
    #jinzai-case .btn_S:after {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 5%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);

    }
}