@charset "UTF-8";
/*-----------------------------------------
共通
-----------------------------------------*/
.pconly {
  display: none !important;
}

.bg_none {
  background-color: transparent !important;
}

@media screen and (min-width: 769px) {
  .pconly {
    display: inline-block !important;
  }
  .baseW {
    max-width: 1184px;
    min-width: 1184px;
  }
}
/*-----------------------------------------
お問い合わせ
-----------------------------------------*/
.sec_contact {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec_contact {
    margin-top: 110px;
  }
}
.sec_contact .box {
  background-color: #fff;
  padding: 22px 5% 33px;
  margin: 0px 0 30px;
}
@media screen and (min-width: 769px) {
  .sec_contact .box {
    padding: 30px 120px 75px;
    margin: 0px 0 65px;
  }
}
.sec_contact_ttl {
  background-color: #ef8438;
  font-size: 18px;
  text-align: center;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .sec_contact_ttl {
    font-size: 32px;
  }
}
.sec_contact_read {
  font-size: 15px;
  line-height: 2.1;
  padding: 0 0 15px;
}
@media screen and (min-width: 769px) {
  .sec_contact_read {
    text-align: center;
    padding: 0 0 30px;
    font-size: 18px;
  }
}
.sec_contact_read .f_small {
  font-size: 85%;
  color: #666;
  text-align: center;
  display: block;
}
.sec_contact .blockForm * {
  letter-spacing: 0;
}
.sec_contact .blockForm dl:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_contact .blockForm dl:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.sec_contact .blockForm dl dt {
  color: #4d4d4d;
  padding: 6px 10px;
  background-color: #ffeba7;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  font-size: 13px;
  width: 50%;
}
@media screen and (min-width: 480px) {
  .sec_contact .blockForm dl dt {
    width: 40%;
  }
}
@media screen and (min-width: 540px) {
  .sec_contact .blockForm dl dt {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl dt {
    padding: 8px 0;
    width: 300px;
    font-size: 19px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: auto;
  }
}
.sec_contact .blockForm dl dt .f_small {
  font-size: 75%;
}
.sec_contact .blockForm dl dd {
  font-size: 14px;
  color: #323232;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl dd {
    width: 100%;
    font-size: 19px;
  }
}
.sec_contact .blockForm dl dd + dd {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl dd + dd {
    margin: 0;
  }
}
.sec_contact .blockForm dl dd input,
.sec_contact .blockForm dl dd textarea {
  background-color: white;
  padding: 0.3em;
  width: 100%;
  border-radius: 0px;
  border: solid 1px #808080;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl dd input,
  .sec_contact .blockForm dl dd textarea {
    padding: 0.5em;
  }
}
.sec_contact .blockForm dl.radio {
  font-size: 14px;
}
.sec_contact .blockForm dl.radio_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl.radio_btn {
    display: block;
    font-size: 19px;
  }
}
.sec_contact .blockForm dl.radio input {
  -webkit-appearance: radio;
  width: auto;
}
.sec_contact .blockForm dl.radio label {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 6%;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl.radio label {
    margin: 0;
    margin-left: 40px;
    display: inline-block;
    min-width: 90px;
    text-align: left;
  }
  .sec_contact .blockForm dl.radio label:not(:first-of-type) {
    margin-left: 90px;
  }
}
.sec_contact .blockForm dl.radio.recruit {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl.radio.recruit {
    margin-bottom: 35px;
  }
}
.sec_contact .blockForm dl.radio.recruit .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.sec_contact .blockForm dl.radio.recruit .wpcf7-list-item {
  margin: 0;
}
.sec_contact .blockForm dl.radio.recruit label {
  margin-left: 0;
}
.sec_contact .blockForm dl.age input[type=text] {
  width: 40%;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 540px) {
  .sec_contact .blockForm dl.age input[type=text] {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl.age input[type=text] {
    width: 20%;
  }
}
.sec_contact .blockForm dl.tel input[type=text] {
  width: 20vw;
  max-width: 130px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl.tel input[type=text] {
    width: 30%;
  }
}
.sec_contact .blockForm dl.faq textarea {
  min-height: 90px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl.faq textarea {
    display: block;
    min-height: 190px;
    max-width: 652px;
    margin-left: auto;
  }
}
.sec_contact .blockForm dl.school dt {
  width: 70%;
}
@media screen and (min-width: 540px) {
  .sec_contact .blockForm dl.school dt {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm dl.school dt {
    width: 300px;
  }
}
.sec_contact .blockForm .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm .btnWrap {
    margin-bottom: 45px;
  }
}
.sec_contact .blockForm .btnWrap .btn_submit,
.sec_contact .blockForm .btnWrap .btn-reset {
  width: 50%;
  max-width: 160px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #da4916;
  border: 0;
  border-radius: 5px;
  margin: 0 4%;
  padding: 0.5em;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm .btnWrap .btn_submit,
  .sec_contact .blockForm .btnWrap .btn-reset {
    margin: 0 23px;
    font-size: 23px;
  }
}
.sec_contact .blockForm .btnWrap .btn-reset {
  background-color: #666666;
}
.sec_contact .blockForm .items {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm .items {
    margin-bottom: 45px;
  }
}
.sec_contact .blockForm .required_txt {
  font-size: 12px;
  text-align: center;
  color: #da4916;
  --text-color: #da4916;
  width: auto;
  margin: auto 8px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm .required_txt {
    font-size: 18px;
    margin: 7.7px 15px auto;
    display: block;
  }
}
.sec_contact .blockForm .required_txt span {
  padding: 2px 7px;
  border: solid 1px #da4916;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .sec_contact .blockForm .required_txt span {
    width: 54px;
    padding: 0;
  }
}
.sec_contact .blockForm .required_txt span.emp {
  border: 0px;
}
.sec_contact .txt {
  margin-bottom: 1em;
}
.sec_contact_note {
  font-size: 12px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .sec_contact_note {
    font-size: 16px;
    margin-bottom: 75px;
  }
}
.sec_contact_note_list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  color: #707070;
}
.sec_contact_note_list li span {
  text-indent: 0;
}
.sec_contact_link {
  max-width: 370px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sec_contact_link a {
  border-radius: 50px;
  background-color: #323232;
  padding: 15px 0;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_contact_link a {
    font-size: 18px;
    padding: 25px;
  }
}
.sec_contact_link a::after {
  content: "";
  background-image: url(../images/recruit/icon_arrow_r.png);
  min-width: 10px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*-----------------------------------------

-----------------------------------------*/
.seminar .sec_contact_ttl {
  background-color: #ffe37c;
  color: #323232;
}
.seminar .sec_contact .blockForm dl dt {
  background-color: #ef8438;
  color: #fff;
}
.seminar .sec_contact .blockForm dl.try dt {
  color: #323232;
}

/*-----------------------------------------

-----------------------------------------*/
.entry {
  background-image: url(../images/recruit/bg_entry.png);
}

/*-----------------------------------------
*
* エラー画面
*
-----------------------------------------*/
.error {
  width: 100%;
  max-width: 900px;
  margin: 8em auto;
  padding-bottom: 1em;
  background-color: #fff;
}
.error h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  background-color: #ff769d;
}
.error h4 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}
.error_txt {
  padding: 2em;
}
.error_messe {
  color: #f34f4f;
  font-size: 1.1em;
  text-align: center;
  line-height: 2;
}
.error .backbtn_box input {
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 1rem;
  margin: 2em auto;
  font-size: 1.8rem;
  text-align: center;
  background-color: #ddd;
  border-radius: 10px;
}

/*-----------------------------------------
*
* 確認画面
*
-----------------------------------------*/
.confirm {
  width: 90%;
  max-width: 1184px;
  margin: 8em auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .confirm {
    margin: 5em auto;
  }
}
.confirm h2 {
  background-color: #ffe37c;
  padding: 1em;
  margin-bottom: 1em;
  color: #323232;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirm h2 {
    font-size: 2.5rem;
  }
}
.confirm .confirm_txt {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 2em;
}
.confirm .confirmTable {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2em;
}
.confirm .confirmTable tr {
  display: block;
  margin-bottom: 2rem;
}
.confirm .confirmTable th {
  background-color: #ef8438;
  color: #fff;
  padding: 10px 0;
  width: 50%;
  max-width: 300px;
  font-size: 19px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .confirm .confirmTable th {
    display: block;
    font-size: 14px;
    padding: 5px;
  }
}
.confirm .confirmTable td {
  vertical-align: middle;
  margin-left: 1em;
  padding: 10px 10px 10px 20px;
  font-size: 19px;
  border-bottom: 1px solid;
  display: inline-block;
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .confirm .confirmTable td {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    padding: 10px 5px 5px;
  }
}
.confirm .confirm_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em 0;
  padding-bottom: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10%;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .confirm .confirm_box {
    margin: 2em 0;
    padding: 0 2em 3em;
    font-size: 1.4rem;
  }
}
.confirm .confirm_box > * {
  width: 100%;
  max-width: 160px;
  text-align: center;
}
.confirm .confirm_box input {
  display: block !important;
  width: 100%;
  max-width: 160px;
  padding: 0.5em;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .confirm .confirm_box input {
    padding: 0.5em 0.25em;
  }
}
.confirm .confirm_box .confirm_submit_btn input {
  background-color: #ef8438;
}

/*-----------------------------------------
*
* 送信完了
*
-----------------------------------------*/
.thanks {
  width: 90%;
  max-width: 1184px;
  margin: 8em auto;
  padding-bottom: 2em;
  background-color: #fff;
}
.thanks .title {
  color: #00ae1d;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding: 1em;
}
.thanks .txt {
  text-align: center;
  font-size: 1.1em;
  line-height: 2;
}
.thanks .txt.contact {
  margin-top: 2rem;
}
.thanks .txt.contact span {
  font-size: 1.2em;
  font-weight: bold;
}
.thanks .txt.contact a {
  font-size: 1.5em;
  font-weight: 500;
}
.thanks .btn_link {
  width: 100%;
  max-width: 160px;
  font-size: 1.1em;
  margin: 3rem auto;
  padding: 1rem;
  text-align: center;
  background-color: #ffe178;
  border-radius: 40px;
}/*# sourceMappingURL=entry-form.css.map */