.box {
  margin-top: 20px;
  position: relative;
}
.box .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
  width: 90%;
}
.box .inner .flex {
  display: flex;
  flex-direction: column;
  padding-top: 90px;
  gap: 5.7264957265%;
}
@media (min-width: 1000px) {
  .box .inner .flex {
    padding-top: 120px;
  }
}
@media (min-width: 1000px) {
  .box .inner .flex {
    flex-direction: row;
    transform: translateX(-3%);
  }
}
@media (min-width: 1000px) {
  .box .inner .flex.reverse {
    flex-direction: row-reverse;
    transform: translateX(3%);
  }
}
.box .inner .flex .left {
  width: 100%;
}
@media (min-width: 1000px) {
  .box .inner .flex .left {
    width: 56.6666666667%;
  }
}
.box .inner .flex .left .img {
  width: 100%;
}
.box .inner .flex .right {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .box .inner .flex .right {
    padding-top: 0;
    width: 37.6068376068%;
  }
}
.box .inner .flex .right .h2 {
  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) {
  .box .inner .flex .right .h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.box .inner .flex .right .eng {
  margin-top: 10px;
  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) {
  .box .inner .flex .right .eng {
    font-size: 14px;
    line-height: normal;
  }
}
.box .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.28px;
}
@media (min-width: 1000px) {
  .box .inner .flex .right .p {
    margin-top: 40px;
  }
}
@media (min-width: 750px) {
  .box .inner .flex .right .p {
    font-size: 16px;
    line-height: 28px;
  }
}
.box .inner .images {
  margin-top: 75px;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .box .inner .images {
    margin-top: 100px;
  }
}
@media (min-width: 750px) {
  .box .inner .images {
    gap: 40px;
  }
}
.box .inner .images .img {
  width: 100%;
  max-width: 340px;
}
.box .inner .button {
  margin-top: 45px;
}
@media (min-width: 1000px) {
  .box .inner .button {
    margin-top: 60px;
  }
}