h2 {
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 6px solid #2e2018;
  min-height: auto;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #ffff96 2px, #ffff96 10px);
  margin-bottom: 30px;
}

.section01 {
  max-width: 80%;
  margin: 0 auto 60px auto;
}
@media (max-width: 600px) {
  .section01 {
    max-width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px auto 60px auto;
  }
  .section01::after {
    content: "";
    display: block;
    width: 90%;
    height: 30%;
    background-size: auto auto;
    background-color: #fff;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #ffff96 2px, #ffff96 10px);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 600px) {
  .section01 h2 {
    border-left: none;
    display: inline-block;
    margin-left: -3%;
    background-image: none;
  }
}
.section01 .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section01 .box .content {
  width: calc(70% - 50px);
  margin-right: 50px;
  letter-spacing: 1.8px;
  line-height: calc(28px / 16px);
}
@media (max-width: 600px) {
  .section01 .box .content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.section01 .box .image {
  width: 30%;
}
@media (max-width: 600px) {
  .section01 .box .image {
    width: 100%;
    margin-bottom: 30px;
  }
}

.section02 {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #ffff96 2px, #ffff96 10px);
  margin-bottom: 100px;
}
.section02 .title {
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.section02 .btn {
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
.section02 .btn a {
  display: block;
  position: relative;
  border: 3px solid #ed64a4;
  border-radius: 24px;
  color: #fff;
  background-color: #ed64a4;
}
@media (max-width: 600px) {
  .section02 .btn a {
    font-size: 16px;
    line-height: calc(28px / 16px);
  }
}
.section02 .btn a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/uploads/2021/03/tambasasayama_farm_btn_image2.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section02 .btn a:hover {
  border: 2px solid #ed64a4;
  color: #ed64a4;
  background-color: #fff;
}

.section03 {
  margin-bottom: 60px;
}
.section03 .box {
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80%;
  margin: 0 auto 100px auto;
}
@media (max-width: 600px) {
  .section03 .box {
    max-width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 80px auto;
  }
}
.section03 .box:last-child {
  margin-bottom: 0;
}
.section03 .box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section03 .box .image {
  width: calc(50% - 40px);
  height: 260px;
}
@media (max-width: 600px) {
  .section03 .box .image {
    width: 90%;
    margin: 0 auto;
  }
}
.section03 .box .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section03 .box .image::before {
  content: "";
  display: block;
  width: 320px;
  height: 80px;
  background-image: url(/wp-content/uploads/2021/03/crops_title_images.png);
  background-size: contain;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 1;
}
@media (max-width: 600px) {
  .section03 .box .image::before {
    height: 65px;
  }
}
.section03 .box .image::after {
  content: "";
  display: block;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #ffff96 2px, #ffff96 10px);
  height: 260px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
}
.section03 .box .content {
  width: 50%;
  letter-spacing: 1.8px;
  line-height: calc(28px / 16px);
}
@media (max-width: 600px) {
  .section03 .box .content {
    width: 100%;
  }
}
.section03 .box:nth-child(2) .image::before {
  background-image: url(/wp-content/uploads/2021/03/climate_title_images.png);
}
.section03 .box:nth-child(3) .image::before {
  background-image: url(/wp-content/uploads/2021/03/connection_titleimages.png);
}
@media (max-width: 600px) {
  .section03 .box:nth-child(even) .image::after {
    height: 460px;
    right: 20px;
    bottom: auto;
    top: 20px;
  }
}

.section04 {
  max-width: 80%;
  margin: 0 auto 60px auto;
}
@media (max-width: 600px) {
  .section04 {
    max-width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px auto 60px auto;
  }
}
.section04 .image {
  width: 100%;
  margin-bottom: 30px;
}
.section04 .links .marginb {
  margin-bottom: 30px;
}
.section04 .links .marginb a {
  display: inline-block;
  color: #2d5f92;
  text-decoration: underline;
}