@charset "UTF-8";
/* CSS Information
---------------------------------------------------------------
Site URL:Undefined
File name:animations.css
Summary:アニメーション全般
Created:2025-07-11
author:96
--------------------------------------------------------------- */
html body {
  scroll-behavior: smooth;
}
html body #header {
  position: fixed;
  top: 0;
  width: 100%;
}
html body #header.openingAction {
  opacity: 0;
}
html body #header.is-active {
  animation: 2s forwards openingActionFade;
  animation-delay: 3s;
}
html body main {
  overflow: clip;
}
html body main section:not(#recruitment):not(#company):not(#news) .inner h3 {
  background: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  color: unset !important;
}
html body main#index #wave #waveVideo.is-detach {
  opacity: 0;
}
html body main#index section#mainvisual .inner h2 img {
  opacity: 0;
}
html body main#index section#mainvisual .inner h2 img.is-active {
  animation: 1s forwards openingActionFade;
  animation-delay: 1s;
}
html body main#index section#mainvisual .inner h2 .openingActionTitle {
  opacity: 0;
}
html body main#index section#mainvisual .inner h2 .openingActionTitle.is-active {
  opacity: 1;
}
html body main#index section#company {
  animation-name: companyFadeout;
  animation-timeline: view();
  animation-range: cover 0% cover 100%;
  padding-bottom: 50svh;
  opacity: 0;
  pointer-events: none;
}
html body main#index section#company .bg_gradation_bottom {
  display: none;
}
html body main#index section#company .bg_gradation_top {
  z-index: -1;
}
html body main#index section#company:not(.is-active) #shadowCircle {
  visibility: hidden;
}
html body main#index section#company:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350svh;
  background-color: transparent;
  animation-name: companyBackFadeout;
  animation-timeline: view();
  animation-range: cover 0% cover 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main#index section#company:after {
    animation-range: cover 10% cover 110%;
  }
}
html body main#index section#company #shadowCircle {
  position: sticky;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
html body main#index section#company #shadowCircle > span {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #0E0E0E;
  filter: blur(5px);
  transform: scale(0);
  opacity: 0;
  animation-name: shadowCover;
  animation-duration: 1ms;
  animation-fill-mode: both;
  animation-timeline: view();
}
html body main#index section#company #shadowCircle > span:nth-child(1) {
  left: 20%;
  top: 50svh;
}
html body main#index section#company #shadowCircle > span:nth-child(2) {
  left: 30%;
  top: 60svh;
}
html body main#index section#company #shadowCircle > span:nth-child(3) {
  left: 70%;
  top: 55svh;
}
html body main#index section#company #shadowCircle > span:nth-child(4) {
  left: 90%;
  top: 40svh;
}
html body main#index section#company .inner#aboutInner {
  opacity: 0;
  animation-name: companyFadeoutInner;
  animation-timeline: view();
  animation-range: cover 0% cover 100%;
}
@media screen and (max-width: 767px) {
  html body main#index section#company .inner#aboutInner {
    animation-range: cover 0% cover 110%;
  }
}
html body main#index section#business .inner .business01 .scroll-container {
  background-image: url(../img/scroll_text_short.png);
  background-repeat: repeat-x;
  background-position-x: right;
  background-size: auto 100%;
  animation: 40s scrollTextBack linear infinite;
}
html body main#index section#business .inner .business01 .container#cardWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main#index section#business .inner .business01 .container#cardWrap {
    height: 34em;
  }
}
html body main#index section#business .inner .business01 .container#cardWrap > div {
  position: relative;
  top: 0;
  width: 100%;
  /*animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cardPopup3;
  animation-timeline: view();*/
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cardPopup3;
  animation-timeline: view();
}
html body main#index section#business .inner .business01 .container#cardWrap > div:nth-of-type(1) {
  top: 0;
  animation-range: 20% 50%;
}
@media screen and (max-width: 767px) {
  html body main#index section#business .inner .business01 .container#cardWrap > div:nth-of-type(1) {
    animation-range: 10% 40%;
  }
}
html body main#index section#business .inner .business01 .container#cardWrap > div:nth-of-type(2) {
  position: absolute;
  top: 20px;
  animation-range: 45% 65%;
}
@media screen and (max-width: 767px) {
  html body main#index section#business .inner .business01 .container#cardWrap > div:nth-of-type(2) {
    top: 26vw;
    animation-range: 35% 55%;
  }
}
html body main#index section#business .inner .business01 .container#cardWrap > div:nth-of-type(2) .card {
  margin-left: auto;
  margin-right: auto;
}
html body main#index section#business .inner .business01 .container#cardWrap > div:nth-of-type(3) {
  position: absolute;
  top: 40px;
  animation-range: 55% 75%;
}
@media screen and (max-width: 767px) {
  html body main#index section#business .inner .business01 .container#cardWrap > div:nth-of-type(3) {
    top: 52vw;
    animation-range: 50% 65%;
  }
}
html body main#index section#business .inner .business01 .container#cardWrap > div:nth-of-type(3) .card {
  margin-left: auto;
}
html body main#index section#business .inner .business01 .container#cardWrap > div.is-active:nth-of-type(1) {
  top: 0;
}
html body main#index section#business .inner .business01 .container#cardWrap > div.is-active:nth-of-type(2) {
  top: 20px;
}
html body main#index section#business .inner .business01 .container#cardWrap > div.is-active:nth-of-type(2) .card {
  animation-delay: 0.3s;
}
html body main#index section#business .inner .business01 .container#cardWrap > div.is-active:nth-of-type(3) {
  top: 40px;
}
html body main#index section#business .inner .business01 .container#cardWrap > div.is-active:nth-of-type(3) .card {
  animation-delay: 0.6s;
}
html body main#index section#business .inner .business01 .container#cardWrap > div.is-active .card {
  position: relative;
}
html body main#index section#business .inner .business01 .container.is-show .card {
  /*animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cardPopup;*/
}
html body main#index section#business .inner .business01 .btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cardPopup3;
  animation-timeline: view();
  animation-range: 50% 70%;
}
@media screen and (max-width: 767px) {
  html body main#index section#business .inner .business01 .btn {
    animation-range: 35% 55%;
  }
}
@media screen and (max-width: 767px) {
  html body main#index section#business .inner .business02_03 {
    display: block;
  }
}
html body main#index section#business .inner .business02_03 div {
  position: relative;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: cardPopup;
  animation-timeline: view();
}
html body main#index section#business .inner .business02_03 div:nth-of-type(1) {
  animation-range: 20% 50%;
}
html body main#index section#business .inner .business02_03 div:nth-of-type(2) {
  animation-range: 40% 70%;
}
@media screen and (max-width: 767px) {
  html body main#index section#business .inner .business02_03 div:nth-of-type(2) {
    animation-range: 25% 50%;
  }
}
html body main#index section#client .inner ul {
  display: block;
}
html body main#index section#client .inner ul li {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: none;
}
html body main#index section#client .inner ul li span {
  margin-left: -1px;
  border: 1px #EEE solid;
}
html body main#index section#client .inner ul li:nth-of-type(n+2) {
  animation-delay: 0.3s;
}
html body main#index section#client .inner ul li:nth-of-type(n+2) span {
  margin-top: -1px;
}
html body main#index section#case .swiper-scrollbar {
  bottom: -1rem;
}
html body main#index section#case .swiper-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
}
html body main#index section#product .inner > div ul * {
  transition: all 0.5s ease-in-out;
}
html body main#index section#product .inner > div ul li a div {
  display: flex;
  opacity: 0;
  pointer-events: none;
  justify-content: space-between;
}
html body main#index section#product .inner > div ul li.active a div {
  opacity: 1;
  pointer-events: auto;
}
html body main#index section#product .inner #photo {
  position: relative;
  padding-top: 57.25%;
}
html body main#index section#product .inner #photo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
html body main#index section#product .inner #photo span.active {
  opacity: 1;
}
html body main#index > .wrapper {
  margin-top: -80svh;
  padding-top: 70svh;
  z-index: 0;
  opacity: 0;
  animation-name: wrapperView;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timeline: view();
  animation-range: entry 10% contain 25%;
}
@media screen and (max-width: 767px) {
  html body main#index > .wrapper {
    margin-top: -110svh;
    animation-range: entry 0% contain 25%;
  }
}
html body main#index > .wrapper .gradient_circular1 {
  top: calc(80svh + 50px);
  animation: 10s ease-in-out infinite gradientCircular01;
}
html body main#index > .wrapper .gradient_circular2 {
  top: calc(80svh + 650px);
  animation: 10s ease-in-out infinite gradientCircular02;
}
html body main#index > .wrapper .gradient_circular3 {
  animation: 10s ease-in-out infinite gradientCircular03;
}
html body main#business01 {
  margin-top: unset;
}
html body main#business01 > .wrapper {
  z-index: 0;
  padding-top: min(9.964vw, 110px);
}
html body main#business01 > .wrapper .gradient_circular1 {
  position: absolute;
  top: calc(-1 * min(4.529vw, 50px));
  right: calc(-1 * min(24.457vw, 270px));
  width: min(121.196vw, 1338px);
  animation: 10s ease-in-out infinite gradientCircular01;
}
html body main#business01 > .wrapper .gradient_circular2 {
  position: absolute;
  top: min(58.877vw, 850px);
  left: calc(-1 * min(76.087vw, 840px));
  width: min(121.196vw, 1338px);
  animation: 10s ease-in-out infinite gradientCircular02;
}
html body main#business01 > .wrapper .gradient_circular3 {
  position: absolute;
  bottom: calc(-1 * min(12.681vw, 140px));
  right: calc(-1 * min(108.696vw, 1200px));
  width: min(199.004vw, 2197px);
  animation: 10s ease-in-out infinite gradientCircular03;
}
html body main#business01 section#business .inner .business01 .scroll-container {
  background-image: url(../img/scroll_text_short.png);
  background-repeat: repeat-x;
  background-position-x: right;
  background-size: auto 100%;
  animation: 40s scrollTextBack linear infinite;
}
html body main#business01 section#service {
  position: relative;
  height: 500svh;
  view-timeline-name: --section-pin-tl;
  view-timeline-axis: block;
}
@media screen and (max-width: 767px) {
  html body main#business01 section#service {
    height: auto;
  }
}
html body main#business01 section#service .inner {
  height: 100svh;
  position: sticky;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
}
@media screen and (max-width: 767px) {
  html body main#business01 section#service .inner {
    height: auto;
    position: static;
    display: block;
  }
}
html body main#business01 section#service .inner .swiper-service {
  will-change: transform;
  animation: linear serviceMove forwards;
  animation-timeline: --section-pin-tl;
  animation-range: contain 0% contain 100%;
}
@media screen and (max-width: 767px) {
  html body main#business01 section#service .inner .swiper-service {
    animation: none;
  }
}
html body main#business01 section#service .inner .swiper-service .swiper-wrapper .swiper-slide {
  width: auto;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  html body main#business01 section#service .inner .swiper-service .swiper-wrapper .swiper-slide {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body main#business01 section#service .inner .swiper-service .swiper-wrapper .swiper-slide .card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main#business01 section#service .inner .swiper-service .swiper-wrapper {
    display: block;
  }
}
html body main#news section#contents .inner .paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.453vw, 5px);
  margin: min(2.717vw, 30px) auto 0;
  position: relative;
}
html body main#news section#contents .inner .paginate > span:not(.dots) {
  width: min(4.529vw, 50px);
  font-family: "Lexend Zetta", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.25rem, 20px);
  font-weight: 400;
  height: min(4.529vw, 50px);
  letter-spacing: 0;
  color: #2339C0;
}
html body main#news section#contents .inner .paginate > a {
  width: min(4.529vw, 50px);
  font-family: "Lexend Zetta", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.25rem, 20px);
  font-weight: 400;
  height: min(4.529vw, 50px);
  letter-spacing: 0;
  color: #8C8C8C;
}

html body main#index section#business h3,
html body main#index section#client h3,
html body main#index section#case h3,
html body main#index section#published h3,
html body main#index section#product h3 {
  background-image: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: #000;
}

.randomTitle > span:nth-child(1) span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(97deg, #2339C0 0%, #1E2F98 62%);
}
.randomTitle > span:nth-child(2) span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(97deg, #1E2F98 0%, #1A2778 62%);
}
.randomTitle > span:nth-child(3) span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(97deg, #1A2778 0%, #19225e 62%);
}
.randomTitle > span:nth-child(4) span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(97deg, #19225e 0%, #17215D 62%);
}
.randomTitle > span:nth-child(5) span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(97deg, #17215D 0%, #0E0E0E 62%);
}

div.mw_wp_form:not(.mw_wp_form_input) .wp_form_input {
  display: none !important;
}

div.mw_wp_form:not(.mw_wp_form_confirm) .wp_form_confirm {
  display: none !important;
}

@keyframes openingActionFade {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
  }
}
@keyframes companyFadeoutInner {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wrapperView {
  0% {
    opacity: 0;
  }
  29.9% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cardPopup {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes cardPopup3 {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gradientCircular01 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: translate(-30%, 20%) skew(20deg);
  }
  100% {
    transform: rotate(360deg) translate(0, 0);
  }
}
@keyframes gradientCircular02 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: translate(60%, 20%) skew(-20deg);
  }
  to {
    transform: rotate(360deg) translate(0, 0);
  }
}
@keyframes gradientCircular03 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: translate(-20%, 20%) skew(-50deg);
  }
  100% {
    transform: rotate(360deg) translate(0, 0);
  }
}
@keyframes companyFadeout {
  0% {
    opacity: 1;
    /*background-color: transparent;*/
    pointer-events: auto;
  }
  50% {
    opacity: 1;
    pointer-events: auto;
    /* background-color: #0E0E0E;*/
  }
  70% {
    opacity: 1;
    pointer-events: auto;
    /*background-color: #FFF;*/
  }
  100% {
    opacity: 0;
    pointer-events: none;
    /*background-color: #FFF;*/
  }
}
@keyframes companyBackFadeout {
  0% {
    opacity: 1;
    background-color: transparent;
  }
  30% {
    opacity: 1;
    background-color: #0E0E0E;
  }
  40% {
    opacity: 1;
    background-color: #0E0E0E;
  }
  90% {
    opacity: 1;
    background-color: #FFF;
  }
  100% {
    opacity: 0;
    background-color: #FFF;
  }
}
@keyframes scrollTextBack {
  0% {
    background-position: right center;
  }
  100% {
    background-position: right 1714px center;
  }
}
@keyframes aboutSticky {
  0% {
    transform: translateY(0);
    filter: blur(5rem);
    opacity: 0;
  }
  18% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0);
    filter: blur(0);
  }
  60% {
    transform: translateY(-65svh);
    filter: blur(0);
    background-color: transparent;
  }
  70% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-65svh);
    filter: blur(10rem);
    opacity: 0;
  }
}
@keyframes shadowCover {
  from {
    transform: scale(0);
    opacity: 0;
    background-color: #0E0E0E;
  }
  5% {
    transform: scale(0);
    opacity: 1;
    background-color: #0E0E0E;
  }
  30% {
    transform: scale(100);
    opacity: 1;
    background-color: #0E0E0E;
  }
  45% {
    transform: scale(100);
    opacity: 1;
    background-color: #0E0E0E;
  }
  90% {
    transform: scale(100);
    opacity: 1;
    background-color: #FFF;
  }
  to {
    transform: scale(100);
    opacity: 0;
    background-color: #FFF;
  }
}
@keyframes lightCover {
  from {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes card1move {
  from {
    transform: translateY(300%);
  }
  10% {
    transform: translateY(300%);
  }
  40% {
    transform: translateY(0);
  }
}
@keyframes card2move {
  from {
    transform: translateY(300%);
  }
  30% {
    transform: translateY(300%);
  }
  60% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(20px);
  }
}
@keyframes card3move {
  from {
    transform: translateY(300%);
  }
  50% {
    transform: translateY(300%);
  }
  80% {
    transform: translateY(40px);
  }
  to {
    transform: translateY(40px);
  }
}
@keyframes buttonFadein {
  from {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes card4move {
  from {
    transform: translateY(300%);
  }
  40% {
    transform: translateY(0);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes card5move {
  from {
    transform: translateY(300%);
  }
  30% {
    transform: translateY(300%);
  }
  50% {
    transform: translateY(0);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes circular1move {
  from {
    transform: translate(30%, 0%) rotate(0deg);
  }
  20% {
    opacity: 1;
  }
  30% {
    transform: translate(-80%, 10svh) rotate(180deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circular2move {
  from {
    transform: translate(-10%, 0%) rotate(0deg);
    opacity: 0;
  }
  30% {
    transform: translate(-10%, 0%) rotate(0deg);
    opacity: 0;
  }
  45% {
    transform: translate(80%, -15svh) rotate(-10deg);
    opacity: 1;
  }
  60% {
    transform: translate(80%, -15svh) rotate(-30deg);
    opacity: 0;
  }
  100% {
    transform: translate(80%, -15svh) rotate(-10deg);
    opacity: 0;
  }
}
@keyframes circular3move {
  from {
    transform: translate(30%, -20%) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: translate(30%, -20%) rotate(0deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -15svh) rotate(30deg);
    opacity: 1;
  }
}
@supports (animation-timeline: view()) {
  @keyframes serviceMove {
    to {
      /* Move horizontally so that right edge is aligned against the viewport */
      transform: translateX(calc(-100% - 130px));
    }
  }
}/*# sourceMappingURL=animations.css.map */