.recruit-fv--support {
  background-image: url(../img/support/support-fv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-height: clamp(360px, 60vh, 620px);
  position: relative;
  margin: 0 0 6rem
}

.recruit-fv--support::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .22);
  pointer-events: none;
  z-index: 0
}

.support-fv__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(140px, 30vh, 220px) 20px 80px;
  color: #fff
}

.support-fv__eyebrow {
  margin: 0 0 .6rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: .08em
}

.support-fv__title {
  margin: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  line-height: 1.3
}

.support-fv__lead {
  margin: 1.6rem 0 0;
  max-width: 32em;
  font-size: 1.5rem;
  line-height: 1.9
}

@media (max-width:640px) {
  .recruit-fv--support {
    background-image: url(../img/support/support-fv-sp.webp);
  }

  .support-fv__content {
    padding-top: 140px;
    padding-bottom: 56px
  }

  .support-fv__title {
    font-size: 2.6rem
  }
}

/* アンカーナビ */
.support-nav {
  margin: 0 0 112px;
  background: #fff
}

.support-nav__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px
}

.support-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px
}

.support-nav__item {
  flex: 0 0 auto
}

.support-nav__link {
  position: relative;
  display: block;
  width: 240px;
  height: 112px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.support-nav__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.support-nav__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .28)
}

.support-nav__label {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  white-space: nowrap
}

.support-nav__icon {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  display: grid;
  place-items: center
}

.support-nav__icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-1px)
}

.support-nav__link:hover .support-nav__icon {
  transform: translateX(-50%) translateY(1px)
}

.support-nav__link:hover::before {
  background: rgba(0, 0, 0, .35)
}

@media (max-width:768px) {
  .support-nav__list {
    gap: 10px;
  }

  .support-nav__link {
    width: calc(50vw - 40px);
    max-width: 260px
  }
}

@media (max-width:560px) {
  .support-nav {
    margin: 0 0 60px;
  }

  .support-nav__label {
    top: 24px;
    line-height: 1.25;
    font-size: 1.4rem;
  }

  .support-nav__icon {
    width: 24px;
    height: 24px;
    bottom: 14px;
  }
}

/* 人材育成制度 */
.support-hrd {
  padding: 0 0 80px;
}

.support-hrd__inner {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.support-hrd__inner:nth-of-type(n+2) {
  margin-top: 60px;
}

.support-hrd__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px
}

.support-hrd__sub {
  color: #ff4b00;
  font-size: 14px;
  margin-bottom: 32px
}

.support-hrd__lead h3 {
  font-size: 2.4rem;
  margin-bottom: 16px
}

.support-hrd__lead h4 {
  font-size: 2rem;
  margin-bottom: 16px
}

.support-hrd__lead p {
  line-height: 1.8;
  margin-bottom: 60px
}

.support-hrd__flex {
  display: flex;
  gap: 40px;
}

.support-hrd__flex h3 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.support-hrd__flex .-left,
.support-hrd__flex .-right {
  width: 48%;
}

.support-hrd__grid {}

.support-hrd__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.support-hrd__item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background-color: #FCF7F7;
  border-radius: 10px;
  padding: 1.4rem;
}

.support-hrd__col.-left {
  width: 64px;
  height: auto;
  padding: 12px;
}

.support-hrd__icon {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.support-hrd__system {
  font-size: 1.6rem;
  color: #FF5800;
}

@media (max-width:1024px) {
  .support-hrd__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:640px) {
  .support-hrd {
    padding: 0 0 60px;
  }

  .support-hrd__inner:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .support-hrd__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .support-hrd__item {
    padding: 0.5rem 1.4rem;
  }

  .support-hrd__title {
    font-size: 2.4rem;
  }

  .support-hrd__flex {
    flex-direction: column;
  }

  .support-hrd__flex .-left,
  .support-hrd__flex .-right {
    width: 100%;
  }
}

/* 充実した福利厚生 */
.support-benefits {
  padding: 80px 0 0;
}

.support-benefits__inner {
  width: min(1120px, 92%);
  margin: 0 auto
}

.support-benefits__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4px
}

.support-benefits__sub {
  color: #ff4b00;
  font-size: 1.4rem;
  margin-bottom: 32px
}

.support-benefits__lead h3 {
  font-size: 2.4rem;
  margin-bottom: 16px
}

.support-benefits__lead p {
  line-height: 1.8;
  margin-bottom: 60px
}

.support-benefits__img {
  margin-top: 6rem;
}

/* アイコンのタイル */
.support-benefits__icons {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.support-benefits__icon {
  background: #FCF7F7;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 132px;
  padding: 2.4rem;
  box-shadow: none
}

.support-benefits__icon img {
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 0 34px;
}

.support-benefits__icon p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.25;
  color: #FF5800
}

.support-benefits__icon p span {
  display: block;
  width: 100%;
  font-size: 1rem;
}

@media (max-width:980px) {
  .support-benefits__icons {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:640px) {
  .support-benefits {
    padding: 60px 0 0;
  }

  .support-benefits__icons {
    margin: 4rem 0 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .support-benefits__icon {
    padding: 1.2rem;
    min-height: 114px;
  }

  .support-benefits__icon img {
    width: 40px;
    height: 40px;
    margin: 0 0 1.2rem;
  }

  .support-benefits__icon p {
    font-size: 1.4rem;
  }
}

@media (max-width:560px) {
  .support-benefits__lead h3 {
    font-size: 2rem;
  }
}

@media (max-width:320px) {
  .support-benefits__icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-benefits__icon {
    min-height: 114px;
  }
}

/* ダークモード対応 */
@media (prefers-color-scheme: dark) {
  .support-nav {
    background-color: #111;
  }
}