.rf-recruit-slider {
  padding: 30px 0 90px;
  position: relative;
}
@media (max-width: 768px) {
  .rf-recruit-slider {
    padding: 0 0 10px;
  }
}
.rf-recruit-slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 274px;
  background: url(../../../../../assets/images/noise_a.png), linear-gradient(150deg, #4490bc 0%, #124084 100%);
  position: absolute;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.rf-recruit-slider .swiper-wrapper {
  align-items: center;
}
@media (max-width: 768px) {
  .rf-recruit-slider .swiper-wrapper {
    align-items: flex-start;
  }
}
.rf-recruit-slider .swiper-slide {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: grab;
}
@media (max-width: 768px) {
  .rf-recruit-slider .swiper-slide {
    max-width: 284px;
  }
}

.rec-slide {
  margin: 0;
}
.rec-slide__caption {
  max-width: 370px;
  margin: 0 auto 25px;
  padding: 2em 1.5em;
  border-radius: 30px;
  background-color: #E9F5F7;
  position: relative;
}
.rec-slide__caption::after {
  content: "";
  display: block;
  border-top: 17px solid #E9F5F7;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .rec-slide__caption {
    padding: 1.5em 1em;
  }
}
.rec-slide__title {
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .rec-slide__title {
    font-size: 18px;
  }
}
.rec-slide__note {
  margin: 1em 0 0 0;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  .rec-slide__note {
    font-size: 12px;
  }
}
.rec-slide__image {
  max-width: 580px;
  max-height: 410px;
  border-radius: 30px;
  overflow: hidden;
}
.rec-slide__image--small {
  max-height: 280px;
}
.rec-slide__image--large {
  max-height: 410px;
}
.rec-slide__image--s43 {
  aspect-ratio: 4/3;
}
.rec-slide__image--s34 {
  aspect-ratio: 3/4;
}
.rec-slide__image--s11 {
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .rec-slide__image {
    max-width: 95%;
    max-height: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
.rec-slide__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}