#recruit {
    background-color: rgb(240, 240, 240);
    padding: 20px 0;
}

.recruit-head {
    text-align: center;
    padding: 15px 0;
}

.recruit-head-sub-title {
    color: #b4a272;
}

.recruit-head-title {
    font-size: 23px;
}

.recruit-head-line {
    background-image: url(../img/231206_pc_img/pc_img_line.png);
    background-repeat: no-repeat;
    width: 51px;
    height: 5px;
    background-color: gray;
    opacity: 0.3;
    margin: auto;
}

.recruit-text {
    text-align: center;
    padding: 65px 0;
}

.recruit-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b4a272;
    color: white;
    text-decoration: none;
    width: 35%;
    margin: 15px auto;
    position: relative;
}

.recruit-link-mark {
    position: absolute;
    top: 0%;
    left: 85%;
    color: white;
    z-index: 1;
}

@media screen and (max-width:480px) {
    #recruit {
        padding: 20px 5%;
    }

    .recruit-link {
        width: 80%;
        height: 45px;
    }

    .recruit-link-mark {
        top: 20%;
    }
}