.pikatoru .mv.pagemv {
  background: url(../images/service/agriculture/mv.jpg) no-repeat center/cover;
}

.pikatoru-head {
  padding-bottom: 80px;
}
.pikatoru-head--inner {
  padding: 64px 0;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .pikatoru-head--inner {
    flex-direction: column;
    align-items: center;
  }
}
.pikatoru-head--inner-text h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 18px;
}
.pikatoru-head--inner-text p {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.pikatoru-problem {
  background: rgba(0, 53, 128, 0.08);
  padding: 80px 0;
  position: relative;
}
.pikatoru-problem::after {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/service/agriculture/pikatoru/fukidashi-arrow.svg") no-repeat center/auto;
  background-size: 80px 40px;
}
.pikatoru-problem h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.pikatoru-problem .pikatoru-problem-items {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .pikatoru-problem .pikatoru-problem-items {
    flex-direction: column;
    align-items: center;
  }
}
.pikatoru-problem .pikatoru-problem-items .pikatoru-problem-item {
  width: calc((100% - 96px) / 3);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pikatoru-problem .pikatoru-problem-items .pikatoru-problem-item {
    width: 100%;
  }
}
.pikatoru-problem .pikatoru-problem-items .pikatoru-problem-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pikatoru-problem .pikatoru-problem-items .pikatoru-problem-item .text h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.pikatoru-problem .pikatoru-problem-items .pikatoru-problem-item .text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.pikatoru-solution {
  padding: 80px 0;
  border-bottom: 1px solid #DEDDDE;
}
.pikatoru-solution h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.pikatoru-solution--img {
  margin-bottom: 40px;
}
.pikatoru-solution--text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.pikatoru-feature {
  padding: 80px 0;
  border-bottom: 1px solid #DEDDDE;
}
.pikatoru-feature h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.pikatoru-feature .pikatoru-feature-items {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .pikatoru-feature .pikatoru-feature-items {
    flex-direction: column;
    align-items: center;
  }
}
.pikatoru-feature .pikatoru-feature-items .pikatoru-feature-item {
  width: calc((100% - 96px) / 3);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pikatoru-feature .pikatoru-feature-items .pikatoru-feature-item {
    width: 100%;
  }
}
.pikatoru-feature .pikatoru-feature-items .pikatoru-feature-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pikatoru-feature .pikatoru-feature-items .pikatoru-feature-item .text h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.pikatoru-feature .pikatoru-feature-items .pikatoru-feature-item .text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.pikatoru-effect {
  padding: 80px 0;
  border-bottom: 1px solid #DEDDDE;
}
.pikatoru-effect h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.pikatoru-effect--inner {
  background: rgba(0, 53, 128, 0.08);
  padding: 50px;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .pikatoru-effect--inner {
    flex-direction: column;
    align-items: center;
  }
}
.pikatoru-effect--inner-text {
  flex: 1;
}
.pikatoru-effect--inner-text h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid #003580;
  line-height: 1.4;
}
.pikatoru-effect--inner-text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.pikatoru-effect--inner-text p + h3 {
  margin-top: 40px;
}

.pikatoru-overview {
  padding: 80px 0;
  border-bottom: 1px solid #DEDDDE;
}
.pikatoru-overview h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.pikatoru-overview-table table {
  border-top: 1px solid #DEDEDE;
  width: 100%;
}
.pikatoru-overview-table table:not(:last-child) {
  margin-bottom: 50px;
}
.pikatoru-overview-table table caption {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.pikatoru-overview-table table th, .pikatoru-overview-table table td {
  border-bottom: 1px solid #DEDEDE;
}
.pikatoru-overview-table table th {
  background: #F8F8F8;
  padding: 17px 24px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: 246px;
  border-left: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
  .pikatoru-overview-table table th {
    width: 40%;
  }
}
.pikatoru-overview-table table td {
  padding: 17px 24px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #DEDEDE;
}

.pikatoru-story {
  padding: 80px 0;
  border-bottom: 1px solid #DEDDDE;
}
.pikatoru-story h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.pikatoru-story--inner {
  padding: 50px 0 50px 50px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pikatoru-story--inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-right: 50px;
  }
}
.pikatoru-story--inner::before {
  content: "";
  display: block;
  width: calc(100vw - (50vw - 50%));
  height: 100%;
  background: rgba(0, 53, 128, 0.08);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.pikatoru-story--inner-img {
  position: relative;
  left: -160px;
  top: -80px;
  flex: 1;
  margin-right: -80px;
}
.pikatoru-story--inner-img img {
  max-width: 653px;
  aspect-ratio: 653/414;
}
@media screen and (max-width: 1024px) {
  .pikatoru-story--inner-img {
    position: static;
    margin-right: 0;
  }
  .pikatoru-story--inner-img img {
    max-width: 100%;
  }
}
.pikatoru-story--inner-text p {
  font-size: 16px;
  line-height: 1.8;
}
.pikatoru-story--inner-text p:not(:last-child) {
  margin-bottom: 40px;
}
.pikatoru-story--inner-text p.small-text {
  font-size: 14px;
}
.pikatoru-story--inner-text p.small-text a {
  color: #003580;
  text-decoration: underline;
}/*# sourceMappingURL=pikatoru.css.map */