.main_recruit {
    margin: 78px 0 0 0;
}

@media screen and (max-width: 900px) {
    .main_recruit {
        margin: 60px 0 0 0;
    }
}

@media screen and (max-width: 740px) {
    .main_recruit {
        background-image: url(../img/recruit/bg_recruit_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main_recruit h2 {
        padding: 11.5% 0 10.8%;
        max-width: 392px;
        width: 53vw;
        margin: 0 auto;
    }

    .main_recruit h2 span {
        color: #fff;
        text-align: center;
        margin: 1.6% auto 0;
        display: block;
        font-size: min(3.8vw, 28px);
    }
}


.sec_recruit_no {
    padding: 5.3% 0 9% 0;
    background: linear-gradient(to bottom, rgba(196, 211, 230, 0.3) 5%, rgba(234, 240, 246, 0) 40%);
}

.inner_recruit {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5.7%;
    text-align: center;
}

.inner_recruit h2.catch {
    font-size: 30px;
    font-weight: 700;
}

.inner_recruit .catch .red {
    color: #e60020;
}

.inner_recruit .txt {
    line-height: 2.0;
    margin-bottom: 4.8%;
}

.btn {
    display: inline-flex;
    align-items: center;
    min-width: 182px;
    max-height: 45px;
    padding: 1em 0px 1em 20px;
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #000000;
    transition: background-color 0.3s;


    text-align: center;
    justify-content: center;
    padding-right: 35px;
}

.btn:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 9.6%;
    height: 100%;
    background-color: #e50027;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:before {
    content: "›";
    font-size: 1.5em;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 42%;
    right: 3%;
    transform: translateY(-50%);
    z-index: 2;
}

.btn:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid;
}



@media screen and (max-width: 740px) {

    .inner_recruit {
        padding: 2.8% 0 6.7% 0;
    }

    .inner_recruit h2.catch {
        font-size: min(5.7vw, 42px);
    }

    .inner_recruit .txt {
        font-size: min(3.8vw, 28px);
        line-height: 1.6;
        margin-bottom: 12.2%;
    }

    .btn {
        margin: 0 0 0vw 0;
        font-size: min(3.6vw, 26px);
        padding: 1em 2.2vw 1em 0;
        width: 49vw;
        min-width: auto;
        max-height: none;
    }
}