.lp-mo-biz-sec03-02 {
  padding-top: 60px;

  @media (max-width: 767px) {
      padding-top: 30px;
  }
}

.lp-point__list-container {
  margin: 0 auto;
  background: #f75e29;
  padding: 40px;
  border-radius: 6px;
  /* padding: 80px 100px; */
  /* background: #f9f9f9; */
  max-width: 1000px;
  margin: 0 auto;

  @media (max-width: 767px) {
    padding: 40px 20px;
    background: #f75e29;
  }
}

.lp-mo-biz-sec03-02-title {
  margin-bottom: 60px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP";
  color: #fff;

  @media (max-width: 767px) {
    font-size: 24px;
    /* margin-bottom: 30px; */
  }
}


.lp-mo-biz-sec03-02-title-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  gap: 14px;
}

.lp-mo-biz-sec03-02-title-border {
  display: flex;
  width: calc((100% - 545px)/2);
  max-width: 187px;
  height: 1px;
  border-bottom: 3px solid #fff;
  margin-top: -64px;

  @media (max-width: 767px) {
    display: none;
  }
}


/* .lp-mo-biz-sec03-02-title-container h2::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 187px;
  height: 3px;
  background: #fff;
  margin: 0 20px;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 0; */
} */

.lp-point__lead {
  margin: 0 0 30px;
}

.lp-point__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  padding-inline-start: 0;
  width: 100%;
  margin-top: 0px;

  @media (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.lp-point__list-li {
  padding-inline-start: 0;
  counter-increment: number 1;
  position: relative;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 40px 20px;
  gap: 10px;
  border-radius: 6px;

  @media (min-width: 767px) {
    /* スタイルルール */
    width: 31.719128329%;
  }
}

.lp-point__list-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  color: #f75e29;
  margin: 0;
  font-family: "Noto Sans JP";
}

.lp-point__list-circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.lp-point__list-circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(50% - 30px);
  background: #ff9f35;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-family: "Roboto";
}

.lp-point__list-circle p {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
}

.lp-point__list-circle p::after {
  content: counter(number) "";
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  margin: -8px 0 0;
}

.lp-point__list-circle-text {
  font-family: "Roboto";
  font-weight: 700;
}

.lp-point__list-description {
  margin: 0;
  max-width: 190px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  max-width: 240px;
  @media (max-width: 767px) {
    max-width: 240px;
    font-size: 12px;
  }
}

.lp-point__list-title-container {
  display: flex;
  flex-direction: column;

  justify-content: space-between;
  align-items: center;
  gap: 10px;

  @media (max-width: 767px) {
    flex-direction: row;
  }
}

.lp-point__list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.lp-point__list-content-image-container {
  max-width: 250px;
  @media (max-width: 767px) {
    max-width: 100%;
  }
}

.lp-point__list-content-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-mo-biz-sec03-02-cta {
  width: 490px;
  margin: 40px auto 0;
}

.lp-mo-biz-sec03-02-cta a {
  background: #141f84;
  color: #fff;
  padding: 24px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 3px 3px 0 0 #222;
}

.lp-mo-biz-sec03-02-cta:after {
  content: url(https://21488546.fs1.hubspotusercontent-na1.net/hubfs/21488546/btn-arrow.svg);
  margin: 0 5px 0 10px;
  position: relative;
  left: 450px;
  bottom: 50px;
}

p.lp-mo-biz-sec03-02-cta-text {
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

p.lp-mo-biz-sec03-02-cta-text:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(https://21488546.fs1.hubspotusercontent-na1.net/hubfs/21488546/line-left.svg);
  margin: 0 5px 3px 0;
}

p.lp-mo-biz-sec03-02-cta-text:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(https://21488546.fs1.hubspotusercontent-na1.net/hubfs/21488546/line-right.svg);
  margin: 0 0 0 5px;
}

.field_group_description {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 100%;
}

.field_group_description_item {
  display: flex;
  gap: 10px;
  align-items: start;
}

@media (max-width: 767px) {
  .lp-point__list-li {
    padding: 40px 20px 20px;
    width: 335px;
  }

  .lp-mo-biz-sec03-02-cta {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  p.lp-mo-biz-sec03-02-cta-text:after {
    margin: 20px 0 0 5px;
  }

  p.lp-mo-biz-sec03-02-cta-text:before {
    margin: 20px 5px 3px 0;
  }
  .lp-mo-biz-sec03-02-cta:after {
    left: 480px;
  }
}
