: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");
}

.kv {
  height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.kv .kv__inner {
  height: 100%;
}

.kv .kv__visual {
  height: 100%;
  position: relative;
  z-index: 1;
}

.kv .kv__visual::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.04;
  width: 76.4102564103vw;
  height: 100%;
  top: 0;
  left: 0;
}

.kv .kv__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kv .kv__over {
  position: absolute;
  z-index: 2;
  color: var(--color-white);
  bottom: 36.6666666667vw;
  left: 3.5897435897vw;
  white-space: nowrap;
  text-shadow: 0 0 5.1282051282vw rgba(0, 0, 0, 0.11);
}

.kv .kv__title {
  font-weight: 700;
  font-size: 11.0256410256vw;
}

.kv .kv__lead {
  font-weight: 700;
  font-family: var(--font-en);
  letter-spacing: -0.015em;
  font-size: 5.3846153846vw;
}

.kv .kv__news {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 3.8461538462vw 5.641025641vw 3.3333333333vw 3.8461538462vw;
}

.kv .kv__date {
  font-family: var(--font-en);
  font-weight: 700;
  display: inline;
  font-size: 3.8461538462vw;
  letter-spacing: -0.015em;
}

.kv .kv__label {
  display: inline;
  margin-left: 3.5897435897vw;
  line-height: 1.8;
  font-size: 3.0769230769vw;
}

.kv .string {
  font-weight: 500;
}

.concept {
  margin-top: 16.6666666667vw;
  overflow: hidden;
}

.concept .concept__flex {
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}

.concept .concept__lead {
  font-weight: 700;
  font-size: 7.4358974359vw;
}

.concept .concept__text {
  margin-top: 8.9743589744vw;
  font-size: 3.8461538462vw;
  line-height: 2.4;
}

.concept .concept__img {
  margin-top: 19.4871794872vw;
  margin-right: calc(50% - 50vw);
}

.concept .concept__img img {
  width: 100%;
  height: auto;
}

.about {
  margin-top: 19.4871794872vw;
  overflow: hidden;
}

.about .about__flex {
  display: flex;
  flex-direction: column;
}

.about .about__lead {
  font-weight: 700;
  font-size: 7.4358974359vw;
}

.about .about__lead .large {
  font-family: var(--font-en);
  font-size: 11.7948717949vw;
}

.about .about__text {
  line-height: 2.4;
  font-size: 3.8461538462vw;
  margin-top: 8.9743589744vw;
  margin-bottom: 8.9743589744vw;
}

.about .about__imgarea {
  margin-top: 19.4871794872vw;
}

.about .about__img:not(:first-child) {
  margin-top: 3.8461538462vw;
}

.about .about__img:first-child {
  margin-left: calc(50% - 50vw);
}

.about .about__img:last-child {
  margin-right: calc(50% - 50vw);
}

.about .about__img img {
  width: 100%;
  height: auto;
}

.service {
  margin-top: 19.4871794872vw;
  overflow: hidden;
}

.service .service__cont {
  position: relative;
  margin-top: -4.1025641026vw;
}

.service .service__items {
  display: grid;
}

.service .service__item {
  aspect-ratio: 390/300;
}

.service .service__item:nth-child(1) a {
  background-image: url("../img/top/service-01-b_sp.png");
}

.service .service__item:nth-child(2) a {
  background-image: url("../img/top/service-02-b_sp.png");
}

.service .service__item:nth-child(3) a {
  background-image: url("../img/top/service-03-b_sp.png");
}

.service .service__item:nth-child(4) a {
  background-image: url("../img/top/service-04-b_sp.png");
}

.service .service__item a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service .service__item a::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: var(--color-jet);
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
}

.service .service__item-img img {
  width: 100%;
  height: auto;
}

.service .service__item-cont {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.service .service__item-num {
  font-family: var(--font-en);
  font-weight: 800;
  color: transparent;
  paint-order: stroke;
  -webkit-text-stroke: 0.2564102564vw var(--color-white);
  font-size: 20.5128205128vw;
  line-height: 1;
}

.service .service__item-title {
  font-weight: 700;
  font-size: 7.1794871795vw;
}

.service .service__item-label {
  font-weight: 700;
  font-size: 4.358974359vw;
  border: 0.2564102564vw solid var(--color-white);
  padding: 0.7692307692vw 2.5641025641vw;
  margin-top: 1.5384615385vw;
}

.service .service__hve {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}

.service .service__hve::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: var(--color-jet);
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
}

.service .service__bg img {
  width: 100%;
  height: auto;
}

.service .service__over {
  color: var(--color-white);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.service .service__num {
  color: transparent;
  paint-order: stroke;
  font-family: var(--font-en);
  font-weight: 800;
  line-height: 1.2;
}

.service .service__headline {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.service .service__headline img {
  height: auto;
}

.service .service__text {
  font-weight: 500;
}

.recruit {
  background-color: var(--color-black);
  color: var(--color-white);
}

.recruit .recruit__inner {
  padding-top: 17.4358974359vw;
}

.recruit .recruit__subtitle {
  font-size: 10.5128205128vw;
  font-weight: 700;
  margin-top: 6.4102564103vw;
}

.recruit .recruit__lead {
  line-height: 1.8;
  font-size: 4.1025641026vw;
  margin-top: 10.2564102564vw;
}

.recruit .recruit__cont {
  margin-top: 8.9743589744vw;
}

.recruit .recruit__banner {
  position: relative;
}

.recruit .recruit__banner:not(:first-child) {
  margin-top: 5.641025641vw;
}

.recruit .recruit__banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.44;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  width: 34.358974359vw;
}

.recruit .recruit__banner-img img {
  width: 100%;
  height: auto;
}

.recruit .recruit__banner-over {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 2.5641025641vw 3.5897435897vw;
  align-items: flex-end;
  padding-right: 5.641025641vw;
  padding-left: 4.6153846154vw;
  bottom: 4.358974359vw;
}

.recruit .recruit__banner-en {
  font-weight: 800;
  font-family: var(--font-en);
  font-size: 4.1025641026vw;
}

.recruit .recruit__banner-title {
  font-weight: 600;
  font-size: 5.3846153846vw;
  margin-top: 0.7692307692vw;
}

.recruit .recruit__banner-arrow {
  background-color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 7.9487179487vw;
}

.recruit .recruit__banner-arrow img {
  height: auto;
  width: 2.8205128205vw;
}

.recruit .recruit__footer {
  margin-top: 23.3333333333vw;
  margin-inline: calc(50% - 50vw);
}

.recruit .recruit__footer img {
  width: 100%;
  height: auto;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--color-black);
  z-index: 9999;
  display: none;
}

.loading .loading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.loading .loading__floating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.1282051282vw;
}

.loading .loading__logoare {
  position: relative;
}

.loading .loading__logo {
  width: 25.641025641vw;
}

.loading .loading__logo:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.loading .loading__logo img {
  width: 100%;
  height: auto;
}

.loading .loading__per {
  font-weight: 700;
  font-family: var(--font-en);
  color: var(--color-white);
  letter-spacing: -0.015em;
  font-size: 5.1282051282vw;
}

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

  .kv .kv__visual::after {
    width: 100%;
    opacity: 0.06;
  }

  .kv .kv__over {
    bottom: 12.3611111111vw;
    left: 5.9027777778vw;
    text-shadow: 0 0 1.3888888889vw rgba(0, 0, 0, 0.11);
  }

  .kv .kv__title {
    font-size: 6.1111111111vw;
  }

  .kv .kv__lead {
    font-size: 2.9861111111vw;
  }

  .kv .kv__news {
    display: flex;
    align-items: center;
    padding: 1.9444444444vw 8.5416666667vw 1.9444444444vw 5.9027777778vw;
  }

  .kv .kv__date {
    display: block;
    font-size: 1.5277777778vw;
  }

  .kv .kv__label {
    line-height: 1.4;
    display: block;
    margin-left: 3.4722222222vw;
    font-size: 1.0416666667vw;
  }

  .concept {
    margin-top: 7.6388888889vw;
  }

  .concept .concept__flex {
    flex-direction: row;
    gap: 9.2361111111vw;
    align-items: flex-start;
  }

  .concept .concept__cont {
    padding-top: 0.6944444444vw;
  }

  .concept .concept__lead {
    font-size: 2.8472222222vw;
  }

  .concept .concept__text {
    line-height: 1.8;
    margin-top: 2.7777777778vw;
    font-size: 1.3194444444vw;
  }

  .concept .concept__img {
    margin-top: 8.2638888889vw;
  }

  .about {
    margin-top: 11.3194444444vw;
  }

  .about .about__flex {
    flex-direction: row;
    gap: 9.2361111111vw;
    align-items: flex-start;
  }

  .about .about__cont {
    margin-top: -0.6944444444vw;
  }

  .about .about__lead {
    font-size: 2.8472222222vw;
  }

  .about .about__lead .large {
    font-size: 4.5833333333vw;
  }

  .about .about__text {
    margin-top: 2.7777777778vw;
    margin-bottom: 3.4722222222vw;
    font-size: 1.3194444444vw;
    line-height: 1.8;
  }

  .about .about__imgarea {
    margin-top: 13.9583333333vw;
  }

  .about .about__img:not(:first-child) {
    margin-top: 5.9027777778vw;
  }

  .service {
    margin-top: 9.8611111111vw;
  }

  .service .service__cont {
    margin-top: -1.6666666667vw;
  }

  .service .service__items {
    grid-template-columns: repeat(4, 1fr);
  }

  .service .service__item {
    aspect-ratio: 320/478;
  }

  .service .service__item:nth-child(1) a {
    background-image: url("../img/top/service-01-b.png");
  }

  .service .service__item:nth-child(2) a {
    background-image: url("../img/top/service-02-b.png");
  }

  .service .service__item:nth-child(3) a {
    background-image: url("../img/top/service-03-b.png");
  }

  .service .service__item:nth-child(4) a {
    background-image: url("../img/top/service-04-b.png");
  }

  .service .service__item-cont:has(.service__item-label) {
    padding-top: 2.7777777778vw;
  }

  .service .service__item-num {
    line-height: 1.2;
    -webkit-text-stroke: 0.0694444444vw var(--color-white);
    font-size: 5.5555555556vw;
  }

  .service .service__item-title {
    font-size: 1.9444444444vw;
  }

  .service .service__item-label {
    font-size: 1.1805555556vw;
    border: 0.0694444444vw solid var(--color-white);
    padding: 0.2083333333vw 0.6944444444vw;
    margin-top: 0.4166666667vw;
  }

  .service .service__over {
    bottom: 3.4722222222vw;
    left: 5.9027777778vw;
  }

  .service .service__num {
    font-size: 5vw;
    -webkit-text-stroke: 0.0694444444vw var(--color-white);
  }

  .service .service__headline {
    gap: 0.9722222222vw;
    font-size: 1.9444444444vw;
  }

  .service .service__headline span {
    border: 0.0694444444vw solid var(--color-white);
    padding: 0.2083333333vw 0.6944444444vw;
    font-size: 1.3888888889vw;
  }

  .service .service__headline img {
    width: 1.1805555556vw;
  }

  .service .service__text {
    margin-top: 2.3611111111vw;
    font-size: 1.1111111111vw;
  }

  .recruit .recruit__inner {
    padding-top: 10.0694444444vw;
    max-width: 88.8888888889vw;
  }

  .recruit .recruit__subtitle {
    font-size: 3.8194444444vw;
    margin-top: 2.0833333333vw;
  }

  .recruit .recruit__lead {
    margin-top: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }

  .recruit .recruit__cont {
    margin-top: 3.4722222222vw;
  }

  .recruit .recruit__banner:not(:first-child) {
    margin-top: 2.0833333333vw;
  }

  .recruit .recruit__banner::after {
    width: 50%;
  }

  .recruit .recruit__banner-over {
    align-items: center;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding-right: 3.6111111111vw;
    padding-left: 2.9166666667vw;
  }

  .recruit .recruit__banner-en {
    font-size: 1.5972222222vw;
  }

  .recruit .recruit__banner-title {
    font-size: 2.2916666667vw;
    margin-top: 0;
  }

  .recruit .recruit__banner-arrow {
    width: 3.0555555556vw;
  }

  .recruit .recruit__banner-arrow img {
    width: 0.7638888889vw;
  }

  .recruit .recruit__footer {
    margin-top: 10.0694444444vw;
  }

  .loading .loading__floating {
    gap: 2.5vw;
  }

  .loading .loading__logo {
    width: 8.3333333333vw;
  }

  .loading .loading__per {
    font-size: 1.6666666667vw;
  }
}

@media (min-width: 90em) {
  .kv .kv__over {
    bottom: 178px;
    left: 85px;
  }

  .kv .kv__title {
    font-size: 88px;
  }

  .kv .kv__lead {
    font-size: 43px;
  }

  .kv .kv__news {
    padding: 28px 123px 28px 85px;
  }

  .kv .kv__date {
    font-size: 22px;
  }

  .kv .kv__label {
    margin-left: 50px;
    font-size: 15px;
  }

  .concept {
    margin-top: 110px;
  }

  .concept .concept__flex {
    gap: 133px;
  }

  .concept .concept__cont {
    padding-top: 10px;
  }

  .concept .concept__lead {
    font-size: 41px;
  }

  .concept .concept__text {
    margin-top: 40px;
    font-size: 19px;
  }

  .concept .concept__img {
    margin-top: 119px;
  }

  .about {
    margin-top: 163px;
  }

  .about .about__flex {
    gap: 133px;
  }

  .about .about__cont {
    margin-top: -10px;
  }

  .about .about__lead {
    font-size: 41px;
  }

  .about .about__lead .large {
    font-size: 66px;
  }

  .about .about__text {
    margin-bottom: 50px;
    margin-top: 40px;
    font-size: 19px;
  }

  .about .about__imgarea {
    margin-top: 201px;
  }

  .about .about__img:not(:first-child) {
    margin-top: 85px;
  }

  .service {
    margin-top: 142px;
  }

  .service .service__cont {
    margin-top: -24px;
  }

  .service .service__item-cont:has(.service__item-label) {
    padding-top: 40px;
  }

  .service .service__item-num {
    font-size: 80px;
    -webkit-text-stroke: 1px var(--color-white);
  }

  .service .service__item-title {
    font-size: 28px;
  }

  .service .service__item-label {
    font-size: 17px;
    border: 1px solid var(--color-white);
    margin-top: 6px;
    padding: 3px 10px;
  }

  .service .service__over {
    bottom: 50px;
    left: 85px;
  }

  .service .service__num {
    font-size: 72px;
    -webkit-text-stroke: 1px var(--color-white);
  }

  .service .service__headline {
    gap: 14px;
    font-size: 28px;
  }

  .service .service__headline span {
    border: 1px solid var(--color-white);
    padding: 3px 10px;
    font-size: 20px;
  }

  .service .service__headline img {
    width: 17px;
  }

  .service .service__text {
    margin-top: 34px;
    font-size: 16px;
  }

  .recruit .recruit__inner {
    padding-top: 145px;
    max-width: 1280px;
  }

  .recruit .recruit__subtitle {
    font-size: 55px;
    margin-top: 30px;
  }

  .recruit .recruit__lead {
    margin-top: 30px;
    font-size: 16px;
  }

  .recruit .recruit__cont {
    margin-top: 50px;
  }

  .recruit .recruit__banner:not(:first-child) {
    margin-top: 30px;
  }

  .recruit .recruit__banner-over {
    padding-right: 52px;
    padding-left: 42px;
  }

  .recruit .recruit__banner-en {
    font-size: 23px;
  }

  .recruit .recruit__banner-title {
    font-size: 33px;
  }

  .recruit .recruit__banner-arrow {
    width: 44px;
  }

  .recruit .recruit__banner-arrow img {
    width: 11px;
  }

  .recruit .recruit__footer {
    margin-top: 145px;
  }

  .loading .loading__floating {
    gap: 36px;
  }

  .loading .loading__logo {
    width: 120px;
  }

  .loading .loading__per {
    font-size: 24px;
  }
}

@media (any-hover: hover) {
  .service .service__item a:hover .service__hve,
  .service .service__item a:focus-visible .service__hve {
    opacity: 1;
    visibility: visible;
  }
}