#main {
  padding: 100px 0 100px 10%;
  position: relative;
}
@media (max-width: 1100px) {
  #main {
    padding: 50px 0 50px 5%;
  }
}
@media (max-width: 768px) {
  #main {
    padding: 20px 0 10px 5%;
    margin-top: 20px;
  }
}
#main::before {
  position: absolute;
  width: 90%;
  height: 80%;
  display: block;
  content: "";
  background: #1695d4;
  top: 0;
  left: 0;
}
@media (max-width: 1100px) {
  #main::before {
    height: 80%;
  }
}
#main .slickList {
  position: relative;
}
#main .slickList::before {
  background: url(../img/top/main_p.png) no-repeat;
  position: absolute;
  width: 579px;
  height: 201px;
  bottom: 150px;
  left: 100px;
  content: "";
  z-index: 5;
}
@media (max-width: 1100px) {
  #main .slickList::before {
    width: 400px;
    background-size: contain;
    left: 20px;
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  #main .slickList::before {
    width: 230px;
    bottom: 50px;
    left: 5px;
    height: 100px;
  }
}
#main .slickList::after {
  background: url(../img/top/main_p02.png) no-repeat;
  position: absolute;
  width: 844px;
  height: 113px;
  bottom: 20px;
  right: 50px;
  content: "";
}
@media (max-width: 1100px) {
  #main .slickList::after {
    width: 600px;
    background-size: contain;
    right: 10px;
    bottom: 10px;
    height: 85px;
  }
}
@media (max-width: 768px) {
  #main .slickList::after {
    width: 300px;
    bottom: 5px;
    height: 45px;
  }
}
#main .slickList img {
  width: 100%;
  height: auto;
}
#main .slick-next {
  right: 0;
}
#main .slick-prev::before, #main .slick-next:before {
  display: none !important;
}
#main .slick-dots li button:before {
  content: "";
  background: #cccccc;
  width: 80px;
  height: 4px;
  opacity: 1;
}
@media (max-width: 768px) {
  #main .slick-dots li button:before {
    width: 40px;
  }
}
#main .slick-dots li.slick-active button:before {
  background: #1695d4;
  opacity: 1;
}
#main .slick-dots {
  display: flex;
  justify-content: flex-end;
  bottom: -35px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  #main .slick-dots {
    padding-right: 0px;
  }
}
#main .slick-dots li {
  width: 80px;
}
@media (max-width: 768px) {
  #main .slick-dots li {
    width: 40px;
  }
}

h2 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 960px) {
  h2 {
    font-size: 2rem;
  }
}
h2 span {
  padding-top: 10px;
  font-size: 7.2rem;
  display: block;
}
@media (max-width: 960px) {
  h2 span {
    font-size: 3rem;
    padding-top: 0;
  }
}
h2 span strong {
  font-size: 12rem;
  color: #1695d4;
}
@media (max-width: 960px) {
  h2 span strong {
    font-size: 5rem;
  }
}

.item:not(:first-child) {
  display: none;
}

#promise {
  position: relative;
  padding: 120px 0 160px;
}
@media (max-width: 960px) {
  #promise {
    padding: 20px 0 80px;
    margin-top: 50px;
  }
}
#promise::before {
  top: -25px;
  left: -10px;
  line-height: 1;
  content: "PROMISE";
  font-size: 30rem;
  letter-spacing: -0.005em;
  opacity: 0.3;
  color: #1695d4;
  font-family: bebas-neue, sans-serif;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1100px) {
  #promise::before {
    font-size: 20rem;
  }
}
@media (max-width: 960px) {
  #promise::before {
    font-size: 11rem;
  }
}

#service {
  padding: 130px 0 0;
  position: relative;
}
@media (max-width: 960px) {
  #service {
    padding: 30px 0 0;
  }
}
#service::before {
  top: -25px;
  left: -10px;
  line-height: 1;
  content: "SERVICE";
  font-size: 30rem;
  letter-spacing: -0.005em;
  opacity: 0.3;
  color: #1695d4;
  font-family: bebas-neue, sans-serif;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1100px) {
  #service::before {
    font-size: 20rem;
  }
}
@media (max-width: 960px) {
  #service::before {
    font-size: 11rem;
  }
}

.topList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .topList {
    flex-direction: column;
  }
}
.topList li {
  width: 48.5%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .topList li {
    width: 100%;
  }
}
.topList li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.topList li:first-child::after {
  background: url(../img/top/service01.png) no-repeat;
  background-size: cover;
}
.topList li:nth-child(2)::after {
  background: url(../img/top/service02.png) no-repeat;
  background-size: cover;
}
.topList li:nth-child(3)::after {
  background: url(../img/top/service03.png) no-repeat;
  background-size: cover;
}
.topList li:nth-child(4)::after {
  background: url(../img/top/service04.png) no-repeat;
  background-size: cover;
}
.topList li:hover::after {
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.topList li a {
  display: inline-block;
  height: 100%;
  padding: 180px 50px 40px 40px;
  color: #fff;
}
@media (max-width: 960px) {
  .topList li a {
    padding: 100px 20px 20px 20px;
  }
}
.topList li a h3 {
  font-size: 3rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 45px;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .topList li a h3 {
    font-size: 2rem;
  }
}
@media (max-width: 960px) {
  .topList li a h3 {
    margin-bottom: 20px;
  }
}
.topList li a h3::after {
  position: absolute;
  height: 2px;
  width: 100px;
  content: "";
  background: #fff;
  margin: auto;
  bottom: 15px;
  right: -110px;
}
@media (max-width: 1100px) {
  .topList li a h3::after {
    width: 50px;
    right: -60px;
    bottom: 10px;
  }
}
.topList li a h3 span {
  font-size: 1.8rem;
  font-family: bebas-neue, sans-serif;
  display: block;
  margin-bottom: 10px;
}
.topList li a p {
  line-height: 1.75;
  pointer-events: none;
}
@media (max-width: 520px) {
  .topList li a p {
    font-size: 1.4rem;
  }
}

#works {
  padding: 0 0 150px 0;
  position: relative;
}
@media (max-width: 960px) {
  #works {
    padding-bottom: 10px;
  }
}
#works::after {
  bottom: -65px;
  right: 0px;
  line-height: 1;
  content: "WORKS";
  font-size: 30rem;
  letter-spacing: -0.005em;
  opacity: 0.3;
  color: #1695d4;
  font-family: bebas-neue, sans-serif;
  position: absolute;
  z-index: -2;
}
@media (max-width: 1100px) {
  #works::after {
    font-size: 20rem;
  }
}
@media (max-width: 960px) {
  #works::after {
    font-size: 11rem;
  }
}
#works .topList li {
  width: 100%;
}
#works .topList li::after {
  background: url(../img/top/works.png) no-repeat;
  height: 100%;
  background-size: cover;
}
#works .topList li a {
  display: block;
  height: 100%;
  background-size: cover;
  padding: 230px 50px 40px 40px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  #works .topList li a {
    padding: 100px 20px 20px 20px;
  }
}

#flow {
  margin-top: 150px;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 960px) {
  #flow {
    margin-top: 100px;
    padding-top: 50px;
  }
}
#flow::before {
  top: 0;
  left: -10px;
  line-height: 1;
  content: "FLOW";
  font-size: 30rem;
  letter-spacing: -0.005em;
  opacity: 0.3;
  color: #1695d4;
  font-family: bebas-neue, sans-serif;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1100px) {
  #flow::before {
    font-size: 20rem;
  }
}
@media (max-width: 960px) {
  #flow::before {
    font-size: 11rem;
  }
}
@media (max-width: 960px) {
  #flow .inner {
    width: 100%;
  }
}
#flow h2 {
  margin-bottom: 130px;
}
@media (max-width: 960px) {
  #flow h2 {
    margin-bottom: 80px;
  }
}