@charset "utf-8";


.wrapper{
    max-width: 740px;
    margin: 0 auto;
}
*{
    font-weight: bold;
}
.d-flex{
    display: flex;
    justify-content: space-between;
}
.section-title{
    width: 75%;
}
.w-100{
    width: 100%;
}
section + *{
    margin-bottom: 50px;
}
.title-img{
    padding-bottom: 3em;
}
p{
    color: #383838;
    font-weight: bold;
}
@media(max-width: 449px){
    section + *{
        margin-bottom: 30px;
    }
    .title-img{
        max-width: 80%;
        padding-bottom: 30px;
        margin: 0 auto;
    }
}

/* header */
.wrapper header{
    padding: 10px;
}
header .d-flex{
    align-items: center;
}
header a.logo{
    width: 50%;
    display: inline-block;
}
header a.btn{
    width: 40%;
    display: inline-block;
}
@media(max-width: 449px){
    .wrapper header{
        padding: 5px;
    }
      
}

/* first-view */
.first-view{
    /* height: 676px; */
    height: 877px;
    width: 100%;
    background-image: url('../images-lp1/first-view/market.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.webp .first-view{
    /* background-image: url(../images-lp1/first-view/bg-img.webp); */
}

.first-view-review{
    width: 35%;
    left: 1%;
    height: auto;
    position: absolute;
    top: 5%;
}

.first-view-catchCopy{
    font-size: 2.3em;
    color: white;
    font-weight: bold;
    text-shadow: 0px 3px 8px rgba(0, 0, 0);
    position: absolute;
    bottom: 1em;
    left: 1em;
}
.first-view-span{
    font-size: 1.3em;
    color: #FFA7A6;
}
@media(max-width: 600px){
    .first-view{
        height: 400px;
    }
}
@media(max-width: 449px){
    .first-view{
        height: 450px;
    }
    .first-view-catchCopy{
        font-size: 1.3em;
    }
    .first-view-span{
        font-size: 1.2em;
    }
    .first-view img{
        bottom: 20px;
    }
}
.w-70{
    width: 70%;
}
@media(max-width: 350px){
    .first-view-catchCopy{
        font-size: 1.1em;
    }
}

/* check */
.check{
    text-align: center;
    /* padding-bottom: 50px; */
}
.check .section-title{
    padding: 50px 0;
}
@media(max-width: 449px){
    .check .section-title{
        padding: 30px 0;
    }
      
}
.check ul{
    text-align: left;
    width: 90%;
    margin: 0 auto;
    border: 3px solid #E8E4DB;
    padding: 20px 10px 20px 15px;
    list-style: none;
}
.check ul li{
    font-size: 26px;
    font-weight: bold;
}
.check ul li:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 50px;/*画像の幅*/
    padding-right: 10px;
    height: 30px;/*画像の高さ*/
    background-image: url(../images-lp1/check/check-mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.check ul li span{
    color: red;
    font-size: 35px;
}
  @media(max-width: 750px){
    .check ul{
        padding: 30px 10px 30px 30px;
    }
    .check ul li{
        font-size: 22px;
    }
    .check ul li:before {
        width: 50px;/*画像の幅*/
        padding-right: 10px;
        height: 30px;/*画像の高さ*/
      }
      .check ul li span{
        font-size: 32px;
    }
}
@media(max-width: 600px){
    .check ul{
        padding: 10px 10px 10px 20px;
    }
    .check ul li{
        font-size: 18px;
    }
    .check ul li:before {
        width: 30px;/*画像の幅*/
        padding-right: 10px;
        height: 20px;/*画像の高さ*/
      }
      .check ul li span{
        font-size: 29px;
    }
}
@media(max-width: 475px){
    .check ul{
        padding: 10px;
    }
    .check ul li{
        font-size: 13px;
    }
    .check ul li:before {
        width: 20px;/*画像の幅*/
        padding-right: 10px;
        height: 12px;/*画像の高さ*/
      }
      .check ul li span{
        font-size: 18px;
    }
}
@media(max-width: 365px){
    .check ul{
        padding: 5px;
    }
    .check ul li{
        font-size: 12px;
    }
    .check ul li:before {
        width: 20px;/*画像の幅*/
        padding-right: 10px;
        height: 12px;/*画像の高さ*/
      }
      .check ul li span{
        font-size: 16px;
    }
}
.check p{
    font-weight: bold;
    font-size: 29px;
    margin: 50px 0;
}
.check p span{
    color: #C70000;
    font-size: 40px;
}
@media(max-width: 500px){
    .check{
        padding-bottom: 30px;
    }
    
    .check p{
        font-size: 18px;
        margin: 30px 0;
    }    
    .check p span{
        font-size: 28px;
    }    
}

.check-features{
    background-color: #FFA7A6;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.check-features-triangle{
    background-color: #FFA7A6;
    height: 86px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%);
    /* margin-top: -4px; */
}

.check-features-content{
    font-weight: bold;
    color: #383838;
    font-size: 1.6em;
    border: 2px #887979 solid;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
}

.check-features-content::after{
    content: "";
    padding-top: 100%;
    position: relative;
}

.check-features-content > div{
    position: absolute;
    padding: 2em 0;
    background-color: #FDDFDD;
}

.check-features-content span{
    color: red;
}

.check-img{
    width: 100%;
    height: 100%;
}

/* profile */
.profile{
    height: 50vh;
    width: 100%;
    background-color: #efefef;
}

/* real */
.real{
    background-color: #E8E4DB;
    text-align: center;
    padding-bottom: 50px;
}
.w-75{
    width: 78%;
}
.real .section-title{
    padding: 50px 0 30px;
}
.w-80{
    width: 80%;
}
.w-30{
    width: 30%;
}
.real .top{
    margin-bottom: 20px;
}
.real p{
    font-size: 28px;
    font-weight: bold;
    padding-left: 2em;
    padding-right: 2em;
}
.real p.red{
    color: #C70000;
    font-size: 59px;
    font-weight: bold;
}
.real p.right{
    text-align: right;
    font-weight: bold;
    margin-right: 10%;
    margin-bottom: 20px;
    font-size: 16px;
    display: block;
}
.real .border-pink.first{
    width: 32%;
}
.real .border-pink.second{
    margin-bottom: 50px;
    width: 40%;
}
.real .arrow{
    margin-top: 20px;
    margin-bottom: 50px;
    width: 50%;
}
.real .mb-20{
    margin-bottom: 20px;
}
.real-list{
    width: 85%;
    margin: auto;
}
.real-list ol{
    text-align: left;
    font-size: 31px;
    font-weight: bold;
}
.real-span-text {
    font-size: 31px;
    color: red;
}
.real-span-text2{
    font-size: 50px;
    color: red;
}
.real-list ol{
    border: 2px solid #E8E4DB;
    background: white;
    padding: 30px 20px 30px 50px;  
}
@media(max-width: 767px){
    .real .mb-20{
        margin-bottom: 10px;
    }    
}
@media(max-width: 449px){
    .real{
        padding-bottom: 30px;
    }
    .real .section-title{
        padding: 30px 0 20px;
    }    
    .real .top{
        margin-bottom: 10px;
    }    
    .real p{
        font-size: 16px;
        padding-left: 1em;
        padding-right: 1em;
    }    
    .real p.right{
        font-size: 10px;
    }    
    .real p.red{
        font-size: 40px;
    }    
    .real .border-pink.second{
        width: 50%;
        margin-bottom: 30px;
    }    
    .real .arrow{
        margin-top: 10px;
        margin-bottom: 20px;
    }     
    .real-list{
        width: 100%;
    }
    .real-list ol{
        font-size: 20px;
    }
    .real-span-text {
        font-size: 19px;
    }
    .real-span-text2{
        font-size: 30px
    }
}

/* to-form */
.to-form{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.to-form p{
    font-weight: bold;
    font-size: 35px;
}
@media(max-width: 670px){
    .to-form p{
        font-size: 28px;
    } 
}
@media(max-width: 550px){
    .to-form p{
        font-size: 22px;
    } 
}
@media(max-width: 449px){
    .to-form p{
        font-size: 16px;
    } 
}
.border-pink {
    height: 2px;
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .border-pink::before {
    content: "";
    background-image: linear-gradient(to right, #FFACAC, #FFACAC 10px, transparent 10px, transparent 10px);
    background-size: 20px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  @media(max-width: 449px){
    .border-pink {
        height: 1px;
      }
      .border-pink::before {
        background-image: linear-gradient(to right, #FFACAC, #FFACAC 5px, transparent 5px, transparent 5px);
        background-size: 10px 1px;
      }    
}
.to-form img{
    width: 70%;
    /* margin-top: 50px; */
}
@media(max-width: 449px){
    .to-form{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .to-form img{
        margin-top: 30px;
    }    
}

/* juyou */
.juyou{
    /* background-image: url(../images-lp1/juyou/bg-img.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px; */
    text-align: center;
}
/* .webp .juyou{
    background-image: url(../images-lp1/juyou/bg-img.webp);
} */
.juyou .section-title{
    padding: 80px 0 30px;
}
.juyou p{
    font-weight: bold;
    text-align: center;
    font-size: 31px;
    padding: 10px 0 5px;
}
.juyou ul{
    text-align: left;
    width: 90%;
    margin: 0 auto;
    border: 3px solid #E8E4DB;
    padding: 20px 10px 20px 15px;
    /* list-style-image: url(../images-lp1/check/check-mark.png); */
    list-style: none;
    /* background-image: url('/lp2/images-lp1/juyou/recomend-bg.png'); */
    background-size: cover;
}
.juyou ul li{
    font-size: 24px;
    font-weight: bold;
    padding-left: 50px;
    background-image: url(../images-lp1/check/check-mark.png);
    background-repeat: no-repeat;
    background-position: left 0px top 10px;
    background-size: 30px;
}
.span-color-red{
    color: red;
    font-size: 29px;
}
@media(max-width: 750px){
    .juyou ul{
        padding: 30px 10px 30px 30px;
    }
    .juyou ul li{
        font-size: 22px;
        background-size: 30px;
        padding-left: 35px;
    }
    .juyou ul li:before {
        width: 50px;/*画像の幅*/
        padding-right: 10px;
        height: 30px;/*画像の高さ*/
      }
}
@media(max-width: 670px){
    .juyou p{
        font-size: 28px;
    } 
}
@media(max-width: 600px){
    .juyou ul{
        padding: 10px 10px 10px 20px;
    }
    .juyou ul li{
        font-size: 18px;
        background-size: 25px;
        padding-left: 30px;
    }
    .juyou ul li:before {
        width: 30px;/*画像の幅*/
        padding-right: 10px;
        height: 20px;/*画像の高さ*/
      }
}
@media(max-width: 550px){
    .juyou p{
        font-size: 22px;
    } 
}
@media(max-width: 475px){
    .juyou ul{
        padding: 20px 0px 20px 8px;
    }
    .juyou ul li{
        font-size: 12px;
        background-size: 15px;
        padding-left: 18px;
        background-position: left 0px top 3px;
    }
    .juyou ul li:before {
        width: 20px;/*画像の幅*/
        padding-right: 10px;
        height: 12px;/*画像の高さ*/
      }
      .span-color-red{
        font-size: 14px;
    }
}
@media(max-width: 449px){
    .juyou p{
        font-size: 16px;
    } 
    .juyou .section-title{
        padding: 50px 0 20px;
    }
    
}
@media(max-width: 365px){
    .juyou ul{
        padding: 20px 0px 20px 6px;
    }
    .juyou ul li{
        font-size: 10px;
        background-size: 13px;
        padding-left: 15px;
        background-position: left 0px top 2px;
    }
    .juyou ul li:before {
        width: 20px;/*画像の幅*/
        padding-right: 10px;
        height: 12px;/*画像の高さ*/
      }
      .span-color-red{
        font-size: 12px;
    }
}

.border-white {
    height: 2px;
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .border-white::before {
    content: "";
    background-image: linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 10px);
    background-size: 20px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  @media(max-width: 449px){
      .juyou{
          padding-bottom: 20px;
      }
    .border-white {
        height: 1px;
      }
      .border-white::before {
        background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 5px);
        background-size: 10px 1px;
      }    
}


/* feature */
.feature .section-title{
    padding: 50px 0 30px;
}
@media(max-width: 449px){
    .feature .section-title{
        padding: 30px 0 10px;
    }    
}

.feature{
    text-align: center;
    /* padding-bottom: 50px; */
}
.w-90{
    width: 90%;
}
.feature p{
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.feature .big-red{
    color: red;
}
@media(max-width: 449px){
    .feature{
        padding-bottom: 30px;
    }    
    .feature p{
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 20px;
    }    
}

.feature-img{
    /* padding-top: 3em; */
    padding-bottom: 3em;
}


/* support */
.support{
    text-align: center;
    background-color: #E8E4DB;
    margin-bottom: 0px;
    /* padding-bottom: 50px; */
}
.support .section-title{
    padding: 50px 0 10px;
}
@media(max-width: 449px){
    .support .section-title{
        padding: 30px 0 0;
    }    
}
.w-60{
    width: 60%;
}
.support .w-60{
    margin-top: 10px;
}
.support p{
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 50px;
}
@media(max-width: 449px){
    .support p{
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 30px;
    }
     
}

/* carrer-up */
.carrer-up{
    text-align: center;
    margin-bottom: 50px;
}
.carrer-up .d-inline-block{
    width: 80%;
    margin: 50px auto 80px;
}
@media(max-width: 449px){
    .carrer-up .d-inline-block{
        margin: 20px auto 40px;
    }    
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* introduce */
.introduce{
    text-align: center;
    background-color: #E8E4DB;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.introduce p{
    font-size: 20px;
    width: 85%;
    margin: auto;
    text-align: left;
    /* padding-bottom: 60px; */
}
.introduce-koisapo img{
    padding-bottom: 50px;
}
@media(max-width: 449px){
    .introduce p{
        font-size: 14px;
    }
    .introduce-koisapo img{
        padding-bottom: 30px;
    }
}

/* interview */
.d-inline-block{
    display: inline-block;
}
.interview{
    text-align: center;
    background-color: #FFF2F0;
    margin-bottom: 0;
}
.interview .section-title{
    padding: 50px 0;
}
.interview h2{
    text-align: left;
    width: 80%;
    margin: 30px auto 10px;
    border-bottom: 5px solid #FEA7A7;
    font-weight: bold;
}
.interview-wrapper a{
    text-decoration: none;
    color: black;
}
.interview-wrapper a:hover{
    text-decoration: none;
}
.interview-box{
    height: auto;
    padding-bottom: 30px;
    text-align: left;
}
.interview-category{
    border: 2px solid #F775AC;
    color: #F775AC;
    border-radius: 4px;
    padding: 3px 5px;
    font-size: 10px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.interview-img{
    width: 100%;
}
.interview-title{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

@media(max-width: 449px){
    .interview .section-title{
        padding: 30px 0;
    }
    
    .interview h2{
        font-size: 18px;
        margin: 20px auto 10px;
    }    
}
.interview p{
    text-align: left;
    width: 85%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 50px;
    color: #383838;
}
@media(max-width: 449px){
    .interview p{
        width: 86%;
        font-size: 14px;
        padding-bottom: 30px;
    }    
}

/* kanshu */
.kanshu{
    text-align: center;
    background-color: #E8E4DB;
}
.kanshu picture img{
    padding-top: 50px;
}

.kanshu p{
    color: #383838;
    width: 85%;
    margin: auto;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 50px;
}
@media(max-width: 449px){
    .kanshu picture img{
        padding-top: 30px;
    }
    .kanshu p{
        font-size: 14px;
        padding-bottom: 30px;
    }
}

/* program */
.program{
    text-align: center;
}
.program-content{
    text-align: center;
    font-size: 24px;
    margin: auto;
    font-weight: bold;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.program-chapter{
    font-size: 33px;
    /* padding-bottom: 10px; */
    padding-left: 150px;
}
.program-chapter span{
    color: #F775AC;
    font-size: 50px;
    padding: 0 5px;
}
.program-content-text{
    padding-left: 50px;
}
.program-img-box{
    width: 100%;
    padding: 2em;
    display: flex;
    flex-wrap: wrap;
    background-color: #E8E4DB;
    justify-content: space-around;
}
.program-img{
    width: 45%;
    height: auto;
}
@media(max-width: 449px){
    .program-content{
        font-size: 14px;
    }
    .program-chapter{
        font-size: 20px;
        padding-left: 50px;
    }
    .program-chapter span{
        font-size: 35px;
    }
    .program-content-text{
        padding-left: 30px;
    }
}

/* review */
.review{
    text-align: center;
}

.review-img{
    width: 60%;
}

/* after-career */
.after-career{
    text-align: center;
    padding: 3em 0;
    /* background-color: #E8E4DB; */
}
.after-career p{
    font-weight: bold;
    font-size: 24px;
}
.after-career img{
    padding-bottom: 50px;
}
.after-career-subtitle{
    padding-bottom: 20px;
}
.after-career-patern{
    display: flex;
    align-items: baseline;
    background-color: #E8E4DB;
    padding: 0 1.5em;
}
.after-career-patern + *{
    margin-top: 20px;
}
.after-career-content{
    font-size: 50px;
    color: #F775AC;
    font-weight: bold;
}
.after-career-text{
    font-size: 23px;
    vertical-align: text-bottom;
    padding-left: 25px;
}
@media(max-width: 449px){
    .after-career-patern + *{
        margin-top: 10px;
    }
    .after-career-patern{
        padding: 0 0.5em;
    }
    .after-career-content{
        font-size: 24px;
    }
    .after-career-text{
        font-size: 12px;
        padding-left: 15px;
    }
    .after-career img{
        padding-bottom: 30px;
    }
    .after-career p{
        font-weight: bold;
        font-size: 18
        px;
    }
}

/* simulation */
.simulation{
    text-align: center;
    font-weight: bold;
}
.simulation-content{
    padding-bottom: 20px;
}
.simulation-h2{
    background-image: linear-gradient(90deg, #F775AC 0%, #EE7B71 100%);
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.simulation-text{
    padding-top: 20px;
    font-size: 26px;
}
.simulation-sum{
    color: red;
    font-size: 50px;
}
.simulation-result{
    font-size: 25px;
}
.simulation-span{
    font-size: 35px;
    border-bottom: 4px solid rgb(255, 238, 0);
}
.simulation-kome{
    padding-top: 10px;
    font-size: 14px;
}
.simulation-table{
    font-size: 20px;
    width: 90%;
    margin: auto;
    text-align: center;
}
.simulation-table tr{
    padding-top: 15px;
    padding-bottom: 15px;
}
.simulation-table th,.simulation-table td{
    border: none;
    padding-top: 10px;
}
.simulation-bd-top{
    border-top: 2px solid #F775AC;
}
.simulation-table-sum{
    font-size: 29px;
    text-align: center;
}
.simulation-bd-top td{
    border-top: 2px solid #F775AC;
}
.simulation-bd-top .bb{
    /* border-bottom: 4px solid rgb(255, 238, 0); */
    font-size: 23px;
}
.simulation-table-stock{
    font-size: 0.7em;
    display: block;
}
.simulation-table-span{
    font-size: 0.7em;
    display: block;
    line-height: 0.7em;
}
.simulation-table tr th{
    width: 35%;
}
.simulation-border{
    font-size: 1.7em;
    position: relative;
    color: red;
}
.simulation-border::after{
    display: block;
    content: "";
    height: 8px;
    background-color: rgb(251, 255, 0);
    position: absolute;
    width: 100%;
    bottom: 5px;
    z-index: -1;
    left: 0;
}
@media(max-width: 530px){
    .simulation-table{
        font-size: 16px;
    }
}
@media(max-width: 449px){
    .simulation-text{
        padding-top: 20px;
        font-size: 18px;
    }
    .simulation-sum{
        color: red;
        font-size: 40px;
    }
    .simulation-result{
        font-size: 20px;
    }
    .simulation-span{
        font-size: 26px;
        border-bottom: 4px solid rgb(255, 238, 0);
    }
    .simulation-table{
        font-size: 12px;
    }
    .simulation-table-sum{
        font-size: 18px;
    }
    .simulation-bd-top .bb{
        font-size: 18px;
    }
    .simulation-kome{
        font-size: 10px;
    }
    .simulation-border{
        font-size: 1.4em;
    }
    .simulation-border::after{
        height: 5px;
    }
}
@media(max-width: 350px){
    .simulation-bd-top .bb{
        font-size: 15px;
    }
}

/* contact */
.contact{
    text-align: center;
    font-weight: bold;
}
.contact h2{
    font-size: 39px;
    /* border-bottom: 5px solid #F775AC; */
    width: 70%;
    margin: 50px auto 30px;
    padding: 8px 30px;
    color: #383838;
}
.contact h2::after{
    content: "";
    height: 5px;
    background-image: linear-gradient(90deg, #F775AC 0%, #EE7B71 100%);
    display: block;
}
.contact p{
    font-size: 25px;
}
.contact-form-area{
    text-align: left;
    display: inline-block;
}
.contact-form-area .wpcf7{
    /* width: 80%!important; */
}
.contact-form-area p{
    font-size: 29px;
    font-weight: bold;
}
.contact-form-area input[type="submit"]{
    width: 40%;
    display: inherit;
    background-image: linear-gradient(90deg, #F775AC 0%, #EE7B71 100%);
    border-radius: 0;
    margin: auto;
    color: white;
    border: none;
    font-weight: bold;
    padding: 10px;
    margin-top: 1em;
}
.w-30{
    width: 30%;
}
.contact .w-30{
    padding: 20px 0 30px;
}
.wpcf7-list-item{
    display: inline-block;
    margin-bottom: 10px;
}
@media(max-width: 449px){
    .contact h2{
        font-size: 20px;
        padding: 4px 10px;
        width: 80%;
        margin: 30px auto 20px;

    }
    .contact p{
        font-size: 16px;
    }
    
    .contact-form-area p{
        font-size: 14px;
    }     
    .contact .w-30{
        padding: 10px 0 20px;
    }
    .br::before{
        content: "\A";
        white-space: pre;
    }
}

/* footer */
footer{
    height: 60px;
    background-image: linear-gradient(90deg, #F775AC 0%, #EE7B71 100%);
    /* background-color: #FEA7A7; */
}
@media(max-width: 449px){
    footer{
        height: 30px;
    }    
}


/* トップへ戻るボタン */
a.topBtn{
    position: fixed;
    right: 20px;
    bottom: 20px;
}
a.topBtn img{
    width: 80px;
    height: 80px;
}
@media(max-width: 767px){
    a.topBtn img{
        width: 50px;
        height: 50px;
    }
}

.to-form-btn{
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.to-form-btn img{
    width: 70%;
}

.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}