/* --------------------------------------
  ISO
-------------------------------------- */
.secMainVisual.about {
  background: url(/assets/images/about/main_about.jpg) no-repeat;
  background-size: cover;
}
.aboutBlock {
  font-size: 0;
  letter-spacing: normal;
  padding-right: 38px;
}
.aboutBlock .col2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 38px;
}
.aboutBlock .col2:nth-child(2n) {
  margin-right: -38px;
}
.aboutBlock .secText,
.aboutBlock .secList--item {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .aboutBlock {
    padding-right: 0;
  }
  .aboutBlock .col2 {
    margin-right: 0;
  }
  .aboutBlock .col2:nth-child(2n) {
    margin-right: 0;
  }
  .aboutBlock .secText,
  .aboutBlock .secList--item {
    font-size: 14px;
  }
}