#achievements_section,#position_section {
  padding-bottom: 6px;
}
.lm-h2div {
  margin-top: 40px;
  max-width: 940px;
  margin: 40px auto 0;
}
.lm-achieve__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
}
.lm-achieve__caution {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
  line-height: 100%;
  opacity: 0.49;
}

.lm-position__text01 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.lm-position__text02 {
  margin-top: 35px;
  font-size: 16px;
  line-height: 22px;
  max-width: 1057px;
  margin-left: auto;
  margin-right: auto;
}
.lm-position__img {
  max-width: 1079px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}
.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .lm-achieve__value {
    gap: 0 6.666vw;
  }
  .lm-achieve__caution {
    font-size: 2.666vw;
    margin-top: 2.666vw;
  }
  #achievements_section .headline-section,#position_section .headline-section {
    font-size: 5.333vw;
    line-height: 9.066vw;
  }
  .lm-position__text01 {
    margin-top: 2.666vw;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
  .lm-position__text02 {
    margin-top: 4.666vw;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
  .lm-position__img {
    margin-top: 4.533vw;
  }

}