@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.title--en {
  font-weight: bold;
  font-size: 200px;
}
.title--ja {
  display: inline-block;
  text-align: center;
}
.title__number {
  margin-bottom: 5px;
  color: #005DAA;
  font-weight: bold;
  font-size: 27px;
}
.title__text {
  position: relative;
}
.title__text::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15.3%, 14px);
  width: 100%;
  height: 82.3%;
  background-color: #005DAA;
  content: "";
}
.title__text span {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 11px 5px 5px;
  background-color: #005DAA;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.25em;
  writing-mode: vertical-lr;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .title--en {
    font-size: 100px;
  }
  .title__number {
    font-size: 24px;
  }
  .title__text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .title--en {
    font-size: 55px;
  }
}

.link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 188px;
}
.link__text {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.link__text::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.link__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #005DAA;
}
.link__arrow img {
  width: 15px;
}

.wrapper {
  background-color: #1A1311;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(33, 33, 33, 0.15);
}
@media screen and (max-width: 576px) {
  .container {
    height: 100lvh !important;
    max-height: none !important;
  }
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.hero__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hero__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.hero__lead {
  font-weight: 700;
  font-size: 125px;
}
.hero__number {
  color: pink;
  font-weight: 600;
  font-size: 687px;
  background: black;
  mix-blend-mode: screen;
}
.hero .mask-text {
  transform-origin: center center;
}
.hero svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.hero #number-text {
  font-size: 687px;
  font-family: "azo-sans-web", sans-serif;
}
.hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  font-weight: 700;
  font-size: 7.5vw;
  white-space: nowrap;
  transition: 0.3s;
}
.hero__text--01 {
  transform: translateX(calc(-100% - 6vw));
  letter-spacing: -0.05em;
}
.hero__text--02 {
  transform: translateX(7vw);
  letter-spacing: 0.1em;
}
.hero__no {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-100% - 6vw), 12vw);
  z-index: 15;
  font-weight: 700;
  font-size: 6vw;
  white-space: nowrap;
  transition: 0.3s;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  opacity: 0.5;
  transition: 0.3s;
}
.hero.active .hero__text,
.hero.active .hero__no,
.hero.active .hero__background {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .hero #number-text {
    font-size: 400px;
    transform: translateY(-6%);
  }
  .hero__text--01 {
    transform: translateX(calc(-100% - 7vw));
  }
  .hero__text--02 {
    transform: translateX(8vw);
  }
}
@media screen and (max-width: 576px) {
  .hero {
    width: 102%;
    height: 102%;
  }
  .hero #number-text {
    font-size: 350px;
    transform: translateY(-6%);
  }
  .hero__text {
    font-size: 12vw;
  }
  .hero__text--01 {
    transform: translate(-50%, -50vw);
    letter-spacing: 0;
  }
  .hero__text--02 {
    transform: translate(-40%, 30vw);
  }
  .hero__no {
    transform: translate(calc(-100% - 9vw), 7.5vh);
    font-size: 8vw;
  }
}

.catch {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.6);
  z-index: 99;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #1A1311;
}
.catch__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.catch__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: 0.6s;
}
.catch.active {
  overflow: hidden;
}
.catch.active .catch__layer {
  opacity: 0.9;
}
.catch.active .catch__contents {
  opacity: 1;
}
.catch__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  opacity: 0;
  transition: 0.6s;
}
.catch__heading {
  margin-bottom: 55px;
  font-weight: 700;
  font-size: 100px;
  line-height: 1.25;
  white-space: nowrap;
}
.catch__sentence {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .catch__heading {
    font-size: 70px;
  }
}
@media screen and (max-width: 576px) {
  .catch__contents {
    width: 100%;
    padding: 0 20px;
  }
  .catch__heading {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .catch__sentence {
    font-size: 14px;
    line-height: 2;
  }
}

.feed {
  display: flex;
  position: absolute;
  top: 50%;
  left: 30%;
  width: 100%;
  height: 100%;
  transform: rotate(30deg) translate(-50%, -50%);
  transform-origin: center center;
}
.feed__list {
  flex-shrink: 0;
  width: 265px;
}
.feed__list--01, .feed__list--03, .feed__list--05, .feed__list--07 {
  animation: photoScroll01 60s infinite linear 0.5s both;
  animation-delay: -10s;
}
.feed__list--02, .feed__list--04, .feed__list--06 {
  animation: photoScroll02 60s infinite linear 0.5s both;
  animation-delay: -10s;
}
.feed__list:not(:last-of-type) {
  margin-right: 35px;
}
.feed__list img {
  display: block;
  margin-bottom: 35px;
}
@media screen and (min-width: 1800px) {
  .feed__list {
    width: 310px;
  }
}
@media screen and (max-width: 1200px) {
  .feed {
    left: -20%;
  }
  .feed__list {
    width: 230px;
  }
}
@media screen and (max-width: 576px) {
  .feed {
    left: -100%;
  }
  .feed__list {
    width: 150px;
  }
  .feed__list:not(:last-of-type) {
    margin-right: 20px;
  }
  .feed__list img {
    margin-bottom: 20px;
  }
}

@keyframes photoScroll01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes photoScroll02 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.system {
  margin-bottom: 140px;
  padding-top: 140px;
}
.system__inner {
  width: 82.7%;
  margin: auto;
}
.system__heading {
  margin-bottom: 60px;
}
.system__list {
  display: flex;
  justify-content: space-between;
}
.system__item {
  position: relative;
  width: 30.6%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.system__item::before {
  display: block;
  padding-top: 116.9%;
  content: "";
}
.system__item--new-employee {
  background-image: url(../images/recruit_system_image_new-employee.png);
}
.system__item--ojt {
  background-image: url(../images/recruit_system_image_ojt.png);
}
.system__item--support {
  background-image: url(../images/recruit_system_image_support.png);
}
.system__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
.system__title--ja {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.system__title--en {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 1200px) {
  .system__title--ja {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .system {
    margin-bottom: 90px;
    padding-top: 80px;
  }
  .system__inner {
    width: 100%;
    padding: 0 20px;
  }
  .system__heading {
    margin-bottom: 40px;
  }
  .system__list {
    display: block;
  }
  .system__item {
    width: 100%;
  }
  .system__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .system__item::before {
    padding-top: 70%;
  }
}

.job {
  position: relative;
  padding-bottom: 180px;
}
.job__inner {
  width: 82.7%;
  margin: auto;
}
.job__heading {
  margin-bottom: 100px;
}
.job__list {
  margin-bottom: 100px;
  border-top: 1px solid #4E4E4E;
}
.job__item {
  display: flex;
  align-items: flex-start;
  padding: 23px 7px;
  border-bottom: 1px solid #4E4E4E;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}
.job__item dt {
  width: 185px;
  font-weight: 700;
}
.job__item dd {
  flex: 1;
}
.job__item--googlemap dd {
  display: flex;
  align-items: flex-start;
}
.job__item--googlemap dd > span {
  margin-right: 36px;
}
.job__googlemap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  border-radius: 23px;
  background-color: #292929;
}
.job__googlemap img {
  width: 14px;
  margin-right: 10px;
}
.job__googlemap span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
.job__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  height: 74px;
  margin: auto;
}
.job__button a span {
  position: relative;
  margin-right: 17px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15em;
}
.job__button a img {
  position: relative;
  width: 15px;
}
.job__button a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-22deg);
  width: 100%;
  height: 100%;
  background-color: #005DAA;
  content: "";
}
@media screen and (max-width: 1200px) {
  .job {
    padding-bottom: 120px;
  }
  .job__heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .job {
    padding-bottom: 80px;
  }
  .job__inner {
    width: 100%;
    padding: 0 20px;
  }
  .job__heading {
    margin-bottom: 40px;
  }
  .job__list {
    margin-bottom: 60px;
  }
  .job__item {
    display: block;
    padding: 18px 0;
    font-size: 14px;
  }
  .job__item dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .job__item--googlemap dd {
    display: block;
  }
  .job__googlemap {
    margin-top: 10px;
  }
}/*# sourceMappingURL=recruit.css.map */