.hikite-image {
  display: block;
  margin: 0 auto 3rem;
  max-width: 300px;
  width: 100%;
}
.text-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}
.text-ja, .text-en {
  flex: 1 1 400px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.text-en {
  color: #838178;
}
