@charset "UTF-8";
/* メールフォームPro Overlay調整 */
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_overlay,
#mfp_loading {
  display: none !important;
}

.recruit.contact {
  padding-bottom: 128px;
}
.recruit.contact .text-center {
  margin-block-end: 50px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .recruit.contact .text-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit.contact {
    padding-bottom: 64px;
  }
}
.recruit.contact a {
  color: #dff2dd;
  text-decoration: underline;
}

.main-container {
  position: relative;
  z-index: 50;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.main-container .personal {
  max-width: 1000px;
}
.main-container .box h1 {
  margin-bottom: 24px;
  font-size: 1.6rem;
}
.main-container .box table {
  background-color: #fff;
}
.main-container .box td {
  padding: 40px;
  line-height: 2;
  text-align: left;
  border: 1px solid #b4b4b4;
}
@media screen and (max-width: 768px) {
  .main-container .box td {
    padding: 30px 20px;
  }
}
.main-container .box .title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #16832e;
}
.main-container .box .title:first-of-type() {
  margin-top: 0;
}
.main-container .box .content {
  font-size: 15px;
}
.main-container .box .radio-box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.main-container .box .radio {
  margin-right: 0.5em;
}
.main-container .box label:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .main-container .box label:first-child {
    margin-right: 10px;
  }
}
.main-container .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.main-container .btn-box .btn {
  position: relative;
  display: inline;
  width: 380px;
  padding: 10px 7px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #19ab39;
  border: 2px solid #19ab39;
  border-radius: 32px;
}

.page-header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 74px;
}
.page-header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 420px;
  content: "";
  background-image: url("images/pagehead_bgl.png"), url("images/pagehead_bgr.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
}
@media screen and (min-width: 1271px) {
  .page-header::before {
    background-size: 20%, 40%;
  }
}
@media screen and (max-width: 1270px) {
  .page-header::before {
    background-size: 20%, 40%;
  }
}
@media screen and (max-width: 1269px) {
  .page-header::before {
    background-size: 25%, 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-header::before {
    margin-bottom: 48px;
  }
}
.page-header .ttl-inner {
  z-index: 2;
  width: 1040px;
  padding: 100px 20px 64px;
  margin: 0 auto;
}
@media screen and (max-width: ) {
  .page-header .ttl-inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .ttl-inner {
    padding: 40px 20px;
  }
}
.page-header .ttl-inner h1 {
  margin-block-end: 30px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.5;
  color: #166338;
  letter-spacing: 0.05em;
}
@media screen and (max-width: ) {
  .page-header .ttl-inner h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .ttl-inner h1 {
    font-size: 20px;
  }
}
.page-header .ttl-inner .breadcrumb {
  padding-left: 0;
  font-size: 0.87em;
  font-weight: 700;
}
.page-header .ttl-inner .breadcrumb a {
  color: #2ac353;
}
.page-header .ttl-inner p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  font-size: 18px;
  color: #2ac353;
}
@media screen and (max-width: ) {
  .page-header .ttl-inner p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .ttl-inner p {
    margin-top: 5px;
    font-size: 14px;
  }
}
.page-header .ttl-inner p::before {
  width: 8px;
  height: 8px;
  padding-inline-start: 0;
  margin-right: 8px;
  content: "";
  background: #dff2dd;
  border-radius: 50%;
}

.contact .step-bar,
.main-container form .step-bar {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-inline-start: 0;
  margin-bottom: 80px;
}
.contact .step,
.main-container form .step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 200px;
}
@media screen and (max-width: 768px) {
  .contact .step,
  .main-container form .step {
    margin-right: 80px;
  }
}
.contact .step::before,
.main-container form .step::before {
  position: absolute;
  top: 23px;
  right: 80%;
  z-index: 0;
  width: 265px;
  height: 2px;
  content: "";
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .contact .step::before,
  .main-container form .step::before {
    width: 122px;
  }
}
.contact .step .circle,
.main-container form .step .circle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #a5a5a5;
  background-color: #fff;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
}
.contact .step p,
.main-container form .step p {
  font-size: 16px;
  line-height: 1.4;
  color: #b4b4b4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .step p,
  .main-container form .step p {
    font-size: 14px;
  }
}
.contact .step:first-child::before,
.main-container form .step:first-child::before {
  content: none;
}
.contact .step:last-child,
.main-container form .step:last-child {
  margin-right: 0;
}
.contact .step.active::before,
.main-container form .step.active::before {
  background-color: #19ab39;
}
.contact .step.active .circle,
.main-container form .step.active .circle {
  color: #fff;
  background-color: #19ab39;
  border-color: #19ab39;
}
.contact .step.active p,
.main-container form .step.active p {
  color: #19ab39;
}
.contact input.mfp_element_text.mfp_element_all:is(#mfp_element_3,
#mfp_element_4,
#mfp_element_5,
#mfp_element_6,
#mfp_element_10,
#mfp_element_11,
#mfp_element_12,
#mfp_element_15,
#mfp_element_16),
.main-container form input.mfp_element_text.mfp_element_all:is(#mfp_element_3,
#mfp_element_4,
#mfp_element_5,
#mfp_element_6,
#mfp_element_10,
#mfp_element_11,
#mfp_element_12,
#mfp_element_15,
#mfp_element_16) {
  width: 100px;
}
@media screen and (max-width: 430px) {
  .contact input.mfp_element_text.mfp_element_all:is(#mfp_element_3,
  #mfp_element_4,
  #mfp_element_5,
  #mfp_element_6,
  #mfp_element_10,
  #mfp_element_11,
  #mfp_element_12,
  #mfp_element_15,
  #mfp_element_16),
  .main-container form input.mfp_element_text.mfp_element_all:is(#mfp_element_3,
  #mfp_element_4,
  #mfp_element_5,
  #mfp_element_6,
  #mfp_element_10,
  #mfp_element_11,
  #mfp_element_12,
  #mfp_element_15,
  #mfp_element_16) {
    width: 60px;
  }
}

#mfp_phase_confirm_inner h4 {
  margin-bottom: 1.25em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
#mfp_phase_confirm_inner table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
#mfp_phase_confirm_inner table tbody {
  border-top: 1px solid #d9d9d9;
}
#mfp_phase_confirm_inner table tr {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #mfp_phase_confirm_inner table tr {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }
}
#mfp_phase_confirm_inner table th {
  display: flex;
  justify-content: right;
  width: 220px;
  padding: 20px 20px 20px 0;
  color: #16832e;
  border: 0;
}
@media screen and (max-width: 768px) {
  #mfp_phase_confirm_inner table th {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }
}
#mfp_phase_confirm_inner table td {
  width: 100%;
  padding: 20px 0 20px 10px;
  border: 0;
}
@media screen and (max-width: 768px) {
  #mfp_phase_confirm_inner table td {
    padding: 0;
  }
}

#mailformpro {
  max-width: 800px;
  margin: auto;
}
#mailformpro .mailform {
  width: 100%;
  border: 0;
}
#mailformpro .mailform tbody {
  border-top: 1px solid #d9d9d9;
}
#mailformpro .mailform tr {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  #mailformpro .mailform tr {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
}
#mailformpro .mailform th {
  display: flex;
  flex: 0 0 273px;
  gap: 10px;
  align-items: center;
  border: 0;
}
@media screen and (max-width: 768px) {
  #mailformpro .mailform th {
    flex: none;
    width: 100%;
  }
}
#mailformpro .mailform td {
  flex: 1;
  padding-right: 12px;
  border: 0;
}
@media screen and (max-width: 768px) {
  #mailformpro .mailform td {
    flex: none;
    width: 100%;
    padding-right: 0;
  }
}
#mailformpro .mailform .must {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0 10px 0 0;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  background-color: #c00;
  border: solid 2px #c00;
  border-radius: 4px;
}
#mailformpro .mailform input,
#mailformpro .mailform textarea,
#mailformpro .mailform select {
  width: 100%;
  min-height: 3rem;
  padding: 3px 8px;
  margin: 2px;
  font-size: 1rem;
  vertical-align: middle;
  background-color: #f3f3f3 !important;
  border: solid 1px #bbb;
  border-radius: 3px;
}
#mailformpro .mailform textarea {
  height: 220px;
  line-height: 1.6;
}
#mailformpro .mailform .mfp_err {
  color: #c00;
}
#mailformpro #mfp_hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.mfp_buttons {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .mfp_buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.mfp_buttons #mfp_button_send {
  display: inline;
  width: 189px;
  padding: 15px 10px;
  margin-right: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #19ab39;
  border: 2px solid #19ab39;
  border-radius: 32px;
}
@media screen and (max-width: 430px) {
  .mfp_buttons #mfp_button_send {
    width: 100%;
    max-width: 280px;
    margin-right: 0;
  }
}
.mfp_buttons #mfp_button_cancel {
  display: inline;
  width: 189px;
  padding: 15px 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 32px;
}
@media screen and (max-width: 430px) {
  .mfp_buttons #mfp_button_cancel {
    width: 100%;
    max-width: 280px;
    margin-right: 0;
  }
}/*# sourceMappingURL=recruit-form.css.map */