.v-section1 {
  margin-top: 89px;
}
.v-section1__txt1 {
  width: 1030px;
  margin: 0 auto 47px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
}
.v-section1__title {
  font-size: 36px;
  font-weight: bold;
  color: #002C4E;
  text-align: center;
}
.v-section1__title > span {
  position: relative;
}
.v-section1__title > span::before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #F7931E;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-radius: 43px;
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-2.5deg);
  z-index: 1;
}
.v-section1__title > span > label {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.v-section1__div1 {
  margin-top: 27px;
  background-color: #FFF2E3;
  border-bottom: 5px solid #F7931E;
  padding: 50px 0 51px;
}
.v-section1__div1 > p {
  font-size: 38px;
  font-weight: bold;
  color: #F05A23;
  text-align: center;
}
.v-section1__div1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
}
.v-section1__div1 > ul > li {
  list-style: none;
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  width: 442px;
}
.v-section1__div1 > ul > li + li {
  margin-left: 40px;
}

.v-section2 {
  margin-top: 64px;
  background-color: #F2F2F2;
  padding: 60px 0 128px;
}
.v-section2__title {
  font-size: 36px;
  font-weight: bold;
  color: #002C4E;
  text-align: center;
}
.v-section2__title > span {
  position: relative;
}
.v-section2__title > span::before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #F7931E;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-radius: 43px;
  -webkit-transform: rotate(-0.5deg);
  transform: rotate(-2.5deg);
  z-index: 1;
}
.v-section2__title > span > label {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.v-section2__div1 {
  padding: 0 70px;
}
.v-section2__div1 > img {
  float: left;
  margin-right: 40px;
  position: relative;
  top: -65px;
}
.v-section2__txt1 {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  padding-top: 77px;
  line-height: 25px;
}
.v-section2__txt2 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-align: right;
  margin-top: 88px;
  line-height: 44px;
}
.v-section2__txt2 > span {
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 750px) {
  .v-section1 {
    margin-top: 4.4rem;
  }
  .v-section1__txt1 {
    width: 100%;
    padding: 0 3rem;
    font-size: 1.6rem;
    text-align: justify;
    margin: 0 auto 5.4rem;
  }
  .v-section1__title {
    font-size: 3rem;
  }
  .v-section1__title > span::before {
    bottom: 0.7rem;
    height: 0.5rem;
  }
  .v-section1__title > span > label {
    padding: 0 0.5rem;
  }
  .v-section1__div1 {
    padding: 6.5rem 3rem 5.5rem;
  }
  .v-section1__div1 > p {
    font-size: 3rem;
  }
  .v-section1__div1 > ul {
    display: block;
  }
  .v-section1__div1 > ul > li {
    font-size: 2.2rem;
    width: 100%;
  }
  .v-section1__div1 > ul > li + li {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .v-section2 {
    margin-top: 0;
    padding: 5.4rem 3rem 10rem;
  }
  .v-section2__title {
    font-size: 3rem;
  }
  .v-section2__title > span::before {
    bottom: 0.3rem;
  }
  .v-section2__title > span > label {
    padding: 0 0.5rem;
  }
  .v-section2__div1 {
    padding: 0;
    margin-top: 4.6rem;
  }
  .v-section2__div1 > img {
    float: none;
    margin-right: 0;
    top: 0;
  }
  .v-section2__txt1 {
    padding-top: 0;
    margin-top: 2.7rem;
    font-size: 1.6rem;
    text-align: justify;
  }
  .v-section2__txt2 {
    margin-top: 4.2rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .v-section2__txt2 > span {
    font-size: 4.1rem;
  }
}