.top_recruit {
    width: 100%;
    height: 180px;
    background-image: url(../img/banner_recruit.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_recruit__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    width: 100%;
    height: 100%;
}

.top_recruit__text {
    color: #fff;
}

.top_recruit__text_en {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 4.6rem;
    letter-spacing: 1rem;
    line-height: 1.4;
}

.top_recruit__text_ja {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
}

.top_recruit__link_image {
    width: 3.4rem;
}

@media screen and (min-width: 768px) {
    .top_recruit {
        height: 310px;
    }

    .top_recruit__inner {
        padding: 0 22rem;
    }

    .top_recruit__text_en {
        font-size: 7.6rem;
    }

    .top_recruit__text_ja {
        font-size: 2rem;
    }

    .top_recruit__link_image {
        width: 5.4rem;
    }
}