.form .label {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.25vw;
  letter-spacing: .1em;
  margin-bottom: 1.07143vw;
}

.form .mwform-radio-field {
  margin-right: 5vw;
}

.form .kind {}

.form .kind .mwform-radio-field input:checked+span,
.form .agree .mwform-checkbox-field input:checked+span,
.form .kind .mwform-radio-field input:not(:checked)+span,
.form .agree .mwform-checkbox-field input:not(:checked)+span {
  font-weight: 700;
  font-family: "Prompt-ExtraBold", sans-serif;
  font-size: 16px;
  font-size: 1.25vw;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  letter-spacing: .1em;
  line-height: 20px;
  display: inline-block;
  color: #3E3C3A;
}

.form .kind .mwform-radio-field input:checked+span:before,
.form .agree .mwform-checkbox-field input:not(:checked)+span:before,
.form .agree .mwform-checkbox-field input:checked+span:before,
.form .kind .mwform-radio-field input:not(:checked)+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #3E3C3A;
  border-radius: 100%;
}

.form .kind .mwform-radio-field input:checked+span:after,
.form .agree .mwform-checkbox-field input:checked+span:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #3E3C3A;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.form__privacy-policy {
  position: relative;
}

.form__btn {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .03em;
}

.form__btn:disabled {
  opacity: .3;
  cursor: not-allowed;
  pointer-events: none;
}

.mw_wp_form .form .error {
  margin: 16px 0;
  font-size: 1.2rem;
  letter-spacing: .03em;
  font-weight: 700;
}

.contact__allerror-text {
  text-align: center;
  margin: 40px 0 0;
  color: #B70000;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .03em;
  display: none;
}

.form__btn.-return {
  display: none;
}

.confirm .form__group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3E3C3A;
  padding-bottom: 20px;
}

.confirm .label {
  width: 20%;
  margin-bottom: 0;
}

.confirm .input {
  padding-bottom: 0;
}

.confirm .label+div {
  border: 0;
  width: 80%;
  font-size: 1.4rem;
  font-weight: 700;
}

.confirm .form__group.-fieldset fieldset {
  display: contents;
  width: 100%;
}

.confirm .form__group.-fieldset .input__group {
  width: 80%;
}

.confirm .form__group.-fieldset .legend {
  width: 20%;
}

.confirm .input_66 {
  border: 0;
}

.confirm .form__button-unit {
  display: flex;
  align-items: center;
}

.confirm .-return {
  margin-right: 20px;
}

@media (max-width: 768px) {

  .form {
    padding: 0 20px;
    margin-top: 32px;
  }

  .form.thanks {
    padding: 0 20px;
  }

  .form .label {
    width: 100%;
    margin-bottom: 10px;
  }

  .confirm .label+div {
    width: 100;
    font-size: 1.2rem;
  }

  .confirm .-return {
    margin-right: 20px;
  }

  .confirm .form__group {
    flex-direction: column;
    align-items: flex-start;
  }

  .radio {
    padding: 0;
  }

  .confirm .form__group.-fieldset .input__group {
    width: 100%;
  }

  .confirm .form__group.-fieldset .legend {
    width: 100%;
  }

  .form .kind .mwform-radio-field input:checked+span,
  .form .agree .mwform-checkbox-field input:checked+span,
  .form .kind .mwform-radio-field input:not(:checked)+span,
  .form .agree .mwform-checkbox-field input:not(:checked)+span {
    font-size: 1.2rem;
  }

  .contact__title {
    line-height: 1.5;
  }
}

.contact__complete-title {
  font-weight: 700;
}

.mw_wp_form.mw_wp_form_send_error {
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 1.2rem;
}

.form.-recruit .form__group .radio {
  padding-top: 10px;
}

.form.-recruit.confirm .form__group.-lebel .kind {
  font-size: 1.4rem;
  border: 0;
  padding-bottom: 10px;
  font-weight: 700;
}