.margin_reset {
  margin: 0 !important;
  margin-left: auto !important;
  margin-top: 30px !important;
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .margin_reset {
    margin: 30px auto 0 !important;
  }
}
.service__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .service__inner {
    flex-direction: column;
  }
}

.service_item {
  max-width: 515px;
}
@media screen and (max-width: 768px) {
  .service_item {
    max-width: 100%;
  }
  .service_item:last-child {
    margin-top: 60px;
  }
}

.service_item_image {
  width: 100%;
}
.service_item_image img {
  width: 100%;
}
.service_item_head {
  font-size: 29px;
  margin-top: 35.9px;
  color: #000000;
  font-family: "NotoSerif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "小塚明朝 Pro R", "Kozuka Mincho Pro", "HGS明朝E",
    "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service_item_head {
    padding: 0 10%;
    font-size: 22px;
    margin-top: 25px;
  }
}
.service_item_text {
  font-size: 13px;
  color: #000000;
  line-height: 2.15;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service_item_text {
    padding: 0 10%;
  }
}
