.p-recruit__sectionNew__title01 {
  color: var(--black, #3A3939);
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 48px;
  position: relative;
  margin-bottom: 24px;
}
.p-recruit__sectionNew__title01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 4px;
  background: var(--key-color, #23B6BC);
}

.p-recruit__sectionNew__text01 {
  padding: 16px 0 16px 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.96px;
  max-width: 872px;
}
@media screen and (max-width: 767px) {
  .p-recruit__sectionNew__text01 {
    padding: 10px 15px;
  }
}
.p-recruit__sectionNew__text01 + .p-recruit__sectionNew__title01 {
  margin-top: 120px;
}
.p-recruit__sectionNew__text01_title {
  color: var(--black, #3A3939);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
.p-recruit__sectionNew__text01 ul li {
  padding-left: 24px;
  position: relative;
}
.p-recruit__sectionNew__text01 ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #3A3939;
}

@media screen and (max-width: 767px) {
  .mw_wp_form {
    padding: 0 20px;
  }
  .mw_wp_form .p-contact__form__text {
    margin-bottom: 0;
  }
}

.wpform_item {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .wpform_item {
    padding: 12px 0 10px;
  }
}
.wpform_item > p {
  width: 100%;
  margin: 0;
}
.wpform_itemColumn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wpform_itemColumn {
    flex-direction: column;
  }
}
.wpform_itemColumn.half {
  width: calc(50% - 8px);
}
.wpform_item .title {
  width: 195px;
  padding-left: 43px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.96px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .wpform_item .title {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.wpform_item .title.is-required::after {
  content: "*";
  color: var(--color-main);
  margin-left: 4px;
}
.wpform_item .input {
  width: calc(100% - 195px);
}
@media screen and (max-width: 767px) {
  .wpform_item .input {
    width: 100%;
  }
}
.wpform_item .input input,
.wpform_item .input textarea {
  width: 100%;
  padding: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .wpform_item .input input,
  .wpform_item .input textarea {
    padding: 10px;
    line-height: 155%;
  }
}
.wpform_item .input input[type=file] {
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .wpform_item .input input[type=file] {
    padding: 6px 0 11px;
    font-size: 13.3px;
  }
}
.wpform_item .input textarea {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .wpform_item .input textarea {
    margin-bottom: 60px;
  }
}
.wpform_item .input .error {
  margin-top: 5px;
}
.wpform_item .input select {
  padding: 16px 18px;
  max-width: 472px;
  width: 100%;
  background-image: url(../images/icon_arrowBottom01.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 12px 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .wpform_item .input select {
    padding: 10px;
  }
}
.wpform_agreeText {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.96px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .wpform_agreeText {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.wpform_agreeText a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.wpform_agreeText a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../images/icon_link01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}
.wpform .agree {
  margin-bottom: 40px;
}
.wpform .agree label {
  display: flex;
  align-items: center;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.wpform .agree label span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  .wpform .agree label span {
    font-size: 14px;
  }
}
.wpform .agree label input {
  display: none;
}
.wpform .agree label input:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 6px;
  border-left: 3px solid var(--color-main);
  border-bottom: 3px solid var(--color-main);
  transform: rotate(-45deg) translate(-1px, 4px);
}
@media screen and (max-width: 767px) {
  .wpform .agree label input:checked + span::before {
    width: 11px;
    height: 6px;
    border-left: 3px solid var(--color-main);
    border-bottom: 3px solid var(--color-main);
    transform: rotate(-45deg) translate(0px, 2px);
  }
}
.wpform .agree label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .wpform .agree label::before {
    width: 15px;
    height: 15px;
  }
}
.wpform .submit {
  max-width: 440px;
  position: relative;
  cursor: pointer;
}
.wpform .submit::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wpform .submit input {
  background-color: var(--black, #3A3939);
  color: var(--white, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  padding: 0;
  border: 1px solid #3A3939;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .wpform .submit:hover::after {
    background-image: url(../images/icon_arrow02.svg);
  }
  .wpform .submit:hover input {
    border: 1px solid #D1D5D5;
    background-color: #fff;
    color: #23B6BC;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__main__content__entry__textBox {
    height: 31.9444444444vw;
  }
}

.marginBottomM01 {
  margin-bottom: -20px;
}