@charset "UTF-8";
/* Layout
============================================================================= */
.footer__wrapper {
    width: 100%;
    padding-top: 56px;
    background: url("../../image/footer-bg001.png") no-repeat center top;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .footer__wrapper {
        padding-top: 25px;
        text-align: center;
    }
}

#footer {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #footer {
        width: auto;
    }
}

.footer__under-container {
    padding: 11px 0;
    background: #006ab6;
}

@media screen and (max-width: 767px) {
    .footer__under-container {
        padding: 10px 0;
    }
}

.footer__under {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer__under {
        width: auto;
        display: block;
    }
}

/* Sig
============================================================================= */
.footer__main {
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}
.footer__main::after {
    content: '';
    width: 58px;
    height: 64px;
    background: url(../../image/mascot.png) no-repeat 0 0 / 58px auto;
    position: absolute;
    top: -2px;
    right: -65px;
}

@media screen and (max-width: 767px) {
    .footer__main {
        margin-bottom: 25px;
        padding-right: 50px;
    }
    .footer__main::after {
        width: 46px;
        height: 51px;
        background: url(../../image/mascot.png) no-repeat 0 0 / 46px auto;
        top: 5px;
        right: 0;
    }
}

.footer-main__copy {
    font-size: 13px;
    color: #2387e5;
    margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
    .footer-main__copy {
        font-size: 12px;
    }
}

.footer-main__bland {
    font-size: 1px;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .footer-main__bland img {
        width: 242px;
    }
}

/* Sig
============================================================================= */
.footer-button {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .footer-button {
        padding: 0 10px;
        margin-bottom: 25px;
    }
}

.footer-button__lists {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .footer-button__lists {
        flex-wrap: wrap;
    }
}

.footer-button__list {
    width: 195px;
    height: 40px;
}

@media screen and (max-width: 767px) {
    .footer-button__list {
        width: 49.5%;
        margin-bottom: 5px;
    }
}

.footer-button__link {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #065fa3;
    border: 1px solid #3c8fce;
    background: #fff;
    position: relative;
    font-size: 16px;
}

.footer-button__link::after {
    position: absolute;
    right: 13px;
    top: 16px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3c8fce;
    border-left: 2px solid #3c8fce;
    transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
    .footer-button__link::after {
        top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .footer-button__link {
        font-size: 14px;
    }
}

/* Footer-navi
============================================================================= */
.footer__nav-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.footer-nav__lists {
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .footer-nav__lists {
        padding: 0 10px;
        justify-content: space-between;
    }
}

.footer-nav__list {
    line-height: 1.5;
}

.footer-nav__list + .footer-nav__list {
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .footer-nav__list + .footer-nav__list {
        margin-left: 0;
    }
}

.footer-nav__link {
    position: relative;
    font-size: 13px;
    padding-left: 20px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .footer-nav__link {
        font-size: 12px;
    }
}

.footer-nav__link::before {
    content: '■';
    position: absolute;
    color: #ffde73;
    top: 0;
    left: 0;
}

/* Copy
============================================================================= */
.footer__copy {
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .footer__copy {
        text-align: center;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #fff;
    }
}

/* floating btn
============================================================================= */
.footer__floating-btn-wrapper {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    border: 2px solid #333;
    border-radius: 50%;
}

.footer__floating-btn-wrapper.stop {
    position: absolute;
    bottom: 230px;
}

@media screen and (max-width: 767px) {
    .footer__floating-btn-wrapper {
        display: none !important;
    }
}

.footer-floating-btn {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
    color: #333;
    text-decoration: none;
}

.footer-floating-btn__item {
    font-weight: bold;
}

/*# sourceMappingURL=../maps/base/footer.css.map */
