:root {
  --color-jet: #000000;
  --color-white: #ffffff;
  --color-black: #262626;
  --color-gray: #404040;
  --color-light-gray: #dedede;
  --color-light-blue: #6ec7da;
  --font-en: bebas-neue-pro, sans-serif;
  --font-jp: "A-OTF Gothic MB101 Pr5", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.4;
  cursor: auto;
  font-family: var(--font-jp);
}

body.is-fixed {
  overflow: hidden;
}

main {
  flex: 1;
}

main.recruit {
  position: relative;
}

main.recruit::before {
  content: "";
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url("../img/recruit/recruit-bg-sp.png");
}

.nav {
  margin-top: 25.641025641vw;
}

.nav .nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5641025641vw;
}

.nav .nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 4.1025641026vw rgba(0, 0, 0, 0.06);
  padding-block: 5.1282051282vw;
  gap: 2.0512820513vw;
  transition: background 0.3s, color 0.3s;
}

.nav .nav__item a::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 2.5641025641vw;
}

.nav .nav__item a .text {
  font-weight: 600;
  font-size: 3.5897435897vw;
}

.nav .nav__item a .arrow {
  display: flex;
  align-items: center;
  width: 2.5641025641vw;
  position: relative;
}

.nav .nav__item a .arrow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}

.nav .nav__item a .arrow img:first-child {
  opacity: 1;
}

.nav .nav__item a .arrow img:last-child {
  opacity: 0;
}

.sec {
  overflow: hidden;
  margin-top: 25.641025641vw;
  margin-bottom: 25.641025641vw;
}

.sec .sec__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sec .sec__lead {
  line-height: 1.8;
  font-size: 4.1025641026vw;
  margin-top: 5.1282051282vw;
}

.sec .sec__num {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 10.2564102564vw;
}

.sec .sec__title {
  font-weight: 600;
  font-size: 6.1538461538vw;
  margin-left: 2.5641025641vw;
}

.sec .sec__label {
  font-weight: 600;
  font-size: 3.8461538462vw;
  padding: 0.7692307692vw 2.5641025641vw;
  margin-left: 2.5641025641vw;
  border: 0.2564102564vw solid var(--color-light-gray);
}

.sec .sec__mv {
  margin-top: 5.1282051282vw;
  margin-inline: calc(50% - 50vw);
}

.sec .sec__mv img {
  width: 100%;
  height: auto;
}

.sec .sec__flex {
  display: flex;
  flex-direction: column;
  margin-top: 10.2564102564vw;
  gap: 5.1282051282vw;
}

.sec .sec__subtitle {
  font-weight: 600;
  flex-shrink: 0;
  font-size: 5.1282051282vw;
}

.sec .sec__block:not(:first-child) {
  margin-top: 7.6923076923vw;
}

.sec .sec__text {
  font-weight: 500;
  font-size: 4.1025641026vw;
}

.sec .sec__carousel {
  margin-top: 5.1282051282vw;
}

.sec .sec__carousel .slick-list .slick-track {
  display: flex;
}

.sec .sec__carousel .slick-list .slick-track .slick-slide {
  width: 90.5128205128vw !important;
  aspect-ratio: 643/438;
}

.sec .sec__carousel .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 643/438;
}

.sec .sec__carousel .slick-arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background-color: var(--color-black);
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 0;
  width: 10.2564102564vw;
  top: 50%;
  transform: translateY(-50%);
}

.sec .sec__carousel .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.5641025641vw;
  height: 2.8205128205vw;
}

.sec .sec__carousel .slick-arrow.slick-prev {
  left: -2.5641025641vw;
}

.sec .sec__carousel .slick-arrow.slick-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.sec .sec__carousel .slick-arrow.slick-next {
  right: -2.5641025641vw;
}

.sec .sec__carousel .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.7;
}

.sec .sec__carousel .slick-dots {
  display: flex;
  gap: 2.5641025641vw;
}

.sec .sec__carousel .slick-dots li {
  display: flex;
  align-items: center;
  margin-top: 5.1282051282vw;
}

.sec .sec__carousel .slick-dots li:only-child {
  display: none;
}

.sec .sec__carousel .slick-dots li button {
  font-size: 0;
  background-color: var(--color-light-gray);
  width: 100%;
  height: 0.5128205128vw;
  width: 5.641025641vw;
}

.sec .sec__carousel .slick-dots .slick-active button {
  background-color: var(--color-black);
}

.sec .sec__table {
  margin-top: 10vw;
}

.sec .sec__table table {
  width: 100%;
  border-top: 0.2564102564vw solid var(--color-light-gray);
}

.sec .sec__table table tr {
  display: flex;
  border-bottom: 0.2564102564vw solid var(--color-light-gray);
}

.sec .sec__table table tr th {
  background-color: rgba(222, 222, 222, 0.24);
  font-weight: 500;
  text-align: center;
  padding: 4.1025641026vw;
  font-size: 3.8461538462vw;
  min-width: 25.641025641vw;
}

.sec .sec__table table tr td {
  display: flex;
  align-items: center;
  font-size: 3.5897435897vw;
  padding: 4.1025641026vw;
}

@media (min-width: 48.0625em) {
  main.recruit::before {
    background-image: url("../img/recruit/recruit-bg.png");
  }

  .nav {
    margin-top: 9.375vw;
  }

  .nav .nav__inner {
    max-width: 88.8888888889vw;
  }

  .nav .nav__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.0416666667vw;
  }

  .nav .nav__item a {
    box-shadow: 0 0 1.1111111111vw rgba(0, 0, 0, 0.06);
    padding-block: 1.7361111111vw;
    gap: 0.5555555556vw;
  }

  .nav .nav__item a::after {
    width: 1.1805555556vw;
  }

  .nav .nav__item a .text {
    font-size: 1.3194444444vw;
  }

  .nav .nav__item a .arrow {
    width: 0.8333333333vw;
  }

  .sec {
    margin-top: 13.75vw;
    margin-bottom: 15.4861111111vw;
  }

  .sec .sec__inner {
    max-width: 88.8888888889vw;
  }

  .sec .sec__lead {
    margin-top: 2.0833333333vw;
    font-size: 1.1805555556vw;
  }

  .sec .sec__num {
    font-size: 5vw;
  }

  .sec .sec__title {
    font-size: 3.8194444444vw;
    margin-left: 1.875vw;
  }

  .sec .sec__label {
    margin-left: 1.875vw;
    font-size: 1.7361111111vw;
    padding: 0.625vw 1.5972222222vw;
    border: 0.0694444444vw solid var(--color-light-gray);
  }

  .sec .sec__mv {
    margin-top: 3.4722222222vw;
    margin-inline: 0;
  }

  .sec .sec__flex {
    gap: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 7.0138888889vw;
  }

  .sec .sec__subtitle {
    font-size: 2.6388888889vw;
  }

  .sec .sec__cont {
    width: 55.5555555556vw;
  }

  .sec .sec__block:not(:first-child) {
    margin-top: 4.8611111111vw;
  }

  .sec .sec__text {
    font-size: 1.5972222222vw;
  }

  .sec .sec__carousel {
    margin-top: 2.0833333333vw;
  }

  .sec .sec__carousel .slick-list .slick-track .slick-slide {
    width: 55.5555555556vw !important;
  }

  .sec .sec__carousel .slick-arrow {
    width: 3.0555555556vw;
  }

  .sec .sec__carousel .slick-arrow::after {
    width: 0.8333333333vw;
    height: 0.9027777778vw;
  }

  .sec .sec__carousel .slick-arrow.slick-prev {
    left: -4.1666666667vw;
  }

  .sec .sec__carousel .slick-arrow.slick-next {
    right: -4.1666666667vw;
  }

  .sec .sec__carousel .slick-dots {
    gap: 0.5555555556vw;
  }

  .sec .sec__carousel .slick-dots li {
    margin-top: 1.5277777778vw;
  }

  .sec .sec__carousel .slick-dots li button {
    width: 1.5277777778vw;
    height: 0.1388888889vw;
  }

  .sec .sec__table {
    margin-top: 2.7083333333vw;
  }

  .sec .sec__table table {
    border-top: 0.0694444444vw solid var(--color-light-gray);
  }

  .sec .sec__table table tr {
    border-bottom: 0.0694444444vw solid var(--color-light-gray);
  }

  .sec .sec__table table tr th {
    min-width: 9.375vw;
    font-size: 1.1111111111vw;
    padding: 1.7361111111vw;
  }

  .sec .sec__table table tr td {
    font-size: 0.9722222222vw;
    padding: 1.4583333333vw;
  }
}

@media (min-width: 90em) {
  .nav {
    margin-top: 135px;
  }

  .nav .nav__inner {
    max-width: 1280px;
  }

  .nav .nav__list {
    gap: 15px;
  }

  .nav .nav__item a {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
    padding-block: 25px;
    gap: 8px;
  }

  .nav .nav__item a::after {
    width: 17px;
  }

  .nav .nav__item a .text {
    font-size: 19px;
  }

  .nav .nav__item a .arrow {
    width: 12px;
  }

  .sec {
    margin-top: 198px;
    margin-bottom: 223px;
  }

  .sec .sec__inner {
    max-width: 1280px;
  }

  .sec .sec__lead {
    margin-top: 30px;
    font-size: 17px;
  }

  .sec .sec__num {
    font-size: 72px;
  }

  .sec .sec__title {
    font-size: 55px;
    margin-left: 27px;
  }

  .sec .sec__label {
    margin-left: 27px;
    font-size: 25px;
    padding: 9px 23px;
    border: 1px solid var(--color-light-gray);
  }

  .sec .sec__mv {
    margin-top: 50px;
  }

  .sec .sec__flex {
    margin-top: 101px;
  }

  .sec .sec__subtitle {
    font-size: 38px;
  }

  .sec .sec__cont {
    width: 800px;
  }

  .sec .sec__block:not(:first-child) {
    margin-top: 70px;
  }

  .sec .sec__text {
    font-size: 23px;
  }

  .sec .sec__carousel {
    margin-top: 30px;
  }

  .sec .sec__carousel .slick-list .slick-track .slick-slide {
    width: 800px !important;
  }

  .sec .sec__carousel .slick-arrow {
    width: 44px;
  }

  .sec .sec__carousel .slick-arrow::after {
    width: 12px;
    height: 13px;
  }

  .sec .sec__carousel .slick-arrow.slick-prev {
    left: -60px;
  }

  .sec .sec__carousel .slick-arrow.slick-next {
    right: -60px;
  }

  .sec .sec__carousel .slick-dots {
    gap: 8px;
  }

  .sec .sec__carousel .slick-dots li {
    margin-top: 22px;
  }

  .sec .sec__carousel .slick-dots li button {
    width: 22px;
    height: 2px;
  }

  .sec .sec__table {
    margin-top: 39px;
  }

  .sec .sec__table table {
    border-top: 1px solid var(--color-light-gray);
  }

  .sec .sec__table table tr {
    border-bottom: 1px solid var(--color-light-gray);
  }

  .sec .sec__table table tr th {
    min-width: 135px;
    font-size: 16px;
    padding: 25px;
  }

  .sec .sec__table table tr td {
    font-size: 14px;
    padding: 21px;
  }
}

@media (any-hover: hover) {
  .nav .nav__item a:hover,
  .nav .nav__item a:focus-visible {
    background: var(--color-black);
    color: var(--color-white);
  }

  .nav .nav__item a:hover .arrow img:first-child,
  .nav .nav__item a:focus-visible .arrow img:first-child {
    opacity: 0;
  }

  .nav .nav__item a:hover .arrow img:last-child,
  .nav .nav__item a:focus-visible .arrow img:last-child {
    opacity: 1;
  }
}