@charset "UTF-8";
/* index.css
---------------------------------------------------- */


/* 202408改修ここから */

.kv_wrapper{
  width: 100%;
  height:100vh;
  position:fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  min-height:523px;
  padding-top:80px;
}

.kv_inner{
  position: relative;
  width: 930px;
  height:523px;
  min-width: 930px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.kv_video{
  width:100%;
  height:auto;
  z-index: 3;
  transition-duration: 1s;
  opacity: 0;
}
.kv_catch{
  position: absolute;
  top:0px;
  left:0px;
  z-index: 3;
  transition-duration: 1s;
  opacity: 0;
}
.kv_text{
  position: absolute;
  top:78px;
  left:0px;
  z-index: 3;
  transition-duration: 1s;
  opacity: 0;
}
.kv_scroll{
  position: absolute;
  width:100px;
  height:100px;
  bottom:14px;
  left:50%;
  z-index: 3;
  border-left:1px solid #000000;
  display: flex;
  transition-duration: 1s;
  opacity: 0;
  animation-timing-function: ease-out;
}

#top .kv_scroll a{
  z-index: 3;
  padding-left:20px;
  position: relative;
}

#top .kv_scroll a span{
  z-index: 3;
  position: absolute;
  top:0px;
  transition-duration: 0.6s;
  transform: translateY(0px);
}

#top .kv_scroll.move a span{
  animation-name: kvscroll;
  animation-duration: 1s;
  transition-timing-function: ease-out;
  transform: translateY(80px);
}

@keyframes kvscroll{
  0%{transform: translateY(0px);}
  100%{transform: translateY(80px);}
}
.kv_spacer{
  height:100vh;
  width: 100vw;
  z-index: 4;
}

.top-contents-black{
  background-color: #000;
  z-index: 5;
  position: relative;
  padding-bottom:120px;
}

.top-contents-white{
  background-color: #fff;
  z-index: 5;
  position: relative;
}

.top-contents-gray{
  background-color: #EFEFEF;
  z-index: 5;
  position: relative;
}
.top-contents-dgray{
  background-color: #656565;
  z-index: 5;
  position: relative;
}

.top-contents-over{
  background-color: #fff;
  z-index: 5;
  position: relative;
}
.top-copy-area{

  width:780px;
  margin:auto;
  padding-top:150px;

}
.top-copy-title{

}
.top-copy-text{
  margin-top:48px;
  font-size:16px;
  line-height: 2;
  color: #fff;
  font-weight:500;
}

.top-casestudy-wrapper{
  margin:150px auto 0;
  max-width: 1920px;
}
.top-casestudy-list{

  display: flex;
  width: 100%;
  flex-wrap: wrap;

}
.top-casestudy-item{
  width:50%;
  padding-bottom:90px;
  font-family: 'Noto Sans JP', sans-serif;
}


#top a.top-casestudy-item-link{
  width: 100%;
  display: flex;
  flex-direction: column;
}
#top a.top-casestudy-item-link:nth-child(2n){
  width: 100%;
  display: flex;
  flex-direction: column;
}

#top a.top-casestudy-item-link:hover{
  opacity: 1 !important;
}

.top-casestudy-item-img{
  overflow: hidden;
  position: relative;
  aspect-ratio: 2/1;
  width:100%;
}
.top-casestudy-item-img img{
  position: absolute;
  transition-duration: 500ms;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.top-casestudy-item-img{
  overflow: hidden;
  position: relative;
  aspect-ratio: 2/1;
  width:100%;
}

.top-casestudy-item-img:hover img:last-child{
  opacity: 0;
}

.top-casestudy-item-inner{
  display: flex;
  flex-direction: column;
  width:100%;
  align-self: flex-end;
  padding:0 103px;
}

.top-casestudy-item-inner2{
  display: flex;
  flex-direction: column;
  width:100%;
}

.top-casestudy-item-title{
  font-size:15px;
  color: #fff;
  width:100%;
  margin-top:20px;
  line-height:26px;
}

.top-casestudy-item-text{
  font-size:10px;
  color: #fff;
  width:100%;
  margin-top:10px;
}
.top-service-video-wrap{
  width:1060px;
  margin: auto;
}

.top-service-video-wrap video{
  width:100%;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
}

.top-service{
  padding-top:90px;
  padding-bottom: 90px;
}
.top-service__wrapper{
  margin-top:-100px;
}
.top-service__section{
  width:778px;
  max-width: 100%;
  margin:0 auto 40px;
}
.top-service__article{
  margin-bottom:0px;
}
.top-service__wrapper{
  margin-bottom:100px;
}

.top-service__article-title{
  padding-top:100px;
  font-size:28px;
  margin-bottom:26px;
  position: relative;
  padding-left: 108px;
  display: flex;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.top-service__article-title::before{
  content: ' ';
  display: block;
  width: 78px;
  height:1px;
  border-top:1px solid #000000;
  position: absolute;
  top:123px;
  left:0px;
}

.top-service__section-text{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:16px;
}
.top-service__section-catch-img{
  max-width: 100%;
  margin-top: 53px;
  position: relative;
}
.top-service__section-catch-img-platform{
  max-width: 100%;
  margin-top: 53px;
  position: relative;
}

.top-service__section-solution-img img{
  width:100%;
  opacity: 0;
}

@keyframes animateimg {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.top-service__section-solution-img-01 img{
  position:absolute;
  top:71px;
  left:13px;
  display: none;
  opacity: 0;
}


.top-service__section-solution-img-02 img{
  position:absolute;
  top:71px;
  left:134px;
  opacity: 0;
}

.top-service__section-solution-img-03 img{
  position:absolute;
  top:71px;
  left:239px;
  opacity: 0;
}
.top-service__section-solution-img-04 img{
  position:absolute;
  top:71px;
  left:343px;
  opacity: 0;
}
.top-service__section-solution-img-05 img{
  position:absolute;
  top:71px;
  left:441px;
  opacity: 0;
}
.top-service__section-solution-img-06 img{
  position:absolute;
  top:71px;
  left:553px;
  opacity: 0;
}
.top-service__section-solution-img-07 img{
  position:absolute;
  top:71px;
  left:658px;
  opacity: 0;
}
.top-service__section-solution-img-08 img{
  position:absolute;
  top:65px;
  left:4px;
  opacity: 0;
}
.top-service__section-solution-img-09 img{
  position:absolute;
  top:0px;
  left:0px;
  opacity: 0;
}
.top-service__section-solution-img-10 img{
  position:absolute;
  top:0px;
  left:534px;
  opacity: 0;
}


.top-service__section-solution-img-01 img.animate,
.top-service__section-solution-img-02 img.animate,
.top-service__section-solution-img-03 img.animate,
.top-service__section-solution-img-04 img.animate,
.top-service__section-solution-img-05 img.animate,
.top-service__section-solution-img-06 img.animate,
.top-service__section-solution-img-07 img.animate,
.top-service__section-solution-img-08 img.animate,
.top-service__section-solution-img-09 img.animate,
.top-service__section-solution-img-10 img.animate{
  animation-name: animateimg;
  animation-duration: 0.6s;
  display: block;
  opacity: 1;
}


.top-service__section-platform-img img{
  width:100%;
  opacity: 0;
}

.top-service__section-platform-img-01 img{
  position:absolute;
  top:74px;
  left:68px;
  opacity: 0;
}

.top-service__section-platform-img-02 img{
  position:absolute;
  top:74px;
  left:219px;
  opacity: 0;
}


.top-service__section-platform-img-03 img{
  position:absolute;
  top:74px;
  left:370px;
  opacity: 0;
}

.top-service__section-platform-img-04 img{
  position:absolute;
  top:74px;
  left:521px;
  opacity: 0;
}

.top-service__section-platform-img-05 img{
  position:absolute;
  top:74px;
  left:665px;
  opacity: 0;
}

.top-service__section-platform-img-06 img{
  position:absolute;
  top:68px;
  left:1px;
  opacity: 0;
}

.top-service__section-platform-img-07 img{
  position:absolute;
  top:161px;
  left:39px;
  opacity: 0;
}

.top-service__section-platform-img-08 img{
  position:absolute;
  top:161px;
  left:2px;
  opacity: 0;
}

.top-service__section-platform-img-09 img{
  position:absolute;
  top:0px;
  left:0px;
  opacity: 0;
  z-index: 2;
}

.top-service__section-platform-img-10 img{
  position:absolute;
  top:3px;
  left:1px;
  opacity: 0;
  z-index: 1;
}


.top-service__section-platform-img-01 img.animate,
.top-service__section-platform-img-02 img.animate,
.top-service__section-platform-img-03 img.animate,
.top-service__section-platform-img-04 img.animate,
.top-service__section-platform-img-05 img.animate,
.top-service__section-platform-img-06 img.animate,
.top-service__section-platform-img-07 img.animate,
.top-service__section-platform-img-08 img.animate,
.top-service__section-platform-img-09 img.animate,
.top-service__section-platform-img-10 img.animate{
  animation-name: animateimg;
  animation-duration: 0.6s;
  display: block;
  opacity: 1;
}



.top-contents-movie{
  padding-top:90px;
  padding-bottom:120px;
}
.top-contents-movie-wrap{
  max-width:830px;
  margin:80px auto 0 ;
}
.top-contents-movie-wrap iframe{
  width:100%;
  max-width:830px;
  aspect-ratio: 16 / 9;
  height: auto;
}
.top_recruit-copy{

}
.top_recruit-copy img{
  margin:0 auto; 
  margin-top: 75px;
}
.top_recruit-copy-text{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue","Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  margin-top: 35px;
}

@media screen and (max-width: 768px){

  .kv_wrapper{
    width: 100%;
    height:100vh;
    position:fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-height:177.86666666666667vw;
  }
  
  .kv_inner{
    position: relative;
    width: 100%;
    height:139.46666666666667vw;
    min-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .kv_video{
    object-fit: cover;
    width:100%;
    height:auto;
    z-index: 3;
    transform: scale(1.5);
    transition-duration: 1s;
    opacity: 0;
  }
  .kv_catch{
    position: absolute;
    top:0px;
    left:8vw;
    z-index: 3;
    transition-duration: 1s;
    opacity: 0;
  }
  .kv_text{
    position: absolute;
    top:32vw;
    left:8vw;
    z-index: 3;
    transition-duration: 1s;
    opacity: 0;
  }

  .kv_scroll{
    position: absolute;
    width:100px;
    height:100px;
    bottom:14px;
    left:50%;
    z-index: 3;
    border-left:1px solid #000000;
    display: flex;
    transition-duration: 1s;
    opacity: 0;
  }

  #top .kv_scroll a{
    z-index: 3;
    padding-left:20px;
    position: relative;
  }

  #top .kv_scroll a span{
    z-index: 3;
    position: absolute;
    top:0px;
    transition-duration: 0.6s;
    transform: translateY(0px)
  }

  #top .kv_scroll.move a span{
    animation-name: kvscroll;
    animation-duration: 1s;
    transition-timing-function: ease-out;
    transform: translateY(80px);
  }
  
  @keyframes kvscroll{
    0%{transform: translateY(0px);}
    100%{transform: translateY(80px);}
  }
  .kv_spacer{
    height:100vh;
    width: 100vw;
    z-index: 4;
  }

  .top-contents-black{
    background-color: #000;
    z-index: 5;
    position: relative;
    padding-bottom:15.6729vw;
  }
  
  .top-contents-white{
    background-color: #fff;
    z-index: 5;
    position: relative;
  }
  
  .top-contents-gray{
    z-index: 5;
    position: relative;
  }
  
  .top-contents-over{
    z-index: 5;
    position: relative;
  }
  .top-copy-area{
  
    width:780px;
    max-width:100%;
    margin:auto;
    padding:40vw 13.333vw 0;
  
  }
  .top-copy-title img{
    width:66.66666666666666vw;
  }

  .top-copy-text{
    margin-top:12.8 vw;
    font-size:3.733333333333334vw;
    line-height: 2;
    color: #fff;
    font-weight:500;
  }
  .top-casestudy-wrapper{
    margin:40vw auto 0;
    max-width: 1920px;
  }
  .top-casestudy-list{
  
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  
  }
  .top-casestudy-item{
    width:100%;
    padding-bottom:48px;
  }
  .top-casestudy-item-link{
    width: 100%;
  }
  #top a.top-casestudy-item-link:hover{
    opacity: 1 !important;
  }
  .top-casestudy-item-img{
    overflow: hidden;
    position: relative;
    aspect-ratio: 2/1;
    width:100%;
  }
  .top-casestudy-item-img img{
    position: absolute;
    transition-duration: 500ms;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
  
  .top-casestudy-item-img{
    overflow: hidden;
    position: relative;
    aspect-ratio: 2/1;
    width:100%;
  }
  
  .top-casestudy-item-img:hover img:last-child{
    opacity: 0;
  }
  .top-casestudy-item-inner{
    display: flex;
    flex-direction: column;
    max-width:100%;
    width:100%;
    align-self: flex-start;
    padding:0px;
  }
  
  .top-casestudy-item-inner2{
    display: flex;
    flex-direction: column;
    max-width :100%;
    width:100%;
    padding:0 40px;
  }
  
  .top-casestudy-item-title{
    font-size:3.4666666666666663;
    color: #fff;
  }
  
  .top-casestudy-item-text{
    font-size:2.666666666666667vw;
    color: #fff;
  }

  .top-service{
    padding-top:15.6729vw;
    padding-bottom:15.6729vw;
  }
  .top-service__wrapper{
    margin-top:-50px;
    margin-bottom:15.6729vw;
  }
  .top-service__section{
    width:778px;
    max-width: 100%;
    margin:0 auto 10.666666666666668vw;
  }
    
  .top-service-video-wrap{
    width:100%;
    height: auto;
    overflow:hidden;
    aspect-ratio: 4/3;
    margin-top:10.666666666666668vw;
    margin-bottom:5.333333333333334vw;
  }

  .top-service-video-wrap video{
    width:100%;
    object-fit: cover;
    transform: scale(1.3);
  }

  .top-service__article{
    margin-top:0px;
    margin-bottom:0vw;
  }
  .top-service__article-title{
    padding-top:16vw;
    font-size:5.066666666666666vw;
    margin-top:8vw;
    margin-bottom:5.333333333333334vw;
    position: relative;
    padding-left: 5.333333333333334vw;
  }
  
  .top-service__article-title::before{
    content: ' ';
    display: block;
    width: 6.666666666666667vw;
    height:0.26666666666666666vw;
    border-top:0.26666666666666666vw solid #000000;
    position: absolute;
    top:19.733333333333334vw;
    left:-6.666666666666667vw;
  }

  .top-service__section-text{
    font-size:3.733333333333334vw;
    padding:0 6.666666666666667vw;
    margin:8vw auto 8vw;
  }


  .top-service__section-catch-img{
    max-width: 72vw;
    margin-top:10.666666666666668vw;
    margin:0 6vw;
    box-sizing: border-box;

  }

  .top-service__section-catch-img-platform{
    max-width: 62.4vw;
    margin-top:10.666666666666668vw;
    margin:0 5vw;
  }

  .top-service__section-solution-img img{
    width:100%;
    opacity: 0;
  }
  
  .top-service__section-solution-img-01 img{
    position:absolute;
    top:6.7%;
    left:30.6%;
    width:69.6%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-02 img{
    position:absolute;
    top:19.3%;
    left:30.6%;
    width:64.2%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-03 img{
    position:absolute;
    top:31.6%;
    left:30.6%;
    width:34.4%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-04 img{
    position:absolute;
    top:44.4%;
    left:30.6%;
    width:34.4%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-05 img{
    position:absolute;
    top:56.9%;
    left:30.6%;
    width:40.4%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-06 img{
    position:absolute;
    top:69.4%;
    left:30.6%;
    width:46.6%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-07 img{
    position:absolute;
    top:81.95%;
    left:30.6%;
    width:51.8%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-08 img{
    position:absolute;
    top:0.2%;
    left:28.8%;
    width:8.94%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-09 img{
    position:absolute;
    top:0.1%;
    left:0.14%;
    width:13.0%;
    transition-duration: 0.3;
  }
  .top-service__section-solution-img-10 img{
    position:absolute;
    top:62.2%;
    left:0.14%;
    width:13.0%;
    transition-duration: 0.3;
  }
  
  
  
  
  .top-service__section-platform-img img{
    width:100%;
    opacity: 0;
    z-index: 2;
  }
  
  .top-service__section-platform-img-01 img{
    position:absolute;
    top:10.10%;
    left:36.46%;
    width:25.2%;
  }
  
  .top-service__section-platform-img-02 img{
    position:absolute;
    top:27.8%;
    left:36.46%;
    width:25.2%;
  }
  
  
  .top-service__section-platform-img-03 img{
    position:absolute;
    top:45.2%;
    left:36.46%;
    width:25.2%;
  }
  
  .top-service__section-platform-img-04 img{
    position:absolute;
    top:62.9%;
    left:36.46%;
    width:25.2%;
  }
  
  .top-service__section-platform-img-05 img{
    position:absolute;
    top:80.4%;
    left:36.46%;
    width:32.0%;
  }
  
  .top-service__section-platform-img-06 img{
    position:absolute;
    top:0.68%;
    left:34.6%;
    width:10.13%;
  }
  
  .top-service__section-platform-img-07 img{
    position:absolute;
    top:6.0%;
    left:63.4%;
    width:22.23%;
  }
  
  .top-service__section-platform-img-08 img{
    position:absolute;
    top:0.56%;
    left:63.4%;
    width:36.63%;
  }
  
  .top-service__section-platform-img-09 img{
    position:absolute;
    top:0.2%;
    left:0.32%;
    width:18.50%;
    z-index: 2;
  }
  
  .top-service__section-platform-img-10 img{
    position:absolute;
    top:0.7%;
    left:2.0%;
    width:14.7%;
    z-index: 1;
  }


  .top-contents-movie{
    padding-top:15.6729vw;
    padding-bottom:15.6729vw;
  }
  .top-contents-movie-wrap{
    width: 100%;
    max-width:830px;
    margin:13.333333333333334vw auto 0 ;
    height: 100%;
    object-fit: contain;
  }
  .top-contents-movie-wrap iframe{
    width:100%;
    max-width:830px;
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .top_recruit-copy{
    margin-top:20.266666666666666vw;
  }
  .top_recruit-copy img{
    width:51vw;
  }
  .top_recruit-copy-text{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue","Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 3.733333333333334vw;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 2;
    margin-top: 9.333333333333334vw;
  }

}
/* 202408改修ここまで */

#top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue","Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
	font-weight: 400;
  line-height: 1.6667;
  text-align: left;
  letter-spacing: 0;
}
#top img,#top svg{
  display: block;
  height: auto;
}
#top img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#top a {
  display: inline-block;
  transition: opacity .3s;
  text-decoration: none;
	color: #000
}
#top a:hover {
  opacity: .7 !important;
}

.blockPc {
  display: block;
}
.blockSp {
  display: none;
}
.top_inner {
  max-width: calc(1160px + 2em);
  width: 100%;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}
.top_inner1280 {
  max-width: calc(1280px + 2em);
  width: 100%;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){

  .top_inner {
    max-width: 100%;
    width: 88.3178vw;
    padding-left: 0;
    padding-right: 0;
  }
  .top_inner1280 {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .blockPc {
    display: none;
  }
  .blockSp {
    display: block;
  }
}

/*************** KV ***************/
#top .kv_wrap {
  padding: 165px 0 110px;
}
#top .kv_wrap .kv_tit {
  display: block;
  width: 43.7%;
  margin-left: 6.0345%;
} 
#top .kv_wrap .kv_logo {
  width: 41.3793%;
  margin: 25px 5.6034% 22px auto;
}
#top .kv_wrap .kv_bg--img01 {
  height: 163px;
  position: relative;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-image: url('../img/index/kv_bg01.png');
  -webkit-animation: topview_l 10000s linear infinite forwards;
  animation: topview_l 10000s linear infinite forwards;
}
@-webkit-keyframes topview_l {
  from {
    background-position:0 0px;
    background-position-x: 0px;
    background-position-y: 0px;
  }
  to {
    background-position:100000px 0px;
    background-position-x: 100000px;
    background-position-y: 0px;
  }
}
@keyframes topview_l {
  from { background-position:0 0px;
    background-position-x: 0px;
    background-position-y: 0px;
  }
  to {
    background-position:100000px 0px;
    background-position-x: 100000px;
    background-position-y: 0px;
  }
}
#top .kv_wrap .kv_bg--img02 {
  height: 163px;
  margin-top: 15px;
  position: relative;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-image: url('../img/index/kv_bg02.png');
  -webkit-animation: topview_r 10000s linear infinite forwards;
  animation: topview_r 10000s linear infinite forwards;
}
@-webkit-keyframes topview_r {
  from {
    background-position:0 0px;
    background-position-x: 0px;
    background-position-y: 0px;
  }
  to {
    background-position:-100000px 0px;
    background-position-x: -100000px;
    background-position-y: 0px;
  }
}
@keyframes topview_r {
  from { background-position:0 0px;
    background-position-x: 0px;
    background-position-y: 0px;
  }
  to {
    background-position:-100000px 0px;
    background-position-x: -100000px;
    background-position-y: 0px;
  }
}

#top .kv_wrap .top_more--btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px){
  #top .kv_wrap {
    padding: 23.3645vw 0 14.0187vw;
  }
  #top .kv_wrap .kv_tit {
    width: 66.5vw;
    margin-left: 4.6729vw;
  } 
  #top .kv_wrap .kv_logo {
    width: 60.7477vw;
    margin: 11.6822vw 0 7.0093vw auto;
  }
  #top .kv_wrap .kv_bg--img01 {
    height: 38.0841vw;
  }
  #top .kv_wrap .kv_bg--img02 {
    height: 38.0841vw;
    margin-top: 3.5047vw;
  }

  #top .kv_wrap .top_more--btn {
    margin-top: 9.3458vw;
  }
}

/*************** COMMON ***************/
#top .font_roboto {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
#top .font_noto {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}
#top .font_mont {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}

#top h2.top_tit {
  position: relative;
  z-index:1;
  margin-left: 9.7414%;
}
#top .top_tit--who {
  width: 24.2241%;
  margin-bottom: 70px;
}
#top .top_tit--our {
  width: 20%;
  margin-bottom: 22px;
}
#top .top_tit--case {
  width: 22.1552%;
  margin-bottom: 20px;
}
#top h2.top_tit--service {
  width: 17.1552%;
}
#top h2.top_tit--movie {
  width: 14.1552%;
  margin-left:0px;
}
#top .top_tit--news {
  width: 10.3448%;
  margin-bottom: 50px;
}
#top .top_tit--recruit {
  width: 14.0517%;
  margin-bottom: 42px;
}
#top h2.top_tit .top_tit--inner svg {
  width:100%;
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:50% 50%;
  -webkit-mask-size:contain;
  mask-repeat:no-repeat;
  mask-position:50% 50%;
  mask-size:contain;
}
#top .top_tit--who .top_tit--inner svg{
  -webkit-mask-image:url('../img/index/title/who.svg');
  mask-image:url('../img/index/title/who.svg')
}
#top .top_tit--our .top_tit--inner svg{
  -webkit-mask-image:url('../img/index/title/ourbrand.svg');
  mask-image:url('../img/index/title/ourbrand.svg')
}
#top .top_tit--case .top_tit--inner svg{
  -webkit-mask-image:url('../img/index/title/case.svg');
  mask-image:url('../img/index/title/case.svg')
}
#top .top_tit--news .top_tit--inner svg{
  -webkit-mask-image:url('../img/index/title/news.svg');
  mask-image:url('../img/index/title/news.svg')
}
#top .top_tit--recruit .top_tit--inner svg{
  -webkit-mask-image:url('../img/index/title/recruit.svg');
  mask-image:url('../img/index/title/recruit.svg')
}

#top .top_more--btn {
  display: flex;
  align-items: center;
  max-width: 230px;
  width: 100%;
  min-height: 55px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#top .top_more--btn a {
  width: 230px;
  height: 55px;
  border-radius: 28px;
  box-sizing: border-box;
  letter-spacing: -0.03em;
  text-decoration: none;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
#top .top_more--btn_bk a {
  background: #4C4948;
  color: #ffffff;
}
#top .top_more--btn_wh a {
  background: #ffffff;
}
#top .top_more--btn_bk a::before,
#top .top_more--btn_wh a::before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 13px;
  margin-right:15px;
}
#top .top_more--btn_bk a::before {
  background: url(../img/index/top_btn_bk.png) no-repeat;
  background-size: cover;
}
#top .top_more--btn_wh a::before {
  background: url(../img/index/top_btn_wh.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px){
  #top h2.top_tit {
    margin-left: 4.6729vw;
  }
  #top .top_tit--who {
    width: 52.5701vw;
    margin-bottom: 0;
  }
  #top .top_tit--our {
    width: 43.4579vw;
    margin-bottom: 0;
  }
  #top .top_tit--case {
    width: 50vw;
    margin-bottom: 0;
  }
  #top h2.top_tit--service {
    width: 31vw;        
    margin-left: 4.6729vw;
  }
  #top h2.top_tit--movie {
    width: 25vw;
  }
  #top .top_tit--news {
    width: 22.1963vw;
    margin-bottom: 10.514vw;
  }
  #top .top_tit--recruit {
    width: 30.3738vw;
    margin-bottom: 10.514vw;
  }

  #top .top_more--btn {
    max-width: 100%;
    width: 53.7383vw;
    min-height: 12.8505vw;
  }
  #top .top_more--btn a {
    width: 53.7383vw;
    height: 12.8505vw;
    border-radius: 6.5421vw;
    letter-spacing: 0em;
    font-size: 3.5047vw;
  }
  #top .top_more--btn_bk a::before,
  #top .top_more--btn_wh a::before {
    width: 2.5701vw;
    height: 3.0374vw;
  }
}

/*************** TOP Who we are ***************/
#top .top_who {
  width: 100%;
  padding: 10px 0 70px;
  background-color: #000;
  overflow: hidden;
}
#top .top_who .top_inner p {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
  margin-top: -105px;
  margin-left: 9.7414%;
}
#top .top_who .top_inner1280 picture {
  display: block;
  width: 92.1875%;
  margin: 40px 0 0 auto;
}
#top .top_who .top_more--btn {
  margin-top: 80px;
}

#top .top_who .top_inner1280 {
  position: relative;
  z-index: 1;
}
#top .top_who .top_inner1280 .bg__dot span{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#top .top_who .top_inner1280 .bg__dot span img{
  width: 100%;
}
#top .top_who .top_inner1280 .bg__dot span.dot01{
  top: 8%;
  right: -7.8125%;
  animation: flash 3.5s infinite;
  animation-delay: .3s;
  /* opacity: 1; */
}
#top .top_who .top_inner1280 .bg__dot span.dot02{
  top: -5%;
  left: 0%;
  animation: flash03 2.5s infinite;
  animation-delay: 1s;
}
#top .top_who .top_inner1280 .bg__dot span.dot03{
  top: -25%;
  left: 11.7188%;
  animation: flash02 3s infinite;
  animation-delay: .5s;
}
#top .top_who .top_inner1280 .bg__dot span.dot04{
  top: 47%;
  left: -16.4844%;
  animation: flash02 1.8s infinite;
  animation-delay: .8s;
}
#top .top_who .top_inner1280 .bg__dot span.dot05{
  bottom: -43%;
  right: -16%;
  animation: flash04 3.5s infinite;
  animation-delay: .5s;
}
#top .top_who .top_inner1280 .bg__dot span.dot06{
  top: -20.7031%;
  left: -10.5469%;
  animation: flash 2s infinite;
}
@keyframes flash {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes flash02 {
  14% { opacity: 0; }
  56% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes flash03 {
  28% { opacity: 0; }
  60% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes flash04 {
  12% { opacity: 0; }
  55% { opacity: 1; }
  100% { opacity: 0; }
}
/* 背景 */
@media screen and (max-width: 1160px){
  #top .top_who .top_inner p {
    font-size: 1.8966vw;
    margin-top: -9.0517vw;
  }
}
@media screen and (max-width: 768px){
  #top .top_who {
    padding: 2.3364vw 0 14.0187vw;
  }
  #top .top_who .top_inner p {
    font-size: 3.5047vw;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: -4.6729vw;
    margin-left: 4.6729vw;
  }
  #top .top_who .top_inner1280 picture {
    width: 88.3178vw;
    margin: 9.3458vw auto 0;
  }
  #top .top_who .top_more--btn {
    margin-top: 9.3458vw;
  }

  #top .top_who .top_inner1280 .bg__dot span img{
    width: 70%;
  }
  #top .top_who .top_inner1280 .bg__dot span.dot06{
    top: -25%;
    left: -25%;
  }
  #top .top_who .top_inner1280 .bg__dot span.dot02{
    top: 10%;
    left: -20%;
  }
  #top .top_who .top_inner1280 .bg__dot span.dot03{
    top: 7%;
    left: 30%;
  }
  #top .top_who .top_inner1280 .bg__dot span.dot03 img {
    width: 100%;
  }
  #top .top_who .top_inner1280 .bg__dot span.dot04{
    top: 63%;
    left: -30%;
  }
  #top .top_who .top_inner1280 .bg__dot span.dot05{
    display: none;
  }
  #top .top_who .top_inner1280 .bg__dot span.dot01{
    top: 35%;
    right: -90%;
  }
}

/*************** TOP Our Brand ***************/
#top .top_brand {
  padding: 90px 0 90px;
}
#top .top_brand .top_brand--list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
  margin-top: 70px;
}
#top .top_brand .top_brand--list li {
  /* width: 376px */
  width: 32.4138%;
  overflow: hidden;
}
#top .top_brand .top_brand--list li a {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top .top_brand .scroll {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#top .top_brand .scroll::-webkit-scrollbar {
  display: none;
}
#top .top_brand .logo_list {
  display: flex;
  align-items: center;
  animation: loop infinite linear 50s both;
}
#top .top_brand .logo_list li a{
  display: block;
}
#top .top_brand .logo_list li {
  width: 100%;
  padding: 0 15px;
}
#top .top_brand .logo_list li.logo01 {
  width: 153px;
}
#top .top_brand .logo_list li.logo02 {
  width: 159px;
}
#top .top_brand .logo_list li.logo03 {
  width: 200px;
}
#top .top_brand .logo_list li.logo04 {
  width: 154px;
}
#top .top_brand .logo_list li.logo05 {
  width: 178px;
}
#top .top_brand .logo_list li.logo06 {
  width: 140px;
} 
#top .top_brand .logo_list li.logo07 {
  width: 200px;
}
#top .top_brand .logo_list li.logo08 {
  width: 221px;
}
#top .top_brand .logo_list li.logo09 {
  width: 100px;
}
#top .top_brand .logo_list li.logo10 {
  width: 200px;
}
#top .top_brand .logo_list li.logo11 {
  width: 200px;
}
#top .top_brand .logo_list li.logo12 {
  width: 100px;
}
#top .top_brand .logo_list li.logo13 {
  width: 221px;
}
#top .top_brand .logo_list li.logo14 {
  width: 160px;
}
#top .top_brand .logo_list li.logo15 {
  width: 150px;
}
#top .top_brand .logo_list li.logo16 {
  width: 180px;
}

#top .top_brand .top_more--btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px){
  #top .top_brand {
    padding: 15.6729vw 0  15.6729vw ;
  }
  #top .top_brand .top_brand--list {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    margin-bottom: 10.514vw;
    margin-top: 10.514vw;
  }
  #top .top_brand .top_brand--list li {
    width: 100%;
  }
  #top .top_brand .top_brand--list li:not(:first-child) {
    margin-top: 5.8411vw;
  }
  #top .top_brand .scroll {
    height: 16.1215vw;
  }
  #top .top_brand .logo_list li {
    padding: 0 3.5047vw;
  }
  #top .top_brand .logo_list li.logo01 {
    width: 26.6355vw;
  }
  #top .top_brand .logo_list li.logo02 {
    width: 28.0374vw;
  }
  #top .top_brand .logo_list li.logo03 {
    width: 35.0467vw;
  }
  #top .top_brand .logo_list li.logo04 {
    width: 33.6449vw;
  }
  #top .top_brand .logo_list li.logo05 {
    width: 29.6729vw;
  }
  #top .top_brand .logo_list li.logo06 {
    width: 36.4486vw;
  }
  #top .top_brand .logo_list li.logo07 {
    width: 36.4486vw;
  }
  #top .top_brand .logo_list li.logo08 {
    width: 36.4486vw;
  }
  #top .top_brand .logo_list li.logo09 {
    width: 25.4486vw;
  }
  #top .top_brand .logo_list li.logo10 {
    width: 36.4486vw;
  }
  #top .top_brand .logo_list li.logo11 {
    width: 36.4486vw;
  }
  #top .top_brand .logo_list li.logo12 {
    width: 25.4486vw;
  }
  #top .top_brand .logo_list li.logo13 {
    width: 36.4486vw;
  }
  #top .top_brand .logo_list li.logo14 {
    width: 36.4486vw;
  }
  #top .top_brand .logo_list li.logo15 {
    width: 36.4486vw;
  }
  #top .top_brand .logo_list li.logo16 {
    width: 36.4486vw;
  }
  #top .top_brand .top_more--btn {
    margin-top: 9.3458vw;
  }
}

/*************** TOP Case Study ***************/
#top .top_case {
  padding: 90px 0 90px;
}
#top .top_case .top_case--list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .top_case .top_case--list li {
  /* width: 376px */
  width: 32.4138%;
  overflow: hidden;
}
#top .top_case .top_case--list li a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .top_case .top_case--img {
  aspect-ratio: 3 / 2;
  border: 1px solid #F0F0F0;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}
#top .top_case .top_case--img img {
  width: 100%;
  height: 100%;
  transform: scale(1,1);
  object-fit: contain;
}
#top .top_case .top_case--cont {
  /* padding: 25px 35px 50px */
  padding: 6.6489% 9.3085% 13.2979%;
}
#top .top_case .top_case--cont .cat {
  color: #333333;
  font-size: 10px;
  margin-top: 8px;
}
#top .top_case .top_case--cont .cat span {
  font-size: 11px;
  padding-left: 10px;
}

#top .top_case .top_more--btn {
  margin-top: 20px;
}
@media screen and (max-width: 1160px){
  #top .top_case .top_case--img img {
    height: 100%;
  }
}
@media screen and (max-width: 768px){
  #top .top_case {
    padding: 9.3458vw 0 21.028vw;
  }
  #top .top_case .top_case--list {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  #top .top_case .top_case--list li {
    width: 100%;
  }
  #top .top_case .top_case--img img {
    height: 100%;
  }
  #top .top_case .top_case--cont {
    padding: 5.8411vw 4.6729vw 8.1776vw;
  }
  #top .top_case .top_case--cont .tit {
    font-size: 3.5047vw;
  }
  #top .top_case .top_case--cont .cat {
    font-size: 2.3364vw;
    margin-top: 1.8692vw;
  }
  #top .top_case .top_case--cont .cat span {
    font-size: 2.5701vw;
    padding-left: 2.3364vw;
  }
  #top .top_case .top_more--btn {
    margin-top: 1.1682vw;
  }
}

/*************** TOP News ***************/
#top .top_news {
  width: 100%;
  background-color: #EFEFEF;
  padding: 90px 0 90px 0;
}
#top .top_news .top_news--list {
  width:80%;
  max-width: 900px;
  margin: auto;
}
#top .top_news .top_news--list li:not(:first-child) {
  margin-top: 50px;
}
#top .top_news .top_news--list li a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#top .top_news .top_news--list li .date {
  width: calc(100% - 87.4172% - 3.9735%);
  font-size: 14px;
  line-height: 2.3;
}
#top .top_news .top_news--list li .tit {
  width: 87.4172%;
  margin-left: 3.9735%;
  font-size: 15px;
  line-height: 2;
}

#top .top_news .top_more--btn {
  margin-top: 70px;
}

@media screen and (max-width: 1160px){
  #top .top_news .top_news--list {
    width: calc(100% - 9.7414%);
    margin-left: 9.7414%;
  }
}
@media screen and (max-width: 768px){

  #top .top_news {
    padding: 15.6729vw 0 15.6729vw;
  }
  #top .top_news .top_news--list {
    width: 100%;
    margin-left: 0;
  }
  #top .top_news .top_news--list li:not(:first-child) {
    margin-top: 8.6667vw;
  }
  #top .top_news .top_news--list li a {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  #top .top_news .top_news--list li .date {
    width: 100%;
    font-size: 3.271vw;
    line-height: 1.5;
  }
  #top .top_news .top_news--list li .tit {
    width: 100%;
    margin-top: 2.3364vw;
    margin-left: 0;
    font-size: 3.5047vw;
  }
  
  #top .top_news .top_more--btn {
    margin-top: 70px;
  }
}

/*************** TOP Recruit ***************/
#top .top_recruit {
  padding: 90px 0 90px;
  background-image: url('../img/index/recruit_bg_pc.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

#top .top_recruit .top_more--btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px){
  #top .top_recruit {
    padding: 15.6729vw 0 15.6729vw;
    background-image: url('../img/index/recruit_bg_sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  #top .top_recruit .top_more--btn {
    margin-top: 14.0187vw;
  }
}




/*************** effect ***************/
.fadeIn--kv {
  -webkit-animation-duration:.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
	animation-duration:.5s;
	animation-fill-mode:forwards;
	animation-iteration-count:1;
	animation-timing-function:linear;
	opacity:0;
	-webkit-animation-name:fadeIn;
	-webkit-animation-delay:.3s;
	animation-delay:.3s;
	animation-name:fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.fadein {
opacity: 0;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.scrollin {
  opacity: 1;
}
/* //index.css END
---------------------------------------------------- */