@charset "utf-8";
/* CSS Document */

/**/
.main_v .section_box{
    background: url(../img/bg_main.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.main_v .section_box::after{
    content: "";
    display: block;
    width: 100%;
    background: url(../img/ico_diya01.svg) repeat-x bottom center;
    bottom: 0;
    position: absolute;
}
.main_v h2{
    background: #F84D82;
    color: #FFF;
    box-sizing: border-box;
}
.main_v h3{
    background: #FFF;
    color: #F84D82;
    border-top: 3px solid #F84D82;
    border-left: 3px solid #F84D82;
    border-bottom: 3px solid #F84D82;
    box-sizing: border-box;
}
.main_v p{
    background: #FFF;
    box-sizing: border-box;
    display: inline-block;
}
@media screen and (min-width: 769px){
.main_v .section_box{
    padding: 20vh 0 25vh;
}
.main_v .section_box::after{
    height: 32px;
}
.main_v .inner{
    width:98%;
    max-width:1000px;
    margin:0 auto 0;
}
.main_v .section_box .txt{
    width: 60%;
}
.main_v h2{
    font-size: 2.5rem;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.main_v h3{
    font-size: 3.0rem;
    padding: 30px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.main_v p{
    font-size: 2.4rem;
    padding: 20px 30px;
}
}
@media screen and (min-width: 667px) and (max-width: 768px){
.main_v .section_box{
    background: url(../img/bg_main.jpg) no-repeat top right;
    background-size: 100%;
    padding: 12vh 0 3vh;
    width: 100%;
    margin-bottom: 20px;
}
.main_v .section_box::after{
    height: 16px;
    background-size: 51px;
}
.main_v .section_box .txt{
    width: 65%;
    margin-left: 5%;
}
.main_v h2{
    font-size: 1.8rem;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.main_v h3{
    font-size: 2.4rem;
    padding: 15px;
    margin-bottom: 15px;
}
.main_v p{
    font-size: 1.6rem;
    padding: 10px 30px;
}
}
@media screen and (max-width: 666px){
.main_v .section_box {
    background: url(../img/bg_main_sp.jpg) no-repeat top right;
    background-size: 100%;
    padding-top: 5vh;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.main_v .section_box .txt{
    width: 94%;
    margin-left: -3%;
}
.main_v h2{
    font-size: 1.6rem;
    padding: 15px 15px;
    margin: 5px 0 25px 18%;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
    background: rgb(248,77,130, 0.8);
}
.main_v h3{
    font-size: 1.6rem;
    padding: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.main_v p{
    font-size: 1.4rem;
    padding: 10px 15px;
    background: #F84D82;
    color: #FFF;
}
}

/* STORY */
.story .section_box::before{
    content: "";
    display: block;
    background: url(../img/ico_logo.svg) no-repeat center center;
    background-size: 100%;
}
@media screen and (min-width: 769px){
.story{
    background:url(../img/bg_story01.jpg) no-repeat right 45%,url(../img/bg_story02.jpg) no-repeat left 95%;
    background-size: 30% ,30%;
    position: relative;
    z-index: 2;
    margin-top: -20px;
}
.story .section_box{
    padding-top: 0;
}
.story .section_box::before{
    width: 64px;
    height: 64px;
    margin: 0 auto 30px;
}
.story .section_box p{
    font-size: 1.8rem;
    margin: 0 0 30px;
}
}
@media screen and (max-width: 768px){
.story .section_box::before{
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
}
.story .section_box p{
    font-size: 1.4rem;
    margin: 0 0 15px;
}
}
@media screen and (min-width: 667px) and (max-width: 768px){
.story{
    background:url(../img/bg_story01.jpg) no-repeat right 0%,url(../img/bg_story02.jpg) no-repeat left 85%;
    background-size: 25% ,25%;
}
}
@media screen and (max-width: 666px){
.story{
    background:url(../img/bg_story01.jpg) no-repeat left 0%,url(../img/bg_story02.jpg) no-repeat right 5%;
    background-size: 50% ,50%;
}
.story .section_box{
    padding: 20vh 0 0;
}
}

/*need*/
@media screen and (min-width: 769px){
.need .section_box{
    padding-top: 20px;
}
}
@media screen and (max-width: 768px){
}
.img_margin {
    margin: 1.5em auto;
}
/* trouble */
.trouble_txt p{
    border: 1px solid #F84D82;
    background: #FFF;
}
.trouble_fix p{
    background: #F84D82;
    position: relative;
}
.trouble_fix p::before,
.trouble_fix p::after{
    content: "";
    display: block;
    position: absolute;
}
.trouble_fix p::before{
    background: url(../img/ico_logo.svg) no-repeat center center;
    background-size: 100%;
}
.trouble_fix p::after{
    background: url(../img/ico_trouble_arrow.svg) no-repeat center center;
    background-size: 100%;
}
.trouble .trouble_list h3 span{
    line-height: 1.5;
}
.trouble .trouble_list h3{
    display: flex;
}
@media screen and (min-width: 769px){
.trouble{
    background:url(../img/bg_trouble01.jpg) no-repeat right 70%,url(../img/bg_trouble02.jpg) no-repeat left 98%;
    background-size: 35% ,35%;
}
.trouble .section_box{
    padding: 20px 0 210px;
}
.trouble .trouble_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 20px;
}
.trouble .trouble_list li{
    width: 47%;
    margin-bottom: 40px;
}
.trouble .trouble_list h3 span{
    font-size: 2.8rem;
}
.trouble .trouble_list h3 b{
    font-size: 2.0rem;
    margin-left: 1rem;
}
.trouble .trouble_list p{
    margin: 20px 0 0;
    font-size: 1.6rem;
}
.trouble .trouble_txt p{
    display: inline-block;
    font-size: 2.2rem;
    padding: 20px;
}
.trouble .trouble_fix p{
    display: inline-block;
    font-size: 2.8rem;
    padding: 40px 30px 30px;
    margin-top: 60px;
}
.trouble_fix p::before{
    width: 74px;
    height: 74px;
    top: -37px;
    left: 50%;
    margin-left: -37px;
}
.trouble_fix p::after{
    width: 140px;
    height: 210px;
    bottom: -200px;
    left: 50%;
    margin-left: -70px;
}
}
@media screen and (max-width: 768px){
.trouble{
    background:url(../img/bg_trouble01.jpg) no-repeat left 100%,url(../img/bg_trouble02.jpg) no-repeat right 100%;
    background-size: 50% ,50%;
}
.trouble .section_box{
    padding-bottom: 110px;
}
.trouble .trouble_list{
    width: 90%;
    margin: 0 auto 20px;
}
.trouble .trouble_list li{
    margin-bottom: 30px;
}
.trouble .trouble_list h3 span{
    font-size: 2.2rem;
}
.trouble .trouble_list h3 b{
    font-size: 1.6rem;
    margin-left: 1rem;
}
.trouble .trouble_list p{
    margin: 10px 0 0;
    font-size: 1.4rem;
}
.trouble .trouble_txt p{
    display: inline-block;
    font-size: 1.6rem;
    padding: 20px;
}
.trouble .trouble_fix p{
    display: inline-block;
    font-size: 1.8rem;
    padding: 40px 15px 15px;
    margin-top: 50px;
}
.trouble_fix p::before{
    width: 74px;
    height: 74px;
    top: -37px;
    left: 50%;
    margin-left: -37px;
}
.trouble_fix p::after{
    width: 70px;
    height: 105px;
    bottom: -100px;
    left: 50%;
    margin-left: -35px;
}
}

/* REASON */
.reason .good_list li{
    position: relative;
}
.reason .good_list li::before{
    display: block;
    font-family: azote, serif;
    font-weight: 700;
    font-style: normal;
    color: #F84D82;
    box-sizing: border-box;
    text-align: center;
}
.reason .good_list li:nth-child(1)::before{
    content: "1";
}
.reason .good_list li:nth-child(2)::before{
    content: "2";
}
.reason .good_list li:nth-child(3)::before{
    content: "3";
}
.reason .good_list li:nth-child(4)::before{
    content: "4";
}

@media screen and (min-width: 769px){
.reason .section_box{
    padding-top: 20px;
}
.reason .good_list li{
    margin-bottom: 60px;
    width: 100%;
}
.reason .good_list li::before{
    font-size: 5.0rem;
    border-top: 2px solid #F84D82;
    border-bottom: 2px solid #F84D82;
    border-left: 2px solid #F84D82;
    width: 76px;
    height: 76px;
    margin: 10px auto 30px;
    line-height: 76px;
}
.reason_cont{
    align-items: center;
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    width: 98%;
    margin: 0 auto 60px;
}
.reason_cont .photo{
    width: 50%;
}
.reason_cont .photo img{
    width: 100%;
}
.reason_cont .txt{
    width: 50%;
    box-sizing: border-box;
    padding: 0 5%;
}

.reason_cont .txt p{
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.reason_fix{
    border-top: 2px solid #F84D82;
    border-left: 2px solid #F84D82;
    border-bottom: 2px solid #F84D82;
    font-size: 2.8rem;
    display: inline-block;
    padding: 40px 60px;
    position: relative;
}
.reason_fix::before{
    content: "";
    width: 68px;
    height: 68px;
    position: absolute;
    top: -34px;
    left: 50%;
    margin: 0 0 0 -34px;
    background: url(../img/ico_logo.svg) no-repeat center center;
    background-size: 100%;
}
}
@media screen and (max-width: 768px){
.reason .good_list li{
    margin-bottom: 40px;
}
.reason .good_list li::before{
    font-size: 3rem;
    border-top: 1px solid #F84D82;
    border-bottom: 1px solid #F84D82;
    border-left: 1px solid #F84D82;
    width: 50px;
    height: 50px;
    margin: 10px auto 15px;
    line-height: 50px;
}
.reason_cont .photo{
    text-align: center;
}
.reason_cont .txt{
    margin: 20px 5%;
}
.reason_cont .txt p{
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.reason_fix{
    border-top: 1px solid #F84D82;
    border-left: 1px solid #F84D82;
    border-bottom: 1px solid #F84D82;
    font-size: 2.0rem;
    display: inline-block;
    padding: 30px 30px 20px;
    position: relative;
}
.reason_fix::before{
    content: "";
    width: 68px;
    height: 68px;
    position: absolute;
    top: -34px;
    left: 50%;
    margin: 0 0 0 -34px;
    background: url(../img/ico_logo.svg) no-repeat center center;
    background-size: 100%;
}
}


/* ABOUT */
.about .about_list li{
    list-style: disc;
    color: #F84D82;
}
.about .about_list li span{
    color: #333;
}
.about .about_list dd{
    line-height: 1.8;
}
.about .tpl h3{
    position: relative;
}
.about .tpl_list li img{
    border: 1px solid #CCC;
}
.about .tpl_list li .btn_wide a{
    display: inline-block;
    border: 1px solid #F84D82;
    border-radius: 4px;
}
@media screen and (min-width: 769px){
.about .about_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 98%;
    max-width: 1000px;
    margin: 0 auto 80px;
    border-top: 1px solid #F84D82;
}
.about .about_list dt ,.about .about_list dd{
    box-sizing: border-box;
    border-bottom: 1px solid #F84D82;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about .about_list dt{
    width: 20%;
    font-size: 1.8rem;
}
.about .about_list dd{
    width: 80%;
    font-size: 1.6rem;
    padding-left: 5%;
}
.about .about_list li{
    margin-bottom: 15px;
}
.about .about_list li:last-child{
    margin-bottom: 0;
}
.about .about_list b{
    font-size: 1.8rem;
}
.about .tpl h3::before{
    content: "";
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
    display: block;
    background: url(../img/ico_logo.svg) no-repeat center center;
    background-size: 100%;
}
.about .tpl_list ,.about .tpl_list>li ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.about .tpl_list{
    max-width: 1000px;
    margin: 0 auto;
}
.about .tpl_list>li{
    margin-bottom: 50px;
}
.about .tpl_list li{
    width: 47%;
}
.about .tpl_list li h5{
    margin-bottom: 15px;
}
.about .tpl_list li .btn_wide{
    margin-top: 10px;
}
.about .tpl_list li .btn_wide a{
    padding: 5px 10px;
    font-size: 1.4rem;
}
.about p.tpl_lead{
    font-size: 1.6rem;
    margin: 0 0 30px;
}
}
@media screen and (max-width: 768px){
.about .about_list{
    margin: 0 auto 40px;
    width: 90%;
    border-bottom: 1px solid #F84D82;
}
.about .about_list dt{
    font-size: 1.6rem;
    border-top: 1px solid #F84D82;
    padding-top: 20px;
    font-weight: bold;
}
.about .about_list dd{
    font-size: 1.4rem;
    margin: 20px 0;
    line-height: 1.8;
}
.about .about_list b{
    font-size: 1.6rem;
}
.about .about_list ul{
    padding-left: 2rem;
}
.about .about_list li{
    margin-bottom: 10px;
}
.about .tpl h3::before{
    content: "";
    width: 68px;
    height: 68px;
    margin: 0 auto 0;
    display: block;
    background: url(../img/ico_logo.svg) no-repeat center center;
    background-size: 100%;
}
.about .tpl_list>li ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.about .tpl_list>li ul li{
    margin-bottom: 30px;
    width: 49%;
}
.about .tpl_list li h5{
    margin-bottom: 10px;
    font-size: 1.4rem;
}
.about .tpl_list li .btn_wide a{
    padding: 5px 10px;
    font-size: 1.2rem;
}
.about p.tpl_lead{
    font-size: 1.4rem;
    margin: 0 0 20px;
}
}



/* FLOW */
.flow .list_flow{
    width: 90%;
    margin: 0 auto;
}
.flow .list_flow li{
    position:relative;
}
.flow .list_flow li::after{
    content: "";
    display: block;
    background: url(../img/ico_arrow.svg) no-repeat center center;
    background-size: 100%;
}
.flow .list_flow li:last-child::after{
    display: none;
}
.flow .list_flow li h3{
    display: flex;
    align-items: center;
}
@media screen and (min-width: 769px){
.flow .section_box{
    padding-top: 20px;
}
.flow .list_flow{
    max-width: 800px;
}
.flow .list_flow li{
    margin-bottom: 30px;
}
.flow .list_flow li::after{
    width: 32px;
    height: 62px;
    margin: 30px auto;
}
.flow .step_num{
    background: url(../img/ico_diya05.svg) repeat-y right top #536FFF;
    font-family: azote, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0rem;
    padding: 15px 20px;
    margin: 0 10px 20px 0;
}
.flow .list_flow p{
    font-size: 1.6rem;
}
}
@media screen and (max-width: 768px){
.flow .list_flow li{
    margin-bottom: 30px;
}
.flow .list_flow li::after{
    width: 16px;
    height: 31px;
    margin: 15px auto;
}
.flow .step_num{
    background: url(../img/ico_diya05.svg) repeat-y right top #536FFF;
    font-family: azote, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    padding: 10px 10px;
    margin: 0 10px 20px 0;
}
.flow .list_flow p{
    font-size: 1.4rem;
}
}


/* VOICE */
.voice_list{
    width: 90%;
    margin: 0 auto;
}
.voice_list li{
    display: flex;
    align-items: center;
}
.voice_list li .thumb,
.voice_list li .comment{
    box-sizing: border-box;
}
.voice_list li .thumb{
    width: 10%;
}
.voice_list li .comment{
    border-top: 1px solid #F84D82;
    border-bottom: 1px solid #F84D82;
    width: 90%;
}
@media screen and (min-width: 769px){
.voice_list{
    max-width: 900px;
}
.voice_list li{
    margin-bottom: 30px;
}
.voice_list li .comment{
    padding: 20px 15px;
}
}
@media screen and (max-width: 768px){
.voice_list li{
    margin-bottom: 15px;
}
.voice_list li .comment{
    padding: 15px 10px;
    font-size: 1.4rem;
}
}


/* faq */
.faq .list_faq{
    margin: 0 auto;
    width: 90%;
}
.faq .list_faq li h3,
.faq .list_faq li p{
    position: relative;
}
.faq .list_faq li h3::before,
.faq .list_faq li p::before{
    font-family: azote, serif;
    font-weight: 400;
    font-style: normal;
   position:absolute;
}
.faq .list_faq li h3{
    font-weight: bold;
}
.faq .list_faq li h3::before{
    color: #536FFF;
    left: 0;
}
.faq .list_faq li{
    border-bottom: 1px solid #F84D82;
}
.faq .list_faq li:nth-child(1) h3::before{
    content:"Q1";
}
.faq .list_faq li:nth-child(2) h3::before{
    content:"Q2";
}
.faq .list_faq li:nth-child(3) h3::before{
    content:"Q3";
}
.faq .list_faq li:nth-child(4) h3::before{
    content:"Q4";
}
.faq .list_faq li:nth-child(5) h3::before{
    content:"Q5";
}
.faq .list_faq li:nth-child(6) h3::before{
    content:"Q6";
}
.faq .list_faq li:nth-child(7) h3::before{
    content:"Q7";
}
.faq .list_faq li p::before{
    content: "A";
    color: #F84D82;
    left: 0.5rem;
}
@media screen and (min-width: 769px){
.faq .list_faq{
    max-width: 860px;
}
.faq .list_faq li{
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.faq .list_faq li h3::before,
.faq .list_faq li p::before{
   top: -0.5rem;
   font-size: 4.0rem;
}
.faq .list_faq li h3,
.faq .list_faq li p{
    padding-left: 5.0rem;
}
.faq .list_faq li h3{
    font-size: 2.2rem;
    padding-top: 10px;
    margin-bottom: 15px;
}
.faq .list_faq li p{
    font-size:1.8rem;
    padding-top: 15px;
}
}
@media screen and (max-width: 768px){
.faq .list_faq li{
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.faq .list_faq li h3::before,
.faq .list_faq li p::before{
   top: -0.5rem;
   font-size: 3.0rem;
}
.faq .list_faq li h3,
.faq .list_faq li p{
    padding-left: 4rem;
}
.faq .list_faq li h3{
    font-size: 1.6rem;
    padding-top: 5px;
    margin-bottom: 8px;
}
.faq .list_faq li p{
    font-size: 1.4rem;
    padding-top: 8px;
}
}
.font_line {
    background:linear-gradient(transparent 60%, #FFF460 60%);
}
.float {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
     width: 100%;
     padding: 1em 0 2em;
     background-color: rgba(255,255,255, 0.9);
     border-top: 3px solid #536FFF;
     box-shadow: 0px 0px 8px rgba(0,0,0, 0.2);
}
.float .txt_strong span::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 1em;
    background-color: #F84D82;
    transform: rotate(-30deg);
    margin-right: 0.5em;
}
.float .txt_strong span::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 1em;
    background-color: #F84D82;
    transform: rotate(30deg);
    margin-left: 0.3em;
}
.float .txt_strong {
    margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
    .float .btn_entry a {
        padding: 1em 2em;
        font-size: 2.0rem;        
    }
}
@media screen and (max-width: 768px) {
    .float {
        padding: 0.2em 0 0.8em;
    }
    .float .btn_entry a {
        padding: 0.5em 0;
        font-size: 1.6rem;        
    }
    .float .txt_strong {
        font-size: 1.6rem;
    }
}