@charset "UTF-8";

#sec01 {
  padding-top: 5rem;
}
#sec01 .wrap .ttl {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
  line-height: 2.06;
  letter-spacing: 0.06em;
  margin-bottom: 3em;
}
#sec01 .wrap .text {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
  line-height: 2.06;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  #sec01 {
    padding-top: 4.167vw;
  }
  #sec01 .wrap .ttl {
    font-size: 1.333vw;
  }
  #sec01 .wrap .text {
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 840px) {
  #sec01 {
    padding-top: 17.33vw;
  }
  #sec01 .wrap .ttl {
    font-size: 3.7333vw;
  }
  #sec01 .wrap .text {
    font-size: 3.7333vw;
  }
}