.recruit-form .c-mv {
  background-image: url(../img/img_mv_recruit_pc.webp);
}
@media screen and (max-width: 767px) {
  .recruit-form .c-mv {
    background-image: url(../img/img_mv_recruit_sp.webp);
  }
}

.p-entry_form {
  background-color: #edfcfb;
  border-radius: 20px;
  padding: 47px 0;
}

.p-entry_form table {
  margin: 0 auto;
  max-width: 950px;
  width: 87%;
}

.p-entry_form table th,
.p-entry_form table td {
  border-bottom: 1px solid #b4a06c;
  padding: 20px 15px;
  text-align: left;
}

.p-entry_form table th {
  width: 220px;
  color: #b4a06c;
  position: relative;
  font-weight: 700;
}

.p-entry_form table td {
  padding: 20px 0 20px 30px;
}

.p-entry_form table .required {
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 5px;
  position: absolute;
  right: 0;
}

.p-entry_form table td span.imp {
  display: block;
  color: #b4a06c;
  padding-bottom: 7px;
}

.p-entry_form table td span:nth-of-type(2) {
  padding: 25px 0 7px 0;
}

.p-entry_form .p-entry_border label {
  border: 1px dotted #d3d3d3;
  margin-right: 5px;
}

.p-entry_form label.mfp_checked,
.p-entry_form .p-entry_border label.mfp_checked {
  padding: 3px !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px !important;
  border: none !important;
}

form#mailformpro .p-entry_border label.mfp_not_checked {
  padding: 3px !important;
  border: 1px dotted #d3d3d3 !important;
}

.p-entry_form .p-entry_border label.mfp_checked {
  border: 1px dotted #d3d3d3 !important;
}

.p-entry_border label:last-child {
  margin-right: 0;
}

.date {
  position: relative;
}

.date input {
  padding-right: 35px;
}

.p-entry_form table input[type="text"],
.p-entry_form table input[type="email"],
.p-entry_form table input[type="tel"],
.p-entry_form table input[type="date"],
.p-entry_form table textarea {
  width: 300px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
}

.p-entry_form table input[type="tel"] {
  font-size: 1.5rem;
}

.p-entry_form table textarea {
  width: 100% !important;
  height: 150px !important;
  resize: none;
}

.p-entry_btn {
  position: relative;
  z-index: 9;
  margin: 30px auto 0 !important;
}

.p-entry_btn input[type="submit"] {
  width: 100%;
  border: 1px #68c3c5 solid;
  background: #68c3c5 !important;
  color: #fff;
  display: block;
  position: relative;
  z-index: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 100vmax;
  letter-spacing: 0.04em;
  padding: 15px 48px 16px 32px;
  box-shadow: none !important;
  text-shadow: none !important;
}

.p-entry_btn input[type="submit"]:hover {
  background: #fff !important;
  color: #68c3c5 !important;
  opacity: 1;
}

.p-entry_btn::before {
  background-image: url("/common/img/ico_arw_wh.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 24px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  content: "";
}

.p-entry_btn:hover::before {
  background-image: url("/common/img/ico_arw_grn.svg");
}

.note-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .date .icon {
    position: absolute;
    left: 302px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-entry_form {
    padding: 20px 0;
  }
  .p-entry_form table th,
  .p-entry_form table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .p-entry_form table td {
    margin-bottom: 25px;
    padding: 15px 10px;
  }
  .p-entry_form table tr:last-child td {
    margin-bottom: 20px;
  }
  .p-entry_form table input[type="text"],
  .p-entry_form table input[type="email"],
  .p-entry_form table input[type="tel"],
  .p-entry_form table input[type="date"],
  .p-entry_form table textarea {
    width: 100%;
  }
  
.p-entry_form table input[type="date"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

input[type="date"] {
  display: block;
  width: 100%;
}

  .p-entry_btn {
    margin: 0 auto !important;
  }
  .date .icon {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    padding-bottom: 0;
  }

  .note-txt {
    text-align: left;
  }
}

/* @supports (-webkit-overflow-scrolling: touch) {
  .date .icon {
    display: none;
    
  }
  .date input[type="date"] {
    width: 100%;
  }
} */

@supports (-webkit-touch-callout: none) and (hover: none) and (pointer: coarse) {
  /* iOS Safari only */
  input[type="date"] {
    padding-right: 40px;
    width: 100%;
  }
}