.section-contact {
  background-color: rgb(231, 233, 235);
}
.section-contact .contact-thumbnail {
  position: relative;
  height: 100%;
}
.section-contact .contact-thumbnail video {
  position: absolute;
  top: 0;
  left: 0;
}
.section-contact .thumbnail-caption {
  z-index: 1;
  color: rgb(251, 252, 253);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-contact .caption-decor {
  display: block;
  background-color: rgb(57, 160, 219);
  height: 1px;
  margin: 0.08rem 0;
}
.section-contact .caption-title {
  font-weight: 700;
  margin: 0;
  font-size: 0.25rem;
  line-height: 1.44;
}
.section-contact .caption-icon {
  display: block;
  background: url(../img/contact/contact_icn_01.png) center center/contain no-repeat;
  width: 0.5rem;
  height: 0.45rem;
}
.section-contact .content-heading {
  text-align: center;
}
@media (min-width: 768px) {
  .section-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-contact .contact-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-contact .contact-thumbnail {
    width: 40%;
    min-height: calc(100vh - 220px);
  }
  .section-contact .thumbnail-caption {
    margin: 0 0 44px 64px;
  }
  .section-contact .title-common-secondary {
    margin: 20px 0 8px;
  }
  .section-contact .paragraph-common-tertiary {
    margin-bottom: 20px;
  }
  .section-contact .contact-content {
    padding: 20px 160px;
  }
}
@media (min-width: 1280px) and (max-width: 1535.98px) {
  .section-contact .contact-content {
    padding: 20px;
  }
  .section-contact .contact-thumbnail {
    min-height: calc(100vh - 190px);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-contact .contact-content {
    padding: 20px;
  }
  .section-contact .contact-thumbnail {
    min-height: calc(100vh - 190px);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-contact {
    display: block;
  }
  .section-contact .contact-content {
    padding: 20px;
  }
  .section-contact .contact-thumbnail {
    width: 100%;
    min-height: 575px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact .contact-content {
    padding: 0.2rem;
  }
  .section-contact .title-common-secondary {
    margin: 0.2rem 0 0.08rem;
  }
  .section-contact .paragraph-common-tertiary {
    margin-bottom: 0.2rem;
  }
  .section-contact .contact-thumbnail {
    width: 100%;
    min-height: 2.11rem;
  }
  .section-contact .thumbnail-caption {
    margin: 0 0 0.08rem 0.2rem;
  }
}

.form-common .button-common-primary {
  width: 100%;
}
@media (min-width: 768px) {
  .form-common {
    margin-bottom: 40px;
  }
  .form-common .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px 8px;
  }
  .form-common .form-inner {
    width: 50%;
    padding: 0 4px;
  }

  .form-common .form-inner.is-full {
    width: 100%;
  }

  .form-common .form-controller {
    margin-top: 24px;
  }
  .form-common .button-common-primary {
    min-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .form-common .form-wrapper {
    display: block;
    margin: 0 0 8px;
  }
  .form-common .form-inner {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common {
    margin-bottom: 0.4rem;
  }
  .form-common .form-wrapper,
  .form-common .form-inner {
    margin-bottom: 0.08rem;
  }
  .form-common .form-controller {
    margin-top: 0.24rem;
  }
  .form-common .button-common-primary {
    min-height: 0.44rem;
  }
}

.form-common .form-status {
  display: none;
  margin-top: 16px;
  padding: 13px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.form-common .form-status.is-success {
  display: block;
  color: #067647;
  border: 1px solid #abefc6;
  background: #ecfdf3;
}
.form-common .form-status.is-error {
  display: block;
  color: #b42318;
  border: 1px solid #ffd2ce;
  background: #fff0ef;
}
.form-common .contact-honeypot {
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form-common .button-common-primary:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
/*# sourceMappingURL=contact.css.map */
