@charset "UTF-8";

.l-footer-cta {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 670;
    background-image: url('../img/footer-cta_pc.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-footer-cta__inner {
    width: 100%;
    max-width: 1575px;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.l-footer-cta__title,
.l-footer-cta__sub,
.l-footer-cta__lead,
.l-footer-cta__features,
.l-footer-cta .c-btn-wrap {
    width: 100%;
    max-width: 900px;
    text-align: center;
}

.l-footer-cta__title {
    font-size: 28px;
    margin-bottom: 35px;
}

.l-footer-cta__sub {
    font-size: 16px;
    margin-top: 8px;
}

.l-footer-cta__lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 60px;
}

.l-footer-cta__features {
    font-size: 16px;
    margin-bottom: 35px;
}

.l-footer {
    width: 100%;
    background-color: #ffffff;
    margin-top: 80px;
    padding-top: 0;
}

.l-footer__inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #BFA17A;
    padding-top: 50px;
    box-sizing: border-box;
}

.l-footer__top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
    padding-bottom: 80px;
}

.l-footer__brand {
    max-width: 300px;
    flex-shrink: 0;
}

.l-footer__logo {
    margin-bottom: 10px;
}

.l-footer__logo img {
    height: auto;
    max-width: 160px;
}

.l-footer__catch {
    font-size: 13px;
    color: var(--color-text-base);
    margin-bottom: 15px;
    line-height: 1.5;
}

.l-footer__sns {
    display: flex;
    gap: 12px;
}

.l-footer__sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-main);
    transition: opacity 0.3s;
}

.l-footer__sns-link:hover {
    opacity: 0.7;
}

.l-footer__sns-link img {
    width: 15px;
    height: 15px;
}

.l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex-grow: 1;
}

.l-footer__nav-col {
    min-width: 120px;
}

.l-footer__nav-title {
    color: var(--color-main);
    font-size: 13px;
    margin-bottom: 15px;
    font-family: var(--font-en);
    font-weight: 300;
}

.l-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l-footer__nav-list li {
    margin-bottom: 10px;
}

.l-footer__nav-list a {
    font-size: 14px;
    color: var(--color-text-base);
    text-decoration: none;
    transition: opacity 0.3s;
}

.l-footer__nav-list a:hover {
    opacity: 0.7;
}

.l-footer__group {
    border-top: 1px solid #BFA17A;
    padding-top: 30px;
    padding-bottom: 30px;
}

.l-footer__group-title {
    color: var(--color-main);
    font-size: 13px;
    text-transform: lowercase;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    font-family: var(--font-en);
    font-weight: 300;
}

.l-footer__group-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.l-footer__group-list a {
    font-size: 13px;
    color: var(--color-text-base);
    text-decoration: none;
    transition: opacity 0.3s;
}

.l-footer__group-list a:hover {
    opacity: 0.7;
}

.l-footer__sub-nav {
    border-top: 1px solid #BFA17A;
    padding-top: 30px;
    padding-bottom: 30px;
}

.l-footer__sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.l-footer__sub-list li {
    display: flex;
    align-items: center;
}

.l-footer__sub-list li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #999999;
    margin: 0 15px;
}

.l-footer__sub-list a {
    font-size: 12px;
    color: #999999;
    text-decoration: none;
    transition: opacity 0.3s;
}

.l-footer__sub-list a:hover {
    opacity: 0.7;
}

.l-footer__bottom {
    width: 100%;
    height: 50px;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-footer__copyright {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}

@media screen and (max-width: 1500px) and (min-width: 1025px) {
    .l-footer-cta__title,
    .l-footer-cta__sub,
    .l-footer-cta__lead,
    .l-footer-cta__features,
    .l-footer-cta .c-btn-wrap {
        max-width: 750px;
    }

    .l-footer-cta__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .l-footer-cta__sub {
        font-size: 14px;
    }

    .l-footer-cta__lead {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .l-footer-cta__features {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .l-footer-cta .c-btn {
        height: 50px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .l-footer-cta {
        aspect-ratio: auto;
        padding: 80px 0;
        background-size: cover;
    }

    .l-footer-cta__inner {
        align-items: center;
    }

    .l-footer-cta__title,
    .l-footer-cta__sub,
    .l-footer-cta__lead,
    .l-footer-cta__features,
    .l-footer-cta .c-btn-wrap {
        max-width: 100%;
    }

    .l-footer-cta__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .l-footer-cta__sub {
        font-size: 15px;
        margin-top: 10px;
    }

    .l-footer-cta__lead {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .l-footer-cta__features {
        font-size: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .l-footer-cta {
        aspect-ratio: auto;
        padding: 60px 0;
        background-image: url('../img/footer-cta_sp.jpg');
        background-size: cover;
    }

    .l-footer-cta__inner {
        padding: 0 8%;
    }

    .l-footer-cta__title {
        font-size: 21px;
        margin-bottom: 0;
    }

    .l-footer-cta__sub {
        font-size: 14px;
        text-align: left;
        margin-top: 20px;
    }

    .l-footer-cta__lead {
        font-size: 14px;
        text-align: left;
        margin-bottom: 40px;
        line-height: 1.8;
    }

    .l-footer-cta__features {
        font-size: 14px;
        margin-bottom: 220px;
    }

    .l-footer {
        margin-top: 50px;
    }

    .l-footer__inner {
        padding-top: 30px;
    }

    .l-footer__top {
        flex-direction: column;
        gap: 40px;
    }

    .l-footer__nav {
       gap: 30px;
    }

    .l-footer__group-list {
        flex-direction: column;
        gap: 12px;
    }

    .l-footer__sub-list {
        gap: 10px 0;
    }

    .l-footer__bottom {
        height: 40px;
    }

    .l-footer__copyright {
        font-size: 10px;
    }
}