@charset "utf-8";

.cont_img {
  background-image: url(../images/cont_img.jpg);
}

@media only screen and (max-width: 1040px) {
  .cont_img {
    background-position: left center;
  }
}

/*============================
#strengths
============================*/

#strengths {
  background-color: #041626;
  color: #fff;
}

#strengths .passing .passing-bar:before {
  background-color: #1e2d3c;
}

#strengths h2 .jp {
  color: #fff;
}

#strengths .text {
  width: 70%;
  position: relative;
  z-index: 10;
}

#strengths .text::before {
  content: '';
  display: block;
  background: url(../images/logo.png) no-repeat center;
  width: 236px;
  height: 275px;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 5;
}

@media only screen and (max-width: 1040px) {
  #strengths .text {
    width: 100%;
  }

  #strengths .text p br {
    display: none;
  }
}

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

#service {
  overflow: hidden;
  position: relative;
}

#service .scroll-list {
  position: absolute;
  left: -1790px;
  top: 0;
  display: flex;
  transform: rotate(90deg);
}

#service .scroll-list p {
  color: #f3f3f3;
  font-size: 120px;
  padding-right: 60px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Cormorant", serif;
  animation: text-scroll 50s linear infinite;
}

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

#service section:nth-of-type(n+2) {
  margin-top: 120px;
}

#service .passing,
#service .text {
  width: 48%;
}

#service .passing {
  margin-bottom: 0;
  line-height: 1;
}

#service img {
  width: 100%;
}

#service .text {
  margin-top: 10px;
}

#service .text ul {
  padding: 10px 30px;
  margin-top: 30px;
  background-color: #d9e4ed;
}

#service .text ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9ab6cc;
}

.list-deco li::before {
  top: 22px;
}

#service .text ul li:last-child {
  border: none;
}

@media only screen and (max-width: 1040px) {
  #service section:nth-of-type(n+2) {
    margin-top: 60px;
  }

  #service .passing,
  #service .text {
    width: 100%;
  }

  #service .text {
    margin-top: 20px;
  }

  #service .text ul {
    padding: 5px 20px;
  }

  #service .text ul li {
    font-size: 15px;
  }
}
