.rec-2clm-block{
    max-width: 800px;
    margin: 0 auto 70px auto;
    display: flex;
    align-items: center;
}
.rec-photo{
    width: 30%;
}
.rec-photo img{
    width: 100%;
}
.rec-info{
    width: 70%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.text-bl{
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.75;
}
.rec-apply-btn{
    text-align: left;
}
.rec-apply-btn a{
    display: inline-block;
    width: 100%;
    max-width: 350px;
    padding: 15px 10px;
    box-sizing: border-box;
    color: #ffffff;
    background: #333333;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
}
.rec-apply-btn a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 700px) {
    .rec-2clm-block{
        display: block;
    }
    .rec-photo{
        width: 100%;
        padding-bottom: 30px;
    }
    .rec-info{
        width: 100%;
        padding: 0 0 0 0;
        box-sizing: border-box;
    }
    .rec-apply-btn{
        text-align: center;
    }
}

.no-recruit{
    p{
        padding: 80px 0;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
    }
}