.mainvisual {
  background-image: url(/assets/images/main/mainvisual_symbol.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 450px center;
}
.mainvisual .inner {
  height: 970px;
  position: relative;
}
.mainvisual a {
  width: 700px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.main-wedo {
  background-color: #805d97;
  padding: 72px 0;
}
.main-wedo p {
  color: #fff;
}
.main-wedo h4 {
  color: #fff;
  margin-top: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 160%;
}

.sub-tit {
  color: #6e2f94;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 26px;
}

.main-our {
  padding: 147px 0 77px;
}
.main-our .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-our article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 45px;
}
.main-our article > div:not(:last-child) {
  margin-bottom: 75px;
}
.main-our p {
  color: #4b4b4b;
  font-family: 'Manrope';
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.48px;
}
.main-our p strong {
  color: #682094;
  font-size: 1.2em;
}
.main-our picture {
  width: 550px;
}
