.movie-scene[data-v-0d6dbb9a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  z-index: 700;
}
.movie-scene__visual[data-v-0d6dbb9a] {
  position: absolute;
  top: 0;
  left: 120px;
  width: calc(100% - 120px);
  height: 100%;
}
.movie-scene__visual-image[data-v-0d6dbb9a] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.movie-scene__visual-image.-logo[data-v-0d6dbb9a] {
  fill: #d8d8d8;
}
.movie-scene__visual-image.-title[data-v-0d6dbb9a] {
  fill: #000;
}
.movie-scene__trigger[data-v-0d6dbb9a] {
  position: absolute;
  top: 30px;
  right: 60px;
}
.movie-scene__trigger-skip[data-v-0d6dbb9a] {
  width: 78px;
  height: auto;
}
.movie-scene-enter-active[data-v-0d6dbb9a],
.movie-scene-leave-active[data-v-0d6dbb9a] {
  transition: 0.6s cubic-bezier(0.44, 0.03, 0.14, 0.98);
  transition-property: opacity;
}
.movie-scene-enter[data-v-0d6dbb9a],
.movie-scene-leave-to[data-v-0d6dbb9a] {
  opacity: 0;
}
@media (max-width: 1024px) {
  .movie-scene__visual[data-v-0d6dbb9a] {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
  }
  .movie-scene__trigger[data-v-0d6dbb9a] {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .movie-scene__trigger-skip[data-v-0d6dbb9a] {
    width: 60px;
  }
}
.movie-scene__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 200vh;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.index-main-background[data-v-610ca897] {
  position: fixed;
  top: 0;
  left: 120px;
  width: calc(100% - 120px);
  height: 100vh;
  background: url(/newgraduates/img/index/bg-main_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.index-main-background.-fixed-end[data-v-610ca897] {
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}
.index-main-background__overlay[data-v-610ca897] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.index-main-background__logo[data-v-610ca897] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: overlay;
}
@media (max-width: 1024px) {
  .index-main-background[data-v-610ca897] {
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: url(/newgraduates/img/index/bg-main_visual_sp.jpg) no-repeat 50%
      50%;
    background-size: cover;
  }
}
.index-main[data-v-3dceca74] {
  position: relative;
  height: 200vh;
}
.index-main__content[data-v-3dceca74] {
  width: 100%;
  height: 100vh;
}
.index-main__title[data-v-3dceca74] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.index-main__description[data-v-3dceca74] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.index-main__description-text[data-v-3dceca74] {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media (max-width: 896px) {
  .index-main__description-text[data-v-3dceca74] {
    font-size: 1.3rem;
    line-height: 2.7692307692;
  }
}
.index-main__trigger[data-v-3dceca74] {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 60px;
  text-decoration: none;
}
.index-main__trigger-icon[data-v-3dceca74] {
  font-size: 2.4rem;
  margin-right: 8px;
}
.index-main__trigger-text[data-v-3dceca74] {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.index-main-video-enter-active[data-v-3dceca74],
.index-main-video-leave-active[data-v-3dceca74] {
  transition: 0.6s cubic-bezier(0.44, 0.03, 0.14, 0.98);
  transition-property: opacity;
}
.index-main-video-enter[data-v-3dceca74],
.index-main-video-leave-to[data-v-3dceca74] {
  opacity: 0;
}
@media (max-width: 1024px) {
  .index-main[data-v-3dceca74] {
    height: calc(200vh - 120px);
  }
  .index-main__title[data-v-3dceca74],
  .index-main__description[data-v-3dceca74] {
    height: calc(100vh - 60px);
  }
  .index-main__description[data-v-3dceca74] {
    padding-bottom: 80px;
  }
  .index-main__trigger[data-v-3dceca74] {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .index-main__trigger-icon[data-v-3dceca74] {
    font-size: 1.8rem;
  }
  .index-main__trigger-text[data-v-3dceca74] {
    font-size: 1.4rem;
  }
}
.floating-banner[data-v-11203d7e] {
  position: fixed;
  width: 320px;
  right: 80px;
  bottom: 40px;
  z-index: 3;
}
.floating-banner.-fixed-end[data-v-11203d7e] {
  position: absolute;
}
@media (max-width: 896px) {
  .floating-banner[data-v-11203d7e] {
    width: 180px;
    top: calc(50vh + 130px);
    left: 15px;
    right: auto;
    bottom: auto;
  }
  .floating-banner.-fixed-end[data-v-11203d7e] {
    top: auto;
    bottom: 15px;
  }
}
