@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 共通
===========================================*/
.form-header {
  height: clamp(260px, 43.5vw, 520px);
  margin-bottom: 100px;
  background: linear-gradient(135deg, #2dabf3, #002e79);
}

.form-header_logo {
  width: 25vw;
  min-width: 200px;
  max-width: 350px;
  padding-top: 20px;
  margin: 0 auto clamp(60px, 10vw, 120px);
}

.form-header_head {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(7.5rem, 12.5vw, 15rem);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

/*==========================================
 採用フォーム
===========================================*/
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control-wrap:nth-child(n + 2) .form_input {
  margin-top: 15px;
}

.wpcf7-not-valid-tip {
  min-width: 10em;
}

@media (max-width: 480px) {
  .wpcf7-not-valid-tip {
    font-size: 1.4rem !important;
  }
}

/* Form */
.form_item {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.form_ttlWrap {
  width: 280px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .form_ttlWrap {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .form_ttlWrap {
    width: 280px;
    margin-bottom: 1em;
    margin-left: 0.25em;
  }
}

.form_ttlWrap-textarea {
  padding-top: 1em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.form_ttl {
  font-weight: 600;
}

.form_req {
  width: 70px;
  height: 30px;
  color: #fff;
  letter-spacing: 0.2em;
  background: linear-gradient(135deg, #2dabf3, #002e79);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_inputWrap {
  width: calc(100% - 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .form_inputWrap {
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 768px) {
  .form_inputWrap {
    width: 100%;
  }
}

.form_inputWrap-date .wpcf7-form-control-wrap {
  width: clamp(115px, 17%, 145px);
}

.form_inputWrap-date .wpcf7-form-control-wrap:nth-child(n + 2) {
  width: clamp(80px, 13%, 110px);
  margin-left: clamp(25px, 5vw, 55px);
}

.form_inputWrap-date .wpcf7-form-control-wrap:nth-child(n + 2) .form_input {
  margin-top: 0;
}

@media (max-width: 480px) {
  .form_inputWrap-date .wpcf7-form-control-wrap {
    width: clamp(85px, 25%, 100px);
  }
  .form_inputWrap-date .wpcf7-form-control-wrap:nth-child(n + 2) {
    width: clamp(60px, 18.75%, 75px);
    margin-left: 10px;
  }
  .form_inputWrap-date .wpcf7-form-control-wrap .form_input {
    padding: 0.5em;
  }
}

.form_input {
  width: 100%;
  height: 60px;
  padding: 1em 1.25em;
  font-size: 1.6rem;
  line-height: 2rem;
  background: #e3e3e3;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form_input.p-postal-code {
  width: calc(100% / 3);
  min-width: 260px;
}

.form_input-textarea {
  height: 255px;
}

.form_date {
  margin-left: 20px;
}

@media (max-width: 480px) {
  .form_date {
    margin-left: 5px;
  }
}

.form_privacy {
  margin-bottom: 75px;
  text-align: center;
}

.form_privacy_head {
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.form_privacy_text {
  line-height: 2.25;
  letter-spacing: 0.05em;
}

.form_privacy_text a {
  -webkit-text-decoration: underline #000;
          text-decoration: underline #000;
}

.form_privacy_text a:hover {
  color: #0d9967;
  -webkit-text-decoration: underline #0d9967;
          text-decoration: underline #0d9967;
}

.form_submitWrap {
  width: 80%;
  max-width: 575px;
  height: 90px;
  margin: 0 auto 150px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}

.form_submitWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #7fffbf, #85c7ff);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -12;
}

.form_submitWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -11;
}

.form_submitWrap:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.form_submit {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: transparent;
  border-radius: 50px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form_submit:hover {
  color: #004a95;
  border: 1px solid #004a95;
}

/*==========================================
 サンクス
===========================================*/
.thanks {
  padding-top: clamp(20px, 10vw, 200px);
  margin-bottom: clamp(75px, 15vw, 150px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.thanks_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thanks_head_en {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(7rem, 16.7vw, 20rem);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-text-stroke: 1px #004a95;
  text-stroke: 1px #004a95;
}

.thanks_head_ja {
  font-size: clamp(1.6rem, 5vw, 2.8rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: clamp(30px, 10vw, 60px);
}

.thanks_text {
  line-height: 2.25;
  margin-bottom: clamp(60px, 20vw, 120px);
}

@media screen and (max-width: 768px) {
  .thanks_text {
    text-align: initial;
  }
}

.thanks_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thanks .btn-back {
  margin: 0 auto;
}

/*=====  ======*/
/*# sourceMappingURL=form.css.map */