.section01 {
  width: 100%;
  margin-bottom: 60px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #9bd3ff;
}
.section01 .headline {
  text-align: center;
}
@media (max-width: 600px) {
  .section01 .headline {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section01 .headline .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.section01 .headline .text {
  line-height: calc(28px / 16px);
  letter-spacing: 1.8px;
  color: #fff;
  text-align: center;
}

.section02 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 60px auto;
}
.section02 .headline {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 20px 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #9bd3ff;
  margin-bottom: 30px;
}
.section02 .headline::before {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section02 .list {
  margin-bottom: 40px;
  gap: 0px 20px;
}
.section02 .list > * {
  width: calc((100% - 20px * (2 - 1)) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 600px) {
  .section02 .list {
    gap: 20px 0px;
  }
  .section02 .list > * {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section02 .list .item .title {
  margin-bottom: 20px;
  text-align: center;
}
.section02 .list .item .title * {
  line-height: calc(28px / 16px);
  letter-spacing: 1.8px;
  color: #000;
}
.section02 .list .item .title span {
  font-weight: bold;
}
.section02 .list .item .image {
  width: 100%;
}
.section02 .lead {
  line-height: calc(28px / 16px);
  letter-spacing: 1.8px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.section02 .lead:last-child {
  margin-bottom: 60px;
}
.section02 .col {
  margin-bottom: 40px;
  gap: 0px 20px;
}
.section02 .col > * {
  width: calc((100% - 20px * (2 - 1)) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 600px) {
  .section02 .col {
    gap: 20px 0px;
  }
  .section02 .col > * {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section02 .col .content * {
  line-height: calc(28px / 16px);
  letter-spacing: 1.8px;
  color: #000;
}
.section02 .col .content span {
  font-weight: bold;
}
.section02 .headline-m {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #00cd00;
  padding: 20px 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.section02 .headline-m::before {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #00cd00;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section02 .box {
  margin-bottom: 40px;
  gap: 0px 20px;
}
.section02 .box > * {
  width: calc((100% - 20px * (2 - 1)) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 600px) {
  .section02 .box {
    gap: 20px 0px;
  }
  .section02 .box > * {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section02 .box .left .text {
  margin-bottom: 20px;
  text-align: center;
}
.section02 .box .left .text span {
  font-weight: bold;
}
.section02 .box .left .image {
  height: 70px;
}
.section02 .box .left .image a {
  height: 100%;
}
.section02 .box .right .text {
  margin-bottom: 20px;
  text-align: center;
}
.section02 .box .right .text span {
  font-weight: bold;
}