.back-cont::before {
  content: "";
  display: block;
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(80%, rgb(240, 249, 250)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(240, 249, 250) 80%);
  z-index: -1;
}
@media (max-width: 800px) {
  .back-cont::before {
    display: none;
  }
}

.section01 {
  width: 90%;
  margin: 0 auto 70px auto;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .section01 {
    text-align: left;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 50px auto;
  }
  .section01 .sp {
    display: none;
  }
}

.section02 {
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .section02 {
    margin-bottom: 40px;
  }
}
.section02 .list {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .section02 .list {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .section02 .list {
    width: 100%;
    position: relative;
  }
  .section02 .list::before {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(80%, rgb(240, 249, 250)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(240, 249, 250) 80%);
    z-index: -1;
  }
}
.section02 .list .box {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .section02 .list .box {
    margin-bottom: 40px;
    border-radius: 0;
    background-color: transparent;
  }
}
.section02 .list .box .image {
  width: 50%;
}
.section02 .list .box .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .section02 .list .box .image {
    width: 100%;
  }
  .section02 .list .box .image img {
    border-radius: 0;
  }
}
.section02 .list .box .content {
  width: 50%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 800px) {
  .section02 .list .box .content {
    width: 95%;
    border-radius: 10px 10px 10px 0;
    margin: -20px auto 0 auto;
    padding: 40px 25px;
    position: relative;
    background-color: #fff;
  }
  .section02 .list .box .content::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/03/senimg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
.section02 .list .box .content .headline {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.section02 .list .box .content .headline::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/uploads/2025/03/senimg02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .section02 .list .box .content .headline::before {
    display: none;
  }
}
.section02 .list .box .content .headline div {
  font-size: 30px;
  letter-spacing: 0.02em;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .section02 .list .box .content .headline div {
    font-size: 24px;
  }
}
.section02 .list .box .content .headline div span {
  color: #f44527;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .section02 .list .box .content .headline div span {
    font-size: 12px;
  }
}
.section02 .list .box .content .text {
  letter-spacing: 0.02em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .section02 .list .box .content .text {
    font-size: 14px;
    line-height: 26px;
  }
}

.section03 .banner {
  width: 90%;
  max-width: 800px;
  height: 200px;
  margin: 0 auto 60px auto;
}
@media (max-width: 800px) {
  .section03 .banner {
    height: 80px;
    margin: 0 auto 40px auto;
  }
}
.section03 .banner a {
  width: 100%;
  height: 100%;
  display: block;
}
.section03 .banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}