.section01 {
  width: 100%;
  margin-bottom: 60px;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2021/04/classo_shigoto_background1-min.jpg);
  text-align: center;
  color: #fff;
}

.section02 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 60px auto;
}
.section02 .lead {
  font-weight: bold;
  line-height: calc(28px / 16px);
  margin-bottom: 30px;
  letter-spacing: 1.8px;
  color: #000;
}
.section02 .text {
  line-height: calc(28px / 16px);
  letter-spacing: 1.8px;
  margin-bottom: 30px;
  font-weight: bold;
}
.section02 .text h3 {
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: calc(28px / 16px);
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
}
.section02 .text h3:after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: #ccee55;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.section02 .text h3 div {
  letter-spacing: 1.8px;
  line-height: calc(28px / 16px);
  color: #000;
  font-weight: normal;
}