.wrapper img {
  width: 100%;
}

.main .inner {
  background-image: url(../img/business/express/bg1.jpg);
  background-size: cover;
  background-position-x: center;
  height: 400px;
}
.main .inner .main-txt {
  width: 706px;
  margin: 0 auto;
  padding-top: 60px;
}
.main .car {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: -50px;
}
.main .scroll {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 143px;
  animation: move-y 1s infinite alternate ease-in-out;
  display: inline-block;
  margin-left: -70px;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}

.link {
  margin-top: 50px;
}
.link .link_headline {
  max-width: 868px;
  width: 100%;
  margin: 0 auto;
}
.link .link_block {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.link .link_block .link01 {
  width: 280px;
}
.link .link_block .link02 {
  width: 410px;
}
.link .link_block .link03 {
  width: 270px;
}

#express {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 60px;
}
#express .headline {
  width: 445px;
  margin: 0 auto;
}
#express .txt {
  margin-top: 60px;
}
#express .contents {
  margin-top: 40px;
}

#super {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 60px;
}
#super .headline {
  width: 697px;
  margin: 0 auto;
}
#super .txt {
  margin-top: 60px;
}
#super .txt_block {
  position: relative;
  padding-left: 20px;
}
#super .txt_block .pink {
  color: #ca3a84 !important;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 30px;
  font-weight: bold;
}
#super .txt_block .black {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
}
#super .txt_block .icon {
  position: absolute;
  width: 276px;
  right: 5%;
  top: 10%;
}
#super .contents {
  margin-top: 30px;
}
#super .icon02 {
  width: 628px;
  margin: 70px auto 0;
}

#service {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 60px;
}
#service .headline {
  width: 385px;
  margin: 0 auto;
}
#service .txt {
  margin-top: 60px;
}
#service .contents {
  margin-top: 30px;
}
#service .icon {
  width: 557px;
  margin: 70px auto 0;
}

#footer {
  margin-top: 80px;
}/*# sourceMappingURL=style_express.css.map */