@charset "UTF-8";

/*--------------------
  common
--------------------*/

.mv {
  background: url(../imgs/mv.jpg) bottom center no-repeat;
  background-size: cover;
}

.intro {
  background: url(../../common/imgs/dot.jpg);
  margin-bottom: 40px;
  padding: 30px;
}

.intro .catch {
  color: #95b53f;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.intro .clm3 li {
  background: #95b53f;
  box-sizing: border-box;
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  width: calc(( 200 / 620 ) * 100%);
  text-align: center;
  margin-right: 10px;
  padding: 15px 30px;
}

.intro .clm3 li:nth-child(2n) {
  padding: 29px 30px 30px;
}

.intro .clm3 li:last-child {
  margin-right: 0;
}

.sec .txt {
  line-height: 1.75;
}

.sec .num_list li {
  display: table;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  vertical-align: top;
}

.sec .num_list li > span {
  display: table-cell;
  line-height: 1.4;
}

.sec .num_list li > .num {
  color: #95b53f;
  font-weight: bold;
  width: 22px;
}
.sec .num_list li > .txt {
  color: #3f300f;
  font-weight: bold;
}

.sec .titEcho {
  display: table;
  font-size: 18px;
  width: 100%;
  height: 42px;
  margin-bottom: 25px;
}

.sec .titEcho > span {
  display: table-cell;
  line-height: 1;
  padding: 0 10px;
  vertical-align: middle;
}

.sec .titEcho > .num {
  background: #89b92a;
  color: #FFF;
  width: 42px;
  text-align: center;
}

.sec .titEcho > .txt {
  background: #FFF;
  color: #3f300f;
  /* width: calc((578 / 680) * 100%); */
}

.sec .img {
  text-align: center;
  padding: 20px 0 0;
}

.sec .capEcho {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}

/*--------------------
  sec02
--------------------*/

.sec02 .bg_cover {
  background: url(../../common/imgs/dot.jpg);
  padding: 30px;
}

.sec02 .num_list.left {
  width: calc((270 / 620) * 100%);
}

.sec02 .num_list.right {
  width: calc((325 / 620) * 100%);
}

/*--------------------
  sec03
--------------------*/

.sec03 .col {
  background: url(../../common/imgs/dot.jpg);
  padding: 30px;
}

.sec03 .col .clm2 {
  padding: 20px 0;
}

.sec03 .col .clm2 .left_pic {
  width: calc((320 / 620) * 100%);
  margin: 0 5px 0 -5px;
}

.sec03 .col .clm2 .right_pic {
  width: calc((300 / 620) * 100%);
}

/*--------------------
  sec04
--------------------*/

.sec04 .titEcho > .txt {
  background: #f0efe6;
}

/*--------------------
  only pc
--------------------*/

.is_pc {
  display: inline;
}

.is_sp {
  display: none;
}



@media only screen and (max-width: 767px) {


  .intro {
    padding: 20px 10px;
  }
  
  .intro .catch {
    font-size: 20px;
  }

  .intro .clm3 li ,
  .intro .clm3 li:nth-child(2n) {
    float: none;
    font-size: 14px;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 30px;
  }
  
  .main .anchor_btn ul {
    text-align: left;
  }

  .sec .num_list li {
    font-size: 14px;
  }

  .sec .num_list li > span {
    line-height: 1.75;
  }
  
  .sec .capEcho {
    font-size: 14px;
}

.sec .titEcho > span {
  line-height: 1.4;
  padding: 10px 10px;
}

  /*--------------------
    sec
  --------------------*/
  
  .sec02 .bg_cover {
    padding: 30px 10px;
  }

  .sec02 .num_list.left ,
  .sec02 .num_list.right {
    width: 100%;
  }

  .sec03 .col {
    padding: 30px 10px;
  }

  .sec03 .col .clm2 .left_pic ,
  .sec03 .col .clm2 .right_pic {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .sec03 .col .clm2 .left_pic {
    margin-bottom: 30px;
  }

  /*--------------------
    only sp
  --------------------*/
  
  .is_pc {
    display: none;
  }

  .is_sp {
    display: inline;
  }
}
