@charset "utf-8";

/* ---------------------------------
		job recommend
------------------------------------*/
.subslider .wpSliderList {
  display: none;
}

.subslider .wpSliderList.slick-initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpSliderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpSliderListItem {
  width: 250px;
}

.wpSliderListItemWrap {
  width: 100%;
  margin: 10px 15px 10px 5px;
}

.wpSliderListItemLink {
  display: block;
  margin: 0 auto;
  width: 232px;
  padding: 8.5px;
  text-decoration: none;
}

.wpSliderListItemImg {
  margin: 0 auto;
  width: 215px;
  height: 101px;
  font-size: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wpSliderListItemHeader {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpSliderListItemIconList {}

.wpSliderListItemDate {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.wpSliderListItemTitle {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.wpSliderListItemText01 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.wpSliderIconList {
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpSliderIcon {
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 5px;
  padding: 2px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
  color: #FFF;
  background-color: #FFC000;
}

.wpSliderIconText {}


/*----------------------------------------
  画面の横幅が600pxまで
----------------------------------------*/
@media (max-width: 600px) {

  /* ---------------------------------
            job recommend
    ------------------------------------*/
  .subslider .wpSliderList.slick-initialized {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wpSliderListItem {
    width: 93.33vw;
  }

  .wpSliderListItemWrap {
    width: 100%;
    margin: 1.66vw 1.66vw 1.66vw 0.83vw;
  }

  .wpSliderListItemLink {
    width: 86.66vw;
    padding: 5vw;
  }

  .wpSliderListItemImg {
    width: 76.66vw;
    height: 34.83vw;
  }

  .wpSliderListItemHeader {
    margin-top: 3.33vw;
  }

  .wpSliderListItemIconList {}

  .wpSliderListItemDate {
    font-size: 3.5vw;
  }
  
  .wpSliderListItemTitle {
    margin-top: 1.66vw;
    font-size: 4vw;
    line-height: 1.45;
  }

  .wpSliderListItemText01 {
    margin-top: 1.66vw;
    font-size: 4vw;
    line-height: 1.45;
  }

  .wpSliderIconList {
    margin-top: -1.66vw;
  }
  
  .wpSliderIcon {
    margin-top: 1.66vw;
    margin-right: 1.66vw;
    border-radius: 0.83vw;
    padding: 0.83vw 2.5vw;
    font-size: 3.5vw;
  }
  
  .wpSliderIconText {}
}