.hidden {
  display: none;
}

.page-top__mv {
  height: auto;
  background-color: #6A4AB7;
}

.page-top__mv__slider .swiper-slide::before {
  background-color: #6a4ab7;
}

.page-top__mv__slider__inner::before {
  background: linear-gradient(90deg, #3d2e6c 0%, #3d2e6c 5%, rgba(2, 45, 130, 0) 25%, rgba(2, 45, 130, 0) 75%, #3d2e6c 95%, #3d2e6c 100%);
}

.page-top__mv .swiper-slide {
  padding: 15px 40px 15px 60px;
  border-radius: 100px;
}

.page-top__mv__description {
  max-width: 600px;
}

.c-sectionTitle {
  margin-top: 40px;
}

.c-sectionTitle__en {
  color: #6a4ab7;
}

.c-sectionTitle--s .c-sectionTitle__ja {
  color: #6a4ab7;
}

.sub-slideIn {
  color: #A89CFF;
}

.l-header__menu {
  background: none;
}

.l-gnav__link.is-hover {
  color: #A89CFF;
}

.ai-network-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* コンテンツの背後に配置 */
  background: linear-gradient(180deg, rgba(106, 74, 183, 0.1), rgba(20, 20, 40, 0.6)); /* #6A4AB7を薄く反映 */
  pointer-events: none; /* デフォルトでクリック透過 */
}

/* 既存コンテンツの視認性確保 */
.l-wrapper {
  position: relative;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .ai-network-canvas {
    background: linear-gradient(180deg, rgba(106, 74, 183, 0.1), rgba(20, 20, 40, 0.5));
  }
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3); /* グロー効果 */
  animation: float linear infinite;
}

/* 粒子のアニメーション */
@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translateY(-100vh);
    opacity: 0.2;
  }
}

.l-gnav__link {
  color: #1e1e1e;
}

.l-header--white .l-gnav__link {
  color: #1e1e1e;
}

.base-home {

}

.l-header__logo a .mark img {
  top: -1px;
  filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
}

.l-header--white .l-header__logo .mark img {
  position: relative;
  opacity: 1;
}

.l-header__logo a .mark img {
  width: 360px;
  top: -7px;
}

.l-header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.base-home {
  .l-gnav__link {
    color: #ffffff;
  }
  
  .l-header--white .l-gnav__link {
    color: #ffffff;
  }

  .l-header__logo a .mark img {
    filter: none;
  }

  .is-fixed .l-gnav__link {
    color: #1e1e1e;
  }
  .is-fixed .l-header__logo a .mark img {
    top: -1px;
    filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
  }
}

.page-top__news {
  display: none;
}

.c-cvContact__inner {
  margin-bottom: 50px;
  background: #6a4ab7;
}

.block-editor-block-list__layout .c-btn--white > a, .block-editor-block-list__layout .c-btn--white button, * .c-btn--white > a, * .c-btn--white button {
  color: #6a4ab7;
}

.c-pageTitle {
  color: #6a4ab7;
}

.l-footer__head .logo a img {
  width: 70%;
}

footer {
  margin-top: 100px;
}

.page-service__content-intro {
  display: block;
}