.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-lg {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-xl {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #222;
  font-feature-settings: "palt";
  background-color: #fff;
}
a.--disabled {
  pointer-events: none !important;
}

.swiper-wrapper {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.swiper-slide {
  backface-visibility: hidden;
}

.bg-navy {
  background: linear-gradient(180deg, #011e35 0%, #011013 100%);
}

.contact-layout .head-line {
  display: flex;
  justify-content: center;
}
.contact-layout .head-line .common-h {
  align-items: center;
}
.contact-layout .contact-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact-layout .contact-box {
    padding: 0 1rem;
  }
}
.contact-layout .contact-box .wrap {
  width: 45rem;
  padding: 3rem 2.5rem;
  border-radius: 0.5rem;
  background: #f0f2f5;
}
@media screen and (max-width: 767px) {
  .contact-layout .contact-box .wrap {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.contact-layout .contact-box .wrap .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-layout .contact-box .wrap .list .contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-layout .contact-box .wrap .list .contact-form h3 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.046875rem;
}
.contact-layout .contact-box .wrap .list .contact-form h3 span {
  color: #cc1414;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.046875rem;
}
.contact-layout .contact-box .wrap .list .contact-form.half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-layout .contact-box .wrap .list .contact-form.half div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact-layout .contact-box .wrap .list .contact-form.half {
    grid-template-columns: 1fr;
  }
}
.contact-layout .contact-box .wrap .list .contact-form p {
  margin: 0;
}
.contact-layout .contact-box .wrap .list .contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-layout .contact-box .wrap .list .contact-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact-layout .contact-box .wrap .list .contact-form .wpcf7-radio {
    flex-direction: column;
  }
}
.contact-layout .contact-box .wrap .list .contact-form input[type=text],
.contact-layout .contact-box .wrap .list .contact-form input[type=tel],
.contact-layout .contact-box .wrap .list .contact-form input[type=email],
.contact-layout .contact-box .wrap .list .contact-form select,
.contact-layout .contact-box .wrap .list .contact-form textarea {
  border-radius: 0.25rem;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  padding: 0.75rem 1rem;
  width: 100%;
  height: 2.9375rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.046875rem;
}
.contact-layout .contact-box .wrap .list .contact-form textarea {
  height: auto;
}
.contact-layout .contact-box .wrap .text-box {
  border-radius: 0.25rem;
  border: 1px solid #e6e6e6;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  height: 12.5rem;
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  overflow-y: auto;
  font-size: 0.8125rem;
}
.contact-layout .contact-box .wrap .text-box p {
  margin: 0;
  font-size: 0.8125rem;
}
.contact-layout .contact-box .wrap .text-box ol {
  list-style: decimal;
  padding-left: 1rem;
}
.contact-layout .contact-box .wrap .checkbox p {
  margin: 0;
  text-align: center;
}
.contact-layout .contact-box .wrap .submit p {
  margin: 0;
  text-align: center;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.contact-layout .contact-box .wrap .submit p input[type=submit] {
  background-color: #145ecc;
  color: #fff;
  border: 0;
  border-radius: 100vh;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-layout .contact-box .wrap .submit p input.wpcf7-previous {
  border-radius: 100vh;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-layout .contact-box .wrap .wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border-color: transparent;
}/*# sourceMappingURL=contact.css.map */