/*----------
recruit-footer 
----------*/

.recruit-footer {}

.recruit-footer__wrap {
    padding: 45px 0 55px;
    border-top: 1px solid #E6E6E6;
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
}

.recruit-footer__left-link-sp {
    display: none;
}

.recruit-footer__logo {
    width: 184px;
}

.recruit-footer__privacy-link {
    margin: 41px 0 34px;
}

.recruit-footer__ig {
    width: 24px;
}

.recruit-footer__nav {
    display: flex;
    align-items: flex-start;
    gap: 0 32px;
}

.recruit-footer__nav li {
    width: 187px;
}

.recruit-footer__nav-child-link {
    margin-top: 24px;
}

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

    .recruit-footer__wrap {
        padding: 45px 0 55px;
        border-top: 1px solid #E6E6E6;
        display: block;
    }

    .recruit-footer__left-link-pc {
        display: none;
    }

    .recruit-footer__left-link-sp {
        display: block;
    }

    .recruit-footer__right {
        margin-top: 30px;
    }

    .recruit-footer__privacy-link {
        margin: 30px 0 20px;
    }

    .recruit-footer__nav-child-link {
        margin-top: 16px;
    }
}


@media screen and (max-width: 600px) {
    .recruit-footer__nav {
        flex-direction: column;
        gap: 32px 0;
    }
}