@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;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

ol,
ul {
  list-style: none;
}

a:after,
a:before {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.f_font {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1920px) {
  .clickpoint {
    width: 45px;
    height: 55px;
  }

  .main_text {
    p {
      font-size: 17px;
    }

    h1 {
      font-size: 38px;

      span {
        font-size: 47px;
      }
    }
  }


}

@media screen and (max-width: 1440px) {

  .clickpoint {
    width: 36px;
    height: 44px;
  }


}

@media screen and (max-width: 768px) {
  .clickpoint {
    width: 27px;
    height: 33px;
  }

  .main_text {
    p {
      font-size: 14px;
    }

    h1 {
      font-size: 30px;

      span {
        font-size: 37px;
      }
    }
  }
}

@media screen and (max-width: 425px) {
  .clickpoint {
    width: 15px;
    height: 18px;
  }
}


/*  共通項目 > デバイス別出し分け
------------------------*/
.sp {
  display: none;
}

.pc_tab {
  display: block;
}

.s_sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .sp,
  .pc_tab {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .s_sp {
    display: block;
  }

  .pc_tab,
  .pc {
    display: none;
  }
}




/*************TOPページ*************/




.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
}






.main_text {
  display: block;
  padding: 100px 0 30px;
  text-align: center;

  h1 {
    color: #0096F1;
    margin-bottom: 20px;
    font-weight: 900;
  }
}

.main_img {
  position: relative;
  width: 100%;
  margin: auto 0;
  max-width: 1440px;
  justify-self: center;

  img {
    width: 100%;
  }
}

.maker {
  display: flex;
  list-style-type: none;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 1440px;
  justify-self: center;

  p {
    font-size: 13px;
    padding: 10px;
  }

  .icon {
    justify-self: center;
    flex-direction: column;
    height: 80px;
    display: flex;
    margin: 5px;
    margin-top: 10px;

    p {
      padding: 0.2em 0.5em;
      width: fit-content;
      font-size: 10px;
      background-color: #CDD2D5;
      text-align: center;
      border-radius: 8px;
      margin-inline: auto;
    }

    img {
      margin-top: 5px;
      width: 58px;
      height: 58px;
    }
  }
}


footer {
  margin-top: 50px;
  margin-bottom: 20px;

  p {
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }
}

/*************クリックポイント*************/

.clickpoint {
  position: absolute;
  cursor: pointer;
  display: inline-block;
}


.tooltip {
  position: absolute;
  bottom: 120%;
  /* アイコンの上に表示 */
  left: 50%;
  transform: translateX(-50%);
  background-color: #0096F1;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* z-index: 9999; */
  width: 200px;
  line-height: 1.5;

  h2 {
    font-size: 20px;
    color: #FCF02C;
    padding-bottom: 12px;
    line-height: 1;
  }
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #0096F1;
}

.tooltip.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-5px);
}



#clickNeko {
  top: 12%;
  left: 70%;
}

#shooting {
  top: 65%;
  left: 6%;
  z-index: 99;
}

#movie {
  top: 62%;
  left: 30%;
  z-index: 99;
}

#program {
  top: 60%;
  left: 40%;
  z-index: 99;
}

#direction {
  top: 58%;
  left: 56%;
  z-index: 99;
}

#design {
  top: 60%;
  left: 68%;
}

#VR {
  top: 40%;
  left: 23%;
}

#writing {
  top: 38%;
  left: 35%;
}

#E-Learning {
  top: 32%;
  left: 52%;
}

#three-d {
  top: 32%;
  left: 66%;
}

#illust {
  top: 42%;
  left: 76%;
}

#hashi {
  top: 53%;
  left: 91%;
}

#MTG {
  top: 15%;
  left: 15%;
}

#NA {
  top: 17%;
  left: 27%;
}

#manager {
  top: 5%;
  left: 60%;
}

#cat2 {
  top: 47%;
  left: 49%;
}





/*************アニメーション*************/


/* クリックポイント */
.clickpoint {
  animation: fuwafuwa 3s infinite;
}

.reverse {
  animation-delay: 1.5s;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }

}