#top {
  position: relative;
  width: auto;
  height: 90vh;
  background-size: cover;
  background-position: center;
}

#top .bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 1s;
  z-index: 0;
}

.load-2 #top .bg {
  opacity: 0;
}

#top .top-message {
  z-index: 1;
  padding: 1rem;
}

#top .top-message .horizon {
  color: transparent;
  background-color: rgb(24, 87, 182);
  height: 2px;
  width: 26rem;
  margin: 0;
  margin-bottom: 0.8rem;
  text-align: right;
  padding: 0;
}

#top .top-message .sumau,
#top .top-message h2 {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 3.2rem;
  font-weight: normal;
  height: 5rem;
}

#top .top-message .sumau span {
  position: absolute;
  top: 0;
  transform: translate(0, 100%);
  transition: all 0.4s ease;
  color: white;
}
#top .top-message h2 span {
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  transition: 0.5s;
  color: white;
}
.load-1 #top .top-message .sumau span {
  transform: translate(0, 0);
}
.load-1 #top .top-message h2 span {
  transform: translate(0, 0);
}
.top-message {
  transition: 0.3s;
  opacity: 1;
}
.load-2 #top .top-message {
  opacity: 1;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.load-2 #top .top-message * {
  color: #444 !important;
}

.sec-catch {
  position: relative;
  margin-top: 6rem;
}

.sec-catch .slider-img-wrapper {
  position: absolute;
  top: 27%;
  right: 0;
  width: 57%;
}

.sec-catch .slider-img-wrapper img,
.sec-case .slider-case-img-wrapper img {
  margin-right: 4rem;
  margin-left: -2rem;
}

.sec-catch p {
  padding: 5% 3rem;
  padding-bottom: 13%;
  background-color: #e9e9e9;
}
.sec-catch p span.sub {
  font-size: 2.8rem;
}

.sec-case {
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}

.sec-case .case-inner-wrapper {
  position: relative;
  height: 60vh;
  margin-top: 10%;
  margin-bottom: 10rem;
}
.sec-case .slider-case-img-wrapper {
  position: absolute;
  width: 70%;
  top: -15%;
  right: 0;
}
.sec-case .slider-case-item {
  width: 100%;
  height: 68vh;
  margin-right: 4rem;
  background-size: cover;
  background-position: center;
}
.sec-case .abst {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  background-color: white;
  left: 5%;
  bottom: 0;
  width: 35%;
  height: 16em;
  padding: 2rem;
  line-height: 2;
  z-index: 1;
  box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
}

.abst .link-btn {
  align-self: center;
  position: fixed;
  bottom: 0;
  width: 40%;
  margin: 3rem auto;
}

.slider-case-abst-wrapper {
  position: absolute !important;
  left: 2rem;
  bottom: -20%;
  width: 35rem;
  height: auto;
  z-index: 900;
}

/* scroll */
#scroll {
  position: fixed;
  display: block;
  width: 5rem;
  right: 2%;
  bottom: 3rem;
  z-index: 888;
  transition: 0.5s;
  opacity: 0;
}

#scroll span.scroll-text {
  display: inline-block;
  font-size: 2rem;
  font-family: "Dosis", sans-serif;
  animation: flash 2.5s linear infinite;
  -ms-transform: rotate(90deg) translate(-20%, 18%);
  -webkit-transform: rotate(90deg) translate(-20%, 18%);
  transform: rotate(90deg) translate(-20%, 18%);
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.information {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: auto;
  margin-top: 2rem;
  padding: 0.8rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.information dt {
  font-weight: normal;
  padding: 0 1em;
  float: left;
}
.information dd {
  margin-left: 10em;
  margin-bottom: 0.8em;
}
.information dd a:hover,
.information dd a {
  color: #3083d0;
  text-decoration: underline;
}

.slick-prev,
.slick-next {
  bottom: -4rem !important;
  margin-right: 40%;
}
.facebook-bnr-pc img{
  width: 95%;
  text-align: center;
  display:inline-block !important; 
}

.facebook-bnr-sp img{
  align-content: center;
  width: 95vw;
  display: none !important;
}

@media screen and (max-width: 1000px) {
  #top {
    height: 80vh;
  }
  #top .top-message {
    width: 85vw;
  }
  #top .top-message .sumau,
  #top .top-message h2 {
    font-size: 9.5vw;
    height: 15vw;
    white-space: nowrap;
  }
  #top .top-message .horizon {
    width: 76.5vw;
    font-size: 3.2vw;
  }

  h3.case-ti,
  .sec-list {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .sec-catch {
    display: flex;
    flex-direction: column-reverse;
    background-color: #e9e9e9;
  }
  .sec-catch .slider-img-wrapper {
    position: static;
    width: 100%;
    padding: 1rem 0 2rem 1rem;
  }
  .sec-catch p {
    padding: 2rem 1rem;
  }
  .sec-catch p span.sub {
    font-size: 1.8rem;
  }
  .m-l-1 {
    margin-left: 0;
    width: auto;
    line-height: 2;
  }

  .sec-case {
    padding: 0.5rem 1rem 6rem;
  }

  .sec-case .case-inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    margin: 2rem 0 15rem;
  }

  .sec-case .abst {
    position: relative;
    font-size: 0.9em;
    height: 15rem;
    margin: 0 1rem;
    padding: 1.5rem 1rem 1rem;
  }

  .sec-case .slider-case-img-wrapper {
    position: static;
    width: 100%;
  }

  .sec-case .slider-case-img-wrapper img {
    margin: 0;
  }
  .sec-case .slider-case-item {
    height: 50vh;
    margin-right: 0;
  }

  .slider-case-abst-wrapper {
    left: 0;
    bottom: -38%;
    width: 100%;
  }

  .slick-prev,
  .slick-next {
    bottom: 2rem !important;
    margin-right: 1rem;
    z-index: 901 !important;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 2rem !important;
  }

}

@media only screen and (max-width: 750px) {
  .facebook-bnr-pc img{
     display: none !important; 
    }
    .facebook-bnr-sp img {
      display: flex;
      width: 95vw;
      align-content: center;
      display:inline-block !important; 
      }
}