.recruit-list {
  width: 100%;
  background: #fff;
}

.recruit-list * {
  margin: 0;
  padding: 0;
}

.recruit-list .under-page_title > h1 {
  border-bottom: 2px solid #ea778e;
}

.recruit-list > div {
  width: 1140px;
  margin: 0 auto;
  padding: 130px 0 230px;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}

.recruit-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 100px;
}

.recruit-list-wrapper > ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}

.recruit-list-wrapper_item {
  width: 540px;
  height: 152px;
  box-sizing: border-box;
  display: flex;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-color: #fff;
}

.recruit-list-wrapper_item .thumb-img-wrapper {
  width: 162px;
  height: 152px;
  flex-shrink: 0;
}

.recruit-list-wrapper_item .thumb-img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-list-wrapper_item .thumb-text-wrapper {
  padding: 20px 25px;
  word-break: break-all;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-list-wrapper_item .thumb-text-wrapper > p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.recruit-list-wrapper .pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}

.recruit-list-wrapper .pagination > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 3px;
  background: #ffd675;
}

.recruit-list-wrapper .pagination * {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-family: "industry", sans-serif;
  font-weight: 500;
}

.recruit-list-wrapper .pagination > a:hover {
  color: #000;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  .recruit-list > div {
    width: 79.167vw;
    padding: 9.028vw 0 15.972vw;
    row-gap: 4.861vw;
  }

  .recruit-list-wrapper {
    row-gap: 6.944vw;
  }

  .recruit-list-wrapper > ul {
    row-gap: 3.472vw;
  }

  .recruit-list-wrapper_item {
    width: 37.5vw;
    height: 10.556vw;
    border-radius: 0.417vw;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }

  .recruit-list-wrapper_item .thumb-img-wrapper {
    width: 11.25vw;
    height: 10.556vw;
  }

  .recruit-list-wrapper_item .thumb-text-wrapper {
    padding: 1.389vw 1.736vw;
  }

  .recruit-list-wrapper_item .thumb-text-wrapper > p {
    font-size: 1.389vw;
    line-height: 1.806vw;
    margin: 0;
  }

  .recruit-list-wrapper .pagination {
    column-gap: 1.042vw;
  }

  .recruit-list-wrapper .pagination > span {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 0.208vw;
  }

  .recruit-list-wrapper .pagination * {
    font-size: 1.667vw;
    line-height: 2.083vw;
  }
}

@media screen and (max-width: 835px) {
  .recruit-list > div {
    width: 89.744vw;
    padding: 20.513vw 0 25.641vw;
    row-gap: 12.821vw;
  }

  .recruit-list-wrapper {
    width: 100%;
    row-gap: 12.821vw;
  }

  .recruit-list-wrapper > ul {
    flex-direction: column;
    width: 100%;
    row-gap: 7.692vw;
  }

  .recruit-list-wrapper_item {
    width: 100%;
    height: 30.769vw;
    border-radius: 1.538vw;
  }

  .recruit-list-wrapper_item .thumb-img-wrapper {
    width: 30.769vw;
    height: 100%;
    flex-shrink: 0;
  }

  .recruit-list-wrapper_item .thumb-text-wrapper {
    padding: 5.128vw 3.846vw;
  }

  .recruit-list-wrapper_item .thumb-text-wrapper > p {
    font-size: 3.59vw;
    line-height: 4.546vw;
    margin: 0;
  }

  .recruit-list-wrapper .pagination {
    column-gap: 5.128vw;
  }

  .recruit-list-wrapper .pagination > span {
    width: 6.41vw;
    height: 6.41vw;
    border-radius: 0.769vw;
  }

  .recruit-list-wrapper .pagination * {
    font-size: 5.128vw;
    line-height: 6.41vw;
  }
}
