.section01 {
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
@media (max-width: 800px) {
  .section01 .list {
    width: 100%;
    margin: 0 auto;
  }
}
.section01 .list .btn {
  width: 240px;
}
.section01 .list .btn a {
  display: block;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #e4e8ea;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media (max-width: 800px) {
  .section01 .list .btn a {
    padding: 15px 0;
    font-size: 13px;
  }
}
.section01 .list .btn a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 800px) {
  .section01 .list.pc {
    display: none;
  }
}
.section01 .list.pc .top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
}
.section01 .list.pc .top .btn a {
  color: #1cc8dd;
}
.section01 .list.pc .top .btn a::after {
  background-color: #1cc8dd;
}
.section01 .list.pc .bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.section01 .list.pc .bottom .btn a {
  color: #7ed366;
}
.section01 .list.pc .bottom .btn a::after {
  background-color: #7ed366;
}
.section01 .list.sp {
  display: none;
}
@media (max-width: 800px) {
  .section01 .list.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section01 .list.sp .btn {
  width: calc(100% / 2 - 20px / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.section01 .list.sp .btn:nth-child(2n) {
  margin-right: 0;
}
.section01 .list.sp .btn:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.section01 .list.sp .btn a {
  color: #1cc8dd;
}
.section01 .list.sp .btn a::after {
  background-color: #1cc8dd;
}
.section01 .list.sp .btn:nth-last-child(-n+4) a {
  color: #7ed366;
}
.section01 .list.sp .btn:nth-last-child(-n+4) a::after {
  background-color: #7ed366;
}

.section02,
.section03 {
  width: 95%;
  margin: 0 auto 40px auto;
  padding: 70px 0 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(rgb(204, 250, 255)), to(rgb(222, 254, 255)));
  background: linear-gradient(to right, rgb(204, 250, 255) 0%, rgb(222, 254, 255) 100%);
  border-radius: 30px;
}
@media (max-width: 800px) {
  .section02,
  .section03 {
    width: 100%;
    padding: 60px 0 40px 0;
    border-radius: 30px 30px 0 0;
  }
}
.section02 .inner,
.section03 .inner {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
.section02 .inner .headline,
.section03 .inner .headline {
  text-align: center;
  margin-bottom: 30px;
}
.section02 .inner .headline *,
.section03 .inner .headline * {
  position: relative;
  z-index: 1;
}
.section02 .inner .headline::before,
.section03 .inner .headline::before {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media (max-width: 800px) {
  .section02 .inner .headline::before,
  .section03 .inner .headline::before {
    height: 30px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.section02 .inner .headline span,
.section03 .inner .headline span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #005f89;
}
@media (max-width: 800px) {
  .section02 .inner .headline span,
  .section03 .inner .headline span {
    font-size: 12px;
  }
}
.section02 .inner .headline h2,
.section03 .inner .headline h2 {
  font-size: 38px;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #005f89;
}
@media (max-width: 800px) {
  .section02 .inner .headline h2,
  .section03 .inner .headline h2 {
    font-size: 24px;
    margin: 0 0 5px 0;
  }
}
.section02 .inner .cen-text,
.section03 .inner .cen-text {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
  color: #005f89;
  text-align: center;
}
@media (max-width: 800px) {
  .section02 .inner .cen-text,
  .section03 .inner .cen-text {
    text-align: left;
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
.section02 .inner .list,
.section03 .inner .list {
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .section02 .inner .list,
  .section03 .inner .list {
    width: 100%;
    background-color: #fff;
    border-radius: 20px 20px 20px 0;
    padding: 30px 20px 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section02 .inner .list .box,
.section03 .inner .list .box {
  counter-increment: box-num;
  margin-bottom: 20px;
}
.section02 .inner .list .box:last-child,
.section03 .inner .list .box:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .section02 .inner .list .box,
  .section03 .inner .list .box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #d1e0e8;
  }
  .section02 .inner .list .box:last-child,
  .section03 .inner .list .box:last-child {
    border: none;
    padding-bottom: 0;
  }
}
.section02 .inner .list .box .box-inner,
.section03 .inner .list .box .box-inner {
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner,
  .section03 .inner .list .box .box-inner {
    padding: 0;
  }
}
.section02 .inner .list .box .box-inner .image,
.section03 .inner .list .box .box-inner .image {
  width: 50%;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .image,
  .section03 .inner .list .box .box-inner .image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section02 .inner .list .box .box-inner .image img,
.section03 .inner .list .box .box-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section02 .inner .list .box .box-inner .image::after,
.section03 .inner .list .box .box-inner .image::after {
  content: counter(box-num);
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(45deg, rgb(255, 184, 43) 0%, rgb(255, 217, 29) 100%);
  border-radius: 50% 50% 0 50%;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -20px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: "Futura-Medium", sans-serif;
  font-weight: 500;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .image::after,
  .section03 .inner .list .box .box-inner .image::after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    top: auto;
    bottom: -10px;
    left: -10px;
  }
}
.section02 .inner .list .box .box-inner .content,
.section03 .inner .list .box .box-inner .content {
  width: calc(50% - 70px);
  margin-left: 70px;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .content,
  .section03 .inner .list .box .box-inner .content {
    width: 100%;
    margin-left: 0;
  }
}
.section02 .inner .list .box .box-inner .content .title,
.section03 .inner .list .box .box-inner .content .title {
  width: 100%;
  line-height: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  word-break: break-word;
  border-bottom: 1px solid #d1e0e8;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .content .title,
  .section03 .inner .list .box .box-inner .content .title {
    border-bottom: none;
  }
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .content .title .sp,
  .section03 .inner .list .box .box-inner .content .title .sp {
    display: none;
  }
}
.section02 .inner .list .box .box-inner .content .title .float,
.section03 .inner .list .box .box-inner .content .title .float {
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.07em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .content .title .float,
  .section03 .inner .list .box .box-inner .content .title .float {
    font-size: 20px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}
.section02 .inner .list .box .box-inner .content .title .float span,
.section03 .inner .list .box .box-inner .content .title .float span {
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-top: 15px;
  display: block;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .content .title .float span,
  .section03 .inner .list .box .box-inner .content .title .float span {
    font-size: 20px;
    margin-top: 5px;
  }
}
.section02 .inner .list .box .box-inner .content .title::before,
.section03 .inner .list .box .box-inner .content .title::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/wp-content/uploads/2025/04/bh01.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .content .title::before,
  .section03 .inner .list .box .box-inner .content .title::before {
    display: none;
  }
}
.section02 .inner .list .box .box-inner .content .text,
.section03 .inner .list .box .box-inner .content .text {
  line-height: 30px;
  letter-spacing: 0.02em;
  width: 100%;
  margin-bottom: 30px;
  word-break: break-word;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .content .text,
  .section03 .inner .list .box .box-inner .content .text {
    line-height: 26px;
    font-size: 14px;
  }
}
.section02 .inner .list .box .box-inner .content .business,
.section03 .inner .list .box .box-inner .content .business {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #005f89;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .box-inner .content .business,
  .section03 .inner .list .box .box-inner .content .business {
    line-height: 21px;
    font-size: 12px;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .section02 .inner .list .box:nth-child(2n) .image::after,
  .section03 .inner .list .box:nth-child(2n) .image::after {
    left: auto;
    right: -10px;
    border-radius: 50% 50% 50% 0;
  }
}
.section02 .inner .list .box:nth-child(-n+9) .image::after,
.section03 .inner .list .box:nth-child(-n+9) .image::after {
  content: "0" counter(box-num);
}

.section02 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(204, 250, 255)), to(rgb(222, 254, 255)));
  background: linear-gradient(to right, rgb(204, 250, 255) 0%, rgb(222, 254, 255) 100%);
}
.section02 .inner .headline::before {
  background-image: url(/wp-content/uploads/2025/04/back-text01.png);
}
.section02 .inner .headline span {
  color: #005f89;
}
.section02 .inner .headline h2 {
  color: #005f89;
}
.section02 .inner .cen-text {
  color: #005f89;
}
.section02 .inner .list .box .box-inner .content .title .float {
  color: #005f89;
}
.section02 .inner .list .box .box-inner .content .title .float span {
  color: #005f89;
}
.section02 .inner .list .box .box-inner .content .title::before {
  background-image: url(/wp-content/uploads/2025/04/bh01.png);
}
.section02 .inner .list .box .box-inner .content .business {
  color: #005f89;
}

.section03 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 255, 219)), to(rgb(240, 255, 235)));
  background: linear-gradient(to right, rgb(219, 255, 219) 0%, rgb(240, 255, 235) 100%);
}
.section03 .inner .headline::before {
  background-image: url(/wp-content/uploads/2025/04/back-text02.png);
}
.section03 .inner .headline span {
  color: #3e7745;
}
.section03 .inner .headline h2 {
  color: #3e7745;
}
.section03 .inner .cen-text {
  color: #3e7745;
}
.section03 .inner .list .box .box-inner .content .title .float {
  color: #3e7745;
}
.section03 .inner .list .box .box-inner .content .title .float span {
  color: #3e7745;
}
.section03 .inner .list .box .box-inner .content .title::before {
  background-image: url(/wp-content/uploads/2025/04/bh02.png);
}
.section03 .inner .list .box .box-inner .content .morebtn {
  width: 100%;
  margin-bottom: 30px;
}
.section03 .inner .list .box .box-inner .content .morebtn a {
  display: block;
  border-radius: 30px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 106, 51)), to(rgb(62, 119, 69)));
  background: linear-gradient(to right, rgb(43, 106, 51) 0%, rgb(62, 119, 69) 100%);
}
@media (max-width: 800px) {
  .section03 .inner .list .box .box-inner .content .morebtn a {
    font-size: 12px;
  }
}
.section03 .inner .list .box .box-inner .content .morebtn a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2025/04/arrow-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section03 .inner .list .box .box-inner .content .business {
  color: #3e7745;
}