@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 img {
  display: block;
}
.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;
}

.heading--en {
  margin-bottom: 7px;
  color: #E40215;
  font-size: 55px;
  line-height: 1.18;
  letter-spacing: 0.01em;
}
.heading--ja {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .heading--en {
    font-size: 38px;
  }
  .heading--ja {
    font-size: 16px;
  }
}

.subheading__inner {
  display: inline-block;
  text-align: center;
}
.subheading--ja {
  margin: auto;
  font-size: 47px;
  line-height: 1.6;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
}
.subheading--en {
  color: #E40215;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  .subheading--ja {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .subheading--ja {
    font-size: 28px;
  }
  .subheading--en {
    font-size: 13px;
  }
}

.text {
  position: absolute;
  color: #efefef;
  font-size: 190px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .text {
    font-size: 130px;
  }
}
@media screen and (max-width: 576px) {
  .text {
    font-size: 70px;
  }
}

.line image {
  width: 100%;
  height: auto;
}

.hero__inner {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 28px;
  padding-top: 135px;
}
.hero__line {
  position: absolute;
  top: 380px;
  left: 0;
  width: 100%;
}
.hero__line .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.hero__line svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__catch {
  margin-top: 55px;
  margin-right: -1em;
  font-size: 32px;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
.hero__catch span {
  margin-left: 3.75em;
  color: #E40215;
}
.hero__image {
  width: 811px;
}
@media screen and (max-width: 1200px) {
  .hero__inner {
    display: block;
    margin-bottom: 10px;
    padding-top: 180px;
  }
  .hero__catch {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
    padding-left: 7.5%;
  }
  .hero__line {
    top: 480px;
  }
  .hero__image {
    width: 60%;
    margin-right: 5%;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .hero__inner {
    padding-top: 160px;
  }
  .hero__catch {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .hero__image {
    width: 85%;
    margin-bottom: 20px;
  }
  .hero__line {
    position: relative;
    top: auto;
    width: 130%;
  }
}

.feed {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.feed__list {
  display: flex;
  align-items: center;
}
.feed__item {
  flex-shrink: 0;
  color: #fff;
  animation: feedScroll 60s infinite linear 0.5s both;
}
.feed__item img {
  width: 1961px;
}
@media screen and (max-width: 1200px) {
  .feed__item img {
    width: 1300px;
  }
}
@media screen and (max-width: 576px) {
  .feed__item img {
    width: 900px;
  }
}

@keyframes feedScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.lead {
  margin-bottom: 175px;
}
.lead__inner {
  position: relative;
  padding-top: 215px;
  text-align: center;
}
.lead__line {
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
}
.lead__line .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 20px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.lead__image {
  position: absolute;
}
.lead__image--01 {
  top: 106px;
  left: 50%;
  transform: translateX(calc(100% + 90px));
  width: 265px;
}
.lead__image--02 {
  top: 428px;
  left: 50%;
  transform: translateX(calc(-100% - 370px));
  width: 195px;
}
.lead__image--03 {
  bottom: 0;
  left: 50%;
  transform: translateX(calc(100% + 250px));
  width: 160px;
}
.lead__contents {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.lead__contents p:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1200px) {
  .lead {
    margin-bottom: 130px;
  }
  .lead__inner {
    padding-top: 90px;
  }
  .lead__line {
    top: 350px;
  }
  .lead__contents {
    font-size: 18px;
  }
  .lead__image--01 {
    top: 0;
    right: 5%;
    left: auto;
    transform: none;
    width: 180px;
  }
  .lead__image--02 {
    top: 280px;
    left: 0;
    transform: none;
    width: 125px;
  }
  .lead__image--03 {
    right: 7.5%;
    bottom: 0;
    left: auto;
    transform: none;
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .lead {
    margin-bottom: 90px;
  }
  .lead__inner {
    padding-top: 125px;
    padding-bottom: 130px;
  }
  .lead__line {
    top: 410px;
  }
  .lead__contents {
    display: block;
    padding: 0 20px;
    font-size: 16px;
  }
  .lead__contents p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .lead__image--01 {
    right: 20px;
    width: 150px;
  }
  .lead__image--02 {
    display: none;
  }
  .lead__image--03 {
    right: auto;
    left: 20px;
  }
}

.job {
  position: relative;
  padding-bottom: 140px;
}
.job__text {
  top: 0;
  right: 0;
  transform: translate(10px, -10%);
}
.job__inner {
  width: 85.7%;
  max-width: 1400px;
  margin: auto;
}
.job__heading {
  margin-bottom: 90px;
  margin-left: 70px;
}
.job__tabs {
  display: flex;
  position: relative;
  border-bottom: 1px solid #707070;
}
.job__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 70px;
  background-color: #eee;
  color: #707070;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.job__tab.active {
  background-color: #E40215;
  color: #fff;
}
.job__tab span {
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.job__content {
  display: none;
}
.job__content.show {
  display: block;
}
.job__list {
  margin-bottom: 100px;
}
.job__item {
  display: flex;
  align-items: flex-start;
  padding-top: 42px;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.job__item dt {
  width: 250px;
  padding-top: 2px;
  padding-left: 37px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.job__item dd {
  flex: 1;
  line-height: 1.78;
  letter-spacing: 0.025em;
}
.job__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 75px;
  margin: auto;
  border-radius: 5px;
  background-color: #212121;
  transition: 0.3s;
}
.job__button a:hover {
  background-color: #666;
}
.job__button-text {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.job__button-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E40215;
}
.job__button-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
}
@media screen and (max-width: 1200px) {
  .job {
    padding-bottom: 100px;
  }
  .job__heading {
    margin-bottom: 50px;
    margin-left: 25px;
  }
  .job__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .job__text {
    top: 130px;
  }
  .job__inner {
    width: 100%;
    padding: 0 20px;
  }
  .job__heading {
    margin-bottom: 100px;
    margin-left: 0;
  }
  .job__tab {
    width: 50%;
    height: 60px;
    font-size: 14px;
  }
  .job__tab span {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .job__list {
    margin-bottom: 40px;
  }
  .job__item {
    display: block;
    padding: 25px 10px 20px;
  }
  .job__item dt {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
  }
  .job__button a {
    width: 250px;
    height: 60px;
  }
  .job__button-text {
    font-size: 16px;
  }
  .job__button-arrow {
    width: 26px;
    height: 26px;
  }
  .job__button-arrow img {
    width: 8px;
  }
}/*# sourceMappingURL=recruit.css.map */