.recruit-table-container {
    padding: 15rem 0;
    background-color: #292929;

    @media screen and (max-width: 768px) {
        padding: 8rem 0;
    }
}

.recruit-table {
}

.recruit-th {
    border-top: #fff 1px solid;
    display: flex;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;

    @media screen and (max-width: 768px) {
        gap: 2rem;
    }
}

.recruit-th:last-child {
    display: flex;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
}

.recruit-td-left {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.1em;
    color: #ffffff;
    display: flex;
    /* align-items: center; */
    width: 30%;

    @media screen and (max-width: 768px) {
        font-size: 1.6rem;
        width: 28%;
    }
}

.recruit-td-right {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #ffffff;
    width: 70%;
    color: #fff;

    & a {
        text-decoration: none;
        transition: 0.3s opacity;

        &:hover {
            opacity: 0.7;
        }
    }
    @media screen and (max-width: 768px) {
        font-size: 1.6rem;
    }
}
