/* ==========================================================================
   footer
   ========================================================================== */
/* Footer
   ----------------------------------------------------------------- */
/* p-footer
   ----------------------------------------------------------------- */
.p-footer {
    background-color: #092af5;
    padding-top: 64px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .p-footer {
        padding-top: 48px;
    }
}

.p-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 1190px) {
    .p-footer__container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-footer__container {
        width: 335px;
    }
}

@media screen and (max-width: 374px) {
    .p-footer__container {
        width: 100%;
    }
}

.p-footer__logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 600px;
}

@media screen and (max-width: 1190px) {
    .p-footer__logo-box {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-footer__logo-box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.p-footer__logo {
    width: 256px;
}

@media screen and (max-width: 767px) {
    .p-footer__logo {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

.p-footer__textarea {
    width: calc(100% - 293px);
    color: #fff;
    padding-top: 12px;
}

@media screen and (max-width: 767px) {
    .p-footer__textarea {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-footer__small {
    font-size: 21px;
    font-size: 2.1rem;
    display: block;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-footer__small {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

.p-footer__big {
    font-size: 40px;
    font-size: 4rem;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-footer__big {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

.p-footer__tel-box {
    color: #fff;
    padding-top: 14px;
}

@media screen and (max-width: 1190px) {
    .p-footer__tel-box {
        width: 100%;
    }
}

.p-footer__tel-text {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-footer__tel-text {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

.p-footer__tel {
    font-size: 50px;
    font-size: 5rem;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-footer__tel {
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-footer__number {
    font-size: 70px;
    font-size: 7rem;
}

@media screen and (max-width: 767px) {
    .p-footer__number {
        font-size: 40px;
        font-size: 4rem;
    }
}

.p-footer__access-box {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
    .p-footer__access-box {
        text-align: left;
    }
}

.p-footer__access {
    margin-bottom: 12px;
}

.p-footer__link {
    color: #fff;
}

.p-footer__copyright {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}

/* p-pageTop
   ----------------------------------------------------------------- */
.p-pageTop {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 98;
}

@media screen and (max-width: 767px) {
    .p-pageTop {
        right: 4vw;
        bottom: 9.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-pageTop {
        right: 20px;
        bottom: 20px;
    }
}

.p-pageTop.is-show {
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    visibility: visible;
}

.p-pageTop__link {
    position: relative;
    display: block;
    background: #092af5;
}

@media screen and (max-width: 767px) {
    .p-pageTop__link {
        width: 10.66667vw;
        height: 10.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-pageTop__link {
        width: 60px;
        height: 60px;
    }
}

.p-pageTop__icon {
    position: absolute;
    content: '';
    display: block;
    top: 40%;
    left: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%) rotate(-45deg);
            transform: translate(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .p-pageTop__icon {
        width: 3.33333vw;
        height: 3.33333vw;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
}

@media screen and (min-width: 768px) {
    .p-pageTop__icon {
        width: 24px;
        height: 24px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
    }
}
