@charset "utf-8";


.head-page .recruit_item>a span::after{
    transform: scaleX(1);
    opacity: 1;
}
.recruit_pg01 .item-l {
    width: 575px;
}
.recruit_pg01 .item-l .texts {
    background: #F3F3F3;
    height: 255px;
    padding: 33px 13px 20px 23px;
    box-sizing: border-box;
}
.recruit_pg01 .desc {
    margin-top: 13px;
}
.recruit_pg01 .item-l .desc{
    max-height: 120px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.recruit_pg01 .item-r {
    width: calc(100% - 605px);
    height: 550px;
    background: url(../img/recruit_bg01.png) no-repeat center / cover;
    padding: 60px 9.8% 40px 60px;
    box-sizing: border-box;
}
.recruit_pg02 {
    background: url(../img/recruit_bg02.jpg) no-repeat center/cover;
}
.recruit_pg02 .recruit02_type {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 30px;
}
.recruit_pg02 .recruit02_type .name {
    padding-bottom: 15px;
    margin-right: 50px;
    position: relative;
    cursor:pointer;
}
.recruit_pg02 .recruit02_type .name:last-child {
    margin-right: 0;
}
.recruit_pg02 .recruit02_type .name::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #F81212;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scale(0);
    transition: all .4s;
}
.recruit_pg02 .recruit02_type .name:hover{
    color: #F81212;
}
.recruit_pg02 .recruit02_type .name:hover:after {
    transform: scale(1);
}
.recruit_pg02 .recruit02_type .name.active{
    color: #F81212;
}
.recruit_pg02 .recruit02_type .name.active::after {
    transform: scale(1);
}
.recruit_pg02 .text {
    margin-bottom: 30px;
}
.recruit_pg02 .text:last-child {
    margin-bottom: 0;
}
.recruit_pg02 .recruit02_con {
    padding: 0 60px;
    box-sizing: border-box;
    margin-bottom: 45px;
    border: 1px solid #D2D2D2;
}
.recruit_pg02 .recruit02_con:last-child {
    margin-bottom: 0;
}
.recruit_pg02 .con_hidden {
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
    display: none;
}
.recruit_pg02 .con_tit {
    padding: 29px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
}
.recruit_pg02 .con_tit .desc {
    margin-top: 10px;
}
.recruit_pg02 .detail_btns {
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.watch_up {
    display: none;
}
.recruit_pg02 .recruit02_con.active {
    border: 1px solid #F81212;
}
.recruit_pg02 .recruit02_con.active .watch_up {
    display: block;
}
.recruit_pg02 .recruit02_con.active .watch_detail {
    display: none;
}
@media only screen and (max-width: 1440px) {
    .recruit_pg01 .item-r {
        padding: 40px 4.5% 40px 48px
    }
}
@media only screen and (max-width: 1366px) {
    .recruit_pg02 .recruit02_con{
        padding: 0 50px;
    }
}
@media only screen and (max-width: 1280px) {
    .recruit_pg01 .item-l{
        width: 475px;
    }
    .recruit_pg01 .item-r {
        padding: 40px 20px 40px 30px;
        width: calc(100% - 500px);
        height: 498px;
    }
}
@media only screen and (max-width: 1240px) {
    .recruit_pg01 .item-l {
        width: 405px;
    }
    .recruit_pg01 .item-r{
        width: calc(100% - 430px);
        height: 462px;
    }
}
@media only screen and (max-width: 1200px) {
    .recruit_pg02 .recruit02_con{
        padding: 0 40px;
    }
    .recruit_pg01 .item-l {
        width: 398px;
    }
    .recruit_pg01 .item-r {
        width: calc(100% - 418px);
        padding: 40px 4.5%;
        height: 445px;
    }
    .recruit_pg01 .item-l .texts{
        height: 241px;
    }
}
@media only screen and (max-width: 1043px) {
    .recruit_pg01 .item-l .texts{
        height: 238px;
    }
    .recruit_pg01 .item-r{
        height: 442px;
    }
}
@media only screen and (max-width: 960px) {
    .recruit_pg01 .item-l .texts {
        height: 235px;
        padding: 33px 20px 20px;
    }
    .recruit_pg01 .item-l {
        width: 368px;
    }
    .recruit_pg01 .item-r {
        height: 423px;
        width: calc(100% - 388px);
        padding: 40px 30px;
    }
    .recruit_pg02 .detail_btns {
        padding: 15px 0;
    }
    .recruit_pg02 .con_tit .desc {
        margin-top: 5px;
    }
    .recruit_pg02 .con_tit {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 768px) {
    .page_title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .recruit_pg01 .item-r {
        width: 100%;
        padding: 25px 20px;
        height: auto;
        margin-top: 20px;
    }
    .recruit_pg01 .item-l .texts {
        height: auto;
        padding: 25px 20px;
    }
    .recruit_pg01 .item-l {
        width: 100%;
    }
    .recruit_pg01 .item-l .img img{
        width: 100%;
    }
    .recruit_pg02 .recruit02_con {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .recruit_pg02 .text {
        margin-bottom: 15px;
    }
    .recruit_pg02 .recruit02_type .name {
        margin-right: 6px;
    }
    .recruit_pg02 .recruit02_type {
        margin-bottom: 25px;
    }
    .recruit_pg01 .item-l .desc{
        max-height: initial;
        padding-right: 0;
    }
    .page_line {
        margin: 13px auto 0;
    }
    .page_tit {
        text-align: center;
    }
    .recruit_pg02 .con_hidden{
        padding: 20px 0;
    }
}