@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/top/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* about
-----------------------------------------------------------------*/
.about{
  padding: 50px 0 100px;  
}
.about .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;  
}
.about .txt-lead + .txt{
  margin-bottom: 50px;
  font-size: 1.8rem;
  text-align:center  
}
.about .cont-list{
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1338px;
  margin: 0 auto;
}
.about .cont-list li{
  max-width: 420px;
  width: calc((100% - 50px)/3);
}
.about .cont-list .txt-area{
  position: relative;
  margin: -15% 20px 0;
  border-radius: 10px;
  background: #FFF; 
}
.about .cont-list .txt-area a{
  display: block;
  padding: 20px 15px;
  background: #7FBE26;
  border-radius: 10px; 
}
.about .cont-list .txt-area .txt{
  margin-bottom: 15px;
  text-align:center;
  font-size: 2.2rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;  
}
.about .cont-list .txt-area .btn span{
  max-width: 280px;
  height: 45px;
  line-height: 43px;
  font-size: 1.6rem;
  background-size: 20px auto;
  background-position: right 15px center;  
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/top/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }    
  

/* about
-----------------------------------------------------------------*/
  .about{
    padding: 30px 0 50px;  
  }
  .about .txt-lead{
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .about .txt-lead + .txt{
    margin-bottom: 25px;
    font-size: 1.4rem;
    text-align: left;
  }
  .about .cont-list{
    display: block;
    max-width: initial;
  }
  .about .cont-list li{
    max-width: initial;
    width: 100%;
  }
  .about .cont-list li+li{
    margin-top: 35px; 
  }
  .about .cont-list .txt-area{
    margin: -15% 15px 0;
  }
  .about .cont-list .txt-area .txt{
    margin-bottom: 15px;
    font-size: 2.4rem;  
  }




}

