.inner {
  width: min(100%, 926px);
  margin-inline: auto;

  @media screen and (max-width: 1024px) {
    max-width: 926px;
    width: fit-content;
  }
}

.recruit__fv {
  position: relative;
  overflow-x: clip;
}

.recruit__fv:before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 1020 / 232;
  width: min(90%, clamp(800px, calc((1020/1440)*100vw), 1020px));
  background: #fff;
  clip-path: ellipse(50% 100% at 50% 100%);

  @media screen and (max-width: 768px) {
    bottom: -40px;
    aspect-ratio: 432 / 152;
    min-width: 432px;

  }


}

.recruit__cta-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;

  @media screen and (max-width: 768px) {
    bottom: 25px;
  }

}

.c-button-rectuit {
  width: min(100%, clamp(316px, calc((534/1440)*100vw), 534px));
  margin-inline: auto;
  transition: scale 0.3s;

  @media screen and (max-width: 768px) {
    min-width: 328px;
  }


  @media (any-hover:hover) {
    &:hover {
      scale: 1.06;
      transition: scale 0.3s;
    }
  }
}

.recruit__sp-cta {
  display: none;
}

@media screen and (max-width: 768px) {

  .recruit__sp-cta {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 1000;
  }

  .recruit__sp-cta.is-visible {
    opacity: 1;
    visibility: visible;
  }

}

@media screen and (max-width: 768px) {

  .recruit__sp-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    translate: -50% 0;
  }

  .recruit__sp-cta a {
    position: relative;
  }

  .recruit__sp-cta a:before {
    content: '';
    clip-path: ellipse(50% 100% at 50% 100%);
    bottom: -70px;
    aspect-ratio: 432 / 152;
    min-width: 432px;
    background: #fff;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
  }

}

.recruit__inner {
  width: min(90%, 820px);
  margin-inline: auto;

  @media (768px <=width <=1024px) {
    width: min(90%, 500px);
  }
}

.recruit-feature {
  position: relative;
  background: linear-gradient(243deg, #BD0606 0%, #8F0000 100.24%);
  padding-block: 100px;
  z-index: 2;
  color: #fff;
  overflow-x: clip;

  @media screen and (max-width: 768px) {
    padding-block: 48px 40px;
    background: linear-gradient(270deg, #BD0606 0%, #8F0000 100.24%);
  }

}

.recruit-feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  background: url("../images/recruit_feature_bg.png") no-repeat;
  background-size: cover;
  width: min(100%, calc(1207/1440*100vw));
  height: 100%;
  z-index: -1;

  @media (768px <=width <=1024px) {
    right: 0;
  }

  @media screen and (max-width: 768px) {
    display: none;
  }


}

.recruit-feature__image {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: block;
}

.recruit-feature__title {
  font-size: 64px;
  font-weight: 900;
  transform: skewX(-5deg);
  line-height: 34.167px;
  font-style: italic;

  @media screen and (max-width: 768px) {
    font-size: 46px;
  }


}

.recruit-feature__text {
  font-weight: bold;
  transform: skewX(-10deg);
  font-size: 14px;
  line-height: 1.8;

  &.--lg {
    font-size: 30px;
    line-height: 1.38;
  }

  &.--lg span {
    font-size: 16px;

  }
}

.recruit-feature__text:first-of-type {
  margin-top: 41px;

  @media screen and (max-width: 768px) {
    max-width: 331px;
    margin-inline: auto;
  }


}

.recruit-feature__text:nth-of-type(2) {
  margin-top: 20px;
  margin-left: -20px;

  @media screen and (max-width: 768px) {
    margin-left: auto;
    max-width: 273px;
  }

}

.recruit-feature__text:nth-of-type(3) {
  margin-top: 20px;
  margin-left: -40px;

  @media screen and (max-width: 768px) {
    margin-left: auto;
    max-width: 273px;
  }

}

.recruit-feature__text:nth-of-type(4) {
  margin-top: 7px;
  margin-left: -56px;

  @media screen and (max-width: 768px) {
    font-size: 20px;
    max-width: 278px;
    margin-inline: auto;
    white-space: nowrap;
  }

}

.recruit-feature__text:nth-of-type(5) {
  margin-top: 10px;
  margin-left: -60px;
  font-size: 20px;

  @media screen and (max-width: 768px) {
    text-align: center;
    margin-inline: auto;
    width: fit-content;
    font-size: 22px;
  }
}

.recruit-feature__text:nth-of-type(6) {
  margin-left: -70px;
  margin-top: 20px;

  @media screen and (max-width: 768px) {
    font-size: 22px;
    margin-left: auto;
    max-width: 335px;
  }


}

.recruit-feature__text:nth-of-type(7) {
  margin-left: -80px;
  margin-top: 20px;

  @media screen and (max-width: 768px) {
    margin-inline: auto;
    max-width: 330px;
  }

}

.recruit-feature__text:nth-of-type(8) {
  margin-left: -96px;
  margin-top: 10px;

  @media screen and (max-width: 768px) {
    max-width: 335px;
    margin-inline: auto;
  }


}

.recruit-feature__text:nth-of-type(9) {
  margin-left: -100px;
  margin-top: 10px;
  max-width: 331px;

  @media screen and (max-width: 768px) {

    margin-inline: auto;

    span {
      font-size: 18px;
      margin-left: 10px;
    }
  }


}

.recruit-feature__text:nth-of-type(10) {
  margin-left: -112px;
  margin-top: 20px;

  @media screen and (max-width: 768px) {
    margin-left: auto;
    max-width: 239px;
  }

}


.recruit-details {
  background: #F5F5F5;
  padding-block: 80px;

  @media screen and (max-width: 768px) {
    padding-block: 40px;
  }

}

.recruit-details__inner {
  width: min(90%, 1140px);
  margin-inline: auto;
  padding: 80px;
  border-radius: 32px;
  background: #fff;

  @media screen and (max-width: 768px) {
    padding: 40px 16px;
    width: calc(100% - 40px);
  }

  @media screen and (max-width: 400px) {
    letter-spacing: -0.4px;
    width: calc(100% - 20px);
  }


}

.recruit-details__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: .5px solid #AAA;
  padding-bottom: 48px;

  @media screen and (max-width: 768px) {
    font-size: 24px;
    padding-bottom: 32px;
  }

}

.recruit-details__item {
  padding-block: 32px 40px;
  padding-right: 40px;
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 24px 64px;
  border-bottom: 1px solid #AAA;
  position: relative;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 24px 32px;
    padding-right: 0;
  }

}

.recruit-details__item:before {
  content: '';
  background: #D7000D;
  position: absolute;
  width: 160px;
  bottom: -1px;
  height: 1px;

  @media screen and (max-width: 768px) {
    width: 50%;
  }

}

.recruit-details__item dt {
  font-size: 22px;
  font-weight: 800;
  white-space: nowrap;

  @media screen and (max-width: 768px) {
    font-size: 18px;
  }


}

.recruit-details__item dd {
  font-weight: 500;
  line-height: 1.5;
  font-size: 22px;
  text-box-trim: trim-both;
  width: fit-content;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }

}

.recruit-details__item-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
}

.recruit-details__item-list-item+* {
  margin-top: 8px;
}

.recruit-details__item-list-item:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #D7000D;
  border-radius: calc(infinity*1px);
  margin-block: calc((1lh - 8px)/2);
  position: relative;
  top: 1px;
}

.recruit-details__item-note {
  font-size: 18px;
  font-weight: 300;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }

}

.recruit-details__item-list-item dt {
  font-weight: 500;
}

.recruit-details__item-list-item dd {
  font-weight: 300;

  @media screen and (max-width: 768px) {
    margin-top: 4px;
  }

}

.recruit-details__item dd span {
  font-size: 18px;
  font-weight: 300;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }

}

.recruit-details__item dd a {
  margin-left: auto;
  display: block;
  text-align: right;
  text-decoration: underline;

  @media (any-hover:hover) {
    &:hover {
      text-decoration: none;
    }
  }
}

.recruit-details__item .fz-bold {
  font-weight: 700;
  font-size: 22px;

  @media screen and (max-width: 768px) {
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
  }

}

.recruit-cta {
  background: #fff;
  padding-block: 64px;

  @media screen and (max-width: 768px) {
    padding-block: 32px;
  }

}

.recruit-cta__title {
  width: fit-content;
  margin-inline: auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;

  @media screen and (max-width: 768px) {
    font-size: 22px;
  }


}

.recruit-cta__arrow {
  width: 80px;
  margin-inline: auto;
  margin-top: 16px;

  @media screen and (max-width: 768px) {
    width: 47px;
    margin-top: 8px;
  }


}

.recruit-cta__button {
  margin-top: -32px;

  @media screen and (max-width: 768px) {
    margin-top: -16px;
  }

}

.recruit-cta__bottomtext {
  width: fit-content;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }


}


































.footer-recuit__inner {
  background: #fff;
  width: min(100%, 1140px);
  margin-inline: auto;
  border-radius: 16px;
  padding-block: 40px;
}

.footer-recruit {
  background: var(--accent-color);
}

.footer__logo {
  width: 100%;
  max-width: 200px;

  @media (768px <=width < 1024px) {
    zoom: .8;
  }

  @media screen and (max-width: 768px) {
    margin-inline: auto;
  }

}

.footer__container__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(52px, calc((104/1440)*100vw), 104px);

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

}

.footer__menu {
  width: 100%;
  justify-content: unset;
  gap: 1em;

  @media (768px <=width < 1024px) {
    zoom: .8;
  }
}

.footer__btn-box {
  display: block;
}

.footer__container__bottom {
  grid-template-columns: auto 1fr;
  margin-top: 20px;
  align-items: center;
  gap: clamp(52px, calc((104/1440)*100vw), 104px);

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 40px;
  }

}

.footer__contents__sns {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  max-width: 100%;
  width: 100%;

  @media (768px <=width < 1024px) {
    zoom: .8;
  }

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 1rem;
  }

}


.footer__sns-wrapper {
  max-width: 115px;
  margin-left: auto;

  @media screen and (max-width: 768px) {
    margin-inline: auto;
  }


}

.footer__contents__sns__menu {
  max-width: 100%;

}

.footer__btn-box .group__banner {
  max-width: 200px;

  @media (768px <=width < 1024px) {
    zoom: .8;
  }
}

.footer__btn {
  max-width: 200px;
}

.footer__copyright {
  padding-block: 24px;

  @media screen and (max-width: 768px) {
    margin-bottom: 0;
    padding-bottom: 130px;
  }

}

.footer {
  padding-bottom: 0;
}

.u-mt-access {
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }

}