@charset "UTF-8";
.form.company {
  border: 1px solid #47372B;
}

.form.company .form_title {
  background-color: #47372B;
}

.form.worker {
  border: 1px solid #274781;
}

.form.worker .form_title {
  background-color: #274781;
}

.status {
  border-radius: 3px;
  display: block;
  font-size: 12px;
  line-height: 1;
  max-width: 40px;
  padding: 6px;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .status {
    margin-left: 10px;
  }
}

.status.required {
  border: 1px solid  #DD7F7B;
  color: #DD7F7B;
}

.status.optional {
  border: 1px solid  #64AAD6;
  color: #64AAD6;
}

.register_wrap {
  padding: 6.3% 0 7.8%;
}

.register_wrap .register_text {
  font-size: 15px;
  font-weight: 500;
  margin-top: 3%;
  text-align: center;
}

@media (max-width: 768px) {
  .register_wrap {
    padding: 40px 0;
  }
  .register_wrap .register_text {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .register_wrap .register_text {
    font-size: 13px;
  }
}

.form {
  margin-top: 3.1%;
}

.form .form_title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 22px;
  text-align: center;
}

.form .form_contents {
  padding: 3.7% 4.7% 4.7%;
}

.form .form_item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.form .form_item.form_textarea {
  align-items: flex-start;
}

.form .form_item.form_textarea .contents_title {
  margin-top: 20px;
}

.form .form_item:not(:first-child) {
  margin-top: 20px;
}

.form .contents_title {
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  min-width: 190px;
  width: 19.5%;
}

.form .contents_text {
  margin-left: 10px;
  width: 79%;
}

.form .form_input {
  border: 1px solid  #ccc;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

.form .form_input::placeholder {
  color: #818181;
  font-size: 13px;
}

.form .form_input.wide {
  padding: 20px 10px;
}

.form .form_location {
  align-items: flex-start;
}

.form .form_location .contents_title {
  margin-top: 5px;
}

.form .form_location .contents_text {
  display: flex;
  flex-wrap: wrap;
}

.form .form_location .form_label {
  align-items: center;
  display: flex;
  font-size: 13px;
}

.form .form_location .label_zip {
  margin-bottom: 10px;
  min-width: 270px;
  margin-right: 20px;
  width: 35%;
}

.form .form_location .label_zip .form_zip {
  max-width: 130px;
  margin-left: 5px;
}

.form .form_location .label_prefecture {
  margin-bottom: 10px;
  min-width: 305px;
  width: 50%;
}

.form .form_location .label_prefecture .select_wrap {
  margin-left: 10px;
  width: 100%;
}

.form .form_location .label_address {
  width: 100%;
}

.form .form_location .label_address .address_text {
  min-width: 80px;
}

.form .form_location .label_address .form_address {
  margin-left: 10px;
  max-width: 670px;
}

.form .search_zip {
  background-color: #ccc;
  border: none;
  display: block;
  font-size: 13px;
  line-height: 1;
  max-width: 110px;
  margin-left: 5px;
  padding: 14px;
  width: 100%;
}

.form .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 8%;
}

@media (max-width: 768px) {
  .form {
    margin-top: 30px;
  }
  .form .form_title {
    font-size: 18px;
    padding: 15px;
  }
  .form .form_contents {
    padding: 30px;
  }
  .form .form_item {
    flex-wrap: wrap;
  }
  .form .form_item.form_textarea .contents_title {
    margin-top: 0;
  }
  .form .contents_title {
    font-size: 14px;
    justify-content: flex-start;
    width: 100%;
  }
  .form .contents_text {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .form .form_input {
    padding: 14px 10px;
  }
  .form .form_input::placeholder {
    font-size: 12px;
  }
  .form .form_input.wide {
    padding: 14px 10px;
  }
  .form .select_wrap {
    max-width: inherit;
  }
  .form .form_location .form_label {
    width: 100%;
  }
  .form .form_location .label_zip {
    min-width: inherit;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .form .form_location .label_prefecture {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    min-width: inherit;
  }
  .form .form_location .label_prefecture .select_wrap {
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
  }
  .form .form_location .label_address {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .form .form_location .label_address .address_text {
    min-width: 80px;
  }
  .form .form_location .label_address .form_address {
    margin-top: 5px;
    margin-left: 0;
    max-width: inherit;
  }
  .form .search_zip {
    line-height: inherit;
  }
  .form .btn_wrap {
    margin-top: 8%;
  }
}

@media (max-width: 480px) {
  .form {
    margin-top: 30px;
  }
  .form .form_title {
    font-size: 16px;
  }
  .form .form_contents {
    padding: 15px;
  }
  .form .contents_title {
    font-size: 13px;
  }
  .form .btn_wrap {
    margin-top: 25px;
  }
}

/*==================================
            確認画面
====================================*/
.comfirm_wrap .contents_title, .comfirm_wrap .contents_text {
  padding: 20px 0;
}

.comfirm_wrap .contents_text {
  border-left: 1px solid #ccc;
  font-size: 15px;
  padding-left: 20px;
}

.comfirm_wrap .btn_wrap .btn {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .comfirm_wrap .form_item {
    border-bottom: 1px solid #ccc;
  }
  .comfirm_wrap .contents_title, .comfirm_wrap .contents_text {
    padding: 0;
  }
  .comfirm_wrap .contents_text {
    border-left: none;
    font-size: 14px;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .comfirm_wrap .contents_text {
    font-size: 13px;
  }
  .comfirm_wrap .btn_wrap {
    flex-direction: column;
  }
  .comfirm_wrap .btn_wrap .btn {
    margin: 10px auto;
  }
}

/*==================================
            完了画面
====================================*/
.complete_wrap {
  padding: 6.3% 0 8.9%;
}

.complete_wrap .content_wrap {
  margin-top: 2.5%;
  text-align: center;
}

.complete_wrap .contents_title {
  font-size: 35px;
}

.complete_wrap .contents_title--sub {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.complete_wrap .contents_text {
  font-size: 17px;
  font-weight: 500;
  margin-top: 30px;
}

.complete_wrap .caution {
  font-size: 13px;
  margin-top: 30px;
}

.complete_wrap .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .complete_wrap {
    padding: 40px 0;
  }
  .complete_wrap .content_wrap {
    margin-top: 20px;
  }
  .complete_wrap .contents_title {
    font-size: 28px;
  }
  .complete_wrap .contents_title--sub {
    font-size: 16px;
    margin-top: 10px;
  }
  .complete_wrap .contents_text {
    font-size: 15px;
    margin-top: 20px;
  }
  .complete_wrap .caution {
    font-size: 12px;
    margin-top: 20px;
  }
  .complete_wrap .btn_wrap {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .complete_wrap .contents_title {
    font-size: 22px;
  }
  .complete_wrap .contents_title--sub {
    font-size: 14px;
  }
  .complete_wrap .contents_text {
    font-size: 13px;
    margin-top: 20px;
  }
  .complete_wrap .caution {
    font-size: 11px;
    margin-top: 15px;
  }
}

/*==================================
          求職者登録ページ
====================================*/
.register_wrap .form_birth .contents_text {
  display: flex;
  flex-wrap: wrap;
}

.register_wrap .form_birth .form_label {
  align-items: center;
  display: flex;
  margin-right: 2.6%;
  width: 26.5%;
}

.register_wrap .form_birth .form_label .select_wrap {
  max-width: 180px;
  margin-left: 7px;
  width: 90%;
}

.register_wrap .input_age {
  max-width: 210px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .register_wrap .form_birth .form_label {
    margin-top: 5px;
    margin-right: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
  }
  .register_wrap .form_birth .form_label .select_wrap {
    max-width: 180px;
    margin-left: 0;
    margin-right: 7px;
  }
}
