@charset "UTF-8";
*{
    font-family: noto-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.wrap{
    width: 100%;
    min-width: 1200px;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.gnav{
    padding: 10px 10px;
    position: fixed;
    z-index: 20;
    background-color: rgb(255 255 255 / 70%);
}
.gnav .flex-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.gnav .flex-row figure{
    width: 200px;
}
.gnav .flex-row figure a{
    width: 100%;
    display: block;
    padding: 10px 30px;
}
.gnav .flex-row figure a img{
    width: 100%;
}
.gnav .flex-row ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.gnav .flex-row ul li{
    margin: 0 15px;
}
.gnav .flex-row ul li a{
    font-size: 16px;
    color: #333;
    display: block;
    letter-spacing: 0.05em;
}
.gnav .flex-row ul li.cta{
}
.gnav .flex-row ul li.cta a{
    background-color: #000;
    padding: 6px 35px;
    color: #fff;
    border-radius: 40px;
}
.gnav .flex-row ul li.cta.contact{}
.gnav .flex-row ul li.cta.trial{}
.gnav .flex-row ul li.cta.contact a{
    background-color: #d4145a;
}
.gnav .flex-row ul li.cta.trial a{
    background-color: #d4145a;
}
.gnav .flex-row ul li.cta.line a{
    background-color:#00B900;
}
.flex-row .menu-btn{
    display: none;
}
.flex-row .menu-btn span{}
.flex-row .menu-btn span:nth-of-type(1){}
.flex-row .menu-btn span:nth-of-type(2){}
.flex-row .menu-btn span:nth-of-type(3){}


.fv{
    background-image: url(../img/fv-back.png);
    height: 800px;
    background-size: cover;
    background-position: center center;
    padding-top: 70px;
}
.fv .inner{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.fv h2{
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-family: cherry-blossoms-regular, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fv h3{
    width: 100%;
    text-align: center;
    font-size: 56px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.fv a{background-color: #e2620c;color: #fff;padding: 20px 50px;border-radius: 100px;font-size: 18px;letter-spacing: 0.1em;}

main{}
main .ttl{
    text-align: center;
    margin-bottom: 70px;
}
main .ttl h2{
    font-size: 40px;
    font-family: futura;
    letter-spacing: 0.1em;
}
main .ttl h2:after{
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    background-color: #ccc;
    margin: 20px auto;
}
main .content01 .ttl h2{
    color: #d4145a;
}
main .content02 .ttl h2{
    color: #e2620c;
}
main .content03 .ttl h2{
    color: #ddb50e;
}
main .content04 .ttl h2{
    color: #35a800;
}
main .content05 .ttl h2{
    color: #d4145a;
}
main .content06 .ttl h2{
    color: #e2620c;
}
main .content07 .ttl h2{
    color: #ddb50e;
}
main .content08 .ttl h2{}
main .content09 .ttl h2{}
main .ttl h3{
    font-size: 14px;
    color: #888;
}

.content01,
.content02,
.content03,
.content04,
.content05,
.content06,
.content07,
.content08,
.content09{
    padding: 150px 0;
    border-bottom: dotted 1px #ccc;
}

.content01{}
.content01 figure{
    width: 700px;
    background-color: #f1f1f1;
    margin: 0 auto;
    padding: 80px;
}
.content01 figure img{
    width: 100%;
}
.content01 p{
    text-align: center;
    margin-top: 50px;
    line-height: 2.5em;
    color: #444;
    font-weight: 700;
}
.content01 p span{
    font-weight: 700;
    color: #d4145a;
}

.content02{}
.content02 .consept-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.content02 .consept-area .consept-box{
    width: 30%;
}
.content02 .consept-area .consept-box figure{
    text-align: center;
    margin-bottom: 30px;
}
.content02 .consept-area .consept-box figure img{
    width: auto;
    max-height: 220px;
}
.content02 .consept-area .consept-box p{
    text-align: center;
    margin-top: 50px;
    line-height: 1.5em;
    color: #444;
    font-weight: 700;
}
.content02 .text{}
.content02 .text p{
    text-align: center;
    font-size: 24px;
    line-height: 2em;
    letter-spacing: 0.1em;
}
.content02 .text p span{
    font-weight: 700;
    font-size: 28px;
    color: #e2620c;
}

.content03{}
.content03 .lectirer-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content03 .lectirer-area .lectirer-box{
    width: 44%;
}
.content03 .lectirer-area .lectirer-box figure{
    margin-bottom: 30px;
}
.content03 .lectirer-area .lectirer-box figure img{
    width: 100%;
}
.content03 .lectirer-area .lectirer-box h2{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ddb50e;
    margin-bottom: 10px;
}
.content03 .lectirer-area .lectirer-box h2 span{
    font-size: 14px;
    margin-left: 1em;
}
.content03 .lectirer-area .lectirer-box ul{margin-bottom: 20px;border-bottom: dotted 1px #ccc;padding-bottom: 20px;}
.content03 .lectirer-area .lectirer-box ul li{
    margin-bottom: 0.3em;
    font-size: 12px;
    list-style: disc;
    list-style-position: inside;
}
.content03 .lectirer-area .lectirer-box p{
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
}

.content04{}
.content04 .service-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content04 .service-area .service-box{
    width: 30%;
    margin-bottom: 50px;
}
.content04 .service-area .service-box figure{
    margin-bottom: 30px;
}
.content04 .service-area .service-box figure img{
    width: 100%;
}
.content04 .service-area .service-box h2{
    font-size: 24px;
    font-weight: 700;
    color: #35a800;
    margin-bottom: 10px;
}
.content04 .service-area .service-box h3{
    border-left: solid 2px #35a800;
    padding-left: 1em;
    line-height: 1.7em;
    font-weight: 700;
    color: #444;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.content04 .service-area .service-box p{
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
}

.content05{}
.content05 .voice-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content05 .voice-area .voice-box{
    width: 45%;
    margin: 2.5%;
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    padding: 40px;
    border-radius: 10px;
}
.content05 .voice-area .voice-box h2{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #d4145a;
}
.content05 .voice-area .voice-box h2 span{
    background-color: #ccc;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    padding: 1px 10px;
}
.content05 .voice-area .voice-box p{
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
}

.content06{}
.content06 .price-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content06 .price-area .price-box{}
.content06 .price-area .price-box.month{}
.content06 .price-area .price-box.month h2{
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.content06 .price-area .price-box.month h2 span{
    font-size: 46px;
    font-weight: 700;
    color: #e2620c;
}
.content06 .price-area .price-box.month p{
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
}
.content06 .price-area .price-box.arrow{
    display: flex;
    align-items: center;
}
.content06 .price-area .price-box.arrow div{
    width: 0;
    height: 0;
    display: block;
    border: solid 15px transparent;
    border-left-color: #e2620c;
}
.content06 .price-area .price-box.list{}
.content06 .price-area .price-box.list h2{
    color: #e2620c;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.content06 .price-area .price-box.list ul{
    border-left: solid 1px #e2620c;
    padding-left: 1em;
}
.content06 .price-area .price-box.list ul li{
    line-height: 1.7em;
    font-size: 14px;
    list-style: disc;
    list-style-position: inside;
}

.content07{}
.content07 .faq-area{
    width: 1000px;
    margin: 0 auto;
}
.content07 .faq-area dl{}
.content07 .faq-area dl dt{line-height: 1.8em;margin-bottom: 10px;font-size: 14px;}
.content07 .faq-area dl dt:before{
    content: "Q";
    font-family: futura;
    color: #35a800;
    font-size: 1.8em;
    margin-right: 0.5em;
    display: inline-block;
}
.content07 .faq-area dl dd{
    font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc;
}
.content07 .faq-area dl dd:before{
    content: "A";
    font-family: futura;
    color: #d4145a;
    font-size: 1.8em;
    margin-right: 0.5em;
    display: inline-block;
}

footer{
    background-color: #d4145a;
    text-align: center;
    padding: 10px 0;
}
footer .wrap{}
footer .wrap .inner{}
footer .wrap .inner p{
    font-size: 12px;
    color: #Fff;
}
