@charset "UTF-8";
/* ---------------------------------------------
  TOP
-----------------------------------------------*/


@media screen and (max-width: 767px) {

}

/*  mv -------------------------------------------*/
.mv .flex{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
}
.mv-txt{
    position: relative;
    margin-top: -45px;
    z-index: 5;
}


@media screen and (max-width: 767px) {

    .mv .flex h1{
        width: 8%;
        max-width: 103px;
    }
    .mv .flex .mv-img{
        width: 92%;
        padding-left: 6%;
        max-width: 1200px;
        box-sizing: border-box;
    }
    .mv-txt{
        width: 96%;
        max-width: 1340px;
        margin: -7.2vw auto 0 auto;
    }

}

/*  sec00 -------------------------------------------*/
.sec00{
    position: relative;
    margin-top: 150px;
    box-sizing: border-box;
    z-index: 5;
}

.sec00 .catch{
    margin-bottom: 30px;
}
.sec00 .catch p{
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 10px;
}
.sec00 .catch p.strong{
    font-size: 3.4rem;
    line-height: 1.52;
    letter-spacing: .55rem;
}

.sec00 .sec_main{
    width: 72%;
    max-width: 980px;
    margin: 0 0 0 auto;
}

.sec00 .box{
    position: absolute;
    left: 0;
    right: 0;
    top: 45.2%;
    margin: 0 auto;
}

.sec00 .subttl{ margin-bottom: 60px;}
.subttl span{
    display: block;
    font-size: 1.6rem;
    margin-top: 27px;
}

.sec00 .box ul li{
    position: relative;
    font-size: 2.6rem;
    line-height: 2;
}
.sec00 .box ul li+li{ margin-top: 5px;}

.sec00 .box ul li:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url("../img/icn_green.png") no-repeat center center;
    background-size: 100% auto !important;
    width: 34px;
    height: 26px;
    margin-right: 12px;
}
.sec00 .box ul li:nth-of-type(2):before{background-image: url("../img/icn_blue.png");}
.sec00 .box ul li:nth-of-type(3):before{background-image: url("../img/icn_green02.png");}
.sec00 .box ul li:nth-of-type(4):before{background-image: url("../img/icn_pink.png");}
.sec00 .box ul li:nth-of-type(5):before{background-image: url("../img/icn_yellow.png");}


@media screen and (max-width: 767px) {
    .sec00{
        margin-top: 19%;
    }

    .sec00 .catch{
        margin-bottom: 6%;
    }
    .sec00 .catch p{
        font-size: 3.6vw;
        margin-bottom: 10px;
    }
    .sec00 .catch p.strong{
        font-size: 5.3vw;
        letter-spacing: .05rem;
    }

    .sec00 .sec_main{
        width: 88%;
        max-width: 1280px;
    }

    .sec00 .box{
        position: relative;
        top: 0;
        margin: 9% auto 0 auto;
    }

    .sec00 .subttl{ margin-bottom: 10%;}
    .subttl span{
        font-size: 3.6vw;
        margin-top: 4%;
    }

    .sec00 .box ul li{
        font-size: 4.3vw;
        letter-spacing: -.05rem;
    }
    .sec00 .box ul li+li{ margin-top: 2px;}

    .sec00 .box ul li:before{
        width: 5vw;
        max-width: 34px;
        height: 4.6vw;
        max-height: 26px;
        margin-right: 5px;
    }



}

/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    margin-top: -60px;
    padding-bottom: 225px;
    box-sizing: border-box;
    z-index: 1;
}
.sec01 .sec_main{
    position: relative;
}
.sec01 .sec_main .img{
    position: relative;
    z-index: 1;
}
.sec01 .sec_main .sec_ttl{
    position: relative;
    margin: -33px 0 128px auto;
    display: flex;
    justify-content: flex-end;
    z-index: 5;
}
.sec01 .sec_main h2 span{
    display: block;
    font-size: 1.6rem;
    margin-top: 27px;
}

.sec01 .box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 0 0;
}
.sec01 .box+.box{ margin-top: 95px;}

.sec01 .box .img{
    margin-right: 40px;
}
.sec01 .box .txt{
    margin-top: -15px;
    width: 55%;
    max-width: 710px;
}
.sec01 .box .txt h3{
    font-size: 3.0rem;
    line-height: 1.73;
    margin-bottom: 30px;
}
.sec01 .box .txt .list_box{
    background: #ebebeb;
    padding: 25px 30px;
    margin-bottom: 38px;
    box-sizing: border-box;
}
.sec01 .box .txt .list_box ul{}
.sec01 .box .txt .list_box li{
    position: relative;
    font-size: 1.8rem;
    padding-left: 35px;
    box-sizing: border-box;
}
.sec01 .box .txt .list_box li:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
    content: '';
    background: url(../img/icn01.png) no-repeat center center;
    background-size: 100% auto;
    width: 27px;
    height: 21px;
}

.sec01 .box .txt .lead{
    position: relative;
    padding-left: 75px;
    box-sizing: border-box;
}
.sec01 .box .txt .lead:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    display: block;
    content: '';
    background: url(../img/icn_arrow.png) no-repeat center center;
    background-size: 100% auto;
    width: 60px;
    height: 61px;
}
.sec01 .box .txt .lead p{
    font-size: 3.0rem;
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','游明朝','Yu Mincho',YuMincho,serif !important;
}

.sec01 .check_box{
    width: 92%;
    max-width: 980px;
    margin: 100px auto 0 auto;
    padding: 45px;
    background: #c3cfde;
    box-sizing: border-box;
}
.sec01 .check_box p{
    position: relative;
    font-size: 2.6rem;
    line-height: 1.76;
    padding-left: 100px;
    box-sizing: border-box;
}
.sec01 .check_box p:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    display: block;
    content: '';
    background: url(../img/icn_check.png) no-repeat center center;
    background-size: 100% auto;
    width: 60px;
    height: 61px;
}



@media screen and (max-width: 767px) {
    .sec01{
        margin-top: 22%;
        padding-bottom: 28%;
    }

    .sec01 .sec_main .sec_ttl{
        position: relative;
        margin: -5vw 0 22% auto;
        display: flex;
        justify-content: flex-end;
        z-index: 5;
    }
    .sec01 .sec_main h2 span{
        font-size: 3.4vw;
        line-height: 1.5;
        margin-top: 3%;
        padding-left: 20vw;
    }

    .sec01 .box{
        display: block;
        width: 100%;
        max-width: inherit;
        margin: 0;
    }
    .sec01 .box+.box{ margin-top: 15%;}

    .sec01 .box .img{
        margin: 0 auto 5% 0;
        width: 94%;
        max-width: 1420px;
    }
    .sec01 .box .txt{
        width: 92%;
        margin: 0 auto;
        max-width: inherit;
    }
    .sec01 .box .txt h3{
        font-size: 5.0vw;
        margin-bottom: 6%;
        letter-spacing: -.1rem;
    }
    .sec01 .box .txt .list_box{
        padding: 4%;
        margin-bottom:4%;
    }
    .sec01 .box .txt .list_box li{
        font-size: 4.4vw;
        line-height: 1.3;
        padding-left: 7vw;
    }
    .sec01 .box .txt .list_box li+li{ margin-top: 3%;}
    .sec01 .box .txt .list_box li:before{
        top: 0;
        margin-top: 0;
        background: url(../img/icn01_sp.png) no-repeat center center;
        background-size: 100% auto;
        width: 5.5vw;
        max-width: 81px;
        height: 5.5vw;
        max-height: 61px;
    }

    .sec01 .box .txt .lead{
        position: relative;
        padding-left: 19vw;
        box-sizing: border-box;
    }
    .sec01 .box .txt .lead:before{
        margin-top: -8;
        background: url(../img/icn_arrow_sp.png) no-repeat center center;
        background-size: 100% auto;
        width: 16vw;
        max-width: 200px;
        height: 16vw;
        max-height: 201px;
    }
    .sec01 .box .txt .lead p{
        font-size: 6vw;
        line-height: 1.5;
    }

    .sec01 .check_box{
        width: 92%;
        max-width: inherit;
        margin: 8% auto 0 auto;
        padding: 5% 4%;
    }
    .sec01 .check_box p{
        position: relative;
        font-size: 4.6vw;
        line-height: 1.6;
        text-align: center;
        padding-left: 0;
        letter-spacing: -0.08rem;
    }
    .sec01 .check_box p:before{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto 3% auto;
        width: 13.5vw;
        max-width: 60px;
        height: 14vw;
        max-height: 61px;
    }

}



/*  sec02 -------------------------------------------*/
.sec02{
    margin-bottom: 200px;
    box-sizing: border-box;
}
.sec02 h2{
    text-align: right;
}

.sec02 .box{
    margin-top: 100px;
    margin-bottom: 95px;
    padding-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    flex-direction: row-reverse;
}
.sec02 .box .img{
    width: 37%;
    max-width: 357px;
}
.sec02 .box .txt{
    width: 63%;
    margin-top: 36px;
    padding-right: 4%;
    box-sizing: border-box;
}
.sec02 .box .txt .catch{
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.92;
    margin-bottom: 38px;
}
.sec02 .box .txt h3{
    margin-bottom: 80px;
}
.sec02 .box .txt h3 span{
    display: block;
    font-size: 1.8rem;
    margin-top: 26px;
}
.sec02 .box .txt p.text{
    font-size: 1.6rem;
    line-height: 2.375;
}
/*タブ切り替え*/
.tab_wrap{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
}

.tab-area {
    display: flex;
    background-color: #ebebeb;
    cursor: pointer;
}
.tab-area .tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100%/4);
    height: 100px;
    text-align: center;
    font-size: 3.0rem;
    line-height: 1.4;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    color: #141428;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
}
.tab-area .tab.active {
    background-color: #141428;
    color: #FFF;
    border: none;
}
.tab-area .tab span{
    display: block;
    font-size: 1.4rem;
    font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.tab-area .tab.active:before{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    display: block;
    content: '';
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px 0 10px;
    border-color: #141428 transparent transparent transparent;
}

.content-area .content {
    display: none;
}
.content-area .content.show {
    display: block;
    padding: 35px 40px;
    box-sizing: border-box;
}

.content-area .content .tab_img{ text-align: center;}
.content-area .content .flex_box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content-area .content .flex_box{
    width: calc(100%/3);
    max-width: 274px;
}

.content-area .content.tab02 h4{
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.65;
    margin-bottom: 20px;
}
.content-area .content.tab02 h5{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.45;
    margin-bottom: 15px;
    min-height: 101px;
    padding-top: 30px;
}
.ie .content-area .content.tab02 h5{ height: 101px;}

.content-area .content.tab02 h5:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    margin: 0 auto 15px auto;
    background: url(../img/icn02.png) no-repeat center center;
    background-size: 100% auto;
    width: 21px;
    height: 28px;
}
.content-area .content.tab02 .txt{
    margin-top: 10px;
}
.content-area .content.tab02 .txt p{
    font-size: 1.4rem;
    line-height: 1.85;
}
.content-area .content.tab02 .txt p.note{
    font-size: 1.0rem;
    color: rgba(20,20,40,.5);
    line-height: 1.1;
    margin-top: 10px;
}

.content-area .content.tab04 .img{
    text-align: center;
    margin-bottom: 35px;
}

.content-area .content.tab04 h4{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.61;
    margin-bottom: 10px;
}
.content-area .content.tab04 p{
    line-height: 1.75;
    text-align: center;
}
.content-area .content.tab04 p.cat{
    font-size: 1.8rem;
    line-height: 1.61;
    background: #ebebeb;
    box-sizing: border-box;
    padding: 5px 0 7px 0;
    margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
    .sec02{
        margin-bottom: 18%;
    }

    .sec02 .box{
        margin-top: 20%;
        margin-bottom: 18%;
        padding-top: 0;
        display: block;
    }
    .sec02 .box .img{
        width: 62%;
        max-width: 357px;
        margin: 0 auto;
    }
    .sec02 .box .txt{
        width: 100%;
        margin-top: 6%;
        padding-right: 0;
    }
    .sec02 .box .txt .catch{
        font-size: 4.5vw;
        line-height: 1.75;
        letter-spacing: -.08rem;
        margin-bottom: 7%;
    }
    .sec02 .box .txt h3{
        margin-bottom: 14%;
    }
    .sec02 .box .txt h3 span{
        font-size: 3.8vw;
        margin-top: 6%;
    }
    .sec02 .box .txt p.text{
        font-size: 3.8vw;
        line-height: 2.1;
    }
    /*タブ切り替え*/
    .tab_wrap{
        box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
    }
    .tab-area .tab {
        width: calc(100%/4);
        height: 21vw;
        font-size: 4vw;
    }

    .tab-area .tab span{
        font-size: 3.4vw;
        line-height: 1.3;
        margin-top: 5px;
    }
    .tab-area .tab.active:before{
        top: -7vw;
        border-width: 5.2vw 3.2vw 0 3.2vw;
    }

    .content-area .content.show {
        padding: 6% 5%;
    }

    .content-area .content .flex_box_wrap{
        display: block;
    }
    .content-area .content .flex_box{
        width: 100%;
        max-width: 547px;
        margin: 0 auto;
    }
    .content-area .content.tab04 .flex_box{
        width: 80%;
        max-width: 880px;
        margin: 0 auto;
    }
    .content-area .content .flex_box+.flex_box{ margin-top: 10%;}
    .content-area .content.tab04 .flex_box+.flex_box{ margin-top: 7%;}

    .content-area .content.tab02 h4{
        font-size: 5vw;
        margin-bottom: 5%;
    }
    .content-area .content.tab02 h5{
        font-size: 4.6vw;
        margin-bottom: 4%;
        min-height: inherit;
        display: block;
        padding-top: 0;
    }
    .content-area .content.tab02 h5:before{ position: relative;}

    .content-area .content.tab02 .txt{
        margin-top: 10px;
    }
    .content-area .content.tab02 .txt p{
        font-size: 3.8vw;;
    }
    .content-area .content.tab02 .txt p.note{
        font-size: 3.2vw;
        line-height: 1.4;
        margin-top: 2%;
    }

    .content-area .content.tab04 .img{
        margin-bottom: 5%;
    }

    .content-area .content.tab04 h4{
        font-size: 4.6vw;
    }

    .content-area .content.tab04 p.cat{
        font-size: 4.6vw;
    }
}


/*  sec03 -------------------------------------------*/
.sec03{
    padding-top: 60px;
    margin-bottom: 200px;
    box-sizing: border-box;
}
.sec03 .catch{
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.92;
    margin-bottom: 38px;
}
.sec03 h2{
    margin-bottom: 75px;
}
.sec03 h2 span{
    display: block;
    font-size: 1.8rem;
    margin-top: 26px;
}
.sec03 .box{
    margin-bottom: 150px;
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    flex-direction: row-reverse;
}
.sec03 .box .img{
    margin-top: -45px;
    width: 45%;
    max-width: 440px;
}
.sec03 .box .txt{
    width: 55%;
    padding-right: 4%;
    box-sizing: border-box;
}

.sec03 .box .txt p.text{
    font-size: 1.6rem;
    line-height: 2.375;
}
.sec03 .box .txt p.note{
    font-size: 1.0rem;
    color: rgba(20,20,40,.5);
}
.sec03 .content-area .content.show {
    padding: 40px 40px;
}
.content-area .content .tabBox_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.content-area .content .tabBox{
    width: 31%;
    max-width: 274px;
    margin: 0 3.5% 35px 0;
}
.content-area .content .tabBox:nth-of-type(3n){margin-right: 0;}

.content-area .content .tabBox img{
    text-align: center;
    display: block;
    margin: 0 auto 10px auto;
}
.content-area .content .tabBox h4{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 60px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.content-area .content .tabBox h4.pc{ display: flex;}
.content-area .content .tabBox h4.sp{ display: none;}

.content-area .content.tab03 .tabBox h4{
    height: auto;
    display: block;
    margin-bottom: 5px;
}

.content-area .content .tabBox p{
    font-size: 1.4rem;
    line-height: 1.7;
}

.content-area .content .merit_box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid #141428;
    padding-bottom: 17px;
    box-sizing: border-box;
}
.content-area .content .merit_box:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
.content-area .content .merit_box+.merit_box{ margin-top: 17px;}

.content-area .content .merit_box .img{
    width: 10%;
    max-width: 74px;
}
.content-area .content .merit_box .txt{
    width: 90%;
    padding-left: 20px;
    box-sizing: border-box;
}

.content-area .content .merit_box h5{
    font-size: 2.0rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    min-height: inherit;
    margin-bottom: 8px;
}
.content-area .content.tab02 .merit_box h5:before{
    display: none;
}
.content-area .content .merit_box p{
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: -.03rem;
}

.content-area .content .app_box_wrap{
    margin-top: 45px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-area .content .logo_box p{
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
}
.content-area .content .logo_box p.logo{
    margin-bottom: 30px;
}

.content-area .content .btn_box{

}
.content-area .content .btn_box .app_btn{
    display: block;
    margin-bottom: 35px;
    padding-top: 15px;
    box-sizing: border-box;
}
.content-area .content .btn_box .qr{ text-align: right;}

.content-area .content.tab04 p.atten{
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
}


@media screen and (max-width: 767px) {
    .sec03{
        padding-top: 10%;
        margin-bottom: 22%;
    }
    .sec03 .catch{
        font-size: 4.4vw;
        line-height: 1.75;
        letter-spacing: -.15rem;
        margin-bottom: 7%;
    }
    .sec03 h2{
        margin-bottom: 14%;
    }
    .sec03 h2 span{
        font-size: 3.8vw;
        margin-top: 3%;
    }
    .sec03 .box{
        margin-bottom: 16%;
        display: block;
    }
    .sec03 .box .img{
        margin: 0 auto 4% auto;
        width: 80%;
        max-width: 440px;
    }
    .sec03 .box .txt{
        width: 100%;
        padding-right: 0;
    }

    .sec03 .box .txt p.text{
        font-size: 3.8vw;
        line-height: 2.1;
    }
    .sec03 .box .txt p.note{
        font-size: 3.2vw;
    }
    .sec03 .content-area .content.show {
        padding: 6% 5%;
    }

    .content-area .content .tabBox{
        width: 48%;
        max-width: 274px;
        margin: 0 4% 5% 0;
    }
    .content-area .content .tabBox:nth-of-type(3n){margin-right: 4%;}
    .content-area .content .tabBox:nth-of-type(2n){margin-right: 0;}

    .content-area .content.tab03 .tabBox{
        width: 100%;
        margin: 0 auto 5% auto;
    }
    .content-area .content .tabBox:nth-of-type(3n),
    .content-area .content .tabBox:nth-of-type(2n){ margin-right: auto;}
    .content-area .content .tabBox h4{
        height: 12vw;
        font-size: 3.6vw;
        letter-spacing: -0.08rem;
        margin-bottom: 2%;
    }

    .content-area .content .tabBox h4.pc{ display: none;}
    .content-area .content .tabBox h4.sp{ display: flex;}
    .content-area .content.tab03 .tabBox h4{
        height: auto;
        display: block;
        margin-bottom: 5px;
    }

    .content-area .content .tabBox p{
        font-size: 3.4vw;
        line-height: 1.7;
    }
    .content-area .content .merit_box{
        align-items: flex-start;
    }
    .content-area .content .merit_box .img{
        width: 15%;
        max-width: 74px;
        padding-top: 4%;
    }
    .content-area .content .merit_box .txt{
        width: 85%;
        padding-left: 2%;
    }

    .content-area .content .merit_box h5{
        font-size: 4.2vw;
        margin-bottom: 2%;
    }

    .content-area .content .merit_box p{
        font-size: 3.6vw;
        letter-spacing: -.05rem;
    }

    .content-area .content .app_box_wrap{
        margin-top: 13%;
        margin-bottom: 4%;
        display: block;
    }
    .content-area .content .logo_box{

    }
    .content-area .content .logo_box p{
        font-size: 1.4rem;
        line-height: 1.7;
        text-align: left;
    }
    .content-area .content .logo_box p.logo{
        width: 88%;
        max-width: 1048px;
        margin: 0 auto 7% auto;
    }

    .content-area .content .btn_box p{
        text-align: left;

    }
    .content-area .content .btn_box .app_btn{
        width: 67%;
        max-width: 812px;
        margin: 0 auto 12% auto;
        padding-top: 0;
    }
    .content-area .content.tab04 p.atten{
        font-size: 3.2vw;
    }
}


/*  sec04 -------------------------------------------*/
.sec04{
    padding-bottom: 120px;
    box-sizing: border-box;
}
.sec04 .sec_mv{
    position: relative;
    margin-bottom: 223px;

}
.sec04 .sec_mv h2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -90px;
    margin: 0 auto;
    z-index: 5;
}
.sec04 .sec_mv h2 span{
    display: block;
    font-size: 1.6rem;
    margin-top: 14px;
}

.sec04 .sec_mv .img{ position: relative; z-index: 1;}
.sec04 .sec_mv .img img{
    display: block;
    width: 100%;
    max-width: inherit;
    height: auto;
}

.sec04 .review_box_wrap{
    padding-left: 80px;
    box-sizing: border-box;
}
.sec04 .review_box{}
.sec04 .review_box+.review_box{ margin-top: 58px;}
.sec04 .review_box h3{
    position: relative;
    font-size: 2.6rem;
    line-height: 2;
    padding-left: 50px;
    margin-bottom: 27px;
    box-sizing: border-box;
}
.sec04 .review_box h3:before{
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    content: '';
    background: url("../img/icn_green.png") no-repeat center center;
    background-size: 100% auto !important;
    width: 34px;
    height: 26px;
}
.sec04 .review_box.blue h3:before{background: url("../img/icn_blue.png") no-repeat center center;}
.sec04 .review_box.green02 h3:before{background: url("../img/icn_green02.png") no-repeat center center;}


.sec04 .review_box .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-left: 50px;
    box-sizing: border-box;
}
.sec04 .review_box .flex .img{
    width: 31%;
    max-width: 260px;
}
.sec04 .review_box .flex .txt{
    width: 69%;
    padding-right: 40px;
    box-sizing: border-box;
}
.sec04 .review_box .flex .txt h4{
    font-size: 2.6rem;
    line-height: 1.65;
    margin-bottom: 20px;
}
.sec04 .review_box .flex .txt p{
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: -.03rem;
}


@media screen and (max-width: 767px) {
    .sec04{
        padding-bottom: 12%;
    }
    .sec04 .sec_mv{
        margin-bottom: 11%;
    }
    .sec04 .sec_mv h2{
        bottom: -15vw;
    }
    .sec04 .sec_mv h2 span{
        font-size: 3.8vw;
        margin-top: 3%;
    }

    .sec04 .sec_mv .img img{
        display: block;
        width: 100%;
        max-width: inherit;
        height: auto;
    }

    .sec04 .review_box_wrap{
        padding-left: 0;
    }
    .sec04 .review_box+.review_box{ margin-top: 58px;}
    .sec04 .review_box h3{
        font-size: 4.6vw;
        line-height: 2;
        padding-left: 8vw;
        margin-bottom: 4%;
    }
    .sec04 .review_box h3:before{
        top: 1.8vw;
        background: url("../img/icn_green.png") no-repeat center center;
        width: 6vw;
        max-width: 34px;
        height: 5.8vw;
        max-height: 26px;
    }

    .sec04 .review_box .flex{
        display: block;
        padding-left: 8%;
        padding-right: 2%;
    }
    .sec04 .review_box .flex .img{
        width: 100%;
        max-width: 1121px;
    }
    .sec04 .review_box .flex .txt{
        width: 100%;
        padding-right: 0;
        margin-top: 5%;
    }
    .sec04 .review_box .flex .txt h4{
        font-size: 4.6vw;
        line-height: 1.65;
        margin-bottom: 4%;
    }
    .sec04 .review_box .flex .txt p{
        font-size: 3.8vw;
        letter-spacing: 0;
    }
    /* スライド */
    .slick-slider,.slick-slide { outline: none;}
    .slick-prev {
        left: 5%;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev, .slick-next {
        top: 25%;
        width: 7vw;
        height: 7vw;
        z-index: 50;
    }
    .slick-prev:before{
        content: '';
        background: url("../img/slide_prev.png") no-repeat center center;
    }
    .slick-next:before {
        content: '';
        background: url("../img/slide_next.png") no-repeat center center;
    }
    .slick-prev:before, .slick-next:before {
        display: block;
        opacity: 1;
        background-size: 100% auto !important;
        width: 7vw;
        max-width: 121px;
        height: 7vw;
        max-height: 121px;
    }
    .slick-dots li {
        width: 26%;
        height: 12px;
    }
    .slick-dots li button {
        width: 100%;
        height: 12px;
        padding: 0;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #c2cedd;
    }
    .slick-dots li button:before {
        content: '';
        line-height: 20px;
        width: 100%;
        height: 12px;
        opacity: 1;
        background: #eaeaea;
    }


}


/*  sec05 -------------------------------------------*/
.sec05{
    padding-top: 50px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.sec05 h2{
    margin-bottom: 70px;
}
.sec05 h2 span{
    display: block;
    font-size: 1.6rem;
    margin-top: 15px;
}

.faq_wrap{
    padding-left: 125px;
    box-sizing: border-box;
}
.faq_wrap dl{}
.faq_wrap dl+dl{ margin-top: 30px;}
.faq_wrap dt{
    font-size: 2.6rem;
    line-height:2;
    background: #ebebeb;
    margin-bottom: 24px;
    padding: 14px 30px;
    box-sizing: border-box;
}
.ie .faq_wrap dt{
    padding: 16px 30px 12px 30px;
}
.faq_wrap dd{
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 30px;
    margin-right: 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .sec05{
        padding-top: 10%;
        padding-bottom: 11%;
    }
    .sec05 h2{
        margin-bottom: 9%;
    }
    .sec05 h2 span{
        font-size: 3.8vw;
        margin-top: 1%;
    }

    .faq_wrap{
        padding-left: 8%;
    } 
    .faq_wrap dl+dl{ margin-top: 5%;}
    .faq_wrap dt{
        font-size: 3.8vw;
        line-height: 2;
        background: #ebebeb;
        margin-bottom: 2%;
        padding: 2% 4%;
    }
    .faq_wrap dd{
        font-size: 3.6vw;
        line-height: 1.875;
        padding-left: 4%;
        margin-right: 0;
    }


}


/*  sec06 -------------------------------------------*/
.sec06{
    padding-top: 100px;
    box-sizing: border-box;
}
.sec06 h2{ margin-bottom: 70px;}
.sec06 h2 span{
    display: block;
    font-size: 1.6rem;
    margin-top: 20px;
}

.bg_black{
    background: #141428;
    padding: 120px 0 80px 0;
    box-sizing: border-box;
}

.bg_black h3{ margin-bottom: 36px;}
.bg_black h3 span{
    position: relative;
    top: -10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #FFF;
    font-size: 1.6rem;
}
.campagin_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.campagin_wrap .box{
    position: relative;
    width: 49%;
    max-width: 480px;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.campagin_wrap .box .img{
    position: relative;
    z-index: 1;
}
.campagin_wrap .box .img p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 57px;
    margin: 0 auto;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: -.05rem;
    line-height: 1.625;
    padding: 0 10px 20px 20px;
    box-sizing: border-box;
    z-index: 5;
}
.campagin_wrap .box:nth-of-type(1) .img p{ text-indent: -.5rem;}
.campagin_wrap .interval{
    letter-spacing: -1rem;
    padding-right: 4px;
    margin-left: -3px;
}

.campagin_wrap .box .img img{
    position: relative;
    z-index: 1;
}
.campagin_wrap .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    z-index: 5;
}
.campagin_wrap .box.green .txt{background: #87bc1f;}
.campagin_wrap .box.blue .txt{background: #00a0e3;}
.campagin_wrap .box.green02 .txt{background: #00978f;}
.campagin_wrap .box.pink .txt{background: #e15291;}

.campagin_wrap .txt p{
    text-align: center;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
}


.form_style{ margin-top: 160px;}
.form_style h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    font-size: 2.0rem;
    color: #FFF;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.form_style h3 span{
    font-size: 1.4rem;
    margin: 0;
    top: 0;
}
.form_style .required{}
.form_style table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}
.form_style table th,
.form_style table td{
    vertical-align: top;
    font-size: 1.6rem;
    color: #FFF;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 14px 0;
    box-sizing: border-box;
}

.form_style table th{
    width: 33.5%;
    max-width: 329px;
    vertical-align: middle;
}
.form_style table th.v_top{ vertical-align: top;}

.form_style table td p{ color: #FFF;}
.form_style table td p+p{ margin-top: 8px;}

.form_style input,
.form_style textarea{
    width: 100%;
    background: #FFF;
    border-radius: 5px;
    padding: 15px;
    font-size: 1.6rem;
    outline: none;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
}
.form_style textarea{
    height: 150px;
    resize: vertical;
}

.form_style input.input_width01{
    width: 170px;
    margin-left: 10px;
}
.form_style input.input_width02{
    width: 148px;
    margin-left: 10px;
}
.form_style .child_list{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}
.form_style .child_list p{
    font-size: 1.6rem;
    margin-right: 20px;
}
.form_style .child_list ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form_style .child_list ul li+li{ margin-left: 20px;}

.form_style .input_flex{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_style .input_flex input{
    width: 84%;
    max-width: 580px;
}
.form_style .input_flex .formError .formErrorContent{
    position: absolute;
    top: -32px;
    right: 0;
    width: 84%;
    max-width: 580px;
}

.form_style input::placeholder { color: #acacac;}
/* IE */
.form_style input:-ms-input-placeholder  { color: #acacac;}
/* Edge */
.form_style input::-ms-input-placeholder  { color: #acacac;}

/* ラジオボタン */
.form_style .radio.flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form_style .radio.flex li+li{ margin-left: 35px;}

.form_style .radio-input,
.form_style .checkbox-input{
  visibility:  hidden;
  width: 1px;
}
.form_style .radio-input + label{
    padding-left: 40px;
    position:relative;
    font-size: 2.0rem;
    color: #FFF;
    cursor: pointer;
}
.form_style .radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #999;
    border-radius: 50%;
}

.form_style .radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    background: #FFF;
    border-radius: 50%;
}
/* チェックボックス */
.form_style .checkbox-parts{
    padding-left: 40px;
    position:relative;
    font-size: 2.0rem;
    color: #FFF;
    cursor: pointer;
}
.form_style .checkbox-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #FFF;
    border-radius: 2px;
}

.form_style .checkbox-input:checked + .checkbox-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 7px;
    width: 10px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
}


.sec06 .btn_wrap{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec06 .btn_wrap .btn+.btn{ margin-left: 35px;}


.sec06 .btn_wrap .btn{
    position: relative;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    color: #FFF;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 7px;
    padding: 21px 10px;
    cursor: pointer;
    box-sizing: border-box;
    transition: .4s;
}
.sec06 .btn_wrap .btn:hover{ opacity: .6;}

.sec06 .btn_wrap .btn.btn-primary{
    width: 100%;
    max-width: 418px;
    background: #b1ed1e;
    border: 6px solid #78b400;
}

.sec06 .btn_wrap .btn:after{
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    margin-top: -5px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.privacy{ margin-top: 90px; margin-bottom: 35px;}
.privacy h4,
.privacy p{
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.7;
}

.sec06 .contact_wrap{
    display: flex;
    justify-content: space-between;
}
.sec06 .contact_wrap .box{
    width: 48%;
    max-width: 470px;
    border: 1px solid rgba(255,255,255,.3);
    padding: 25px 20px 20px 20px;
    box-sizing: border-box;
}
.sec06 .contact_wrap .box h4,
.sec06 .contact_wrap .box p{
    color: #FFF;
}

.sec06 .contact_wrap .box .logo_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.sec06 .contact_wrap .box .logo_wrap .logo{
    max-width: 237px;
}
.sec06 .contact_wrap .box .logo_wrap .app_btn{
    max-width: 171px;
}
.sec06 .contact_wrap .box p{
    font-size: 1.4rem;
    line-height: 1.7;
}
.sec06 .contact_wrap .box p.atten{
    font-size: 1.0rem;
    line-height: 1.4;
    margin-top: 10px;
}

.sec06 .contact_wrap .box.tel-box{}
.sec06 .contact_wrap .box h4{
    text-align: center;
    margin-bottom: 25px;
}
.sec06 .contact_wrap .box h4 span{
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 0 45px 15px 45px;
    box-sizing: border-box;
}
.sec06 .contact_wrap .box.tel-box p{
    font-size: 1.4rem;
    text-align: center;
}
.sec06 .contact_wrap .box.tel-box p.tel{ margin-bottom: 15px;}

@media screen and (max-width: 767px) {
    .sec06{
        padding-top: 10%;
    }
    .sec06 h2{ margin-bottom: 10%;}
    .sec06 h2 span{
        display: block;
        font-size: 3.8vw;
        margin-top: 4%;
    }

    .bg_black{
        padding: 11% 0 8% 0;
    }

    .bg_black h3{
        display: block;
        margin-bottom: 5%;
    }
    .bg_black h3 img{
        width: 30%;
        max-width: 365px;
    }
    .bg_black h3 span{
        top: -2vw;
        margin-left: 10px;
        font-size: 3.6vw;
    }
    .campagin_wrap{
        display: block;
    }
    .campagin_wrap .box{
        width: 100%;
        max-width: inherit;
        border-radius: 10px;
        margin-bottom: 0;
    }

    .campagin_wrap .box .img p{
        bottom: 10vw;
        font-size: 3.2vw;
        line-height: 1.625;
        word-break: keep-all;
        padding: 0 4% 4% 5%;
    }
    .campagin_wrap .box:nth-of-type(1) .img p{ text-indent: -.5rem;}

    .campagin_wrap .interval {
        letter-spacing: -0.7rem;
        padding-right: 4px;
        margin-left: -2px;
    }
    .campagin_wrap .txt{
        padding: 6px;
    }

    .campagin_wrap .txt p{
        font-size: 3.8vw;
    }
    .campagin_wrap .slick-prev {
        left: -4vw;
    }
    .campagin_wrap .slick-next {
        right: -4vw;
    }
    .campagin_wrap .slick-prev, .campagin_wrap .slick-next {
        top: 50%;
        margin-top: -3.5vw;
    }
    .campagin_wrap .slick-prev:before{
        content: '';
        background: url("../img/slide_white_prev.png") no-repeat center center;
    }
    .campagin_wrap .slick-next:before {
        content: '';
        background: url("../img/slide_white_next.png") no-repeat center center;
    }
    .campagin_wrap .slick-dots{ bottom: -35px;}
    .campagin_wrap .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 9px;
    }
    .campagin_wrap .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
    }
    .campagin_wrap .slick-dots li button:before {
        content: '';
        line-height: 20px;
        width: 10px;
        height: 10px;
        opacity: 1;
        background: #FFF;
        border-radius: 100%;
    }
    .campagin_wrap .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #b0ec1e;
    }

    .form_style{ margin-top: 21%;}
    .form_style h3{
        display: flex;
        font-size: 4.6vw;
        margin-bottom: 5%;
    }
    .form_style h3 span{
        font-size: 3.4vw;
        top: 0;
    }

    .form_style table th,
    .form_style table td{
        display: block;
        font-size: 3.6vw;
        box-sizing: border-box;
    }

    .form_style table th{
        width: 100%;
        border-bottom: none;
        padding: 5% 0 5px 0;
    }
    .form_style table td{
        padding: 0 0 5% 0;
    }
    .form_style table td p{ font-size: 3.8vw;}
    .form_style table td p+p{ margin-top: 8px;}

    .form_style input,
    .form_style textarea{
        font-size: 3.8vw;
        border-radius: 3px;
        padding: 11px 4% 16px 4%;
    }
    .form_style textarea{
        height: 150px;
    }

    .form_style input.input_width01{
        width: 34vw;
    }
    .form_style input.input_width02{
        width: 60vw;
        margin-left: 5%;
    }

    .form_style .child_list{
        display: block;
        padding-left: 7%;
    }
    .form_style .child_list p{
        font-size: 3.6vw;
        margin-right: 0;
    }
    .form_style .child_list ul{
        display: block;
    }
    .form_style .child_list ul li+li{ margin-left: 0;}

    .form_style .input_flex input {
        width: 70vw;
        max-width: inherit;
    }
    .form_style .input_flex .formError .formErrorContent{
        width: 70vw;
        max-width: inherit;
    }
    .form_style label{ font-size: 3.8vw;}
    .form_style .sp_flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .form_style .sp_flex+.sp_flex{ margin-top: 8px;}

    /* ラジオボタン */
    .form_style .radio.flex{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .form_style .radio.flex li+li{ margin-left: 35px;}

    .form_style .radio-input + label{
        padding-left: 7vw;
        font-size: 4vw;
    }
    .form_style .radio-input + label::before{
        width: 5vw;
        height: 5vw;
    }

    .form_style .radio-input:checked + label::after{
        top: 1.2vw;
        left:1.2vw;
        width: 2.5vw;
        height: 2.5vw;
    }
    /* チェックボックス */
    .form_style .checkbox-parts{
        padding-left: 7vw;
        font-size:4vw;
    }
    .form_style .checkbox-parts::before{
        width: 5vw;
        height: 5vw;
    }

    .form_style .checkbox-input:checked + .checkbox-parts::after{
        top: -1.2vw;
        left: 1.8vw;
        width: 3vw;
        height: 4.5vw;
    }

    .sec06 .btn_wrap{
        margin-top: 5%;
        display: block;
    }
    .sec06 .btn_wrap .btn+.btn{ margin-left: 0; margin-top: 3%;}
    .sec06 .btn_wrap .btn{
        font-size: 5.2vw;
        padding: 4% 3%;
    }

    .sec06 .btn_wrap .btn.btn-primary{ 
        max-width: inherit;
        border: 3px solid #78b400;
    }

    .sec06 .btn_wrap .btn:after{
        margin-top: -1vw;
        right: 6vw;
        width: 2vw;
        height: 2vw;
    }

    .privacy{ margin-top: 12%; margin-bottom: 6%;}
    .privacy h4,
    .privacy p{
        font-size: 3.6vw;
    }

    .sec06 .contact_wrap{
        display: block;
    }
    .sec06 .contact_wrap .box{
        width: 100%;
        max-width: inherit;
        padding: 4%;
    }
    .sec06 .contact_wrap .box+.box{ margin-top: 4%;}
    .sec06 .contact_wrap .box .logo_wrap{
        margin-bottom: 3%;
    }
    .sec06 .contact_wrap .box .logo_wrap .logo{
        width: 60%;
        max-width: 237px;
    }
    .sec06 .contact_wrap .box .logo_wrap .app_btn{
        width: 50%;
        max-width: 171px;
        margin-left: 4%;
    }
    .sec06 .contact_wrap .box p{
        font-size: 3.1vw;
    }
    .sec06 .contact_wrap .box p.atten{
        font-size: 2.8vw;
    }

    .sec06 .contact_wrap .box h4{
        text-align: center;
        margin-bottom: 25px;
    }
    .sec06 .contact_wrap .box h4 span{
        font-size: 5.2vw;
        padding: 0 45px 15px 45px;
    }
    .sec06 .contact_wrap .box.tel-box p{
        font-size: 3.5vw;
    }
    .sec06 .contact_wrap .box.tel-box p.tel{
        width: 80%;
        max-width: 798px;
        margin: 0 auto 15px auto;
    }

}

@media screen and (max-width: 360px) {
    .campagin_wrap .interval {
        letter-spacing: -0.5rem;
        margin-left: -1px;
    }
}

/*  confirm -------------------------------------------*/
.confirm_text p{
    text-align: center;
    font-size: 1.8rem;
    color: #FFF;
}

.confirm .form_style {
    margin-top: 60px;
}
.sec06 .btn_wrap .btn.btn-back{
    width: 48%;
    max-width: 418px;
    color: #141428;
    background: #eaeaea;
    line-height: 1;
    padding: 27px 10px;
    border: 6px solid #c2cedd;
}
.confirm .sec06 .btn_wrap .btn.btn-primary {
    width: 48%;
}
.confirm .sec06 .btn_wrap .btn.btn-back:after {
    border-top: 2px solid #141428;
    border-right: 2px solid #141428;
}
.confirm .form_style .input_flex{ justify-content: flex-start;}
.confirm .form_style .input_flex span{ margin-right: 20px;}

.confirm .form_style .child_list {
    display: block;
    padding-left: 60px;
}
.confirm .form_style .child_list p:first-of-type{ margin-left: -20px;}



@media screen and (max-width: 767px) {
    .confirm_text p{
        text-align: center;
        font-size: 3.8vw;
        color: #FFF;
     }
    .sec06 .btn_wrap .btn.btn-back{
        width: 100%;
        max-width: inherit;
        padding: 5% 3%;
        border: 3px solid #c2cedd;
    }
    .confirm .sec06 .btn_wrap .btn.btn-primary {
        width: 100%;
    }


}


/*  complete -------------------------------------------*/
.complete .sec06{ margin-bottom: 100px;}
.complete .sec06 h3{
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 50px;
}
.complete .sec06 p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.75;
}

.sec06 .btn_wrap .btn.btn-top{
    width: 100%;
    max-width: 418px;
    color: #141428;
    background: #b1ed1e;
    line-height: 1;
    border: 6px solid #78b400;
}

.complete .sec06 .btn_wrap .btn:after {
    border-top: 2px solid #141428;
    border-right: 2px solid #141428;
}

@media screen and (max-width: 767px) {
    .complete .sec06{ margin-bottom: 10%;}
    .complete .sec06 h3{
        text-align: center;
        font-size: 5vw;
        margin-bottom: 10%;
    }
    .complete .sec06 p{
        text-align: left;
        font-size: 3.6vw;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .complete .sec06 .btn_wrap { margin-top: 10%;}

    .sec06 .btn_wrap .btn.btn-top{ 
        display: block;
        width: 80%;
        margin: 0 auto;
        max-width: inherit;
        border: 3px solid #78b400;
    }


}



