.result-ttl {
  border-radius: 8px 8px;
  background-color: #CF000E;
  height: 2.5em;
  position: relative;
  margin-top: 3rem;
}

.result-ttl span {
  position: absolute;
  font-size: 1.8em;
  top: -.7em;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #fff;
  width: 8em;
  border: 5px solid #cf000e;
  border-radius: 8px;
  text-align: center;
  color: #cf000e;
}

.recruit-boxList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-boxList.slider {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.recruit-boxList .recruit-box-big {
  border: 0;
  padding: 2rem 0;
  background-color: transparent;
  border-bottom: 4px solid #cfcfcf;
  position: relative;
  width: 100%;
}

.recruit-boxList .swiper-slide {
  background-color: #fff;
  border: 1px solid #595757;
  padding: 0;
}

.recruit-boxList .recruit-box-big .recruit-box-big-eyecatch {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* 新着求人
=========================*/
@media screen and (min-width: 960px) {
  .recruit-new .recruit-scroll-box .recruit-boxList .recruit-box .recruit-box-eyecatch {
    /* height: 10rem; */
  }
}

.recruit-boxList .recruit-list-icon {
  position: absolute;
  top: .5rem;
  right: -.5rem;
  /* width: 6rem;
  height: 6rem; */
  width:3.5rem;
  height:3.5rem;
  display: block;
  border-radius: 50%;
  border: 4px solid #fff;
}

.recruit-boxList .recruit-list-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    height:2.3rem;
    width:auto;
}

.recruit-boxList .recruit-box-recommend .recruit-list-icon {
  background-color: #cf000e;
}

.recruit-boxList .recruit-box-pickup .recruit-list-icon {
  background-color: #8cc456;
}

.recruit-boxList .recruit-box-new .recruit-list-icon {
  background-color: #6c9bd2;
}

@media screen and (min-width: 960px) {
  .recruit-boxList .recruit-list-icon {
    right: -1rem;
  }
}



/* 検索結果
=========================*/
.serch-recruit-wrapper .recruit-boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.serch-recruit-wrapper　.recruit-boxList .recruit-box {
  width: 48%;
  margin-right: 0;
}

.serch-recruit-wrapper .recruit-boxList .recruit-box:nth-of-type(odd) {
  margin-right: 4%;
}

.serch-recruit-wrapper .recruit-boxList .recruit-box-eyecatch {
  -webkit-box-shadow: 2px 2px 3px rgba(35, 24, 21, 0.3);
          box-shadow: 2px 2px 3px rgba(35, 24, 21, 0.3);
  /* height: 10rem; */
}
.recruit-boxList .recruit-box{
  border: 0;
  padding: 2rem 0;
  background-color: transparent;
  border-bottom: 4px solid #cfcfcf;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .serch-recruit-wrapper .recruit-boxList .recruit-box {
    margin-right: 2%;
    margin-bottom: 2.5rem;
    width: 23%;
  }
  .serch-recruit-wrapper .recruit-boxList .recruit-box.recruit-box:nth-of-type(odd) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 960px) {
  .serch-recruit-wrapper {
    padding: 1rem 0;
  }
  .serch-recruit-wrapper .recruit-boxList {
    width: 100%;
  }
 .recruit-scroll-box .recruit-box .recruit-box-ttl {
    font-size: 1em;
  }
  }
}