/* ================================================

  p-jimusyo-tool-development.css

  ================================================ */

/* mv */
/* ------------------------------------------- */
.about-us_mv {
  background: url(../img/about-us/bg_mv_about-us_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .about-us_mv {
    background: url(../img/about-us/bg_mv_about-us_sp.jpg) 100%/cover no-repeat;
  }
}
@media screen and (max-width: 600px) {
  .about-us_mv .child-mv_inner {
    display: flex;
  }
}


/* breadcrumb */
/* ------------------------------------------- */
/* デフォルトのパンクズを非表示 */
.breadcrumb {
  display: none;
}


/* aboutus */
/* ------------------------------------------- */
.aboutus_intro {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .aboutus_intro {
    margin-top: 23px;
  }
}

.aboutus_table {
  max-width: 1122px;
  margin: 55px auto 100px;
}
@media screen and (max-width: 767px) {
  .aboutus_table {
    max-width: unset;
    margin: 28px auto 45px;
  }
}
