@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角語Pro W3', 'メイリオ', 'Meiryo','MSPゴシック','sans-serif';
    
    text-align:left;
    color:#000;

}



p span{
    background: linear-gradient(transparent 50%,#fff059 50%);
}
h3 span{
    background: linear-gradient(transparent 50%,#fff059 50%);
}
strong{
    color:#c75a5a;
}




.br-sp{
    display: block;
}
.br-pc{
    display: none;
}


@media screen and (min-width:750px){
    .br-sp{
        display: none;
    }
    .br-pc{
        display: block;
    }
}
/*------------------------------------- 追従 */
.fixed_btn{
    z-index: 10;

    position: fixed;
    background-image: url(..//images/bule-bg.jpeg);
    border: none;
    outline: none;
    box-shadow: none;
  bottom: 0;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
   /*デフォルトで非表示にする*/
   opacity: 0;
   visibility: hidden;


}




img.btn_animate01 {
    margin: 0 auto;
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin:center;
    cursor: pointer;
    }
    @keyframes fuwafuwa {
    from {transform: scale(0.9,0.9);}
    to {transform: scale(1,1);}
    }


  
  .active{
    opacity: 1;
    visibility: visible;
  }
   

  @media screen and (min-width:750px){
    .fixed_btn{
        text-align: center;
        
        
        padding:10px 35%;

    }
   
    .fixed_btn p{
        font-size: 1.2rem;
        padding-bottom: 5px;
        
    }
  }
  






/*--------- FV -----------*/


.fv_pc{
    display: none;

}
.fv_sp .fv2{
   background-image: url(..//images/bule-bg.jpeg);
   
   text-align: center;
   padding:20px 20px;
    
    
}
.fv_sp .cta{
    padding:30px 0 10px 0;
}

.cta_guide{
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-top:15px;
}
.cta_guide2{
    text-align: center;
    font-weight: bold;
    color: #fff;
    
}
.cta_guide3{
    font-size: 8px;
    text-align: center;
    color: #fff;
}



@media screen and (min-width:750px) {
        
    
    .fv_pc{
        
        display: block;
        
        
        }
        .fv1 img{
          width:100%;
        }
       
        .fv_pc .fv2{
            text-align: center;
            
            background-image: url(..//images/bule-bg.jpeg);
            padding:30px 0;
            
    
        }
        .fv_pc .fv2 img{
            padding:0px 0 20px;
        }
        .fv_pc .cta{
            text-align: center;
            padding-bottom: 10px;
            
        }
        .fv_pc .btn_animate01{
            width:40%;
        }
        
    
           .fv_sp{
            display: none;
           }
        
     }



/* step */
.step h2{
    text-align: center;
}
.step h2 img{
    padding:40px 0 20px;
    
    max-width: 320px;
    margin:0 auto;

}
.step_content{
    margin:0 auto;
    text-align: center;
    padding: 0 15px 50px 15px;
}
.step_item{
    text-align: center;
    margin: 0 auto;
    
    padding-top:20px;
}
@media screen and (min-width:750px){
    .step_content{
        display: flex;
        max-width: 900px;
    }
    .step_item{
        padding:0px 10px;
    }
}

.sec1 .pc{
   display: none;
}

@media screen and (min-width:750px){
    .sec1 .sp{
        display: none;
    }
    .sec1 .pc{
        display: block;
    }
    .sec1 .pc img{
      width:100%;
    }
}


.sec1-content{
   padding:20px;
   background-image: url(..//images/bule-bg.jpeg);
  

}
.sec1 .container {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    border: 4px solid #2a60ae;
    padding: 30px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    
  }
  
  .timeline .entry {
    margin-bottom: 20px;
    
  }
  
  .year {
    display: inline-block;
    font-weight: bold;
    color: #2a60ae;
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  
  .summary {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #2a60ae;
    
  }

.sec2 {
    background-image: url(..//images/sec2-bgsp.jpg);
    text-align: center;
    padding:10px 10px 30px;
}

.sec2 .title {
   
  
    margin: 0 auto;
    width:90%;
    padding-bottom: 10px;
  
   
  
}

  .sec2 .txt .pc{
    display: none;
  }

  @media screen and (min-width:750px){
    .sec2 .title {
        width:50%;
        max-width: 500px;
    }
    .sec2 .txt .sp{
        display: none;

    }
    .sec2 .txt .pc{
        display: block;
       margin: 0 auto;
      }
  }

  .sec2last {
    text-align: center;
    margin: 0 auto;
   
   
    
  }
  .sec2last p{
    text-align: center;
    font-size: 0.8rem;
    color: #696969;
    padding:20px 0 ;
  }
  .sec2last .main{
    text-align: center;
    margin: 0 auto;

  }
  .sec2last .main .sp{
   
    width:80%;
    padding:30px 0;
    

  }
  .sec2last .main .pc{
    display: none;

  }

  .sec2last .last .pc{
    display: none;
  }


  @media screen and (min-width:750px){
    .sec2last .main .pc{
        display: block;
        text-align: center;
        margin: 0 auto;
        padding:40px 0 0;

    }
    .sec2last .main .sp{
        display: none;
    }
    .sec2last .last .sp{
        display: none;
    }
    .sec2last .last .pc{
        display: block;
        width:100%;
      }
    

  }

  .sec3{
    background-color:#effbff ;
    
    
  }
  
  .sec3 .title .pc{
    display: none;

  }

  @media screen and (min-width:750px){
    .sec3 .title .sp{
        display:none;
    }
    .sec3 .title .pc{
        display: block;
        width:100%;

    }
  }
  .sec3 .contents{
    padding:20px;
  }
  .sec3 .con{
    
    padding:30px;
    background-color: #fff;
    border: 3px solid #2a60ae;
    text-align: center;
    margin: 20px auto;
    
  }

  .sec3 .con h4{
    color: #2a60ae;
    font-weight: bold;
    font-size: 1.2rem;
    padding:20px 0 10px;
    text-align: center;
    line-height: 2rem;
    border-bottom: 4px dotted #ffa200;
  }
  
  
  .sec3 .con p{
    padding: 10px 0 ;
  }

  @media screen and (min-width:750px){
    .sec3 .con h4{
        font-size: 1.5rem;
    }

    .sec3 .con{
        width:70%;
        max-width: 800px;
        margin-top:20px;
    }
    .sec3 .flex{
        display: flex;
        gap:20px;
        align-items: flex-start;
        padding-top:30px;
    }
   .sec3 .text{
    flex:2;
    
   }
   
   .sec3 .image{
    flex: 1;
   }
   .sec3 .image img{
    width: 100%;
   }
  }

  .sec4{
    text-align: center;
    margin: 0 auto;
    background-color: #effbff;
    padding:20px;

  }
  .sec4 .fukidashi{
    width:50%;
    text-align: center;
    margin: 0 auto;
  }
  .sec4 .text1 p{
    text-align: center;
    font-weight: bold;
    padding:20px;
    color: #333;
    font-size: 1.2rem;
  }
  .sec4 .box{
    background-color: #fff;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    
  }
  .sec4 .box p{
    padding:5px;
    text-align: center;
  }
  .sec4 .box .strong {
    color: #2a60ae;
    font-size: 1.5rem;
    font-weight: bold;
  }
.sec4 .box .bold{
    font-weight: bold;
    color: #333;
    font-size: 1.3rem;
    padding-bottom: 20px;
}

  @media screen and (min-width:750px){
    .sec4 .fukidashi{
        max-width: 300px;
    }
    .sec4 .last-img{
        max-width: 500px;
        padding-bottom: 20px;
        text-align: center;
        margin: 0 auto;
    }

  }

  .sec5{
    background-image: url(..//images/sec5-bg.jpg);
    padding:20px;
    
  }

  .sec5 .title{
    background-image: linear-gradient(90deg, #35b6f3, #3b78ec);
    padding:20px;
    border-radius: 30px 30px 0 0;
    max-width: 700px;
    text-align: center;
    
    margin: 0 auto;
  }
  .sec5 .content{
    background-color: #fff;
    padding:20px;
    max-width: 700px;
    text-align: center;
    border-radius: 0 0 30px 30px;
    
    margin: 0 auto;
  }
  .sec5 p{
    padding: 20px 0;
  }
  .table-pc{
    display: none;
  }
  

  @media screen and (min-width:750px){
    .sec5 .title img{
        max-width: 400px;

    }
    .sec5 .flex{
        display: flex;
        gap:20px;
        align-items: flex-start;
        
    }
    .sec5 .text1{
        flex:2;
        
       }
       
       .sec5 .image{
        flex:1;
       }
       .sec5 .image img{
        width: 100%;
       }
       .table-sp{
        display: none;
       }
       .table-pc{
        display:block;
        text-align: center;
       }
  }

  .sec6{
    background-color: #effbff;
    position: relative;



  }
  .sec6:after{
    content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 60px solid #effbff;


  }
  
  .sec6 .title img{
    max-width: 300px;
  }

  .sec6 .title {
    text-align: center;
    margin: 0 auto;
    background-color: #2a60ae;
    
  

  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  height: 130px;
  padding:30px 30px 0px;

  
  }
  .sec6 .container {
    margin: 30px;
  }

  .sec6 .container .box{
    padding-bottom: 30px;
   
   
  }
 


  @media screen and (min-width:750px){
    .sec6 .container{
        display: flex;
        flex-direction: column;
        gap:40px;
    }
    .sec6 .row{
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .sec6 .box img{
        width:350px;
        height:auto;
    }
    

    

  }

  .sec7{
    text-align: center;
    margin: 0 auto;
  }

  .sec7 .title{
    padding:50px 30px 20px;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }
  .sec7 .txt{
    padding:0 40px;
  }
  .sec7 p{
    text-align: center;
    padding:20px 0;
    font-weight: bold;
    color: #333;
  }
  .sec7 .txt .pc{
    display: none;
  }

  @media screen and (min-width:750px){
    .sec7 .txt .sp{
        display: none;
    }
    .sec7 .txt .pc{
        display: block;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
      }
  }





  .sec7-2{
    background-image: url(..//images/sec7-bg.jpg);
    background-size: cover;
    padding:0 30px 30px 30px;
    
  }
  .sec7-2 .txt2{
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
  }
  .sec7-2 p{
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 1.3rem;
  }
  .sec7-2 .main{
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
  }
  .sec7-2 .main .pc{
    display: none;
  }


  @media screen and (min-width:750px){

   
    .sec7-2 .main .sp{
        display: none;
      }

      .sec7-2 .main .pc{
        display: block;
        text-align: center;
        margin: 0 auto;
        max-width: 700px;
      }
      
  }

  .sec8 .title{
    max-width: 500px;
    padding:20px 10px;
    text-align: center;
    margin: 0 auto;
  }
  .sec8 .container{
    background-image: url(..//images/sec8-bg.jpg);
    background-size: cover;
    padding-top:20px;
   
    
  }

  .pc-content{
    display: none;
    
  }

  .sp-content{
    text-align: center;
    margin: 0 auto;
  }

  .sec8 .arrow{
    text-align: center;
    margin: 0 auto;
    width:20%;
    max-width: 100px;
    padding:10px;
  }

  .sec8 .container p{
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    padding: 0 10px 30px;
  }

  .sec8 .attention{
    padding:20px;
  }

  .sec8 .attention .pc{
    display: none;

  }


  
  @media screen and (min-width:750px){
    .sec8 .container{
        background-image: url(..//images/sec8-bgpc.jpg);
      }
    .pc-content{
        display: block;
        padding:30px 0;
        
    
  
    }
    .pc-content .num{
        text-align: center;
    margin: 0 auto;
    max-width: 700px;
    
    }
    .sp-content{
        display: none;
    }

    .sec8 .attention .sp{
        display: none;
      }
    
      .sec8 .attention .pc{
        display: block;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
    
      }
    

  }


.sec10{
    padding-bottom: 70px;
}
.sec10 .title{
    width:100px;
    text-align: center;
    margin: 0 auto;
    padding:40px 0 ;
}


.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 50px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #2a60ae;
}
.qa-list dl:first-child {
    border-top: 1px solid #2a60ae;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #696969;
    border-right: 2px solid #696969;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    font-weight: bold;
    font-size: 18px;
    color:#2d2d2d;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color:#2a60ae;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #333;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (min-width:750px) {
    
.qa-list dl {
    max-width: 800px;
    position: relative;
    padding: 15px 40px 15px 10px;
    text-align: center;
    margin: 0 auto;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}


  

  @media screen and (min-width:750px){
    .sec09 h2{
        max-width: 400px;
    }
    .sec10 h2{
        max-width: 180px;
    }
    .qa-1 {
        max-width: 700px;
    }
  }

  .privacy{
    text-align: center;
    padding:30px;

}
.privacy a{
    color:#696969;
    font-size: 13px;
    
    text-decoration: none;
}