/* 2312 */
.recruitment {
  position: relative;
  padding: 10px 0;
}
.recruitment * {
  box-sizing: border-box;
}
.recruitment .recruitment_item_flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recruitment .slick-list {
  padding: 20px 0 !important;
}
.recruitment .slick-track {
  display: flex;
}
.recruitment .slick-slide {
  width: 85vw;
  height: auto !important;
  margin: 0 8px;
  border: solid 1px #e43f7d;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.recruitment .slick-slide > div {
  height: 100%;
}
@media only screen and (min-width: 737px) {
  .recruitment .slick-slide {
    width: 70vw;
  }
}
.recruitment .recruitment_item {
  height: 100%;
}
.recruitment .prev,
.recruitment .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 10;
}
@media only screen and (min-width: 737px) {
  .recruitment .prev,
.recruitment .next {
    width: 5vw;
    height: 5vw;
  }
}
.recruitment .prev {
  left: 5px;
}
@media only screen and (min-width: 737px) {
  .recruitment .prev {
    left: 10%;
  }
}
.recruitment .next {
  right: 5px;
}
@media only screen and (min-width: 737px) {
  .recruitment .next {
    right: 10%;
  }
}
.recruitment h3 {
  width: 100%;
  margin: 0;
  padding: 2px 0;
  background-color: #e43f7d;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 737px) {
  .recruitment h3 {
    font-size: 2.1vw;
  }
}
.recruitment ._flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 10px 5px;
}
.recruitment h4 {
  width: 70%;
  min-height: 50px;
  font-size: 4vw;
  font-weight: bold;
  text-align: left;
  color: #e43f7d;
  line-height: 1.4;
}
@media only screen and (min-width: 737px) {
  .recruitment h4 {
    font-size: 2.2vw;
    min-height: 74px;
  }
}
.recruitment .recruitment_type {
  display: inline-block;
  padding: 0 5px;
  border: solid 1px #e43f7d;
  font-size: 3.2vw;
  text-align: center;
  color: #e43f7d;
}
@media only screen and (min-width: 737px) {
  .recruitment .recruitment_type {
    font-size: 2vw;
  }
}
.recruitment .recruitment_body {
  padding: 0 10px 5px;
}
.recruitment .recruitment_body .pic {
  float: right;
  width: 45%;
  margin: 0 0 0 10px;
}
.recruitment .recruitment_body h5 {
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
  color: #e43f7d;
  font-size: 3.4vw;
  font-weight: bold;
  border-bottom: solid 1px #f9e558;
}
.recruitment .recruitment_body h5:nth-of-type(1) {
  width: 50%;
  margin-top: 0;
}
.recruitment .recruitment_body h5 span {
  display: inline-block;
  padding: 1px 8px;
  background-color: #e43f7d;
  color: #fff;
  border-radius: 5px;
}
@media only screen and (min-width: 737px) {
  .recruitment .recruitment_body h5 {
    font-size: 2vw;
  }
}
.recruitment .recruitment_body p {
  margin-top: 5px;
  font-size: 3.5vw;
}
@media only screen and (min-width: 737px) {
  .recruitment .recruitment_body p {
    font-size: 2vw;
  }
}
.recruitment .recruitment_body .ex {
  margin: 10px auto;
}
.recruitment .recruitment_body .ex li {
  position: relative;
  padding-left: 3.5vw;
  font-size: 90%;
  line-height: 1.4;
}
.recruitment .recruitment_body .ex li span {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 737px) {
  .recruitment .recruitment_body .ex li {
    padding-left: 2vw;
    font-size: 1.5vw;
  }
}
.recruitment .link {
  display: block;
  width: 80%;
  margin: auto auto 20px;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: url(../img/icon_arrow.svg) no-repeat right 15px center #e43f7d;
  background-size: 20px 20px;
  border-radius: 5px;
}
@media only screen and (min-width: 737px) {
  .recruitment .link {
    font-size: 2.4vw;
    background-size: 30px 30px;
  }
}
