@charset "UTF-8";

/* フッター
***************************************************************/
.footer_contact {
    background-image: url(../../images/img-bg-footerContact-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

.footer_contact .inner {
    background: #fff;
    position: relative;
    top: -200px;
    padding: 60px 75px;
    text-align: center;
}

.footer_contact .inner .sectionTitle p.text2 {
    margin-top: 50px;
}

.footer_contact .inner .btnWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 67px;
}

.footer_contact .inner .btnWrap a {
    font-size: 18px;
    padding: 23px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: .3s;
}

.footer_contact .inner .btnWrap a.btn1 {
    background: #333;
}
.footer_contact .inner .btnWrap a.btn1::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../../images/icon-calender.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}
.footer_contact .inner .btnWrap a.btn2 {
    background: #3EB6CF;
}
.footer_contact .inner .btnWrap a.btn2::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 26px;
    background-image: url(../../images/icon-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.footer_contact .inner .textBox {
    margin-top: 55px;
}

.footer_contact .inner .textBox p.text {
    font-size: 42px;
}
.footer_contact .inner .textBox p.text::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../../images/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.footer_contact .inner .textBox p.text2 {
    margin-top: 10px;
}

@media screen and (min-width: 681px) {
    .footer_contact .inner .btnWrap a:hover {
        opacity: .7;
    }
}

@media screen and (max-width: 768px) {
.footer_contact {
    background-image: url(../../images/img-bg-footerContact-1-sp.jpg);
    height: 226px;
}

.footer_contact .inner {
    top: -460px;
    padding: 50px 25px;
}

.footer_contact .inner .sectionTitle p.text2 {
    margin-top: 9px;
    font-size: 14px;
    text-align: left;
}

.footer_contact .inner .btnWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    flex-flow: column-reverse;
    gap: 20px;
}

.footer_contact .inner .btnWrap a {
    font-size: 15px;
    padding: 12px 0;
    gap: 20px;
}

.footer_contact .inner .btnWrap a.btn1::before {
    width: 19px;
    height: 19px;
}

.footer_contact .inner .btnWrap a.btn2::before {
    width: 19px;
    height: 15px;
}

.footer_contact .inner .textBox {
    margin-top: 20px;
}

.footer_contact .inner .textBox p.text {
    font-size: 26px;
}

.footer_contact .inner .textBox p.text::before {
    width: 22px;
    height: 22px;
    top: -3px;
}

.footer_contact .inner .textBox p.text2 {
    font-size: 14px;
    margin-top: 5px;
}
}

/* フッター
***************************************************************/
footer {
    padding: 80px 0 30px;
    overflow: hidden;
}

footer .footerNav {}

footer .footerNav ul {
    display: flex;
    justify-content: space-between;
}

footer .footerNav ul li {
    display: flex;
    flex-flow: column;
    gap: 20px;
    border-right: 1px solid #333;
    padding: 12px 80px 12px 0;
}
footer .footerNav ul li:nth-last-child(1) {
    border-right: unset;
}
footer .footerNav ul li a.link1 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

footer .footerNav ul li a.link1::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 11px;
    background-image: url(../../images/icon-footer-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}
footer .footerNav ul li a.link2 {
    padding-left: 10px;
}

footer .footerNav .footerWrap {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

footer .footerNav .footerWrap a.logo {}

footer .footerNav .footerWrap a.logo img {
    width: 162px;
}

footer .footerNav .footerWrap p.text1 {
    font-size: 18px;
    margin-top: 60px;
}

footer .footerNav .footerWrap p.text2 {
    margin-top: 10px;
}

footer .footerNav .footerWrap p.text3 {
    font-size: 12px;
    margin-top: 47px;
}

footer .footerNav .footerWrap .footerSns {
    position: absolute;
    bottom: 0;
    right: calc(50% - 385px);
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .footerNav .footerWrap .footerSns a {
    
}

footer .footerNav .footerWrap .footerSns a img {
    width: 30px;
}

@media screen and (min-width: 681px) {}

@media screen and (max-width: 768px) {
    footer {
        padding: 50px 0 18px;
        overflow: hidden;
    }

    footer .footerNav .footerWrap {
        text-align: center;
        margin-top: 0;
        position: relative;
    }

    footer .footerNav .footerWrap a.logo {}

    footer .footerNav .footerWrap a.logo img {
        width: 126px;
    }

    footer .footerNav .footerWrap p.text1 {
        font-size: 18px;
        margin-top: 20px;
    }

    footer .footerNav .footerWrap p.text2 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 2;
    }

    footer .footerNav .footerWrap p.text3 {
        font-size: 12px;
        margin-top: 30px;
        letter-spacing: 0;
    }

    footer .footerNav .footerWrap .footerSns {
        position: unset;
        justify-content: center;
        margin-top: 30px;
    }

    footer .footerNav .footerWrap .footerSns a {}

 
}