@charset "UTF-8";
/*========= LoadingのためのCSS ===============*/
/* Loading */
#loading_t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 4;
}

#loading_t.move {
  -webkit-animation-name: loading_all;
  animation-name: loading_all;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loading_all {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}

@keyframes loading_all {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}

#loading_t-logo {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #00a3c2;
  z-index: 600;
  overflow: hidden;
}

#loading_t-logo .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#loading_t-logo .item > img {
  width: 49.5rem;
}

@media screen and (max-width: 768px) {
  #loading_t-logo .item > img {
    width: 79.35897vw;
  }
}

#loading_t-logo .item::before {
  content: "";
  display: block;
  background: #00a3c2;
  width: 100%;
  height: 50.5rem;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  position: absolute;
  left: 0;
  top: 0;
}

#loading_t-logo .takibi {
  margin-top: 6rem;
  width: 177px;
}

@media screen and (max-width: 768px) {
  #loading_t-logo .takibi {
    margin-top: 10.89744vw;
    width: 28.33333vw;
  }
}

#loading_t-logo.move .item::before {
  -webkit-animation-name: loading_move;
  animation-name: loading_move;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loading_move {
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes loading_move {
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

#loading_t-text {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #00a3c2;
  z-index: 4;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #loading_t-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#loading_t-text .item {
  margin-top: 28vh;
}

@media screen and (max-width: 768px) {
  #loading_t-text .item {
    margin-top: auto;
    margin-bottom: auto;
  }
}

#loading_t-text .item_text {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #loading_t-text .item_text:nth-child(1) {
    width: 43.33333vw;
    margin-top: 12.82051vw;
  }
  #loading_t-text .item_text:nth-child(1) p:nth-child(2) {
    width: 58.97436vw;
    margin-top: -2.82051vw;
  }
  #loading_t-text .item_text:nth-child(2) {
    width: 43.84615vw;
  }
  #loading_t-text .item_text:nth-child(3) {
    width: 71.79487vw;
  }
  #loading_t-text .item_text:nth-child(3) p:nth-child(2) {
    width: 51.28205vw;
    margin-top: -2.82051vw;
    margin-bottom: 33.33333vw;
  }
}

@media screen and (max-width: 325px) {
  #loading_t-text .item_text:nth-child(1) {
    width: 32.05128vw;
  }
  #loading_t-text .item_text:nth-child(1) p:nth-child(2) {
    width: 46.15385vw;
  }
  #loading_t-text .item_text:nth-child(2) {
    width: 34.61538vw;
  }
  #loading_t-text .item_text:nth-child(3) {
    width: 53.84615vw;
  }
  #loading_t-text .item_text:nth-child(3) p:nth-child(2) {
    width: 41.02564vw;
  }
}

#loading_t-text .item_text p {
  display: inline-block;
  padding: .5rem 1.9rem;
  margin: 1rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #loading_t-text .item_text p {
    padding: 0;
    line-height: 1;
    margin: 1.92308vw 0;
  }
}

@media screen and (min-width: 769px) {
  #loading_t-text .item_text p.sp {
    display: none;
  }
}

#loading_t-text .item_text p::before {
  content: "";
  display: block;
  width: 0;
  height: 8.2rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #loading_t-text .item_text p::before {
    height: 16.66667vw;
  }
}

@media screen and (max-width: 325px) {
  #loading_t-text .item_text p::before {
    height: 14.10256vw;
  }
}

#loading_t-text .item.move .item_text p::before {
  -webkit-animation-name: loading_move2;
  animation-name: loading_move2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#loading_t-text .item.move .item_text:nth-child(1) .loading_t-in, #loading_t-text .item.move .item_text:nth-child(1) .loading_t-in_inner {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#loading_t-text .item.move .item_text:nth-child(2) p::before {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#loading_t-text .item.move .item_text:nth-child(2) .loading_t-in, #loading_t-text .item.move .item_text:nth-child(2) .loading_t-in_inner {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#loading_t-text .item.move .item_text:nth-child(3) p::before {
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#loading_t-text .item.move .item_text:nth-child(3) .loading_t-in, #loading_t-text .item.move .item_text:nth-child(3) .loading_t-in_inner {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@-webkit-keyframes loading_move2 {
  to {
    width: 100%;
  }
}

@keyframes loading_move2 {
  to {
    width: 100%;
  }
}

#loading_t-text .item .loading_t-in {
  opacity: 0;
  overflow: hidden;
  display: inline-block;
}

#loading_t-text .item .loading_t-in_inner {
  display: inline-block;
}

#loading_t-text .item .slideAnimeLeftRight {
  -webkit-animation: slideTextX100 1.2s forwards;
  animation: slideTextX100 1.2s forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

#loading_t-text .item .slideAnimeRightLeft {
  -webkit-animation: slideTextX-100 1.2s forwards;
  animation: slideTextX-100 1.2s forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

#kv_visual {
  height: 100vh;
  position: relative;
  z-index: 3;
  background-color: #c9ebf0;
  overflow: hidden;
}

#kv_visual .wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#kv_visual.move .wrap {
  position: inherit;
}

#kv_visual .kv_img {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

#kv_visual .kv_img .scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#kv_visual .kv_img .scroll-img {
  width: 274vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #kv_visual .kv_img .scroll-img {
    width: 897.4359vw;
  }
}

@media screen and (max-width: 325px) {
  #kv_visual .kv_img .scroll-img {
    width: 564.10256vw;
  }
}

#kv_visual .kv_img .scroll-img img {
  width: 100%;
}

#kv_visual .kv_img .scroll-img:first-child {
  -webkit-animation: loop 1500s -750s linear infinite;
  animation: loop 1500s -750s linear infinite;
}

#kv_visual .kv_img .scroll-img:last-child {
  -webkit-animation: loop2 1500s linear infinite;
  animation: loop2 1500s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

#kv_visual .kumo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  left: 0;
  overflow: hidden;
  -webkit-animation: none;
  animation: none;
}

#kv_visual .kumo1 {
  bottom: 48vw;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #kv_visual .kumo1 {
    bottom: 153.84615vw;
  }
}

@media screen and (max-width: 325px) {
  #kv_visual .kumo1 {
    bottom: 102.5641vw;
  }
}

#kv_visual .kumo1 img {
  width: 100%;
  float: none;
  max-width: inherit;
}

#kv_visual .kumo1 img:first-child {
  -webkit-animation: loop 150s -75s linear infinite;
  animation: loop 150s -75s linear infinite;
}

#kv_visual .kumo1 img:last-child {
  -webkit-animation: loop2 150s linear infinite;
  animation: loop2 150s linear infinite;
}

@media screen and (max-width: 768px) {
  #kv_visual .kumo1 img {
    width: 304.48718vw;
  }
}

#kv_visual .kumo2 {
  bottom: 39vw;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #kv_visual .kumo2 {
    bottom: 128.20513vw;
  }
}

@media screen and (max-width: 325px) {
  #kv_visual .kumo2 {
    bottom: 83.33333vw;
  }
}

#kv_visual .kumo2 img {
  width: 100%;
  float: none;
  max-width: inherit;
}

#kv_visual .kumo2 img:first-child {
  -webkit-animation: loop 175s -87.5s linear infinite;
  animation: loop 175s -87.5s linear infinite;
}

#kv_visual .kumo2 img:last-child {
  -webkit-animation: loop2 175s linear infinite;
  animation: loop2 175s linear infinite;
}

@media screen and (max-width: 768px) {
  #kv_visual .kumo2 img {
    width: 304.48718vw;
  }
}

#kv_visual .kv_title {
  width: 41.8rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 7.6vh;
  margin: auto;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  #kv_visual .kv_title {
    width: 79.48718vw;
    top: 21.79487vw;
  }
}

@media screen and (max-width: 325px) {
  #kv_visual .kv_title {
    width: 70.51282vw;
    top: 19.23077vw;
  }
}

#kv_visual .kv_title span {
  display: block;
  width: 23rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background-color: #fff;
  margin: 1.5rem auto 0;
}

@media screen and (max-width: 768px) {
  #kv_visual .kv_title span {
    width: 48.71795vw;
    padding: 2.5641vw 4.48718vw;
    border-radius: 1rem;
  }
}

#kv_visual .anc_links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  margin: auto;
  z-index: 5;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #kv_visual .anc_links {
    bottom: 5.12821vw;
    padding: 0 5.25%;
    padding-bottom: 15px;
    overflow: scroll;
  }
}

#kv_visual #page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 98%;
  max-width: 140rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #kv_visual #page-link {
    width: 284.61538vw;
    overflow-x: scroll;
  }
}

#kv_visual #page-link li {
  width: 13.5%;
}

@media screen and (max-width: 768px) {
  #kv_visual #page-link li {
    width: 38.46154vw;
  }
}

#kv_visual #page-link a {
  display: block;
}

.imgarea {
  height: 100vh;
}

.section {
  /*min-height: 100vh;*/
  text-align: center;
}

.wrap {
  padding: 8rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 15.38462vw 0 23.07692vw;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 4px solid #000;
  border-radius: 50vw;
  padding: 1.2rem;
  line-height: 1;
  background-color: #fff;
  min-height: 5.7rem;
}

@media screen and (max-width: 768px) {
  .btn {
    border-width: 2px;
    padding: 0;
    min-height: 10.25641vw;
  }
}

.btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/ic-s-arrow.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .btn::after {
    width: 3.84615vw;
    height: 3.84615vw;
    right: 5.12821vw;
  }
}

.btn._coming {
  border-color: #b7b7b7;
  background-color: #b7b7b7;
  pointer-events: none;
}

.btn._coming img {
  width: 23rem;
}

@media screen and (max-width: 768px) {
  .btn._coming img {
    width: 48.46154vw;
  }
}

.btn._coming::after {
  display: none;
}

#section1 {
  background: #00a3c2;
  color: #fff;
  font-size: 2rem;
  position: relative;
  z-index: 3;
  padding: 8rem 0 12rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  #section1 {
    padding: 15.38462vw 0 20.51282vw;
    font-size: 3.58974vw;
  }
}

#section1 h2 {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #section1 h2 {
    font-size: 7.69231vw;
    line-height: 1.4;
  }
}

#section1 h2 picture {
  display: block;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #section1 h2 picture {
    margin: 2.30769vw auto 1.66667vw;
    width: 38.20513vw;
    line-height: 1;
  }
}

#section1 .catchtext {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #section1 .catchtext {
    font-size: 5.12821vw;
  }
}

#section1 .catchimg {
  margin: 2.8rem auto 4rem;
  width: 20.8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  #section1 .catchimg {
    margin: 5.12821vw auto 8.33333vw;
    width: 41.28205vw;
  }
}

#section1 .catchimg .takibi {
  width: 10.2rem;
  position: absolute;
  right: 4.8rem;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #section1 .catchimg .takibi {
    width: 20.25641vw;
    right: 9.61538vw;
  }
}

#section1 .catchcopy {
  display: inline-block;
  text-align: left;
  margin: 4.2rem auto 2.5rem;
}

@media screen and (max-width: 768px) {
  #section1 .catchcopy {
    margin: 9.61538vw auto 5.12821vw;
  }
}

#section1 .catchcopy p {
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  #section1 .catchcopy p {
    margin-bottom: 3.84615vw;
  }
}

#section1 .catchcopy p img {
  width: 41.5rem;
  max-width: inherit;
}

@media screen and (max-width: 768px) {
  #section1 .catchcopy p img {
    width: 67.94872vw;
  }
}

#section1 .catchcopy p:nth-of-type(1) {
  width: 37rem;
  height: 6.3rem;
}

@media screen and (max-width: 768px) {
  #section1 .catchcopy p:nth-of-type(1) {
    width: 60.64103vw;
    height: 10.51282vw;
  }
}

#section1 .catchcopy p:nth-of-type(1) .move {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#section1 .catchcopy p:nth-of-type(2) {
  width: 34.3rem;
  height: 5.9rem;
}

@media screen and (max-width: 768px) {
  #section1 .catchcopy p:nth-of-type(2) {
    width: 44.61538vw;
    height: 9.61538vw;
  }
}

#section1 .catchcopy p:nth-of-type(2) .move {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#section1 .catchcopy p:nth-of-type(3) {
  width: 24rem;
  height: 5.9rem;
}

@media screen and (max-width: 768px) {
  #section1 .catchcopy p:nth-of-type(3) {
    width: 33.71795vw;
    height: 9.61538vw;
  }
}

#section1 .catchcopy p:nth-of-type(3) .move {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#section1 .catchcopy p:nth-of-type(3) .move {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#section1 .catchcopy p:nth-of-type(4) {
  width: 42rem;
  height: 7.3rem;
}

@media screen and (max-width: 768px) {
  #section1 .catchcopy p:nth-of-type(4) {
    width: 68.84615vw;
    height: 12.17949vw;
  }
}

#section1 .catchcopy p:nth-of-type(4) .move {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

#section1 .catchcopy .slide-in {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #00a3c2;
  position: absolute;
  left: 0;
  top: 0;
}

#section1 .catchcopy .move {
  -webkit-animation: slideTextXmove 1.5s forwards;
  animation: slideTextXmove 1.5s forwards;
}

@-webkit-keyframes slideTextXmove {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@keyframes slideTextXmove {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

#section1 .catchtext2 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #section1 .catchtext2 {
    font-size: 6.41026vw;
  }
}

#section1 .catchlogo {
  margin: 3rem auto 0;
  width: 28.5rem;
}

@media screen and (max-width: 768px) {
  #section1 .catchlogo {
    margin: 7.69231vw auto 0;
    width: 50.76923vw;
  }
}

#section1 .scrolldown {
  position: relative;
  display: block;
  height: 13rem;
  width: .6rem;
  margin: 4.5rem auto 3.5rem;
  background-color: #fff;
  border-radius: 50vw;
  overflow: hidden;
}

#section1 .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: .6rem;
  height: 5.8rem;
  background: #000;
  border-radius: 50vw;
  -webkit-animation: pathmove 2s ease-in-out infinite;
  animation: pathmove 2s ease-in-out infinite;
}

@-webkit-keyframes pathmove {
  0% {
    top: -5.8rem;
  }
  100% {
    top: 14rem;
  }
}

@keyframes pathmove {
  0% {
    top: -5.8rem;
  }
  100% {
    top: 14rem;
  }
}

.section2_bg {
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/toppege/bgimg.png) center/cover no-repeat fixed;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .section2_bg {
    background: url(../img/toppege/bgimg_sp.png) top center/cover no-repeat;
  }
}

#section2 {
  padding-top: 85vh;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #section2 {
    padding-top: 60vh;
  }
}

#section2 .wrap {
  border-radius: 8rem 8rem 0 0;
  background: #d7d44d;
}

@media screen and (max-width: 768px) {
  #section2 .wrap {
    border-radius: 12.82051vw 12.82051vw 0 0;
  }
}

#section3 {
  width: 100%;
  position: relative;
  background: #c9ebf0;
  overflow: hidden;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 2;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #section3 {
    font-size: 4.87179vw;
  }
}

#section3 .fs_big {
  font-size: 5.5rem;
}

@media screen and (max-width: 768px) {
  #section3 .fs_big {
    font-size: 10.25641vw;
    line-height: 1.25;
    margin: 2.5641vw auto;
  }
}

#section3 .fadeUp {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

#section3 .fadeUp:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#section3 .fadeUp:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#section3 .fadeUp:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#section3 .fadeUp:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#section3 .inner {
  position: relative;
  z-index: 2;
}

#section3 .logo {
  margin: 7rem auto 0;
  width: 29.6rem;
}

@media screen and (max-width: 768px) {
  #section3 .logo {
    margin: 12.82051vw auto 0;
    width: 42.17949vw;
  }
}

#section3 .kumo1 {
  position: fixed;
  width: 265%;
  left: -18.8%;
  bottom: 5vw;
}

@media screen and (max-width: 768px) {
  #section3 .kumo1 {
    -webkit-animation-duration: 180s;
    animation-duration: 180s;
    bottom: 30vw;
    width: 565%;
  }
}

#section3 .kumo2 {
  position: fixed;
  width: 234%;
  bottom: 1vw;
  left: 8.6%;
}

@media screen and (max-width: 768px) {
  #section3 .kumo2 {
    -webkit-animation-duration: 180s;
    animation-duration: 180s;
    bottom: 13vw;
    width: 480%;
  }
}

#section4 {
  background: #00a3c2;
  position: relative;
  z-index: 2;
}

#section4 .wrap {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  #section4 .wrap {
    padding: 15.38462vw 0;
  }
}

#section4 .jobs {
  padding-right: 4.5rem;
}

@media screen and (max-width: 768px) {
  #section4 .jobs {
    padding: 0;
    background-color: #00a3c2;
    margin-bottom: 5.12821vw;
  }
}

#section4 .jobs .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #section4 .jobs .inner_wrap {
    display: block;
  }
}

#section4 .jobs h2 {
  margin: 0 auto 10.8rem;
  width: 34.5rem;
}

@media screen and (max-width: 768px) {
  #section4 .jobs h2 {
    width: 77.82051vw;
    margin-bottom: 3.84615vw;
  }
}

#section4 .jobs .img {
  width: 44%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #section4 .jobs .img {
    width: 100%;
    height: 124.35897vw;
    margin: 0 auto;
  }
}

#section4 .jobs .text {
  margin: 3rem auto 2rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #section4 .jobs .text {
    font-size: 5.12821vw;
    margin: 5.12821vw auto 2.5641vw;
  }
}

#section4 .jobs .slick-list {
  border: 4px solid #000;
  border-radius: 2rem;
}

#section4 .jobs .slick-dotted.slick-slider {
  padding-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  #section4 .jobs .slick-dotted.slick-slider {
    margin-bottom: 7.05128vw;
    padding-bottom: 7.05128vw;
  }
}

#section4 .jobs .slick-dots li {
  width: 4rem;
  height: 4rem;
}

@media screen and (max-width: 768px) {
  #section4 .jobs .slick-dots li {
    width: 8.71795vw;
    height: 8.71795vw;
    margin: 0 0.89744vw;
  }
}

#section4 .jobs .slick-dots li button {
  width: 4rem;
  height: 4rem;
  border-radius: 50vw;
  padding: 0;
  background: center/contain no-repeat #fff;
}

@media screen and (max-width: 768px) {
  #section4 .jobs .slick-dots li button {
    width: 8.71795vw;
    height: 8.71795vw;
  }
}

#section4 .jobs .slick-dots li button:before {
  display: none;
}

#section4 .jobs .slick-dots li.slick-active button {
  background: center/contain no-repeat #d7d44d;
}

#section4 .jobs .slick-dots li:nth-child(1) button {
  background-image: url(../img/toppege/job_num1.png);
}

#section4 .jobs .slick-dots li:nth-child(1).slick-active button {
  background-image: url(../img/toppege/job_num1_act.png);
}

#section4 .jobs .slick-dots li:nth-child(2) button {
  background-image: url(../img/toppege/job_num2.png);
}

#section4 .jobs .slick-dots li:nth-child(2).slick-active button {
  background-image: url(../img/toppege/job_num2_act.png);
}

#section4 .jobs .slick-dots li:nth-child(3) button {
  background-image: url(../img/toppege/job_num3.png);
}

#section4 .jobs .slick-dots li:nth-child(3).slick-active button {
  background-image: url(../img/toppege/job_num3_act.png);
}

#section4 .jobs .slick-dots li:nth-child(4) button {
  background-image: url(../img/toppege/job_num4.png);
}

#section4 .jobs .slick-dots li:nth-child(4).slick-active button {
  background-image: url(../img/toppege/job_num4_act.png);
}

#section4 .jobs .slick-dots li:nth-child(5) button {
  background-image: url(../img/toppege/job_num5.png);
}

#section4 .jobs .slick-dots li:nth-child(5).slick-active button {
  background-image: url(../img/toppege/job_num5_act.png);
}

#section4 .jobs .slick-dots li:nth-child(6) button {
  background-image: url(../img/toppege/job_num6.png);
}

#section4 .jobs .slick-dots li:nth-child(6).slick-active button {
  background-image: url(../img/toppege/job_num6_act.png);
}

#section4 .jobs .slick-dots li:nth-child(7) button {
  background-image: url(../img/toppege/job_num7.png);
}

#section4 .jobs .slick-dots li:nth-child(7).slick-active button {
  background-image: url(../img/toppege/job_num7_act.png);
}

#section4 .jobs .slick-dots li:nth-child(8) button {
  background-image: url(../img/toppege/job_num8.png);
}

#section4 .jobs .slick-dots li:nth-child(8).slick-active button {
  background-image: url(../img/toppege/job_num8_act.png);
}

#section4 .btn {
  background-color: #caebef;
}

#section4 .btn img {
  width: 16.5rem;
}

@media screen and (max-width: 768px) {
  #section4 .btn img {
    width: 38.84615vw;
  }
}

#section5 {
  background: #f39675;
  position: relative;
  z-index: 3;
}

#section5::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #c5c12a;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #section5::before {
    display: none;
  }
}

#section5 .inner_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #section5 .inner_wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

#section5 .ourworks, #section5 .member {
  width: 50%;
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  #section5 .ourworks, #section5 .member {
    width: 100%;
  }
  #section5 .ourworks .inner_wrap, #section5 .member .inner_wrap {
    padding: 15.38462vw 5.12821vw 17.94872vw;
  }
}

#section5 .ourworks .btn, #section5 .member .btn {
  width: 100%;
}

#section5 .member {
  padding-right: 4.5rem;
}

@media screen and (max-width: 768px) {
  #section5 .member {
    padding: 0;
    background-color: #c5c12a;
    position: relative;
  }
  #section5 .member .inner_wrap {
    background-color: #c5c12a;
  }
}

#section5 .ourworks {
  padding-left: 4.5rem;
}

@media screen and (max-width: 768px) {
  #section5 .ourworks {
    padding: 0;
  }
}

#section5 .ourworks .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40.4rem;
}

@media screen and (max-width: 768px) {
  #section5 .ourworks .img {
    margin: 5.12821vw auto 5.76923vw;
    height: inherit;
  }
}

#section6 {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #e4f1df;
  height: 68vw;
}

@media screen and (max-width: 768px) {
  #section6 {
    height: 100vh;
  }
}

#section6 .bg_con {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: -11.2vw;
}

@media screen and (max-width: 768px) {
  #section6 .bg_con {
    top: 0;
  }
}

#section6 h2 {
  position: absolute;
  top: 4.76vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  width: 99rem;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  border-radius: 2rem;
  padding-bottom: 1.25rem;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  #section6 h2 {
    width: 90%;
    padding: 3.20513vw;
    font-size: 8.33333vw;
  }
}

#section6 h2 span {
  display: block;
  margin-top: 1rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #section6 h2 span {
    margin-top: 3.84615vw;
  }
}

#section6 h2 span img {
  width: 25rem;
}

@media screen and (max-width: 768px) {
  #section6 h2 span img {
    width: 48.33333vw;
  }
}

@media screen and (max-width: 768px) {
  #section6 h2 {
    top: 7.69231vw;
  }
}

#section6 .kumo1 {
  width: 265%;
  left: -18.8%;
  top: 13.2vw;
}

@media screen and (max-width: 768px) {
  #section6 .kumo1 {
    width: 365%;
    top: 60.2vw;
  }
}

#section6 .kumo2 {
  width: 234%;
  top: 17.2vw;
  left: 8.6%;
}

@media screen and (max-width: 768px) {
  #section6 .kumo2 {
    width: 334%;
    top: 66.8vw;
  }
}

#section6 .yama {
  position: absolute;
  top: 24vw;
  left: 0;
  width: 100%;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #section6 .yama {
    top: 77.4vw;
    left: -23vw;
    width: 152%;
  }
}

#section6 .parts {
  position: absolute;
}

#section6 .parts1 {
  top: 33vw;
  left: 16.8vw;
  width: 82vw;
  z-index: 15;
}

@media screen and (max-width: 768px) {
  #section6 .parts1 {
    top: 91.3vw;
    left: -1.1vw;
    width: 101.4vw;
  }
}

#section6 .parts2 {
  top: 65.8vw;
  left: 16.8vw;
  width: 83.8vw;
}

@media screen and (max-width: 768px) {
  #section6 .parts2 {
    display: none;
  }
}

#section6 .parts7 {
  top: 31.2vw;
  left: 0;
  width: 24.8vw;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  #section6 .parts7 {
    display: none;
  }
}

#section6 .anim {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 10vw;
  z-index: 10;
}

#section6 .anim_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#section6 .anim1 {
  width: 4vw;
  top: 34vw;
  left: 19.9vw;
}

#section6 .anim1 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim1 2.5s steps(2) infinite;
  animation: anim1 2.5s steps(2) infinite;
}

@media screen and (max-width: 768px) {
  #section6 .anim1 {
    width: 6vw;
    top: 93vw;
    left: 8.3vw;
  }
  #section6 .anim1 img {
    -webkit-animation: anim1_sp 2.5s steps(2) infinite;
    animation: anim1_sp 2.5s steps(2) infinite;
  }
}

@-webkit-keyframes anim1 {
  to {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

@keyframes anim1 {
  to {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

@-webkit-keyframes anim1_sp {
  to {
    -webkit-transform: translateX(-12vw);
    transform: translateX(-12vw);
  }
}

@keyframes anim1_sp {
  to {
    -webkit-transform: translateX(-12vw);
    transform: translateX(-12vw);
  }
}

#section6 .anim2 {
  top: 34.2vw;
  left: 47.4vw;
  width: 9.3vw;
}

#section6 .anim2 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim2 2.5s steps(2) infinite;
  animation: anim2 2.5s steps(2) infinite;
}

@-webkit-keyframes anim2 {
  to {
    -webkit-transform: translateX(-18.6vw);
    transform: translateX(-18.6vw);
  }
}

@keyframes anim2 {
  to {
    -webkit-transform: translateX(-18.6vw);
    transform: translateX(-18.6vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim2 {
    top: 93.1vw;
    left: 50.3vw;
    width: 13.8vw;
  }
  #section6 .anim2 img {
    -webkit-animation: anim2_sp 2.5s steps(2) infinite;
    animation: anim2_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim2_sp {
    to {
      -webkit-transform: translateX(-27.6vw);
      transform: translateX(-27.6vw);
    }
  }
  @keyframes anim2_sp {
    to {
      -webkit-transform: translateX(-27.6vw);
      transform: translateX(-27.6vw);
    }
  }
}

#section6 .anim3 {
  top: 39.4vw;
  left: 11.35vw;
  width: 11.1vw;
}

#section6 .anim3 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim3 2.5s steps(2) 2.5s infinite;
  animation: anim3 2.5s steps(2) 2.5s infinite;
}

@-webkit-keyframes anim3 {
  to {
    -webkit-transform: translateX(-22.2vw);
    transform: translateX(-22.2vw);
  }
}

@keyframes anim3 {
  to {
    -webkit-transform: translateX(-22.2vw);
    transform: translateX(-22.2vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim3 {
    top: 101.1vw;
    left: -4.2vw;
    width: 16.6vw;
  }
  #section6 .anim3 img {
    -webkit-animation: anim3_sp 2.5s steps(2) infinite;
    animation: anim3_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim3_sp {
    to {
      -webkit-transform: translateX(-33.2vw);
      transform: translateX(-33.2vw);
    }
  }
  @keyframes anim3_sp {
    to {
      -webkit-transform: translateX(-33.2vw);
      transform: translateX(-33.2vw);
    }
  }
}

#section6 .anim3_2 {
  top: 53.4vw;
  left: 68.7vw;
  width: 16.5vw;
  z-index: 15;
}

#section6 .anim3_2 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim3-2 2.5s steps(2) infinite;
  animation: anim3-2 2.5s steps(2) infinite;
}

@-webkit-keyframes anim3-2 {
  to {
    -webkit-transform: translateX(-33vw);
    transform: translateX(-33vw);
  }
}

@keyframes anim3-2 {
  to {
    -webkit-transform: translateX(-33vw);
    transform: translateX(-33vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim3_2 {
    top: 122.8vw;
    left: 82.3vw;
    width: 23.6vw;
  }
  #section6 .anim3_2 img {
    -webkit-animation: anim3_2_sp 2.5s steps(2) infinite;
    animation: anim3_2_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim3_2_sp {
    to {
      -webkit-transform: translateX(-47.2vw);
      transform: translateX(-47.2vw);
    }
  }
  @keyframes anim3_2_sp {
    to {
      -webkit-transform: translateX(-47.2vw);
      transform: translateX(-47.2vw);
    }
  }
}

#section6 .anim4 {
  width: 6.3vw;
  top: 44.4vw;
  left: 56.2vw;
}

#section6 .anim4 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim4 2.5s steps(2) infinite;
  animation: anim4 2.5s steps(2) infinite;
}

@-webkit-keyframes anim4 {
  to {
    -webkit-transform: translateX(-12.9vw);
    transform: translateX(-12.9vw);
  }
}

@keyframes anim4 {
  to {
    -webkit-transform: translateX(-12.9vw);
    transform: translateX(-12.9vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim4 {
    top: 108.5vw;
    left: 63.1vw;
    width: 9.8vw;
  }
  #section6 .anim4 img {
    -webkit-animation: anim4_sp 2.5s steps(2) infinite;
    animation: anim4_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim4_sp {
    to {
      -webkit-transform: translateX(-19.6vw);
      transform: translateX(-19.6vw);
    }
  }
  @keyframes anim4_sp {
    to {
      -webkit-transform: translateX(-19.6vw);
      transform: translateX(-19.6vw);
    }
  }
}

#section6 .anim5 {
  width: 4.9vw;
  top: 56.6vw;
  left: 26.9vw;
  z-index: 15;
}

#section6 .anim5 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim5 4s steps(2) infinite;
  animation: anim5 4s steps(2) infinite;
}

@-webkit-keyframes anim5 {
  to {
    -webkit-transform: translateX(-9.8vw);
    transform: translateX(-9.8vw);
  }
}

@keyframes anim5 {
  to {
    -webkit-transform: translateX(-9.8vw);
    transform: translateX(-9.8vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim5 {
    width: 7.4vw;
    top: 127.4vw;
    left: 18.8vw;
  }
  #section6 .anim5 img {
    -webkit-animation: anim5_sp 2.5s steps(2) infinite;
    animation: anim5_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim5_sp {
    to {
      -webkit-transform: translateX(-14.8vw);
      transform: translateX(-14.8vw);
    }
  }
  @keyframes anim5_sp {
    to {
      -webkit-transform: translateX(-14.8vw);
      transform: translateX(-14.8vw);
    }
  }
}

#section6 .anim6 {
  width: 3.6vw;
  top: 59.6vw;
  left: 35.7vw;
  z-index: 15;
}

#section6 .anim6 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim6 2.5s steps(2) 2.5s infinite;
  animation: anim6 2.5s steps(2) 2.5s infinite;
}

@-webkit-keyframes anim6 {
  to {
    -webkit-transform: translateX(-7.2vw);
    transform: translateX(-7.2vw);
  }
}

@keyframes anim6 {
  to {
    -webkit-transform: translateX(-7.2vw);
    transform: translateX(-7.2vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim6 {
    width: 5.6vw;
    top: 131.8vw;
    left: 32vw;
  }
  #section6 .anim6 img {
    -webkit-animation: anim6_sp 2.5s steps(2) infinite;
    animation: anim6_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim6_sp {
    to {
      -webkit-transform: translateX(-11.2vw);
      transform: translateX(-11.2vw);
    }
  }
  @keyframes anim6_sp {
    to {
      -webkit-transform: translateX(-11.2vw);
      transform: translateX(-11.2vw);
    }
  }
}

#section6 .anim7 {
  width: 3.7vw;
  top: 62.1vw;
  left: 37.4vw;
  z-index: 15;
}

#section6 .anim7 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim7 2.5s steps(2) infinite;
  animation: anim7 2.5s steps(2) infinite;
}

@-webkit-keyframes anim7 {
  to {
    -webkit-transform: translateX(-7.4vw);
    transform: translateX(-7.4vw);
  }
}

@keyframes anim7 {
  to {
    -webkit-transform: translateX(-7.4vw);
    transform: translateX(-7.4vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim7 {
    width: 5.6vw;
    top: 135.3vw;
    left: 34.9vw;
  }
  #section6 .anim7 img {
    -webkit-animation: anim7_sp 2.5s steps(2) infinite;
    animation: anim7_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim7_sp {
    to {
      -webkit-transform: translateX(-11.2vw);
      transform: translateX(-11.2vw);
    }
  }
  @keyframes anim7_sp {
    to {
      -webkit-transform: translateX(-11.2vw);
      transform: translateX(-11.2vw);
    }
  }
}

#section6 .anim8 {
  width: 10.7vw;
  top: 57.6vw;
  left: 51.6vw;
}

#section6 .anim8 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim8 3.5s steps(2) 2.5s infinite;
  animation: anim8 3.5s steps(2) 2.5s infinite;
}

@-webkit-keyframes anim8 {
  to {
    -webkit-transform: translateX(-21.4vw);
    transform: translateX(-21.4vw);
  }
}

@keyframes anim8 {
  to {
    -webkit-transform: translateX(-21.4vw);
    transform: translateX(-21.4vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim8 {
    width: 16vw;
    top: 128.7vw;
    left: 56.5vw;
  }
  #section6 .anim8 img {
    -webkit-animation: anim8_sp 2.5s steps(2) infinite;
    animation: anim8_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim8_sp {
    to {
      -webkit-transform: translateX(-32vw);
      transform: translateX(-32vw);
    }
  }
  @keyframes anim8_sp {
    to {
      -webkit-transform: translateX(-32vw);
      transform: translateX(-32vw);
    }
  }
}

#section6 .anim9 {
  width: 4.7vw;
  top: 59.1vw;
  left: 63.5vw;
  z-index: 20;
}

#section6 .anim9 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim9 4s steps(2) infinite;
  animation: anim9 4s steps(2) infinite;
}

@-webkit-keyframes anim9 {
  to {
    -webkit-transform: translateX(-9.4vw);
    transform: translateX(-9.4vw);
  }
}

@keyframes anim9 {
  to {
    -webkit-transform: translateX(-9.4vw);
    transform: translateX(-9.4vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim9 {
    width: 7.2vw;
    top: 130.8vw;
    left: 74.2vw;
  }
  #section6 .anim9 img {
    -webkit-animation: anim9_sp 2.5s steps(2) infinite;
    animation: anim9_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim9_sp {
    to {
      -webkit-transform: translateX(-14.4vw);
      transform: translateX(-14.4vw);
    }
  }
  @keyframes anim9_sp {
    to {
      -webkit-transform: translateX(-14.4vw);
      transform: translateX(-14.4vw);
    }
  }
}

#section6 .anim10 {
  width: 10.8vw;
  top: 42.9vw;
  left: 63.7vw;
}

#section6 .anim10 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim10 3s steps(2) infinite;
  animation: anim10 3s steps(2) infinite;
}

@-webkit-keyframes anim10 {
  to {
    -webkit-transform: translateX(-21.6vw);
    transform: translateX(-21.6vw);
  }
}

@keyframes anim10 {
  to {
    -webkit-transform: translateX(-21.6vw);
    transform: translateX(-21.6vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim10 {
    width: 16.4vw;
    top: 106.1vw;
    left: 74.8vw;
  }
  #section6 .anim10 img {
    -webkit-animation: anim10_sp 2.5s steps(2) infinite;
    animation: anim10_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim10_sp {
    to {
      -webkit-transform: translateX(-32.8vw);
      transform: translateX(-32.8vw);
    }
  }
  @keyframes anim10_sp {
    to {
      -webkit-transform: translateX(-32.8vw);
      transform: translateX(-32.8vw);
    }
  }
}

#section6 .anim11 {
  width: 27.8vw;
  top: 32.3vw;
  right: -1.2vw;
  left: auto;
}

#section6 .anim11 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim11 5s steps(2) infinite;
  animation: anim11 5s steps(2) infinite;
}

@-webkit-keyframes anim11 {
  to {
    -webkit-transform: translateX(-55.6vw);
    transform: translateX(-55.6vw);
  }
}

@keyframes anim11 {
  to {
    -webkit-transform: translateX(-55.6vw);
    transform: translateX(-55.6vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim11 {
    width: 43.8vw;
    left: 86.1vw;
    top: 91.4vw;
  }
  #section6 .anim11 img {
    -webkit-animation: anim11_sp 5s steps(2) infinite;
    animation: anim11_sp 5s steps(2) infinite;
  }
}

@-webkit-keyframes anim11_sp {
  to {
    -webkit-transform: translateX(-87.6vw);
    transform: translateX(-87.6vw);
  }
}

@keyframes anim11_sp {
  to {
    -webkit-transform: translateX(-87.6vw);
    transform: translateX(-87.6vw);
  }
}

#section6 .anim12 {
  width: 4vw;
  top: 35.2vw;
  left: 87.6vw;
}

#section6 .anim12 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim12 2.5s steps(2) 2.5s infinite;
  animation: anim12 2.5s steps(2) 2.5s infinite;
}

@-webkit-keyframes anim12 {
  to {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

@keyframes anim12 {
  to {
    -webkit-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim12 {
    width: 4vw;
    top: 26.9vw;
    left: 86.9vw;
  }
  #section6 .anim12 img {
    -webkit-animation: anim12_sp 2.5s steps(2) infinite;
    animation: anim12_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim12_sp {
    to {
      -webkit-transform: translateX(-8vw);
      transform: translateX(-8vw);
    }
  }
  @keyframes anim12_sp {
    to {
      -webkit-transform: translateX(-8vw);
      transform: translateX(-8vw);
    }
  }
}

#section6 .anim13 {
  width: 7.4vw;
  top: 47.8vw;
  left: 78vw;
}

#section6 .anim13 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim13 2.5s steps(2) infinite;
  animation: anim13 2.5s steps(2) infinite;
}

@-webkit-keyframes anim13 {
  to {
    -webkit-transform: translateX(-14.8vw);
    transform: translateX(-14.8vw);
  }
}

@keyframes anim13 {
  to {
    -webkit-transform: translateX(-14.8vw);
    transform: translateX(-14.8vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim13 {
    display: none;
  }
}

#section6 .anim14 {
  width: 6.6vw;
  top: 46.7vw;
  left: 86.1vw;
}

#section6 .anim14 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim14 2.5s steps(2) infinite;
  animation: anim14 2.5s steps(2) infinite;
}

@-webkit-keyframes anim14 {
  to {
    -webkit-transform: translateX(-13.2vw);
    transform: translateX(-13.2vw);
  }
}

@keyframes anim14 {
  to {
    -webkit-transform: translateX(-13.2vw);
    transform: translateX(-13.2vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim14 {
    display: none;
  }
}

#section6 .anim15 {
  top: 38.28vw;
  left: 48.6vw;
  width: 10vw;
}

#section6 .anim15 img {
  width: 400%;
  max-width: inherit;
  -webkit-animation: anim15 6s steps(4) infinite;
  animation: anim15 6s steps(4) infinite;
}

@-webkit-keyframes anim15 {
  to {
    -webkit-transform: translateX(-40vw);
    transform: translateX(-40vw);
  }
}

@keyframes anim15 {
  to {
    -webkit-transform: translateX(-40vw);
    transform: translateX(-40vw);
  }
}

@media screen and (max-width: 768px) {
  #section6 .anim15 {
    top: 98.65vw;
    left: 51.7vw;
    width: 15.5vw;
  }
  #section6 .anim15 img {
    -webkit-animation: anim15_sp 2.5s steps(2) infinite;
    animation: anim15_sp 2.5s steps(2) infinite;
  }
  @-webkit-keyframes anim15_sp {
    to {
      -webkit-transform: translateX(-31vw);
      transform: translateX(-31vw);
    }
  }
  @keyframes anim15_sp {
    to {
      -webkit-transform: translateX(-31vw);
      transform: translateX(-31vw);
    }
  }
}

#section6 .anim16 {
  top: 74.5vw;
  left: 39.25vw;
  width: 4.3vw;
}

#section6 .anim16 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim16 2.5s steps(2) infinite;
  animation: anim16 2.5s steps(2) infinite;
}

@media screen and (max-width: 768px) {
  #section6 .anim16 {
    top: 153.5vw;
    left: 36.35vw;
    width: 7.3vw;
  }
  #section6 .anim16 img {
    -webkit-animation: anim16_sp 2.5s steps(2) infinite;
    animation: anim16_sp 2.5s steps(2) infinite;
  }
}

@-webkit-keyframes anim16 {
  to {
    -webkit-transform: translateX(-8.6vw);
    transform: translateX(-8.6vw);
  }
}

@keyframes anim16 {
  to {
    -webkit-transform: translateX(-8.6vw);
    transform: translateX(-8.6vw);
  }
}

@-webkit-keyframes anim16_sp {
  to {
    -webkit-transform: translateX(-14.6vw);
    transform: translateX(-14.6vw);
  }
}

@keyframes anim16_sp {
  to {
    -webkit-transform: translateX(-14.6vw);
    transform: translateX(-14.6vw);
  }
}

#section6 .anim17 {
  top: 178.5vw;
  left: 6.3vw;
  width: 6.6vw;
}

#section6 .anim17 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim17 2.5s steps(2) infinite;
  animation: anim17 2.5s steps(2) infinite;
}

@-webkit-keyframes anim17 {
  to {
    -webkit-transform: translateX(-13.2vw);
    transform: translateX(-13.2vw);
  }
}

@keyframes anim17 {
  to {
    -webkit-transform: translateX(-13.2vw);
    transform: translateX(-13.2vw);
  }
}

#section6 .anim20 {
  top: 70.9vw;
  left: 19.4vw;
  width: 5vw;
}

#section6 .anim20 img {
  width: 400%;
  max-width: inherit;
  -webkit-animation: anim20 4s steps(4) 1s infinite;
  animation: anim20 4s steps(4) 1s infinite;
}

@media screen and (max-width: 768px) {
  #section6 .anim20 {
    top: 158.9vw;
    left: 12.4vw;
    width: 8vw;
  }
  #section6 .anim20 img {
    -webkit-animation: anim20_sp 4s steps(4) 1s infinite;
    animation: anim20_sp 4s steps(4) 1s infinite;
  }
}

@-webkit-keyframes anim20 {
  to {
    -webkit-transform: translateX(-20vw);
    transform: translateX(-20vw);
  }
}

@keyframes anim20 {
  to {
    -webkit-transform: translateX(-20vw);
    transform: translateX(-20vw);
  }
}

@-webkit-keyframes anim20_sp {
  to {
    -webkit-transform: translateX(-32vw);
    transform: translateX(-32vw);
  }
}

@keyframes anim20_sp {
  to {
    -webkit-transform: translateX(-32vw);
    transform: translateX(-32vw);
  }
}

#section6 .anim21 {
  top: 148.7vw;
  left: 59vw;
  width: 11vw;
  z-index: 30;
}

#section6 .anim21 img {
  width: 200%;
  max-width: inherit;
  -webkit-animation: anim21 3s steps(2) 1s infinite;
  animation: anim21 3s steps(2) 1s infinite;
}

@-webkit-keyframes anim21 {
  to {
    -webkit-transform: translateX(-22vw);
    transform: translateX(-22vw);
  }
}

@keyframes anim21 {
  to {
    -webkit-transform: translateX(-22vw);
    transform: translateX(-22vw);
  }
}

#section6 .floor {
  position: absolute;
  top: 33.6vw;
  left: 11.2vw;
  width: 74.9vw;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  #section6 .floor {
    top: 92.1vw;
    left: -5vw;
    width: 113.9vw;
  }
}

#section6 .floor1 {
  width: 27.8vw;
  top: 45.6vw;
  left: 19.1vw;
  z-index: 12;
}

@media screen and (max-width: 768px) {
  #section6 .floor1 {
    width: 42.6vw;
    top: 110.2vw;
    left: 6.7vw;
  }
}

#section6 .floor2 {
  width: 10.2vw;
  top: 39vw;
  left: 30.5vw;
}

@media screen and (max-width: 768px) {
  #section6 .floor2 {
    width: 15.4vw;
    top: 100.5vw;
    left: 24.6vw;
  }
}

#section6 .floor3 {
  width: 9.25vw;
  top: 41.32vw;
  left: 43.8vw;
}

@media screen and (max-width: 768px) {
  #section6 .floor3 {
    width: 14vw;
    top: 104vw;
    left: 44.7vw;
  }
}

#section6 .floor4 {
  width: 10vw;
  top: 33.4vw;
  left: 56.7vw;
}

@media screen and (max-width: 768px) {
  #section6 .floor4 {
    width: 14.7vw;
    top: 92.1vw;
    left: 64.5vw;
  }
}

#section6 .floor5 {
  width: 14.05vw;
  top: 50vw;
  left: 55.85vw;
  z-index: 12;
}

@media screen and (max-width: 768px) {
  #section6 .floor5 {
    width: 21.6vw;
    top: 117vw;
    left: 62.5vw;
  }
}

#section6 .floor7 {
  width: 5.5vw;
  top: 46.2vw;
  left: 55.9vw;
}

@media screen and (max-width: 768px) {
  #section6 .floor7 {
    width: 7.9vw;
    top: 111.4vw;
    left: 63.5vw;
  }
}

#section6 .floor8 {
  width: 9.4vw;
  top: 35.9vw;
  left: 38.3vw;
}

@media screen and (max-width: 768px) {
  #section6 .floor8 {
    width: 14vw;
    top: 95.9vw;
    left: 36.4vw;
  }
}

#section6 .floor9 {
  width: 7.8vw;
  top: 45.0vw;
  left: 36.8vw;
}

@media screen and (max-width: 768px) {
  #section6 .floor9 {
    width: 12vw;
    top: 109.5vw;
    left: 34vw;
  }
}

#section6 .floor10 {
  width: 8.65vw;
  top: 39.8vw;
  left: 21.5vw;
}

@media screen and (max-width: 768px) {
  #section6 .floor10 {
    width: 13vw;
    top: 101.8vw;
    left: 11.1vw;
  }
}

#section6 .floor11 {
  width: 5vw;
  top: 52.2vw;
  left: 22.8vw;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  #section6 .floor11 {
    width: 7.8vw;
    top: 120.5vw;
    left: 12.5vw;
  }
}

#section6 .floor12 {
  width: 6.1vw;
  top: 51vw;
  left: 46.1vw;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  #section6 .floor12 {
    width: 9.4vw;
    top: 118.5vw;
    left: 48.1vw;
  }
}

#section7 {
  position: relative;
  background: #8fcad2;
  z-index: 7;
  padding: 8rem 0 22rem;
}

@media screen and (max-width: 768px) {
  #section7 {
    padding: 15.38462vw 0 38.46154vw;
  }
}

#section7 h2 {
  width: 40.4rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #section7 h2 {
    width: 86.15385vw;
  }
}

#section7 .text {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  #section7 .text {
    font-size: 3.58974vw;
    margin-bottom: 1.92308vw;
  }
}

#section7 .img {
  margin: 4rem 0;
}

@media screen and (max-width: 768px) {
  #section7 .img {
    margin: 6.92308vw auto 6.41026vw;
  }
}

#section7 .link_btn {
  border: .4rem solid #000;
  background-color: #d7d44d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  margin: auto;
  border-radius: 50vw;
}

#section7 .link_btn img {
  width: 21.6rem;
}

@media screen and (max-width: 768px) {
  #section7 .link_btn img {
    width: 51.66667vw;
  }
}

@media screen and (max-width: 1366px) {
  #section7 .link_btn {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #section7 .link_btn {
    border-width: 2px;
    width: 100%;
  }
}

#section7 .company_slider {
  margin: 3.7rem auto 3.5rem;
  width: 70%;
  min-height: 48.4rem;
}

@media screen and (max-width: 1366px) {
  #section7 .company_slider {
    width: 50%;
    min-height: 25.2vw;
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  #section7 .company_slider {
    width: 100%;
    margin: 9.87179vw auto 12.82051vw;
    min-height: 97.4359vw;
  }
}

#section7 .culture {
  margin-top: 15rem;
}

#section7 .culture .img a {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #section7 .culture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #section7 .culture > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  #section7 .culture h2 {
    text-align: left;
    width: 34.5rem;
    margin: 0 0 auto;
  }
  #section7 .culture .img {
    margin: auto;
    width: 36.3rem;
  }
}

@media screen and (max-width: 768px) {
  #section7 .culture {
    margin-top: 14.10256vw;
  }
  #section7 .culture h2 {
    width: 61.41026vw;
    margin: auto;
  }
}

#section7 .culture .btn img {
  width: 19.4rem;
}

@media screen and (max-width: 768px) {
  #section7 .culture .btn img {
    width: 43.97436vw;
  }
}

@media screen and (max-width: 768px) {
  #section7 .slick-dots li {
    width: 2.5641vw;
    height: 2.5641vw;
  }
}

#section7 .slick-dots li button {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #section7 .slick-dots li button {
    width: 2.5641vw;
    height: 2.5641vw;
  }
}

#section7 .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #section7 .slick-dots li button:before {
    width: 2.5641vw;
    height: 2.5641vw;
    font-size: 2.5641vw;
  }
}

#section7 .slick-dots li.slick-active button:before {
  color: #00a3c2;
}

@media screen and (min-width: 769px) {
  #section7 .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #section7 .pc {
    display: none;
  }
}

#footer {
  margin-top: -10rem;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: -12.82051vw;
  }
}
