@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
    background: var(--theme_m_color);
    color: #fff;
    padding: 16rem 0 1rem;
    margin-top: -13rem;
    position: relative;
}

footer .ft_width {
    width: 100%;
    max-width: 940px;
    margin-inline: auto; min-width: 940px;
    margin-bottom: 5rem;
}

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

footer .ft_wrap .left_area {
    max-width: 40rem
}

footer .ft_wrap .left_area p.logo {
    width: 32.8rem;
    margin-bottom: 4rem;
}

footer .ft_wrap .left_area .addr_wrap {
    padding-left: 4rem;
}

footer .ft_wrap .left_area .addr_wrap .addr {
    font-size: 1.6rem;
    letter-spacing: .04em;
    margin-bottom: 1.5rem;
}

footer .ft_wrap .left_area .addr_wrap .addr h3.ttl {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

footer .ft_wrap .left_area .addr_wrap .addr h3.ttl .deco {
    margin-right: 0.5rem;
    font-size: 1rem;
}

footer .ft_wrap .left_area .addr_wrap .addr p.txt {
    line-height: 1.5;
}

footer .ft_wrap .right_area {
    width: 37.4rem;
    justify-content: space-between;
    padding-top: 10rem;
}

footer .ft_wrap .right_area ul.ft_nav_menu li {
    margin-bottom: 1rem;
}

footer .ft_wrap .right_area ul.ft_nav_menu li a {
    color: #fff;
    display: block;
    font-size: 1.8rem;
    letter-spacing: .04em;
}

footer .ft_wrap .right_area ul.ft_nav_menu li a:hover {
    opacity: .7;
}

footer .inner {
    justify-content: space-between;
    max-width: 980px;
}

footer .inner p.privacy a {
    color: #fff;
    font-size: 1.6rem;
}

footer .inner p.copyright {
    font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
    footer {
        overflow: hidden;
        padding: 23rem 8.2rem 8rem 8.2rem;
        margin-top: -24rem;
    }

    footer .ft_width {
        width: inherit;
        max-width: inherit;
        min-width: inherit;
    }

    footer .ft_wrap .left_area {
        max-width: inherit;
    }

    footer .ft_wrap .left_area p.logo {
        width: 86%;
        margin: 0 auto 8rem;
    }

    footer .ft_wrap .left_area .addr_wrap {
        padding-left: 2.5rem;
    }

    footer .ft_wrap .left_area .addr_wrap .addr {
        font-size: 2.4rem;
        letter-spacing: .04em;
        margin-bottom: 3rem;
    }

    footer .ft_wrap .left_area .addr_wrap .addr h3.ttl {
        font-size: 2.8rem;
    }

    footer .ft_wrap .left_area .addr_wrap .addr h3.ttl .deco {
        font-size: 1.5rem;
        margin-right: 0.5rem;
    }

    footer .ft_wrap .left_area .addr_wrap .addr p.txt {
        font-size: 2.8rem;
        letter-spacing: .04em;
        line-height: 1.5;
    }

    footer .ft_wrap .right_area {
        width: 100%;
        justify-content: space-between;
        padding: 3rem 2.5rem 0;
        margin-bottom: -1rem;
    }

    footer .ft_wrap .right_area ul.ft_nav_menu li {
        margin-bottom: 2.5rem;
    }

    footer .ft_wrap .right_area ul.ft_nav_menu li a {
        font-size: 2.8rem;
    }

    footer .inner {
        justify-content: center;
        padding-bottom: 10rem;
        flex-direction: column;
        align-items: center;
    }

    footer .inner p.privacy {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }

    footer .inner p.privacy a {
        color: #fff;
        font-size: 2.6rem;
    }

    footer .inner p.copyright {
        font-size: 2.8rem;
        white-space: nowrap;
    }
}

/**********************************
スマホ固定
**********************************/
.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: 15px;
    margin: 0;
    padding: 0;
}

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

.sp_fixed_bottom .sp_nav_menu02 li a {
    font-size: 3.4rem;
    width: 33rem;
    height: 12rem;
    border-radius: 6rem;
    background: #fff;
    color: var(--theme_m_color);
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -.02em;
    font-weight: bold;
	box-shadow: 0 0 8px rgba(13, 74, 153, 0.15);
}

.sp_fixed_bottom .sp_nav_menu02 li a::before {
    content: "";
    display: inline-block;
    background: no-repeat 50%/ contain;
    margin-right: 9px;
}

.sp_fixed_bottom .sp_nav_menu02 li.tel a::before {
    width: 2.5rem;
    height: 3.7rem;
    background-image: url("../images/common/tel_blue.svg");
}

.sp_fixed_bottom .sp_nav_menu02 li.contact a::before {
    width: 3.5rem;
    height: 2.5rem;
    background-image: url("../images/common/mail_blue.svg");
}
