#company .ttl-common {
  margin-bottom: 102px;
}
#company .dot-title {
  margin-bottom: 60px;
}
#company .company__photo {
  margin-bottom: 110px;
}
#company .company__content {
  margin-top: 73px;
}

#company .company__photo3 {
  width: 529px;
  margin: 0 auto;
  margin-top: -19px;
}

/*--------------------------------------
  smartphones
--------------------------------------*/
@media only screen and (max-width: 560px) {
  #company .ttl-common {
    margin-bottom: 169px;
  }
  #company .dot-title {
    margin-bottom: 64px;
  }
  #company .company__photo,
  #company .company__photo2 {
    overflow: hidden;
    border-radius: 10px;
  }
  #company .company__photo img,
  #company .company__photo2 img {
    margin: -20px -125px;
    width: 750px;
    max-width: unset;
  }
  #company .company__photo {
    margin-bottom: 105px;
  }
  #company .company__content {
    margin-top: 67px;
  }
  #company .company__photo3 {
    width: 400px;
    margin: 0 auto;
    margin-top: -29px;
  }
}

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