@charset "UTF-8";

body {
  box-sizing: border-box;
}

/* style.cssを上書き */
header .tel {
  background-image: url(../../../img/lp/aff/icon001.png);
}
footer .free_dial > i {
  background-image: url(../../../img/lp/aff/icon016.png);
}

main {
  background-color: #f5f8f9;
}
main > .title {
  padding-top: 46px;
  text-align: center;
}
main > .flex-column {
  margin: 0 auto;
}

.main_img {
  height: 790px;
  box-sizing: border-box;
  padding-top: 46px;
  background-color: #f5f8f9;
  background-image: url(../../../img/lp/ad/main_img_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.main_img p:first-of-type {
  margin-bottom: 0;
  /* text-align: center; */
}
.main_img p:first-of-type img {
}
.main_img .container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main_img .container {
    display: block;
  }
}

.main_img .inner {
  padding: 0;
  height: 756px;
  width: 480px;
  margin: 0 0 0 auto;
}
.main_img .inner > img {
  top: 182px;
  right: 124px;
}
/*
.main_img p:nth-of-type(2) {
	margin-bottom: 21px;
	margin-left: 180px;
}
*/
.btn .pc {
  position: absolute;
  right: 0;
  bottom: 46px;
}
.inner .btn:hover img {
  opacity: 1;
}
.btn02 {
  background-image: url(../../img/lp/mt/btn02_hover.png);
}
.tab_list {
  background-color: #edecec;
  color: rgba(51, 51, 51, 0.46);
}
.tab_list .tab {
  text-align: center;
  background-color: #ffe8b2;
  width: 240px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .tab_list .tab {
    line-height: 1.4;
  }
  .main_img .container {
    width: auto;
  }
  .main_img .inner {
    width: auto;
  }
}
.tab_list .tab:not(:last-of-type) {
  border-right: 1px solid #f1d1d2;
}
.tab_list .tab.current {
  border-top: 4px solid #7d55aa;
  background-color: #fff;
  color: #333;
}
.content-item,
.cnt3 .inner {
  background-image: -webkit-linear-gradient(bottom, #fdc7b2, #ee7443);
  background-image: -moz-linear-gradient(bottom, #fdc7b2, #ee7443);
  background-image: -o-linear-gradient(bottom, #fdc7b2, #ee7443);
  background-image: -ms-linear-gradient(bottom, #fdc7b2, #ee7443);
  background-image: linear-gradient(to top, #fdc7b2, #ee7443);
}
.cnt1 dl::before {
  border-color: #7d55aa transparent transparent transparent;
}
.cnt1 dt {
  border-bottom: 2px solid #7d55aa;
}
.cnt3 .inner li {
  border: 2px solid #ee7443;
}
.point_list li::before {
  background-color: #ee7443;
}
.step:nth-last-of-type(n + 3) .head {
  background-color: #ee7443;
}
.step:nth-last-of-type(n + 3) dt {
  color: #ee7443;
}
.step:not(:last-child)::before {
  background-color: #ffebe3;
}
.step:nth-last-of-type(2)::after {
  border-color: #ffebe3 transparent transparent transparent;
}
.cnt6_content > dt::before {
  background-color: #fff;
  color: #333;
}
.cnt6_point dt {
  color: #966a4a;
}
.guide .guide-inner > a {
  border: 6px solid #966a4a;
}
.guide li:last-of-type::after {
  color: #f6eee7;
}

.required {
  background-color: #ee7443;
}

.cnt3 .inner::after {
  background-image: url(../../img/lp/mt/comment.png);
}

.guide li:first-of-type {
  background-image: url(../../img/lp/mt/tel_bg.jpg);
}

.step .head {
  background-color: rgba(247, 55, 58, 1);
}
.step dt {
  color: rgba(247, 55, 58, 1);
}

.cnt5 h3 {
  border-top: 4px solid #ac8970;
  border-bottom: 4px solid #ac8970;
  color: #966a4a;
  background-image: url(../../img/lp/mt/icon011.png);
}

.clearfix {
  width: 960px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.cnt1 .promiseBox {
  padding-bottom: 50px;
}

.guide {
  margin-bottom: 60px;
}

.cnt3 .inner {
  margin-bottom: 60px;
}

.sm {
  display: none;
}
.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main_img p:first-of-type img {
    width: 67%;
    margin: 0;
    padding-top: 30px;
  }
  /*
	.main_img p:nth-of-type(2) {
		margin-bottom: 21px;
		margin-left: 180px;
		margin: auto auto 2% auto;
		width: 50%;
	}
	*/
  .main_img .inner > img {
    top: 182px;
    right: 50%;
    margin-left: 25%;
  }
  .btn {
    margin-top: 63px;
    margin-left: 0;
    margin: 3% auto 5% auto;
    background-image: url(../../img/lp/mt/btn01_hover.png);
    width: 92%;
  }
  .btn a {
    position: relative;
    height: inherit;
  }

  .main_img .inner {
    height: auto;
    padding: 0px 0 1%;
    margin-top: 82vw;
  }
  .btn {
    background-image: url(../../img/lp/mt/btn01_sm_hover.png);
  }
  .pc {
    display: none;
  }
  .sm {
    display: inline-block;
  }
  .clearfix {
    box-sizing: border-box;
    max-width: inherit;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 5%;
  }
  .clearfix .tab1imgleft {
    margin-bottom: 30px;
  }
  .cnt1 .inner {
    padding-bottom: 0;
  }
  .cnt1 dl:last-of-type dt {
    background-position: 56% 30%;
  }
  .tab_body[data-id="1"] {
    padding-top: 0;
  }
  .cnt1 .promiseBox {
    padding-bottom: 8%;
  }
  .cnt1 dl {
    margin-bottom: 6%;
  }
  .cnt1 dl:last-child {
    margin-bottom: 0;
  }
  .guide {
    margin-bottom: 10%;
  }
  .guide .guide-inner > a {
    margin-top: 8%;
  }
  .tab_body:not([data-id="1"]) .inner {
    padding: 10% 3% 0 3%;
  }
  .cnt5 {
    padding: 0;
  }
  .tab_body:not([data-id="1"]) {
    padding-bottom: 0;
  }
  .header_list li:first-of-type img {
    width: 75%;
  }
  span.h_telephone {
    margin-bottom: 6px;
  }
  header div {
    padding: 1% 3%;
  }
  header .tel {
    background-image: unset;
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 4rem;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
  }
  header .tel br {
    display: none;
  }
  header .tel img {
    display: block;
    position: static;
  }
  span.tel_number:before {
    content: "";
    display: inline-block;
    width: 9vw;
    height: 5vw;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
    background-image: url(../../../img/lp/aff/icon001.png);
  }
  h1 {
    font-size: 1.2rem;
    padding: 1% 0;
  }
  .cnt6 img {
    width: auto;
  }
  body {
    font-size: 1.8rem;
  }
  .cnt6_body p {
    font-size: 1.8rem;
  }
  .cnt6_point dt {
    font-size: 2rem;
  }
  .cnt6_point {
    font-size: 1.8rem;
  }
  .point_list li {
    padding: 10px;
  }
  .step dd {
    font-size: 1.8rem;
  }
  .main_img p:first-of-type {
    margin-bottom: 4%;
  }
  .form_child {
    width: 94%;
  }
}

@media screen and (max-width: 610px) {
  .tab_list .tab {
    font-size: 2.6vw;
  }
  .header_list li:first-of-type img {
    width: 100%;
  }
  .main_img p:first-of-type {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 542px) {
  .clearfix img {
    width: 100%;
  }
  header .tel {
    font-size: 5.4vw;
  }
  header .tel img {
    top: 4px;
  }
  .cnt6 img {
    width: 100%;
  }
}

/*-------*/
/*form*/
/*-------*/

.form_child {
  width: 480px;
  max-width: 480px;
  margin: 20px auto;
  overflow: hidden;
}

.form-step {
  list-style: none;
  background-color: #c4c4c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-step > li.active > .step-label > .label {
  color: #fff;
}

.form-step > li > .step-label {
  background-color: #dbdbdb;
  width: 150px;
  height: 36px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

.form-step > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

.form-step > li:last-child {
  margin-right: 0;
  box-sizing: border-box;
}
.form-step > li:last-child .step-label {
  padding-right: 10px;
}

.form-step > li.active .step-label {
  border-color: #7d55aa;
  background-color: #7d55aa;
}

.form-step > li.active::after {
  border-color: transparent transparent transparent #7d55aa;
}

.form-step > li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 2px 16px 10px;
  border-color: transparent transparent transparent #dbdbdb;
}

.form-step > li:last-child::after {
  display: none;
}

.form-step > li > .step-label::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 26px 0;
  border-color: transparent #dbdbdb transparent transparent;
}

.form-step > li > .step-label::after {
  content: "";
  position: absolute;
  left: -17px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 17px;
  border-color: transparent transparent #dbdbdb transparent;
}

.form-step > li:first-child > .step-label::after {
  display: none;
}

.form-step .active > .step-label::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 18px 0px 0px;
  border-color: transparent #7d55aa transparent transparent;
}

.form-step > li > .step-label::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 26px 0;
  border-color: transparent #dbdbdb transparent transparent;
}

.form_ttl .tag {
  background-color: #e01414;
  color: #ffffff;
  padding: 4px 8px;
  margin-left: 10px;
}

.form_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form_ttl.mb_0 {
  margin-bottom: 0;
  margin-right: 20px;
}

.select-contents .select-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration {
  display: flex;
  justify-content: flex-end;
}

select#month {
  margin-right: 8px;
}

select#day {
  margin-right: 8px;
}

/*ラジオボタン*/

.select-list > li > input[type="radio"],
.select-list > li > input[type="checkbox"] {
  display: none;
}

.select-list > li > input[type="radio"]:checked + label,
.select-list > li > input[type="checkbox"]:checked + label {
  color: #fff;
  background-color: #7d55aa;
  border: solid 1px #7d55aa;
  width: 100%;
  display: flex;
  align-items: center;
}

.select-list
  > li
  > input[type="radio"]:checked
  + label
  span.select_type::before,
.select-list
  > li
  > input[type="checkbox"]:checked
  + label
  span.select_type::before {
  background-color: #ffffff;
}

.select-contents .select-list > li > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #c5c5c5;
  background-color: #fff;
  font-size: 16px;
  height: 47px;
  padding: 0 0;
  cursor: pointer;
  line-height: 1;
  color: #4d4d4d;
  position: relative;
}

.select-contents .select-list > li > label > span.select_type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-list > li > input[type="radio"] + label > span.select_type::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #eaeaea;
  position: absolute;
  top: 13px;
  left: 10px;
}

.select_type {
  display: flex;
  margin-left: 10px;
  align-content: center;
}

.select-list
  > li
  > input[type="radio"]:checked
  + label
  > span.select_type::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #058cff;
  position: absolute;
  left: 13px;
  top: 16px;
}

.select-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 49%;
  background-color: #fff;
  margin-right: 4px;
  margin-bottom: 4px;
}

.gender-list.select-list li {
  width: 48%;
}

.gender-list.select-list li:nth-child(2) {
  margin-right: 0;
}

.select-list li:last-child {
  margin-right: 0px;
}

.select-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*	margin-bottom: 18px;
	padding-bottom: 18px;*/
}

.select-contents .select-list {
  list-style: none;
  padding: 0;
}

.employment-list.select-list li {
  width: 49.3%;
  margin-bottom: 4px;
}

.employment-list.select-list li:nth-child(2n) {
  margin-right: 0;
}

.employment-list.select-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form_inner {
  background-color: #ffffff;
  opacity: 0.9;
  padding: 20px;
  overflow: hidden;
}

.form_inner label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 13px 0;
  border: solid 1px #c5c5c5;
}

.select-list > li > input[type="checkbox"] + label > span.select_type::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #eaeaea;
  margin-right: 8px;
  position: absolute;
  left: 10px;
}

.select-list
  > li
  > input[type="checkbox"]:checked
  + label
  > span.select_type::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 14px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #058cff;
  border-right: 3px solid #058cff;
}

/*
.select-contents {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c4c4c5;
}
*/

/*
.form_inner select {
background-color: #ffffff;
border: solid 1px #dddddd;
color: #999999;
font-size: 1.4rem;
padding: 12px 0 12px 18px;
display: flex;
align-items: center;
min-width: 87px;
max-width: 87px;
outline: none;
}
*/

.form_inner select.wpcf7-form-control.wpcf7-select.w_127 {
  min-width: 137px;
  max-width: 137px;
  margin-right: 8px;
}

.form_inner .input-parent.mb_35 {
  margin-bottom: 34px;
  display: flex;
}

.submit-btn {
  width: 252px;
  height: 62px;
  font-size: 18px;
}

.wpcf7-form-control-wrap.hope_city01 select {
  width: 100%;
}

.gender-list.select-list li {
  margin-right: 10px;
}

.r-btn {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-color: #3d3c40;
  border-bottom-width: 4px;
  font-weight: bold;
  background: linear-gradient(167deg, #7d55aa 50%, #6a4297 50%);
  border-radius: 4px;
  position: relative;
}

.r-btn:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../../../img/lp/aff/btn_after.png) no-repeat;
  background-size: contain;
  right: 14px;
  top: 50%;
  margin-top: -18px;
}

.flex-column {
  display: flex;
  margin-top: 5px;
}
.form-footer.flex-column.step-ctrl {
  display: flex;
  justify-content: space-between;
}

input[type="password"],
input[type="text"],
input[type="number"] {
  border: solid 1px #dddddd;
  font-size: 14px;
  padding: 15px 10px;
  background-color: #ffffff;
  width: 99%;
  outline: none;
  box-sizing: border-box;
}

#form-zipcode {
  width: 137px;
}

.wpcf7-form-control-wrap.zipcode {
  margin-bottom: 18px;
  display: block;
}

input.wpcf7-form-control.wpcf7-text.other_text {
  background-color: rgb(235, 235, 228);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.other_text {
  background-color: rgb(235, 235, 228);
}

input::placeholder {
  color: #999999;
}

.form_step_none {
  display: none;
}

.step1_block {
  display: block;
}

/*step2*/

.selectbox_birth {
  display: flex;
  align-items: center;
}

.form_inner .selectbox_birth > span {
  display: block;
  margin: 0 0px 0px 3px;
  font-size: 18px;
}

.form_inner .selectbox_birth > span:first-child {
  margin: 17px 0 0 0;
}

/*
select.selec_1,
select.selec_2,
select.selec_3 {
background-color: #ffe8b2;
background-color: #ffe8b2;
border: 1px solid #7d55aa;
}
*/

.input_howtowork_err_text,
.input_workhopetime_err_text,
.input_industry_err_text,
.input_pref_err_text,
.input_name_err_text,
.input_kana_err_text,
.input_gender_err_text,
.input_year_err_text,
.input_tel_err_text,
.input_mail_err_text {
  margin: 5px 0 15px 0;
  color: #e24747;
  font-size: 14px;
  display: block;
  text-align: left;
}

span.wpcf7-form-control-wrap.year_of_birth {
  margin-top: -18px;
}

.form_inner span.err_box_inner {
  display: flex;
  align-items: center;
}

.form_inner span.m_custom1 {
  display: block;
  margin-right: 6px;
}

.form_inner span.m_custom1.mt_custom1 {
  margin-top: -14px;
}

.form_inner select#pref {
  /*
	min-width: 127px;
	max-width: 127px;
	margin-right: 8px;
	*/
  width: 210px;
  min-width: 210px;
  max-width: 210px;
  margin-right: 10px;
}

select#form-resume_city_id {
  /*
	width: 100%;
	min-width: 295px;
	max-width: 295px;
	*/
  width: 210px;
  min-width: 210px;
  max-width: 210px;
  margin-right: 10px;
}

.selectbox_jobchenge_hope {
}

select.selec_1 {
  min-width: 100%;
  margin-right: 8px;
}

.input-parent.name input {
  min-width: 210px;
  width: 210px;
}

span.form_ttl.mb_cs.mb_0 {
  margin-bottom: 12px;
}

select.selec_1 {
  min-width: 116px;
  margin-right: 8px;
}

select.selec_2 {
  min-width: 86px;
}

select.selec_3 {
  min-width: 86px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.input-parent.telephone input[type="text"] {
  min-width: 180px;
  width: 180px;
}

.input-parent.mail input,
.input-parent.telephone input {
  padding: 14px 10px;
}

/*
.input-parent.telephone {
	margin-bottom: 18px;
}
.input-parent.name {
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c5;
}
*/
.selectbox_adress {
  display: flex;
}

.selectbox_adress .selec_2 {
  width: 100%;
}

select.wpcf7-form-control.wpcf7-select.selec_1 {
  min-width: 140px;
}

.wpcf7-form-control-wrap.resume_tmp_city input {
  padding: 14px 10px;
  /*margin-bottom: 18px;*/
}

.wpcf7-form-control-wrap.resume_tmp_city {
  /*margin-bottom: 140px;*/
  display: block;
}
/*
.input-parent.mail {
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #c4c4c5;
}
*/
input.wpcf7-form-control.wpcf7-submit {
  border-top: none;
  border-right: none;
  border-left: none;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}

a.submit-btn.next-step-btn.next_step1.back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  width: 132px;
  border-radius: 4px;
  color: #000000;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  font-size: 16px;
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
}

.list_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.privacy_link {
  display: block;
  margin-bottom: 16px;
  color: #3775c2;
  text-decoration: underline;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .form_inner select {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    font-size: 1.4rem;
    /*padding: 12px 0 12px 18px;*/
    padding: 12px 0 12px 5px;
    display: flex;
    align-items: center;
    min-width: 87px;
    max-width: 87px;
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  span.input_pref_err_text {
    margin-top: 5px;
  }
  .selectbox_birth {
    flex-wrap: wrap;
    width: 100%;
  }
  .input-parent.mail .form_ttl mb_0 {
    margin-bottom: 8px;
  }
  .main_img {
    height: auto;
    padding-top: 0;
    background-image: url(../../../img/lp/ad/main_img_bg_sm.png);
    background-size: 100%;
    background-position: top;
    padding-bottom: 30px;
  }
  .main_img .inner {
    margin-top: 5%;
  }
  .qualification-list.select-list li,
  .industry-list.select-list li {
    width: 48%;
  }
  span.wpcf7-form-control-wrap.year_of_birth {
    width: 78%;
  }
  span.wpcf7-form-control-wrap.month_of_birth {
    width: 80%;
  }
  span.wpcf7-form-control-wrap.day_of_birth {
    width: 80%;
  }
  /*
	.qualification-list.select-list li:nth-child(4) {
		width: 68%;
	}
	*/
  input[type="password"],
  input[type="text"] {
    width: 100%;
  }
  .form_inner select {
    font-size: 12px;
    min-width: 100%;
    max-width: 100%;
  }
  .form_inner select.wpcf7-form-control.wpcf7-select.w_127 {
    margin-bottom: 10px;
    font-size: 16px;
    min-width: 100%;
    max-width: 100%;
  }
  select[name="month_of_birth"] {
    margin-top: 0;
  }
  .form_inner span.m_custom1 {
    margin-left: 6px;
  }
  select.wpcf7-form-control.wpcf7-select.selec_1,
  select[name="pref"],
  select[name="city"],
  select[name="year_of_birth"],
  select[name="month_of_birth"],
  select[name="day_of_birth"] {
    font-size: 16px;
    border: solid 1px #c5c5c5;
    padding-left: 10px;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  span.err_box_inner2 {
    width: 50%;
  }
  select#form-resume_city_id {
    font-size: 13px;
  }
  input#tel {
    font-size: 16px;
    width: 92.4%;
  }
  input#email {
    font-size: 16px;
    width: 92.4%;
  }
  .form_inner select {
    font-size: 18px;
    min-height: 50px;
  }
  select#month {
    font-size: 16px;
  }
  select#day {
    font-size: 16px;
  }

  /*
	.select-list {
		padding-bottom: 20px;
	}
	*/
  .submit-btn {
    font-size: 3.4vw;
    width: 50%;
  }
  a.submit-btn.next-step-btn.next_step1.back_btn {
    width: 30%;
  }
  .r-btn:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -11px;
  }
  .form_ttl.mb_0 {
    min-width: 30%;
  }
  .selectbox_birth br {
    display: none;
  }
  .input-parent.name input,
  .input-parent.kana input {
    font-size: 16px;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  span.err_box_inner3 {
    width: 50%;
  }
  select#form-resume_city_id {
    min-width: auto;
    max-width: unset;
    width: 132%;
  }
  span.input_kiboukoyoukeitai_err_text {
    margin-top: 0;
  }
  .form_inner .selectbox_birth > span:first-child {
    width: 40%;
  }
  .form_inner .selectbox_birth > span:nth-child(2) {
    width: 28%;
    margin: 0 0px 0px 0px;
  }
  .form_inner .selectbox_birth > span:nth-child(3) {
    width: 28%;
    margin-left: 8px;
  }

  .form_inner select#pref,
  select#form-resume_city_id {
    font-size: 16px;
    width: 50%;
    min-width: 210px;
    max-width: 210px;
    margin-right: 10px;
  }

  span.wpcf7-form-control-wrap.year_of_birth {
    margin-top: -8px;
  }
}

@media screen and (max-width: 640px) {
  header ul {
    width: 100%;
    height: auto;
  }
  .form_child {
    /*width: 94%;*/
    width: 90vw;
    max-width: unset;
    margin-top: 10px;
  }
  .form-step > li {
    width: 33%;
  }
  .form-step > li > .step-label {
    width: 100%;
  }
  .employment-list.select-list li {
    width: 49%;
  }

  .form_inner select#pref,
  select#form-resume_city_id {
    min-width: 96%;
    max-width: 96%;
  }
}

@media screen and (max-width: 500px) {
  .select_type {
    font-size: 3vw;
  }
  input::placeholder {
    font-size: 3vw;
  }

  .select-list li {
    width: 49%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 475px) {
}

/* 木内追加 */
.form-footer.flex-column.step-ctrl {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 440px;
  padding-bottom: 10px;
}
.form_body {
  width: 480px;
  overflow: hidden;
  position: relative;
  height: 640px;
}
.form_inner {
  width: 1920px;
  min-width: 1920px;
  display: flex;
  position: absolute;
  padding: 0;
}
.step1_block {
  width: 440px;
  min-width: 440px;
  padding: 20px;
  padding-bottom: 76px;
}
.step2_block {
  width: 440px;
  min-width: 440px;
  padding: 20px;
  padding-bottom: 76px;
}
.step3_block {
  width: 440px;
  min-width: 440px;
  padding: 20px;
  padding-bottom: 76px;
}
.step4_block {
  width: 440px;
  min-width: 440px;
  padding: 20px;
  padding-bottom: 76px;
}
.form_step_none {
  display: block;
}
a.submit-btn.next-step-btn.prev_step1.back_btn,
a.submit-btn.next-step-btn.prev_step2.back_btn,
a.submit-btn.next-step-btn.prev_step3.back_btn,
a.submit-btn.next-step-btn.prev_step4.back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  width: 132px;
  border-radius: 4px;
  color: #000000;
}
a.submit-btn.next-step-btn.prev_step1.back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 132px;
  border-radius: 4px;
  color: #000000;
}
.submit-btn.next_step4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 252px;
  border-radius: 4px;
  color: #ffffff;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 640px) {
  .form-footer.flex-column.step-ctrl {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 80vw;
    padding: 3vw 2vw;
  }
  .form_body {
    width: 100vw;
    overflow: hidden;
    position: relative;
  }
  .form_inner {
    width: 364vw;
    min-width: 364vw;
    display: flex;
    position: absolute;
    padding: 0;
  }
  .step1_block {
    width: 90vw;
    min-width: 90vw;
    padding: 3vw;
    padding-bottom: 76px;
    box-sizing: border-box;
  }
  .step2_block {
    width: 90vw;
    min-width: 90vw;
    padding: 3vw;
    padding-bottom: 76px;
    box-sizing: border-box;
  }
  .step3_block {
    width: 90vw;
    min-width: 90vw;
    padding: 3vw;
    padding-bottom: 76px;
    box-sizing: border-box;
  }
  .step4_block {
    width: 90vw;
    min-width: 90vw;
    padding: 3vw;
    padding-bottom: 76px;
    box-sizing: border-box;
  }
  .form_step_none {
    display: block;
  }
  a.submit-btn.next-step-btn.prev_step1.back_btn,
  a.submit-btn.next-step-btn.prev_step2.back_btn,
  a.submit-btn.next-step-btn.prev_step3.back_btn,
  a.submit-btn.next-step-btn.prev_step4.back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cccccc;
    width: 132px;
    border-radius: 4px;
    color: #000000;
  }
  a.submit-btn.next-step-btn.prev_step1.back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 132px;
    border-radius: 4px;
    color: #000000;
  }
  .submit-btn.next_step4 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 50%;
    border-radius: 4px;
    color: #ffffff;
  }
}

.mr10 {
  margin-right: 10px;
}
.input-parent.kana {
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .input-parent.kana {
    margin-right: 1%;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
  }
}
