/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
/* Layout
============================================================================= */
#footer {
    background: url(../../image/footer-bg001.webp) no-repeat top center/cover;
}

@media screen and (max-width: 1920px) {
    #footer {
        background: url(../../image/footer-bg001.webp) no-repeat top center/1920px auto;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        background: none;
    }
}

/* Sig
============================================================================= */
.footer-main {
    padding-top: 778px;
}

@media screen and (max-width: 767px) {
    .footer-main {
        padding: 307px 0 40px;
        background: url(../../image/footer-bg001-sp.webp) no-repeat top center/cover;
    }
}

.footer-main__brand {
    width: 160px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .footer-main__brand {
        width: 121px;
    }
}

.footer-main__brand img {
    width: 100%;
}

.footer-campus__wrap {
    width: 1000px;
    margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
    .footer-campus__wrap {
        width: calc(100% - 60px);
        margin: 30px auto 0;
    }
}

.footer-campus__lists {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .footer-campus__lists {
        flex-direction: column;
        gap: 10px;
    }
}

.footer-campus__list {
    width: 490px;
    height: 110px;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .footer-campus__list {
        width: 100%;
        height: auto;
        padding: 20px 20px 15px;
        display: block;
    }
}

.footer-campus-name {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .footer-campus-name {
        font-size: 16px;
        text-align: center;
    }
}

.footer-campus-contact {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.8;
}

.footer-campus-contact a[href*="tel:"] {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .footer-campus-contact {
        margin-top: 5px;
        font-size: 14px;
        text-align: center;
    }
    .footer-campus-contact a[href*="tel:"] {
        text-decoration: underline;
    }
}

/* Footer-navi
============================================================================= */
.footer__nav-outer {
    margin-top: 80px;
    background: rgba(8, 69, 162, 0.9);
    padding: 24px 0 26px;
}

@media screen and (max-width: 767px) {
    .footer__nav-outer {
        margin-top: 0;
        background: #0845A2;
        padding: 35px 0 37px;
    }
}

.footer__nav-wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer__nav-wrapper {
        width: auto;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer__nav {
        order: 2;
    }
}

.footer-nav__lists {
    display: flex;
    gap: 19px;
}

@media screen and (max-width: 767px) {
    .footer-nav__lists {
        flex-direction: column;
        align-items: center;
        gap: 1px;
    }
}

.footer-nav__list a.footer-nav__link {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #fff;
}

@media screen and (hover: hover) and (min-width: 769px) {
    .footer-nav__list a.footer-nav__link:hover {
        opacity: 1 !important;
        text-decoration: underline;
    }
}

@media screen and (max-width: 767px) {
    .footer-nav__list a.footer-nav__link {
        text-align: center;
    }
}

.footer-sns__wrap {
    order: 1;
}

.footer-sns__lists {
    display: flex;
    gap: 20px;
}

.footer-sns__list a {
    display: block;
}

.footer-sns__list a img {
    position: relative;
    bottom: 0;
    transition: all .3s;
}

@media screen and (hover: hover) and (min-width: 769px) {
    .footer-sns__list a:hover {
        opacity: 1 !important;
    }
    .footer-sns__list a:hover img {
        bottom: 5px;
    }
}

/* Copy
============================================================================= */
.footer__copy {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background: #001134;
    padding: 19px 0 21px;
}

@media screen and (max-width: 767px) {
    .footer__copy {
        padding: 19px 0 69px;
    }
}

/* floating btn
============================================================================= */
.floating-button__wrap {
    position: fixed;
    bottom: 106px;
    right: 0;
    z-index: 60;
}

@media screen and (max-width: 767px) {
    .floating-button__wrap {
        bottom: 0;
        right: auto;
        left: 0;
        width: calc(100% - 86px);
    }
}

.floationg-button__lists {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (max-width: 767px) {
    .floationg-button__lists {
        flex-direction: row;
        gap: 2px;
    }
}

.floation-button__list a.floationg-button {
    display: block;
    background: #FFF100;
    width: 48px;
    border-radius: 10px 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #2675B9;
    writing-mode: vertical-rl;
    padding: 22px 12px 23px;
}

@media screen and (max-width: 767px) {
    .floation-button__list a.floationg-button {
        width: 100%;
        border-radius: 10px 10px 0 0;
        writing-mode: horizontal-tb;
        letter-spacing: 0.03em;
        padding: 15px 23px 0 24px;
        height: 50px;
    }
}

.floation-button__list:nth-child(2) a.floationg-button {
    letter-spacing: 0.2em;
    padding: 26px 12px 25px;
}

@media screen and (max-width: 767px) {
    .floation-button__list:nth-child(2) a.floationg-button {
        padding: 15px 23px 0 24px;
        letter-spacing: 0.03em;
    }
}

.floating-top-button__wrap {
    position: fixed;
    bottom: 44px;
    right: -5px;
    z-index: 60;
    transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
    .floating-top-button__wrap {
        bottom: 0;
        right: 0;
        width: 90px;
        transform: none;
    }
}

.floating-top-button {
    display: block;
    font-family: "Oswald", serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #0845A2;
    position: relative;
    padding: 0 20px 2px 0;
}

@media screen and (max-width: 767px) {
    .floating-top-button {
        padding: 17px 0 0 12px;
        border-radius: 10px 0 0 0;
        background: #fff;
        height: 50px;
    }
}

.floating-top-button::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #0845A2;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .floating-top-button::before {
        display: none;
    }
}

.floating-top-button::after {
    content: "";
    width: 15px;
    height: 11px;
    background: url(../../image/meikais-file-ar002.svg) no-repeat 0 0/contain;
    position: absolute;
    top: 5px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .floating-top-button::after {
        transform: rotate(-90deg);
        top: 21px;
        right: 8px;
    }
}
