.home .recruitment,
.archive.post-type-archive
.post-template-default.single {
  display: block !important;
}

.recruitment {
  padding-bottom: 87px;
  background: linear-gradient(to bottom, transparent 30%, #f1f3f6 39%);
}
.recruitment .mx-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .recruitment {
    padding-left: 4.4444444444vw;
    padding-right: 4.4444444444vw;
  }
}
.recruitment .recruitment-flex {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .recruitment .recruitment-flex {
    gap: 2.2222222222vw;
  }
}
@media (max-width: 768px) {
  .recruitment .recruitment-flex {
    flex-direction: column;
  }
}
.recruitment .box-item {
  max-width: 44.4444vw;
  height: 280px;
  width: 100%;
  border-radius: 16px;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .recruitment .box-item {
    max-width: 640px;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .recruitment .box-item {
    max-width: 100%;
    border-radius: 0;
    border-bottom-right-radius: 16px;
  }
}
.recruitment .box-item1 {
  background: linear-gradient(90deg, #9d7ced 0%, #2ba7de 100%);
}
.recruitment .box-item2 {
  background: linear-gradient(90deg, #b24592 0%, #f15f79 100%);
}
.recruitment .box-item2 .title-main {
  background: linear-gradient(to bottom, transparent 66%, #e083e5 30%);
}
.recruitment .box-item__title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 769px) and (max-width: 992px) {
  .recruitment .box-item__title {
    padding-bottom: 39px;
  }
}
.recruitment .box-item__title .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .recruitment .box-item__title .title {
    font-size: 16px;
  }
}
.recruitment .box-item__title .title-main {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, transparent 66%, #977eec 30%);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .recruitment .box-item__title .title-main {
    font-size: 32px;
  }
}
.recruitment .recruitment-triangle {
  width: 120px;
  height: 120px;
  background: #9b7ded;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 16px;
  z-index: 1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (min-width: 769px) and (max-width: 1439px) {
  .recruitment .recruitment-triangle {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.recruitment .recruitment-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 176px;
  height: 42px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  border-radius: 24px;
  z-index: 2;
}
.recruitment .image1 {
  position: absolute;
  bottom: -3px;
  left: 0;
  max-width: 198px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .recruitment .image1 {
    max-width: 13.75vw;
  }
}
@media (max-width: 768px) {
  .recruitment .image1 {
    max-width: 158px;
  }
}
.recruitment .image1 img {
  border-radius: 16px;
}
.recruitment .image2 {
  position: absolute;
  bottom: -3px;
  left: 0;
  max-width: 242px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .recruitment .image2 {
    max-width: 16.8055555556vw;
  }
}
@media (max-width: 768px) {
  .recruitment .image2 {
    max-width: 164px;
  }
}
.recruitment .image2 img {
  border-radius: 16px;
}
