.v-project {
  padding-top: 85px;
}
@media screen and (max-width: 750px) {
  .v-project {
    padding-top: 17rem;
  }
}
.v-project__sec-title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .v-project__sec-title {
    font-size: 5.2rem;
    line-height: 1.6;
    white-space: nowrap;
  }
}
.v-project__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-project__sec-title__span {
    font-size: 2.8rem;
  }
}
.v-project__sec-title2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #212121;
  height: auto;
  align-items: center;
  padding: 5px 20px;
  line-height: 41px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .v-project__sec-title2 {
    font-size: 4rem;
    height: auto;
    padding: 1rem 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 750px) {
  .v-project__sec-title2--2 {
    width: 100%;
  }
}
.v-project__sec-title2::first-letter {
  color: #ff9131;
}
.v-project__sec1 {
  margin: 90px 0 100px;
}
@media screen and (max-width: 750px) {
  .v-project__sec1 {
    margin: 10rem 0 12rem;
    padding: 0 4rem;
  }
}
.v-project__sec1__txt {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  .v-project__sec1__txt {
    font-size: 3.2rem;
    line-height: 2.2;
  }
}
.v-project__sec1__txt--1 {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .v-project__sec1__txt--1 {
    margin-top: 10rem;
  }
}
.v-project__sec1__txt--2 {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .v-project__sec1__txt--2 {
    margin-top: 6rem;
  }
}
.v-project__sec1__img {
  width: 100%;
}
.v-project__sec1__img--1 {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .v-project__sec1__img--1 {
    margin-top: 14rem;
  }
}
.v-project__sec1__img--3 {
  margin: 60px 0 30px;
}
@media screen and (max-width: 750px) {
  .v-project__sec1__img--3 {
    margin: 14rem 0 6rem;
  }
}
.v-project__sec1__img--4 {
  margin: 70px 0 30px;
}
.v-project__sec1__ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .v-project__sec1__ul {
    flex-wrap: wrap;
    margin-top: 14rem;
  }
}
.v-project__sec1__ul__li {
  width: 500px;
}
@media screen and (max-width: 750px) {
  .v-project__sec1__ul__li {
    width: 100%;
  }
}
.v-project__sec1__ul__li + li {
  width: 600px;
}
@media screen and (max-width: 750px) {
  .v-project__sec1__ul__li + li {
    margin-top: 6rem;
  }
}

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