@charset "utf-8";
.recruit .under_mv{
    background: url(../img/recruit/main_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
    .recruit .under_mv{
        background: url(../img/recruit/main_sp.jpg) no-repeat center/cover;
    }
}

.sec1{
    position: relative;
    margin: 100px 0 0;
    padding-bottom: 120px;
    background: url(../img/recruit/sec1_bg_pc.jpg) no-repeat center bottom/100%;
}
.sec1 .inner{
    max-width: 1100px;
    margin: 0 auto;
}
.sec1 .inner h2{
    font-family: toppan-bunkyu-midashi-min-st, serif;
    text-align: center;
    line-height: 2;
    font-size: 2.8rem;
    letter-spacing: 5px;
    margin-bottom: 70px;
}
.sec1 .inner h2 span{
    font-size: 3.6rem;
}
.sec1 .inner ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.sec1 .inner ul li{
    width: 31%;
    background: #36406d url(../img/recruit/sec1_point_bg.jpg) no-repeat right bottom/contain;
    color: #fff;
    padding: 15px;
}
.sec1 .inner ul li h3{
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 600;
}
.sec1 .inner ul li h3 span{
    position: relative;
    font-family: oswald, sans-serif;
    display: block;
    margin-bottom: 30px;
    line-height: 1;
}
.sec1 .inner ul li h3 span:after{
    content: "";
    width: 66px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.sec1 .inner p{
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    .sec1{
        margin: 60px 0 0;
        padding-bottom: 120px;
        background: url(../img/recruit/sec1_bg_sp.jpg) no-repeat center bottom/100%;
    }
    .sec1 .inner{
        margin: 0 4%;
    }
    .sec1 .inner h2{
        line-height: 1.6;
        font-size: 2.4rem;
        letter-spacing: 4px;
        margin-bottom: 40px;
    }
    .sec1 .inner h2 span{
        font-size: 2.6rem;
    }
    .sec1 .inner ul{
        display:block;
        margin-bottom: 40px;
    }
    .sec1 .inner ul li{
        width:auto;
        margin-bottom: 20px;
    }
    .sec1 .inner ul li:last-of-type{
        margin-bottom: 0;
    }
    .sec1 .inner ul li h3 span{
        margin-bottom: 25px;
    }
    .sec1 .inner p{
        line-height: 1.6;
    }
}

.sec2{
    position: relative;
    margin: -30px auto 100px;
    max-width: 1100px;
}
.sec2 .box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.sec2 .box:first-of-type{
    margin-top: 80px;
}
.sec2 .box:nth-of-type(2){
    flex-direction:row-reverse;
}
.sec2 .box:last-of-type{
    margin-bottom: 0;
}
.sec2 .box figure{
    position: relative;
    width: 45%;
}
.sec2 .box figure:after{
    content: "";
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}
.sec2 .box figure figcaption{
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    background: rgb(31,44,91);
    background: linear-gradient(180deg, rgba(31,44,91,1) 0%, rgba(1,2,3,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    position: absolute;
    top: -30px;
    left: 20px;
    text-align: center;
    line-height: 1.4;
}
.sec2 .box figure figcaption span{
    position: relative;
    display: block;
    font-family: oswald, sans-serif;
    margin-bottom: 15px;
}
.sec2 .box figure figcaption span:after{
    content: "";
    width: 70%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec2 .box .timeschedule{
    width: 48%;
}
.sec2 .box .timeschedule h4{
    position: relative;
    font-family: oswald, sans-serif;
    font-size: 2rem;
    color: #888888;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.sec2 .box .timeschedule h4:after{
    content: "";
    width: 60%;
    height: 1px;
    background: #888888;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.sec2 .box .timeschedule h4 img{
    width: 24px;
    margin-right: 15px;
}
.sec2 .box .timeschedule dl{
    margin: 0 10px;
}
.sec2 .box .timeschedule dl div{
    align-items: flex-start;
    display: flex;
    margin-bottom: 20px;
}
.sec2 .box .timeschedule dl div:last-of-type{
    margin-bottom: 0;
}
.sec2 .box .timeschedule dl div dt{
    position: relative;
    font-family: oswald, sans-serif;
    font-size: 1.6rem;
    color: #fff;
    background: rgb(31,44,91);
    background: linear-gradient(-90deg, rgba(31,44,91,1) 0%, rgba(1,2,3,1) 100%);
    width: 15%;
    padding: 5px;
    text-align: center;
    margin-right: 30px;
}
.sec2 .box .timeschedule dl div dt:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 100%;
    border: 6px solid transparent;
    border-left: 6px solid #010203;
    top: 50%;
    transform: translateY(-50%);
}
.sec2 .box .timeschedule dl div dd{
    margin-top: 5px;
    line-height: 1.6;
}
@media screen and (max-width: 1024px) {
    .sec2{
        margin: -30px 4% 60px;
    }
    .sec2 .box{
        display:block;
        margin-bottom: 80px;
    }
    .sec2 .box:first-of-type{
        margin-top: 60px;
    }
    .sec2 .box figure{
        margin: 0 auto 40px;
        width: 96%;
    }
    .sec2 .box figure:after{
        top: 3%;
        left: 3%;
    }
    .sec2 .box figure figcaption{
        font-size: 1.4rem;
        width: 120px;
        height: 100px;
        top: -6%;
        left: 3%;
        letter-spacing: 1px;
    }
    .sec2 .box figure figcaption span{
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
    .sec2 .box figure figcaption span:after{
        content: "";
        width: 70%;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .sec2 .box .timeschedule{
        width: auto;
    }
    .sec2 .box .timeschedule h4{
        margin-bottom: 25px;
    }
    .sec2 .box .timeschedule h4:after{
        width:42%;
    }
    .sec2 .box .timeschedule h4 img{
        margin-right: 10px;
    }
    .sec2 .box .timeschedule dl{
        margin: 0 2%;
    }
    .sec2 .box .timeschedule dl div{
        align-items: flex-start;
        display: flex;
        margin-bottom: 20px;
    }
    .sec2 .box .timeschedule dl div dt{
        width: 18%;
        margin-right: 5%;
    }
    .sec2 .box .timeschedule dl div dd{
        margin-top: 3px;
    }
}

.sec3{
    margin: 100px auto;
    max-width: 1100px;
}
.sec3 dl div{
    display: flex;
    padding: 25px;
    border-bottom: 1px solid #ccc;
}
.sec3 dl div:first-of-type{
    border-top: 1px solid #ccc;
}
.sec3 dl div dt{
    width: 16%;
}
.sec3 dl div dd{
    width: 84%;
}
.sec3 dl div dd .salary{
    display: flex;
}
.sec3 dl div dd .salary li:after{
    content: "/";
    padding: 10px;
}
.sec3 dl div dd .salary li:last-of-type:after{
    content:none;
}
.sec3 dl div dd .etc li{
    margin-bottom: 10px;
    padding-left: 1em;
}
.sec3 dl div dd .etc li:last-of-type{
    margin-bottom: 0;
}
.sec3 dl div dd .etc li:before{
    content: "※";
    margin-left: -1em;
}
@media screen and (max-width: 1024px) {
    .sec3{
        margin:60px 4%;
    }
    .sec3 h3{
        margin: 0 0 40px 4%;
    }
    .sec3 dl div{
        display: block;
        padding: 0;
        border-bottom: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .sec3 dl div:first-of-type{
        border-top: 0;
    }
    .sec3 dl div:last-of-type{
        margin-bottom: 0;
    }
    .sec3 dl div dt{
        width: auto;
        background: #ecf5fb;
        padding: 15px 0;
    }
    .sec3 dl div dd{
        width: auto;
        padding: 15px 0;
        line-height: 1.4;
    }
    .sec3 dl div dd .salary{
        display:block;
    }
    .sec3 dl div dd li{
        margin-bottom: 10px;
    }
    .sec3 dl div dd li:last-of-type{
        margin-bottom: 0;
    }
    .sec3 dl div dd .salary li:after{
        content:none;
    }
}

