

@media screen and (min-width: 737px) {
  .about-content {
    margin: 30px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .about-content.-content01 > .inner > .text::before {
    background-image: url(../../images/about/next-text.svg);
    width: 505px;
  }
  .about-content.-content02 > .inner > .text::before {
    background-image: url(../../images/about/evolutionary-text.svg);
    width: 919px;
  }
  .about-content.-content03 > .inner > .text::before {
    background-image: url(../../images/about/freedom-text.svg);
    width: 679px;
  }
  .about-content.-center > .inner > .text {
    margin: auto;
  }
  .about-content.-reflect > .inner > .text {
    margin-left: auto;
  }
  .about-content > .inner {
    margin: 55px auto 0;
  }
  .about-content > .inner > .text {
    margin: 0 30px;
    max-width: 724px;
    padding: 3.75rem;
  }
  .about-content > .inner > .text::before {
    height: 55px;
    top: -55px;
  }
  .about-content > .inner > .text > .maincopy {
    margin-bottom: 3.5rem;
  }
  .about-content > .inner > .text > .maincopy > svg {
    height: 192px;
    width: 511px;
  }
  .about-first-section::before {
    margin: 30px;
  }
}


@media screen and (min-width: 737px) {
  .company-about-place > .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1.5rem;
  }
  .company-about-place > .map {
    margin-top: 0;
    width: 280px;
  }
}