.sect_fv{
    width: 100%;
    height: 600px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
    .sect_fv .fv_layout02{
        position: absolute;
        z-index: 1;
        border-top-left-radius: 23px;
        border-bottom-left-radius: 23px;
        width: 100vw;
        height: 560px;
        background-color: #F5F5F5;
        left: calc(50vw - 200px);
        top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .sect_fv .fv_image01{
        width: 707px;
        min-width: 707px;
        margin-left: 217px;
        margin-bottom: 8px;
    }

    .sect_fv .fv_layout01{
        position: absolute;
        z-index: 2;
        right: calc(50vw + 17px);
        top: 170px;
        white-space:nowrap;
    }
    .sect_fv .fv_text01{
        font-size: 40px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 32px;
    }
    .sect_fv .fv_text02{
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
    }
    @media screen and (max-width: 720px) {
        .sect_fv{
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .sect_fv .fv_layout01{
            width: 100%;
            position: relative;
            right: unset;
            top: unset;
            order: 2;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .sect_fv .fv_layout02{
            position: relative;
            width: 100%;
            height: auto;
            top: unset;
            left: unset;
            order: 1;
            border-radius: 0;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .sect_fv .fv_image01{
            width: 82vw;
            min-width: unset;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0;
        }
        .sect_fv .fv_text01{
            font-size: 24px;
            text-align: center;
            margin-bottom: 10px;
        }
        .sect_fv .fv_text02{
            font-size: 14px;
            text-align: center;
        }
    }

.sect01{
    padding-top: 40px;
    padding-bottom: 62px;
}
    .sect01_layout01{
        width: 100%;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background-color: #FAFAFA;
        padding-top: 32px;
        padding-bottom: 95px;
    }
        .sect01_text01{
            font-size: 28px;
            font-weight: 700;
            text-align: center;
            line-height: 1.5;
            padding-bottom: 16px;
        }
        .sect01_text02{
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            text-align: center;
            padding-bottom: 32px;
        }
        .sect01_text03{
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            padding-top: 6px;
            padding-bottom: 28px;
        }
        .sect01_text20{
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            text-align: center;
            padding-bottom: 0px;
        }
    .sect01_layout02{
        width: 100%;
        height: 400px;
        position: relative;
        background-color: #222222;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .sect01_layout02::after{
        content: '';
        position: absolute;
        width: 44px;
        height: 22px;
        background: url('../img/sect01_img01.png');
        background-repeat: no-repeat;
        left: 50%;
        bottom: -22px;
        transform: translateX(-22px);
        z-index: 1;
    }

    .sect01_box01{
        position: relative;
        width: 284px;
        height: 340px;
        background: url('../img/sect01_img02@2x.png');
        background-size: cover;
        margin-top: -87px;
    }
    .sect01_text21{
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        margin-top: 12px;
    }
    .sect01_text04{
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        margin-top: 6px;
    }
    .sect01_image02{
        position: absolute;
        top: -46px;
        left: calc(50% + 150px);
    }
    .sect01_number{
        width: 36px;
        height: 36px;
        border-radius: 18px;
        background-color: #222222;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }
    .sect01_text05{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #222222;
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-13px);
        white-space:nowrap;
    }
        .sect01_text05 .sect01_number{
            margin-right: 8px;
        }
    .sect01_text06{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 107px;
        right: 50%;
        transform: translateX(-60px);
        white-space:nowrap;
    }
        .sect01_text06 .sect01_number{
            margin-left: 8px;
        }
    .sect01_text07{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 168px;
        right: 50%;
        transform: translateX(-67px);
        white-space:nowrap;
    }
        .sect01_text07 .sect01_number{
            margin-left: 8px;
        }
    .sect01_text08{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 107px;
        left: 50%;
        transform: translateX(70px);
        white-space:nowrap;
    }
        .sect01_text08 .sect01_number{
            margin-right: 8px;
        }    
    .sect01_text09{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 226px;
        right: 50%;
        transform: translateX(-43px);
        white-space:nowrap;
    }
        .sect01_text09 .sect01_number{
            margin-left: 8px;
        }
    .sect01_text10{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 168px;
        left: 50%;
        transform: translateX(80px);
        white-space:nowrap;
    }
        .sect01_text10 .sect01_number{
            margin-right: 8px;
        }
    .sect01_text11{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 226px;
        left: 50%;
        transform: translateX(54px);
        white-space:nowrap;
    }
        .sect01_text11 .sect01_number{
            margin-right: 8px;
        }
    .sect01_text12{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 257px;
        left: 50%;
        transform: translateX(-62px);
        white-space:nowrap;
    }
        .sect01_text12 .sect01_number{
            margin-bottom: 5px;
        }
    @media screen and (max-width: 720px) {
        .sect01_layout01{
            padding-top: 16px;
            padding-bottom: 13.2vw;
        }
        .sect01_text01{
            font-size: 18px;
            padding-bottom: 8px;
        }
        .sect01_text02{
            font-size: 14px;
            padding-bottom: 16px;
        }
        .sect01_text03{
            font-size: 14px;
            padding-top: 2px;
            padding-bottom: 10px;
        }
        .sect01_text20{
            font-size: 12px;
            padding-bottom: 0px;
        }
        .sect01_layout02{
            height: 55.55vw;
        }
        .sect01_image02 {
            top: -6.38vw;
            left: calc(50% + 20.83vw);
            width: 8.75vw;
        }
        .sect01_box01 {
            width: 39.44vw;
            height: 47.22vw;
            background-size: contain;
            background-repeat: no-repeat;
            margin-top: -12.08vw;
        }
        .sect01_text05 {
            font-size: 2.22vw;
            top: -0.27vw;
            transform: translateX(-1.8vw);
        }
        .sect01_text05 .sect01_number {
            margin-right: 1.11vw;
        }
        .sect01_number {
            width: 5vw;
            height: 5vw;
            border-radius: 2.5vw;
            font-size: 2.5vw;
        }
        .sect01_text06 {
            font-size: 2.22vw;
            top: 14.86vw;
            transform: translateX(-8.33vw);
        }
        .sect01_text06 .sect01_number {
            margin-left: 1.11vw;
        }
        .sect01_text07 {
            font-size: 2.22vw;
            top: 23.3vw;
            transform: translateX(-9.3vw);
        }
        .sect01_text07 .sect01_number {
            margin-left: 1.11vw;
        }
        .sect01_text08 {
            font-size: 2.22vw;
            top: 14.86vw;
            transform: translateX(9.72vw);
        }
        .sect01_text08 .sect01_number {
            margin-right: 1.11vw;
        }
        .sect01_text09 {
            font-size: 2.22vw;
            top: 31.38vw;
            transform: translateX(-5.97vw);
        }
        .sect01_text09 .sect01_number {
            margin-left: 1.11vw;
        }
        .sect01_text10 {
            font-size: 2.22vw;
            top: 23.33vw;
            transform: translateX(11.11vw);
        }
        .sect01_text10 .sect01_number {
            margin-right: 1.11vw;
        }
        .sect01_text11 {
            font-size: 2.22vw;
            top: 31.38vw;
            transform: translateX(7.5vw);
        }
        .sect01_text11 .sect01_number {
            margin-right: 1.11vw;
        }
        .sect01_text12 {
            font-size: 2.22vw;
            top: 35.69vw;
            transform: translateX(-8.61vw);
        }
        .sect01_text12 .sect01_number {
            margin-bottom: 0.7vw;
        }
        .sect01_text21{
            font-size: 12px;
            margin-top: 4px;
            padding-bottom: 0px;
        }
        .sect01_text04{
            font-size: 14px;
            margin-top: 1.1vw;
        }
    }
                
.sect02{
    width: 100%;
    height: 212px;
    background: url('../img/sect02_img01.jpg');
    background-size: cover;
    background-position: center;
}
    .sect02 .u-inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .sect02_text01{
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin-bottom: 16px;
    }
    .sect02_text02{
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }
    @media screen and (max-width: 720px) {
        .sect02{
            height: 278px;
            background: url('../img/sect02_img01_sp.jpg');
            background-size: cover;
            background-position: center;
        }
        .sect02_text01{
            font-size: 18px;
            padding: 0 5px;
        }
        .sect02_text02{
            font-size: 14px;
            text-align: left;
            padding: 0 5px;
        }
    }
.sect03{
    padding-top: 40px;
    padding-bottom: 40px;
}    
    .sect_title{
        position: relative;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
        .sect_title .pre{
            font-size: 20px;
            color: #9F9F9F;
            margin-bottom: 4px;
            text-align: center;
        }
        .sect_title::after{
            content: '';
            position: absolute;
            width: 32px;
            height: 4px;
            background-color: #222222;
            left: 50%;
            transform: translateX(-16px);
            bottom: 0;
        }
    .sect_desc{
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 24px;
    }
    .sect03_layout01{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .sect03_box01{
        width: calc((100% - 48px) / 3);
        height: 296px;
        border-radius: 12px;
        background-color: #EFEFEF;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 24px;
        padding: 16px;
    }
        .sect03_box01:nth-child(3n+1){
            margin-left: 0;
        }
        .sect03_box01:nth-child(3n){
            margin-right: 0;
        }
        .sect03_box01 .icon{
            display: block;
            margin: 0 auto;
        }
        .sect03_text01{
            font-size: 28px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 12px;
        }
        .sect03_text02{
            font-size: 16px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 8px;
        }
        .sect03_box01 ul li{
            list-style: none;
            display: flex;
            flex-direction: row;
            font-size: 14px;
            font-weight: 400;
        }
            .sect03_box01 ul li::before{
                content: '・';
                margin-right: 1px;
            }
    @media screen and (max-width: 720px) {
        .sect_title{
            font-size: 26px;
        }
        .sect_title .pre{
            font-size: 18px;
        }
        .sect_desc{
            font-size: 14px;
            text-align: left;
            margin-bottom: 16px;
        }
        .sect03_layout01{
            flex-direction: column;
        }
        .sect03_box01{
            width: 100%;
            height: auto;
            min-height: 111px;
            margin-left: 0;
            margin-right: 0;
            display: flex;
            flex-direction: row;
            margin-bottom: 16px;
        }
        .sect03_box01:last-child{
            margin-bottom: 0;
        }
        .sect03_layout02{
            width: 80px;
            min-width: 80px;
        }
        .sect03_layout03{
            width: calc(100% - 80px);
        }
        .sect03_text01{
            font-size: 24px;
        }
        .sect03_text02{
            text-align: left;
            font-size: 14px;
        }
        .sect03_box01 ul li{
            font-size: 12px;
        }
    }
.sect04{
    padding-top: 40px;
    padding-bottom: 16px;
}
    .sect04_layout01{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
        .sect04_layout02{
            width: calc((100% - 24px) / 2);
            margin-right: 24px;
            margin-bottom: 24px;
        }
        .sect04_layout02:nth-child(2n){
            margin-right: 0;
        }
        .sect04_box01{
            width: 100%;
            height: 106px;
            border-radius: 12px;
            background-color: #EFEFEF;
            padding: 16px;
            margin-bottom: 11px;
            position: relative;
        }
            .sect04_box01::after{
                content: '';
                position: absolute;
                width: 10px;
                height: 7px;
                background: url('../img/sect04_img05.png');
                bottom: -7px;
                left: 16px;
            }
            .sect04_text01{
                padding: 2px 6px;
                background-color: #222222;
                font-size: 12px;
                font-weight: 700;
                text-align: center;
                color: #fff;
                width: fit-content;
                border-radius: 2px;
                line-height: 1.5;
                margin-bottom: 6px;
            }
            .sect04_text02{
                font-size: 16px;
                font-weight: 700;
                text-align: left;
                font-weight: 700;
            }
        .sect04_box02{
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 14px;
        }
    @media screen and (max-width: 720px) {
        .sect04 .sect_desc{
            text-align: center;
            margin-bottom: 24px;
        }
        .sect04_layout02{
            width: calc((100% - 12px) / 2);
            margin-right: 12px;
        }
        .sect04_layout02:nth-child(2n) {
            margin-right: 0;
        }
        .sect04_box01{
            height: auto;
            padding: 8px 12px;
            min-height: 105px;
        }
        .sect04_text01{
            margin-bottom: 4px;
        }
        .sect04_text02{
            font-size: 14px;
        }
        .sect04_box02{
            font-size: 12px;
        }
    }
.sect05{
    padding-top: 40px;
    padding-bottom: 40px;
}        
    .sect05 .sect_desc{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .sect05_image01{
        width: 720px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.sect06{
    padding-top: 40px;
    padding-bottom: 40px;
}    
    .sect06_list01 .sect06_list01_item{
        padding-top: 24px;
        padding-bottom: 24px;
        border-bottom: solid 1px #EFEFEF;
    }
    .sect06_list01 .sect06_list01_item:first-child{
        padding-top: 0;
    }
    .sect06_list01 .sect06_list01_item:last-child{
        border-bottom: none;
    }
    .sect06_list01_item .query{
        display: flex;
        flex-direction: row;
        align-items: baseline;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 4px;
    }
        .sect06_list01_item .query::before{
            content: 'Q.';
            margin-right: 4px;
        }
    .sect06_list01_item .answer{
        display: flex;
        flex-direction: row;
        align-items: baseline;
        font-size: 16px;
        color: #626262;
    }
        .sect06_list01_item .answer::before{
            content: 'A.';
            margin-right: 4px;
        }        
    @media screen and (max-width: 720px) {
        .sect06_list01_item .query{
            font-size: 14px;
        }        
        .sect06_list01_item .answer{
            font-size: 14px;
        }
    }
.sect07{
    padding-top: 32px;
    padding-bottom: 48px;
    background-color: #000;
}        
    .sect07 .sect_title{
        color: #fff;
    }
    .sect07 .sect_title::after{
        background: #fff;
    }

.sect08{
    padding-top: 40px;
    padding-bottom: 40px;
}
    .sect08 .sect_desc{
        text-align: left;
    }
    .sect08_image01{
        display: block;
        width: 337px;
        max-width: 100%;
        margin: 0 auto 24px auto;
    }
    .sect08_list01 .sect08_list01_item{
        width: 100%;
        height: auto;
        padding: 16px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        border: solid 1px #EFEFEF;
        border-radius: 12px;
        margin-bottom: 16px;
    }
        .sect08_list01 .sect08_list01_item:last-child{
            margin-bottom: 0;
        }
    .sect08_layout01{
        width: calc(100% - 124px);
        padding-right: 16px;
    }
    .sect08_text01{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
    } 
        .sect08_text01 .number{
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px;
            border-radius: 12px;
            background-color: #222222;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
        }
    .sect08_text02{
        font-size: 14px;
    }

    .sect08_image02{
        width: 124px;
        height: 124px;
        border-radius: 8px;
        overflow: hidden;
    }

    @media screen and (max-width: 720px){
        .sect08{
            padding-top: 80px;
        }
        .sect08_image01{
            max-width: 80%;
        }
        .sect08_image02{
            width: 100px;
            height: 100px;
        }
        .sect08_layout01{
            width: calc(100% - 100px);
            padding-right: 12px;
        }
        .sect08_text01{
            align-items: baseline;
            font-size: 14px;
        }
        .sect08_text02{
            font-size: 12px;
        }
        .sect08_list01 .sect08_list01_item:nth-child(2n) .sect08_layout01{
            order: 2;
        }
        .sect08_list01 .sect08_list01_item:nth-child(2n) .sect08_image02{
            order: 1;
        }
        .sect08_list01 .sect08_list01_item:nth-child(2n) .sect08_layout01{
            padding-right: 0;
            padding-left: 12px;
        }

    }

.footer_layout01{
    padding-top: 40px;
    padding-bottom: 40px;
}
    .footer_layout01 ul{

    }
    .footer_layout01 ul li{
        list-style: none;
        margin-bottom: 24px;
    }
    .footer_layout01 ul li a{
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }
    .footer_layout01 ul li a:hover{
        text-decoration: underline;
    }
    .footer_layout01 ul li:last-child{
        margin-bottom: 0;
    }
    .copyright{
        padding: 0 8px 8px 8px;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }
    @media screen and (max-width: 720px){
        .footer_layout01 ul li a{
            font-size: 14px;
        }
    }
    
