.service {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .service__item {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
}
.service__item + .service__item {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .service__item + .service__item {
    margin-top: 56px;
  }
}
.service__number {
  height: 94px;
}
@media screen and (max-width: 767px) {
  .service__number {
    height: 45px;
  }
}
.service__number > img {
  width: auto;
  height: 100%;
}
.service__head {
  margin-top: 40px;
  display: flex;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  .service__head {
    flex-direction: column;
  }
}
.service__detail {
  width: 40.833vw;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service__detail {
    width: 100%;
    padding-bottom: 0;
  }
}
.service__heading {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__heading {
    padding-left: 0;
    font-size: 28px;
  }
}
.service__heading > span {
  margin-top: 16px;
  display: inline-block;
}
.service__text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .service__text {
    padding-left: 0;
    margin-top: 24px;
  }
}
.service__features {
  padding: 40px;
  margin-top: 40px;
  background: #f5f5f5;
  border-radius: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .service__features {
    padding: 24px;
    margin-top: 24px;
    border-radius: 0;
  }
}
.service__features-item {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  position: relative;
}
.service__features-item + .service__features-item {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .service__features-item + .service__features-item {
    margin-top: 12px;
  }
}
.service__features-item:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2d2d2d;
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
}
.service__image {
  width: 30vw;
  height: 30vw;
}
@media screen and (max-width: 767px) {
  .service__image {
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
}
.service__image > img {
  width: 100%;
}

.step {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .step {
    margin-top: 40px;
  }
}
.step__list {
  display: flex;
  justify-content: center;
  gap: 0 120px;
}
@media screen and (max-width: 767px) {
  .step__list {
    flex-direction: column;
    gap: 16px 0;
  }
}
.step__item {
  width: 33.333%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__item {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 56px;
    padding-left: 48px;
  }
}
.step__item:before {
  content: "";
  width: 27.812vw;
  height: 1px;
  display: block;
  background: #2d2d2d;
  position: absolute;
  top: 57px;
  left: 10.416vw;
}
@media screen and (max-width: 767px) {
  .step__item:before {
    width: 1px;
    height: calc(100% - 55px);
    top: 55px;
    left: 12px;
  }
}
.step__item:nth-child(3):before {
  display: none;
}
@media screen and (max-width: 767px) {
  .step__item:nth-child(3):before {
    display: block;
  }
}
.step__number {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  padding-bottom: 54px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__number {
    padding-bottom: 32px;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.step__number > span {
  padding-left: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .step__number > span {
    padding-left: 0;
    margin-top: 6px;
    display: block;
    font-size: 18px;
  }
}
.step__number:after {
  content: "";
  width: 32px;
  height: 32px;
  margin-left: -16px;
  background: url(../../images/service/img_step_pin.svg) no-repeat center center;
  background-size: 32px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .step__number:after {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    background: url(../../images/service/img_step_pin.svg) no-repeat center center;
    background-size: 24px;
  }
}
.step__image {
  height: 165px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step__image {
    height: 140px;
    margin-top: 0;
  }
}
.step__image > img {
  width: auto;
  height: 100%;
}
.step__heading {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step__heading {
    margin-top: 32px;
  }
}
.step__text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}