@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Noto+Sans+JP:wght@100..900&Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/**
 * 事例サイトトップ独自スタイル
 */
.l-gnavi,
.l-footer-navi {
  display: none;
}

.p-home .c-inner-s {
  padding: 7.3206442167vw 0;
}
@media screen and (min-width: 950px) and (max-width: 1175px) {
  .p-home .c-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1176px) and (max-width: 1438px) {
  .p-home .c-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1439px) {
  .p-home .c-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home .c-banners li {
  width: 100%;
}
.p-home .l-contact {
  padding-top: 7.3206442167vw;
}/*# sourceMappingURL=home.css.map */