main.recruit {
	background-color: #faf7f0;
	overflow: hidden;
}

.recruitment .billboard {
  background-image: url(../img/recruitment/billboard.png);
}

.recruitment_inform_lead_text {
  margin: 45px auto;
}

@media screen and (max-width: 600px) {
  .recruitment_inform_lead_text {
    margin: 25px auto;
  }
}

.recruitment_img_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 790px;
  margin: auto;
  z-index: 2;
  position: relative;
}

.recruitment_img_wrap img {
  max-width: 230px;
  width: calc(100%/3 - 33px);
  margin-right: 50px;
}

.recruitment_img_wrap img:last-child{
  margin-right: 0px;

}

@media screen and (max-width: 767px) {
  .recruitment_img_wrap img {
    width:calc(100%/3);
    margin-right: 0;
  }
}


.recruitment_text_wrap {
  margin: 50px auto auto auto;
}

@media screen and (max-width: 1200px) {
  .recruitment_text_wrap {
    margin-top: 30px;
  }
}

.recruitment_text_wrap:last-child {
  margin-bottom: 50px;
}

.recruitment_text_wrap .lead, .recruitment_text_wrap .sub {
  text-align: center;
  margin: auto;
}

.recruitment_text_wrap .lead {
  font-size: 28px;
  margin: auto auto 30px auto;
  display: block;
}

@media screen and (max-width: 1200px) {
  .recruitment_text_wrap .lead {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .recruitment_text_wrap .lead {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .recruitment_text_wrap .lead {
    font-size: 14px;
  }
}

.recruitment_text_wrap .sub {
  font-family: var(--gothic);
}

@media screen and (max-width: 767px) {
  .recruitment_text_wrap .sub {
    text-align: left;
  }
}

.recruitment_term_wrap {
  background-color: #efe8d9;
  width: 100%;
}

.recruitment_term_lead_text {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  .recruitment_term_lead_text {
    padding-top: 50px;
  }
}

.recruitment_term_switchs {
  margin: 50px auto 40px auto;
}

@media screen and (max-width: 1200px) {
  .recruitment_term_switchs {
    margin: 25px auto 20px auto;
  }
}

.js_recruitment_term_target2 {
  display: none;
}

.term_table_wrap {
  margin: auto;
  max-width: 1220px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1500px) {
  .term_table_wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .term_table_wrap {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
  }
}

.term_table {
  width: 100%;
  margin: auto;
}

.term_table tbody {
  width: 100%;
}

.term_table .t_head, .term_table .t_data {
  font-size: 24px;
  font-family: var(--gothic);
  padding: 35px 25px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .term_table .t_head, .term_table .t_data {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .term_table .t_head, .term_table .t_data {
    font-size: 12px;
    padding: 10px;
  }
}

.term_table .t_head {
  font-weight: 600;
  background-color: #a68b62;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 25%;
}

@media screen and (max-width: 600px) {
  .term_table .t_head{
    width: 30%;
  }
}


.term_table .t_data {
  font-weight: 200;
  background-color: #fff;
  margin-bottom: 10px;
  text-align: left;
}

.about_recruitment_wrap {
  background-color: #faf7f0;
  padding: 100px 30px 100px 30px;
}

@media screen and (max-width: 1200px) {
  .about_recruitment_wrap {
    padding: 50px 30px 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .about_recruitment_wrap {
    padding: 25px 15px 25px 15px;
  }
}

.about_recruitment_wrap .inner {
  padding: 50px 0px 50px 0px;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .about_recruitment_wrap .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about_recruitment_wrap .inner dl {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 600px) {
  .about_recruitment_wrap .inner dl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about_recruitment_wrap .inner .lead {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  .about_recruitment_wrap .inner .lead {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .about_recruitment_wrap .inner .lead {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .about_recruitment_wrap .inner .lead {
    font-size: 14px;
  }
}

.about_recruitment_wrap .inner .sub {
  text-align: center;
  font-family: var(--gothic);
}
@media screen and (max-width: 767px) {
  .about_recruitment_wrap .inner .sub {
    text-align: left;
  }
}


.about_recruitment_wrap .inner .term_list {
  padding: 30px;
  margin: auto;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .about_recruitment_wrap .inner .term_list {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .about_recruitment_wrap .inner .term_list {
    width: 100%;
    padding: 15px 0px;
  }
}

.about_recruitment_wrap .inner .term_list li {
  font-family: var(--gothic);
  white-space: pre;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .about_recruitment_wrap .inner .term_list li {
    font-size: 3.5vw;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .about_recruitment_wrap .inner .term_list li {
    font-size: 12px;
  }
}

.mail_btn_wrap .btn01 {
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .mail_btn_wrap .btn01 {
    height: 50px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mail_btn_wrap .btn01 span {
    /* height: 50px;
    line-height: 50px; */
  }
}