.about {
  background-color: #536A80;
  padding: 51px 16px 70px 16px;
}

.about__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.about__title-en {
  color: #FFF;
  font-family: Futura, Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
}

.about__title-jp {
  color: #FFF;

  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
}

.about__copy {
  margin-top: 39px;
  margin-bottom: 39px;
  color: #FFF;
  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 158.333% */
  letter-spacing: 1.2px;
}

.about__contents {
  color: #FFF;

  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  letter-spacing: 0.7px;
}

@media screen and (min-width: 768px) {
  .about__title-en {
    font-size: 24px;
  }

  .about__title-jp {
    font-size: 16px;
  }
}
