@charset "UTF-8";

.mw_wp_form .error {
  font-size: 0.8rem !important;
}

.wpcf7 form .wpcf7-response-output {
  color: #484848;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: normal;
  font-family: Noto Sans JP;
  letter-spacing: 0.6px;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact__formGroup .select:before {
  z-index: 2;
}

.contact__formGroup textarea {
  padding-left: 19px;
  padding-right: 19px;
}

@media screen and (max-width: 1024px) {
  .modal__closeBtn {
    right: 0;
  }
}

.container {
  max-width: 1000px;
  margin: auto;
  width: 88%;
}

.sub {
  padding: 100px 0;
  & .contact__req,
  & .contact__formText,
  & .contact__formGroup .select:before {
    display: none;
  }
}

.contact__formBtns {
  display: flex;
  width: fit-content;
  gap: 20px;
  margin-top: 50px;
  & .btn {
    font-family: Shippori Mincho;
  }

  @media screen and (max-width: 1024px) {
    flex-direction: column;
    width: auto;
    & .btn {
      &:nth-child(1) {
        order: 2;
      }
      &:nth-child(2) {
        order: 1;
      }
    }
  }
}

.mw_wp_form_complete p,
.nf-text {
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 181.25%;
  letter-spacing: 0.32px;
}

.mw_wp_form_confirm {
  & .contact__formGroup label {
    opacity: 0.7;
  }
}

.pagetitle {
  margin-bottom: 60px;
  color: #434343;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 159.091%;
  font-family: "Noto Serif JP";
  letter-spacing: 1.76px;
  padding: 0 0 10px;
  border-bottom: 1px solid #434343;
}

@media screen and (min-width: 1023.98px) {
  .contact__main {
    grid-template-columns: max(430px, 288px) minmax(0, 1fr);
  }
}

.link-other {
  & span:after {
    transform: rotate(-135deg) translateY(-0.3em);
  }
}
@media screen and (max-width: 1024px) {
  .sp-none {
    display: none !important;
  }
}
