@charset "utf-8";
.box {
  padding: 0;
  text-align: center;
}
@media screen and (max-width : 768px) {
  .box {
    padding: 0px;
  }
}
/*#box0 {
  background: #0086d1;
}
#box1 {
  background: #fff;
}
#box2 {
  background: #e8f7ff;
}
#box3 {
  background: #fffbc7;
}
#box4 {
  background: #0086d1;
}
#box5 {
  background: #e8f7ff;
}
#box6 {
  background: #fffbc7;
}
#box7 {
  background: #0086d1;
}
#box8 {
  background: #e8f7ff;
}
#new3k-1 {
  background: #fff100;
}
#roumu {
  background: #fffbc7;
}
#CCUS2025 {
  background: #e8f7ff;
}
#torikumi {
  background: #fffbc7;
}
#chinage-logo {
  background: #fff;
}
#challenge-mission {
  background: #fff;
}
#first-mission {
  background: #e8f7ff;
}
#chinage-logo3 {
  background: #fffbc7;
}*/
#contact {
  background: #fffbc7;
}
/*========= ページネーションCSS ===============*/
.pagination {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 10;
  list-style: none;
}
.pagination a {
  font-size: 16px;
  white-space: nowrap;
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #333;
  position: relative;
  padding: 4px;
}
.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
}
/*現在地表示のテキストの設定*/
.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.pagination a:hover .hover-text {
  opacity: 1;
}
.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}


#roumu {
  height: 180vh !important;
}
#challenge-mission {
  height: 280vh !important;
}
@media screen and (min-width:1319px) {
  #first-mission {
    height: 150vh !important;
  }
  #chinage-logo2 {
    height: 135vh !important;
  }
}
/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width:768px) {
  .pagination a .hover-text {
    display: none;
  }
  
  #box0 {
    height: 160vh !important;
  }
  /*#box3 {
    height: 130vh !important;
  }*/
  #new3k-2 {
    height: 130vh !important;
  }
  #new3k-3 {
    /*height: 160vh !important;*/
    height: 100vh !important;
  }
  /*#box-3pou {
    height: 100vh !important;
  }
  #box-3pou-02 {
    height: 100vh !important;
  }*/
  #roumu {
    height: 120vh !important;
  }
  #CCUS2025 {
    height: 100vh !important;
  }
  #torikumi {
    height: 100vh !important;
  }
  #chinage-logo {
    height: 120vh !important;
  }
  #challenge-mission {
    height: 130vh !important;
  }
  #chinage-logo2 {
    height: 100vh !important;
  }
}
@media screen and (max-width : 500px) { /*小さい画面のスマホ用*/
  #box0 {
    height: 130vh !important;
  }
  #new3k-3 {
    height: 160vh !important;
  }
  #ccus {
    height: 115vh !important;
  }
  #roumu {
    height: 160vh !important;
  }
  #CCUS2025 {
    height: 160vh !important;
  }
  #chinage-logo {
    height: 100vh !important;
  }
  #challenge-mission {
    height: 160vh !important;
  }
}