/* ===================== */
/* footer */
/* ===================== */
.l-footer__foot {
    background-color: #77aae9;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.l-footer__nav {
    gap: 24px 48px;
    align-items: center;
    padding: 1em 0 !important;
}

.l-footer__nav li:first-child a {
    border-left: none !important;
}

.l-footer__nav > .menu-item {
    color: #ffffff;
}

.l-footer__nav > .menu-item > a {
    border: none;
    padding: 0 !important;
    font-weight: 400;
}

@media (max-width:768px) {
    .l-footer__nav {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
}

.footer-contents {
    position: relative;
    color: #ffffff;
}

.footer-contents::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: -10%;
    width: 300px;
    height: 330px;
    z-index: 10;
    background-size: cover;
    background-position: center;
    background-image: url('../../../assets/img/top/bg/bg-top-gakucho.png');
    z-index: 10;
}

@media (min-width:769px) and (max-width:1024px) {
    .footer-contents::after {
        bottom: 10%;
        right: 0;
        width: 280px;
    }
}

@media (max-width:768px) {
    .footer-contents::after {
        content: unset;
    }
}

.footer-contents-inner {
    max-width: 800px;
    margin: auto;
    position: relative;
    z-index: 10;
    padding: 20px 0 50px;
}

.footer-contents-inner::before,
.footer-contents-inner::after {
    background-color: #384860;
    position: absolute;
    content: "";
    display: block;
    width: 50vw;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.footer-contents-inner::before {
    left: 50%;
}

.footer-contents-inner::after {
    right: 50%;
}

.footer-contents-logo {
    border-bottom: solid 1px #ffffff;
    text-align: center;
    padding-bottom: 20px;
}

.footer-contents-logo > img {
    max-width: 300px;
    width: 100%;
}

.footer-contents-box {
    position: relative;
    display: flex;
    gap: 56px;
    padding: 56px 0;
    border-bottom: solid 1px #ffffff;
}

.footer-contents-box-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-contents__title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: solid 1px #fff;
}

.footer-contents__title._sub {
    font-size: 18px;
    margin-top: 30px;
}

.footer-contents__text {
    font-size: 14px;
    color: #ffffff;
    margin-top: 12px;
    font-weight: 400;
}

.footer-contents__text > b {
    color: #ffffff;
}


.footer-contents__list {
    margin-top: 8px;
}

.footer-contents__list > li {
    padding-left: 20px;
    position: relative;
    font-weight: 400;
}

.footer-contents__list > li::after {
    display: block;
    content: "・";
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}

.footer-contents-link {
    color: #ffffff;
    padding-inline: 8px;
    padding-top: 16px;
}

.footer-contents-link > a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.footer-contents-link > a:hover {
    border-bottom: solid 1px #ffffff;
}

.footer-contents__details {
    width: fit-content;
    display: block;
    position: relative;
    background-color: #ffffff;
    color: #384860 !important;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 30px 6px 20px;
    margin: 10px 0 24px;
}

.footer-contents__details::before,
.footer-contents__details::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-contents__details::before {
    right: 12px;
    width: 12px;
    height: 2px;
    background: #384860;
}

.footer-contents__details::after {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #384860;
    border-right: 2px solid #384860;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-contents-inner > .copyright {
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
}

.footer-contents__links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    gap: 42px;
}

.footer-contents__links-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
}

.footer-contents__links-item:hover {
    opacity: .6;
}

.footer-contents__links-item > img {
    vertical-align: middle;
    height: 40px;
}

@media (max-width:1024px) {
    .footer-contents-box {
        flex-direction: column;
        padding: 12px 0 24px;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .footer-contents__title._spHalf {
        max-width: 50%;
    }
}

@media (max-width:768px) {
    .footer-contents-box::after {
        position: absolute;
        content: "";
        display: block;
        bottom: 0;
        right: 0;
        width: 120px;
        height: 140px;
        z-index: 10;
        background-size: cover;
        background-position: center;
        background-image: url('../../../assets/img/top/bg/bg-top-gakucho.png');
        z-index: 10;
    }

    .footer-contents__title {
        font-size: 20px;
        padding-bottom: 12px;
    }
}