.back_color p,
.footer_main__layout__flex li {
    font-family: 'Kosugi Maru', 'sans-serif';
}

.footer_main__layout__flex,
.footer_main__layout__flex ul,
.footer_list__layout__flex {
    display: flex;
}

.footer_main__layout__flex,
.footer_list__layout__flex {
    justify-content: space-between;
    margin-bottom: 6rem;
}

.footer_main__layout__flex {
    align-items: end;
}

.footer_main__layout__flex ul {
    gap: 3rem;
}

.footer_list__layout__flex li {
    padding-left: 1.6rem;
    position: relative;
}

.footer_list__layout__flex li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #555555;
    border-radius: 100%;
}

.footer_list__layout__flex a {
    gap: 3rem;
    font-size: 1.6rem;
    color: #555555;
}

.back_color {
    background-color: #FFFFFF;
    padding: 4rem 15rem 0;
    width: 100%;
    position: relative;
}

.back_color::after {
    content: "";
    position: absolute;
    background-color: #DDDDDD;
    top: 0;
    width: 98rem;
    height: 0.1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.footer__logo span {
    line-height: 3.3rem;
    display: block;
    font-family: 'BIZ UDPGothic', 'sans-serif';
    font-weight: 700;
    color: #585858;
}

.footer__logo span:first-child {
    font-size: 2rem;
    line-height: 2.8rem;
}

.footer__logo span:last-child {
    font-size: 3.8rem;
    letter-spacing: 0.2rem;
}

.back_color p {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Kosugi Maru', 'sans-serif';
    color: #555555;
}

.footer_main__layout__flex ul li a {
    display: block;
    padding: 1rem 1.2rem;
    letter-spacing: 0.28rem;
    Line-height: 3.1rem;
    background-color: #CCFBE9;
    font-size: 2.5rem;
    font-family: 'Noto Sans JP', 'sans-serif';
    font-weight: 500;
    color: #555555;
}

.footer_map{
    width: 97.6rem;
    height: 26.2rem;
    margin-bottom: 10rem;
}


@media screen and (max-width: 699.98px) {

    .footer_main__layout__flex,
    .footer_main__layout__flex ul,
    .footer_list__layout__flex {
        flex-flow: column;
    }

    .back_color {
        padding: 2rem 1rem 0;
    }

    .back_color::after {
        width: 35.5rem;
    }

    .footer__logo span:first-child {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }

    .footer__logo span:last-child {
        font-size: 3rem;
        line-height: 3.1rem;

    }

    .footer_main__layout__flex ul li a {
        letter-spacing: 0.26rem;
        padding: 1.1rem 1.2rem;
    }

    .footer_main__layout__flex ul {
        gap: 2.3rem;
    }

    .footer_main__layout__flex {
        margin-bottom: 4.6rem;
        align-items: center;
        gap: 2.2rem;
    }

    .footer_list__layout__flex {
        gap: 3.2rem;
        margin-bottom: 7.6rem;
        padding-left: 2.8rem;
    }

    .footer_map{
        width: 35.2rem;
        height: 35.3rem;
    }
}
