.recruit{
    overflow: hidden;
}
.flex{
    display: flex;
}
.swiper-wrapper{
    height: auto;
}
.swiper2{
    margin-top: 40px;
    border: 1px solid rgb(202, 202, 202);
}
.swiper-next2, .swiper-prev2{
    cursor: pointer;
    text-align: center;
    width: 10%;
    z-index: 10;
}
.swiper-next2:hover, .swiper-prev2:hover{
    opacity: 0.5; 
}
.swiper-next2 img, .swiper-prev2 img{
    height: 50px;
}
.recruit-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.recruit-head-title{
    margin-top: -80px;
    width: 60%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.recruit-head-title{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    max-width: 520px;
}
.recruit-head-content{
    padding: 55px 55px 0 55px;
}
.recruit-head-content-title{
    color: rgba(148, 157, 106, 1);
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid rgba(189, 189, 189, 1);
    padding-bottom: 10px;
}
.recruit-head-content-text{
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 50px 0;
}

@media only screen and (max-width: 768px) {
    .recruit-head{
        width: 100%;
    }
    .swiper2{
        margin-top: 60px;
    }
    .swiper-next2 img, .swiper-prev2 img{
        width: 100%;
        height: auto;
    }
    .recruit-head-title{
        max-width: 75%;
        margin-top: -97px;
        margin-bottom: 60px;
        width: 75%;
        font-size: 4vw;
        text-align: center;
    }
    .recruit-head-content{
        padding: 6vw 3.5vw 0 3.5vw;
    }
    .recruit-head-content-title{
        line-height: normal;
        font-size: 4.5vw;
    }
    .recruit-head-content-text{
        margin: 15px 0 30px 0;
        font-size: 4vw;
    }
    .swiper-next2:hover, .swiper-prev2:hover{
        opacity: 1; 
    }
}