/* ********** */
/* フッター開始 */
.footer_contact_container {
    width: 132rem;
    height: 34rem;
    margin: 10rem auto;
    padding: 10rem 31rem;
    border-radius: 2rem;
    background: url(../assets/img/top/footer_top_cta.png) no-repeat center center;
    background-size: contain;
}

.footer_contact_item_wrap_top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.footer_contact_item_wrap_top .cta-action {
    width: 32rem;
    height: 14rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 1;
    padding: 3.2rem 2rem;
}

.footer_contact_item_wrap_top .cta-action .footer_top_common_subtitle h2 {
    font-size: 4rem;
    font-weight: 700;
    transition: all .5s ease-out;
}

.footer_contact_item_wrap_top .cta-action:hover .footer_top_common_subtitle h2 {
    color: var(--color-text-menu);
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.footer_contact_item_wrap_top .cta-action .footer_letter_wrap p {
    margin-top: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-text);
    transition: all .5s ease-out;
}

.footer_contact_item_wrap_top .cta-action:hover .footer_letter_wrap p {
    color: var(--color-text-menu);
}

.footer_contact_item_wrap_top .cta-action .icon-arrow {
    position: absolute;
    top: 6.6rem;
    right: 2rem;
    width: 2rem;
    height: 1.2rem;
    color: var(--color-text);
    transition: all .5s ease-out;
}

.footer_contact_item_wrap_top .cta-action:hover .icon-arrow {
    color: var(--color-text-menu);
}

.footer_contact_item_wrap_top .cta-action .icon-arrow svg {
    width: 2rem;
    height: 1.2rem;
    right: 0;
}

.footer {
    margin: 10rem auto 2rem;
    width: 156rem;
    height: 58rem;
    border-radius: 2rem;
    padding: 4rem;
    background-color: var(--color-bg-gray);
}

.footer_container {
    display: flex;
    flex-wrap: wrap;
    padding-inline: 8rem;
    width: 148rem;
    height: 50rem;
    background: var(--gradient-bg);
    border-radius: 2rem;
}

.footer_container .footer_body_l {
    padding-top: 10rem;
    padding-left: 2rem;
    width: 44rem;
}

.footer_container .footer_body_l .logo {
    width: 10.5rem;
    height: 14rem;
}

.footer_container .footer_body_l .logo img {
    width: 10.5rem;
    height: 14rem;
}

.footer_container .footer_body_l .slogan_text {
    margin-top: 3.35rem;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 3.9rem;
    color: var(--color-text-menu);
}

.footer_container .footer_body_l .slogan_img {
    margin-top: 1.2rem;
    width: 24rem;
    height: 5.4rem;
}

.footer_container .footer_body_r {
    margin-top: 10rem;
    width: 88rem;
    position: relative;
}

.footer_container .footer_body_r .footer_page_links_outer {
    display: flex;
}

.footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top {
    position: relative;
    width: 17rem;
}

.footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top a {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-text-menu);
}

.footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top:hover a {
    color: var(--color-text-menu-hover);
}

.footer_container .footer_body_r .footer_page_links_outer .footer_page_links .footer_page_links_top .bg_suit {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: -0.25rem;
    left: -2rem;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: 4rem 4rem;
    background-position: center;
    pointer-events: none;
}

.bg_suit.spade {
    background-image: url(../assets/img/common/footer-background_spade.svg);
}

.bg_suit.heart {
    background-image: url(../assets/img/common/footer-background_heart.svg);
}

.bg_suit.diamond {
    background-image: url(../assets/img/common/footer-background_diamond.svg);
}

.bg_suit.clover {
    background-image: url(../assets/img/common/footer-background_clover.svg);
}

.footer_container .footer_body_r .footer_page_links_outer .footer_page_links .footer_page_links_list {
    margin-top: 2rem;
}

.footer_container .footer_body_r .footer_page_links_outer .footer_page_links .footer_page_links_list li + li {
    margin-top: 2.1rem;
}

.footer_container .footer_body_r .footer_page_links_outer .footer_page_links .footer_page_links_list li a {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-text-menu);
}

.footer_container .footer_body_r .footer_page_links_outer .footer_page_links .footer_page_links_list li:hover a {
    color: var(--color-text-menu-hover);
}

.footer_container .footer_body_r hr {
    display: block;
    margin: 4rem 0 4rem -2rem;
    width: 90rem;
    height: 0.1rem;
    background-color: var(--color-text-menu);
}

.footer_container .footer_body_r .social_privacy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_container .footer_body_r .social_privacy .footer_sns {
    display: flex;
    gap: 3.08rem;
    align-items: center;
}

.footer_container .footer_body_r .social_privacy .footer_sns .sns_white_bg{
    background-color: #fff;
}

.footer_container .footer_body_r .social_privacy .footer_sns a {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    min-width: 29px;
    min-height: 29px;
    color: var(--color-text-menu);
    place-content: center;
}

.footer_container .footer_body_r .social_privacy .footer_sns img {
    min-width: 29px;
    min-height: 29px;
    object-fit: contain;
}

.footer_container .footer_body_r .social_privacy .footer_sns a:hover {
    color: var(--color-text-menu-hover);
}

.footer_container .footer_body_r .social_privacy .footer_sns svg {
    width: 3.2rem;
    height: 3.2rem;
}

.footer_container .footer_body_r .social_privacy .footer_policy {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.footer_container .footer_body_r .social_privacy .footer_policy a {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-text-menu);
}

.footer_container .footer_body_r .social_privacy .footer_policy:hover a {
    color: var(--color-text-menu-hover);
}

.footer_container .footer_body_r .footer_copy {
    position: absolute;
    display: flex;
    justify-self: end;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-text-menu);
}

@media screen and (max-width: 767px) {
    .footer_contact_container {
        padding: 8rem 1rem;
        width: 35.5rem;
        height: 46rem;
        background: url(../assets/img/top/footer_top_cta_sp.png) no-repeat center center;
        background-size: contain;
    }

    .footer_contact_item_wrap_top {
        gap: 2rem;
    }

    .footer_contact_item_wrap_top .cta-action {
        width: 33.5rem;
    }

    .footer {
        margin: 10rem 0 0 0;
        padding: 2rem 1rem;
        width: 37.5rem;
        height: 72.4rem;
        border-radius: 0;
    }

    .footer_container {
        margin: 0;
        padding: 4rem 0;
        gap: 0rem;
        width: 35.5rem;
        height: 68.4rem;
    }

    .footer_container .footer_body_l {
        width: 31.5rem;
        height: 13rem;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .footer_container .footer_body_l .logo {
        margin: 0 auto;
        width: 4rem;
        height: 5rem;
    }

    .footer_container .footer_body_l .logo img {
        width: 4rem;
        height: 5rem;
        object-fit: contain;
    }

    .footer_container .footer_body_l .slogan_text {
        width: 26rem;
        margin: 1rem auto 0;
    }

    .footer_container .footer_body_l .slogan_img {
        margin: 0.5rem auto 0;
        width: 26.6rem;
        height: 6rem;
    }

    .footer_container .footer_body_r {
        margin: 0;
        width: 35.5rem;
        height: 41.4rem;
    }

    .footer_container .footer_body_r .footer_page_links_outer {
        padding-inline: 2rem;
        flex-direction: column;
        gap: 1rem;
    }

    .footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top {
        width: 31.5rem;
        height: 4rem;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 0.5rem;
    }

    .footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top.sp_active {
        background-color: var(--color-bg);
    }

    .footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top a {
        display: flex;
        align-items: center;
        width: 31.5rem;
        height: 4rem;
    }

    .footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top.sp_active a {
        color: var(--color-primary);
    }

    .footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top .links_top_en {
        margin-left: 2rem;
        width: 12rem;
        font-size: 1.6rem;
    }

    .footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top .links_top_jp {
        width: 15rem;
        font-size: 1.2rem;
    }

    .footer_container .footer_body_r .footer_page_links_outer .footer_page_links_top svg {
        width: 0.5rem;
        height: 1rem;
    }

    .footer_container .footer_body_r hr {
        margin: 4rem 0 4rem 2rem;
        width: 31.5rem;
    }

    .footer_container .footer_body_r .social_privacy .footer_sns {
        margin-inline: 2rem;
        flex: 1;
        gap: 0;
        justify-content: space-between;
    }

    .footer_container .footer_body_r .social_privacy .footer_sns a {
        min-width: 40px;
        min-height: 40px;
    }

    .footer_container .footer_body_r .social_privacy .footer_sns .sns_white_bg{
        background-color: #fff;
    }

    .footer_container .footer_body_r .social_privacy .footer_sns img {
        min-width: 40px;
        min-height: 40px;
    }

    .footer_container .footer_body_r .social_privacy .footer_policy {
        margin: 3.2rem 0 0 2rem;
        height: 2rem;
    }

    .footer_container .footer_body_r .footer_copy {
        position: relative;
        display: block;
        margin: 4rem auto 0 auto;
        width: 33.5rem;
        height: 2rem;
        text-align: center;
        font-size: 1.2rem;
        bottom: unset;
        right: unset;
    }
}

@media (min-width: 768px) {
    .footer_container .footer_body_r .footer_page_links_outer .footer_page_links:nth-child(3) .footer_page_links_top {
        width: 20rem;
    }
}