.service {
  background-color: #091023;
  padding: 64px 0 100px;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 64px 0;
    row-gap: 32px;
  }
}
.service__wrapper {
  display: flex;
  width: min(100%, 1240px);
  width: 1160px;
  margin: 0 auto;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  .service__wrapper {
    width: 92.08984375vw;
  }
}
@media screen and (max-width: 768px) {
  .service__wrapper {
    justify-content: center;
  }
}
.service__card {
  width: calc(50% - 20px);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 56px 48px 56px;
}
@media screen and (max-width: 1024px) {
  .service__card {
    padding-top: 6.25vw;
    padding-left: 5.46875vw;
    padding-right: 5.46875vw;
    padding-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .service__card {
    width: min(100%, 480px);
  }
}
@media screen and (max-width: 500px) {
  .service__card {
    width: 91.7333333333vw;
    padding-top: 8vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    padding-bottom: 9.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.service__btn-index {
  color: #182445;
  display: inline-block;
  padding-left: 14px;
  padding-right: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-bottom: 2px solid #e4ecf9;
  position: relative;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: inherit;
}
@media screen and (max-width: 1024px) {
  .service__btn-index {
    padding-left: 1.3671875vw;
    padding-right: 3.515625vw;
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
    font-size: max(1.5625vw, 15px);
  }
}
@media screen and (max-width: 500px) {
  .service__btn-index {
    padding-left: 3.7333333333vw;
    padding-right: 9.6vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.service__btn-index::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../image/newtab-darkblue.svg");
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .service__btn-index::after {
    width: max(1.953125vw, 12px);
    height: max(1.953125vw, 12px);
  }
}
.service__btn-index::before {
  content: "";
  height: 2px;
  width: 42px;
  background-color: #0f8fef;
  position: absolute;
  top: inherit;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .service__btn-index::before {
    width: 4.1015625vw;
  }
}
@media screen and (max-width: 500px) {
  .service__btn-index::before {
    width: 11.2vw;
  }
}
.service__btn-index:hover {
  color: #0f8fef;
}
.service__btn-index:hover::before {
  width: 100%;
  transition: 0.3s;
}
.service__btn-index:hover::after {
  background-image: url("../image/newtab-right-blue.svg");
}
.service__card-title {
  color: #182445;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .service__card-title {
    font-size: max(2.34375vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .service__card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .service__card-title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service__text-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 8px;
  flex: 1;
}
.service__card-explain {
  font-size: 16px;
  color: #182445;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: normal;
  text-align: justify;
  flex: 1;
  min-height: 112px;
}
@media screen and (max-width: 768px) {
  .service__card-explain {
    font-size: 15px;
    min-height: inherit;
  }
}
@media screen and (max-width: 375px) {
  .service__card-explain {
    font-size: 4vw;
  }
}/*# sourceMappingURL=service.css.map */