.recruit-box{
    margin: 0 auto; 
    max-width: 900px;
}

.recruit-image{
    margin-bottom: 60px; 
    text-align: center;
}
@media screen and (max-width: 767px){
    .recruit-image{
        margin-bottom: 30px;
    }
}

.recruit-frame{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 55px;
    padding: 38px;
    border: 3px solid #c9c9c9;
    text-align: center;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px){
    .recruit-frame{
        display: block;
        margin-bottom: 20px; 
        padding: 15px;
    }
}
.recruit-frame__text{
    margin-right: 40px; 
    font-size: 1.6rem;
}
@media screen and (max-width: 767px){
    .recruit-frame__text{
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.recruit-frame__link{
    position: relative; 
    padding: 15px 0;
    width: 360px;
    font-size: 2rem;
}
@media screen and (max-width: 767px){
    .recruit-frame__link{
        width: 100%;
        font-size: 4.3vw;
    }
}
.recruit-frame__link::after{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 100%; 
    color: #fff;
    content: '>';
    text-align: center;
    font-size: 1.2rem;
    line-height: 19px;
    transform: translateY(-50%);
}

.recruit-description{
    font-size: 1.6rem;
}
/*# sourceMappingURL=maps/recruit.css.map */
