@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
@charset "utf-8";
/* common
============================================================ */
#recruit .inner {
  max-width: 980px;
  width: 95%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width:1023px) {}
/* main
============================================================ */
.main {
  background: none;
  position: relative;
  height: auto;
  padding-bottom: 90px;
}
.main .img {
  max-width: 100%;
  width: 100%;
}
.main .img img {
  width: 100%;
}
.main .catch {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.main .catch img {
  width: 100%;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width:1023px) {
  .main .catch {
    width: 50%;
    bottom: 80px;
  }
}
/* message
------------------------------------------------------------ */
.message {
  background: url("../img/recruit/message_bg.png") no-repeat left center;
  background-size: cover;
  padding: 150px 0;
  margin-top: -90px;
  position: relative;
}
.txt_col {
  width: 575px;
}
.txt_col .ttl_en {
  color: #327d39;
  font-family: "Lato";
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.txt_col .ttl_ja {
  color: #327d39;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.txt_col .ttl_ja::after {
  content: "";
  position: absolute;
  left: 0;
  top: 125px;
  width: 30px;
  height: 4px;
  background: #ee1567;
}
.txt_col .txt {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-top: 80px;
  position: relative;
}
.txt_col .txt span {
  background: #fce733;
  font-size: 0.95em;
  font-weight: 700;
  margin-right: -5px;
}
.img_col {
  position: absolute;
  left: 580px;
  top: -210px;
  width: 75%;
  z-index: 10;
}
.img_col img {
  width: 100%;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width:1200px) {
  .img_col {
  left: 390px;
}
}

@media screen and (max-width:1023px) {
  .message {
    padding: 10px 0 50px;
  }
  .txt_col {
    width: 100%;
  }
  .txt_col .ttl_ja::after {
    top: 60px;

  }
  .txt_col .ttl_en {
    font-size: 30px;
    line-height: 35px;
  }
  .txt_col .txt {
    margin-top: 30px;
  }

}
/* recruit
------------------------------------------------------------ */
.recruit {
  padding-top: 60px;
  position: relative;
}
.staff_bg {
  background: #327d39;
  background-image: url("../img/recruit/img-recruit1_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
  overflow: auto;
  z-index: -10;
}
.staff_bg2{
  position: absolute;
  top: -20px;
  left: 2vw;
      width: 303px;
}
/*#recruit1::after {
  content: "";
  background: url("../img/recruit/img-recruit1_bg2.png") no-repeat;
  position: absolute;
  height: 513px;
  width: 303px;
  top: 10px;
  left: 2vw;
  z-index: -2;
}*/
#recruit2 .staff_bg {
  background: #327d39;
  background-image: url("../img/recruit/img-recruit2_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  top: 70px;
  left: 0;
  height: 660px;
  width: 100%;
  overflow: auto;
  z-index: -10;
}
#recruit2::after {
  content: "";
  background: url("../img/recruit/img-recruit2_bg2.png") no-repeat;
      background-size: contain;
  position: absolute;
  height: 513px;
  width: 303px;
  top: 50px;
  right: 2vw;
  z-index: -2;
}
#recruit3 .staff_bg {
  background: #327d39;
  background-image: url("../img/recruit/img-recruit3_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  top: 120px;
  left: 0;
  height: 660px;
  width: 100%;
  overflow: auto;
  z-index: -10;
}
#recruit3::after {
  content: "";
  background: url("../img/recruit/img-recruit3_bg2.png") no-repeat;
      background-size: contain;
  position: absolute;
  height: 513px;
  width: 303px;
  top: 100px;
  left: 2vw;
  z-index: -2;
}
.inner.flex1 {
  display: flex;
  justify-content: flex-start;
}
.staff_img1 {
  margin: -50px 135px 0 35px;
  width: 194px;
}
.recruit_catch {
  color: #fff;
}
.staff_no {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.staff_name_en {
  font-family: "Lato";
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.15em;
}
.staff_name_ja {
  font-size: 12px;
  font-weight: 700;
}
.staff_catch {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.1em;
  margin-top: 120px;
  margin-bottom: 30px;
  position: relative;
}
.staff_catch::before {
  content: "";
  position: absolute;
  left: 0;
  top: -65px;
  width: 30px;
  height: 4px;
  background: #ee1567;
}
.staff_department {
  border: 2px solid #fff;
  width: 105px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.staff_year {
  width: 150px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.inner.flex2 {
  display: flex;
  justify-content: space-between;
  margin-top: -127px !important;
}
.staff_txt {
  width: 575px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-top: 200px;
}
.staff_img2 {
  margin-right: -20px;
  width: 381px;
}
.staff_img2 img {
  width: max-content;
}
#recruit2 {
  margin-top: 50px;
  padding-top: 175px;
}
#recruit2 .inner.flex1 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#recruit2 .staff_img1 {
  margin: -15px 0 0 13px;
      width: 226px;
}
#recruit2 .inner.flex2 {
  flex-direction: row-reverse;
  margin-top: -120px !important;
}
#recruit2 .staff_img2 {
  margin-right: 0px;
  margin-left: -20px;
}
#recruit3.recruit {
  padding-top: 100px;
}
#recruit3 .inner.flex1 {
  margin-top: 120px;
}
#recruit3 .staff_img1 {
  margin: -20px 115px 0 65px;
      width: 183px;
}
#recruit3 .staff_name_en {
  letter-spacing: 0.07em;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width:1023px) {
  .recruit {
    padding-top: 10px;
  }
  .staff_img1 {
    margin: -20px 0 0 0;
    width: 80px;
  }
  .staff_img1 img {
    width: auto;
  }
  .recruit_catch {
    margin-left: -15px;
    margin-right: -10px;
  }
  .staff_bg {
    height: 250px;
  }
  #recruit2 .staff_bg, #recruit3 .staff_bg {
    height: 300px;
  }
  #recruit1::after, #recruit2::after, #recruit3::after {
    content: none;
  }
  .staff_no {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .staff_name_en {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
  }
  .staff_catch {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
  }
  .staff_catch::before {
    top: -10px;
  }
  .inner.flex2 {
    display: block;
    margin-top: 0;
  }
  .staff_txt {
    margin-top: 150px;
    width: 100%;
  }
  .staff_department {
    border: 1px solid #fff;
    width: 90px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
  }
  .staff_year {
    width: 140px;
    height: 35px;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
  }
  .staff_img2, #recruit2 .staff_img2, #recruit3 .staff_img2 {
    width: 80%;
    margin: 20px auto;
  }
  #recruit2 {
    margin-top: 0;
    padding-top: 90px;
  }
  #recruit2 .recruit_catch {
    margin-left: 0;
    margin-right: -50px;
  }
  #recruit2 .staff_img1 {
    margin: -25px 0 0 0;
    width: 150px;
  }
  #recruit3 .staff_bg {
    top: 40px;
  }
  #recruit3 .inner.flex1 {
    margin-top: 0;
  }
  #recruit3 .staff_img1 {
    margin: -15px 0 0 0;
    width: 110px;
  }
}
/* requiment
------------------------------------------------------------ */
.requiment {
  background: url("../img/recruit/img-requirement_bg.jpg") no-repeat fixed;
  background-size: cover;
  padding: 130px 0 80px 0;
  margin-top: 120px;
}
.requiment .txt_col {
  margin-bottom: 120px;
}
.req_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.req_flex a[href] {
  text-decoration: none !important;
}

.req_col {
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 470px;
  height: 260px;
  padding: 30px 28px 40px;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
}
.req_col::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 4em solid transparent;
  border-right: 4em solid #ee1567;
  position: absolute;
/*  z-index: 100; */
  z-index: 10;
}
.req_col::after {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  right: 13px;
  bottom: 2px;
  z-index: 11;
}
.req_tag {
  background: #59c0d2;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  width: 120px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 28px;
}
.req_cat {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
.req_detail {
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0 20px;
  padding-bottom: 25px;
}
.req_note {
  color: #3b3b3b;
  display: flex;
  font-size: 16px;
}
.req_note dt {
  font-weight: 700;
  width: 88px;
}
.req_note dd {
  font-weight: 400;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width:1023px) {
  .requiment {
    padding: 30px 0 10px 0;
    margin-top: 50px;
  }
  .requiment .txt_col {
    margin-bottom: 60px;
  }
  .req_col {
    width: 100%;
    height: auto;
    padding: 20px 15px 20px;
    margin-bottom: 15px;
  }
  .req_col::after {
    right: 10px;
    bottom: 5px;
  }
  .req_tag {
    top: 20px;
    right: 15px;
  }
  .req_cat {
    font-size: 22px;
  }
  .req_detail {
    margin: 10px 0 15px;
    padding-bottom: 15px;
  }
  .req_note {
    font-size: 13px;
  }
}
/* entry
------------------------------------------------------------ */
.entry {
  background: url("../img/recruit/img-entry_bg.png") no-repeat center;
  background-size: cover;
  padding: 130px 0px 115px;
}
.entry .ttl_en, .entry .ttl_ja, .entry .txt {
  color: #fff;
}
.entry_btn {
  background: #ee1567;
  width: 470px;
  height: 100px;
  margin-bottom: 30px;
  margin-top: 7px;
  padding: 5px;
  position: relative;
}
.entry_btn::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #d6135c;
  position: absolute;
}
.entry_btn::after {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: 37px;
  z-index: 101;
}
.entry_btn p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
}
.entry_btn a {
  display: block;
  padding: 30px 0 30px 25px;
  width: 100%;
  text-decoration: none !important;
}
.contact_btn {
  border: 4px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  width: 470px;
  height: 110px;
}
.contact_btn_tel {
  font-size: 35px;
  font-weight: 700;
}
.contact_btn p {
  margin: 0 0 0 !important;
}
.contact_btn_tel a {
  position: relative;
  padding-left: 40px;
  text-decoration: none !important;
}
.contact_btn_tel a::before {
  content: "\f098";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 35px;
  font-weight: 900;
  position: absolute;
  left: 0;
  bottom: -10px;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width:1023px) {
  .entry {
    padding: 30px 0px 30px;
  }
  .entry .inner.flex {
    display: block;
  }
  .entry_btn {
    margin-top: 30px;
    width: 100%;
    height: 70px;
  }
  .entry_btn::before {
    border-width: 35px 0 35px 35px;
  }
  .entry_btn::after {
    bottom: 23px;
  }
  .entry_btn a {
    padding: 15px 0 15px 25px;
  }
  .contact_btn {
    border: 2px solid #fff;
    padding-top: 10px;
    width: 100%;
    height: 90px;
  }
  .contact_btn_tel {
    font-size: 30px;
  }
  .contact_btn_tel a::before {
    font-size: 30px;
    bottom: -8px;
  }
}
/* recruit2020
------------------------------------------------------------ */
.recruit2020 {
  background: url("../img/recruit/img_foot.png") no-repeat center;
      background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 640px;
}
.recruit2020_bnr {
  height: 270px;
  width: 220px;
  margin-top: -55px;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width:1023px) {
  .recruit2020 {
    background: url(../img/recruit/img_foot_sp.png) no-repeat center;
    background-size: cover;
    height: 300px;
  }
  .recruit2020_bnr {
    height: auto;
    width: 130px;
}
}
/* footer
------------------------------------------------------------ */
footer {
  background: rgba(0, 0, 0, 0.5);
  height: 55px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  margin-top: -55px;
}
@media screen and (max-width: 1023px) {}

/* コンテンツレイアウト */
.def-editor-style-wrap {
  width: 100%;
}
/* .def-editor-style-wrap .contact_btn_tel {
  margin: 0 0 0;
} */