#system-development .delay-disp1 {
  padding-bottom: 170px;
  background: #f9f9f9;
  position: relative;
}

#system-development .delay-disp2 {
  padding-bottom: 568px;
  background: #f9f9f9;
}

#system-development .delay-disp2 + .delay-disp2 {
  padding: 0 0 135px 0;
  background: #f9f9f9;
}

.service-inner-1 {
  position: relative;
}

.service-inner-1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 0;
  z-index: 0;
  width: 1px;
  background: #cccccc;
  -webkit-transition: all 1.5s ease-in-out 0.15s;
  transition: all 1.5s ease-in-out 0.15s;
}

.service-inner-1.sline.active:before {
  height: 500px;
}

.service-inner-1 .first.animeS7 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.service-inner-2 {
  position: relative;
}

.service-inner-2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 600px;
  height: 1px;
  z-index: 0;
  width: 1px;
  background: #cccccc;
  -webkit-transition: all 2.5s ease-in-out 1.2s;
  transition: all 2.5s ease-in-out 1.2s;
}

.service-inner-2.cline.active:before {
  height: 300px;
}

.service-inner-3 {
  position: relative;
}

.service-inner-3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - 60px);
  height: 1px;
  z-index: 0;
  width: 1px;
  background: #cccccc;
  -webkit-transition: all 3s ease-in-out 1.2s;
  transition: all 3s ease-in-out 1.2s;
}

.service-inner-3.cline.active:before {
  height: 600px;
}

.service-inner-4 {
  position: relative;
}

.service-inner-4:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 630px;
  height: 1px;
  z-index: 0;
  width: 1px;
  background: #cccccc;
  -webkit-transition: all 3s ease-in-out 1.2s;
  transition: all 3s ease-in-out 1.2s;
}

.service-inner-4.cline.active:before {
  height: 630px;
}

.service-inner-5 {
  position: relative;
}

.service-inner-5:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 710px;
  height: 1px;
  z-index: 0;
  width: 1px;
  background: #cccccc;
  -webkit-transition: all 3s ease-in-out 1.2s;
  transition: all 3s ease-in-out 1.2s;
}

.service-inner-5.cline.active:before {
  height: 650px;
}

.service-inner-1 {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 144px auto 0;
  padding: 110px 20px 0;
}

.service-inner-1 .col1 {
  width: 50%;
  padding: 0 15px 0 15px;
}

.service-inner-1 .col1 h2 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 0.24em;
  line-height: 1.3em;
}

.service-inner-1 .col1 h3 {
  font-size: 1.8rem;
  line-height: 2em;
}

.service-inner-1 .col2 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 58px;
}

.service-inner-1 .col2 p:first-of-type {
  font-size: 1.7rem;
  line-height: 1.8em;
  font-weight: 700;
}

@-webkit-keyframes img-wrap1 {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-wrap1 {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes img-wrap2 {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes img-wrap2 {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.service-inner-2 {
  width: 100%;
  letter-spacing: 0.12em;
  margin: 200px 0 0;
  position: relative;
}

.service-inner-2 .bg {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  background-size: cover;
  height: 700px;
  margin: 0 83px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-inner-2 .bg.on:before {
  -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.service-inner-2 .layer1 {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  top: 220px;
  z-index: 0;
}

.service-inner-2 .layer1 a {
  position: absolute;
  left: 17.5px;
  bottom: 65px;
  max-width: 13px;
}

.service-inner-2 .layer1 a img {
  width: 100%;
  display: block;
}

.service-inner-3 {
  width: 100%;
  letter-spacing: 0.12em;
  position: relative;
}

.service-inner-3 .bg {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  background: #fff;
  margin: 0 83px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-inner-3 .bg.bg2 {
  height: 846px;
}

.service-inner-3 .bg .col1 {
  max-width: 1040px;
  width: 100%;
  margin: 70px auto 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-inner-3 .bg .col1 h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  margin-bottom: 70px;
  letter-spacing: 0.18em;
}

.service-inner-3 .bg .col1 p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-inner-3 .bg .col1 .txt {
  letter-spacing: 0.05em;
  margin-top: 38px;
  font-size: 1.6rem;
  line-height: 2.2em;
}

.service-inner-3 .bg .col1 .sub-title {
  margin-top: 38px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  line-height: 2.2em;
  margin-bottom: -30px;
}

.service-inner-3 .bg .col1 .img1 {
  max-width: 653px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.service-inner-3 .bg .col1 .img1 img {
  width: 100%;
  display: block;
}

.service-inner-3 .bg .col1 .img2 {
  max-width: 100%;
}

.service-inner-3 .bg .col1 .img2 img {
  width: 100%;
  display: block;
}

.service-inner-3 .bg .col1 .img5 {
  display: none;
}

.service-inner-3 .bg .col1 .flex-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-inner-3 .bg .col1 .flex-box.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-inner-3 .bg .col1 .flex-box.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-inner-3 .bg .col1 .flex-box .img2 {
  max-width: 343.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.service-inner-3 .bg .col1 .flex-box .img3 {
  max-width: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  z-index: 2;
}

.service-inner-3 .bg .col1 .flex-box .img4 {
  max-width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.service-inner-3 .bg .col1 .flex-box .img2 img,
.service-inner-3 .bg .col1 .flex-box .img3 img,
.service-inner-3 .bg .col1 .flex-box .img4 img {
  width: 100%;
  display: block;
}

.service-inner-3 .bg .col1 .flex-box .one-third {
  width: 31.75355%;
  margin-bottom: 20px;
}

.service-inner-3 .bg .col1 .flex-box .one-third img {
  width: 100%;
  display: block;
}

.service-inner-3 .bg .col1 .flex-box .one-third .caption {
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-word;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
}

.service-inner-3 .layer1 {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  right: 0;
  bottom: -45px;
  z-index: 0;
}

.service-inner-3 .layer2 {
  max-width: 517px;
  width: 100%;
  position: absolute;
  left: 83px;
  bottom: -362px;
}

.service-inner-3 .layer2 img {
  width: 100%;
  display: block;
}

.service-inner-3 .layer3 {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  top: 220px;
  z-index: 0;
}

.service-inner-3 .layer3-a {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  top: 370px;
  z-index: 0;
}

.service-inner-3 .layer4 {
  max-width: 517px;
  width: 100%;
  height: 500px;
  position: absolute;
  right: 83px;
  bottom: -525px;
}

.service-inner-3 .layer4 img {
  width: 100%;
  display: block;
}

.service-inner-4 {
  width: 100%;
  letter-spacing: 0.12em;
  position: relative;
}

.service-inner-4 .bg {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  background: #fff;
  height: 700px;
  margin: 0 83px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-inner-4 .bg.bg2 {
  height: 846px;
}

.service-inner-4 .bg .col1 {
  max-width: 885px;
  width: 100%;
  margin: 70px auto 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-inner-4 .bg .col1 h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  margin-bottom: 70px;
}

.service-inner-4 .bg .col1 p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-inner-4 .bg .col1 .txt {
  margin-top: 38px;
  font-size: 1.6rem;
  line-height: 2.2em;
}

.service-inner-4 .bg .col1 .sub-title {
  margin-top: 38px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  line-height: 2.2em;
  margin-bottom: -30px;
}

.service-inner-4 .bg .col1 .img1 {
  max-width: 653px;
}

.service-inner-4 .bg .col1 .img1 img {
  width: 100%;
  display: block;
}

.service-inner-4 .bg .col1 .img2 {
  max-width: 100%;
}

.service-inner-4 .bg .col1 .img2 img {
  width: 100%;
  display: block;
}

.service-inner-4 .bg .col1 .img5 {
  display: none;
}

.service-inner-4 .bg .col1 .flex-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-inner-4 .bg .col1 .flex-box.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-inner-4 .bg .col1 .flex-box.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-inner-4 .bg .col1 .flex-box .img2 {
  max-width: 343.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.service-inner-4 .bg .col1 .flex-box .img3 {
  max-width: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  z-index: 2;
}

.service-inner-4 .bg .col1 .flex-box .img4 {
  max-width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.service-inner-4 .bg .col1 .flex-box .img2 img,
.service-inner-4 .bg .col1 .flex-box .img3 img,
.service-inner-4 .bg .col1 .flex-box .img4 img {
  width: 100%;
  display: block;
}

.service-inner-4 .bg .col1 .flex-box .one-third {
  width: 31.75355%;
  margin-bottom: 20px;
}

.service-inner-4 .bg .col1 .flex-box .one-third img {
  width: 100%;
  display: block;
}

.service-inner-4 .bg .col1 .flex-box .one-third .caption {
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-word;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
}

.service-inner-4 .layer1 {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  top: 380px;
  z-index: 0;
}

.service-inner-4 .layer2 {
  max-width: 517px;
  width: 100%;
  height: 500px;
  position: absolute;
  left: 83px;
  bottom: -525px;
}

.service-inner-4 .layer2 img {
  width: 100%;
  display: block;
}

.service-inner-4 .layer3 {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  top: 220px;
  z-index: 0;
}

.service-inner-4 .layer3-a {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  top: 370px;
  z-index: 0;
}

.service-inner-4 .layer4 {
  max-width: 517px;
  width: 100%;
  height: 500px;
  position: absolute;
  right: 83px;
  bottom: -525px;
}

.service-inner-4 .layer4 img {
  width: 100%;
  display: block;
}

.service-inner-5 {
  width: 100%;
  letter-spacing: 0.12em;
  position: relative;
}

.service-inner-5 .bg {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  background: #fff;
  height: 700px;
  margin: 0 83px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-inner-5 .bg.bg2 {
  height: 1000px;
}

.service-inner-5 .bg .col1 {
  max-width: 885px;
  width: 100%;
  margin: 70px auto 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-inner-5 .bg .col1 h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  margin-bottom: 70px;
}

.service-inner-5 .bg .col1 p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-inner-5 .bg .col1 .txt {
  margin-top: 38px;
  font-size: 1.6rem;
  line-height: 2.2em;
}

.service-inner-5 .bg .col1 .sub-title {
  margin-top: 38px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  line-height: 2.2em;
  margin-bottom: -30px;
}

.service-inner-5 .bg .col1 .img1 {
  max-width: 653px;
}

.service-inner-5 .bg .col1 .img1 img {
  width: 100%;
  display: block;
}

.service-inner-5 .bg .col1 .img2 {
  max-width: 100%;
}

.service-inner-5 .bg .col1 .img2 img {
  width: 100%;
  display: block;
}

.service-inner-5 .bg .col1 .img5 {
  display: none;
}

.service-inner-5 .bg .col1 .flex-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-inner-5 .bg .col1 .flex-box.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-inner-5 .bg .col1 .flex-box.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-inner-5 .bg .col1 .flex-box .img2 {
  max-width: 343.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.service-inner-5 .bg .col1 .flex-box .img3 {
  max-width: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  z-index: 2;
}

.service-inner-5 .bg .col1 .flex-box .img4 {
  max-width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.service-inner-5 .bg .col1 .flex-box .img2 img,
.service-inner-5 .bg .col1 .flex-box .img3 img,
.service-inner-5 .bg .col1 .flex-box .img4 img {
  width: 100%;
  display: block;
}

.service-inner-5 .bg .col1 .flex-box .one-third {
  width: 31.75355%;
  margin-bottom: 20px;
}

.service-inner-5 .bg .col1 .flex-box .one-third img {
  width: 100%;
  display: block;
}

.service-inner-5 .bg .col1 .flex-box .one-third .caption {
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-word;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
}

.service-inner-5 .layer1 {
  max-width: 430px;
  width: 100%;
  height: 590px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  right: 0;
  top: 420px;
  z-index: 0;
}

.service-inner-5 .layer2 {
  max-width: 517px;
  width: 100%;
  height: 500px;
  position: absolute;
  left: 83px;
  bottom: -525px;
}

.service-inner-5 .layer2 img {
  width: 100%;
  display: block;
}

.service-inner-5 .layer3 {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  top: 220px;
  z-index: 0;
}

.service-inner-5 .layer3-a {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  top: 370px;
  z-index: 0;
}

.service-inner-5 .layer4 {
  max-width: 517px;
  width: 100%;
  height: 500px;
  position: absolute;
  right: 83px;
  bottom: -525px;
}

.service-inner-5 .layer4 img {
  width: 100%;
  display: block;
}

.case {
  width: 100%;
  letter-spacing: 0.12em;
  position: relative;
}

.case .bg {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  background: #fff;
  margin: 0 83px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.case .bg .col1 {
  max-width: 885px;
  width: 100%;
  margin: 70px auto 148px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.case .bg .col1 h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  margin-bottom: 70px;
}

.case .bg .col1 .col2 {
  margin-bottom: 50px;
}

.case .bg .col1 .col2:last-of-type {
  margin-bottom: 0;
}

.case .bg .col1 .col2 dt {
  padding: 18px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #252f38;
}

.case .bg .col1 .col2 dt span {
  font-size: 1.2rem;
}

.case .bg .col1 .col2 dd {
  padding: 40px 100px;
  font-size: 1.6rem;
  background: #f9f9f9;
  line-height: 2.2em;
}

.case .bg .col1 .col2 dd p {
  font-weight: 700;
}

.case .bg .col1 p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.case .bg .col1 .txt {
  margin-top: 38px;
  font-size: 1.6rem;
  line-height: 2.2em;
}

.case .layer1 {
  max-width: 430px;
  width: 100%;
  height: 500px;
  background: #11a0ff;
  background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.case .read-more-contents {
  padding-top: 50px;
  display: none;
}

.case .read-more-base {
  margin-top: 60px;
  width: 600px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  display: block;
}

.case .read-more-base .read-more {
  border: 1px solid #00426e;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  text-align: center;
  -webkit-transition: all 0.75s linear;
  transition: all 0.75s linear;
  background: transparent;
  color: #00426e;
}

.case .read-more-base .read-more:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  margin: 0 auto;
  background: #11a0ff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.case .read-more-base .read-more:hover {
  color: #fff;
  border-color: #11a0ff;
}

.case .read-more-base .read-more:hover:before {
  width: 100%;
  background: #11a0ff;
}

.pmlabs {
  width: 100%;
  position: relative;
}

.pmlabs img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .service-inner-1 .col1 h2 {
    font-size: 4.69vw;
  }
}

@media screen and (max-width: 768px) {
  #system-development .delay-disp1 {
    padding-bottom: 0;
  }
  #system-development .delay-disp2 {
    padding-bottom: 80vw;
  }
  #system-development .delay-disp2 + .delay-disp2 {
    padding-bottom: 0;
  }
  .service-inner-1 {
    position: relative;
  }
  .service-inner-1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40vw;
    height: 0;
    z-index: 2;
    width: 1px;
    background: #cccccc;
    -webkit-transition: all 0.75s ease-in-out 1.2s;
    transition: all 0.75s ease-in-out 1.2s;
  }
  .service-inner-1.sline.active:before {
    height: 25vw;
  }
  .service-inner-2 {
    position: relative;
  }
  .service-inner-2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% - 26.67vw);
    height: 1px;
    z-index: 1;
    width: 1px;
    background: #cccccc;
    -webkit-transition: all 1.25s ease-in-out 1.2s;
    transition: all 1.25s ease-in-out 1.2s;
  }
  .service-inner-2.cline.active:before {
    height: 26.67vw;
  }
  .service-inner-3 {
    position: relative;
  }
  .service-inner-3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    height: 1px;
    z-index: 2;
    width: 1px;
    background: #cccccc;
    -webkit-transition: all 1.25s ease-in-out 1.2s;
    transition: all 1.25s ease-in-out 1.2s;
  }
  .service-inner-3.cline.active:before {
    height: 80vw;
  }
  .service-inner-3.second:before {
    top: 331vw;
  }
  .service-inner-4 {
    position: relative;
  }
  .service-inner-4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% - 40vw);
    height: 1px;
    z-index: 2;
    width: 1px;
    background: #cccccc;
    -webkit-transition: all 1.25s ease-in-out 1.2s;
    transition: all 1.25s ease-in-out 1.2s;
  }
  .service-inner-4.cline.active:before {
    height: 40vw;
  }
  .service-inner-5 {
    position: relative;
  }
  .service-inner-5:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% - 40vw);
    height: 1px;
    z-index: 2;
    width: 1px;
    background: #cccccc;
    -webkit-transition: all 1.25s ease-in-out 1.2s;
    transition: all 1.25s ease-in-out 1.2s;
  }
  .service-inner-5.cline.active:before {
    height: 40vw;
  }
  .service-inner-1 {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 26.67vw auto 0;
    padding: 0;
  }
  .service-inner-1 .col1 {
    width: 100%;
    padding: 0 10px 15.73vw;
    background: #fff;
    z-index: 2;
    margin-bottom: 16vw;
  }
  .service-inner-1 .col1 h2 {
    font-size: 9.07vw;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.24em;
    line-height: 1.3em;
  }
  .service-inner-1 .col1 h3 {
    font-size: 4.8vw;
    line-height: 2em;
    text-align: center;
  }
  .service-inner-1 .col2 {
    width: 100%;
    padding: 8vw 8vw;
    background: #fff;
    z-index: 2;
  }
  .service-inner-1 .col2 p:first-of-type {
    font-size: 4.8vw;
    line-height: 1.7em;
    font-weight: 700;
  }
  @-webkit-keyframes img-wrap1 {
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  @keyframes img-wrap1 {
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  @-webkit-keyframes img-wrap2 {
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes img-wrap2 {
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .service-inner-2 {
    width: 100%;
    padding-bottom: 34.67vw;
    letter-spacing: 0.12em;
    margin: 7.47vw 0 0;
    position: relative;
  }
  .service-inner-2 .bg {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-size: cover;
    height: 50.67vw;
    margin: 0 0 0 5.33vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .service-inner-2 .bg.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .service-inner-2 .layer1 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    left: -5.33vw;
    top: 8vw;
    z-index: 0;
  }
  .service-inner-3 {
    width: 100%;
    letter-spacing: 0.12em;
    position: relative;
  }
  .service-inner-3 .bg {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .service-inner-3 .bg.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .service-inner-3 .bg .col1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0;
    padding: 21.33vw 5.33vw 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: transparent;
  }
  .service-inner-3 .bg .col1 h3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 6.4vw;
    margin-bottom: 18.67vw;
  }
  .service-inner-3 .bg .col1 p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-inner-3 .bg .col1 .txt {
    margin-top: 10.67vw;
    font-size: 3.73333vw;
    line-height: 2.14286;
  }
  .service-inner-3 .bg .col1 .img1 {
    max-width: 100%;
  }
  .service-inner-3 .bg .col1 .img1 img {
    width: 100%;
    display: block;
  }
  .service-inner-3 .bg .col1 .img2 {
    display: block;
  }
  .service-inner-3 .bg .col1 .img2 img {
    display: inline;
  }
  .service-inner-3 .bg .col1 .img5 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  .service-inner-3 .bg .col1 .img5 img {
    width: 100%;
    display: block;
  }
  .service-inner-3 .bg .col1 .sub-title {
    font-size: 4.8vw;
    line-height: 1.66667;
  }
  .service-inner-3 .bg .col1 .flex-box {
    width: 100%;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-inner-3 .bg .col1 .flex-box .img2 {
    max-width: 343.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
  }
  .service-inner-3 .bg .col1 .flex-box .img3 {
    max-width: 249px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    z-index: 2;
  }
  .service-inner-3 .bg .col1 .flex-box .img4 {
    max-width: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  .service-inner-3 .bg .col1 .flex-box .img2 img,
  .service-inner-3 .bg .col1 .flex-box .img3 img,
  .service-inner-3 .bg .col1 .flex-box .img4 img {
    width: 100%;
    display: block;
  }
  .service-inner-3 .layer1 {
    display: none;
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: -5.33vw;
    top: 250vw;
    z-index: 2;
  }
  .service-inner-3 .layer2 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 196.87vw;
    left: 0;
    bottom: 0;
    padding-right: 5.33vw;
    z-index: 3;
  }
  .service-inner-3 .layer2 img {
    width: 100%;
    display: block;
  }
  .service-inner-3 .layer3 {
    max-width: 100%;
    width: calc(100% - 5.33vw);
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: 0;
    margin-right: 5.33vw;
    top: 190.87vw;
    z-index: 2;
  }
  .service-inner-3 .layer4 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 196.87vw;
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 5.33vw;
    z-index: 3;
  }
  .service-inner-3 .layer4 img {
    width: 100%;
    display: block;
  }
  .service-inner-3 .bg.second {
    height: 358vw;
  }
  .service-inner-3 .bg.bg2 {
    width: 100%;
  }
  .service-inner-3 .layer2.second {
    max-width: 100%;
    width: 89.33333vw;
    height: 47.73333vw;
    position: absolute;
    top: calc(100% - -40px);
    left: 0;
    right: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-size: cover;
  }
  .service-inner-3 .layer2.second.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
  }
  .service-inner-3 .layer2.second img {
    width: 100%;
    display: block;
  }
  .service-inner-3 .layer3.second {
    max-width: 100%;
    width: calc(100% - 5.33vw);
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: 0;
    margin-right: 5.33vw;
    top: 280vw;
    z-index: 2;
  }
  .service-inner-3 .layer4.second {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 274.67vw;
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 0;
    margin-left: 5.33vw;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-size: cover;
  }
  .service-inner-3 .layer4.second.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
  }
  .service-inner-3 .layer4.second img {
    width: 100%;
    display: block;
  }
  .service-inner-4 {
    width: 100%;
    letter-spacing: 0.12em;
    position: relative;
  }
  .service-inner-4 .bg {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), color-stop(20%, #f4f4f4), color-stop(20%, white), to(white));
    background: linear-gradient(0deg, #e9e9e9 0%, #f4f4f4 20%, white 20%, white 100%);
    height: 275vw;
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .service-inner-4 .bg.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .service-inner-4 .bg .col1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0;
    padding: 21.33vw 5.33vw 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: transparent;
  }
  .service-inner-4 .bg .col1 h3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 6.4vw;
    margin-bottom: 18.67vw;
  }
  .service-inner-4 .bg .col1 p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-inner-4 .bg .col1 .txt {
    margin-top: 10.67vw;
    font-size: 4.27vw;
    line-height: 2.2em;
  }
  .service-inner-4 .bg .col1 .img1 {
    max-width: 100%;
  }
  .service-inner-4 .bg .col1 .img1 img {
    width: 100%;
    display: block;
  }
  .service-inner-4 .bg .col1 .img5 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  .service-inner-4 .bg .col1 .img5 img {
    width: 100%;
    display: block;
  }
  .service-inner-4 .bg .col1 .flex-box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-inner-4 .bg .col1 .flex-box .one-third {
    width: 48%;
  }
  .service-inner-4 .layer1 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: -5.33vw;
    top: 212vw;
    z-index: 2;
  }
  .service-inner-4 .layer2 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 196.87vw;
    left: 0;
    bottom: 0;
    padding-right: 5.33vw;
    z-index: 3;
  }
  .service-inner-4 .layer2 img {
    width: 100%;
    display: block;
  }
  .service-inner-4 .layer3 {
    max-width: 100%;
    width: calc(100% - 5.33vw);
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: 0;
    margin-right: 5.33vw;
    top: 190.87vw;
    z-index: 2;
  }
  .service-inner-4 .layer4 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 196.87vw;
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 5.33vw;
    z-index: 3;
  }
  .service-inner-4 .layer4 img {
    width: 100%;
    display: block;
  }
  .service-inner-4 .bg.second {
    height: 300vw;
  }
  .service-inner-4 .bg.bg2 {
    width: 100%;
  }
  .service-inner-4 .layer2.second {
    max-width: 100%;
    width: calc(100% - 5.33vw);
    height: 50.67vw;
    position: absolute;
    top: 196.87vw;
    left: 0;
    bottom: 0;
    margin-right: 5.33vw;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-size: cover;
  }
  .service-inner-4 .layer2.second.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
  }
  .service-inner-4 .layer2.second img {
    width: 100%;
    display: block;
  }
  .service-inner-4 .layer3.second {
    max-width: 100%;
    width: calc(100% - 5.33vw);
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: 0;
    margin-right: 5.33vw;
    top: 280vw;
    z-index: 2;
  }
  .service-inner-4 .layer4.second {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 220.67vw;
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 0;
    margin-left: 5.33vw;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-size: cover;
  }
  .service-inner-4 .layer4.second.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
  }
  .service-inner-4 .layer4.second img {
    width: 100%;
    display: block;
  }
  .service-inner-5 {
    width: 100%;
    letter-spacing: 0.12em;
    position: relative;
  }
  .service-inner-5 .bg {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), color-stop(20%, #f4f4f4), color-stop(20%, white), to(white));
    background: linear-gradient(0deg, #e9e9e9 0%, #f4f4f4 20%, white 20%, white 100%);
    height: 275vw;
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .service-inner-5 .bg.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .service-inner-5 .bg .col1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0;
    padding: 21.33vw 5.33vw 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: transparent;
  }
  .service-inner-5 .bg .col1 h3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 6.4vw;
    margin-bottom: 18.67vw;
  }
  .service-inner-5 .bg .col1 p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-inner-5 .bg .col1 .sub-title {
    font-size: 4.8vw;
    line-height: 2.2;
    margin: 5.33333vw 0 5.33333vw;
  }
  .service-inner-5 .bg .col1 .txt {
    margin-top: 5.33333vw;
    font-size: 4.27vw;
    line-height: 2.2em;
  }
  .service-inner-5 .bg .col1 .img1 {
    max-width: 100%;
  }
  .service-inner-5 .bg .col1 .img1 img {
    width: 100%;
    display: block;
  }
  .service-inner-5 .bg .col1 .img5 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  .service-inner-5 .bg .col1 .img5 img {
    width: 100%;
    display: block;
  }
  .service-inner-5 .bg .col1 .flex-box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .service-inner-5 .bg .col1 .flex-box > div {
    width: 100%;
  }
  .service-inner-5 .bg .col1 .flex-box > div:nth-child(2) {
    margin: 2.66667vw;
  }
  .service-inner-5 .layer1 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: 0vw;
    top: 375vw;
    z-index: 2;
  }
  .service-inner-5 .layer2 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 196.87vw;
    left: 0;
    bottom: 0;
    padding-right: 5.33vw;
    z-index: 3;
  }
  .service-inner-5 .layer2 img {
    width: 100%;
    display: block;
  }
  .service-inner-5 .layer3 {
    max-width: 100%;
    width: calc(100% - 5.33vw);
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: 0;
    margin-right: 5.33vw;
    top: 190.87vw;
    z-index: 2;
  }
  .service-inner-5 .layer4 {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 196.87vw;
    right: 0;
    left: 0;
    bottom: 0;
    padding-right: 5.33vw;
    z-index: 3;
  }
  .service-inner-5 .layer4 img {
    width: 100%;
    display: block;
  }
  .service-inner-5 .bg.second {
    height: 475vw;
  }
  .service-inner-5 .bg.bg2 {
    width: 100%;
    margin: 0;
  }
  .service-inner-5 .layer2.second {
    max-width: 100%;
    width: calc(100% - 5.33vw);
    height: 50.67vw;
    position: absolute;
    top: 196.87vw;
    left: 0;
    bottom: 0;
    margin-right: 5.33vw;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-size: cover;
  }
  .service-inner-5 .layer2.second.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
  }
  .service-inner-5 .layer2.second img {
    width: 100%;
    display: block;
  }
  .service-inner-5 .layer3.second {
    max-width: 100%;
    width: calc(100% - 5.33vw);
    height: 50.67vw;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: 0;
    margin-right: 5.33vw;
    top: 280vw;
    z-index: 2;
  }
  .service-inner-5 .layer4.second {
    max-width: 100%;
    width: 100%;
    height: 50.67vw;
    position: absolute;
    top: 385vw;
    left: -5.33vw;
    bottom: 0;
    padding-right: 0;
    margin-right: 5.33vw;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-size: cover;
  }
  .service-inner-5 .layer4.second.on:before {
    -webkit-animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: img-wrap1 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
  }
  .service-inner-5 .layer4.second img {
    width: 100%;
    display: block;
  }
  .case {
    width: 100%;
    letter-spacing: 0.12em;
    position: relative;
  }
  .case .bg {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), color-stop(30%, #f4f4f4), color-stop(50%, white), to(white));
    background: linear-gradient(0deg, #e9e9e9 0%, #f4f4f4 30%, white 50%, white 100%);
    height: auto;
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .case .bg .col1 {
    max-width: 100%;
    width: 100%;
    margin: 21.33vw auto 21.33vw;
    padding: 0 5.33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case .bg .col1 h3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 6.4vw;
    margin-bottom: 18.67vw;
  }
  .case .bg .col1 .col2 {
    margin-bottom: 5.33vw;
  }
  .case .bg .col1 .col2:last-of-type {
    margin-bottom: 0;
  }
  .case .bg .col1 .col2 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.47vw 5.33vw;
    font-size: 4.27vw;
    font-weight: 700;
    color: #fff;
    background: #252f38;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case .bg .col1 .col2 dt span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 3em;
    font-size: 1.2rem;
  }
  .case .bg .col1 .col2 dd {
    padding: 7.47vw 5.33vw;
    font-size: 3.73vw;
    background: #f9f9f9;
    line-height: 2.2em;
  }
  .case .bg .col1 .col2 dd p {
    font-weight: 700;
  }
  .case .bg .col1 p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .case .bg .col1 .txt {
    margin-top: 38px;
    font-size: 1.6rem;
    line-height: 2.2em;
  }
  .case .layer1 {
    max-width: 430px;
    width: 100%;
    height: 500px;
    background: #11a0ff;
    background: linear-gradient(312deg, #11a0ff 0%, #00426e 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}

.service-inner-3 .bg .col1 .service-head {
  width: 100%;
}

.service-inner-3 .bg .col1 .service-head + * {
  margin-top: 84px;
}

.service-inner-3 .bg .col1 .service-head-title {
  margin-bottom: 34px;
}

.service-inner-3 .bg .col1 .service-head-sub {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .service-inner-3 .bg .col1 .service-head + * {
    margin-top: 12.53333vw;
  }
  .service-inner-3 .bg .col1 .service-head-title {
    margin-top: 8vw;
  }
  .service-inner-3 .bg .col1 .service-head-sub {
    font-size: 4.53333vw;
    line-height: 1.76471;
  }
}

.service-inner-3 .bg .col1 .service-plate {
  background-color: #f1f1f1;
  padding: 66px;
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-inner-3 .bg .col1 .service-plate {
    padding: 4.26667vw;
    margin-top: 6.4vw;
  }
}

.service-inner-3 .bg .col1 .service-img {
  text-align: center;
}

.service-inner-3 .bg .col1 .service-img img {
  width: 100%;
  max-width: 617px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.service-inner-3 .bg .col1 .service-img-caption {
  text-align: left;
  margin-top: 45px;
  line-height: 2.1875;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .service-inner-3 .bg .col1 .service-img {
    margin-top: 5.33333vw;
  }
  .service-inner-3 .bg .col1 .service-img img {
    width: 78.93333vw;
  }
  .service-inner-3 .bg .col1 .service-img-caption {
    margin-top: 9.33333vw;
    line-height: 2.14286;
    font-size: 3.73333vw;
  }
}
