
.l-footer {
    position: relative;
    background: rgba(235, 228, 215, 0.4);
    padding-top: 6rem;
    padding-bottom: 3rem;
}
.l-footer::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dfd5c6;
    border-radius: 10rem 10rem 0 0;
}
@media screen and (max-width: 767px) {
    .l-footer::before {
        border-radius: 5rem 5rem 0 0;
    }
}
.l-cta {
    background: #f9f7f4;
    border-radius: 6rem;
    margin-bottom: 7rem;
    padding-bottom: 6rem;

}
@media screen and (max-width: 968px) {
    .l-cta {
        border-radius: 4rem;
        margin-bottom: 4rem;
        padding-bottom: 3rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .l-cta {
        border-radius: 4rem;
        margin-bottom: 4rem;
        padding-bottom: 3rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
.l-cta__head {
    text-align: center;
    position: relative;
    padding: 6rem;
}
@media screen and (max-width: 767px) {
    .l-cta__head {
        padding: 4rem;
    }
}
.l-cta__head img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
    max-width: 13.8rem;
}
@media screen and (max-width: 767px) {
    .l-cta__head img {
        max-width: 10.8rem;
    }
}
.l-cta__head h2 {
    font-family: "Lora", serif;
    font-size: 4.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
    .l-cta__head h2 {
        font-size: 3.6rem;
    }
}
.l-cta__head p {
    font-size: 1.4rem;
    font-weight: 500;
}
.l-cta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4rem;
    max-width: 84rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    .l-cta__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        padding: 0 1.5rem;
    }
}
.l-cta__list .mail {
    background: #bda47b;
}



.l-cta__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50rem;
    border-radius: 5rem;
    padding: 1rem;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .l-cta__list a {
        width: 100%;
    }
}
.l-cta__list a span {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.l-cta__list a span img {
    width: 2.8rem;
}
.l-cta__list .mail p {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .l-cta__list .mail p {
        padding-right: 2rem;
    }
}
.l-cta__list a p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.l-cta .note {
    text-align: center;
    margin-top: 1rem;
}
.l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    gap: 6rem;
}
@media screen and (max-width: 767px) {
    .l-footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
    }
}
.l-footer__logo {
    display: block;
    width: 100%;
    max-width: 35rem;
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    .l-footer__logo {
        margin-bottom: 0;
        max-width: 24rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.l-footer__nav {
    margin-top: 2vw;
    margin-left: 2vw;
}
@media screen and (max-width: 767px) {
    .l-footer__nav {
        margin-top: 2rem;
    }
}
.l-footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    gap: 2rem;
}
@media screen and (max-width: 767px) {
    .l-footer__nav ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding: 0 3rem;

    }
}
@media screen and (max-width: 767px) {
    .l-footer__nav ul li {
        width: 100%;
    }
}
.l-footer__nav ul li a {
    font-weight: bold;
    font-family: "Lora", serif;
    font-size: clamp(1rem, 1.2vw, 1.5rem);
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .l-footer__nav ul li a {
    font-size: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .l-footer__desc {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-top: 3rem;
    }
}
.l-footer__desc p {
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    line-height: 2;
}
.l-footer__desc p:not(:last-child) {
    margin-bottom: 2rem;
}
.l-footer__copy {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .l-footer__copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 3rem;
    }
}
.l-footer__copy p {
    font-size: 1.2rem;
}
.l-footer__copy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.l-footer__copy ul li {
    width: 4rem;
}

.l-footer__wrap.l-footer-inner img {
    height: auto;
    display: block;
    vertical-align: top;
}

.l-footer-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

