article#main {
  position: relative;
  padding-bottom: 140px;
}
.newform__area {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto 80px auto;
  padding: 10px;
  border: 4px solid #33cccc;
}
.newform__time {
  width: 300px;
  height: 40px;
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: 600;
  color: #33cccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
}
.newform__time img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.newform__label1 {
  font-size: 24px;
  color: #008ca3;
  font-weight: 600;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
}
.newform__label2 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.newform__title1 {
  font-size: 24px;
  color: #008ca3;
  font-weight: 600;
  display: flex;
  margin-top: 40px;
    justify-content: center;
}
.newform_required {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background-color: #ff6767;
  border-radius: 4px;
  width: 40px;
  height: 20px;
  margin: auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newform_optional {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background-color: #21b6bc;
  border-radius: 4px;
  width: 40px;
  height: 20px;
  margin: auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#job, #prefecture, #city, #form_prefecture, #form_city {
  appearance: none;
  outline: 2px solid #33cccc;
  background: #FAFAFA;
  border: none;
  width: 400px;
  height: 50px;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 4px;
}
#gender, #form_gender {
  appearance: none;
  outline: 2px solid #33cccc;
  background: #FAFAFA;
  border: none;
  width: 250px;
  height: 50px;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 4px;
}
#name, #form_name {
  appearance: none;
  outline: 2px solid #33cccc;
  background: #FAFAFA;
  border: none;
  width: 400px;
  height: 50px;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 4px;
}
#age, #form_age {
  appearance: none;
  outline: 2px solid #33cccc;
  background: #FAFAFA;
  border: none;
  width: 100px;
  height: 50px;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 4px;
}
#form_tel, #form_email {
  appearance: none;
  outline: 2px solid #33cccc;
  background: #FAFAFA;
  border: none;
  width: 400px;
  height: 50px;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 4px;
}
.newform__wrap {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
}
.newform__step1_wrap {
  max-width: 960px;
  width: 100%;
  margin: 40px auto;
}
.newform__age_wrap {
  display: flex;
  align-items: center;
}
.newform-error {
  font-size: 14px;
  color: rgb(229, 31, 32);
  margin-top: 10px;
}
.newform-submit {
  border: none;
  background: #008ca3;
  color: #fff;
  position: relative;
  width: 300px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  padding: 14px 40px 14px 65px;
}
.newform-submit2 {
  border: none;
  background: #ff6767;
  color: #fff;
  position: relative;
  width: 300px;
  letter-spacing: 20px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  padding: 14px 40px 14px 65px;
}
.newform-back {
  border: none;
  background: #909090;
  color: #fff;
  position: relative;
  width: 160px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  padding: 14px 40px 14px 65px;
}
.newform-submit::before, .newform-submit2::before, .newform-back::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m255.99%2C0C114.61%2C0%2C0%2C114.61%2C0%2C256s114.61%2C256%2C255.99%2C256%2C256.01-114.61%2C256.01-256S397.39%2C0%2C255.99%2C0Zm-23.78%2C389.57l-44.1-44.11%2C89.46-89.46-89.46-89.46%2C44.1-44.1%2C133.57%2C133.56-133.57%2C133.57Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
}
.newform__submit_wrap {
  width: 90%;
  margin: 60px auto;
  display: flex;
  justify-content: center;
}
.newform__submit_wrap2 {
  width: 90%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.newform__area_column {
    width: 400px;
margin: 40px auto;
    
}
.newform__job_column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.newform__jobradio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #008ca3;
  color: #fff;
width: 100%;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 40px;
  margin-bottom: 20px;
}
.newform__jobradio {
  margin-right: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
     margin-top: auto;
}
.newform__jobradio_box1 {
  width: 20px;
  display: flex;
  align-items: center;
}
.newform__jobradio_box2 {}
.newform__jobradio input[type=radio] {
  transform: scale(1.75);
  accent-color: #ff6767;
  margin-right: 10px;
}
.newform__jobinfo {
  width: 100%;
  max-width: 470px;
  background-color: #f0feff;
  padding: 20px;
  border-radius: 12px;
  font-size: 14px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.newform__jobinfo_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.newform__jobinfo_title img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 8px;
}
.newform__jobinfo_box {
  display: flex;
  width: 100%;
}
.newform__jobinfo_box_left {
  width: 240px;
  margin-right: 10px;
    font-size: 14px;
}
.newform__jobinfo_box_right{
    width: 180px;
}
.newform__jobinfo_box_right_img {
  width: 180px;
  height: 120px;
}
.newform__jobinfo_link {
  width: 100%;
  margin-top: 10px;
    margin-bottom: 20px;
  color: #339daf;
  display: flex;
  justify-content: flex-end;
}
.newform__jobinfo_link img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.newform__jobinfo_link a {
  color: #339daf;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.newform__jobinfo_link a:hover {
  opacity: 0.7;
}
.newform__privacy {
  font-size: 14px;
  margin-top: 40px;
}
.newform__privacy2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 40px;
}
.newform__mes {
  font-size: 24px;
  font-weight: 600;
  color: #008ca3;
  text-align: center;
  margin-bottom: 40px;
}
.newform__mes2 {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 80px;
}
.newform__mes3 {
  font-size: 16px;
  font-weight: 600;
  color: #008ca3;
  width: 250px;
  margin: 0 auto 40px auto;
}
.newform__mes3 a {
  color: #339daf;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newform__mes3 a:hover {
  opacity: 0.7;
}
.newform__mes3 img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.newform__confirm_wrap {
  display: flex;
  margin-bottom: 20px;
}
.newform__confirm_label {
  font-size: 20px;
  color: #008ca3;
  width: 200px;
  font-weight: 600;
}
.newform__confirm_label2 {
  font-size: 18px;
  color: #008ca3;
  width: 200px;
  font-weight: 600;
  padding-left: 20px;
}
.newform__confirm_text {}
.newform__confirm_text--unselected {
  color: #ff6767;
}
.newform__privacy2 {
  font-size: 20px;
}
.newform__privacy2 input {
  font-size: 20px;
}
.newform__privacy2 label {
  margin-left: 20px;
}
.newform__privacy2 input::after {
  border-bottom: 3px solid #008ca3;
  border-left: 3px solid #008ca3;
  opacity: 0;
  height: 12px;
  width: 22px;
  transform: rotate(-45deg);
  top: -8px;
  left: 8px;
}
.newform__privacy2 input::before {
  background-color: #fff;
  border-radius: 0%;
  border: 2px solid #008ca3;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  top: 50%;
  left: 3px;
}

@media screen and (max-width: 1070px) {
.newform__step1_wrap {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
    }
.newform__jobinfo {
  max-width: 600px;
}
.newform__jobinfo_box_left {
  width: 360px;
  margin-right: 20px;
}    
}
@media screen and (max-width: 750px) {
  /* Select2のモバイル対応 */
  .select2-container--bootstrap-5 .select2-selection--single {
    width: 100% !important;
  }
  .newform__area {
    padding: 10px 20px;
  }
  .newform__time {
    max-width: 90%;
  }
  .newform__jobinfo_title {
    font-size: 16px;
  }
  .newform__jobinfo {
    font-size: 16px;
    padding: 16px;
    margin-top: 40px;
  }
  .newform__submit_wrap2 {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .newform-back {
    margin-top: 60px;
  }
  #job, #prefecture, #city {
    width: 100%;
  }
  #gender {
    width: 100%;
  }
  #name {
    width: 100%;
  }
  #age {
    width: 50%;
  }
  .newform__jobradio_box1 {
    width: 30px;
  }
  .newform__jobradio_box2 {
    width: calc(100% - 30px);
    font-size: 17px;
  }
  .newform__jobradio label {
    margin-bottom: 30px;
  }
  .newform__jobradio label:last-of-type {
    margin-bottom: 10px;
  }
  .newform__jobradio label span {
    font-size: 17px;
  }

  .newform__jobinfo_box_left {
    width: calc(100% - 180px);
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .newform-submit, .newform-submit2 {
    width: 80%;
  }
  .newform__age_wrap {
    font-size: 18px;
  }
  .newform__privacy2 {
    font-size: 20px;
  }
  .newform__privacy2 input {
    font-size: 20px;
  }
  .newform__privacy2 label {
    margin-left: 20px;
  }
  .newform__confirm_wrap {
    flex-direction: column;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .newform__confirm_text {
    font-size: 18px;
    margin-left: 30px;
    width: calc(100% - 30px);
    word-wrap: break-word;
  }
    .newform__area_column {
        width: 100%;
    }
}



/* Select2のスタイル調整 */
.select2-container--bootstrap-5 .select2-selection--single {
  outline: 2px solid #33cccc;
  background: #FAFAFA;
  border: none;
  height: 50px;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 4px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-left: 0;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 10px;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border: 2px solid #33cccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field {
  border: 1px solid #33cccc;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
}

.select2-container--bootstrap-5 .select2-results__option--highlighted[aria-selected] {
  background-color: #33cccc;
  color: white;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--single {
  background-color: #e9ecef;
  opacity: 0.65;
}

.newform__message {
  display: none;
  font-size: 18px;
  color: #ff6767;
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width:480px) {
  .newform__jobinfo_box {
    flex-direction: column;
    }
    .newform__jobinfo_box_left {
    width: 100%;
  }
    .newform__jobinfo_box_right {
        width: 100%;
    }
    .newform__jobinfo_box_right_img{
        width: 100%;
        height: auto;
    }
    .newform__message {
      font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
  #form_name, #form_tel, #form_email {
     width: 100%;
   }
 }