@charset "utf-8";

/* ##############################################################################

    Footer Style

############################################################################## */

footer {
    background: #000;
    color: #fff;
    padding: 60px 0;
}

footer h3 {
    font-size: 36px;
}

footer a {
    color: #fff;
}

.footer-nav-box a{
    max-width: 150px;
    word-wrap: break-word;
}

footer li {
    list-style: none;
}

.footer-info {
    display: block;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    max-width: 1400px;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 auto;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-nav-left {
    box-sizing: border-box;
    padding: 20px;
}

.footer-nav-left-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.nav-menu {
    font-size: 18px;
    font-weight: bold;
}

.nav-menu ul li {
    font-size: 16px;
    font-weight: normal;
}

.footer-nav-right {
    max-width: 275px;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 20px;
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 10px auto 40px;
    padding: 0 20px;
}

.copyright {
    display: block;
    order: 1;
}

.footer-privacy {
    display: block;
    order: 2;
}

.btn-footer {
    display: block;
    margin: 0 auto;
    color: #fff;
    width: 230px;
    height: auto;
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
}

.btn-footer-contact {
    background: var(--key-color-red);
}

.btn-footer-hp {
    background: var(--key-color-green);
    margin-top: 20px;
    margin-bottom: 30px;
}

.sns-icons {
    display: flex;
    justify-content: center;
}

/* 2024/6/25 en採用ページ追加 start */
.sns-icons a {
    display: flexbox;
    width: 36px;
    height: 36px;
    /* margin: 5px; */
    margin: 10px;
}
/* 2024/6/25 en採用ページ追加 end */
/* 2024/9/2 一般事業主行動計画 start */
.footer-menu{
    display: flex;
}

.footer-menu a{
    margin-left: 35px;
}
/* 2024/9/2 一般事業主行動計画 end */

/* Footer SP */
@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 30px;
    }

    footer h3 {
        max-width: 315px;
        width: 100%;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer-info {
        max-width: 335px;
        padding: 30px 20px 0 20px;
    }

    .footer-nav {
        display: block;
    }

    .footer-nav-left {
        max-width: 315px;
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #fff;
        padding: 0 20px 20px 20px;
    }
    a.nav-menu {
        font-size: 20px;
        max-width: 315px;
        width: 100%;
    }

    .footer-nav-box {
        max-width: 315px;
        width: 100%;
    }

    .footer-nav-box ul li {
        font-size: 16px;
        max-width: 315px;
        width: 100%;
    }

    .footer-nav-right {
        max-width: 315px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 30px 0 30px 0;
    }

    .footer-btm {
        display: flex;
        flex-flow: column;
        max-width: 335px;
    }

    .copyright {
        text-align: center;
        width: 100%;
        order: 2;
    }

    .footer-privacy {
        margin-bottom: 30px;
        width: 100%;
        order: 1;
    }

    .sns-icons {
        justify-content: center;
    }
}

@media screen and (max-width: 1359px) {
    .footer-nav-left {
        border-right: none;
    }
}

/* EN,KR footer layout */
:is(.en, .kr) .footer-nav,
:is(.en, .kr) .footer-nav-left-inner {
    flex-wrap: nowrap;
}

:is(.en, .kr) .footer-nav-box {
    max-width: 180px;
}

/* 製品サイトkr非公開対応 */
:is(.ko) .btn-footer-contact {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {

    :is(.en, .kr) .footer-nav,
    :is(.en, .kr) .footer-nav-left-inner {
        flex-wrap: wrap;
    }

    /* :is(.en,.kr) .footer-nav-box{
        max-width: 200px;
    } */
}

@media screen and (max-width: 767px) {}