@charset "UTF-8";

.catchcopy {
  text-align: center;
  position: relative;
  z-index: 2;
  top: 330px;
  line-height: 54px;
  font-weight: normal;
}

.image-box {
  display: flex;
  justify-content: space-between;

}

.image-box img {
  width: 420px;
  opacity: 0.7;
}

.image-1 {
  position: relative;
  bottom: 74px;
}

.image-3 {
  position: relative;
  bottom: 40px;
}

/* .recruit-title {
  margin: 40px;
} */

.recruitment-wrap {
  margin: 232px 0;
}

.recruit-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 180px 0;
}

.recruit-content h3 {
  text-align: center;
  padding-left: 40px;
  line-height: 40px;
}

.trapezoid-wrapper {
  position: relative;
  width: 53%;
  height: 400px;
  overflow: hidden;
  clip-path: polygon(20% 30%, 100% 0%, 100% 100%, 0% 100%);
}

.trapezoid-wrapper__second {
  position: relative;
  width: 53%;
  height: 400px;
  overflow: hidden;
  clip-path: polygon(80% 30%, 0% 0%, 0% 100%, 100% 100%);

}

.content-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.incentive h3 {
  padding-right: 178px;
  padding-left: 0;
}

.matters h3 {
  text-align: center;
  margin: 20px 0;
}

.matters-list {
  display: flex;
  justify-content: center;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  width: 500px;
  margin: 90px auto;
}

.matters-content {
  font-size: 20px;
  margin: 20px 0;
}

.matters-content span {
  font-size: 16px;
}

.postscript {
  text-align: center;
}

.recruit-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width:375px) and (max-width:430px) {
  .image-box img {
    width: 33%;
  }

  .catchcopy {
    top: 123px;
  }

  .trapezoid-wrapper {
    width: 100%;
    height: 100%;
  }

  .recruit-content {
    display: block;
  }

  .incentive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .incentive h3 {
    padding-left: 117px;
    padding-right: 0;
  }

  .incentive img {
    order: 2;
  }

  .trapezoid-wrapper__second {
    width: 100%;
    height: 100%;
    order: 1;
  }

  .matters h3 {
    line-height: 30px;
  }

  .matters-list {
    width: 313px;
  }

  .postscript {
    font-size: 12px;
  }

  .title {
    line-height: 30px;
  }

  .recruit-contact a img {
    width: 60px;
  }

}

@media screen and (min-width:768px) and (max-width:960px) {
  .image-box img {
    width: 33%;
  }

  .catchcopy {
    top: 217px;
  }

  .incentive h3 {
    padding-right: 76px;
    padding-left: 78px;
  }

  .matters h3 {
    line-height: 34px;
  }
}