.heading--en {
  margin-bottom: 0.15em;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
.heading--ja {
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .heading--en {
    margin-bottom: 0;
    font-size: 45px;
  }
  .heading--ja {
    font-size: 18px;
  }
}

.contact {
  padding: 120px 0 60px;
}
.contact__heading {
  margin-bottom: 3em;
}
.contact__lead {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    width: 70%;
    max-width: 700px;
  }
}

.form__item {
  margin-bottom: 20px;
}
.form__item label {
  display: inline-block;
  margin-bottom: 5px;
}
.form__item label span {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.form__required {
  color: #f00;
}
.form__input input,
.form__input textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0.05em;
  outline: none;
}
.form__input input:focus,
.form__input textarea:focus {
  border-color: #f66620;
}
.form__input textarea {
  height: 250px;
  resize: none;
}
.form__button input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  margin-top: 30px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(90deg, #f66620, #fa931c);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  outline: none;
  cursor: pointer;
}/*# sourceMappingURL=contact.css.map */