/* ---------------------------------------------------------
about
--------------------------------------------------------- */
h2 {
  display: none;
}

#about {
  margin: 100px auto 0;
  max-width: 9.5rem;
  line-height: 1.8;
  font-size: .16rem;
}

@media screen and (min-width: 751px) {
  #about {
    text-align: center;
  }
  #about strong {
    font-size: .18rem;
  }
}

@media screen and (max-width: 750px) {
  #about {
    font-size: .28rem;
  }
  #about br {
    display: none;
  }
}

#about .main_visual {
  margin: 0 0 .76rem 0;
}

@media screen and (max-width: 750px) {
  #about .main_visual {
    margin: 0 -.62rem .8rem -.62rem;
  }
}

#about h2 {
  margin: 0px auto .72rem auto;
  padding: 0 0 .4rem 0;
  display: table;
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: .38rem;
}

@media screen and (max-width: 750px) {
  #about h2 {
    font-size: .5rem;
  }
}

#about h2::before {
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.6rem;
  height: .05rem;
  content: '';
  background: #38a1db;
}

#about .img {
  margin: .5rem 0;
}

@media screen and (min-width: 751px) {
  #about .img img {
    max-width: 4.96rem;
  }
}
/*# sourceMappingURL=about.css.map */