@charset "UTF-8";



/* **********************************
 *  共通パーツ
 * ********************************* */



/* **********************************
 *  見出し
 * ********************************* */
.tt1{  
  font-size: 34px;
  margin-bottom: 140px;
  font-weight: 700;
  text-align: center;
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  line-height: 1.5;
  color: #000;
}
.tt1:after{
  content: "";
  width: 50px;
  height: 5px;
  margin: 10px auto 0;
  background: #009e96;
  border-radius: 2.5px;
  display: block;
}

.tt2{
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
  background: url(/img/home/ttl_bg1.png)no-repeat center bottom;
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  color: #000; 
}
.tt2:before{
  content: "";
  width: 63px;
  height: 71px;
  background: url(/img/home/illust3.png)no-repeat center / contain;
  position: absolute;
  left: 75px;
  bottom: 10px;
}
.tt2:after{
  content: "";
  width: 67px;
  height: 65px;
  background: url(/img/home/illust4.png)no-repeat center / contain;
  position: absolute;
  right: 90px;
  bottom: 10px;
}

@media only screen and (max-width:1023px){  
  .tt2:before{
    left: 10px;
  }
  .tt2:after{
    right: 10px;
  }
  .tt1{  
    margin-bottom: 100px;
  }
}

@media only screen and (max-width:767px){  
  .tt1{  
    font-size: 24px;
    margin-bottom: 60px;
  }
  .tt2 {
    margin-bottom: 40px;
  }
  .tt2:before{
    width: 43px;
    height: 51px
  }
  .tt2:after{
    width: 47px;
    height: 45px;
  }
}


/* **********************************
 *  余白用のクラス
 * ********************************* */
.mb10{
  margin-bottom: 10px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.mb50{
  margin-bottom: 50px !important;
}
.mb60{
  margin-bottom: 60px !important;
}

@media only screen and (max-width:1023px){
  
}
@media only screen and (max-width:767px){
  
  .tt2{
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .mb10{
    margin-bottom: 10px !important;
  }
  .mb20{
    margin-bottom: 15px !important;
  }
  .mb30{
    margin-bottom: 20px !important;
  }
  .mb40{
    margin-bottom: 20px !important;
  }
  .mb50{
    margin-bottom: 25px !important;
  }
  .mb60{
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width:374px){
  
}



/* **********************************
 *  リンクボタン
 * ********************************* */
.link_1{
  max-width: 420px;
  font-size: 15px;
  padding: 13px;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  border-radius: 29px;
  background: #ffffff;
  border: 1px solid;
}
.link_1:before{
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/link_1_bg.jpg);
  border-radius: 29px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.link_1:after{
  font-size: 15px;
  content: "\f138";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.link_1 a{
  display: block;
}