.v-message {
  padding-top: 85px;
}
@media screen and (max-width: 750px) {
  .v-message {
    padding-top: 17rem;
  }
}
.v-message__sec-title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .v-message__sec-title {
    font-size: 5.2rem;
    line-height: 1.6;
    white-space: nowrap;
  }
}
.v-message__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-message__sec-title__span {
    font-size: 2.8rem;
  }
}
.v-message__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-message__sec-title2 {
    font-size: 4rem;
    height: auto;
    padding: 1rem 2rem;
  }
}
.v-message__sec-title2 > span {
  color: #ff9131;
}
.v-message__txt {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  line-height: 34px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .v-message__txt {
    font-size: 3.2rem;
    line-height: 2;
    margin-top: 6rem;
  }
}
.v-message__img {
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .v-message__img {
    margin-top: 6rem;
  }
}
.v-message__sec1 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .v-message__sec1 {
    margin-top: 10rem;
    padding: 0 4rem;
  }
}
.v-message__sec1__txt2 {
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .v-message__sec1__txt2 {
    flex-wrap: wrap;
    font-size: 3.6rem;
    margin-top: 6rem;
  }
}
.v-message__sec1__svg {
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .v-message__sec1__svg {
    width: 46rem;
    margin-top: 4rem;
  }
}
.v-message__sec2 {
  margin-top: 100px;
  background: #f0f0f0;
  padding: 70px 0 90px;
}
@media screen and (max-width: 750px) {
  .v-message__sec2 {
    margin-top: 14rem;
    padding: 7rem 4rem 14rem;
  }
}
.v-message__sec2 .v-message__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .v-message__sec2 .v-message__img {
    margin-bottom: 6rem;
  }
}

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