:root {
  --gray-color: #5f5f5f;
  --gray-sub-color: #f0f0f0;
  --gray-main-color: #9b9b9b;
  --black-color: #151515;
  --white-color: #ffffff;
  --main-color: #334149;
}

.order {
  padding: 40px 0 80px;
}

.order-outer {
  margin: 0 auto;
  max-width: 960px;
  width: calc(100% - 24px);
}

.order-outer-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-outer-intro__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 10px;
  background-color: #791321;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 700;
}

.order-outer-intro__title {
  margin-top: 12px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--black-color);
}

.order-outer-intro,
.order-outer-form {
  margin-top: 36px;
}

.order-outer-intro {
  float: left;
  width: calc(100% - 464px);
}

.order-outer-intro__lead {
  margin-top: 0;
  font-size: 15px;
  line-height: 2;
  color: var(--black-color);
}

.order-works {
  margin-top: 28px;
}

.order-works__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black-color);
}

.order-works__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.order-works__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.order-outer-form {
  float: right;
  width: 420px;
}
.order-outer-form .wpcf7 {
  width: 100%;
  height: auto;
}
.order-outer-form .wpcf7-form {
  padding: 10px 0 0;
}
.order-outer-form .form_box {
  margin-top: 20px;
}
.order-outer-form .form_box:first-child {
  margin-top: 0;
}
.order-outer-form .form_box label {
  display: block;
}
.order-outer-form .form_box--title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: var(--black-color);
  line-height: 1.5;
  vertical-align: middle;
}
.order-outer-form .form_box--Required {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 10px;
}
.order-outer-form .form_box input,
.order-outer-form .form_box select {
  margin-top: 8px;
  padding-left: 10px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  background-color: #eaeaea;
  border: unset;
  border-radius: 10px;
}
.order-outer-form .form_box textarea {
  margin-top: 8px;
  padding: 10px 10px 0 10px;
  width: 100%;
  min-height: 120px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #eaeaea;
  border: unset;
  border-radius: 10px;
  resize: vertical;
}
.order-outer-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.order-outer-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9b9b9b 50%), linear-gradient(135deg, #9b9b9b 50%, transparent 50%);
  background-position: calc(100% - 19px) calc(50% + 2px), calc(100% - 13px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.order-outer-form textarea {
  min-height: 128px;
  resize: vertical;
}
.order-outer-form .wpcf7-list-item {
  margin: 0;
}
.order-outer-form .wpcf7-acceptance {
  display: block;
  margin-top: 12px;
}
.order-outer-form .wpcf7-list-item-label {
  font-size: 14px;
  color: var(--black-color);
}
.order-outer-form .wpcf7-list-item-label a {
  color: #2b5fa8;
  text-decoration: underline;
}
.order-outer-form .required,
.order-outer-form .hissu,
.order-outer-form .is-required {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 18px;
  border-radius: 999px;
  background-color: #de1e1e;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
.order-outer-form .wpcf7-submit,
.order-outer-form input[type=submit] {
  display: block;
  margin-top: 40px;
  width: 100%;
  height: 50px;
  background-color: var(--main-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: unset;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.order-outer-form .wpcf7-submit:hover,
.order-outer-form input[type=submit]:hover {
  opacity: 0.85;
}
.order-outer-form .wpcf7-spinner {
  margin: 10px auto 0;
  display: block;
}
.order-outer-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}
.order-outer-form .wpcf7-response-output {
  margin: 12px 0 0;
  font-size: 13px;
}

.order-outer::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 980px) {
  .order-outer-intro {
    width: calc(100% - 404px);
  }
  .order-outer-form {
    width: 360px;
  }
  .order-outer-intro__title {
    font-size: 38px;
  }
  .order-works__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 900px) {
  .order {
    padding: 24px 0 60px;
  }
  .order-outer {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
  }
  .order-outer-heading {
    order: 1;
  }
  .order-outer-intro,
  .order-outer-form {
    float: none;
    width: 100%;
    margin-top: 24px;
  }
  .order-outer-form {
    order: 2;
  }
  .order-outer-intro {
    order: 3;
  }
}
@media screen and (max-width: 620px) {
  .order-outer-intro__title {
    font-size: 34px;
  }
  .order-works__title {
    font-size: 30px;
  }
  .order-works__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .order-outer-intro__badge {
    font-size: 10px;
    padding: 6px 12px;
  }
  .order-outer-intro__title {
    font-size: 30px;
  }
  .order-outer-intro__lead {
    font-size: 14px;
  }
  .order-works__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/*
* thanks
*/
.thanks {
  width: 100%;
  min-height: 520px;
}

.thanks-outer {
  margin: 120px auto 80px auto;
  max-width: 900px;
  width: calc(100% - 24px);
  text-align: center;
}

.thanks-outer__img {
  display: block;
  margin: 0 auto;
  width: 96px;
  height: auto;
}

.thanks-outer__title {
  margin-top: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #791321;
  line-height: 1.8;
}

.thanks-outer__txt {
  margin-top: 24px;
  font-size: 13px;
  line-height: 2;
  color: var(--black-color);
}

@media screen and (max-width: 900px) {
  .thanks {
    min-height: 440px;
  }
  .thanks-outer {
    margin-top: 90px;
    width: calc(100% - 20px);
  }
  .thanks-outer__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 620px) {
  .thanks-outer {
    margin-top: 70px;
  }
  .thanks-outer__img {
    width: 84px;
  }
  .thanks-outer__title {
    font-size: 16px;
    line-height: 1.7;
  }
  .thanks-outer__txt {
    font-size: 12px;
    line-height: 1.9;
  }
}/*# sourceMappingURL=order.css.map */