body.page-home .p-careers {
  position: relative;
  z-index: 2;
  background: transparent;
}
body.page-home .p-careers__hero {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
body.page-home .p-careers__hero:hover, body.page-home .p-careers__hero:focus-visible {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  body.page-home .p-careers__hero {
    min-height: 0;
  }
}
body.page-home .p-careers__photo {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  aspect-ratio: 1440/440;
}
@media screen and (max-width: 900px) {
  body.page-home .p-careers__photo {
    aspect-ratio: 375/311;
  }
}
body.page-home .p-careers__hero::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  content: "";
}
body.page-home .p-careers__hero-body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1440/440;
}
@media screen and (max-width: 900px) {
  body.page-home .p-careers__hero-body {
    aspect-ratio: 375/311;
  }
}
body.page-home .p-careers__brand {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.4861111111vw;
  margin: 0;
}
body.page-home .p-careers__brand img {
  display: block;
  width: auto;
  height: 3.9583333333vw;
}
body.page-home .p-careers__brand span {
  position: relative;
  top: -0.6944444444vw;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  transform: translateY(-0.12vw);
}
@media screen and (max-width: 900px) {
  body.page-home .p-careers__brand {
    flex-direction: column;
    align-items: center;
    gap: 1.0666666667vw;
  }
  body.page-home .p-careers__brand img {
    height: 8.9333333333vw;
  }
  body.page-home .p-careers__brand span {
    top: 0;
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    transform: translateY(-0.4vw);
  }
}
body.page-home .p-careers__lead {
  margin: 1.0416666667vw 0 0;
  color: #fff;
  font-size: 1.6666666667vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  body.page-home .p-careers__lead {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
body.page-home .p-careers__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.0416666667vw;
  padding: 0.6944444444vw 2.0833333333vw;
  border: 1px solid #fff;
  border-radius: 0.6944444444vw;
  color: #fff;
  font-size: 0.9722222222vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
body.page-home .p-careers__btn:hover, body.page-home .p-careers__btn:focus-visible {
  background: rgb(0, 169, 224);
  border-color: rgb(0, 169, 224);
  color: #fff;
}
body.page-home .p-careers__btn::after {
  display: block;
  width: 0.5555555556vw;
  height: 0.8333333333vw;
  margin-left: 0.5555555556vw;
  background: url("../img/top/careers-arrow.svg") center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 900px) {
  body.page-home .p-careers__btn {
    margin-top: 6.4vw;
    padding: 1.92vw 5.6vw;
    font-size: 3.7333333333vw;
    border-radius: 1.8986666667vw;
  }
  body.page-home .p-careers__btn::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    margin-left: 2.1333333333vw;
  }
}
body.page-home .p-careers__links {
  position: relative;
  z-index: 2;
}
body.page-home .c_recruit-info__links {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 4.1666666667vw 0.9722222222vw 4.1666666667vw;
  width: 79.1666666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  body.page-home .c_recruit-info__links {
    gap: 2.56vw;
    width: 100%;
    padding: 5.3333333333vw 4vw;
  }
}
body.page-home .c_recruit-info__card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25vw;
  height: 9.2361111111vw;
  aspect-ratio: 389/133;
  border-radius: 1.04vw;
  background-color: #111;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  body.page-home .c_recruit-info__card {
    aspect-ratio: auto;
    width: 28.8vw;
    height: 20.8vw;
    border-radius: 5.13vw;
  }
}
body.page-home .c_recruit-info__card:hover .c_recruit-info__card-img img {
  transform: scale(1.04);
}
body.page-home .c_recruit-info__card-img {
  position: absolute;
  inset: 0;
}
body.page-home .c_recruit-info__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
body.page-home .c_recruit-info__card-3d {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  border: 0;
  background: transparent;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  body.page-home .c_recruit-info__card-3d {
    width: 150%;
    height: 150%;
  }
}
body.page-home .c_recruit-info__card-icon {
  position: absolute;
  left: 6%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 28%;
  transform: translateY(-50%);
  pointer-events: none;
}
body.page-home .c_recruit-info__card-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
body.page-home .c_recruit-info__card-title {
  position: absolute;
  top: 0.7vw;
  right: 1.6vw;
  left: auto;
  z-index: 2;
  margin: 0;
  padding: 0;
  color: #01abe0;
  font-family: "Montserrat", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: 420;
  font-variation-settings: "wght" 420;
  letter-spacing: -0.07em;
  line-height: 1.6;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  body.page-home .c_recruit-info__card-title {
    top: 1.28vw;
    right: 2.3vw;
    font-size: 4.1vw;
  }
}
/*# sourceMappingURL=careers.css.map */
