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

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

#service .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: 600px;
  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: 600px;
}

.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 .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 .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 .img1 img.is-sp {
  display: none;
}

.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 .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 {
  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 .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;
  margin: 0 83px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-inner-4 .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;
}

.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 .col2 {
  margin-bottom: 50px;
}

.service-inner-4 .bg .col1 .col2:last-of-type {
  margin-bottom: 0;
}

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

.service-inner-4 .bg .col1 .col2 dt span {
  font-size: 1.2rem;
}

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

.service-inner-4 .bg .col1 .col2 dd p {
  font-weight: 700;
}

.service-inner-4 .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;
}

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

.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;
  bottom: 0;
  z-index: 0;
}

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

@media screen and (max-width: 768px) {
  #service .delay-disp1 {
    padding-bottom: 0;
  }
  #service .delay-disp2 {
    padding-bottom: 80vw;
  }
  #service .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 .75s ease-in-out 1.2s;
    transition: all .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: 0;
    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: 0;
  }
  .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-top: 0;
  }
  .service-inner-1 .col1 {
    width: 100%;
    padding: 0 5.33vw 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 5.33vw;
    background: #fff;
    z-index: 2;
  }
  .service-inner-1 .col2 p:first-of-type {
    font-size: 4.8vw;
    line-height: 1.7em;
    font-weight: 700;
  }
  .service-inner-1 .col2 p:last-of-type {
    margin-top: 36px;
    font-size: 3.73vw;
    line-height: 2.2em;
  }
  @-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 {
    display: block;
    max-width: 100%;
  }
  .service-inner-3 .bg .col1 .img1 img {
    width: 100%;
    display: block;
  }
  .service-inner-3 .bg .col1 .img1 img.is-pc {
    display: none;
  }
  .service-inner-3 .bg .col1 .img1 img.is-sp {
    display: block;
  }
  .service-inner-3 .bg .col1 .img5 {
    max-width: 100%;
    display: block;
  }
  .service-inner-3 .bg .col1 .img5 img {
    width: 100%;
    display: block;
  }
  .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: 190.87vw;
    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 .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(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;
  }
  .service-inner-4 .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;
  }
  .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 .col2 {
    margin-bottom: 5.33vw;
  }
  .service-inner-4 .bg .col1 .col2:last-of-type {
    margin-bottom: 0;
  }
  .service-inner-4 .bg .col1 .col2 dt {
    padding: 3.47vw 5.33vw;
    font-size: 4.27vw;
    font-weight: 700;
    color: #fff;
    background: #252F38;
  }
  .service-inner-4 .bg .col1 .col2 dt span {
    font-size: 1.2rem;
  }
  .service-inner-4 .bg .col1 .col2 dd {
    padding: 7.47vw 5.33vw;
    font-size: 3.73vw;
    background: #F9F9F9;
    line-height: 2.2em;
  }
  .service-inner-4 .bg .col1 .col2 dd p {
    font-weight: 700;
  }
  .service-inner-4 .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;
  }
  .service-inner-4 .bg .col1 .txt {
    margin-top: 38px;
    font-size: 1.6rem;
    line-height: 2.2em;
  }
  .service-inner-4 .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 img {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.service-inner-3 .bg .col1 .service-img-caption {
  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-caption {
    margin-top: 5.06667vw;
    line-height: 2.14286;
    font-size: 3.73333vw;
  }
}
