.v-about {
  padding-top: 85px;
}
@media screen and (max-width: 750px) {
  .v-about {
    padding-top: 17rem;
  }
}
.v-about__sec-title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .v-about__sec-title {
    font-size: 5.2rem;
    line-height: 1.6;
    white-space: nowrap;
  }
}
.v-about__sec-title__span {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #ff9131;
  letter-spacing: 0.1em;
  font-family: DIN Condensed;
}
@media screen and (max-width: 750px) {
  .v-about__sec-title__span {
    font-size: 2.8rem;
  }
}
.v-about__sec-title2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #212121;
  height: 51px;
  align-items: center;
  padding: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .v-about__sec-title2 {
    font-size: 4rem;
    height: auto;
    padding: 1rem 2rem;
  }
}
.v-about__sec-title2::first-letter {
  color: #ff9131;
}
.v-about__sec1 {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .v-about__sec1 {
    margin-top: 9rem;
    padding: 0 4rem;
  }
}
.v-about__sec1__ul {
  background: #f0f0f0;
  padding: 30px 70px;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul {
    margin-top: 6rem;
    padding: 6rem 4rem;
  }
}
.v-about__sec1__ul__li {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  padding-left: 17px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul__li {
    font-size: 3.2rem;
    padding-left: 0;
    text-indent: 3.6rem;
  }
}
.v-about__sec1__ul__li > span {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul__li > span {
    font-size: 3.6rem;
  }
}
.v-about__sec1__ul__li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ff9131;
  border-radius: 50%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul__li::before {
    top: 2rem;
    bottom: inherit;
    left: 1rem;
  }
}
.v-about__sec1__ul__li + li {
  margin-top: 20px;
}
.v-about__sec1__txt1 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #212121;
  margin-top: 30px;
  line-height: 35px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__txt1 {
    font-size: 3.6rem;
    line-height: 2;
    margin-top: 6rem;
  }
}
.v-about__sec1__img {
  display: block;
  margin: 70px auto;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__img {
    width: 100%;
    margin: 4rem auto 6rem;
  }
}
.v-about__sec1__ul2 {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul2 {
    flex-wrap: wrap;
    margin-top: 6rem;
  }
}
.v-about__sec1__ul2__li {
  width: 344px;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul2__li {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul2__li:nth-child(n+2) {
    margin-top: 6rem;
  }
}
.v-about__sec1__ul2__img {
  width: 100%;
}
.v-about__sec1__ul2__txt1 {
  font-size: 30px;
  font-weight: bold;
  color: #212121;
  margin-top: 30px;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul2__txt1 {
    font-size: 3.6rem;
    margin-top: 2rem;
    padding-left: 5.2rem;
  }
}
.v-about__sec1__ul2__txt1::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ff9131;
  border-radius: 50%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul2__txt1::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.v-about__sec1__ul2__txt2 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  .v-about__sec1__ul2__txt2 {
    font-size: 3.2rem;
    margin-top: 2rem;
    line-height: 2;
  }
}
.v-about__sec2 {
  margin-top: 100px;
  background: #f0f0f0;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .v-about__sec2 {
    margin-top: 14rem;
    padding: 10rem 4rem 14rem;
  }
}
.v-about__sec2__img-holder {
  position: relative;
  margin: 70px 0 35px;
}
@media screen and (max-width: 750px) {
  .v-about__sec2__img-holder {
    margin: 10rem 0 8rem;
  }
}
.v-about__sec2__img-holder--2 {
  margin: 80px 0 70px;
}
@media screen and (max-width: 750px) {
  .v-about__sec2__img-holder--2 {
    margin: 14rem 0 4rem;
  }
}
.v-about__sec2__activity {
  position: absolute;
  right: 10px;
  bottom: -50px;
}
@media screen and (max-width: 750px) {
  .v-about__sec2__activity {
    right: 1rem;
    bottom: -4rem;
    width: 31.4rem;
  }
}
.v-about__sec2__activity--2 {
  bottom: 20px;
}
@media screen and (max-width: 750px) {
  .v-about__sec2__activity--2 {
    bottom: 24.4rem;
  }
}
.v-about__sec2__txt {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  line-height: 34px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .v-about__sec2__txt {
    font-size: 3.2rem;
    margin-top: 4rem;
    line-height: 2;
  }
}

/*# sourceMappingURL=index.css.map */