@charset "utf-8";

.page__recruitment {
  overflow-x: hidden;
  padding-block: 113px 150px;
}

@media screen and (min-width: 768px) {
  .page__recruitment-inner.l-inner {
    max-width: calc(1109px + 40px * 2);
  }
}

.page__recruitment-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-inline: auto;
  padding-block: 0px 100px;
  padding-inline: 9.37% 10%;
  border-bottom: 1px solid #b7d4d6;
}

@media screen and (min-width: 768px) {
  .page__recruitment-head {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    padding-block: 89px 183px;
  }
}

.page__recruitment-head-bg {
  position: absolute;
  aspect-ratio: 848 / 701;
  width: 77%;
  height: auto;
  top: -37px;
  left: -26px;
}

@media screen and (min-width: 600px) {
  .page__recruitment-head-bg {
    top: -74px;
    left: -26px;
  }
}

@media screen and (min-width: 768px) {
  .page__recruitment-head-bg {
    top: -92px;
    left: -48px;
  }
}

.page__recruitment-head-bg img {
  aspect-ratio: 848/701;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page__recruitment-head-title {
  white-space: nowrap;
  font-size: clamp(20px, 2.05vw, 28px);
  font-weight: 700;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: calc(48 / 28);
  position: relative;
  z-index: 1;
}

.page__recruitment-head-text-box {
  max-width: 476px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .page__recruitment-head-text-box {
    margin-top: 67px;
  }
}

.page__recruitment-head-text {
  font-size: clamp(12px, 1.03vw, 14px);
  font-weight: 400;
  line-height: calc(30 / 14);
}

/* =================
求めている人物像
==================== */
.page__recruitment-profile {
  padding-block: 87px 107px;
  border-bottom: 1px solid #b7d4d6;
}

.page__recruitment-profile-body {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

@media screen and (min-width: 1050px) {
  .page__recruitment-profile-body {
    flex-direction: row;
    justify-content: space-between;
  }
}

.page__recruitment-profile-slide {
  width: 100%;
  border-radius: 5px 0 0 5px;
}

@media screen and (min-width: 1050px) {
  .page__recruitment-profile-slide {
    max-width: 497px;
  }
}

.page__recruitment-profile-swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}

.page__recruitment-profile-swiper-slide {
  aspect-ratio: 330/460;
  width: auto;
  height: 460px;
}

.page__recruitment-profile-swiper-slide img {
  width: auto;
  height: 100%;
  aspect-ratio: 330/460;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.page__recruitment-profile-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.page__recruitment-profile-item {
  padding: 20px 20px 20px;
  border-radius: 5px;
  background: var(--color-white);
}

.page__recruitment-profile-item-text {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: calc(80 / 1000 * 1em);
}

@media screen and (min-width: 600px) {
  .page__recruitment-profile-item-text {
    font-size: 16px;
  }
}

.page__recruitment-profile-item-text::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* 奇数 */
.page__recruitment-profile-item:nth-child(odd)
  .page__recruitment-profile-item-text::before {
  background: #007989;
}

/* 偶数 */
.page__recruitment-profile-item:nth-child(even)
  .page__recruitment-profile-item-text::before {
  background: #375daf;
}

/* ==================
求人要項
===================== */
.page__recruitment-requirements {
  padding-top: 85px;
}

