@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
/* header-nav
-----------------------------------------------------------------*/
.header-nav ul li a {
  color: #ffffff;
}
.header-nav ul li a:hover {
  color: #f96a03;
}
.header-nav ul li a.inquiry {
  color: #ffffff;
}
.header-nav ul li a.inquiry:hover {
  color: #f96a03;
}

/* ライン状の背景画像
-----------------------------------------------------------------*/
.background {
  background-image: url("../img/top/pc/bg_line.png");
}
@media screen and (max-width: 768px) {
  .background {
    background-image: url("../img/top/sp/bg_line.png");
  }
}

/* MV
-----------------------------------------------------------------*/
.mv {
  position: relative;
  padding: 0 10%;
  min-height: 100vh;
  background-image: url("../img/top/pc/img_mv.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 0 3.75em;
    background-image: url("../img/top/sp/img_mv.jpg");
  }
}
@media screen and (max-width: 425px) {
  .mv {
    padding: 0 4%;
  }
}

.mv-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .mv-inner {
    grid-template-rows: 1fr 1fr;
  }
}

.mv_empty {
  grid-area: 1 / 1 / 2 / 2;
}
@media screen and (max-width: 768px) {
  .mv_empty {
    display: none;
  }
}

.mv_copy01 {
  grid-area: 2 / 1 / 3 / 2;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(50px + (100 - 50) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  letter-spacing: .06em;
  line-height: 1.04;
  color: #ffffff;
}
@media screen and (min-width: 1440px) {
  .mv_copy01 {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mv_copy01 {
    grid-area: 1 / 1 / 2 / 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: calc(40px + (88 - 40) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mv_copy01 {
    font-size: 88px;
  }
}

.mv_copy02 {
  grid-area: 3 / 1 / 4 / 2;
  text-align: right;
  line-height: 1.72;
  color: #f96a03;
}
@media screen and (max-width: 768px) {
  .mv_copy02 {
    grid-area: 2 / 1 / 3 / 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 5em;
  }
}

.mv_copy02-inner div {
  margin-right: -.3em;
  font-size: calc(28px + (40 - 28) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: 700;
  letter-spacing: .3em;
}
@media screen and (min-width: 1440px) {
  .mv_copy02-inner div {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mv_copy02-inner div {
    font-size: calc(24px + (48 - 24) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mv_copy02-inner div {
    font-size: 48px;
  }
}

.mv_copy02-inner p {
  font-size: calc(16px + (18 - 16) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  letter-spacing: .06em;
}
@media screen and (min-width: 1440px) {
  .mv_copy02-inner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mv_copy02-inner p {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mv_copy02-inner p {
    font-size: 24px;
  }
}

/* SERVICEの背景画像
-----------------------------------------------------------------*/
.section-wrap {
  background-image: url("../img/top/pc/bg_service.png");
  background-position: left 155px;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .section-wrap {
    background: none;
  }
}

/* 各sectionのタイトル（h2）
-----------------------------------------------------------------*/
.index-section-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  color: #ffffff;
  text-shadow: 0px 0px 2px #111111;
}
.index-section-title span {
  margin-left: .88em;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
  font-weight: normal;
  font-size: calc(16px + (18 - 16) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  letter-spacing: .08em;
  color: #111111;
  text-shadow: none;
}
@media screen and (min-width: 1440px) {
  .index-section-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index-section-title span {
    margin-left: .76em;
    font-size: calc(16px + (26 - 16) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .index-section-title span {
    font-size: 26px;
  }
}

.index-section-title-75 {
  font-size: calc(37px + (75 - 37) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .index-section-title-75 {
    font-size: 75px;
  }
}
@media screen and (max-width: 768px) {
  .index-section-title-75 {
    font-size: calc(42px + (90 - 42) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .index-section-title-75 {
    font-size: 90px;
  }
}

.index-section-title-80 {
  font-size: calc(40px + (80 - 40) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .index-section-title-80 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .index-section-title-80 {
    font-size: calc(42px + (90 - 42) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .index-section-title-80 {
    font-size: 90px;
  }
}

/* OUR MISSION
-----------------------------------------------------------------*/
.our-mission {
  padding-top: 8em;
  padding-bottom: 8em;
}
.our-mission .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.our-mission__text {
  margin-left: 2em;
  font-size: calc(18px + (20 - 18) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1440px) {
  .our-mission__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .our-mission__text {
    font-size: calc(16px + (26 - 16) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .our-mission__text {
    font-size: 26px;
  }
}

/* FOR RECRUITER
-----------------------------------------------------------------*/
section.for-recrouiter {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section.for-recrouiter .section-inner {
    padding: 0;
  }
}

.for-recrouiter__image-wrap {
  padding-left: 14%;
}
@media screen and (max-width: 768px) {
  .for-recrouiter__image-wrap {
    padding-left: 3em;
  }
}
@media screen and (max-width: 425px) {
  .for-recrouiter__image-wrap {
    padding: 0 4%;
  }
}

.for-recrouiter__title-wrap {
  position: relative;
  margin-top: -5.5em;
  padding: 3em 4.5% 1.5em;
  max-width: 30em;
  background-color: #ffffff;
  z-index: +1;
}
@media screen and (max-width: 768px) {
  .for-recrouiter__title-wrap {
    padding: 3.75em 2em 1.5em 3.75em;
    max-width: 32em;
  }
}
@media screen and (max-width: 425px) {
  .for-recrouiter__title-wrap {
    margin-top: 0;
    padding: 1.5em 4%;
    max-width: 100%;
  }
}
.for-recrouiter__title-wrap h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: calc(30px + (42 - 30) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  letter-spacing: .02em;
  white-space: nowrap;
}
@media screen and (min-width: 1440px) {
  .for-recrouiter__title-wrap h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .for-recrouiter__title-wrap h3 {
    font-size: calc(32px + (62 - 32) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .for-recrouiter__title-wrap h3 {
    font-size: 62px;
  }
}

.for-recrouiter__title-wrap p {
  font-size: calc(16px + (18 - 16) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: .14em;
}
@media screen and (min-width: 1440px) {
  .for-recrouiter__title-wrap p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .for-recrouiter__title-wrap p {
    font-size: calc(16px + (26 - 16) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .for-recrouiter__title-wrap p {
    font-size: 26px;
  }
}

.for-recrouiter__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .for-recrouiter__text-wrap {
    gap: 3em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .for-recrouiter__text-wrap {
    gap: 3.75em 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 425px) {
  .for-recrouiter__text-wrap {
    gap: 1.5em 0;
  }
}

@media screen and (max-width: 768px) {
  .for-recrouiter__text-wrap .btn-wrap {
    padding: 0 6.25em;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .for-recrouiter__text-wrap .btn-wrap {
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 425px) {
  .for-recrouiter__text-wrap .btn-wrap {
    padding: 0 4%;
  }
}

.for-recrouiter__text {
  margin-right: auto;
  padding: 0 4.5% 3em;
  background-color: #ffffff;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .for-recrouiter__text {
    padding: 0 2.5em 2em;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    white-space: inherit;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .for-recrouiter__text {
    font-size: 24px;
  }
}

@media screen and (max-width: 425px) {
  .for-recrouiter__text {
    padding: 0 4%;
  }
}

/* LINKS
-----------------------------------------------------------------*/
section.links {
  margin-top: 4.5em;
}
@media screen and (max-width: 768px) {
  section.links {
    margin-top: 6.25em;
  }
}

.links-item:hover {
  background-image: url("../img/top/pc/img_service.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .links-item:hover {
    background-image: url("../img/top/sp/img_service.png");
  }
}
.links-item:hover .btn-underline-arrow {
  border-color: #ffffff;
}
.links-item:hover .btn-underline-arrow::before {
  border-color: #ffffff;
}

/* CASE
-----------------------------------------------------------------*/
section.case {
  margin-top: 4em;
}
section.case .index-section-title {
  background-color: #ffffff;
}
section.case .btn {
  position: relative;
  float: right;
  margin-top: -3em;
  z-index: +1;
}
@media screen and (max-width: 768px) {
  section.case .btn {
    float: none;
    margin: 1.75em auto 0;
  }
}

/* slick */
@media screen and (max-width: 425px) {
  .slick-slider {
    padding: 0 1.5%;
  }
}

.slick-track {
  padding-left: calc((100% - 73.6em) / 2);
}
@media screen and (max-width: 768px) {
  .slick-track {
    padding-left: 0;
  }
}

.carousel-item {
  margin: 0 .847em;
  width: 32.5em;
  height: 18.375em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .carousel-item {
    height: 18.125em;
  }
}
.carousel-item img {
  width: 32.5em;
  height: 18.375em;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .carousel-item img {
    width: 100%;
    height: auto;
  }
}
.carousel-item p {
  margin-top: 1em;
  height: 3.5em;
  font-weight: bold;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .carousel-item p {
    width: 65%;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .carousel-item p {
    font-size: 24px;
  }
}

.carousel-item:hover {
  opacity: .8;
}

.carousel-item:not(.slick-current.slick-active) img {
  height: 13.75em;
}
@media screen and (max-width: 768px) {
  .carousel-item:not(.slick-current.slick-active) img {
    height: 22em;
  }
}
@media screen and (max-width: 640px) {
  .carousel-item:not(.slick-current.slick-active) img {
    height: auto;
  }
}
.carousel-item:not(.slick-current.slick-active) p {
  display: none;
}

.carousel-arrow {
  position: absolute;
  bottom: 4.5em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #111111;
  cursor: pointer;
  z-index: +1;
}
@media screen and (max-width: 768px) {
  .carousel-arrow {
    bottom: 0;
    width: 5.625em;
    height: 5.625em;
  }
}
@media screen and (max-width: 640px) {
  .carousel-arrow {
    bottom: 1em;
    width: 4em;
    height: 4em;
  }
}
@media screen and (max-width: 425px) {
  .carousel-arrow {
    bottom: .5em;
    width: 3.5em;
    height: 3.5em;
  }
}
@media screen and (max-width: 320px) {
  .carousel-arrow {
    width: 3em;
    height: 3em;
  }
}
.carousel-arrow::before {
  position: absolute;
  right: 45%;
  top: 1.125em;
  width: .615em;
  height: .615em;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .carousel-arrow::before {
    top: 2em;
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .carousel-arrow::before {
    top: 1.5em;
    width: 1em;
    height: 1em;
  }
}
@media screen and (max-width: 425px) {
  .carousel-arrow::before {
    top: 1.25em;
    width: 1em;
    height: 1em;
  }
}
@media screen and (max-width: 320px) {
  .carousel-arrow::before {
    top: 1em;
  }
}
.carousel-arrow.carousel-arrow__prev {
  bottom: 8em;
}
@media screen and (max-width: 768px) {
  .carousel-arrow.carousel-arrow__prev {
    bottom: 0;
    right: 9.375em !important;
  }
}
@media screen and (max-width: 640px) {
  .carousel-arrow.carousel-arrow__prev {
    bottom: 1em;
    right: 7.5em !important;
  }
}
@media screen and (max-width: 425px) {
  .carousel-arrow.carousel-arrow__prev {
    bottom: .5em;
    right: 5.5em !important;
  }
}
@media screen and (max-width: 320px) {
  .carousel-arrow.carousel-arrow__prev {
    right: 4.5em !important;
  }
}
.carousel-arrow.carousel-arrow__prev::before {
  left: 45%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.carousel-arrow:hover {
  opacity: .8;
}

/* MOVIE
-----------------------------------------------------------------*/
section.movie {
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  section.movie {
    margin-top: 7.75em;
  }
}
section.movie .section-inner {
  padding: 0 4.5%;
}
@media screen and (max-width: 768px) {
  section.movie .section-inner {
    padding: 0;
  }
}

/* NEWS
-----------------------------------------------------------------*/
section.news {
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  section.news {
    margin-top: 7.75em;
  }
}
section.news .btn {
  margin: 2.5em auto 0;
}
@media screen and (max-width: 768px) {
  section.news .btn {
    margin-top: 3.75em;
  }
}

.news-list-item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .news-list-item:last-of-type {
    border-bottom: 1px solid #000000;
  }
}

/*# sourceMappingURL=index.css.map */