/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_entry__form__accept .require, .p_entry__form__label .require {
  font-size: 0.8125rem;
}

.p_entry__form__ttl {
  font-size: 1.0625rem;
}

.p_entry {
  padding-bottom: 80px;
}
.p_entry__main {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.p_entry__form {
  border-radius: 20px;
  background-color: #fff;
  padding-block: 20px 10px;
  padding-inline: 20px;
}
.p_entry__form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p_entry__form:has(.p_entry__form__ttl.is_your_job) .p_entry__form__row.is_row_job {
  display: none;
}
.p_entry__form__content {
  border-bottom: 1px solid #D0D7DD;
  padding-bottom: 40px;
}
.p_entry__form__ttl {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.45;
  gap: 1px 15px;
  margin-bottom: 30px;
}
.p_entry__form__row + .p_entry__form__row {
  margin-top: 25px;
}
.p_entry__form__label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.p_entry__form__accept .require, .p_entry__form__label .require {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #00D1A6;
  width: 40px;
  height: 20px;
}
.p_entry__form__input {
  width: 100%;
}
.p_entry__form__input input, .p_entry__form__input textarea {
  font-size: 1rem;
  background-color: #F8FAFF;
}
.p_entry__form__input input[type=text], .p_entry__form__input input[type=email], .p_entry__form__input input[type=tel], .p_entry__form__input textarea {
  width: 100%;
  border-radius: 4px;
  padding-inline: 10px;
  padding-block: 6px;
}
.p_entry__form__input textarea {
  height: 200px;
  resize: none;
}
.p_entry__form__file {
  display: block;
  pointer-events: none;
}
.p_entry__form__file:has(.nofile) .wpcf7-not-valid-tip {
  display: none;
}
.p_entry__form__file > *:first-child {
  pointer-events: all;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
  border: 1px solid currentColor;
}
.p_entry__form__file input {
  display: none;
}
.p_entry__form__accept {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.p_entry__form__accept .wpcf7-list-item {
  margin: 0;
}
.p_entry__form__accept label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.p_entry__form__accept label input {
  background-color: #E8F1FF;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.p_entry__form__accept label input:checked {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.p_entry__form__accept .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.p_entry__form__accept .wpcf7-list-item-label::before, .p_entry__form__accept .wpcf7-list-item-label::after {
  display: none;
}
.p_entry__form__privacy {
  padding-top: 30px;
}
.p_entry__form__privacy .p_entry__form__ttl {
  margin-bottom: 10px;
}
.p_entry__form__action {
  text-align: center;
  margin-top: 30px;
}
.p_entry__form__action .wpcf7-spinner {
  margin: 10px auto 0;
  display: table;
}
@media screen and (min-width: 768px) {
  .p_entry__form__accept .require, .p_entry__form__label .require {
    font-size: 0.875rem;
  }
  .p_entry__form__ttl {
    font-size: 1.25rem;
  }
  .p_entry {
    padding-bottom: 74px;
  }
  .p_entry__main {
    border-radius: 40px;
    padding-top: 120px;
  }
  .p_entry__form {
    padding-block: clamp(5rem, 7.1759259259vw + 1.5555555556rem, 6.9375rem) 45px;
    border-radius: 40px;
    padding-inline: clamp(2.5rem, 20.8333333333vw + -7.5rem, 8.125rem);
  }
  .p_entry__form__content {
    padding-bottom: 80px;
  }
  .p_entry__form__ttl {
    gap: 22px;
    margin-bottom: 54px;
  }
  .p_entry__form__row {
    display: flex;
    align-items: flex-start;
  }
  .p_entry__form__row + .p_entry__form__row {
    margin-top: 38px;
  }
  .p_entry__form__label {
    margin-bottom: 0;
    width: clamp(13.75rem, 18.5185185185vw + 4.8611111111rem, 18.75rem);
    padding-top: 10px;
  }
  .p_entry__form__accept .require, .p_entry__form__label .require {
    height: 26px;
    width: 48px;
  }
  .p_entry__form__input input[type=text], .p_entry__form__input input[type=email], .p_entry__form__input input[type=tel], .p_entry__form__input textarea {
    padding-block: 10px;
    padding-inline: 20px;
  }
  .p_entry__form__input textarea {
    height: 269px;
  }
  .p_entry__form__file > *:first-child {
    min-height: 50px;
    min-width: 140px;
  }
  .p_entry__form__accept {
    gap: 20px;
    margin-top: 32px;
  }
  .p_entry__form__accept label {
    gap: 20px;
  }
  .p_entry__form__accept label input {
    width: 26px;
    height: 26px;
  }
  .p_entry__form__accept .wpcf7-list-item-label {
    gap: 20px;
  }
  .p_entry__form__privacy {
    padding-top: 40px;
  }
  .p_entry__form__privacy .p_entry__form__ttl {
    margin-bottom: 16px;
  }
  .p_entry__form__action {
    margin-top: 52px;
  }
  .p_entry .c_gradient__wave {
    margin-top: max(-29%, -466px);
  }
}
/*# sourceMappingURL=maps/entry.css.map */
