.sec-recruit{
    margin-top: 2rem !important;
}
.sec-recruit .bnr-contact__title
{
    display: flex;
    justify-content: flex-end;
    padding-right: 17rem;
}
.sec-recruit .bnr-contact__text
{
    display: flex;
    justify-content: flex-end;
}
.sec-recruit .bnr-contact__sp .btn, .sec-recruit .bnr-contact__pc .btn {
    max-width: 390px;
    width: 100%;
    margin-left: auto !important;
    margin-right: 0px;
}
@media screen and (max-width:767px) { 

    .sec-recruit .bnr-contact__title
{
    justify-content: center;
    padding-right: 0;
}
.sec-recruit .bnr-contact__text
{
    justify-content: center;
}
.sec-recruit .bnr-contact__sp .btn, .sec-recruit .bnr-contact__pc .btn {
    max-width: 300px;
    margin: 0 auto;

}
}
