.about {
  background: #fff url("../../common/images/content-bg.png") right bottom no-repeat;
}

.concept {
  padding: 0 20px;
}

.concept-copy {
  line-height: 2.5;
  margin-bottom: 2.5em;
  text-align: center;
}
.concept-copy:last-child {
  margin-bottom: 0;
}

.concept-copy strong {
  color: #3a62ba;
}

.concept-copy2 {
  font-size: 20px;
  line-height: 2.5;
  padding-top: 100px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept-copy2 {
    font-size: 24px;
  }
}
.concept-copy2::before {
  background: #111;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.concept-copy2 span {
  background: -webkit-gradient(linear, left top, right top, from(#44ad70), color-stop(#3a62ba), to(#ba3aad));
  background: linear-gradient(90deg, #44ad70, #3a62ba, #ba3aad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: bold;
}

.concept-item1 {
  margin-top: -20px;
  text-align: right;
  z-index: 1;
}

.concept-item2 {
  margin-top: -20px;
}
@media screen and (min-width: 1120px) {
  .concept-item2 {
    margin-top: 60px;
  }
}

.concept-item3 {
  text-align: center;
}

.concept-item1 img {
  max-width: 22.2222222222%;
}
@media screen and (min-width: 1120px) {
  .concept-item1 img {
    max-width: 29.6296296296%;
  }
}

.concept-item2 img {
  max-width: 29.4444444444%;
}
@media screen and (min-width: 1120px) {
  .concept-item2 img {
    max-width: 39.2592592593%;
  }
}

.concept-item3 img {
  max-width: 26.6666666667%;
}
@media screen and (min-width: 1120px) {
  .concept-item3 img {
    max-width: 35.5555555556%;
  }
}

.concept-image2 {
  margin-top: 20px;
}
@media screen and (min-width: 1120px) {
  .concept-image2 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1120px) {
  .row-concept {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.row-concept-text {
  padding: 20px 0;
}
@media screen and (min-width: 1120px) {
  .row-concept-text {
    min-width: 400px;
    padding: 20px;
    width: 40%;
  }
}

.row-concept-image1,
.row-concept-image2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media screen and (min-width: 1120px) {
  .row-concept-image1,
  .row-concept-image2 {
    width: 30%;
  }
}

.row-concept-image2 {
  margin-top: auto;
}
/*# sourceMappingURL=about.css.map */