@charset "UTF-8";
/* MV */
.cnext_fv_new {
    padding-top: 78px;
    position: relative;
}

.cnext_fv_new .fv_box {
    background: #47A399 url(./images/index/fv_bg_pc.png) center bottom / 100vw auto no-repeat;
    background-size: 100% auto;
    aspect-ratio: 192 / 77;
    width: 100%;
    height: 100%;
    display: block;
}

.cnext_fv_new .inner {
    width: 100%;
    position: relative;
    height: 100%;
}

.cnext_fv_new .cotents_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.cnext_fv_new .cotents_box .txt::after {
    content: '';
    width: 50%;
    height: 100%;
    display: block;
}

.cnext_fv_new .cotents_box .txt {
    margin: auto 0;
}

.cnext_fv_new .cotents_box .txt .sub_ttl {
    background-color: #fff;
    color: #165298;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.1em 1.5em;
    width: fit-content;
    font-size: 1.4vw;
    padding: 0.1em 1.5em;
}

.cnext_fv_new .cotents_box .txt h2 {
    color: #FFEB00;
    margin: 1.4vw 0;
}

.cnext_fv_new .cotents_box .txt h2 span:first-of-type {
    display: block;
    line-height: 1;
    font-size: 3vw;
}

.cnext_fv_new .cotents_box .txt h2 span:last-of-type {
    display: block;
    line-height: 1.8;
    font-size: 2.1vw;
}

.cnext_fv_new .cotents_box .txt .catchphrase {
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    font-size: 1.4vw;
}

.cnext_fv_new .cotents_box .txt .points {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3%;
    margin: 1.4vw 0;
}

.cnext_fv_new .cotents_box .txt .points .circle {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    padding: 1.3vw;
}

.cnext_fv_new .cotents_box .txt .points .circle::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: solid 3px #47A399;
    border-radius: 50%;
}

.cnext_fv_new .cotents_box .txt .points .circle .number {
    color: #47A399;
    display: block;
    text-align: center;
    line-height: 1.4;
    font-size: 2vw;
}

.cnext_fv_new .cotents_box .txt .points .circle .points_txt {
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 1.2vw;
}

.cnext_fv_new .cotents_box .txt .points .circle:first-of-type .points_txt,
.cnext_fv_new .cotents_box .txt .points .circle:nth-of-type(2) .points_txt {
    margin-top: 0.4vw;
}

.cnext_fv_new .cotents_box .txt .btnwrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.cnext_fv_new .cotents_box .txt .btnwrap .btn_cmn a {
    width: 20vw;
    height: 4vw;
}

.cnext_fv_new .cotents_box .txt .btnwrap .btn_cmn a p {
    font-size: 1.4vw;
}

.cnext_fv_new .mv_img {
    width: 24vw;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

@media(min-width: 1200px) {
    .cnext_fv_new .inner {
        max-width: 1120px;
        padding: 0 20px;
        margin: 0 auto
    }
}

@media(min-width: 768px)and (max-width: 1199px) {
    .cnext_fv_new .inner {
        padding: 0 4vw
    }
}

@media screen and (min-width: 769px) {
    .cnext_fv_new {
        padding-top: 90px;
    }
}

@media(max-width: 767px) {
    .cnext_fv_new {
        padding-top: 0
    }

    .cnext_fv_new .fv_box {
        background: #47A399 url(./images/index/fv_bg_sp.png) center bottom / 100vw auto no-repeat;
        background-size: 100% auto;
        aspect-ratio: 187 / 393;
    }

    .cnext_fv_new .inner {
        padding: 0 4%
    }

    .cnext_fv_new .cotents_box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cnext_fv_new .cotents_box .txt {
        width: 100%;
        margin: 4% 0 0;
    }

    .cnext_fv_new .cotents_box .txt .sub_ttl {
        font-size: 1rem;
        padding: 0.1rem 1rem 0.3rem;
    }

    .cnext_fv_new .cotents_box .txt h2 {
        margin: 1rem 0;
    }

    .cnext_fv_new .cotents_box .txt h2 span:first-of-type {
        font-size: 2rem;
    }

    .cnext_fv_new .cotents_box .txt h2 span:last-of-type {
        font-size: 1.1rem;
    }

    .cnext_fv_new .cotents_box .txt .catchphrase {
        font-size: 1rem;
    }

    .cnext_fv_new .cotents_box .txt .points {
        margin: 1rem 0;
        gap: 2%;
    }

    .cnext_fv_new .cotents_box .txt .points .circle {
        width: calc((100% - 4%) / 3);
        padding: 0.4rem;
    }

    .cnext_fv_new .cotents_box .txt .points .circle .number {
        font-size: 1.4rem;
    }

    .cnext_fv_new .cotents_box .txt .points .circle .points_txt {
        font-size: 0.7rem;
    }

    .cnext_fv_new .cotents_box .txt .points .circle:first-of-type .points_txt,
    .cnext_fv_new .cotents_box .txt .points .circle:nth-of-type(2) .points_txt {
        margin-top: 0.2rem;
    }

    .cnext_fv_new .cotents_box .txt .btnwrap.pctab-only {
        display: none;
    }

    .cnext_fv_new .mv_img {
        width: 80vw;
        bottom: 20px;
        left: 10px;
        right: initial;
    }
}

/* フローティングボタン ここから */
.sp_floating_btn .fix_right {
    position: fixed;
    bottom: 50%;
    right: 0;
    z-index: 5
}

.sp_floating_btn .fix_right .btn:not(:last-child) {
    margin-bottom: 15px
}

.sp_floating_btn .fix_right .btn a {
    width: 142px;
    height: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: .6rem 0 0 .6rem;
    transform: translateX(25%);
    transition: 1s ease
}

.sp_floating_btn .fix_right .btn a:hover {
    transform: translateX(0)
}

.sp_floating_btn .fix_right .btn a i {
    font-size: 1.125rem;
    margin-bottom: 0em
}

.sp_floating_btn .fix_right .btn a p {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.5
}

.sp_floating_btn .fix_right .bg_db a {
    background-color: #165298;
    color: #fff
}

.sp_floating_btn .fix_right .bg_db a:hover {
    background-color: #09223f
}

.sp_floating_btn .fix_right .bg_r a {
    background-color: #e81246;
    color: #fff
}

.sp_floating_btn .fix_right .bg_r a:hover {
    background-color: #890b29
}

.sp_floating_btn .fix_right .bg_k a {
    background-color: #171414;
    color: #fff
}
/* フローティングボタン ここまで */

@media(min-width: 768px)and (max-width: 1199px) {
    .sp_floating_btn .fix_right .btn a p {
        display: none
    }
}

@media(max-width: 767px) {
    .sp_floating_btn .fix_right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        width: 100vw;
        position: fixed;
        bottom: 0;
        right: 0;
        /*opacity: .8*/
    }

    .sp_floating_btn .fix_right .btn:not(:last-child) {
        margin-bottom: 0
    }

    .sp_floating_btn .fix_right .btn a {
        width: 33.3vw;
        height: 16vw;
        transform: unset;
        border-radius: 0
    }

    .sp_floating_btn .fix_right .btn a i {
        font-size: 1rem;
        margin: 0 .4em 0 0
    }

    .sp_floating_btn .fix_right .btn a p {
        font-size: 1rem
    }
}



