@charset "UTF-8";

.top_bg {
  background: url("../mensetsucp_images/all/sp/top-bg.png") repeat-x;
  background-size: cover;
  background-position: top center;
  width: 100%;

}

.kv {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .kv {
    max-width: 375px;
    width: 100%;
  }
  .top_bg {
    max-height: 202px;
  }
}

@media screen and (min-width: 414px) {
  .top_bg {
    background: url("../mensetsucp_images/all/sp/top-bg-414.png") repeat-x;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 233px;
  }
}

@media screen and (min-width: 768px) {
  .top_bg {
    background: url("../mensetsucp_images/all/pc/top-bg.png") repeat-x;
    background-size: cover;
    background-position: center;
    height: 326px;
  }

  .kv {
    width: 588px;
  }
}



.search-title {
  width: 314px;
  margin: 20px auto 0;
}

.section_01-attention {
  padding-top: 0;
}

.top_jobCategory {
  margin: 0 auto;
}

.list_jobCategory {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_jobCategory li {
  font-weight: bold;
    text-align: center;
    font-size: 20px;
  }

@media screen and (max-width: 767px) {

  .search-title {
    margin-top: 15px;
  }

  .top_jobCategory {
    max-width: 414px;
  }

  .list_jobCategory {
    margin-top: 15px;
  }
  .top_jobCategory > .list_jobCategory > li {
    max-width: 48%;
    
  }
  .top_jobCategory > .list_jobCategory > li:nth-of-type(n+3) {
    margin-top: 18px;
  }

  .list_jobCategory li {
    width: 48%;
  }
}

.list_jobCategory li figure img {
  max-width: 40px;
  width: auto;
  height: 26px;
  margin-bottom: 10px;
}
.list_jobCategory li p span {
  font-size: 11px;
}
.list_jobCategory li a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 0;
  color: #fff;
  background: url(../mensetsucp_images/common/arrow_02.svg) no-repeat right 17px top 50%/ 7px auto;
  background-color: #25B7AA;
  border-radius: 50px;
  
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.16);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.16);
  transition-duration: 0.2s;
}

.list_jobCategory li a:hover {
  background-color: #5BC9BF;
}

.list_jobCategory li p.text_letter {
  letter-spacing: -0.6px;
}

@media screen and (max-width: 375px) {
  .list_jobCategory li {
    width: 48%;
  }
  .list_jobCategory li a {
    width: 100%;
  }
  .list_jobCategory li:nth-of-type(2n) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .list_jobCategory li:nth-of-type(2n) {
    margin-left: 4%;
  }
}


@media screen and (min-width: 768px) {

  .search-title {
    width: 370px;
    margin: 40px auto 0;
  }

  .section_01-attention {
    margin-top: 8px;
  }

  .top_jobCategory {
    width: 570px;
    margin-top: 30px;
  }
  
  .list_jobCategory li {
    font-size: 20px;
  }
  .list_jobCategory li {
    margin-right: 15px;
  }
  .list_jobCategory li:nth-of-type(3n) {
    margin-right: 0px;
  }
  
  .top_jobCategory > .list_jobCategory > li:nth-of-type(n+4) {
    margin-top: 15px;
  }
  
  .list_jobCategory li a p.item_text_box {
    padding: 0;
    line-height: 1.2;
  }
  .list_jobCategory li figure img {
    max-width: 46px;
    height: 34px;
    width: auto;
    margin-bottom: 10px;
  }
  .list_jobCategory li p .letter_spacing {
    margin: 0 -1px;
  }

  .list_jobCategory li a {
    width: 180px;
    height: 55px;
    padding: 12px 0;
  }
}

.sec_job_application .search-title {
  margin-top: 40px;
}