@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
    padding: 10rem 0 10rem;
}

footer .footer_width {
    width: 100%;
    max-width: 126rem;
    margin-inline: auto; min-width: 110rem;
}

footer .f_inner {
    justify-content: space-between;
    align-items: center;
    padding-right: 2rem;
    margin-bottom: 7.5rem;
}

footer .f_inner .info_area {
}

footer .f_inner .info_area .logo_wrap {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

footer .f_inner .info_area p.logo {
    width: 34rem;
}

footer .f_inner .info_area .logo_wrap .recruit_ttl {
    border-bottom: 1px solid;
    font-size: 2rem;
    padding: 0 0 .5rem;
}

footer .f_inner .info_area .addr {
    margin-bottom: 5rem;
    font-size: 1.6rem;
}

footer .f_inner .info_area .site_wrap {
    display: flex;
    width: 54rem;
    gap: 2rem;
}

footer .f_inner .info_area .site_wrap p {
    flex: 1;
}

footer .f_inner .info_area .site_wrap p a {
    font-size: 1.6rem;
    display: flex;
    min-height: 10rem;
    align-items: center;
    padding: 0 2rem 0 7rem;
    position: relative;
}

footer .f_inner .info_area .site_wrap p a img {
    width: 13.1rem;
}

footer .f_inner .info_area .site_wrap p.insta a img {
    width: 16.1rem;
}

footer .f_inner .info_area .site_wrap p a::before {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

footer .f_inner .info_area .site_wrap p.company a {
    letter-spacing: .02em;
    border: 1px solid #006ED2;
}

footer .f_inner .info_area .site_wrap p.company a::before {
    background-image: url(../images/common/company_icon.svg);
    width: 3rem;
    height: 2.7rem;
    left: 2rem;
}

footer .f_inner .info_area .site_wrap p.insta a {
    border: 1px solid #BA00B2;
}

footer .f_inner .info_area .site_wrap p.insta a::before {
    background-image: url(../images/common/insta_icon.svg);
    width: 6rem;
    height: 6rem;
    left: 0.5rem;
}

footer .f_inner .f_nav_wrap {
    display: flex;
    gap: 6rem;
}

footer .f_inner .f_nav_wrap ul.f_nav_menu {
    /* width: 16rem; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

footer .f_inner .f_nav_wrap ul.f_nav_menu li {
    margin-bottom: 1rem;
}

footer .f_inner .f_nav_wrap ul.f_nav_menu li a {
    letter-spacing: .06em;
    font-weight: 500;
}

footer .f_bottom {
    justify-content: space-between;
}

footer .f_bottom p.copyright {
    font-size: 1.6rem;
    color: #B4B4B4;
    font-family: "Josefin Sans", sans-serif;
}

footer .f_bottom p.privacy {
}

footer .f_bottom p.privacy a {
    font-size: 1.6rem;
    color: #B4B4B4;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 16rem;
    }

    footer .footer_width {
        min-width: auto;
        width: var(--base_width);
    }

    footer .f_inner {
        justify-content: center;
        margin-bottom: 7rem;
    }

    footer .f_inner .info_area .logo_wrap {
        flex-direction: column;
        margin-bottom: 5rem;
    }

    footer .f_inner .info_area p.logo {
        width: 43.6rem;
    }

    footer .f_inner .info_area .logo_wrap .recruit_ttl {
        font-size: 2.5rem;
    }

    footer .f_inner .info_area .addr {
        font-size: 2.8rem;
    }

    footer .f_inner .info_area .site_wrap {
        width: 59rem;
        margin-bottom: 6rem;
    }

    footer .f_inner .info_area .site_wrap p a {
        min-height: 16rem;
        justify-content: center;
        padding: 6rem 0 0;
    }

    footer .f_inner .info_area .site_wrap p a img {
        width: 20rem;
    }

    footer .f_inner .info_area .site_wrap p a::before {
        bottom: auto;
        right: 0;
        margin: 0 auto;
        top: 2rem;
    }

    footer .f_inner .info_area .site_wrap p a {
        border-width: 2px !important;
    }

    footer .f_inner .info_area .site_wrap p.company a::before {
        width: 4.5rem;
        height: 4rem;
    }

    footer .f_inner .info_area .site_wrap p.company a img {
        width: 17rem;
    }
    
    footer .f_inner .info_area .site_wrap p.insta a img {
        width: 20.1rem;
    }

    footer .f_inner .info_area .site_wrap p.insta a::before {
        width: 9rem;
        height: 9rem;
        top: 0;
    }

    footer .f_inner .f_nav_wrap {
        gap: 8rem;
        width: 100%;
        margin-left: 4rem;
    }

    footer .f_inner .f_nav_wrap ul.f_nav_menu {
        gap: 0.5rem;
    }

    footer .f_inner .f_nav_wrap ul.f_nav_menu li {
        margin: 0;
    }

    footer .f_inner .f_nav_wrap ul.f_nav_menu li a {
        font-size: 2.8rem;
    }

    footer .f_bottom {
        flex-direction: column-reverse;
        align-items: center;
        gap: 8rem;
    }

    footer .f_bottom p.copyright {
        font-size: 2.8rem;
    }

    footer .f_bottom p.privacy a {
        font-size: 2.8rem;
    }
}

/**********************************
スマホ固定
**********************************/
.sp_fixed_bottom {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    bottom: 4rem;
    left: 0;
    z-index: 1500;
    position: fixed;
    transition: .2s ease-in;
}

.sp_fixed_bottom.active {
    opacity: 1;
    visibility: visible;
}

.sp_fixed_bottom .sp_nav_menu02 {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.sp_fixed_bottom .sp_nav_menu02 li {
    list-style: none;
}

.sp_fixed_bottom .sp_nav_menu02 li a {
    font-size: 2.8rem;
    width: 23rem;
    height: 8rem;
    border: 2px solid var(--theme_m_color);
    background: var(--theme_m_color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.2rem;
    padding-bottom: .2rem;
    font-weight: 500;
}

.sp_fixed_bottom .sp_nav_menu02 li.day01 a {
    background: #FFFF00;
    border-color: var(--theme_m_color);
    color: var(--theme_m_color);
}