/* footer */
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
.footer {
    background-color: #F5F5F5;
    padding: 8% 0% 0%;
}
.footer *:not(:root) {
    font-size: 12px;
}
@media screen and (min-width: 1080px) {
    .footer {
    padding: 41px 0 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .footer__lists {
        flex-wrap: nowrap !important;
    }
}

.footer__inner {
    width: 90%;
    margin: 0 auto;
}
@media screen and (min-width: 1080px) {
    .footer__inner {
    display: flex;
    justify-content: space-between;
    }
}

.footer__bold {
    font-weight: bold;
}

.footer__list {
    font-size: 3.2vw;
}
@media screen and (min-width: 1080px) {
    .footer__list {
    font-size: 13px;
    }
}

.footer__list.btn {
    width: 100%;
    margin-bottom: 14px;
}

.footer__list.sns {
    width: 33%;
}

.footer__list + .footer__list {
    margin-top: 15px;
}

@media screen and (min-width: 1080px) {
    .footer__list.copy + .footer__list.copy {
    margin-top: 0;
    margin-left: 20px;
    }
}

@media screen and (max-width: 1079px) {
    .footer__lists + .footer__lists {
    margin-top: 38px;
    }
}

.footer__button {
    transition: all 0.3s;
    font-weight: bold;
    background-color: #fff;
    padding: 5% 14% 6%;
    font-size: 4.2666666667vw;
    color: #2D96DC;
    width: 87%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (min-width: 1080px) {
    .footer__button {
    font-size: 16px;
    padding: 5% 22% 6%;
    }
}

.footer__sns {
    font-size: 3.7333333333vw;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
    .footer__sns {
    font-size: 14px;
    }
}

.footer__lists.copyright {
    background-color: #464646;
    margin-top: 30px;
    padding: 8% 4% 8%;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 2.6666666667vw;
}
@media screen and (min-width: 1080px) {
    .footer__lists.copyright {
    font-size: 12px;
    padding: 27px 0 21px;
    }
}

.footer__list.text {
    margin-top: 32px;
    text-align: center;
}
@media screen and (min-width: 1080px) {
    .footer__list.text {
    margin-top: 0;
    text-align: left;
    margin-left: auto;
    }
}

@media screen and (min-width: 1080px) {
    .footer__inner01 {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    }
}

.footer__img {
    width: 40%;
}

.footer__img01 {
    width: 4%;
    transition: all 0.3s;
}

@media screen and (min-width: 1080px) {
    .footer__inner .footer__lists:last-of-type {
    width: 461px;
    }
}

