@charset "UTF-8";


#top .header-nav p.siteTitle {
  display: none;
}

#top .header-nav h1.siteTitle {
  display: block;
}

/*============================
top_img
============================*/

#top_img {
  position: relative;
  height: 800px;
}

#top_img::after {
  z-index: 10;
  content: '';
  background: url(../images/home/parts/bridge.svg) no-repeat center;
  width: 979px;
  height: 407px;
  display: block;
  position: absolute;
  top: 220px;
  right: 38%;
}

#catch {
  z-index: 30;
  position: relative;
  padding-top: 500px;
}

#catch p {
  line-height: 1.2;
  color: #0d347a;
}

#catch .eng {
  font-size: 65px;
  font-weight: 700;
}

#catch .jp {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

#zoom {
  z-index: 20;
  position: absolute;
  top: -90px;
  left: 43%;
  ;
  overflow: hidden;
  width: 890px;
  height: 890px;
  border-radius: 50%;
  animation-name: blur-top;
  animation-duration: 1.5s;
  opacity: 1;
}

@keyframes blur-top {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}


/*IE対応用(ガクつき防止)*/

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  transform: scale(1.2, 1.2) rotate(0.1deg);
}

@media only screen and (max-width: 1040px) {
  #top_img {
    margin-top: 0;
    height: 580px;
  }

  #top_img::after {
    width: 500px;
    height: 217px;
    display: block;
    position: absolute;
    top: 310px;
    right: auto;
    left: -250px;
  }

  #catch {
    padding-top: 500px;
  }

  #catch .eng {
    font-size: 30px;
  }

  #catch .jp {
    line-height: 1.5;
    font-size: 18px;
  }

  #zoom {
    top: 40px;
    left: auto;
    right: -80px;
    width: 400px;
    height: 400px;
  }
}


/*============================
#explain
============================*/

#explain {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

#explain h2::before {
  display: none;
}

#explain .scroll-list {
  position: absolute;
  left: -1602px;
  top: 0;
  display: flex;
}

#explain .scroll-list p {
  color: #f3f3f3;
  font-size: 160px;
  padding-right: 40px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  animation: text-scroll 30s linear infinite;
}

#explain .text {
  width: 780px;
  margin-left: auto;
}

@keyframes text-scroll {
  100% {
    transform: translateX(100%);
  }
}


@media only screen and (max-width: 1040px) {
  #explain {
    padding: 40px 0 60px;
    overflow: hidden;
    position: relative;
  }

  #explain h2::before {
    display: none;
  }

  #explain .scroll-list {
    position: absolute;
    left: -1602px;
    top: 0;
    display: flex;
  }

  #explain .scroll-list p {
    color: #f3f3f3;
    font-size: 160px;
    padding-right: 40px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    animation: text-scroll 30s linear infinite;
  }

  #explain .text {
    width: 100%;
    margin-left: auto;
  }
}


/*============================
#service
============================*/

#service {
  background-color: #1a2c4d;
  border-radius: 100px 100px 0 0;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

#service::before {
  content: '';
  display: block;
  width: 890px;
  height: 890px;
  border-radius: 50%;
  background-color: #2b3e5f;
  position: absolute;
  top: -250px;
  left: -220px;
}

#service::after {
  content: '';
  background: url(../images/home/parts/bridge.svg) no-repeat center;
  width: 979px;
  height: 407px;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -180px;
}

#service .inner {
  z-index: 10;
}

#service h2 {
  color: #fff;
}

#service .flex .eng {
  font-weight: 700;
  color: #39acd7;
  margin-right: 10px;
}

#service .flex .box,
#service .flex .service-list-box {
  width: 49%;
}

#service .flex .box {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

#service .flex .box img {
  width: 100%;
}

#service .flex .text {
  padding: 30px;
}

#service .flex .text h3 {
  font-size: 22px;
  border-bottom: 1px solid #39acd7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#service .flex .text span {
  font-size: 26px;
}

#service .flex .service-list-box .service-list li {
  background-color: rgba(44, 63, 96, 0.95);
  padding: 25px 30px;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

#service .flex .service-list-box .service-list li:nth-child(n+2) {
  margin-top: 20px;
}


@media only screen and (max-width: 1040px) {
  #service {
    border-radius: 30px 30px 0 0;
    padding: 60px 0;
  }

  #service::before {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #2b3e5f;
    position: absolute;
    top: -50px;
    left: -50px;
  }

  #service::after {
    content: '';
    width: 400px;
    height: 166px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -80px;
  }

  #service .flex .box,
  #service .flex .service-list-box {
    width: 100%;
  }

  #service .flex .box {
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
  }

  #service .flex .box img {
    width: 100%;
  }

  #service .flex .text {
    padding: 20px;
  }

  #service .flex .text h3 {
    font-size: 16px;
  }

  #service .flex .text span {
    font-size: 18px;
  }

  #service .flex .service-list-box .service-list li {
    font-size: 16px;
  }

  #service .flex .service-list-box .service-list li {
    margin-top: 20px;
  }
}
