/*==================================================
section cta
===================================*/
.cta {
    padding-top: 1.7rem;
    padding-bottom: 3.3rem;
    border-top: 1rem solid #FFB61E;
    border-bottom: 1rem solid #FFB61E;
    background: url(../img/cta_bg_sp.png) no-repeat center center/cover;
    color: #464646;
    font-family: "Noto Sans JP", sans-serif;
}

.cta__title {
    z-index: 10;
    position: relative;
    margin-inline: calc(54% - 50vi);
}

.cta__container {
    position: relative;
    margin-top: -3.5rem;
    margin-inline: auto;
    padding: 3.1rem 2.37rem 3.2rem;
    border: 3px solid #FFB61E;
    background: #FFF;
}

.cta__container::after {
    position: absolute;
    background: url(../img/cta_ashirai.png) no-repeat center center/contain;
    content: "";
}

.cta__attention {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.8571428571;
    letter-spacing: 0.06em;
    text-align: center;
}

.cta__attention span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff46f));
    background: linear-gradient(transparent 70%, #fff46f 70%);
}

.cta__free {
    display: none;
}

.cta__items {
    display: grid;
    position: relative;
    margin-top: 1.35rem;
    gap: 3.3rem;
}

.cta__items::before {
    content: '';
    background-image: url(../img/cta_dog.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 90%;
    left: -12%;
    width: 4.5rem;
    height: 15.5rem;
}

.cta__items::after {
    content: '';
    background-image: url(../img/cta_house.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 100%;
    right: -12%;
    width: 6rem;
    height: 10rem;
}

.cta__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cta__item:nth-child(1),
.cta__item:nth-child(2) {
    position: relative;
}

.cta__item:nth-child(1):after,
.cta__item:nth-child(2):after {
    position: absolute;
    top: 110%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/cta_border.png) no-repeat center center / contain;
    content: "";
}

.cta__label {
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    text-align: center;
}

.cta__label span {
    position: relative;
    padding-right: 2em;
    padding-left: 2em;
}

.cta__label span::before,
.cta__label span::after {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #BBA77D;
    content: "";
}

.cta__label span::before {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(60deg);
    transform: translateY(-50%) rotate(60deg);
}

.cta__label span::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-60deg);
    transform: translateY(-50%) rotate(-60deg);
}

.cta__label-line span::before,
.cta__label-line span::after {
    background: #52B635;
}

.cta__label-tel span::before,
.cta__label-tel span::after {
    background: #FFB61E;
}

.cta__label-mail span::before,
.cta__label-mail span::after {
    background: #43372D;
}

.cta__links {
    display: grid;
}

.cta__text {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    text-align: center;
}

.cta__text-tel {
    font-weight: 500;
    font-size: 1.4rem;
}

.cta__men,
.cta__women {
    position: absolute;
    bottom: -4rem;
}

.cta__men {
    left: -1.5rem;
    width: 5.3rem;
}

.cta__women {
    right: -1.5rem;
    width: 4rem;
}

.l-header-sp__tel .cta__tel {
    margin-top: 3.3rem;
    font-size: 2.9rem;
    text-align: center;
}

.l-header-sp__tel .cta__text {
    color: #FF602F;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
}

.cta_sp .cta__link-tel {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .cta {
        padding-top: 3.4rem;
        padding-bottom: 3rem;
        border-top: 1.5rem solid #FFB61E;
        border-bottom: 1.5rem solid #FFB61E;
        background: url(../img/cta_bg.png) no-repeat center center/cover;
    }

    .cta__title {
        width: 51rem;
        margin-inline: auto;
    }

    .cta__container {
        max-width: 1000px;
        margin-top: -4rem;
        padding: 5.5rem 8rem 2.2rem;
    }

    .cta__container::after {
        top: -32%;
        right: 3%;
        width: 18.8rem;
        height: 13.3rem;
    }

    .cta__attention {
        font-size: 1.4rem;
    }

    .cta__items {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .cta__items::before {
        top: 40%;
        left: -15%;
        width: 8.5rem;
        height: 15.5rem;
        display: block;
    }
    
    .cta__items::after {
        top: 96%;
        right: -15%;
        width: 10rem;
        height: 10rem;
        display: block;
    }

    .cta__item:nth-child(1):after,
    .cta__item:nth-child(2):after {
        display: none;
    }

    .cta__label {
        font-size: 1.6rem;
    }

    .cta__links {
        grid-template-columns: 1fr 1fr;
    }

    .cta__text {
        margin-top: auto;
    }

    .cta__free {
        display: grid;
        position: absolute;
        top: -16%;
        left: 12rem;
        place-items: center;
        width: 9.8rem;
        height: 9.8rem;
        font-size: 1.8rem;
        border-radius: 50%;
        background: #2B2B2B;
        color: #FFF;
        font-weight: 700;
        line-height: 1.3333333333;
        letter-spacing: 0.11em;
        text-align: center;
    }

    .cta__men,
    .cta__women {
        bottom: -3.5rem;
    }

    .cta__men {
        left: -8.5rem;
        width: 10.4rem;
    }

    .cta__women {
        right: -6rem;
        width: 7.3rem;
    }
}

/*==================================================
section cta END
===================================*/