/* recruit page*/
.recruit_wrapper{
    padding-bottom: 50px;
     background-color: rgb(172, 232, 218, .35);
}
.recruit_wrapper+.contact_area{
    margin: 0;
    background-color: rgb(172, 232, 218, .35)
}
.recruit_wrapper .title-row-3-sub{
    text-align: center;
    margin-bottom: 30px;
    padding: 10px 0 10px 0;
    color: #222222;
}
.recruit_wrapper .title-row-3-sub h4{
	font-size: 21px;
}
.recruit_wrapper .recruit-content {
    margin: auto;
    padding: 0 10px;
    max-width: 1220px;
}
/* tab */
.recruit_wrapper .recruit-content .recruit-tab{
    margin: 100px auto 75px auto;
    display: flex;
    max-width: 930px;
    height: 68px;
    border: 1px solid #00b67f;
    border-radius: 20px;
    overflow: hidden;
}
.recruit_wrapper .recruit-content .recruit-tab .item-tab{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    font-size: 18px;
    font-weight: 700;
    color: #00b67f;
    border-right: 1px solid #00b67f;
    background-color: #FFF;
}
.recruit_wrapper .recruit-content .recruit-tab .item-tab:last-child{
    border-right: unset;
}
.recruit_wrapper .recruit-content .recruit-tab .item-tab.active{
    background: #00b67f;
    color: #FFF;
}
.recruit_wrapper .recruit-content .mobile-br{
    display: none;
}
@media only screen and (max-width: 600px) {
    .title_area .title_areain .title01 h2{
        font-size: 26px;
    }
    .recruit_wrapper .recruit-content .recruit-tab{
        margin: 80px auto 55px auto;
        height: 58px;
    }
    .recruit_wrapper .recruit-content .recruit-tab .item-tab{
        font-size: 16px;
    }
    .recruit_wrapper .recruit-content .mobile-br{
        display: inline;
    }
}
@media only screen and (max-width: 425px) {
    .recruit_wrapper .recruit-content .recruit-tab{
        height: 40px;
    }
    .recruit_wrapper .recruit-content .recruit-tab .item-tab{
        font-size: 12px;
    }
}
/* end home */
/* home */
.recruit_wrapper .recruit-content .home .list-image{
    display: flex;
    justify-content: center;
}
.recruit_wrapper .recruit-content .home .list-image .img{
    margin: 0 15px;
    width: 280px;
    height: 245px;
}
.recruit_wrapper .recruit-content .home .list-image .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recruit_wrapper .recruit-content .home .decs{
    padding-top: 50px;
    font-size: 20px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .recruit_wrapper .recruit-content .home .list-image{
        flex-direction: column;
        align-items: center;
    }
    .recruit_wrapper .recruit-content .home .list-image .img{
        margin: 15px 0;
        width: 90%;
        height: unset;
    }
    .recruit_wrapper .recruit-content .home .list-image .img img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .recruit_wrapper .recruit-content .home .decs{
        font-size: 16px;
    }
}
/* end home */
/* emloyer */
.recruit_wrapper .recruit-content .emloyer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.recruit_wrapper .recruit-content .emloyer .image{
    max-width: 900px;
    /* margin-bottom: 35px; */
}
.recruit_wrapper .recruit-content .emloyer .image.mt{
    margin-top: 85px;
}
.recruit_wrapper .recruit-content .emloyer .image img{
    width: 100%;
    object-fit: fill;
}
.recruit_wrapper .recruit-content .emloyer .title{
    margin: 85px auto 25px auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    width: fit-content;
}
.recruit_wrapper .recruit-content .emloyer .title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100%;
    height: 3px;
    background: #00b67f;
    border-radius: 2.5px;
}
@media only screen and (max-width: 480px) {
    .recruit_wrapper .recruit-content .emloyer .image.mt{
        margin-top: 35px;
    }
}
/* end emloyer */
/* schedule */
.recruit_wrapper .recruit-content .schedule{
    margin: auto;
    max-width: 1024px;
}
.recruit_wrapper .recruit-content .schedule .decs{
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
}
.recruit_wrapper .recruit-content .schedule .title{
    margin: 85px auto 25px auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    width: fit-content
}
.recruit_wrapper .recruit-content .schedule .title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100%;
    height: 3px;
    background: #00b67f;
    border-radius: 2.5px;
}
.recruit_wrapper .recruit-content .schedule .image{
    display: flex;
}
.recruit_wrapper .recruit-content .schedule .image img{
    margin: auto;
    width: 100%;
    /* border-radius: 35px; */
    /* overflow: hidden; */
}
.recruit_wrapper .recruit-content .schedule .info{
    padding: 25px 10px;
    background-color: #C2F1C8;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
@media only screen and (max-width: 480px) {
    .recruit_wrapper .recruit-content .schedule .decs{
        font-size: 16px;
    }
    .recruit_wrapper .recruit-content .schedule .title{
        font-size: 18px;
    }
    .recruit_wrapper .recruit-content .schedule .info{
        font-size: 15px;
    }
}
/* end schedule */
/* application */
.recruit_wrapper .recruit-content .application{
    margin: auto;
    max-width: 1024px;
    width: 100%;
}
.recruit_wrapper .recruit-content .application .item-app{
    margin: 0 auto 25px 0;
}
.recruit_wrapper .recruit-content .application .item-app .title{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.recruit_wrapper .recruit-content .application .item-app .info-group{
    display: flex;
    justify-content: space-between;
}
.recruit_wrapper .recruit-content .application .item-app .info-group .image{
    display: inline-flex;
    width: 48%;
    height: 325px;
}
.recruit_wrapper .recruit-content .application .item-app .info-group .image img{
    width: 100%;
}
.recruit_wrapper .recruit-content .application .item-app .info-group .desc{
    padding: 15px 0;
    width: 50%;
    line-height: 1.6;
    font-size: 16px;
}
.recruit_wrapper .recruit-content .application .model-list{
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: scale(0);
    background-color: #3434;
    z-index: 999999;
}
.recruit_wrapper .recruit-content .application .model-list .content{
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    width: 100%;    
    transition: transform 0.3s ease;
    transform-origin: center;
}
.recruit_wrapper .recruit-content .application .model-list.active{
    transform: translate(-50%, -50%) scale(1);
}
.recruit_wrapper .recruit-content .application .model-list .image{
    width: 48%;
}
.recruit_wrapper .recruit-content .application .model-list .image img{
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .recruit_wrapper .recruit-content .application .item-app .info-group{
        flex-direction: column;
    }
    .recruit_wrapper .recruit-content .application .item-app .info-group .image{
        width: 100%;
        height: 435px;
    }
    .recruit_wrapper .recruit-content .application .item-app .info-group .desc{
        width: 100%;
        font-size: 14px;
    }
    .recruit_wrapper .recruit-content .application .model-list .content {
        flex-direction: column;
    }
    .recruit_wrapper .recruit-content .application .model-list .content .image{
        margin-bottom: 15px;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .recruit_wrapper .recruit-content .application .item-app .info-group .image{
        height: 260px;
    }
}
/* end application */
/*end of recruit page*/