/* 募集 */
.recruit-wrap {
  padding: 60px 0;
  background-color: #7c7c9d;
  position: relative;
  top: -1px;
  overflow: auto;
  text-align: center;
}

.recruit-wrap ul {
  width: 1101px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
	justify-content: center;
  gap: 15px;

}

.recruit-wrap li {
  width: 184px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 0 10px;
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .recruit-wrap li {
    margin: 0 7.5px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.recruit-wrap li {
  margin: 0 7.5px;
}

.recruit-wrap p {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #21215a;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.12px;
  font-family: "Sawarabi Mincho";
}

.recruit-wrap h2 {
  font-weight: bold;
  color: #000;
  letter-spacing: 1.6px;
  font-family: "Sawarabi Mincho";
}
.recruit-wrap span {
  font-size: 12px;
  letter-spacing: 0;
}
.recruit-wrap h4 {
  width: 100%;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 14px;
  color: #21215a;
  letter-spacing: 1.12px;
  font-family: "Sawarabi Mincho";
}

.recruit-font1 {
  font-size: 20px;
}

.recruit-font2 {
  font-size: 18px;
}

.recruit-font3 {
  font-size: 16px;
}

.recruit-br {
  display: none;
}

@media screen and (min-width: 1366px) {
  .recruit-wrap {
    position: relative;
    top: -2px;
  }
}

@media screen and (max-width: 1365px) {
  .recruit-wrap {
    position: relative;
    top: -1px;
  }
}

@media screen and (max-width: 768px) {
  .slider4 {
    width: 100%;
    text-align: center;
    padding-top: 45.0666%;
    background-color: #7c7c9d;
    position: relative;
    top: -1px;
    overflow: auto;
  }

  .slider4 div.swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .slider4 div.swiper-slide {
    height: 55%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .slider4 div.swiper-slide a {
    display: flex;
    align-items: center;
    padding: 0 8%;
    flex-wrap: wrap;
  }

  .recruit-wrap h4 {
    width: 80%;
  }

  .slider4 p {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #21215a;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.12px;
    font-family: "Sawarabi Mincho";
  }

  .slider4 h2 {
    font-weight: bold;
    color: #000;
    letter-spacing: 1.6px;
    font-family: "Sawarabi Mincho";
  }

  .slider4 span {
    font-size: 12px;
  }

  .slider4 h4 {
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 14px;
    color: #21215a;
    letter-spacing: 1.12px;
    font-family: "Sawarabi Mincho";
  }
}

@media screen and (max-width: 520px) {
  .recruit-font1 {
    font-size: 18px;
  }

  .recruit-font2 {
    font-size: 16px;
  }
  
  .recruit-font3 {
    font-size: 14px;
  }

  .slider4 div.swiper-slide {
    height: 65%;
  }
}

@media screen and (max-width: 450px) {
  .recruit-font1 {
    font-size: 16px;
  }

  .recruit-font2 {
    font-size: 14px;
  }

  .recruit-font3 {
    font-size: 14px;
  }

  .slider4 h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 414px) {
  .slider4 {
    padding-top: 50.0666%;
  }

  .slider4 div.swiper-wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .slider4 {
    padding-top: 65.0666%;
  }

  .slider4 div.swiper-slide a {
    padding: 0 0;
  }

  .recruit-font1 {
    font-size: 14px;
  }

  .slider4 p {
    font-size: 12px;
  }
}
