.text-block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.text-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}
.text-wrapper > .text-ja, .text-wrapper > .text-en {
  flex: 1 1 400px;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
}
.text-block > .text-ja, .text-block > .text-en, .text-block > .image-block {
  flex: 1 1 30%;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
}
.text-block > .image-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.text-en {
  color: #fff;
}