.feature {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 15px;
}
@media (min-width: 1000px) {
  .feature {
    padding-top: 20px;
  }
}
.feature .deco {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 306px;
  height: 198px;
  z-index: -1;
  scale: 0.7;
}
@media (min-width: 1000px) {
  .feature .deco {
    scale: 1;
  }
}
.feature .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.feature .inner .flex {
  display: flex;
  flex-direction: column;
  padding-top: 90px;
  gap: 6.0909090909%;
}
@media (min-width: 1000px) {
  .feature .inner .flex {
    padding-top: 120px;
  }
}
@media (min-width: 1000px) {
  .feature .inner .flex {
    flex-direction: row;
    transform: translateX(-2%);
  }
}
.feature .inner .flex .left {
  width: 100%;
}
@media (min-width: 1000px) {
  .feature .inner .flex .left {
    width: 60.2727272727%;
  }
}
.feature .inner .flex .left .img {
  width: 100%;
}
.feature .inner .flex .right {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .feature .inner .flex .right {
    padding-top: 0;
    width: 40%;
  }
}
.feature .inner .flex .right .eng {
  color: #436F13;
  font-family: Plantagenet Cherokee;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.52px;
}
@media (min-width: 750px) {
  .feature .inner .flex .right .eng {
    font-size: 14px;
    line-height: normal;
  }
}
.feature .inner .flex .right .h2 {
  margin-top: 5px;
  color: #333;
  font-family: Noto Serif JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.08px;
}
@media (min-width: 750px) {
  .feature .inner .flex .right .h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.feature .inner .flex .right .p {
  margin-top: 30px;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1.2px;
}
@media (min-width: 1000px) {
  .feature .inner .flex .right .p {
    margin-top: 40px;
  }
}
@media (min-width: 750px) {
  .feature .inner .flex .right .p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (min-width: 1000px) {
  .feature .inner .flex.reverse {
    flex-direction: row-reverse;
    transform: translateX(2%);
  }
}