@charset "UTF-8";
.background_wrapper {
  background-image: url("../images/bg_wrapper.avif");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding-top: 50vh;
}
@media (max-width: 480px) {
  .background_wrapper {
    padding-top: 30vh;
  }
}

.mainvisual {
  padding: 8rem 4rem;
  width: 100%;
  height: 50vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .mainvisual {
    padding: 7rem 1.6rem 5rem;
    height: 30vh;
  }
}
.mainvisual .mainvisual-title_en span,
.mainvisual .mainvisual-title_ja span {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  margin-right: -0.45em;
  animation: textSpread 1.4s forwards;
  will-change: opacity, filter, margin;
}
.mainvisual .mainvisual-title_en {
  font-size: 5vw;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .mainvisual .mainvisual-title_en {
    font-size: 8.3333333333vw;
  }
}
.mainvisual .mainvisual-title_ja {
  font-size: 1.4285714286vw;
  margin-top: 1rem;
}
@media (max-width: 480px) {
  .mainvisual .mainvisual-title_ja {
    font-size: 4.1666666667vw;
  }
}

@keyframes textSpread {
  0% {
    opacity: 0;
    filter: blur(10px);
    margin-right: -0.45em;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    margin-right: 0;
  }
}
/* スクロールエリア */
.video-area {
  height: 350vh;
  position: relative;
  z-index: 2;
  margin-top: -15vh;
}

/* stickyで固定 */
.video-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.video-sticky {
  overflow: hidden;
}

/* fixed状態 */
.video-sticky.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-sticky video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  clip-path: inset(20% 0% 20% 0%);
  transition: clip-path 0.1s linear;
}

/* overlay */
.hero-back {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  opacity: 0;
  clip-path: inset(20% 0% 20% 0%);
  transition: opacity 0.8s, clip-path 0.1s linear;
  pointer-events: none;
}

#about {
  position: relative;
  z-index: 2;
}
#about .about-inner {
  width: 100%;
  max-width: 1000px;
  padding: 8rem 1.6rem 12.5rem;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #about .about-inner {
    padding: 5rem 1.6rem;
  }
}
#about .about-inner .section-title .section-title__ja {
  color: #fff;
}
#about .about-inner .about__text {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#about .about-inner .about__text .about__text--inner {
  font-size: 1.25rem;
  width: 76%;
  letter-spacing: 2px;
  color: #fff;
  line-height: 70px;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  #about .about-inner .about__text .about__text--inner {
    font-size: 1rem;
    line-height: 45px;
    width: 100%;
    letter-spacing: 1.4px;
  }
}
#about .about-inner .about__text .about__text--inner:last-child {
  margin-bottom: 5;
}
#about .about-inner .about__button {
  display: flex;
  justify-content: flex-end;
}

#service {
  position: relative;
  z-index: 2;
  background-image: url("../images/service_bg.png");
}
#service .service-inner {
  padding: 8rem 1.6rem;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #service .service-inner {
    padding: 5rem 1.6rem;
  }
}
#service .service-inner .section-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #service .service-inner .section-title {
    margin-bottom: 2rem;
  }
}
#service .service-inner .service__text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#service .service-inner .service__text .service__text--inner {
  width: fit-content;
  margin-bottom: 4rem;
  line-height: 40px;
}
@media (max-width: 480px) {
  #service .service-inner .service__text .service__text--inner {
    line-height: 30px;
    margin-bottom: 3rem;
  }
}

.bg__wrapper {
  background-image: url("../images/bg_wrapper.avif");
  position: relative;
  z-index: 2;
}

#member {
  position: relative;
  z-index: 2;
}
#member .member-inner {
  padding: 8rem 1.6rem 5rem;
  margin: 0 auto;
}
#member .member-inner .section-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#member .member-inner .member__text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#member .member-inner .member__text .member__text--inner {
  margin-bottom: 5rem;
  line-height: 40px;
}
#member .member-inner .menmber__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.65rem;
}
#member .member-inner .menmber__list .member__list--item {
  width: calc((100% - 100px) / 3);
}
#member .member-inner .menmber__list .member__list--item .member__list--item-image {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
#member .member-inner .menmber__list .member__list--item .member__list--item-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#member .member-inner .menmber__list .member__list--item .member__list--item-name {
  font-size: 1.125rem;
  font-weight: 700;
}
#member .member-inner .menmber__list .member__list--item .member__list--item-position {
  font-size: 0.875rem;
  color: #888888;
}/*# sourceMappingURL=style.css.map */