.hero {
  padding-top: 200px;
  padding-bottom: 100px;
}
.hero__inner {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
}
.hero__heading {
  margin-bottom: 25px;
}
.hero__heading--ja {
  margin-bottom: 10px;
}
.hero__heading--ja img, .hero__heading--ja span {
  vertical-align: middle;
}
.hero__heading--ja img {
  width: 57px;
  margin-right: 5px;
}
.hero__heading--ja span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hero__heading--en {
  font-size: 140px;
  line-height: 1;
}
.hero__lead {
  height: 27px;
  text-align: left;
}
.hero__lead img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .hero__heading--en {
    font-size: 110px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .hero__inner {
    width: 100%;
    padding: 0 20px;
  }
  .hero__heading {
    margin-bottom: 15px;
  }
  .hero__heading--ja {
    margin-bottom: 5px;
  }
  .hero__heading--ja img {
    width: 38px;
  }
  .hero__heading--ja span {
    font-size: 17px;
  }
  .hero__heading--en {
    font-size: 70px;
  }
  .hero__lead {
    height: 21px;
  }
}

.form {
  width: 700px;
}
.form__item {
  margin-bottom: 30px;
}
.form__item--name, .form__item--email, .form__item--tel {
  width: 50%;
}
.form__item--address {
  width: 75%;
}
.form__item--type {
  margin-bottom: 55px;
}
.form__item--message {
  margin-bottom: 60px;
}
.form__head {
  margin-bottom: 12px;
}
.form__label {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.form__required {
  margin-left: 10px;
  padding: 2px 8px 3px;
  border-radius: 2px;
  background-color: #f00;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
.form__text input {
  display: block;
  width: 100%;
  padding: 18px 15px;
  border: 1px solid #adadad;
  border-radius: 4px;
  color: #191919;
  font-size: 16px;
  letter-spacing: 0.05em;
  outline: none;
  transition: border-color 0.2s;
}
.form__text input:focus {
  border-color: #F56D26;
}
.form__text .wpcf7-not-valid-tip {
  margin-top: 0.5em;
}
.form__checkbox {
  padding-top: 20px;
  border-top: 1px solid #adadad;
}
.form__checkbox label {
  cursor: pointer;
}
.form__checkbox input[type=checkbox] {
  display: none;
}
.form__checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form__checkbox .wpcf7-list-item {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-left: 0;
}
.form__checkbox .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.form__checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.form__checkbox .wpcf7-list-item-label::before, .form__checkbox .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
}
.form__checkbox .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #adadad;
  border-radius: 0;
  background-color: #fff;
}
.form__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 5px;
  transform: translateY(-90%) rotate(-45deg);
  width: 16px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
  transition: 0.2s;
}
.form__checkbox .wpcf7-not-valid-tip {
  margin-top: 1em;
}
.form__select {
  position: relative;
  width: 50%;
}
.form__select select {
  display: block;
  width: 100%;
  padding: 22px 16px;
  border: 1px solid #adadad;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: inherit;
  outline: none;
  cursor: pointer;
}
.form__select::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #191919 transparent transparent transparent;
  border-width: 7px 4px 0px 4px;
  pointer-events: none;
  content: "";
}
.form__textarea textarea {
  display: block;
  width: 100%;
  height: 280px;
  padding: 18px 15px;
  border: 1px solid #adadad;
  border-radius: 4px;
  color: #191919;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  outline: none;
  resize: none;
  transition: border-color 0.2s;
}
.form__textarea textarea:focus {
  border-color: #F56D26;
}
.form__textarea .wpcf7-not-valid-tip {
  margin-top: 0.5em;
}
.form__submit {
  display: inline-block;
  position: relative;
}
.form__submit::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  z-index: 5;
  width: 11px;
  height: 18px;
  background-image: url(../images/arrow_right_wht.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: 0.6s;
  content: "";
}
.form__submit input[type=submit] {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 289px;
  height: 75px;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 9px;
  background-color: #0A51A1;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}
.form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  margin: 0;
  background-color: #707070;
  opacity: 1;
}
.form__submit:hover input[type=submit] {
  background-color: #212121;
}
.form .wpcf7-not-valid-tip {
  color: #f83f3f;
  font-weight: bold;
}
.form .wpcf7 form .wpcf7-response-output {
  margin: 2em 0 0;
  padding: 12px 15px 10px;
  border-radius: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form .wpcf7 form.invalid .wpcf7-response-output,
.form .wpcf7 form.unaccepted .wpcf7-response-output,
.form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f83f3f;
  background-color: #ffd4db;
}
.form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #61b468;
  background-color: #c3f6c7;
}
@media screen and (max-width: 1200px) {
  .form {
    width: 100%;
  }
  .form__item {
    width: 100%;
  }
  .form__textarea textarea {
    height: 210px;
  }
}
@media screen and (max-width: 576px) {
  .form__item--type {
    margin-bottom: 35px;
  }
  .form__text input {
    padding: 14px 10px;
  }
  .form__textarea textarea {
    padding: 14px 10px;
  }
  .form__select {
    width: 100%;
  }
  .form__select select {
    padding: 14px 16px;
  }
  .form__submit input[type=submit] {
    width: 210px;
    height: 55px;
    font-size: 14px;
  }
  .form__submit::after {
    right: 20px;
    width: 8px;
    height: 16px;
  }
}

.contact {
  padding-bottom: 150px;
}
.contact__contents {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .contact {
    padding-bottom: 90px;
  }
  .contact__contents {
    width: 100%;
    padding: 0 20px;
  }
}/*# sourceMappingURL=contact.css.map */