@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
service
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
.sec-service
======================================================== */
.sec-service {
  overflow: hidden;
}

.sec-service:first-child {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-service:first-child {
    margin-top: 48px;
  }
}

.sec-service:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-service:last-child {
    margin-bottom: 48px;
  }
}

.sec-service + .sec-service {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-service + .sec-service {
    margin-top: 48px;
  }
}

.sec-service .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-service .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-service:nth-child(2n) .main-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-service:nth-child(2n) .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-service .img-block {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .sec-service .img-block {
    width: 100%;
  }
}

.sec-service .img-block__bg {
  width: 50vw;
  height: 326px;
  background-image: linear-gradient(135deg, #0035ad, #55c0ec);
  margin: -264px 0 0 calc(-50vw + 520px);
}
@media screen and (max-width: 1280px) {
  .sec-service .img-block__bg {
    height: 24vw;
    margin: calc(-24vw + 20px) 0 0 -80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .img-block__bg {
    width: 100vw;
    height: 40vw;
    margin: -36vw 0 0 -12vw;
  }
}

.sec-service:nth-child(2n) .img-block__bg {
  margin: -264px calc(-50vw + 520px) 0 60px;
}
@media screen and (max-width: 1280px) {
  .sec-service:nth-child(2n) .img-block__bg {
    margin: -36vw -12vw 0 4vw;
  }
}

.sec-service .txt-block {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .sec-service .txt-block {
    width: 100%;
  }
}

.sec-service .txt-block__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-service .txt-block__ttl {
    margin-top: 12px;
  }
}

.sec-service .txt-block__ttl .ttl-num {
  color: transparent;
  font-size: 11.2rem;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  background-image: linear-gradient(135deg, #0035ad, #55c0ec);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1280px) {
  .sec-service .txt-block__ttl .ttl-num {
    font-size: 10.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .txt-block__ttl .ttl-num {
    font-size: 8rem;
  }
}

.sec-service .txt-block__ttl .ttl-txt {
  margin-left: 8px;
  color: #1253bb;
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 7px;
}
@media screen and (max-width: 1280px) {
  .sec-service .txt-block__ttl .ttl-txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .txt-block__ttl .ttl-txt {
    margin-left: 6px;
    font-size: 2.4rem;
  }
}

.sec-service .txt-block .description-parts {
  margin-top: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec-service .txt-block .description-parts {
    margin-top: 12px;
  }
}/*# sourceMappingURL=service.min.css.map */