@charset "UTF-8";

/* -----------------------------
	office.Mのご紹介
----------------------------- */
main.about-us .entry-header::before {
  background-image: url(../img/about-us/kv_s.png);
  background-position: right;
}
@media screen and (min-width: 576px) {
  main.about-us .entry-header::before {
    background-image: url(../img/about-us/kv_l.png);
  }
}
main.about-us .entry-content p {
  margin-bottom: 2em;
}
main.about-us .entry-content .sign {
  text-align: right;
}
@media screen and (min-width: 576px) {
  main.about-us .entry-content .sign {
    margin-top: 4em;
  }
}
main.about-us .entry-content .sign img {
  width: 89px;
}
@media screen and (min-width: 768px) {
  main.about-us .entry-content .sign img {
    width: auto;
  }
}
