::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

button,
input,
textarea {
  width: 100%;
  height: 50px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  button,
  input,
  textarea {
    height: auto;
    display: block;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px rgba(255, 255, 255, 0.3) solid;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    width: 100%;
    min-height: 1.4em;
    padding: 4px 5%;
  }
}

[type=radio],
[type=checkbox] {
  width: auto;
  height: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media screen and (max-width: 768px) {
  [type=radio],
  [type=checkbox] {
    display: inline-block;
  }
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.mwform-tel-field {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mwform-tel-field {
    width: 100%;
  }
}

.box_btn {
  width: 320px;
  margin: 44px auto 0;
  position: relative;
}
.box_btn input[type=submit],
.box_btn input[type=button] {
  width: 100%;
  height: 80px;
  padding: 0;
  letter-spacing: 0.16em;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  background: none;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 10;
}
.box_btn input[type=submit]:focus,
.box_btn input[type=button]:focus {
  outline: none;
}
.box_btn input[type=submit]:hover,
.box_btn input[type=button]:hover {
  background: #222 !important;
  cursor: pointer;
}
.box_btn.submit input[type=submit] {
  background: #003e82;
}
.box_btn.back input[type=submit] {
  background: #666;
}
@media screen and (max-width: 768px) {
  .box_btn {
    width: 75%;
    margin: 27px auto 0;
  }
  .box_btn input[type=submit],
  .box_btn input[type=button] {
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.area_input {
  padding-bottom: 150px;
}
.area_input .txt_input {
  margin: 52px auto 0;
  display: block;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .area_input {
    padding-bottom: 120px;
  }
  .area_input .txt_input {
    margin: 35px auto 0;
    line-height: 1.9;
  }
}

.dl_input {
  width: 1020px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.dl_input dt, .dl_input dd {
  padding: 15px 0 14px;
  border-top: 1px solid #ccc;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dl_input dt {
  width: 250px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
}
.dl_input dt .mark {
  width: 50px;
  height: 26px;
  background: #cb2424;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  right: 10px;
}
.dl_input dd {
  width: 770px;
  padding-left: 15px;
  padding-right: 0;
}
.dl_input dd.job input {
  border: none;
}
.dl_input dd .num,
.dl_input dd .txt_att {
  display: inline-block;
  letter-spacing: -0.02em;
}
.dl_input dd .num {
  margin-left: 5px;
}
.dl_input dd .txt_att {
  margin-left: 15px;
}
.dl_input dd.radio {
  padding: 29px 0 24px 15px;
}
.dl_input dd.radio .horizontal-item + .horizontal-item {
  margin-left: 37px;
}
.dl_input dd.file {
  padding-bottom: 17px;
  letter-spacing: 0.06em;
}
.dl_input dd.file label {
  width: 180px;
  height: 42px;
  padding: 8px 0 10px;
  color: #333;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
.dl_input dd.file label:hover {
  cursor: pointer;
}
.dl_input dd.file label input[type=file] {
  width: auto;
  height: auto;
  display: none;
}
.dl_input dd.file .mw-wp-form_file {
  width: 200px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 190px;
  display: inline-block;
}
.dl_input dd.file .mw-wp-form_file a {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl_input dd.file .mw-wp-form_file a:hover {
  color: #003e82;
  opacity: 1;
}
.dl_input dd.file .resume_status,
.dl_input dd.file .jobresume_status {
  margin-left: 20px;
  display: inline-block;
}
.dl_input dd.file .txt_file {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .dl_input {
    width: 92%;
    margin: 15px auto 0;
    display: block;
  }
  .dl_input dt, .dl_input dd {
    width: 100%;
    border-top: 1px solid #ccc;
    font-size: 16px;
  }
  .dl_input dt {
    margin: 0;
    padding: 10px 4.5% 9px;
  }
  .dl_input dt .mark {
    width: 34px;
    height: 18px;
    padding-bottom: 0;
    font-size: 9px;
    right: 0;
  }
  .dl_input dd {
    width: 100%;
    padding: 15px 4.3% 14px;
  }
  .dl_input dd.job {
    padding: 9px 0 7px;
  }
  .dl_input dd .num + .txt_att {
    margin: 0 0 0 5%;
  }
  .dl_input dd .txt_att {
    margin: 4px 0 0;
  }
  .dl_input dd.radio {
    padding: 12px 0 12px 3.5%;
  }
  .dl_input dd.radio .horizontal-item + .horizontal-item {
    margin-left: 37px;
  }
  .dl_input dd.birth {
    padding: 19px 4.3% 14px;
  }
  .dl_input dd.file {
    padding-bottom: 8px;
  }
  .dl_input dd.file label {
    width: 146px;
    height: 33px;
    padding: 4px 0;
  }
  .dl_input dd.file .resume_status,
  .dl_input dd.file .jobresume_status {
    margin-left: 4%;
  }
  .dl_input dd.file .txt_file {
    margin: 5px 0 0;
    line-height: 1.8;
  }
}

.back {
  display: none;
}

input.your-name, input.furigana, input.email {
  width: 470px;
}
input.tel {
  width: 150px !important;
  margin-right: 2px;
}
input.tel + .tel {
  margin-left: 2px;
}
input.income, input.desired {
  width: 200px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  input.your-name, input.furigana, input.email {
    width: 100%;
  }
  input.tel {
    width: calc((100% - 24px) / 3) !important;
    display: inline-block;
    margin-right: 3px;
  }
  input.tel + .tel {
    margin-left: 3px;
  }
  input.tel:last-of-type {
    margin-right: 0;
  }
  input.income, input.desired {
    width: 44%;
  }
}

.wrap_birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap_birth .select_wrap {
  width: 148px;
  height: 48px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  position: relative;
}
.wrap_birth .select_wrap::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  right: 10px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  position: absolute;
  line-height: 1;
}
.wrap_birth .select_wrap select {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wrap_birth .select_wrap {
    width: 31%;
    height: 33px;
    margin-right: 2.5%;
  }
  .wrap_birth .select_wrap:last-child {
    margin: 0;
  }
  .wrap_birth .select_wrap::after {
    right: 10px;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wrap_birth .select_wrap select {
    padding: 0 10px;
    font-size: 16px;
  }
}

.mwform-file-delete {
  display: none;
}

.box_agree {
  margin: 47px auto 0;
  text-align: center;
}
.box_agree .agree {
  position: relative;
  display: inline-block;
}
.box_agree .mwform-checkbox-field-text {
  position: relative;
  color: #333;
  font-size: 15px;
}
.box_agree a.gopolicy {
  color: #003e82;
  background: #fff;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 25px;
}
.box_agree a.gopolicy::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #003e82;
  background-size: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_agree a.gopolicy:hover::after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .box_agree {
    margin: 28px auto 0;
  }
  .box_agree a.gopolicy {
    font-size: 15px;
  }
}

.area_confirm {
  padding-bottom: 150px;
}
.area_confirm .txt_confirm {
  margin: 47px auto 0;
  font-size: 15px;
  text-align: center;
  line-height: 2.4;
}
.area_confirm .mw_wp_form_confirm .dl_input {
  margin: 20px auto 0;
}
.area_confirm .mw_wp_form_confirm .dl_input dt, .area_confirm .mw_wp_form_confirm .dl_input dd {
  min-height: 80px;
}
.area_confirm .mw_wp_form_confirm .dl_input dt {
  font-weight: 700;
}
.area_confirm .mw_wp_form_confirm .dl_input dt span.mark {
  display: none;
}
.area_confirm .mw_wp_form_confirm .dl_input dd, .area_confirm .mw_wp_form_confirm .dl_input dd.radio {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_confirm .mw_wp_form_confirm .dl_input dd .select_wrap {
  width: auto;
  height: auto;
  border: none;
}
.area_confirm .mw_wp_form_confirm .dl_input dd .select_wrap::after {
  content: none;
}
.area_confirm .mw_wp_form_confirm .dl_input dd .txt_att,
.area_confirm .mw_wp_form_confirm .dl_input dd .txt_file {
  display: none;
}
.area_confirm .mw_wp_form_confirm .dl_input dd.file label {
  width: 180px;
  height: 42px;
  padding: 0;
  background: none;
  border: none;
}
.area_confirm .mw_wp_form_confirm .dl_input dd.file .mw-wp-form_file {
  width: auto;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.area_confirm .mw_wp_form_confirm .dl_input dd.file .mw-wp-form_file a {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_confirm .mw_wp_form_confirm .dl_input dd.file .mw-wp-form_file a::after {
  content: "\f08e";
  font-family: "FontAwesome";
  margin-left: 5px;
}
.area_confirm .mw_wp_form_confirm .dl_input dd.file .mw-wp-form_file a:hover {
  color: #003e82;
  opacity: 1;
}
.area_confirm .mw_wp_form_confirm .dl_input dd .resume_status,
.area_confirm .mw_wp_form_confirm .dl_input dd .jobresume_status {
  display: none;
}
.area_confirm .box_agree {
  display: none;
}
.area_confirm .back {
  display: block;
}
.area_confirm .wrap_btn {
  width: 670px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area_confirm .wrap_btn .box_btn {
  margin: 0;
}
.area_confirm .wrap_btn .back input[type=submit] {
  border: none;
}
@media screen and (max-width: 768px) {
  .area_confirm {
    padding-bottom: 120px;
  }
  .area_confirm .txt_confirm {
    margin: 34px auto 0;
    font-size: 14px;
    line-height: 2;
  }
  .area_confirm .mw_wp_form_confirm .dl_input {
    width: 92%;
    margin: 16px auto 0;
  }
  .area_confirm .mw_wp_form_confirm .dl_input dt, .area_confirm .mw_wp_form_confirm .dl_input dd {
    min-height: auto;
  }
  .area_confirm .mw_wp_form_confirm .dl_input dt {
    width: 100%;
    margin: 0;
    padding: 10px 4.6% 8px;
  }
  .area_confirm .mw_wp_form_confirm .dl_input dd, .area_confirm .mw_wp_form_confirm .dl_input dd.radio {
    padding: 22px 4.6% 17px;
    word-break: break-all;
  }
  .area_confirm .mw_wp_form_confirm .dl_input dd.job {
    padding: 12px 4.6%;
  }
  .area_confirm .mw_wp_form_confirm .dl_input dd .wrap_birth {
    width: 100%;
  }
  .area_confirm .mw_wp_form_confirm .dl_input dd.file label,
  .area_confirm .mw_wp_form_confirm .dl_input dd.file .mw-wp-form_file {
    height: auto;
  }
  .area_confirm .wrap_btn {
    width: 92%;
    margin: 30px auto 0;
  }
  .area_confirm .wrap_btn .box_btn {
    width: 48%;
  }
}

.area_complete {
  padding-bottom: 150px;
  text-align: center;
}
.area_complete .tit_complete {
  margin: 80px auto 0;
  font-size: 26px;
  font-weight: 700;
}
.area_complete .txt_complete {
  margin: 11px auto 0;
  font-size: 15px;
  line-height: 2.4;
}
.area_complete .box_btn {
  width: 320px;
  height: 80px;
  margin: 40px auto 0;
}
.area_complete .box_btn a {
  width: 100%;
  height: 100%;
  background: #003e82;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.07em;
}
.area_complete .box_btn a:hover {
  background: #333;
}
@media screen and (max-width: 768px) {
  .area_complete {
    padding-bottom: 120px;
  }
  .area_complete .tit_complete {
    margin: 50px auto 0;
    font-size: 19px;
  }
  .area_complete .txt_complete {
    margin: 16px auto 0;
    font-size: 14px;
    line-height: 2;
  }
  .area_complete .box_btn {
    width: 75%;
    height: 50px;
    margin: 30px auto 0;
  }
  .area_complete .box_btn a {
    font-size: 16px;
  }
}