.js-mv-stroke1,
.js-mv-stroke2 {
  fill: none;
  stroke: black;
  stroke-dashoffset: 4000;
  stroke-dasharray: 4000, 4000;
  pointer-events: none;
}

.hero {
  position: relative;
  background-image: url("../images/top/hero-bg.webp");
  background-size: cover;
  height: 92rem;
  height: 59.2972181552vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    background-image: url("../images/top/hero-bg_sp.jpg");
    height: 43.5rem;
  }
}
.hero__human {
  width: 71.9rem;
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
}
.hero__mv-human {
  width: 54.1727672035vw;
  position: absolute;
  inset: auto 0 3vw 0;
  margin: auto;
}
@media (max-width: 767px) {
  .hero__mv-human {
    width: 25.6rem;
    inset: auto 0 4.8rem 0;
  }
}
.hero__mv-human img {
  width: 100%;
  height: auto;
}
.hero__mv-human-img1 {
  position: relative;
  z-index: 2;
}
.hero__mv-human-img2 {
  position: absolute;
  bottom: 0;
  z-index: 6;
}
.hero__mv-stroke, .hero__mv-stroke2 {
  position: absolute;
  left: -23.8vw;
  bottom: 4.7222vw;
  width: 105.219473vw;
}
@media (max-width: 767px) {
  .hero__mv-stroke, .hero__mv-stroke2 {
    width: 45.7rem;
    left: -9rem;
  }
}
.hero__mv-stroke svg, .hero__mv-stroke2 svg {
  max-width: none;
  width: 100%;
}
.hero__mv-stroke {
  z-index: 5;
}
.hero__mv-stroke2 {
  width: 106vw;
  bottom: -1.3vw;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero__mv-stroke2 {
    width: 54.6rem;
  }
}
.hero__logo {
  position: absolute;
  height: 100%;
  width: 13.2rem;
}
@media (max-width: 767px) {
  .hero__logo {
    width: 4.6rem;
  }
}
.hero__logo img {
  margin: 2.5rem 0;
}
@media (max-width: 767px) {
  .hero__logo img {
    margin: 1rem 0;
  }
}
.hero__logo--1 {
  left: 0;
  height: 100%;
  top: 0%;
}
.hero__logo--2 {
  right: 0;
  height: 100%;
  transform: scale(-1);
  top: 0;
}
.hero__sign {
  position: absolute;
  inset: 9.2972181552vw 9.2972181552vw auto auto;
  width: 43.5rem;
  width: 31.8448023426vw;
}
@media (max-width: 767px) {
  .hero__sign {
    inset: 9.4rem 6rem auto auto;
    width: 16.8rem;
  }
}
.hero #js-wave_canvas {
  width: 100%;
  height: 22.6rem;
  position: absolute;
  inset: auto 0 -3px 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .hero #js-wave_canvas {
    height: 13.8rem;
  }
}

.intro {
  position: relative;
  overflow-x: clip;
}
.intro__scroll-logo-wrap {
  position: absolute;
  top: -1.5rem;
}
@media (max-width: 767px) {
  .intro__scroll-logo-wrap {
    top: 0;
  }
}
.intro__scroll-logos {
  display: grid;
  grid-template-columns: repeat(2, 402.6rem);
}
@media (max-width: 767px) {
  .intro__scroll-logos {
    grid-template-columns: repeat(2, 109.1rem);
  }
}
.intro__scroll-logo1 {
  width: auto;
}
.intro__scroll-logo1 img {
  width: auto;
  max-width: none;
  height: 23.4rem;
}
@media (max-width: 767px) {
  .intro__scroll-logo1 img {
    height: 6.4rem;
  }
}
.intro__title {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .intro__title {
    margin-bottom: 5.3rem;
  }
}
.intro__row {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 65rem 47rem;
}
@media (max-width: 767px) {
  .intro__row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.intro__body p {
  font-weight: bold;
  font-size: 2rem;
  line-height: 4.8rem;
}
@media (max-width: 767px) {
  .intro__body p {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
.intro__body p + p {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .intro__body p + p {
    margin-top: 2.4rem;
  }
}
.intro__images {
  position: relative;
}
.intro__image {
  width: 47rem;
  overflow: hidden;
  border-radius: 8rem 0 8rem 0;
}
@media (max-width: 767px) {
  .intro__image {
    width: 25.1rem;
    border-radius: 5rem 0 5rem 0;
    margin: 0 3.3rem 5.3rem auto;
  }
}
.intro__image--front {
  z-index: 2;
  position: relative;
}
.intro__image--back {
  rotate: -12deg;
  position: absolute;
  inset: 0;
}
.intro__sign {
  position: absolute;
  width: 48rem;
  bottom: 6rem;
  left: -11.2rem;
  z-index: 4;
}
@media (max-width: 767px) {
  .intro__sign {
    width: 25.7rem;
    bottom: 8rem;
    left: 0;
  }
}

.work {
  padding-top: 15rem;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .work {
    padding-top: 6rem;
  }
}
.work__line {
  width: 120vw;
  position: absolute;
  inset: -21vw 0 auto;
  margin: auto;
  transform: translateX(-8vw);
  z-index: -1;
  opacity: 0.05;
}
@media (max-width: 767px) {
  .work__line {
    width: 70.7rem;
    inset: -6rem 0 auto -20.7rem;
  }
}
.work__title {
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 7.2rem;
  color: #020b83;
  position: relative;
  left: -6px;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .work__title {
    font-size: 3.6rem;
    line-height: 5.2rem;
    margin-bottom: 1.5rem;
  }
}
.work__images-wrap {
  overflow-x: clip;
}
.work__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.work__images-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .work__images-logos {
    padding: 1rem 0;
  }
}
.work__images-logo {
  width: 215.5rem;
}
@media (max-width: 767px) {
  .work__images-logo {
    width: 102.8rem;
  }
}
.work__image {
  width: 174.8rem;
}
@media (max-width: 767px) {
  .work__image {
    width: 82.3rem;
  }
}
.work__row {
  display: grid;
  grid-template-columns: 62.7rem auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .work__row {
    display: block;
  }
  .work__row p {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}

.interview {
  background-image: url("../images/top/interview-bg.webp");
  background-size: cover;
  position: relative;
  margin-bottom: 9rem;
}
@media print, screen and (min-width: 768px) {
  .interview {
    min-height: 90rem;
  }
}
@media (max-width: 767px) {
  .interview {
    background-image: url("../images/top/interview-bg_sp.jpg");
  }
}
.interview__title {
  font-size: 7.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  color: #020b83;
}
@media (max-width: 767px) {
  .interview__title {
    font-size: 3.6rem;
    line-height: 5.2rem;
    margin-bottom: 1.5rem;
  }
}
.interview__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .interview__row {
    padding-top: 5rem;
    margin-bottom: 3rem;
  }
}
.interview__wave-top {
  width: 100vw;
  pointer-events: none;
}
.interview__wave-bottom {
  width: 100vw;
  pointer-events: none;
}
@media (max-width: 767px) {
  .interview__wave-bottom {
    margin-top: 2rem;
  }
}
.interview__slider {
  margin-right: calc(50% - 50vw);
  padding-left: 17rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .interview__slider {
    padding-left: 0;
  }
}
.interview__slider .splide__pagination {
  display: none;
}
.interview__slider .splide__arrow {
  position: static;
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 100%;
  margin-top: 1.6rem;
  transform: none !important;
  background-image: url("../images/top/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.interview__slider .splide__arrow:hover {
  opacity: 0.8 !important;
}
.interview__slider .splide__arrow--next {
  transform: scaleX(-1) !important;
}
.interview__slider .splide__arrow svg {
  display: none;
}
.interview__slider .splide__arrows {
  position: absolute;
  bottom: 0;
  left: -17rem;
}

.top-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .top-columns {
    grid-template-columns: 1fr;
    gap: 6rem;
    margin-bottom: 5.4rem;
  }
}

.top-column:hover .top-column__image-main {
  scale: 1.12;
}
.top-column:hover .top-column__icon {
  transform: translateX(1rem);
}
.top-column__image {
  margin-bottom: 5rem;
  border-radius: 8rem 0 8rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-column__image {
    margin-bottom: 4rem;
  }
}
.top-column__image img {
  transition: 0.4s;
}
.top-column__title {
  font-size: 3.2rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .top-column__title {
    font-size: 2rem;
    line-height: 2.9rem;
    margin-bottom: 1.5rem;
  }
}
.top-column__title svg {
  width: 1.1rem;
}
.top-column__icon {
  background-color: #f9f871;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
}

.scroll-logo-section1 {
  overflow-x: clip;
}
.scroll-logo-section1__scroll-logo1 {
  display: flex;
  gap: 4rem;
}
.scroll-logo-section1__scroll-logo1 img {
  animation: holizon-animation2 30s linear infinite;
  height: 9.3rem;
  max-width: none;
}
@media (max-width: 767px) {
  .scroll-logo-section1__scroll-logo1 img {
    height: 8rem;
  }
}

.top-news {
  position: relative;
  overflow-x: clip;
}
.top-news__title {
  font-size: 7.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  color: #020b83;
}
@media (max-width: 767px) {
  .top-news__title {
    font-size: 3.6rem;
    line-height: 5.2rem;
    margin-bottom: 1.5rem;
  }
}
.top-news__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.top-news__line {
  width: 120vw;
  position: absolute;
  inset: -29vw 0 auto;
  margin: auto;
  transform: translateX(-8vw);
}
@media (max-width: 767px) {
  .top-news__line {
    width: 59.5rem;
    inset: 16rem 0 auto;
    margin: 0;
    transform: translateX(-10rem);
  }
}

.scroll-logo-humans {
  position: absolute;
  top: -3.1rem;
  display: flex;
}
@media (max-width: 767px) {
  .scroll-logo-humans {
    top: -0.5rem;
  }
}

.scroll-logo-human {
  width: 104.9rem;
  margin: 0 22rem;
  animation: holizon-animation1 30s linear infinite;
}
@media (max-width: 767px) {
  .scroll-logo-human {
    height: 8.9rem;
    width: auto;
    max-width: none;
    margin: 0 6rem;
  }
}

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