@charset "UTF-8";




.intro_txt{
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: var(--d_gray);
}
/* flow
***************************************************************/
.flow_inner{
  display: flex;
  justify-content: space-between;
  padding:  0 100px;
  position: relative;
}
.flow_inner > p{
  width: 270px;
  height: 48px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flow_inner > p + p::before{
  content: '';
  width: 47px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: -47px;
}
.flow_inner > p.active{
  background-color: #000;
  color: #fff;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec {
    padding-bottom: 120px;
  }
  .foot{
    margin-top: 0px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  /*.flow_inner{
    padding: 0;
  }
  .flow_inner > p{
    width: 30%;
    height: 36px;
    font-size: 13px;
  }
  .flow_inner > p + p::before{
    width: 18%;
    left: -18%;
  }*/
  .sec {
    padding-bottom: 90px;
  }
  .foot{
    margin-top: 0px;
  }

}


/* form
***************************************************************/
.formColumn{
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
  border: 1px solid #CDD6DD;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 500;
}
.formColumn + .formColumn{
  /*margin-top: 25px;*/
  border-top: none;
}
[data-class="wpcf7cf_group"] + .formColumn{
  border-top: none;
}
.formColumn + [data-class="wpcf7cf_group"]{
  border-top: none;
}
.formTitle{
  font-size: 14px;
  color: #000;
}
.check .formTitle{
  font-weight: 700;
}
.formTitle > p{
  display: flex;
  align-items: center;

}
/*.check .formTitle p::before {
    content: '●';
}*/
.hissu1{
  width: 37px;
  line-height: 26px;
  background: #D44141;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.hissu1.ninni{
  background:none;
}
.formContents input, .formContents select {
    width: 100%;
    height: 50px;
    /* border-radius: 6px; */
    border: none;
    font-size: 14px;
    padding: 0 15px;
}
/*[data-name="contact-reason"],
[data-name="your-year"],[data-name="your-month"],[data-name="your-date"],[data-name="contact-job"]{
  position: relative;
}
[data-name="contact-reason"]::after,
[data-name="your-year"]::after,[data-name="your-month"]::after,[data-name="your-date"]::after,[data-name="contact-job"]::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #000;
  border-bottom: 0;
  position: absolute;
  top: 1.2em;
  right: 18px;
}*/
[data-name="your-month"],[data-name="your-day"]{
  position: relative;
}[data-name="your-month"]::after,[data-name="your-day"]::after{
  content: '';
  width: 6px;
  height: 16px;
  background: url(../img/form/form_arrow.svg) center / contain no-repeat;
 /* border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #000;
  border-bottom: 0;*/
  position: absolute;
  top: 0.9em;
  right: 0.8em;
  pointer-events: none;
}


.placeholder_txt{
  font-size: 14px;
  color: #000;
  margin-top: 10px;
    line-height: 1.7;
}

/*[data-id="group-01"],
[data-id="group-02"],
[data-id="group-03"],
[data-id="group-shiryou"]{
  margin-top: 30px;
}*/
/*.formColumn.shubetsu{
  margin-left: 255px;
  background-color: #F0F0F0;
  height: 53px;
  padding-left: 30px;
}
.formColumn.shubetsu02,
.formColumn.shubetsu03{
  height: auto;
  padding: 13px 0 13px 30px;
}
.formColumn.shubetsu02 .radioForm,
.formColumn.shubetsu03 .radioForm{
  margin-top: 7px;
  margin-bottom: -7px;
}*/

/*.formColumn.shubetsu .formTitle{
  height: auto;
  width: auto;
  margin-right: 35px;
}
.formColumn_inner01{
  display: flex;
}*/
/*.formColumn_inner01 + .formColumn_inner01{
  margin-top: 25px;
}
.formColumn_inner01 .formColumn_inner_ttl{
  width: 205px;
  height: 43px;
  display: flex;
  align-items: center;
}*/
/*[data-id="group-01"] .wpcf7-list-item.first{
  margin-right: 50px;
}
.formColumn_inner_contets span[data-name="your-zip"] input{
  width: 170px;
}
.zip_btn{
  width: 250px;
  height: 43px;
  background-color: #000;
  font-size: 15px;
  color: #fff;
  margin-left: 20px;
  border: none;
  cursor: pointer;
  transition: .3s ease;
}*/
.entry .formColumn.sonotaInput .formContents{
  padding-right: 55px;
}
.sonotaInput textarea{
  width: 100%;
  height: 170px;
  resize: vertical;
  /*border-radius: 6px;*/
  /*border: 2px solid #000;*/
  border: none;
  font-size: 14px;
  line-height: 1.75;
  padding: 15px 15px;
  margin-top: 30px;
}
.formColumn.sonotaInput{
  align-items: flex-start;
  /*padding-right: 55px;*/
    & .formTitle{
      padding-top: 0.6em;
    }
}
*::placeholder{
  font-size: 14px;
  color: #CDD6DD;
}

/*.wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 1em;
}*/
.entry .wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 1.5em;
}
.entry .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 1.5em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.entry .wpcf7-radio .wpcf7-list-item {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}



.entry .sonotaInput textarea {
    margin-top: 0px;
}


.radioForm input[type="radio"],
.radioForm input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:before,
.radioForm input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: "";
  background: #ffffff;
  /*border-radius: 4px;*/
  border: 2px solid #000;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  top: -6px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  background-color: #fff;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:before {
  border-radius: 100%;
}

span.wpcf7-form-control.wpcf7-radio {
    top: 6px;
    position: relative;
}
span.wpcf7-form-control.wpcf7-checkbox {
    top: 6px;
    position: relative;
}
/*.formColumn.shubetsu:not(.shubetsu02):not(.shubetsu03) .wpcf7-list-item,first{
  margin-top: 1.2em;
}
.formColumn.shubetsu02 .wpcf7-list-item.last,
.formColumn.shubetsu03 .wpcf7-list-item.last{
  margin-top: 0.6em;
}*/


/*.radioForm
  input[type="checkbox"]
  + .wpcf7-list-item-label:before {
  border-radius: 0;
}*/

.radioForm
  input[type="radio"]:checked
  + .wpcf7-list-item-label:before/*,
.radioForm
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label:before*/ {
  background-color: #004BB1;
  box-shadow: inset 0 0 0 4px #fff;
}

.radioForm input[type="radio"]:focus + .wpcf7-list-item-label:before,
.radioForm input[type="checkbox"]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #06162f;
}
.radioForm
  input[type="radio"]:disabled
  + .wpcf7-list-item-label:before,
.radioForm
  input[type="checkbox"]:disabled
  + .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #1f1f1f;
  border-color: #57A3AD;
  background: #57A3AD;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:empty:before,
.radioForm
  input[type="checkbox"]
  + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}


.radioForm input[type="checkbox"] + .wpcf7-list-item-label{
  position: relative;
}
.radioForm input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: " ";
    position: absolute;
    width: 15px;
    height: 9px;
    border-bottom: 2px solid #004BB1;
    border-left: 2px solid #004BB1;
    left: 7px;
    top: 4px;
    transform: rotate(-43deg);
    opacity: 0;
    transition: opacity 250ms ease;
}
.radioForm input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.form .radioForm .wpcf7-list-item,
.form .radioForm .wpcf7-list-item{
  margin-bottom: 0.8em;
  min-width: 120px;
  padding-right: 2.5em;
}


.privacyArea {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
    color: #000;
    font-size: 14px;
}
.privacyArea a{
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #004BB1;
}
.privacyArea a:hover{
  text-decoration: none;
}
.privacyArea  .wpcf7-list-item {
    margin-left: 0.6em !important;
    margin-right: 0;
}
/*.button_area input.wpcf7-form-control{
  width: 616px;
  height: 98px;
  background: #000;
  background-image: url(../img/common/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 19px;
  background-position: right 30px center;
  font-size: 17px;
  font-weight: 700;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  cursor: pointer;
}*/

.wpcf7-response-output{
  display: none !important;
}
.wpcf7-spinner {
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  display: none !important;
}
.check .wpcf7-spinner{
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  border: none !important;
  background-color: #ffd5d5;
  text-align: center;
  line-height: 1.2em;
  padding: 1.5em 1em;
}


.wpcf7-form-control-wrap{
    position: relative;
    display: block;
}
.wpcf7-not-valid-tip {
    margin-top: 0.5em;
}
.wpcf7-form-control-wrap[data-name~="your-zip"]{
    display: initial;
}



/*生年月日*/
.entry .seinen .formContents > p {
    display: flex;
      & .nen_wrap{
        display: flex;
        align-items: center;
        /*max-width: 141px;
        width: 41%;*/
      }
      & .month_wrap{
        display: flex;
        align-items: center;
        margin-left: 18px;
        /*max-width: 126px;
        width: 32%;*/
      }
      & .day_wrap{
        display: flex;
        align-items: center;
        margin-left: 18px;
        /*max-width: 126px;
        width: 32%;*/
      }
      & #your-nen{
        max-width: 113px;
        width: 14vw;
      }
      & #your-month{
        max-width: 98px;
        width: 8vw;
      }
      & #your-day{
        max-width: 98px;
        width: 8vw;
      }
      & .fuzoku{
        margin-left: 14px;
      }
}
/*.gender .wpcf7-not-valid-tip:not(.wpcf7-custom-item-error){
  display: none !important;
}*/
.seinen .wpcf7-not-valid-tip:not(.wpcf7-custom-item-error){
  display: none !important;
}

.button_area{
  width: 590px;
  margin-left: auto;
  margin-right: auto;
    & p{
      display: flex;
      justify-content: center;
    }
    & span{
      transition: .3s;
    }
    & span + span{
      transition: .3s;
      margin-left: auto;
    }
    & input{
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      border: none;
      background-color: transparent;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: left;
      padding-left: 1em;
      cursor: pointer;
    }
    & .back_btn input{
      background-color: #8c8c8c;
    }
}


/*.yourtypeColumn .wpcf7-not-valid-tip:not(.wpcf7-custom-item-error){
  display: none !important;
}
.yourjob01Column .wpcf7-not-valid-tip:not(.wpcf7-custom-item-error){
  display: none !important;
}
.yourjob02Column .wpcf7-not-valid-tip:not(.wpcf7-custom-item-error){
  display: none !important;
}*/

/*.entry .yearColumn_con + .yearColumn_con{
  margin-left: 1em;
}
.entry .yearColumn .formContents {
    display: flex;
    flex-wrap: wrap;
}
.entry .yearColumn .formContents .yearColumn_con{
  display: flex;
  max-width: 190px;
  width: 100%;
}
.entry .yearColumn .formContents .yearColumn_con .wpcf7-form-control-wrap{
  max-width: 160px;
  width: 100%;
}
.entry .yearColumn .formContents .yearColumn_con .fuzoku {
    font-size: 17px;
    margin-top: 0.7em;
    margin-left: 0.3em;
}*/

/*.entry .wpcf7-custom-item-error{
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  margin-top: 0.5em;
}
.entry .yearColumn .formContents .yearColumn_con .wpcf7-not-valid-tip {
  display: none !important;
}*/



/*--------------------PC--------------------*/
@media all and (min-width:768px){
  form{
    width: 100%;
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
  }
  .formTable {
        /* padding: 0 100px; */
        /* margin-top: 40px; */
        max-width: 886px;
        width: 100%;
        margin: 40px auto 0;
  }
  .formTitle{
    width: 235px;
    padding-left: 25px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .formTitle p{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .formContents{
    width: calc(100% - 335px);
    margin-left: auto;
    font-size: 14px;
     color: #000;
     /*padding-right: 55px;*/
  }
  .formColumn_inner01 .formColumn_inner_contets{
    width: calc(100% - 205px);
  }
  /*.button_area input.wpcf7-form-control:hover{
    background-color: #E6372D;
  }
  .zip_btn:hover{
    background-color: #E6372D;
  }*/

  /*.entry .formColumn:not(.yourschool) .formContents{
    padding-right: 200px;
  }*/
  .entry .formColumn:not(.yourschool) .formContents input {
      /* padding-right: 200px; */
      max-width: 350px;
  }
  .entry .formColumn.yourschool .formContents{
    padding-right: 55px;
  }
  .entry .formColumn.yourschool .formContents input{
    max-width: 350px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  form{
    margin-left: 6%;
    margin-right: 6%;
    width: auto;
  }
  .formTable{
    margin-top: 20px;
  }

  .formColumn {
      padding: 15px 20px 15px;
      flex-direction: column;
  }
  .formColumn.radioForm{
    padding-bottom: 10px;
  }
  .formTitle{
    font-size: 15px;
  }
  .formTitle > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .formContents{
    margin-top: 12px;
    font-size: 14px;
     color: #000;
  }
  .entry .formContents {
    padding-right: 0;
  }
  .formContents.radioForm{
    margin-top: 6px;
  }
  .formContents input,
  .formContents select{
    height: 41px;
  }
  /*[data-id="group-01"],
  [data-id="group-02"],
  [data-id="group-03"],
  [data-id="group-shiryou"]{
    margin-top: 25px;
  }*/
  /*.formColumn.shubetsu{
    margin-left: 0;
    height: auto;
    padding: 10px 15px;
  }

  .formColumn.shubetsu02,
  .formColumn.shubetsu03{
    padding: 10px 15px 15px;
  }
  .formColumn.shubetsu02 .radioForm,
  .formColumn.shubetsu03 .radioForm{
    margin-top: 1.2em;
  }
  .formColumn.shubetsu02 .radioForm .wpcf7-form-control.wpcf7-radio,
  .formColumn.shubetsu03 .radioForm .wpcf7-form-control.wpcf7-radio{
    flex-direction: column;
    display: flex;
  }*/
  
  /*.formColumn_inner01{
    flex-direction: column;
  }
  .formColumn_inner01 .formColumn_inner_ttl{
    height: auto;
  }

  [data-id="group-01"] .wpcf7-list-item.first{
    margin-right: 30px;
  }
  .formColumn_inner_contets{
    margin-top: 10px;
  }
  .formColumn_inner_contets span[data-name="your-zip"] input{
    width: 143px;
  }
  .formColumn_inner01 .formColumn_inner_contets > p{
    display: flex;
  }
  .zip_btn{
    width: 170px;
    height: 48px;
    font-size: 13px;
    margin-left: 7px;
  }*/



  /*生年月日*/
  .entry .seinen .formContents > p {
      display: flex;
        & .nen_wrap{
          display: flex;
          align-items: center;
          width: auto;
        }
        & .month_wrap{
          display: flex;
          align-items: center;
          margin-left: 12px;
          width: auto;
        }
        & .day_wrap{
          display: flex;
          align-items: center;
          margin-left: 12px;
        }
        & #your-nen{
          width: 70px;
        }
        & #your-month{
          width: 55px;
        }
        & #your-day{
          width: 55px;
        }
        & .fuzoku{
          margin-left: 8px;
        }
  }


  /*.placeholder_txt {
    line-height: 1.7;
  }*/
  .entry .formColumn.sonotaInput .formContents {
    padding-right: 0;
    width: 100%;
  }
  .sonotaInput textarea{
    height: 140px;
  }

  .privacyArea{
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .privacyArea > p{
    font-size: 13px;
    line-height: 1.69;
    text-align: justify;
  }
  .privacyArea input[type="checkbox"] + .wpcf7-list-item-label:before {
    top: -2px;
  }

  .button_area input.wpcf7-form-control {
    width: 100%;
    height: 60px;
    font-size: 15px;
    /* margin-top: 15px; */
  }
  /*.entry .yearColumn .formContents .yearColumn_con {
    width: 29%;
  }
  .entry .yearColumn .formContents .yearColumn_con .fuzoku {
      height: 2em;
  }*/
  .button_area {
    width: 100%;
    & p {
      flex-direction: column;
      align-items: center;
          & span + span {
              margin-left: auto;
              margin-right: auto;
          }
          & .send_btn{
            order: -1;
            margin-bottom: 25px;
          }
    }
  }

}


/* check
***************************************************************/
.check .formContents {
    height: auto;
    display: flex;
    align-items: center;
}
.check .button_area{
  margin-top: 85px;
}
.check .group-toiawase .formContents{
  height: auto;
  padding-top: 0.5em;
  line-height: 1.75;
}
.check .hissu1{
  display: none;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .check .formContents{
    height: auto;
    margin-top: 0.75em;
  }
  .check .group-toiawase .formContents {
    padding-top: 0.7em;
  }
  .check .button_area {
    margin-top: 50px;
  }
  .formColumn.group-shiryou .formContents > p{
    line-height: 1.75;
  }


}


/* thanks
***************************************************************/
.thanks #complate_area {
  margin-top: 80px;
  text-align: center;
  color: #000;
}
.thanks #complate_area h3 {
  font-size: 30px;
}
.thanks #complate_area h3 + p {
  margin-top: 50px;
}
.thanks #complate_area p {
  font-size: 18px;
  line-height: 2em;
}
.thanks .button_area{
  margin-top: 80px;
}
.thanks .button_area a{
  margin-left: auto;
  margin-right: auto;
}
/*.thanks .button_area a{
    width: 616px;
    height: 98px;
    background: #000;
    background-image: url(../img/common/btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px 19px;
    background-position: right 30px center;
    font-size: 17px;
    font-weight: 700;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    cursor: pointer;
}*/
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  /*.thanks .button_area a:hover{
      background-color: #E6372D;
  }*/

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .thanks #complate_area {
    margin-top: 50px;
  }
  .thanks #complate_area h3 {
    font-size: 21px;
  }
  .thanks #complate_area h3 + p {
    margin-top: 30px;
  }
  .thanks #complate_area p {
    font-size: 16px;
    line-height: 1.75em;
    text-align: justify;
  }
  .thanks .button_area{
    margin-top: 50px;
  }
  /*.thanks .button_area a{
    width: 100%;
    height: 67px;
    font-size: 15px;
    margin-top: 15px;
  }*/

}





/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}





/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

