.main-content {
  padding-bottom: 110px;
}

#company .company__photo {
  margin-bottom: -87px;
}

#company .company__photo2 {
  overflow: hidden;
}
#company .company__photo2 img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
  object-fit: cover;
}

.cbrand #company .company__photo {
  margin-bottom: 60px;
}

#company .company__content {
  margin-top: 73px;
}

#company .company__row {
  margin-bottom: 143px;
}


.cbrand #company .company__row .txt {
  margin-top: 60px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}

#company .company__row__logo {
  margin-top: 135px;
  margin-left: 69px;
  width: 300px;
}
#company .company__row__content {
  font-size: 24px;
  line-height: 48px;
  margin: 170px 0 0 116px;
  flex: 1;
}
#company .company__row__content h3 {
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
#company .company__row__content h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 100px;
  height: 1px;
  background: #dadada;
}
#company .company__main {
  margin-top: 63px;
}

/*--------------------------------------
  smartphones
--------------------------------------*/
@media only screen and (max-width: 560px) {
  #company .company__photo {
    margin: 0 -65px 82px;
  }
  #company .company__row {
    position: relative;
    margin-bottom: 118px;
  }
  #company .company__row__logo {
    margin-top: 0;
    position: absolute;
    margin: 0;
    right: -1px;
    top: -14px;
    width: 281px;
    z-index: -1;
  }
  #company .company__row__content {
    margin: 0;
  }
  #company .company__row__content h3 {
    margin-bottom: 46px;
  }
  #company .company__main {
    font-size: 16px;
    margin-top: 77px;
  }
}

/*# sourceMappingURL=corporate.css.map */
