.contact {
  background: #F4EBDE;
  padding-bottom: 60px;
}

.contact__title {
  padding: 67px 30px 40px 30px;
  text-align: center;
}
.contact__title-en {
  color: #222;
  font-family: Futura, Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.contact__title-jp {
  color: #9D9D9D;
  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;
}

.contact-action {
  padding: 0 16px;
}
