.service {
  background-color: #091023;
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .service {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 22px;
  }
}
@media screen and (max-width: 375px) {
  .service {
    padding-top: 5.8666666667vw;
  }
}
.service__row {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
.service__row:nth-of-type(2n-1) {
  background-color: #091023;
}
.service__row:nth-of-type(2n) {
  background-color: #182445;
}
.service__row:last-of-type {
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .service__row:last-of-type {
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 1200px) {
  .service__row {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .service__row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .service__row {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.service__card {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service__card .btn-index {
  text-align: center;
}
.service__card .btn-index::after {
  background-image: url("../image/newtab.svg");
}
@media screen and (max-width: 1200px) {
  .service__card .btn-index::after {
    width: 1.3888888889vw;
    height: 1.1805555556vw;
    right: 1.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .service__card .btn-index::after {
    top: 49%;
    width: 20px;
    height: 17px;
    right: 28px;
  }
}
@media screen and (max-width: 375px) {
  .service__card .btn-index::after {
    width: 5.3333333333vw;
    height: 4.5333333333vw;
    right: 7.4666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .service__card .btn-index {
    padding-left: 6.0416666667vw;
    padding-right: 6.0416666667vw;
    padding-top: 1.7361111111vw;
    padding-bottom: 1.7361111111vw;
    font-size: 1.1111111111vw;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .service__card .btn-index {
    font-size: 15px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .service__card .btn-index {
    height: auto;
    line-height: 1;
  }
}
@media screen and (max-width: 375px) {
  .service__card .btn-index {
    font-size: 4vw;
    padding-left: 16vw;
    padding-right: 16vw;
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .service__card {
    width: 80.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .service__card {
    flex-direction: column;
    justify-content: flex-start;
    width: 345px;
  }
}
@media screen and (max-width: 375px) {
  .service__card {
    width: 88vw;
  }
}
.service__bg-white {
  width: 360px;
  height: 213px;
  background-color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .service__bg-white {
    width: 25vw;
    height: 14.7916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .service__bg-white {
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 378px) {
  .service__bg-white {
    width: 100%;
    height: 40vw;
    margin-bottom: 5.2083333333vw;
  }
}
.service__img-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.service__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__text-area {
  width: 663px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .service__text-area {
    width: 46.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .service__text-area {
    width: 100%;
    text-align: center;
  }
}
.service__card-title {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .service__card-title {
    margin-bottom: 2.2222222222vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .service__card-title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .service__card-title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__card-explain {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: normal;
  margin-bottom: 35px;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .service__card-explain {
    margin-bottom: 2.4305555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .service__card-explain {
    font-size: 15px;
    margin-bottom: 35px;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .service__card-explain {
    font-size: 4vw;
    margin-bottom: 9.3333333333vw;
  }
}/*# sourceMappingURL=service.css.map */