@charset "utf-8";

/*
TOP
*/





.mainImg .screenWrap{
    background-color: #2d2d2d;
    padding: 30px;
    border-radius: 20px;

    margin: 10px auto;
}

.wrap{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


#mainTop{
    /* background: url(./img/bg_main.png) repeat-x top center; */
    background-position: 0 40px;
    background-size:contain;
    background-color: #fffff7;
    padding: 130px 0;
    text-align: center;
}
#mainTop .mainImg{
    width: 80%;
    margin: 0 auto;
}
#mainTop .mainImg img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    #mainTop{
        padding-top: 60px;
    }
    #mainTop .wrap{
        width: 95%;
    }
    #mainTop .mainImg{
        width: 98%;
    }
    #mainTop .mainImg .screenWrap{
        padding: 10px;
        border-radius: 10px;
    }
}


#mainTop h1{
    font-size: 4.2rem;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 40px;
}
#mainTop h1 span{
    color: #ff445f;
}
#mainTop p{
    font-size: 2.6rem;
    line-height: 4rem;
}
#mainTop p span{
    color:#bf0497;
}
#mainTop h2{
   display: flex;
}
#mainTop h2 img{
    height: 49px;
    margin-right: 20px;
}
#mainTop h2 span{
    font-size: 2.1rem;
    line-height: 130%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #mainTop h1{
        font-size: 3.2rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #mainTop p{
        font-size: 1.8rem;
    }
}


#mainTop .mainPointBox_wrap{
    width: 64%;
    margin: 80px auto 0;
    display: flex;
    flex-wrap:wrap;
}
#mainTop .mainPointBox{
    width: 42%;
    margin: 20px auto;
}
.mainPointIcon img{
    height: 100px;
    margin: 20px auto 10px;
}
#mainTop .mainPointBox p{
    font-size: 1.4rem;
    line-height: 180%;
    text-align: left;
    margin: 10px 0;
}
@media screen and (max-width: 767px) {
    #mainTop .mainPointBox_wrap{
        width: 100%;
    }
    #mainTop .mainPointBox{
        width: 90%;

    }
    #mainTop h2{
        justify-content: center;
    }
    .swiper-button-next, .swiper-button-prev {
        margin-top: -110px;
    }
}




#mainPoint{
    background-color: #fbc70e;
    padding: 100px 0;
}
#mainPoint .point_flexbox{
    display: flex;
    justify-content: space-between;
}
#mainPoint .point_flexbox div{
    width: 32%;
    background-color: #fff;
    padding: 45px 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;

}
#mainPoint .point_flexbox .point1_icon{
    text-align: center;
    height: 35%;
    width: 100%;
    display: flex;
    align-items:center;
    justify-content:center;
}
#mainPoint .point_flexbox .point1_icon img{
    width: 60%;
}

#mainPoint .point_flexbox .point2_icon{
    text-align: center;
    height: 35%;
    width: 100%;
    display: flex;
    align-items:center;
    justify-content:center;
}
#mainPoint .point_flexbox .point2_icon img{
    width: 40%;
}

#mainPoint .point_flexbox .point3_icon{
    text-align: center;
    height: 35%;
    width: 100%;
    display: flex;
    align-items:center;
    justify-content:center;
}
#mainPoint .point_flexbox .point3_icon img{
    width: 50%;
}

#mainPoint .point_flexbox h2{
    font-size:2.6rem;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    color: #ff445f;
    margin: 30px auto 20px;
}
#mainPoint .point_flexbox h2 span{
    font-size:2rem;
    display: block;
    color: #bc334d;
    margin-top: 4px;
}
#mainPoint .point_flexbox p{
    font-size: 1.3rem;
    line-height: 180%;
}
@media screen and (max-width: 767px) {
    #mainPoint .point_flexbox{
        flex-wrap:wrap;
    }
    #mainPoint .point_flexbox div{
        width: 100%;
        margin-bottom: 20px;
    }
}



#mainFunction{
    padding: 100px 0;
}
#mainFunction h2{
    font-size:4.2rem;
    font-weight: 400;
    color: #ff445f;
    text-align: center;
    margin-bottom: 40px;
}
#mainFunction p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:1.8rem;
    line-height: 200%;
    text-align: center;
}
#mainFunction p a{
    font-size:1.8rem;
    text-decoration: underline;
    color: #09f;
    padding-left: 5px;
    padding-right: 5px;
}
#mainFunction p a:hover{
    color: #666;
}
#mainFunction .functionBox{
    width: 60%;
    margin: 0 auto 50px;
}
#mainFunction .screenWrap{
    background-color: #2d2d2d;
    padding: 30px;
    border-radius: 20px;

    margin: 10px auto;
}
#mainFunction .screenWrap img{
    width: 100%;
}
#mainFunction .functionBox h3{
    font-size:1.8rem;
    text-align: center;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    margin-bottom: 0;
}
#mainFunction .functionBox p{
    font-size:1.4rem;
    color: #666;
    text-align: center;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #mainFunction .functionBox{
        width: 100%;
    }
    #mainFunction .screenWrap{
        padding: 20px;
    }
    #mainFunction p{
        font-size:1.4rem;
    }
    #mainFunction p a{
        font-size:1.4rem;
    }
}

/**/
#mainRiyourei{
    background-color: #8763cd;
    padding: 100px 0;
}
#mainRiyourei h2{
    color:#fff;
    font-size:4.2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.riyoureiBox{
    padding: 50px 30px 80px;
    background-color: #fff;
    width: 80%;
    min-height: 500px;
    max-width: 600px;
    margin: 0 auto;

}
.riyoureiBox h3{
    font-size:2.4rem;
    color: #8763cd;
    text-align: center;
    font-weight: 400;
}
.riyoureiBox p.mytext{
    font-size:1.6rem;
    color: #333;
    margin: 30px 0 20px;
    line-height: 180%;
}
.riyoureiBox p.caution{
    font-size:1.4rem;
    color: #666;
    padding-left: 1em;
}
.riyoureiBox p.caution:before{
    content:"※";
    margin-left: -1em;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    filter: invert(50%) brightness(2);
    opacity: 0.5;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    filter: invert(50%) brightness(2);
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
    background-color: #000;
}
/**/
#functionDesign .swiper-button-prev, #functionDesign .swiper-container-rtl .swiper-button-next{
    filter: invert(0) brightness(150%) saturate(0);
    opacity: 0.5;
}
#functionDesign .swiper-button-next, #functionDesign .swiper-container-rtl .swiper-button-prev{
    filter: invert(0) brightness(150%) saturate(0);
    opacity: 0.5;
}


/**/
#mainFAQ{
    padding: 100px 0;
}
#mainFAQ h2{
    font-size:4.2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.qa{
    width: 60%;
    margin:0 auto;
}
.qa .faq_q{
    font-size:1.8rem;
    color: #455a98;
    background: url(./img/qa_icon_q.jpg) no-repeat;
    background-size: 90px;
    min-height: 90px;
    padding-top: 30px;
    padding-left: 120px;
    line-height: 200%;
}
.qa .faq_a{
    margin-top: 20px;
    font-size:1.7rem;
    line-height: 200%;
    background: url(./img/qa_icon_a.jpg) no-repeat;
    background-size: 90px;
    padding-top: 15px;
    padding-left: 120px;
}
@media screen and (max-width: 767px) {
    .qa{
        width: 100%;
    }
    .qa .faq_q{
        background-size: 60px;
        min-height: 60px;
        padding: 10px 0 0 80px;
    }
    .qa .faq_a{

        background-size: 60px;
        min-height: 60px;
        padding: 10px 0 0 80px;
    }
}



/**/
#mainStep{
    background-color: #fef1c3;
    padding:100px 0;
}
#mainStep .wrap{
    width: 60%;
}
#mainStep h2{
    font-size:4.2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    #mainStep .wrap{
        width: 90%;
    }
}



.stepBox{
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 51px;
    background-color: #fff;
    padding: 30px 30px 30px 120px;
    min-height: 100px;
    margin-bottom: 20px;
}
.stepBox h3{
    font-size:2.6rem;
    font-weight: 400;
    color: #ff445f;

}
.stepBox p{
    font-size:1.4rem;
}
.stepBox--step1{
    background-image: url(./img/step1.png);
}
.stepBox--step2{
    background-image: url(./img/step2.png);
}
.stepBox--step3{
    background-image: url(./img/step3.png);
}
.stepBox--step4{
    background-image: url(./img/step4.png);
}
.stepBox--step5{
    background-image: url(./img/step5.png);
}
.stepBox--step6{
    background-image: url(./img/step6.png);
}
.stepBox--step7{
    background-image: url(./img/step7.png);
}

/**/
#contact{
    background: url(./img/bg_contact.png) no-repeat;
    background-size: cover;
    padding: 50px 0 30px;
}
#contact h2{
    color: #ff445f;
    font-size:2.6rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
#contact p{
    font-size:1.6rem;
    text-align: center;
}
.contactBox{
    background-color: #fff;
    padding: 50px 30px;
    width: 60%;
    margin: 0 auto;
}
a.contactBtn{
    background: linear-gradient(90deg,#ffaf03, #d602fc);
    color: #fff;
    font-size:1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 20px 40px;
    border-radius: 50px;
    display: block;
    width: 200px;
    margin: 0 auto;
}
.contactBox a.contactBtn{
    margin-top: 30px;
}
a.contactBtn:hover{
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .contactBox{
        width: 100%;
    }
}


