@charset "UTF-8";

/*-----------------------------------------------------------
共通スタイルの上書き
-----------------------------------------------------------*/
@media only screen and (max-width:767px){
    .secPictureArea.business{ background-image: url(../images/topImageBusinessSp.jpg); }
}
@media print,screen and (min-width:768px){
    .secPictureArea.business{ background-image: url(../images/topImageBusiness.jpg); }
}


#pageBusiness{
    background:#f2f2f2;
}
.workTop{
    padding-bottom: 20px;
    background: none;
}

/*-----------------------------------------------------------
secInfoArea
-----------------------------------------------------------*/
.secInfoArea{
}
.secInfoArea .infoTitle{
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    text-align: center;
}
.secInfoArea .titleLine{
    height:4px;
    margin:0 auto;
    background: #1567b1;
}
.secInfoArea .infoCaption{
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 3px;
}
.secInfoArea .infoText{
    padding-top:20px;
    font-size:16px;
}

@media only screen and (max-width:767px){
    .secInfoArea{
        background:#ffffff;
        padding-top:35px;
        padding-bottom:20px;
    }
    .secInfoArea .infoTitle{
        font-size:28px;
        line-height: 36px;
        letter-spacing: 5px;
        padding-left:5px;
    }
    .secInfoArea .titleLine{
        width:30px;
        margin-top:10px;
        margin-bottom:35px;
    }
    .secInfoArea .infoCaption{
        font-size:22px;
        background: linear-gradient(transparent 85%, #FF9B8B 85%, #FF9B8B 95%, transparent 95%);
        line-height:32px;
    }
    .secInfoArea .infoText{
        letter-spacing: 1px;
        line-height: 26px;
        padding-bottom:20px;
    }
}
@media print,screen and (min-width:768px){
    .secInfoArea{
        background:#f2f2f2;
        padding-top:70px;
        padding-bottom:45px;
    }
    .secInfoArea .infoTitle{
        font-size:36px;
        line-height: 46px;
        letter-spacing: 8px;
        padding-left:8px;
    }
    .secInfoArea .infoTextArea{
        /*width:85%;
        margin:0 auto;
        max-width:1000px;*/
    }
    .secInfoArea .titleLine{
        width:36px;
        margin-top:20px;
        margin-bottom:40px;
    }
    .secInfoArea .infoTextArea{
        text-align: center;
    }
    .secInfoArea .infoCaption{
        font-size:30px;
        background: linear-gradient(transparent 86%, #FF9B8B 86%, #FF9B8B 94%, transparent 94%);
    }
    .secInfoArea .infoText{
        text-align: center;
        letter-spacing: 0px;
        line-height: 28px;
        padding-bottom:30px;
    }
}

/*-----------------------------------------------------------
secContentArea
-----------------------------------------------------------*/
.secContentArea{
}
.secContentArea .boxContent{
    background: #ffffff;
    z-index:10;
}
.secContentArea .boxContent .txtNo{
    color:#0097D9;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 5px;
}
.secContentArea .boxContent .txtTitle{
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    padding-bottom:10px;
    letter-spacing: 1px;
}
.secContentArea .boxContent .titleLine{
    height: 2px;
    background:#CCCCCC;
}
.secContentArea .boxContent .txtCaption{
    color:#0097D9;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 2px;
}
.secContentArea .contentImg .contentImgIn{
    position: relative;
    overflow: hidden;
}
.secContentArea .contentImg .contentImgIn.is-animated{
    transition:0.3s;
}

.secContentArea .contentImg .contentImgIn:before{
    content: "";
    position: absolute;
    left:0;
    right:0;
    height:100%;
    background: #f2f2f2;
    z-index:2;
}
.secContentArea .contentImg .contentImgIn.is-animated:before{
    left:100%;
    transition:0.3s;
}
.secContentArea .contentImg .contentImgIn:after{
    content: "";
    position: absolute;
    left:-50%;
    right:0;
    top:0;
    width:200%;
    height:100%;
    background: #cccccc;
    z-index:1;
}
.secContentArea .contentImg .contentImgIn.is-animated:after{
    left:100%;
    width:100%;
    transition: 0.7s 0.3s ease-out;
}




@media only screen and (max-width:767px){
    .secContentArea{
        background:url(../images/bgListSp.png) center bottom no-repeat #ffffff;
        background-size:contain;
    }
    .secContentArea .boxContent{
        box-shadow: 2px 2px 10px rgba(0,0,0, 0.2);
        padding:25px 15px 25px 20px;
        margin-bottom: 40px;
    }
    
    .secContentArea .contentImg{
        margin:0 -6% 0 -6%;
    }
    .secContentArea .boxContent.imgBox{
        position: relative;
        top:-20px;
        margin-bottom:20px;
    }
    
    .secContentArea .boxContent .txtNo{
        font-size:27px;
    }
    .secContentArea .boxContent .txtTitle{
        font-size:23px;
    }
    .secContentArea .boxContent .titleLine{
        width:60px;
    }
    .secContentArea .boxContent .txtCaption{
        padding-top:20px;
        font-size:18px;
    }
    .secContentArea .boxContent .txtDetail{
        font-size: 15px;
        line-height: 26px;
        padding-top:10px;
        letter-spacing: -0.5px;
    }
}
@media print,screen and (min-width:768px){
    .secContentArea{
        background:url(../images/bgList.png) center bottom no-repeat #f2f2f2;
    }
    .secContentArea .boxContent{
        box-shadow: 5px 5px 10px rgba(0,0,0, 0.2);
        padding:25px 20px 40px 40px;
        margin-bottom:80px;
    }
    .secContentArea .boxContentWrap{
        position: relative;
        padding-bottom:80px;
    }
    .secContentArea .contentImg{
        position: relative;
        left:0px;
        padding-top:50px;
        width:45%;
        z-index:1;
        float:left;
    }
    .secContentArea .contentImg .contentImgIn{
        margin-right:-20px;
    }

    .secContentArea .boxContent.imgBox{
        position: relative;
        width:55%;
        float:right;
        z-index:2;
        margin-bottom:0px;
    }
    .secContentArea .boxContent.imgBox.imgBox01{
        padding-bottom:60px;
    }
    
    .secContentArea .boxContent .txtNo{
        font-size:36px;
    }
    .secContentArea .boxContent .txtTitle{
        font-size:30px;
    }
    .secContentArea .boxContent .titleLine{
        width:80px;
    }
    .secContentArea .boxContent .txtCaption{
        padding-top:25px;
        font-size:24px;
    }
    .secContentArea .boxContent .txtDetail{
        font-size: 16px;
        line-height: 28px;
        padding-top:15px;
        letter-spacing: -0.5px;
    }
}


/*-----------------------------------------------------------
secNext
-----------------------------------------------------------*/
.secNext{
}
.secNext .btnNext{
    display: block;
    background:#0097D9;
    transition:0.5s;
}
.secNext .btnNext:hover{
    opacity: 0.8;
    transition:0.5s;
}


.secNext .btnNext .btnNextIn{
    display: block;
    text-align: center;
    font-weight:bold;font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color:#ffffff;
    letter-spacing: 5px;
}

@media only screen and (max-width:767px){
    .secNext{
        background:#f2f2f2;
        padding-top:50px;
        padding-bottom: 50px;
    }
    .secNext .btnArea{
        width:260px;
        height:50px;
        margin:0 auto;
        position: relative;
    }
    .secNext .btnNext .btnNextIn{
        padding:15px 0;
        font-size:14px;
        line-height: 20px;
        background:url(/recruit/images/arrow_2.png) right 40px center no-repeat;
    }
    .secNext .nextImg{
        position:absolute;
        width:86px;
        width:260px;
        top:-50px;
        text-align: center;
        padding-right:10px;
    }
    .secNext .nextImg img{
        width:86px;
    }
}
@media print,screen and (min-width:768px){
    .secNext{
        background:#ffffff;
        padding-top:10px;
        padding-bottom: 100px;
    }
    .secNext .btnArea{
        width:340px;
        height:70px;
        margin:0 auto;
        position: relative;
    }
    .secNext .btnNext .btnNextIn{
        padding:25px 0;
        font-size:16px;
        line-height: 20px;
        letter-spacing: 2px;
        background:url(/recruit/images/arrow_2.png) right 40px center no-repeat;
    }
    .secNext .nextImg{
        position:absolute;
        width:110px;
        left:-140px;
        top:10px;
    }
}

/*-----------------------------------------------------------
sec
-----------------------------------------------------------*/
@media only screen and (max-width:767px){
}
@media print,screen and (min-width:768px){
}


/*-----------------------------------------------------------
hover
-----------------------------------------------------------*/
a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

.nextBtn:hover{
    opacity: 0.8;
}
