@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";

.footer {
    width: 100%;
    background-color: #42a7b5;
    margin-top: 100px
}

footer ul {
    margin: 0;
    padding: 0
}

footer ul li {
    margin: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    footer {
        margin-top: 32px
    }

    footer li:last-child {
        width: inherit
    }
}

.footer-inner {
    max-width: 1000px;
    margin: 0 auto
}

.footer-cta {
    padding: 24px 0;
    background-color: #f0f8f9
}

.footer-cta-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto
}

.footer-cta-col {
    width: calc(50% - 12px);
    padding: 16px 0;
    background-color: #fff;
    border-radius: 10px;
    text-align: center
}

.footer-cta-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    color: #646464
}

.footer-cta-title.sub {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #1e8b9a;
    background: linear-gradient(transparent 70%, #FFFF00 30%)
}

.footer-cta-title.sub::after,
.footer-cta-title.sub::before {
    content: "";
    width: 1px;
    height: 23px;
    background-color: #646464
}

.footer-cta-title.sub::before {
    position: relative;
    left: -10px;
    transform: rotate(-30deg)
}

.footer-cta-title.sub::after {
    position: relative;
    right: -10px;
    transform: rotate(30deg)
}

.footer-cta-btns {
    margin-bottom: 16px
}

.footer-cta-btns .btn-main {
    width: 310px;
    height: 55px;
    font-size: 20px
}

.footer-cta-btns .btn-main .icon {
    width: 17.5px;
    height: 17.5px
}

.footer-cta-btns-inner {
    position: relative;
    width: 310px;
    margin: 0 auto
}

.footer-cta-btns-inner .cta-btn-icon-easy {
    position: absolute;
    top: -20px;
    right: -20px
}

.footer-cta-tel {
    margin-top: 16px
}

.footer-cta-tel-title {
    font-size: 14px;
    font-weight: bold
}

.footer-cta-tel-num {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    color: #1e8b9a;
    font-family: "Lato", sans-serif;
    font-weight: bold
}

.footer-cta-tel-num .icon {
    width: 35px;
    height: 19px;
    margin-right: 3px;
    fill: #1e8b9a
}

.footer-cta-tel-note {
    font-size: 12px;
    font-weight: bold
}

.footer-cta-tel-title2 {
    padding-top: 1em;
    font-size: 14px;
    font-weight: bold
}


.footer-cta-link {
    margin-top: 10px;
    text-align: center;
    font-size: 14px
}

.footer-cta-link a {
    text-decoration: underline;
    color: #1e8b9a
}

.footer-cta-link a .icon-arrow-right {
    width: 6px;
    height: 9px;
    margin-left: 5px
}

.footer-cta-link a:hover {
    text-decoration: none
}

.footer-nav {
    display: flex
}

.footer-nav-wrap {
    padding-right: 40px
}

.footer-nav-wrap:last-of-type {
    padding-right: 0
}

.footer-nav-list.nav-type01 {
    font-size: 16px
}

.footer-nav-list.nav-type01 a .icon {
    display: none
}

.footer-nav-list.nav-type02 {
    font-size: 16px
}

.footer-nav-list.nav-type03 {
    font-size: 14px
}

.footer-nav-list.nav-type03 a {
    font-weight: normal
}

.footer-nav-item {
    color: #fff
}

.footer-nav-item a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: .5em 0;
    font-weight: bold
}

.footer-nav-item a:hover {
    text-decoration: underline
}

.footer-nav-item .icon {
    width: 20px;
    height: 18px;
    margin-right: 8px;
    fill: #fff
}

.footer-logo .logo-locca {
    width: 158px;
    height: 66px;
    fill: #fff
}

.footer-section-body {
    display: flex;
    justify-content: space-between;
    padding: 42px 0;
    color: #fff
}

.footer-section-bottom {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    color: #fff;
    border-top: solid 1px #7cc2cc
}

.footer-sns-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.footer-sns-item {
    margin-right: 16px
}

.footer-sns-item img {
    width: 24px;
    height: 24px
}

.footer-sns-item.icon-twitter img {
    width: 23.5px
}

.footer-sns-item.icon-youtube img {
    width: 28px
}

.footer-sns-item.icon-tiktok img {
    width: 26px
}

@media screen and (max-width: 767px) {
    .footer-cta-inner {
        display: block;
        padding: 0px 20px
    }

    .footer-cta-col {
        width: auto;
        margin-bottom: 16px
    }

    .footer-cta-col:last-child {
        margin-bottom: 0
    }

    .footer-nav {
        display: block
    }

    .footer-nav-wrap {
        padding: 0
    }

    .footer-nav-list.nav-type01 {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
        border-bottom: solid 1px #7cc2cc
    }

    .footer-nav-list.nav-type01 .footer-nav-item {
        width: 50%;
        border-top: solid 1px #7cc2cc;
        border-right: solid 1px #7cc2cc
    }

    .footer-nav-list.nav-type01 .footer-nav-item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px
    }

    .footer-nav-list.nav-type01 .footer-nav-item a:hover {
        background-color: #fff;
        color: #36a1b0;
        text-decoration: none
    }

    .footer-nav-list.nav-type01 .footer-nav-item a:hover .icon {
        fill: #36a1b0
    }

    .footer-nav-list.nav-type01 .footer-nav-item a .icon {
        display: block;
        width: 5.5px;
        height: 9px;
        fill: #fff
    }

    .footer-nav-list.nav-type01 .footer-nav-item:nth-child(even) {
        border-right: solid 0px #7cc2cc
    }

    .footer-nav-list.nav-type02 {
        margin-top: 10px;
        padding: 0 20px;
        font-size: 13px
    }

    .footer-nav-list.nav-type02 .footer-nav-item a {
        padding: 10px 0
    }

    .footer-nav-list.nav-type03 {
        margin-top: 10px;
        padding: 0 20px;
        font-size: 13px
    }

    .footer-logo {
        text-align: center
    }

    .footer-section-body {
        display: block;
        padding: 16px 0 30px
    }

    .footer-section-bottom {
        padding: 16px 20px;
        border-top: solid 1px #7cc2cc
    }
}