@charset "UTF-8";
.lower-mv h1 {
  width: 185px;
}

.sec01 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 200px;
}

.sec01 h2 {
  margin-bottom: 40px;
}

.sec01 h3 {
  margin-bottom: 30px;
}

.sec01 p + p {
  margin-top: 40px;
}

.sec02 {
  background: #f3f3f7;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 100px;
  padding: 60px 0 100px;
}

.sec02 h2 {
  margin-bottom: 40px;
}

.sec02 h3 {
  margin-bottom: 30px;
}

.sec03 {
  font-size: 14px;
  line-height: 1.5;
  margin: 60px 0 200px;
}

.sec03 h2 {
  margin-bottom: 40px;
}

.sec03 h3 {
  margin-bottom: 30px;
}

/*------------------------------
              sp
------------------------------*/
@media screen and (max-width: 600px) {
  .lower-mv h1 {
    width: 35%;
  }
  .sec01 {
    font-size: 13px;
    margin-bottom: 100px;
  }
  .sec01 h2 {
    margin-bottom: 20px;
  }
  .sec01 h3 {
    margin-bottom: 15px;
  }
  .sec01 p + p {
    margin-top: 20px;
  }
  .sec02 {
    font-size: 13px;
    margin-top: 50px;
    padding: 30px 0 50px;
  }
  .sec02 h2 {
    margin-bottom: 20px;
  }
  .sec02 h3 {
    margin-bottom: 15px;
  }
  .sec03 {
    font-size: 13px;
    margin: 30px 0 100px;
  }
  .sec03 h2 {
    margin-bottom: 20px;
  }
  .sec03 h3 {
    margin-bottom: 15px;
  }
}
