@charset "UTF-8";

/*************共通項目など*************/
/* Windows 用 Medium 指定の游ゴシック */
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
body {
  /* ゴシック体指定 */
  font-optical-sizing: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt"0;
  color: #2B2726;
  margin: 0 auto;
  background-color: #EFEFEF;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* 縦スクロールを抑制 */
  height: 100%;
  max-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 水平方向の中央揃え */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 垂直方向の中央揃え */
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:after,
a:before {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*************SP*************/



@media (max-width: 768px) {

  .wrapper {
    width: 90%;
  }


  header {
    position: fixed;
    width: 100%;
    height: 10vh;
    top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
  }

}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.f_font {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*************TOPページ*************/
.TOP_cont {
  width: 100vw;
  height: 100vh;
  max-height: 900px;
  display: block;
  position: relative;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 左右中央 */
}

.cara_image {
  cursor: pointer;
  position: absolute;
  display: block;
  -webkit-transition: background-size 0.2s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
  transition: background-size 0.2s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
  background-position: center;
}

.click_area {
  z-index: 99;
  position: absolute;
  display: block;
}

@media (max-width: 1920px) {



  #text {
    width: 300px;
    height: 300px;
  }

  #video .image-clip {
    width: 60%;
    margin-top: -30px;
    margin-left: 20%;
  }

  #e-larning .image-clip {
    width: 75%;
    margin-left: 200px;
  }

  #illust .image-clip {
    width: 60%;
    margin: auto;
  }

  #ecosystem .image-clip {
    width: 75%;
    margin: auto;
  }

  #vr .image-clip {
    width: 70%;
    margin: 10% auto;
  }

  #labo .image-clip {
    width: 50%;
    margin: auto;
  }

  #btn_ecosystem {
    top: 45vh;
    left: 28%;
  }

  #btn_e-larning {
    top: 45vh;
    left: 61%;
  }

}

@media (max-width: 1280px) {
  #video .image-clip {
    width: 85%;
    margin-top: -30px;
    margin-left: 13%;
  }

  #e-larning .image-clip {
    width: 120%;
    margin-left: 60px;
  }

  #illust .image-clip {
    width: 96%;
    margin: auto;
  }

  #ecosystem .image-clip {
    width: 120%;
    margin: auto;
  }

  #vr .image-clip {
    width: 108%;
    margin: 10% auto;
  }

  #labo .image-clip {
    width: 80%;
    margin: auto;
  }

  #text {
    width: 263px;
    height: 200px;
  }

}

@media (max-width: 1100px) {
  #btn_ecosystem {
    top: 45vh;
    left: 21%;
  }

  #btn_e-larning {
    top: 45vh;
    left: 64%;
  }

  #text {
    width: 186px;
    height: 186px;
  }


}


#video {
  width: 50%;
  height: 50%;
  top: 0;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
  background-color: #ECEEEF;
}


#video .hovervideo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20%;
  margin-top: -20%;
}

#video_area {
  width: 50%;
  height: 50%;
  top: 0;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0% 100%);
  position: absolute;
}

#e-larning {
  width: 50%;
  height: 75%;
  top: 12%;
  left: 50%;
  -webkit-clip-path: polygon(100% 0%, 0% 51%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 51%, 100% 100%);
  background-color: #2287E5;
}



#e-larning .hovervideo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#e-larning_area {
  width: 50%;
  height: 75%;
  top: 13%;
  left: 50%;
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

#illust {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 74%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 74%, 100% 100%, 0% 100%);
  background-color: #E8EAEC;
}


#illust .hovervideo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#illust_area {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 74%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 74%, 100% 100%, 0% 100%);
}

#vr {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 0;
  -webkit-clip-path: polygon(0 74%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 74%, 100% 0, 100% 100%, 0% 100%);
  background-color: #0688E3;
}



#vr .hovervideo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10%;
}

#vr_area {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 0;
  -webkit-clip-path: polygon(0 74%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 74%, 100% 0, 100% 100%, 0% 100%);
}

#ecosystem {
  width: 50%;
  height: 74%;
  top: 13%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #F4F4F4;
}


#ecosystem .hovervideo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10%;
}

#ecosystem_area {
  width: 50%;
  height: 74%;
  top: 13%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#labo {
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 27%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 27%);
  background-color: #2F8BE5;
}



#labo .hovervideo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10%;
  margin-left: 5%;
}

#labo_area {
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 25%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 25%);
}


#record_bg {
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}




#text {
  /* position関連はそのまま */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  /* 垂直中央揃えも実現したい場合は、Flexboxを使うのがやはり簡単 */
  display: flex;
  align-items: center;
}

#text h1 {
  /* h1の幅を親要素いっぱいに広げる */
  justify-self: center;
  /* 幅が100%になったボックスの中でテキストを中央揃えにする */
  width: 100%;
  align-items: center;
  text-align: center;
  width: fit-content;
  font-weight: 900;
  font-size: 3vw;
  color: #FFF;
  /* background-color: #0096F1; */
  padding-bottom: 0px;
  margin-bottom: 10px;
  line-height: 1.2;
  display: block;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}





#text h1 span {
  letter-spacing: -0.2em;
}

#btns {
  position: absolute;
}

#btn_video {
  top: 23vh;
  left: 55%;
}



#btn_illust {
  top: 68vh;
  left: 55%;
}

#btn_vr {
  top: 68vh;
  left: 35%;
}



#btn_labo {
  width: auto;
  top: 23vh;
  left: 35%;
  -webkit-transition: width 0.3s ease-out 0.1s;
  transition: width 0.3s ease-out 0.1s;
  -webkit-transform-origin: right;
  transform-origin: right;
}

.playbtn {
  z-index: 98;
  height: 58px;
  width: auto;
  border-radius: 34px;
  padding-right: 30px;
  position: absolute;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: width 0.3s ease-out 0.1s;
  transition: width 0.3s ease-out 0.1s;
}

.playbtn .j_text {
  font-size: 1.4vw;
  font-weight: 900;
}

.playbtn p {
  height: 22px;
  font-size: 1.6vw;
  font-weight: 900;
  margin-top: 19px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.playbtn p::after {
  content: '';
  background-image: url(../img/play_icon.png);
  position: absolute;
  vertical-align: sub;
  margin-left: -30px;
  width: 25px;
  height: 25px;
}

.playbtn_l {
  z-index: 98;
  height: 58px;
  width: auto;
  border-radius: 34px;
  padding-right: 30px;
  position: absolute;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: width 0.3s ease-out 0.1s;
  transition: width 0.3s ease-out 0.1s;
}

.playbtn_l .j_text {
  font-size: 20px;
  font-weight: 900;
}

.playbtn_l p {
  height: 22px;
  font-size: 24px;
  font-weight: 900;
  margin-top: 19px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.playbtn_l p::after {
  content: '';
  background-image: url(../img/play_icon.png);
  position: absolute;
  vertical-align: sub;
  margin-left: -30px;
  width: 25px;
  height: 25px;
}

.playbtn_l.show {
  -webkit-transform: translateX(-152px);
  transform: translateX(-152px);
}

.loop_area {
  width: 0px;
  overflow: hidden;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out, width 0.3s ease-out;
  transition: opacity 0.3s ease-out, width 0.3s ease-out;
  /* loop_area自身のトランジション */
}

.loop_area.show {
  visibility: visible;
  opacity: 1;
  width: 152px;
}

.loop_text {
  -webkit-animation: loop-slide 20s infinite linear 0s both;
  animation: loop-slide 20s infinite linear 0s both;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 1100px;
}

.loop_text .content {
  font-size: 13px;
  font-weight: 100;
  width: 600px;
  margin-top: 20px;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#logo {
  position: absolute;
  z-index: 1000;
  top: 7px;
  left: 5px;
}

#logo img {
  width: 261px;
  height: 65px;
}

/************sp*************/

@media (max-width: 768px) {

  #logo_sp {
    display: block;
    position: fixed;
    padding: 10px;
  }

  .image-clip {
    a {
      display: block;
    }
  }

  .top_text_sp_b {
    font-size: 30px;
    display: block;
    top: 10px;
    left: 30px;
    z-index: 100;
    position: absolute;
    font-weight: 900;
    color: #1F86E6;
  }

  .top_text_sp_g {
    font-size: 30px;
    display: block;
    top: 10px;
    left: 30px;
    z-index: 100;
    position: absolute;
    font-weight: 900;
    color: #EAEDEE;
  }

  .click_area_sp {
    z-index: 100;
    display: block;
    position: absolute;
  }

  #video_sp {
    width: 100%;
    height: 15vh;
    top: 10%;
    left: 0;
    background-color: #ECEEEF;
    overflow: hidden;
  }

  #video_area_sp {
    width: 100%;
    height: 15vh;
    top: 0;
  }

  #video_sp .image-clip img {
    width: 59%;
    margin-top: -150px;
  }

  #e-larning_sp {
    width: 100%;
    height: 15vh;
    top: 25%;
    left: 0;
    background-color: #2287E5;
    overflow: hidden;
  }

  #e-larning_area_sp {
    width: 100%;
    height: 15vh;
    top: 0;
  }

  #e-larning_sp .image-clip img {
    width: 49%;
    margin-top: -93px;
  }

  #illust_sp {
    width: 100%;
    height: 15vh;
    top: 40%;
    left: 0;
    background-color: #ECEEEF;
    overflow: hidden;
  }

  #illust_area_sp {
    width: 100%;
    height: 15vh;
    top: 0;
  }

  #illust_sp .image-clip img {
    width: 59%;
    margin-top: -150px;
  }

  #vr_sp {
    width: 100%;
    height: 15vh;
    top: 55%;
    left: 0;
    background-color: #0688E3;
    overflow: hidden;
  }

  #vr_area_sp {
    width: 100%;
    height: 15vh;
    top: 0;
  }


  #vr_sp .image-clip img {
    width: 54%;
    margin-top: -61px;
  }

  #ecosystem_sp {
    width: 100%;
    height: 15vh;
    top: 70%;
    left: 0;
    background-color: #F4F4F4;
    overflow: hidden;
  }


  #ecosystem_area_sp {
    width: 100%;
    height: 15vh;
    top: 0;
  }

  #ecosystem_sp .image-clip img {
    width: 59%;
    margin-top: -123px;
  }

  #labo_sp {
    width: 100%;
    height: 15vh;
    top: 85%;
    left: 0;
    background-color: #2F8BE5;
    overflow: hidden;
  }

  #labo_area_sp {
    width: 100%;
    height: 15vh;
    top: 0;

  }

  #labo_sp .image-clip img {
    width: 44%;
    margin-top: -94px;
    margin-left: 30px;
  }

  /* レコード */
  .record_img_sp {
    width: 60%;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
  }

  .record_img_sp {
    -webkit-animation: rotate 12s infinite linear;
    animation: rotate 12s infinite linear;
  }


  #record_bg_sp {
    width: 100vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }


  #text_sp {
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 300px;
    height: 200px;
  }

  #text_sp h1 {

    width: fit-content;
    font-weight: 900;
    font-size: 38px;
    color: #FFF;
    /* background-color: #0096F1; */
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2;
  }


  #text_sp h1 span {
    letter-spacing: -0.2em;
  }

}


/************アニメーション*************/

/* レコード */
.record_img {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  justify-content: center;
  position: absolute;
}

.record_img {
  -webkit-animation: rotate 12s infinite linear;
  animation: rotate 12s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*************セクション*************/
/*************セクション*************/
/*# sourceMappingURL=style.css.map */