@charset "UTF-8";
/* header */
header,
.header {
    max-width: 1540px;
}
/* main */
.total_assist_live{
    overflow: hidden;
}
    .total_assist_live .cv_area {
        padding: 2.0rem 0 2.3rem;
        text-align: center;
    }
    .total_assist_live .cv_area img {
        display: none !important;
    }
    .total_assist_live .cv_area.w-bg {
        z-index: 2;
        background: #fff;
    }
        .total_assist_live .cv_area.btn2{
            padding: 5.0rem 0;
        }
        .total_assist_live .cv_area.btn3{
            padding: 2.0rem 0 5.0rem;
        }
        .total_assist_live .cv_area.btn4{
            padding: 5.0rem 0 10.0rem;
        }
        .total_assist_live .cv_area.btn5{
            padding: 5.0rem 0;
        }
            .total_assist_live .cv_area .c-inner > p{
                font-weight: 600;
                line-height: 1.0;
                margin: 0 0 2rem;
            }
            .total_assist_live .cv_area .c-inner .btn-02 {
                padding: 1.0rem 0;
                box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
                position: relative;
                display: inline-block;
                border-radius: 50vh;
                background-color: #fc0;
                text-align: center;
                font-weight: bold;
                text-decoration: none;
                transition: .3s;
                width: 53%;
            }
                .total_assist_live .cv_area .c-inner .btn-02::before,
                .total_assist_live .cv_area .c-inner .btn-02::after {
                    content: "";
                    display: block;
                    width: 1.5rem;
                    height: 0.4rem;
                    background-color: #000;
                    border: none;
                    border-top-left-radius: 0.2rem;
                    border-bottom-left-radius: 0.2rem;
                    position: absolute;
                    top: auto;
                    bottom: 50%;
                    right: 2.8rem;
                }
                .total_assist_live .cv_area .c-inner .btn-02::before{
                    transform: rotate(-45deg) translateY(.55rem);
                    /* margin-left: -1.65rem; */
                }
                .total_assist_live .cv_area .c-inner .btn-02::after {
                    transform: rotate(45deg) translateY(-.55rem);
                    /* margin-left: -0.45rem; */
                }
                .total_assist_live .cv_area .c-inner .btn-02 .btn_text__sub {
                    display: block;
                    font-weight: 700;
                    line-height: 1.0;
                }
                .total_assist_live .cv_area .c-inner .btn-02 .btn_text {
                    display: inline-block;
                    line-height: 1.0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-weight: 700;
                    margin-top: 5px;
                }
                    .total_assist_live .cv_area .c-inner .btn-02 .btn_text .btn_text__free {
                        display: inline-block;
                        background-color: #000;
                        padding: 0 3.5rem;
                        border-radius: 50vh;
                        color: #fc0;
                        margin: 0 0 0 1.8rem;
                        display: flex;
                        align-items: center;
                    }
                .total_assist_live .cv_area .c-inner .btn-02:hover{
                    opacity: .8;
                }
    section{
        position: relative;
    }
        section.mv{
            margin-top: 70px;
            background: #fff;
            z-index: 2;
        }
            section.mv .mv_img img {
                height: 42rem;
                object-fit: cover;
                /* height: auto; */
            }
            section.mv .mv_content {
                margin-top: 3rem;
                padding-top: 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }
                        section.mv .mv_content .c-inner .mv_content__lead p{
                            font-weight: 600;
                        }
                            section.mv .mv_content .c-inner .mv_content__lead p:nth-child(1){
                                line-height: 1.0;
                                letter-spacing: .02rem;
                            }
                            section.mv .mv_content .c-inner .mv_content__lead p:nth-child(3){
                                line-height: 1.0;
                                margin-top: 20px;
                            }
                        section.mv .mv_content .c-inner .mv_content__lead h1{
                            line-height: 1.4;
                            margin-top: 20px;
                            font-weight: 600;
                        }
                    section.mv .mv_content .c-inner .mv_content__note {
                        margin-top: 14rem;
                    }
            section.mv .mv_point{
                margin-top: 5rem;
            }
                section.mv .mv_point ul{
                    justify-content: space-between;
                }
                    section.mv .mv_point ul li{
                        background: #EBFAFF;
                        border-radius: 15px;
                        width: calc((100% - 40px) / 3);
                        text-align: center;
                        height: 120px;
                        align-content: center;
                        position: relative;
                    }
                        section.mv .mv_point ul li img{
                            position: absolute;
                            width: 80px;
                            height: 60px;
                            left: 50%;
                            top: -35px;
                            transform: translateX(-50%);
                        }
                        section.mv .mv_point ul li p{
                            font-weight: 600;
                            line-height: 1.2;
                        }
                        section.mv .mv_point ul li p.kome{
                            margin-top: 10px;
                        }
                            section.mv .mv_point ul li p span{
                                color: #257CC9;
                            }

        section.bg{
            background-color: #EBFAFF;
        }
        section.description{
            overflow: hidden;
            margin: 0;
            padding: 0;
            text-align: center;
            position: relative;
            z-index: 2;
        }
            section.description::before{
                content: "";
                position: absolute;
                background: url(../img/home/asi02.svg) no-repeat center / contain;
                width: 380px;
                height: 380px;
                opacity: .25;
                bottom: -170px;
                left: 50%;
                transform: translateX(-50%);
            }
            section.description .section_lead{
                margin-top: 5.0rem;
                margin-bottom: 3.0rem;
                font-weight: 600;
            }
            section.description .risk_list{
                align-items: center;
                margin-bottom: 5.0rem;
                position: relative;
                z-index: 2;
                justify-content: space-between;
            }
                section.description .risk_list .risk_left{
                    width: calc(((100% - 60px - 60px) / 6 * 5) + 60px);
                    display: flex;
                    justify-content: space-between;
                }
                    section.description .risk_list .risk_left .risk_item{
                        width: calc((100% - 60px) / 5);
                    }
                section.description .risk_list .risk_right{
                    width: calc((100% - 60px - 60px) / 6 * 1);
                }
                    section.description .risk_list .risk_item{
                        background: #fff;
                        border-radius: 15px;
                        padding: 1.5rem 0;
                    }
                    section.description .risk_list .risk_item h3{
                        font-weight: 600;
                        color: #257CC9;
                    }
                    section.description .risk_list .risk_item img{
                        width: 66%;
                        margin: 5px auto 0;
                    }
                section.description .risk_list .plus{
                    position: relative;
                    display: block;
                    width: 4rem;
                    height: 4rem;
                    background-color: #fff;
                    border-radius: 50vh;
                    margin: auto;
                }
                    section.description .risk_list .plus::before, section.description .risk_list .plus::after{
                        content: "";
                        display: block;
                        background-color: #389CDA;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }
                    section.description .risk_list .plus::before{
                        width: 2rem;
                        height: 0.3rem;
                    }
                    section.description .risk_list .plus::after{
                        height: 2rem;
                        width: 0.3rem;
                    }
            section.description .question{
                position: relative;
                padding: 10rem 0 11rem;
                z-index: 1;
                overflow: hidden;
            }
                section.description .question::before{
                    content: "";
                    position: absolute;
                    width: 100vw;
                    background: linear-gradient(#36B3FF, #133A9E);
                    height: 100%;
                    z-index: 0;
                    top: 0;
                    right: 0;
                    transform: translate(-50%);
                    left: 50%;
                    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
                }
                section.description .question .asi{
                    position: absolute;
                }
                    section.description .question .asi:nth-child(1){
                        top: -20%;
                        left: -17%;
                        width: 34%;
                        height: auto;
                        opacity: .6;
                    }
                    section.description .question .asi:nth-child(2){
                        bottom: 15%;
                        right: -17%;
                        width: 27%;
                        height: auto;
                        opacity: .3;
                    }
                section.description .question .c-inner{
                    position: relative;
                    z-index: 1;
                }
                    section.description .question .c-inner h2{
                        color: #fff;
                        font-weight: 600;
                    }
                    section.description .question .c-inner > p{
                        color: #fff;
                    }
                        section.description .question .c-inner > p:nth-child(2){
                            font-weight: 350;
                            margin: 5rem 0 7rem;
                            line-height: 2.0;
                        }
                            section.description .question .c-inner > p:nth-child(2) span{
                                font-weight: 600;
                            }
                        section.description .question .c-inner > p:nth-child(3){
                            font-weight: 600;
                            margin-bottom: 3.0rem;
                        }
                            section.description .question .c-inner > p:nth-child(3) span{
                                color: #FBCC02;
                            }
                        section.description .question .c-inner > p:last-child{
                            margin-top: 5rem;
                            font-weight: 600;
                        }
                    section.description .question .c-inner .flex-point{
                        justify-content: space-between;
                    }
                        section.description .question .c-inner .flex-point li{
                            width: calc((100% - 15px) / 2);
                            background: #fff;
                            border-radius: 15px;
                            padding: 3rem 0 1.5rem;
                        }
                            section.description .question .c-inner .flex-point li img{
                                width: 31%;
                                margin: auto;
                                margin-bottom: 1.8rem;
                            }
                            section.description .question .c-inner .flex-point li p{
                                font-weight: 600;
                                color: #000;
                            }
            section.description .point{
                padding: 9rem 0 0rem;
            }
                    section.description .point .c-inner > h2{
                        background: #1B5BAC;
                        color: #fff;
                        border-radius: 15px;
                        position: relative;
                        display: inline-block;
                        line-height: 1.0;
                        padding: 13px 25px;
                        font-weight: 600;
                        z-index: 2;
                    }
                        section.description .point .c-inner > h2::after{
                            content: "";
                            position: absolute;
                            width: 20px;
                            height: 15px;
                            background: #1B5BAC;
                            left: 50%;
                            bottom: -14px;
                            transform: translateX(-50%);
                            clip-path: polygon(0 0, 50% 100%, 100% 0);
                            z-index: 2;
                        }
                        section.description .point .c-inner > p:nth-child(2){
                            margin: 4rem 0 2.8rem;
                            font-weight: 600;
                            position: relative;
                            z-index: 1;
                        }
                            section.description .point .c-inner > p:nth-child(2)::before{
                                content: "";
                                position: absolute;
                                background: url(../img/home/asi02.svg) no-repeat center / contain;
                                width: 380px;
                                height: 380px;
                                opacity: .25;
                                top: -130px;
                                left: 50%;
                                transform: translateX(-50%);
                            }
                        section.description .point .c-inner > p:nth-child(3){
                            font-weight: 600;
                        }
                    section.description .point .c-inner .point-list{
                        justify-content: space-between;
                        margin-top: 8rem;
                        position: relative;
                        z-index: 2;
                    }
                        section.description .point .c-inner .point-list a{
                            width: calc((100% - 50px) / 3);
                            position: relative;
                            padding: 5rem 0;
                            background: #fff;
                            border-radius: 10px;
                            border: 2px solid #1B5BAC;
                        }
                            section.description .point .c-inner .point-list a::after{
                                content: "";
                                position: absolute;
                                width: 23px;
                                height: 10px;
                                bottom: 1.4rem;
                                left: 50%;
                                transform: translateX(-50%);
                                background: url(../img/home/arw.svg) no-repeat center / contain;
                                transition: all .4s;
                            }
                            section.description .point .c-inner .point-list a .num{
                                position: absolute;
                                top: -50px;
                                left: 50%;
                                transform: translateX(-50%);
                                width: 80px;
                                height: 80px;
                                background: #1B5BAC;
                                border-radius: 50vh;
                                align-content: center;
                                padding: 4px 0 0;
                            }
                                section.description .point .c-inner .point-list a .num p{
                                    color: #fff;
                                    line-height: 1.0;
                                    font-weight: 600;
                                }
                            section.description .point .c-inner .point-list a > p{
                                font-weight: 600;
                            }
                                section.description .point .c-inner .point-list a > p span{
                                    color: #1B5BAC;
                                }
                                section.description .point .c-inner .point-list a:hover::after{
                                    bottom: 1.0rem;
                                }
                    section.description .point .c-inner .point-item{
                        background: #fff;
                        border-radius: 10px;
                        margin-top: 90px;
                        padding: 0 25px 50px;
                        position: relative;
                    }
                        section.description .point .c-inner .point-item:nth-child(n+6){
                            margin-top: 80px;
                        }
                        section.description .point .c-inner .point-item .num{
                            margin: -40px auto 0;
                            display: inline-block;
                            width: 80px;
                            height: 80px;
                            background: #1B5BAC;
                            border-radius: 50vh;
                            align-content: center;
                            padding: 4px 0 0;
                        }
                            section.description .point .c-inner .point-item .num p{
                                color: #fff;
                                line-height: 1.0;
                                font-weight: 600;
                            }
                        section.description .point .c-inner .point-item > p{
                            color: #1B5BAC;
                            margin-top: 20px;
                            font-weight: 600;
                        }
                        section.description .point .c-inner .point-item > h2{
                            color: #1B5BAC;
                            margin-top: 12px;
                            position: relative;
                            font-weight: 600;
                        }
                            section.description .point .c-inner .point-item > h2::after{
                                content: "";
                                position: absolute;
                                width: 100px;
                                height: 3px;
                                background: #1B5BAC;
                                bottom: -30px;
                                left: 50%;
                                transform: translateX(-50%);
                            }
                        section.description .point .c-inner .point-item .cntnr{
                            margin-top: 60px;
                        }
                            section.description .point .c-inner .point-item#point01 ul{
                                justify-content: space-between;
                            }
                                section.description .point .c-inner .point-item#point01 ul li{
                                    width: calc((100% - 50px) / 3);
                                    text-align: center;
                                }
                                    section.description .point .c-inner .point-item#point01 ul li .txt{
                                        background: #32AFE2;
                                        height: 95px;
                                        border-radius: 10px 10px 0 0;
                                        align-content: center;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li .txt p.txt-11{
                                        margin-bottom: 5px;
                                        line-height: 1;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li .txt p.txt-12{
                                        margin-top: 10px;
                                        line-height: 1;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li .txt p.txt-12 .tb{
                                        display: none;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li .txt p{
                                        color: #fff;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li h3{
                                        color: #fff;
                                        line-height: 1.2;
                                    }
                                        section.description .point .c-inner .point-item#point01 ul li h3 span{
                                            line-height: 1.0;
                                        }
                                    section.description .point .c-inner .point-item#point01 ul li .pht{
                                        /* background: #32AFE2; */
                                        border-radius: 0 0 10px 10px;
                                        overflow: hidden;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li > p{
                                        height: 90px;
                                        align-content: center;
                                        line-height: 1.4;
                                        font-weight: 350;
                                        white-space: nowrap;
                                    }
                                        section.description .point .c-inner .point-item#point01 ul li p span{
                                            background: linear-gradient(transparent 70%, #FEFFC1 30%);
                                        }
                                    section.description .point .c-inner .point-item#point02 .cntnr > p:nth-child(1){
                                        font-weight: 350;
                                    }
                                    section.description .point .c-inner .point-item#point02 .cntnr > p:nth-child(3){
                                        display: inline-block;
                                        margin-top: 30px;
                                        background: linear-gradient(transparent 50%, #FEFFC1 50%);
                                        font-weight: 600;
                                    }
                                    section.description .point .c-inner .point-item#point02 .cntnr > p:nth-child(4){
                                        margin-top: 10px;
                                        font-weight: 350;
                                    }
                                section.description .point .c-inner .point-item#point02 .cntnr .cntnt{
                                    border-radius: 10px;
                                    overflow: hidden;
                                    max-width: 720px;
                                    margin: 30px auto 0;
                                    border: 3px solid #1B5BAC;
                                }
                                    section.description .point .c-inner .point-item#point02 .cntnr .cntnt > p{
                                        background: #1B5BAC;
                                        color: #fff;
                                        padding: 12px 0 15px;
                                        font-weight: 600;
                                    }
                                    section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point{
                                        padding: 15px 30px 20px;
                                        justify-content: space-between;
                                    }
                                        section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item{
                                            width: calc((100% - 80px) / 2);
                                            display: flex;
                                            flex-wrap: wrap;
                                            align-items: center;
                                            justify-content: space-between;
                                        }
                                            section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item .pht{
                                                width: 70px;
                                            }
                                            section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item p{
                                                font-weight: 600;
                                            }
                                                section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item p span{
                                                    color: #1B5BAC;
                                                    font-weight: 600;
                                                }
                                                section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item:last-child p{
                                                    padding-bottom: 10px;
                                                }
                                        section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .arrow{
                                            position: relative;
                                        }
                                            section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .arrow::after{
                                                content: "";
                                                position: absolute;
                                                width: 13px;
                                                height: 27px;
                                                background: #606060;
                                                clip-path: polygon(0 0, 0 100%, 100% 50%);
                                                top: 50%;
                                                transform: translateY(-50%);
                                            }
                                section.description .point .c-inner .point-item#point02 .cntnr ul{
                                    margin: 15px auto 0;
                                    max-width: 650px;
                                    justify-content: space-between;
                                }
                                    section.description .point .c-inner .point-item#point02 .cntnr ul li{
                                        width: calc((100% - 40px) / 3);
                                    }
                                        section.description .point .c-inner .point-item#point02 .cntnr ul li .pht{
                                            width: 30%;
                                            margin: auto;
                                        }
                                        section.description .point .c-inner .point-item#point02 .cntnr ul li p{
                                            background: #32AFE2;
                                            border-radius: 10px;
                                            padding: 15px 0;
                                            color: #fff;
                                            margin-top: 10px;
                                            font-weight: 350;
                                        }
                                    section.description .point .c-inner .point-item#point03 .cntnr > p:nth-child(1){
                                        font-weight: 350;
                                    }
                            section.description .point .c-inner .point-item#point03 ul{
                                justify-content: space-between;
                                margin-top: 30px;
                            }
                                section.description .point .c-inner .point-item#point03 ul li{
                                    border-radius: 10px;
                                    overflow: hidden;
                                    width: calc((100% - 60px) / 3);
                                }
                                    section.description .point .c-inner .point-item#point03 ul li .txt{
                                        background: #32AFE2;
                                        padding: 13px 25px;
                                    }
                                        section.description .point .c-inner .point-item#point03 ul li .txt p{
                                            color: #fff;
                                        }
                                            section.description .point .c-inner .point-item#point03 ul li .txt p:nth-child(1){
                                                font-weight: 600;
                                            }
                                            section.description .point .c-inner .point-item#point03 ul li .txt p:nth-child(2){
                                                line-height: 1.4;
                                                margin-top: 10px;
                                                padding-top: 10px;
                                                border-top: 1px solid #fff;
                                                font-weight: 350;
                                            }

        section.compensation{
            margin-top: 95px;
            position: relative;
        }
            section.compensation .asi{
                position: fixed;
            }
                section.compensation .asi:nth-child(1){
                    width: 380px;
                    height: 380px;
                    opacity: .2;
                    top: 10%;
                    left: -190px;
                }
                section.compensation .asi:nth-child(2){
                    width: 380px;
                    height: 380px;
                    opacity: .2;
                    top: 40%;
                    right: -190px;
                }
                section.compensation .asi:nth-child(3){
                    display: none;
                }
            section.compensation .c-inner{
                text-align: center;
                position: relative;
            }
                section.compensation .c-inner > h2{
                    color: #1B5BAC;
                    font-weight: 600;
                }
                    section.compensation .c-inner > p:nth-child(2){
                        color: #1B5BAC;
                        font-weight: 600;
                        margin-top: 30px;
                    }
                    section.compensation .c-inner > p:nth-child(3){
                        color: #fff;
                        background: #257CC9;
                        border-radius: 10px;
                        margin-top: 30px;
                        padding: 13px 0;
                        font-weight: 600;
                    }
                    section.compensation .c-inner > p:nth-child(5){
                        color: #1B5BAC;
                        font-weight: 600;
                        margin-top: 50px;
                    }
                section.compensation .c-inner table ,
                section.compensation .c-inner table td,
                section.compensation .c-inner table th {
                    border: .5px solid #32AFE2;
                    border-collapse: separate;
                    vertical-align: middle;
                    text-align: center;
                }
                section.compensation .c-inner table{
                    margin-top: 30px;
                    overflow: hidden;
                    border-spacing: 0;
                    border-radius: 6px;
                    overflow: hidden;
                }
                    section.compensation .c-inner table p.txt-20{
                        font-weight: 600;
                    }
                            section.compensation .c-inner table tr:first-child td{
                                background: #EBFAFF !important;
                            }
                                section.compensation .c-inner table tr:first-child td p{
                                    padding: 20px 0;
                                }
                            section.compensation .c-inner table tr td:nth-child(1){
                                background: #EBFAFF;
                                width: 16%;
                            }
                            section.compensation .c-inner table tr td:nth-child(n+2){
                                width: 28%;
                                background: #fff;
                            }
                            section.compensation .c-inner table tr td .pht{
                                width: 36%;
                                margin: auto;
                                margin-top: 5px;
                            }
                            section.compensation .c-inner table tr td p{
                                line-height: 1.4;
                                font-weight: 350;
                            }
                            section.compensation .c-inner table tr td p span{
                                position: relative;
                            }
                                section.compensation .c-inner table tr td p span.kome::before{
                                    content: "*";
                                    position: absolute;
                                    top: -8px;
                                    right: 0;
                                    font-size: 1.4rem;
                                }
                                section.compensation .c-inner table tr td p.txt-10{
                                    margin-top: 14px;
                                }
                        section.compensation .c-inner table tr:nth-child(n+2){
                            height: 180px;
                        }
                            section.compensation .c-inner table tr:nth-child(n+2) td:nth-child(n+2){
                                padding: 0 25px;
                            }
                section.compensation .c-inner .cntnt{
                    border-radius: 10px;
                    overflow: hidden;
                    margin: 30px auto 0;
                    border: 3px solid #257CC9;
                    background: #fff;
                }
                    section.compensation .c-inner .cntnt > p{
                        background: #257CC9;
                        color: #fff;
                        padding: 12px 0 15px;
                        font-weight: 600;
                    }
                    section.compensation .c-inner .cntnt .pht{
                        width: 50%;
                        margin: 23px auto;
                    }

        section.select{
            padding: 100px 0;
            text-align: center;
        }
                        section.select .c-inner .cntnr .ttl p{
                            color: #1B5BAC;
                            line-height: 1.0;
                            font-weight: 600;
                        }
                        section.select .c-inner .cntnr .ttl h3{
                            color: #1B5BAC;
                            line-height: 1.0;
                            margin-top: 20px;
                            font-weight: 600;
                            white-space: nowrap;
                            letter-spacing: 0;
                        }
                        section.select .c-inner .cntnr:nth-child(1) table ,
                        section.select .c-inner .cntnr:nth-child(1) td,
                        section.select .c-inner .cntnr:nth-child(1) th {
                            border: .5px solid #1B5BAC;
                            border-collapse: separate;
                            vertical-align: middle;
                            text-align: center;
                        }
                        section.select .c-inner .cntnr:nth-child(1) table{
                            margin-top: 30px;
                            overflow: hidden;
                            border-spacing: 0;
                            border-radius: 6px;
                            overflow: hidden;
                            width: 100%;
                        }
                            section.select .c-inner .cntnr:nth-child(1) table p.txt-20{
                                font-weight: 600;
                            }
                                section.select .c-inner .cntnr:nth-child(1) table tr:first-child{
                                    height: 156px;
                                }
                                        section.select .c-inner .cntnr:nth-child(1) table tr:first-child td:nth-child(2){
                                            background: #1B5BAC;
                                        }
                                        section.select .c-inner .cntnr:nth-child(1) table tr:first-child td:nth-child(3){
                                            background: #2E98D9;
                                        }
                                        section.select .c-inner .cntnr:nth-child(1) table tr:first-child td:nth-child(4){
                                            background: #64B1E1;
                                        }
                                        section.select .c-inner .cntnr:nth-child(1) table tr:first-child td p{
                                            color: #fff;
                                        }
                                            section.select .c-inner .cntnr:nth-child(1) table tr:first-child td p:nth-child(2){
                                                margin-top: 20px;
                                                padding-top: 20px;
                                                position: relative;
                                                line-height: 1.0;
                                                font-weight: 600;
                                            }
                                                section.select .c-inner .cntnr:nth-child(1) table tr:first-child td p:nth-child(2)::before{
                                                    content: "";
                                                    position: absolute;
                                                    width: 26%;
                                                    height: 1px;
                                                    background: #fff;
                                                    top: 0;
                                                    left: 50%;
                                                    transform: translateX(-50%);
                                                }
                                section.select .c-inner .cntnr:nth-child(1) table tr td{
                                    /* padding: 15px 25px;
                                    padding: 0 25px; */
                                    background: #fff;
                                    width: calc(100% / 4);
                                }
                                    section.select .c-inner .cntnr:nth-child(1) table tr td:nth-child(1){
                                        background: #F2F8FE;
                                    }
                                        section.select .c-inner .cntnr:nth-child(1) table tr td:nth-child(1) p{
                                            color: #1B5BAC !important;
                                        }
                                    section.select .c-inner .cntnr:nth-child(1) table tr td img{
                                        width: 19%;
                                        margin: auto;
                                    }
                                    section.select .c-inner .cntnr:nth-child(1) table tr td p{
                                        color: #32AFE2;
                                        line-height: 1.4;
                                        font-weight: 600;
                                    }
                                        section.select .c-inner .cntnr:nth-child(1) table tr td p.txt-10{
                                            margin-top: 14px;
                                        }
                                section.select .c-inner .cntnr:nth-child(1) table tr:nth-child(n+2){
                                    height: 105px;
                                }
                                section.select .c-inner .cntnr:nth-child(1) .plus{
                                    width: 60px;
                                    aspect-ratio: 1 / 1;
                                    background: #2E98D9;
                                    border-radius: 50vh;
                                    position: relative;
                                    margin: 0 0 0 calc(100% / 8);
                                    transform: translateX(-50%) scale(1.3);
                                }
                                    section.select .c-inner .cntnr:nth-child(1) .plus::before{
                                        content: "";
                                        display: inline-block;
                                        width: 30px;
                                        height: 6px;
                                        background-color: #fff;
                                        position: absolute;
                                        top: 50%;
                                        left: 50%;
                                        transform: translate(-50%, -50%);
                                    }
                                    section.select .c-inner .cntnr:nth-child(1) .plus::after{
                                        content: "";
                                        display: inline-block;
                                        width: 6px;
                                        height: 30px;
                                        background-color: #fff;
                                        position: absolute;
                                        top: 50%;
                                        left: 50%;
                                        transform: translate(-50%, -50%);
                                    }
                                section.select .c-inner .cntnr:nth-child(1) .earth{
                                    display: flex;
                                    align-items: center;
                                    border: 1px solid #1B5BAC;
                                    border-radius: 6px;
                                    overflow: hidden;
                                }
                                    section.select .c-inner .cntnr:nth-child(1) .earth p:first-child{
                                        background: #F2F8FE;
                                        width: calc(100% / 4);
                                        color: #1B5BAC !important;
                                        font-weight: 600;
                                        line-height: 1.4;
                                        border-right: 1px solid #1B5BAC;
                                        height: 105px;
                                        align-content: center;
                                    }
                                    section.select .c-inner .cntnr:nth-child(1) .earth p:last-child{
                                        background: #fff;
                                        width: calc(100% / 4 * 3);
                                        color: #1B5BAC;
                                        line-height: 1.4;
                                        font-weight: 600;
                                        height: 105px;
                                        align-content: center;
                                    }
                    section.select .c-inner .cntnr:nth-child(2){
                        margin-top: 50px;
                    }
                        section.select .c-inner .cntnr:nth-child(2) ul{
                            margin-top: 60px;
                            justify-content: space-between;
                        }
                            section.select .c-inner .cntnr:nth-child(2) ul li{
                                position: relative;
                                width: calc((100% - 50px) / 3);
                                padding-left: 10px;
                                text-align: left;
                            }
                                    section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(1) > p{
                                        background: #0A50A2;
                                        color: #fff;
                                    }
                                        section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(1) > p::before{
                                            background: #32AFE2;
                                        }
                                    section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(2) > p{
                                        background: #2C78D0;
                                        color: #fff;
                                    }
                                        section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(2) > p::before{
                                            background: #32AFE2;
                                        }
                                    section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(3) > p{
                                        background: #8EBAE8;
                                        color: #000;
                                    }
                                        section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(3) > p::before{
                                            background: #000;
                                        }
                                section.select .c-inner .cntnr:nth-child(2) ul li > p{
                                    font-weight: 350;
                                    display: inline-block;
                                    margin: 0 0 0 -10px;
                                    line-height: 1.0;
                                    padding: 10px 20px;
                                    position: relative;
                                }
                                    section.select .c-inner .cntnr:nth-child(2) ul li > p::before{
                                        content: "";
                                        position: absolute;
                                        width: 10px;
                                        height: 6px;
                                        bottom: -6px;
                                        left: 0px;
                                        clip-path: polygon(0 0, 100% 100%, 100% 0);
                                    }
                                section.select .c-inner .cntnr:nth-child(2) ul li .cntnt{
                                    background: #fff;
                                    border-radius: 10px;
                                    padding: 30px 20px 20px;
                                    text-align: left;
                                    margin-top: -10px;
                                }
                                            section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(1) p{
                                                font-weight: 600;
                                                width: calc(100% - 60px);
                                            }
                                            section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(1) img{
                                                width: 60px;
                                                border-radius: 50vh;
                                            }
                                            section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(n+2) .item{
                                                padding-top: 10px;
                                                margin-top: 10px;
                                                border-top: .5px solid #000;
                                                font-weight: 350;
                                            }
                                                section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(n+2) .item:nth-child(1){
                                                    width: 40%;
                                                }
                                                section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(n+2) .item:nth-child(2){
                                                    width: 60%;
                                                }
                        section.select .c-inner .cntnr:nth-child(2) > p{
                            margin-top: 30px;
                            font-weight: 350;
                        }
                    section.select .c-inner .cntnr:nth-child(3){
                        margin-top: 50px;
                    }
                        section.select .c-inner .cntnr:nth-child(3) .flex-point{
                            justify-content: space-between;
                        }
                            section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2){
                                margin-top: 30px;
                            }
                                section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item{
                                    width: calc((100% - 30px) / 2);
                                    padding: 25px 35px;
                                    background: #fff;
                                    border-radius: 10px;
                                }
                                    section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item .pht{
                                        width: 120px;
                                        margin: 10px auto 0;
                                    }
                                        section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item p:nth-child(1){
                                            font-weight: 600;
                                        }
                                        section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item p:nth-child(3){
                                            margin-top: 20px;
                                            font-weight: 350;
                                            line-height: 1.4;
                                        }
                            section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4){
                                margin-top: 30px;
                            }
                                section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item{
                                    width: calc((100% - 50px) / 3);
                                    padding: 25px 35px;
                                    background: #fff;
                                    border-radius: 10px;
                                }
                                    section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item .pht{
                                        width: 120px;
                                        margin: 20px auto 0;
                                    }
                                        section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item p:nth-child(1){
                                            font-weight: 600;
                                        }
                                        section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item p:nth-child(3){
                                            margin-top: 20px;
                                            font-weight: 350;
                                            line-height: 1.4;
                                        }
                        section.select .c-inner .cntnr:nth-child(3) > p{
                            margin-top: 50px;
                            font-weight: 600;
                        }

                section.select .c-inner .flow{
                    margin-top: 50px;
                }
                    section.select .c-inner .flow h2{
                        font-weight: 600;
                    }
                    section.select .c-inner .flow .flex-point{
                        justify-content: space-between;
                        padding-top: 120px;
                    }
                        section.select .c-inner .flow .flex-point .item{
                            width: calc((100% - 75px) / 4);
                            text-align: center;
                            position: relative;
                        }
                            section.select .c-inner .flow .flex-point .item .abs{
                                position: absolute;
                                top: -110px;
                                background: #257CC9;
                                border-radius: 3px;
                                padding: 15px;
                                left: 50%;
                                transform: translateX(-50%);
                            }
                                section.select .c-inner .flow .flex-point .item .abs p{
                                    color: #fff;
                                    white-space: nowrap;
                                    position: relative;
                                    font-weight: 600;
                                }
                                    section.select .c-inner .flow .flex-point .item .abs p::before{
                                        content: "";
                                        position: absolute;
                                        width: 20px;
                                        height: 10px;
                                        background: #257CC9;
                                        left: 50%;
                                        bottom: -24px;
                                        transform: translateX(-50%);
                                        clip-path: polygon(0 0, 100% 0, 50% 100%)
                                    }
                            section.select .c-inner .flow .flex-point .item .pht{
                                position: relative;
                            }
                                section.select .c-inner .flow .flex-point .item .pht img{
                                    width: 70px;
                                    margin: auto;
                                }
                                section.select .c-inner .flow .flex-point .item .pht::after{
                                    content: "";
                                    position: absolute;
                                    width: 70%;
                                    height: 1px;
                                    background: #32AFE2;
                                    top: 50%;
                                    left: 70%;
                                }
                                    section.select .c-inner .flow .flex-point .item:last-child .pht::after{
                                        display: none;
                                    }
                            section.select .c-inner .flow .flex-point .item h3{
                                font-weight: 600;
                                margin-top: 30px;
                                line-height: 1.0;
                            }
                            section.select .c-inner .flow .flex-point .item > p{
                                margin-top: 20px;
                                line-height: 1.3;
                                font-weight: 350;
                                height: 80px;
                                align-content: center;
                            }
            section.select .number{
                background: linear-gradient(90deg, #36B3FF, #133A9E);
                padding: 35px 0;
                position: relative;
                overflow: hidden;
            }
                section.select .number .asi{
                    position: absolute;
                }
                    section.select .number .asi:nth-child(1){
                        width: 480px;
                        height: 480px;
                        left: -200px;
                        top: -180px;
                        opacity: 1;
                    }
                    section.select .number .asi:nth-child(2){
                        width: 220px;
                        height: 220px;
                        right: -110px;
                        opacity: .3;
                        top: 0;
                    }
                section.select .number .pht{
                    width: 580px;
                    margin: auto;
                    position: relative;
                }
                section.select .number p{
                    color: #fff;
                    margin-top: 20px;
                    position: relative;
                }

        section.faq{
            padding-top: 50px;
            background: #fff;
        }
                section.faq .c-inner h2{
                    text-align: center;
                    font-weight: 600;
                }
                section.faq .c-inner .cntnt{
                    margin-top: 30px;
                    padding: 25px;
                    background: #EBFAFF;
                    border-radius: 10px;
                }
                    section.faq .c-inner .cntnt:nth-child(n+3){
                        margin-top: 40px;
                    }
                    section.faq .c-inner .cntnt .flex-point{
                        align-items: center;
                    }
                            section.faq .c-inner .cntnt .flex-point p:nth-child(1){
                                width: 45px;
                                height: 45px;
                                align-content: center;
                                text-align: center;
                                border-radius: 8px;
                                margin-right: 12px;
                                font-weight: 600;
                            }
                            section.faq .c-inner .cntnt .flex-point p:nth-child(2){
                                width: calc(100% - 60px);
                            }
                                section.faq .c-inner .cntnt .flex-point:nth-child(1) p:nth-child(1){
                                    color: #fff;
                                    background: #32AFE2;
                                }
                                section.faq .c-inner .cntnt .flex-point:nth-child(1) p:nth-child(2){
                                    font-weight: 600;
                                }
                        section.faq .c-inner .cntnt .flex-point:nth-child(2){
                            margin-top: 25px;
                        }
                                section.faq .c-inner .cntnt .flex-point:nth-child(2) p:nth-child(1){
                                    color: #32AFE2;
                                    background: #fff;
                                }
                                section.faq .c-inner .cntnt .flex-point:nth-child(2) p:nth-child(2){
                                    line-height: 1.4;
                                    font-weight: 350;
                                }
        section.cautions{
            padding-bottom: 50px;
            background: #fff;
            z-index: 2;
        }
        section.cautions .c-inner{
            position: relative;
        }
        section.cautions .c-inner .num{
            position: absolute;
            right: -50px;
            bottom: -30px;
        }
        section.cautions h3{
            font-weight: 350;
        }
                section.cautions p:nth-child(2){
                    margin-top: 10px;
                    line-height: 1.6;
                }
                section.cautions p:nth-child(n+3){
                    margin-top: 10px;
                    line-height: 1.6;
                }
                section.cautions p a{
                    border-bottom: 1px solid #000;
                }
        section.floating_banner {
            height: 10rem;
            width: 100%;
            background: rgba(56, 156, 218, 0.8470588235);
            padding: 0 !important;
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 100;
            display: none;
        }
            section.floating_banner .content_wrap {
                width: 100%;
                max-width: 1100px;
                padding: 0 10px;
                margin: auto;
            }
                section.floating_banner .content_wrap .btn-02 {
                    position: relative;
                    display: inline-block;
                    border-radius: 80px;
                    background-color: #fc0;
                    text-align: center;
                    color: #000 !important;
                    font-size: 2rem;
                    font-weight: bold;
                    text-decoration: none;
                    transition: .3s;
                    padding: 0.6rem 10rem;
                    line-height: 1.2;
                    margin-top: 1.5rem;
                }
                    section.floating_banner .content_wrap .btn-02::before, section.floating_banner .content_wrap .btn-02::after{
                        content: "";
                        display: block;
                        width: 1.5rem;
                        height: 0.4rem;
                        background-color: #000;
                        border: none;
                        border-top-left-radius: 0.2rem;
                        border-bottom-left-radius: 0.2rem;
                        position: absolute;
                        top: auto;
                        bottom: 4.1rem;
                        right: 2.8rem;
                    }
                    section.floating_banner .content_wrap .btn-02::before{
                        transform: rotate(-45deg);
                        margin-left: -1.65rem;
                        bottom: 2.8rem;
                    }
                    section.floating_banner .content_wrap .btn-02::after{
                        transform: rotate(45deg);
                        margin-left: -0.45rem;
                        bottom: 3.7rem;
                    }
                    section.floating_banner .content_wrap .btn-02 .btn_text__sub {
                        font-size: 1.8rem;
                        display: block;
                        font-weight: 600;
                    }
                    section.floating_banner .content_wrap .btn-02 .btn_text {
                        line-height: 1.4;
                        font-size: 2.8rem;
                        font-weight: 600;
                        display: flex;
                    }
                    section.floating_banner .content_wrap .btn-02 .btn_text__free {
                        font-size: 2rem;
                        background-color: #000;
                        padding: 0 3.5rem;
                        border-radius: 3rem;
                        color: #fc0;
                        margin: 0.5rem 0 0.5rem 1.8rem;
                        display: flex;
                        align-items: center;
                    }

.pagetop{
    display: none;
    position: fixed;
    bottom: 16rem;
    left: 50%;
    max-width: 110rem;
    margin-left: -54rem;
    width: 108rem;
    height: 0;
    z-index: 2;
}
    .pagetop a {
        position: relative;
        display: flex;
        float: right;
        background-color: #0095DD;
        width: 5.8rem;
        height: 5.8rem;
        border-radius: 50%;
        border: solid 0.3rem #fff;
    }
        .pagetop a::before, .pagetop a::after{
            content: "";
            display: block;
            width: 2.1rem;
            height: 0.4rem;
            background-color: #fff;
            border-top-left-radius: 0.2rem;
            border-bottom-left-radius: 0.2rem;
            position: absolute;
            bottom: 2.6rem;
            left: 50%;
        }
        .pagetop a::before{
            transform: rotate(-45deg);
            margin-left: -1.65rem;
        }
        .pagetop a::after{
            transform: rotate(-135deg);
            margin-left: -0.45rem;
        }


/* 1200px */
@media screen and (max-width: 1200px) {
    section.mv .mv_img img {
        height: 32.5vw;
    }
        section.mv .mv_content {
            margin-top: 1.1vw;
        }
            section.mv .mv_content .c-inner .mv_content__lead p:nth-child(3){
                margin-top: 1.5vw;
            }
                section.mv .mv_content .c-inner .mv_content__lead h1{
                    margin-top: 1.5vw;
                    font-size: 2.2vw;
                }
                    section.mv .mv_content .c-inner .mv_content__note {
                        margin-top: 11vw;
                    }
                section.description .point .c-inner .point-item#point01 ul li h3{
                    font-size: 1.6vw;
                    white-space: nowrap;
                }
        section.cautions .c-inner .num{
            right: -30px;
        }
}
/* 1100px */
@media screen and (max-width: 1100px) {
.total_assist_live .cv_area .c-inner .btn-02 {
    min-width: 450px;
}
section.description .risk_list .risk_item h3 {
    font-size: 1.6vw;
}
section.compensation .c-inner table tr:nth-child(n+2) {
    height: 150px;
}
section.mv .mv_point ul li p.kome{
    font-size: 1.1vw;
}

section.description .point .c-inner .point-item#point01 ul li .txt p.txt-12{
    margin-top: 8px;
    line-height: 1.4;
}
section.description .point .c-inner .point-item#point01 ul li .txt p.txt-12 .tb{
    display: block;
}
section.description .point .c-inner .point-item#point01 ul li {
    width: calc((100% - 40px) / 3);
}
section.description .point .c-inner .point-item#point03 ul li {
    width: calc((100% - 40px) / 3);
}
section.description .point .c-inner .point-item#point03 ul li .txt {
    padding: 13px 20px;
}
section.description .point .c-inner .point-item#point03 ul li .txt p:nth-child(2) {
    white-space: nowrap;
}
section.select .c-inner .cntnr:nth-child(1) table tr:nth-child(n+2) {
    height: 95px;
}
section.select .c-inner .cntnr:nth-child(1) .plus{
    width: 50px;
}
    section.select .c-inner .cntnr:nth-child(1) .plus::before{
        width: 20px;
        height: 4px;
    }
    section.select .c-inner .cntnr:nth-child(1) .plus::after{
        width: 4px;
        height: 20px;
    }
section.select .c-inner .cntnr:nth-child(1) .earth p:first-child{
    height: 95px;
}
section.select .c-inner .cntnr:nth-child(1) .earth p:last-child{
    height: 95px;
}
section.select .c-inner .cntnr:nth-child(2) ul li {
    width: calc((100% - 40px) / 3);
}
section.select .c-inner .cntnr:nth-child(2) ul li .cntnt {
    padding: 30px 15px 20px;
}
section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(1) p {
    width: calc(100% - 50px);
}
section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(1) img {
    width: 50px;
}

section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item .pht {
    width: 50%;
}
section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item .pht {
    width: 70%;
}
.pagetop {
    left: auto;
    margin-left: 0;
    right: 5%;
}
}

/* 768px */
@media screen and (max-width: 768px) {

.total_assist_live{
    overflow: hidden;
}
    .total_assist_live .cv_area {
        padding: 2.5rem 0 3.0rem;
        text-align: center;
    }
        .total_assist_live .cv_area.btn2{
            padding: 2.0rem 0;
        }
        .total_assist_live .cv_area.btn3{
            padding: 3.0rem 0;
        }
        .total_assist_live .cv_area.btn4{
            padding: 2.0rem 0 3.0rem;
        }
        .total_assist_live .cv_area.btn5{
            padding: 2.0rem 0 3.0rem;
        }
            .total_assist_live .cv_area .c-inner > p{
                margin: 0 0 1rem;
                font-size: 1.4rem;
            }
            .total_assist_live .cv_area .c-inner .btn-02 {
                padding: 1.5rem 0;
                width: 100%;
                min-width: 0;
            }
                .total_assist_live .cv_area .c-inner .btn-02::before,
                .total_assist_live .cv_area .c-inner .btn-02::after {
                    height: 2.5px;
                    width: 10px;
                    bottom: 44%;
                    right: 14px;
                }
                .total_assist_live .cv_area .c-inner .btn-02::before{
                    transform: rotate(-45deg) translateY(0);
                    /* margin-left: -1.65rem; */
                }
                .total_assist_live .cv_area .c-inner .btn-02::after {
                    transform: rotate(45deg) translateY(0);
                    bottom: 53%;
                }
                .total_assist_live .cv_area .c-inner .btn-02 .btn_text__sub {
                    font-size: 1.2rem;
                }
                .total_assist_live .cv_area .c-inner .btn-02 .btn_text {
                    font-size: 1.6rem;
                    margin-top: 5px;
                }
                    .total_assist_live .cv_area .c-inner .btn-02 .btn_text .btn_text__free {
                        padding: 0 1.5rem;
                        margin: 0 0 0 .6rem;
                        font-size: 1.2rem;
                    }
                .total_assist_live .cv_area .c-inner .btn-02:hover{
                    opacity: .8;
                }
    section.mv{
        margin-top: 53px;
        z-index: 3;
    }
        section.mv .mv_img img {
            height: 135vw;
        }
            section.mv .mv_content{
                height: 135vw;
            }
            section.mv .mv_content .c-inner .mv_content__lead p{
                text-align: center;
            }
                section.mv .mv_content .c-inner .mv_content__lead p:nth-child(1){
                    font-size: 1.2rem;
                }
                section.mv .mv_content .c-inner .mv_content__lead p:nth-child(3){
                    margin-top: 1.9vw;
                    font-size: 1.1rem;
                }
            section.mv .mv_content .c-inner .mv_content__lead h1{
                line-height: 1.4;
                margin-top: 8px;
                text-align: center;
                font-size: 2.2rem;
            }
                    section.mv .mv_content .c-inner .mv_content__note {
                        position: absolute;
                        font-size: .8rem;
                        bottom: -15px;
                        right: 50%;
                        transform: translateX(50%);
                        white-space: nowrap;
                    }
            section.mv .mv_point{
                margin-top: -90vw;
                margin-bottom: calc(90vw - 80px);
            }
                section.mv .mv_point .c-inner{
                    min-width: 300px;
                }
                    section.mv .mv_point ul li{
                        background: #fff;
                        border-radius: 8px;
                        width: calc((100% - 9px) / 3);
                        height: 95px;
                    }
                        section.mv .mv_point ul li img{
                            width: 34px;
                            height: 30px;
                            top: -20px;
                        }
                        section.mv .mv_point ul li p{
                            font-weight: 600;
                            line-height: 1.3;
                            font-size: 1.1rem;
                            white-space: nowrap;
                            letter-spacing: .01rem;
                        }
                        section.mv .mv_point ul li p.kome{
                            font-size: .8rem;
                            margin-top: 5px;
                        }

            section.description::before{
                width: 215px;
                height: 215px;
                opacity: .25;
                bottom: -70px;
                left: 50%;
                transform: translateX(-50%);
            }
            section.description .section_lead{
                margin-top: 2.0rem;
                margin-bottom: 1.4rem;
                font-size: 1.4rem;
            }
            section.description .risk_list{
                margin-bottom: 2.0rem;
            }
                section.description .risk_list .risk_left{
                    width: 100%;
                    flex-wrap: wrap;
                    justify-content: center;
                }
                    section.description .risk_list .risk_left .risk_item{
                        width: calc((100% - 20px) / 3);
                    }
                    section.description .risk_list .risk_left .risk_item:nth-child(n+2){
                        margin-left: 10px;
                    }
                    section.description .risk_list .risk_left .risk_item:nth-child(n+4){
                        margin-top: 10px;
                    }
                    section.description .risk_list .risk_left .risk_item:nth-child(4){
                        margin-left: 0;
                    }
                section.description .risk_list .risk_right{
                    width: calc((100% - 20px) / 3);
                    margin: 0 calc((100% + 10px) / 3 );
                }
                    section.description .risk_list .risk_item{
                        border-radius: 9px;
                        padding: 10px 0;
                    }
                    section.description .risk_list .risk_item h3{
                        font-size: 1.3rem;
                    }
                    section.description .risk_list .risk_item img{
                        width: 62%;
                        margin: 5px auto 0;
                    }
                section.description .risk_list .plus{
                    width: 2.5rem;
                    height: 2.5rem;
                    margin: 5px auto;
                }
                    section.description .risk_list .plus::before{
                        width: 1.2rem;
                        height: 0.17rem;
                    }
                    section.description .risk_list .plus::after{
                        height: 1.2rem;
                        width: 0.17rem;
                    }
            section.description .question{
                padding: 3rem 0 8.5rem;
            }
                section.description .question::before{
                    content: "";
                    position: absolute;
                    width: 100vw;
                    background: linear-gradient(#36B3FF, #133A9E);
                    height: 100%;
                    z-index: 0;
                    top: 0;
                    right: 0;
                    transform: translate(-50%);
                    left: 50%;
                    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
                }
                    section.description .question .asi:nth-child(1){
                        top: -5%;
                        left: -17%;
                        width: 39%;
                        height: auto;
                        opacity: .6;
                    }
                    section.description .question .asi:nth-child(2){
                        bottom: auto;
                        top: 30%;
                        right: -17%;
                        width: 28%;
                        height: auto;
                        opacity: .5;
                    }
                section.description .question .c-inner{
                    position: relative;
                    z-index: 1;
                }
                    section.description .question .c-inner h2{
                        font-size: 2.0rem;
                    }
                        section.description .question .c-inner > p:nth-child(2){
                            margin: 1.5rem 0 3rem;
                            line-height: 1.8;
                            font-size: 1.3rem;
                            letter-spacing: .02rem;
                        }
                        section.description .question .c-inner > p:nth-child(3){
                            font-size: 2.0rem;
                            margin-bottom: 1.5rem;
                        }
                        section.description .question .c-inner > p:last-child{
                            margin-top: 3rem;
                            font-size: 1.8rem;
                            letter-spacing: 0rem;
                            white-space: nowrap;
                        }
                        section.description .question .c-inner .flex-point li{
                            width: calc((100% - 15px) / 2);
                            border-radius: 6px;
                            padding: 2.5rem 0 3rem;
                        }
                            section.description .question .c-inner .flex-point li img{
                                width: 65%;
                                margin-bottom: 3rem;
                            }
                            section.description .question .c-inner .flex-point li p{
                                font-size: 1.3rem;
                            }
            section.description .point{
                padding: 6rem 0 0rem;
            }
                    section.description .point .c-inner > h2{
                        border-radius: 5px;
                        padding: 9px 0px;
                        width: 100%;
                        font-size: 2.0rem;
                        position: relative;
                        z-index: 2;
                        line-height: 1.3;
                    }
                        section.description .point .c-inner > h2::after{
                            height: 10px;
                            bottom: -9px;
                        }
                        section.description .point .c-inner > p:nth-child(2){
                            margin: 2.5rem 0 1.5rem;
                            font-size: 2.0rem;
                            letter-spacing: 0;
                        }
                            section.description .point .c-inner > p:nth-child(2)::before{
                                width: 215px;
                                height: 215px;
                                opacity: .25;
                                top: -50px;
                                z-index: 0;
                            }
                        section.description .point .c-inner > p:nth-child(3){
                            font-size: 1.4rem;
                        }
                    section.description .point .c-inner .point-list{
                        justify-content: space-between;
                        margin-top: 3.5rem;
                        position: relative;
                        z-index: 2;
                    }
                    section.description .point .c-inner .point-list a:nth-child(n+2){
                        margin-top: 30px;
                    }
                        section.description .point .c-inner .point-list a{
                            width: 100%;
                            padding: 2.3rem 0 2rem;
                        }
                            section.description .point .c-inner .point-list a::after{
                                width: 14px;
                                height: 8px;
                                bottom: .5rem;
                            }
                            section.description .point .c-inner .point-list a .num{
                                width: 40px;
                                height: 40px;
                                padding: 4px 0 0;
                                top: -20px;
                            }
                                section.description .point .c-inner .point-list a .num p:first-child{
                                    font-size: .8rem;
                                }
                                section.description .point .c-inner .point-list a .num p:last-child{
                                    font-size: 1.6rem;
                                }
                            section.description .point .c-inner .point-list a > p{
                                font-size: 1.5rem;
                            }
                    section.description .point .c-inner .point-item{
                        border-radius: 5px;
                        margin-top: 40px;
                        padding: 0 10px 20px;
                        position: relative;
                    }
                        section.description .point .c-inner .point-item:nth-child(n+6){
                            margin-top: 40px;
                        }
                        section.description .point .c-inner .point-item .num{
                            margin: -20px auto 0;
                            width: 40px;
                            height: 40px;
                            padding: 4px 0 0;
                        }
                            section.description .point .c-inner .point-item .num p:first-child{
                                font-size: .8rem;
                            }
                            section.description .point .c-inner .point-item .num p:last-child{
                                font-size: 1.6rem;
                            }
                        section.description .point .c-inner .point-item > p{
                            margin-top: 10px;
                            font-size: 1.4rem;
                        }
                        section.description .point .c-inner .point-item > h2{
                            margin-top: 5px;
                            font-size: 1.8rem;
                            white-space: nowrap;
                            letter-spacing: 0rem;
                            line-height: 1.3;
                        }
                            section.description .point .c-inner .point-item > h2::after{
                                width: 65px;
                                height: 2px;
                                bottom: -10px;
                            }
                        section.description .point .c-inner .point-item .cntnr{
                            margin-top: 20px;
                        }
                                section.description .point .c-inner .point-item#point01 ul li{
                                    width: 100%;
                                }
                                section.description .point .c-inner .point-item#point01 ul li:nth-child(n+2){
                                    margin-top: 15px;
                                }
                                    section.description .point .c-inner .point-item#point01 ul li .txt{
                                        height: auto;
                                        border-radius: 0;
                                        padding: 10px 0;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li h3{
                                        font-size: 1.6rem;
                                        line-height: 1.3;
                                    }
                                        section.description .point .c-inner .point-item#point01 ul li h3 span{
                                            line-height: 1.0;
                                            font-size: 1.2rem;
                                        }
                                    section.description .point .c-inner .point-item#point01 ul li{
                                        background: #fff;
                                        padding: 0 0 20px;
                                        border-radius: 5px;
                                        border: 2px solid #32AFE2;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li .pht{
                                        background: #fff;
                                        border-radius: 5px;
                                        overflow: hidden;
                                        width: 45%;
                                        margin: 10px auto 0;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li > p{
                                        height: auto;
                                        font-size: 1.2rem;
                                        margin-top: 10px;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li .txt p.txt-12{
                                        line-height: 1;
                                    }
                                    section.description .point .c-inner .point-item#point01 ul li .txt p.txt-12 .tb{
                                        display: none;
                                    }
                                    section.description .point .c-inner .point-item#point02 .cntnr > p:nth-child(1){
                                        font-size: 1.2rem;
                                        line-height: 1.4;
                                    }
                                    section.description .point .c-inner .point-item#point02 .cntnr > p:nth-child(3){
                                        margin-top: 20px;
                                        font-size: 1.4rem;
                                    }
                                    section.description .point .c-inner .point-item#point02 .cntnr > p:nth-child(4){
                                        font-size: 1.2rem;
                                        margin-top: 5px;
                                    }
                                section.description .point .c-inner .point-item#point02 .cntnr .cntnt{
                                    border-radius: 5px;
                                    margin: 15px auto 0;
                                    border: 1.5px solid #1B5BAC;
                                }
                                    section.description .point .c-inner .point-item#point02 .cntnr .cntnt > p{
                                        padding: 5px 0;
                                        font-size: 1.4rem;
                                    }
                                    section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point{
                                        padding: 8px;
                                    }
                                        section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item{
                                            width: calc((100% - 20px) / 2);
                                        }
                                            section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item .pht{
                                                width: 30px;
                                            }
                                            section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item p{
                                                font-size: 1.1rem;
                                                letter-spacing: 0;
                                            }
                                                section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .item p span span{
                                                    font-size: 1.8rem;
                                                }
                                            section.description .point .c-inner .point-item#point02 .cntnr .cntnt .flex-point .arrow::after{
                                                width: 6px;
                                                height: 11px;
                                            }
                                    section.description .point .c-inner .point-item#point02 .cntnr ul li{
                                        width: calc((100% - 20px) / 3);
                                    }
                                        section.description .point .c-inner .point-item#point02 .cntnr ul li .pht{
                                            width: 36%;
                                        }
                                        section.description .point .c-inner .point-item#point02 .cntnr ul li p{
                                            border-radius: 5px;
                                            padding: 6px 0;
                                            font-size: 1.2rem;
                                            margin-top: 8px;
                                        }
                                    section.description .point .c-inner .point-item#point03 .cntnr > p:nth-child(1){
                                        font-size: 1.2rem;
                                        line-height: 1.4;
                                        white-space: nowrap;
                                    }
                            section.description .point .c-inner .point-item#point03 ul{
                                margin-top: 15px;
                            }
                                section.description .point .c-inner .point-item#point03 ul li{
                                    border-radius: 8px;
                                    width: 100%;
                                }
                                section.description .point .c-inner .point-item#point03 ul li:nth-child(n+2){
                                    margin-top: 15px;
                                }
                                    section.description .point .c-inner .point-item#point03 ul li .pht{
                                        height: 150px;
                                    }
                                        section.description .point .c-inner .point-item#point03 ul li .pht img{
                                            object-position: bottom center;
                                            height: 100%;
                                            object-fit: cover;
                                        }
                                    section.description .point .c-inner .point-item#point03 ul li .txt{
                                        background: #32AFE2;
                                        padding: 13px 18px;
                                    }
                                        section.description .point .c-inner .point-item#point03 ul li .txt p{
                                            color: #fff;
                                        }
                                            section.description .point .c-inner .point-item#point03 ul li .txt p:nth-child(1){
                                                font-size: 1.6rem;
                                            }
                                            section.description .point .c-inner .point-item#point03 ul li .txt p:nth-child(2){
                                                line-height: 1.4;
                                                margin-top: 5px;
                                                padding-top: 5px;
                                                font-size: 1.2rem;
                                            }

        section.compensation{
            margin-top: 30px;
        }
                section.compensation .asi:nth-child(1){
                    width: 82px;
                    height: 82px;
                    opacity: .2;
                    top: 10%;
                    left: -40px;
                }
                section.compensation .asi:nth-child(2){
                    width: 82px;
                    height: 82px;
                    opacity: .2;
                    top: 40%;
                    right: -40px;
                }
                section.compensation .asi:nth-child(3){
                    display: block;
                    width: 80px;
                    height: 80px;
                    opacity: .2;
                    bottom: 10%;
                    left: -40px;
                }
                section.compensation .c-inner > h2{
                    font-size: 2.0rem;
                    letter-spacing: 0;
                }
                    section.compensation .c-inner > p:nth-child(2){
                        margin-top: 15px;
                        font-size: 1.2rem;
                    }
                    section.compensation .c-inner > p:nth-child(3){
                        border-radius: 5px;
                        margin-top: 15px;
                        padding: 8px 0;
                        font-size: 1.4rem;
                    }
                    section.compensation .c-inner > p:nth-child(5){
                        margin-top: 30px;
                        font-size: 2.0rem;
                    }
                section.compensation .c-inner table{
                    margin-top: 15px;
                    border-radius: 3px;
                }
                    section.compensation .c-inner table p.txt-20{
                        font-size: 1.2rem;
                    }
                                section.compensation .c-inner table tr:first-child td p{
                                    padding: 15px 0;
                                }
                            section.compensation .c-inner table tr td .pht{
                                width: 70%;
                            }
                            section.compensation .c-inner table tr td p span{
                                line-height: 1;
                                font-size: .7rem;
                            }
                                section.compensation .c-inner table tr td p span.kome::before{
                                    top: -5px;
                                    right: -5px;
                                    font-size: 1.2rem;
                                }
                                section.compensation .c-inner table tr td p.txt-10{
                                    margin-top: 13px;
                                }
                                section.compensation .c-inner table tr:nth-child(n+2){
                                    height: auto;
                                }
                                section.compensation .c-inner table tr:nth-child(n+2) td:nth-child(n+2) {
                                    padding: 10px 6px;
                                }
                                section.compensation .c-inner table tr:nth-child(n+2) td:nth-child(n+2) p{
                                    font-size: 1.0rem;
                                }
                                section.compensation .c-inner table tr:nth-child(n+2) td:nth-child(n+2) p:nth-child(2){
                                    font-size: .8rem;
                                }
                section.compensation .c-inner .cntnt{
                    border-radius: 5px;
                    margin: 15px auto 0;
                }
                    section.compensation .c-inner .cntnt > p{
                        padding: 6px 0 8px;
                        font-size: 1.4rem;
                    }
                    section.compensation .c-inner .cntnt .pht{
                        width: 92%;
                        margin: 20px auto;
                    }

        section.select{
            padding: 30px 0;
        }
                        section.select .c-inner .cntnr .ttl p{
                            font-size: 1.3rem;
                        }
                        section.select .c-inner .cntnr .ttl h3{
                            font-size: 2.0rem;
                            margin-top: 10px;
                            line-height: 1.3;
                        }
                        section.select .c-inner .cntnr:nth-child(1) table{
                            margin-top: 15px;
                            border-radius: 4px;
                        }
                            section.select .c-inner .cntnr:nth-child(1) table p.txt-20{
                                font-size: 1.2rem;
                            }
                                section.select .c-inner .cntnr:nth-child(1) table tr:first-child{
                                    height: auto;
                                }
                                section.select .c-inner .cntnr:nth-child(1) table tr:first-child td{
                                    padding: 12px 0 14px;
                                }
                                            section.select .c-inner .cntnr:nth-child(1) table tr:first-child td:nth-child(n+2){
                                                vertical-align: baseline;
                                            }
                                            section.select .c-inner .cntnr:nth-child(1) table tr:first-child td:nth-child(n+2) p:nth-child(1){
                                                font-size: .9rem;
                                                letter-spacing: 0rem;
                                            }
                                            section.select .c-inner .cntnr:nth-child(1) table tr:first-child td p:nth-child(2){
                                                margin-top: 5px;
                                                padding-top: 15px;
                                                font-size: 1.1rem;
                                                white-space: nowrap;
                                            }
                                                section.select .c-inner .cntnr:nth-child(1) table tr:first-child td p:nth-child(2)::before{
                                                    width: 26%;
                                                }
                                    section.select .c-inner .cntnr:nth-child(1) table tr td img{
                                        width: 20%;
                                    }
                                    section.select .c-inner .cntnr:nth-child(1) table tr td p{
                                        font-size: 1.0rem;
                                    }
                                        section.select .c-inner .cntnr:nth-child(1) table tr td p.txt-10{
                                            margin-top: 14px;
                                        }
                                section.select .c-inner .cntnr:nth-child(1) table tr:nth-child(n+2){
                                    height: 9vw;
                                }
                                section.select .c-inner .cntnr:nth-child(1) .plus{
                                    width: 30px;
                                }
                                    section.select .c-inner .cntnr:nth-child(1) .plus::before{
                                        width: 15px;
                                        height: 2px;
                                    }
                                    section.select .c-inner .cntnr:nth-child(1) .plus::after{
                                        width: 2px;
                                        height: 15px;
                                    }
                                section.select .c-inner .cntnr:nth-child(1) .earth{
                                    border-radius: 4px;
                                }
                                    section.select .c-inner .cntnr:nth-child(1) .earth p:first-child{
                                        height: 9vw;
                                        font-size: 1.2rem;
                                    }
                                    section.select .c-inner .cntnr:nth-child(1) .earth p:last-child{
                                        font-size: 1.6rem;
                                        height: 9vw;
                                    }
                    section.select .c-inner .cntnr:nth-child(2){
                        margin-top: 30px;
                    }
                        section.select .c-inner .cntnr:nth-child(2) ul{
                            margin-top: 15px;
                        }
                            section.select .c-inner .cntnr:nth-child(2) ul li{
                                width: 100%;
                                padding-left: 0;
                            }
                            section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(n+2){
                                margin-top: 15px;
                            }
                                        section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(1) > p::before{
                                            background: #000;
                                        }
                                        section.select .c-inner .cntnr:nth-child(2) ul li:nth-child(2) > p::before{
                                            background: #000;
                                        }
                                section.select .c-inner .cntnr:nth-child(2) ul li > p{
                                    width: 40%;
                                    text-align: center;
                                    padding: 6px 0;
                                    font-size: 1.2rem;
                                }
                                    section.select .c-inner .cntnr:nth-child(2) ul li > p::before{
                                        height: 3px;
                                        bottom: -3px;
                                    }
                                section.select .c-inner .cntnr:nth-child(2) ul li .cntnt{
                                    border-radius: 6px;
                                    padding: 5px 20px 15px;
                                    margin-top: -4px;
                                }
                                        section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(1){
                                            align-items: center;
                                        }
                                            section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(1) p{
                                                width: calc(100% - 45px);
                                                font-size: 1.3rem;
                                            }
                                            section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(1) img{
                                                width: 45px;
                                            }
                                            section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(n+2) p{
                                                font-size: 1.2rem;
                                                line-height: 1.6;
                                                letter-spacing: .02rem;
                                            }
                                            section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(n+2) .item{
                                                padding-top: 10px;
                                                margin-top: 10px;
                                            }
                                                section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(n+2) .item:nth-child(1){
                                                    width: 30%;
                                                }
                                                section.select .c-inner .cntnr:nth-child(2) ul li .cntnt .flex-point:nth-child(n+2) .item:nth-child(2){
                                                    width: 70%;
                                                }
                        section.select .c-inner .cntnr:nth-child(2) > p{
                            margin-top: 10px;
                            line-height: 1.4;
                            font-size: 1.1rem;
                        }
                    section.select .c-inner .cntnr:nth-child(3){
                        margin-top: 30px;
                    }
                        section.select .c-inner .cntnr:nth-child(3) .flex-point{
                            justify-content: space-between;
                        }
                            section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2){
                                margin-top: 15px;
                            }
                                section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item{
                                    width: calc((100% - 12px) / 2);
                                    padding: 15px 8px;
                                    border-radius: 6px;
                                }
                                    section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item .pht{
                                        width: 36%;
                                        min-width: 60px;
                                        margin: 10px auto 0;
                                    }
                                        section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item p:nth-child(1){
                                            font-size: 1.3rem;
                                        }
                                        section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(2) .item p:nth-child(3){
                                            margin-top: 20px;
                                            font-size: 1.2rem;
                                            letter-spacing: 0;
                                            white-space: nowrap;
                                        }
                            section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4){
                                margin-top: 10px;
                            }
                                section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item{
                                    width: calc((100% - 12px) / 2);
                                    padding: 13px 8px;
                                    border-radius: 6px;
                                }
                                section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item:nth-child(3){
                                    width: 100%;
                                    margin-top: 15px;
                                }
                                    section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item .pht{
                                        width: 36%;
                                        min-width: 60px;
                                        margin: 8px auto 0;
                                    }
                                    section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item:nth-child(3) .pht{
                                        width: 20%;
                                    }
                                        section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item p:nth-child(1){
                                            font-size: 1.3rem;
                                            letter-spacing: 0;
                                        }
                                        section.select .c-inner .cntnr:nth-child(3) .flex-point:nth-child(4) .item p:nth-child(3){
                                            margin-top: 10px;
                                            font-size: 1.2rem;
                                            letter-spacing: 0;
                                        }
                        section.select .c-inner .cntnr:nth-child(3) > p{
                            margin-top: 20px;
                            font-size: 1.4rem;
                        }

                section.select .c-inner .flow{
                    margin-top: 30px;
                }
                section.select .c-inner .flow > h2{
                    font-size: 2.0rem;
                }
                    section.select .c-inner .flow .flex-point{
                        justify-content: space-between;
                        padding-top: 20px;
                    }
                        section.select .c-inner .flow .flex-point .item{
                            width: 100%;
                        }
                        section.select .c-inner .flow .flex-point .item:nth-child(n+2){
                            margin-top: 40px;
                            position: relative;
                        }
                        section.select .c-inner .flow .flex-point .item:nth-child(n+2)::before{
                            content: "";
                            position: absolute;
                            height: 20px;
                            width: 1px;
                            background: #257CC9;
                            top: -30px;
                            left: 50%;
                        }
                            section.select .c-inner .flow .flex-point .item .abs{
                                position: relative;
                                border-radius: 1px;
                                padding: 6px 10px;
                                left: 0;
                                transform: translateX(0%);
                                top: 0;
                                width: 30%;
                                margin: 0 auto 15px;
                            }
                                section.select .c-inner .flow .flex-point .item .abs p{
                                    font-size: 1.2rem;
                                }
                                    section.select .c-inner .flow .flex-point .item .abs p::before{
                                        bottom: -10px;
                                    }
                            section.select .c-inner .flow .flex-point .item .pht{
                                position: relative;
                            }
                                section.select .c-inner .flow .flex-point .item .pht img{
                                    width: 20%;
                                }
                                section.select .c-inner .flow .flex-point .item .pht::after{
                                    display: none;
                                }
                            section.select .c-inner .flow .flex-point .item h3{
                                margin-top: 10px;
                                font-size: 1.5rem;
                            }
                            section.select .c-inner .flow .flex-point .item > p{
                                margin-top: 5px;
                                height: auto;
                                font-size: 1.2rem;
                                letter-spacing: .02rem;
                                line-height: 1.6;
                            }
            section.select .number{
                background: linear-gradient(90deg, #36B3FF, #133A9E);
                padding: 15px 0;
                position: relative;
                overflow: hidden;
            }
                section.select .number .asi{
                    position: absolute;
                }
                    section.select .number .asi:nth-child(1){
                        width: 23%;
                        aspect-ratio: 1 / 1;
                        left: -5%;
                        top: -5%;
                        opacity: 1;
                    }
                    section.select .number .asi:nth-child(2){
                        display: none;
                    }
                section.select .number .pht{
                    width: 85%;
                    margin: auto;
                    position: relative;
                }
                section.select .number p{
                    margin-top: 10px;
                    line-height: 1.4;
                    font-size: .8rem;
                }

        section.faq{
            padding-bottom: 30px;
        }
                section.faq .c-inner h2{
                    font-size: 2.0rem;
                }
                section.faq .c-inner .cntnt{
                    margin-top: 15px;
                    padding: 20px 10px;
                    border-radius: 7px;
                }
                    section.faq .c-inner .cntnt:nth-child(n+3){
                        margin-top: 15px;
                    }
                    section.faq .c-inner .cntnt .flex-point{
                        align-items: flex-start;
                    }
                            section.faq .c-inner .cntnt .flex-point p:nth-child(1){
                                width: 27px;
                                height: 27px;
                                border-radius: 4px;
                                margin-right: 8px;
                            }
                            section.faq .c-inner .cntnt .flex-point p:nth-child(2){
                                width: calc(100% - 35px);
                            }
                                section.faq .c-inner .cntnt .flex-point:nth-child(1) p:nth-child(2){
                                    font-size: 1.6rem;
                                    letter-spacing: .02rem;
                                }
                        section.faq .c-inner .cntnt .flex-point:nth-child(2){
                            margin-top: 15px;
                        }
                                section.faq .c-inner .cntnt .flex-point:nth-child(2) p:nth-child(2){
                                    font-size: 1.2rem;
                                }
        section.cautions{
            padding-bottom: 30px;
        }
                section.cautions h3{
                    font-size: 1.2rem;
                    margin-bottom: 5px;
                }
                section.cautions p{
                    line-height: 1.5;
                }
                section.cautions p:nth-child(n+2){
                    margin-top: 0px;
                    font-size: 1rem;
                }
        section.cautions .c-inner .num{
            right: -10px;
            bottom: -25px;
        }

        section.floating_banner {
            padding: 0;
            margin: 0;
            height: auto;
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 100;
        }
            section.floating_banner .content_wrap {
                padding: 0;
            }
                section.floating_banner .content_wrap .btn-02 {
                    border-radius: 0;
                    padding: 2.1333333333vw 0.8vw 1.8vw;
                    width: 100%;
                    margin-top: 0;
                    line-height: 1.6;
                    font-size: 1.6rem;
                    letter-spacing: 0;
                }
                    section.floating_banner .content_wrap .btn-02::before, section.floating_banner .content_wrap .btn-02::after{
                        bottom: 7.4666666667vw;
                        top: auto;
                        right: 13.3333333333vw;
                        height: 0.5333333333vw;
                        width: 2.1333333333vw;
                    }
                    section.floating_banner .content_wrap .btn-02::before{
                        margin-bottom: -0.8vw;
                    }
                    section.floating_banner .content_wrap .btn-02::after{
                        margin-bottom: 0.5333333333vw;
                    }
                    section.floating_banner .content_wrap .btn-02 .btn_text__sub {
                        font-size: 3.2vw;
                    }
                    section.floating_banner .content_wrap .btn-02 .btn_text {
                        font-size: 5.0666666667vw;
                        justify-content: center;
                        align-items: center;
                    }
                    section.floating_banner .content_wrap .btn-02 .btn_text__free {
                        font-size: 4.5333333333vw;
                        margin: 0 0 0 1.8666666667vw;
                        padding: 0 5.3333333333vw 3px;
                        height: 6.6666666667vw;
                    }

.pagetop{
    width: 100%;
    margin-left: 0;
    left: -3.4666666667vw;
    bottom: 28.8vw;
}
    .pagetop a {
        position: relative;
        display: flex;
        float: right;
        background-color: #0095DD;
        width: 4.7rem;
        height: 4.7rem;
        border-radius: 50%;
        border: solid 0.2rem #fff;
    }
        .pagetop a::before, .pagetop a::after{
            content: "";
            display: block;
            width: 1.7rem;
            height: 0.3rem;
            background-color: #fff;
            border-top-left-radius: 0.2rem;
            border-bottom-left-radius: 0.2rem;
            position: absolute;
            bottom: 2.1rem;
            left: 50%;
        }
        .pagetop a::before{
            transform: rotate(-45deg);
            margin-left: -1.4rem;
        }
        .pagetop a::after{
            transform: rotate(-135deg);
            margin-left: -0.3rem;
        }

}