.b-main-text-3 {
  position: relative;
  background: #F7F7F7;
}
.b-main-text-3__wrap {
  padding: 0 9rem;
}
@media all and (max-width: 768px) {
  .b-main-text-3__wrap {
    padding: 0 1.5rem;
  }
}
.b-main-text-3__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 0;
}
.b-main-text-3__left, .b-main-text-3__right {
  width: 50%;
}
.b-main-text-3__left {
  padding: 3.2rem 0 0 0;
}
.b-main-text-3__right {
  padding: 8rem 0 4rem 0;
}
.b-main-text-3__header {
  padding: 0 1rem 0 5rem;
}
.b-main-text-3__title {
  position: relative;
}
.b-main-text-3__title > h1, .b-main-text-3__title > h2 {
  position: relative;
  font-size: 3.75rem;
  line-height: 3.5rem;
  font-weight: 800;
  z-index: 5;
}
.b-main-text-3__title span {
  position: relative;
  display: inline-block;
  z-index: 5;
}
.b-main-text-3__title div {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.b-main-text-3__title div:before {
  position: absolute;
  left: -5rem;
  bottom: 0rem;
  height: 1.25rem;
  width: 24.3rem;
  background-image: url("i/b-main-text-3.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  opacity: 1;
  z-index: 1;
  content: "";
}
.b-main-text-3__content {
  padding: 0 2rem 0 0.75rem;
}
.b-main-text-3__text {
  font-size: 1.1rem;
  margin: 0 0 1.5rem;
  text-align: justify;
}
@media all and (max-width: 1900px) {
  .b-main-text-3__header {
    padding: 0 1rem;
  }
}
@media all and (max-width: 1700px) {
  .b-main-text-3__title > h1, .b-main-text-3__title > h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media all and (max-width: 1024px) {
  .b-main-text-3__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-main-text-3__left, .b-main-text-3__right {
    width: 100%;
  }
  .b-main-text-3__right {
    padding: 2rem 0 2rem 0;
  }
}