@charset "UTF-8";
.page_toptitle {
  background: url(/common/img/about/bg_toptitle.jpg) no-repeat center center;
  background-size: cover; }

#about_us img {
  width: 100%; }
@media (min-width: 1024px) {
  #about_us {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 10rem; }
    #about_us img {
      width: 50%; } }
#about_us h2 {
  text-align: left;
  color: #009fb7; }
#about_us .wrap {
  margin: 10rem auto 6rem auto;
  width: 80%; }
  @media (min-width: 1024px) {
    #about_us .wrap {
      padding: 5%;
      width: 40%; }
      #about_us .wrap p {
        line-height: 3; }
      #about_us .wrap img {
        width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/ }

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