@charset "utf-8";
/* CSS Document */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
フッター
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
footer {
    margin-top: 20rem;
    padding: 0 0 4rem;
    background-color: #fff;
}

footer .footer_inner {
    max-width: 1100px;
    padding: 6.5rem 2rem 6.4rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:480px) {
    footer {
        margin-top: 10rem;
        padding: 0 0 2rem;
    }

    footer .footer_inner {
        max-width: auto;
        padding: 3rem 2rem 2.2rem;
        flex-direction: column;
    }
}

/*----------------------------------------*/
/* ロゴ */
footer .footer_inner .footer_logo_wrap a.logo {
    width: 12.8rem;
    display: block;
}

footer .footer_inner .footer_logo_wrap h2 {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 3rem 0 2rem;
    line-height: 1.4;
}

footer .footer_inner .footer_logo_wrap h2+div {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

@media screen and (max-width:480px) {
    footer .footer_inner .footer_logo_wrap {
        margin-bottom: 4rem;
    }

    footer .footer_inner .footer_logo_wrap a.logo {
        width: 8.4rem;
        margin: auto;
    }

    footer .footer_inner .footer_logo_wrap h2 {
        font-size: 1.4rem;
        text-align: center;
        margin: 1.6rem 0 1.2rem;
    }

    footer .footer_inner .footer_logo_wrap h2+div {
        font-size: 1.2rem;
        text-align: center;
    }
}

/*----------------------------------------*/
/* フッタメニュー */
footer .footer_inner .footer_menu_wrap {
    display: flex;
}

footer .footer_inner .footer_menu_wrap .footer_menu {
    min-width: 15rem;
    margin-left: 2rem;
}

footer .footer_inner .footer_menu_wrap .footer_menu a {
    color: #000;
}

footer .footer_inner .footer_menu_wrap .footer_menu dt {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 2rem;
}

footer .footer_inner .footer_menu_wrap .footer_menu dd.menu_item {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 1.2rem 0;
}

@media screen and (max-width:480px) {
    footer .footer_inner .footer_menu_wrap {
        flex-direction: column;
    }

    footer .footer_inner .footer_menu_wrap .footer_menu {
        min-width: auto;
        margin: 0 0 1.8rem;
        display: flex;
        flex-wrap: wrap;
    }

    footer .footer_inner .footer_menu_wrap .footer_menu dt {
        font-size: 1.4rem;
        margin-bottom: 0.9rem;
        width: 100%;
    }

    footer .footer_inner .footer_menu_wrap .footer_menu dd.menu_item {
        font-size: 1.2rem;
        margin: 0.6rem 1.8rem 0.6rem 0;
    }
}


/*----------------------------------------*/
/* 著作権表記 */
footer .copyright {
    font-size: 1.2rem;
    line-height: 1.16;
    text-align: center;
    letter-spacing: 0.02em
}

footer .copyright span {
    display: inline-block;
    padding-left: 0.02em;
}

@media screen and (max-width:480px) {
    footer .copyright {
        font-size: 1rem;
    }
}

/*----------------------------------------*/
/* コンタクトバナー */

.footer_contact_wrap {
    display: flex;
}

.footer_contact_wrap .banner {
    width: 50%;
    flex-shrink: 0;
    height: 20.6rem;
}

.footer_contact_wrap .banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color_main);
    height: 100%;
    color: #fff;
}

.footer_contact_wrap .banner a .inner {
    width: 67%;
    min-width: 420px;
    height: 70%;
}

.footer_contact_wrap .banner a .inner h4 {
    font-size: 4.8rem;
    line-height: 1.16;
    letter-spacing: 0.05em;


}

.footer_contact_wrap .banner a .inner h4 span {
    display: inline-block;
    padding-left: 1.5em;
    position: relative;
}

.footer_contact_wrap .banner a .inner h4 span::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer_contact_wrap .banner.contact a .inner h4 span::before {
    background-image: url(../img/common/icon_mail_white.svg);
}

.footer_contact_wrap .banner.recruit a .inner h4 span::before {
    background-image: url(../img/common/icon_man_green.svg);
}

.footer_contact_wrap .banner a .inner h3 {
    font-size: 2.4rem;
    line-height: 1.16;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
    margin: 1.4rem 0 1.7rem;
    color: #000;
}

.footer_contact_wrap .banner.contact a {
    text-align: center;
}

.footer_contact_wrap .banner.recruit a {
    background-image: url(../img/common/recruit_bg.webp);
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width:480px) {
    .footer_contact_wrap {
        flex-direction: column;
    }

    .footer_contact_wrap .banner {
        width: 100%;
        height: auto;
        aspect-ratio: 375/120;
    }

    .footer_contact_wrap .banner a .inner {
        width: 74%;
        min-width: auto;
        height: 70%;
    }

    .footer_contact_wrap .banner a .inner h4 {
        font-size: 2.8rem;
    }

    .footer_contact_wrap .banner a .inner h3 {
        font-size: 1.4rem;
        margin: 0.5rem 0 1rem;
    }

}