/*================================================  ================================================*/
div.about-bg {
  background-image: linear-gradient(#fff 8%, #87EFE9 50%);
}
div.about-bg h2 {
  text-align: center;
  font-size: 1.68em;
  font-weight: 700;
  line-height: 1.6em;
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  div.about-bg h2 {
    font-size: 24px;
    margin: 130px 0 70px;
  }
}
div.about-bg p.about-txt01 {
  text-align: center;
  font-size: 1.12em;
  line-height: 2.2em;
}
@media screen and (min-width: 768px) {
  div.about-bg p.about-txt01 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  div.about-bg div.about-img01 {
    max-width: 970px;
    margin: auto;
  }
}
div.about-bg p.about-txt02 {
  text-align: center;
  font-weight: 700;
  font-size: 1.12em;
  line-height: 2em;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  div.about-bg p.about-txt02 {
    font-size: 24px;
    margin-bottom: 100px;
  }
}

div.bg-img01 {
  width: 90%;
  top: -50vw;
  right: -25%;
  transform: translate(0, 0%) rotate(-140deg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  div.bg-img01 {
    width: 580px;
    right: 0px;
    top: -250px;
  }
}/*# sourceMappingURL=about.css.map */