.mainimagebox {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
  }
}

.main_image {
  position: relative;
  min-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 45vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/recruit-site/images/entry/entry_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
}

.lead_sec {
  position: relative;
  margin-bottom: 370px;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    margin: 0 auto 150vw;
  }
}

.sec01 {
  margin-bottom: 190px;
}
.sec01 .textbox {
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec01 .imagebox {
  text-align: center;
  margin-top: 100px;
  width: 90%;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .textbox {
    font-size: 4vw;
  }
  .sec01 .imagebox {
    margin: 10vw auto;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .form_wrap {
  width: 1176px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .text {
  margin: 0 0 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.sec02 .table {
  width: 1176px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .table .row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 auto 20px;
  padding: 0;
}
.sec02 .t_title {
  background-color: #F5F5F5;
  width: 302px;
  padding-left: 0em;
  font-size: 20px;
  padding: 25px 0;
  vertical-align: middle;
  font-weight: bold;
}
.sec02 .t_data {
  width: 858px;
  min-width: 70%;
  max-width: 70%;
  display: flex;
  border-bottom: 1px solid #777777;
}
.sec02 .t_data .hissu {
  width: 150px;
  text-align: center;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec02 .t_title .color {
  color: #363636;
  padding: 0 0 0 5px;
}
.sec02 .t_title label {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-weight: bold;
  text-align: center;
}
.sec02 .t_data input.i_text,
.sec02 .t_data textarea {
  width: 84%;
  padding: 10px 20px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
  border: 0px solid;
  height: 53px;
  background-color: #F5F5F5;
}
.sec02 .row:nth-of-type(1) input {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  accent-color: #00978E;
}
.sec02 .row:nth-of-type(2) input {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  accent-color: #00978E;
}
.sec02 .radiolist {
  display: flex;
}
.sec02 .radioitem {
  width: 330px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.sec02 .t_data.radiobox label {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 0 0 10px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}
.sec02 .row:nth-of-type(6) td {
  width: 70%;
  min-width: 70%;
}
.sec02 .row:nth-of-type(6) .waku {
  margin-bottom: 20px;
}
.sec02 .row:nth-of-type(6) input {
  margin-left: 146px;
  padding: 15px 25px;
}
.sec02 .row:nth-of-type(6) .file_info {
  letter-spacing: 0.05em;
}
.sec02 .t_data textarea {
  height: 279px;
  margin-left: 146px;
  margin-bottom: 20px;
}
.sec02 .agree_btn {
  width: 340px;
  margin: 0 auto 20px;
  text-align: center;
}
.sec02 .submit_btn {
  width: 342px;
  height: 66px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.sec02 .submit_btn input {
  width: 100%;
  height: 91px;
  background: #00978E;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.4s;
  text-shadow: none;
  max-width: none;
}
.sec02 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.sec02 .warning {
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
    box-sizing: border-box;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .form_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 4.2vw 0 0;
  }
  .sec02 .note {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    margin-right: 0em;
    margin-bottom: 4.2vw;
    text-align: center;
  }
  .sec02 .text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1EAEDE;
    text-align: center;
  }
  .sec02 .table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10vw;
  }
  .sec02 .table .row {
    width: 100%;
    display: block;
    padding: 0;
  }
  .sec02 .t_title {
    display: block;
    width: 100%;
    min-width: initial;
    max-width: initial;
    margin: 0 auto;
    padding-left: initial;
    font-size: 4vw;
    padding: 5vw 0;
    font-weight: 500;
    text-align: left;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    font-weight: bold;
  }
  .sec02 .radiolist {
    display: block;
    margin-bottom: 5vw;
  }
  .sec02 .row:nth-of-type input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
    margin-bottom: 4vw;
  }
  .sec02 .t_title .color {
    padding: 0 0 0 5px;
  }
  .sec02 .t_title label {
    font-size: 4vw;
    font-weight: bold;
  }
  .sec02 .t_data {
    display: block;
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  .sec02 .t_data .hissu {
    display: none;
  }
  .sec02 .t_data.radiobox label {
    font-size: 4vw;
    margin: 0 0 0 5vw;
  }
  .sec02 .row:nth-of-type(1) input, .sec02 .row:nth-of-type(2) input {
    width: 7vw;
    height: 7vw;
  }
  .sec02 .t_data p {
    width: 100%;
  }
  .sec02 .t_data input.i_text,
  .sec02 .t_data textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 3.75vw;
    max-width: none;
    border: 1px solid #363636;
    margin-bottom: 5vw;
  }
  .sec02 .radioitem {
    width: 100%;
    margin-bottom: 2vw;
  }
  .sec02 .row:nth-of-type(6) td {
    width: 100%;
    min-width: 100%;
  }
  .sec02 .row:nth-of-type(6) .waku {
    margin-bottom: 20px;
  }
  .sec02 .row:nth-of-type(6) input {
    margin-left: 0;
    padding: 10;
  }
  .sec02 .row:nth-of-type(6) .file_info {
    letter-spacing: 0.05em;
  }
  .sec02 .t_data textarea {
    height: 50vw;
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .sec02 .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec02 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: middle;
  }
  .sec02 .agree_btn label {
    font-size: 3.75vw;
  }
  .sec02 .submit_btn {
    width: 90%;
    height: 16.5vw;
    border: none;
    margin: 0 auto 10vw;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
  }
  .sec02 .submit_btn input {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    font-family: "noto sans jp";
    font-weight: 400;
    transition: 0.4s;
    text-shadow: none;
    max-width: none;
    color: #fff;
  }
  .sec02 .numbox {
    margin: 0 auto;
    text-align: center;
  }
  .sec02 .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .sec02 .warning {
    font-size: 3.75vw;
    margin: 0 0 20px;
    text-align: center;
  }
}

.thanks_sec {
  padding: 200px 0;
}
.thanks_sec .sec_title {
  margin-bottom: 100px;
  font-size: 35px;
  text-align: center;
}
.thanks_sec .sec_text {
  font-size: 20px;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks_sec {
    padding: 5.5vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .thanks_sec .sec_title {
    margin-bottom: 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .thanks_sec .sec_text {
    font-size: 4.4vw;
    line-height: 3;
    text-align: center;
  }
}

.sec03 {
  margin-bottom: 200px;
}
.sec03 .privacy_box {
  width: 620px;
  padding: 45px 55px;
  height: 409px;
  border: 1px solid #777777;
  margin: 0 auto;
  overflow: scroll;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .privacy_box .bold {
  font-weight: bold;
}
.sec03 .privacy_box .last_bold {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .privacy_box {
    width: 80%;
    padding: 5vw;
    height: 70vw;
    font-size: 4vw;
    border: 1px solid #777777;
    margin: 0 auto;
    overflow: scroll;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec03 .privacy_box .last_bold {
    padding-bottom: 5vw;
  }
}/*# sourceMappingURL=entry.css.map */