@charset "UTF-8";
br.pc {
  display: block;
}
@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  br.sp {
    display: block;
  }
}

.top-news-important:has(.top-news-important__inner:empty) {
  display: none;
}

.top-hero-item__contentInner {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .top-hero-item__contentInner {
    width: 100%;
  }
}

.top-product {
  margin-left: 0;
}
.top-product .search-products {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .top-product .search-products {
    margin-top: 60px;
  }
}
.top-product .top-product-mediaBlock {
  margin: 80px 0 0 110px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .top-product .top-product-mediaBlock {
    margin: 60px 0 0;
  }
}
.top-product .top-product-mediaBlock .top-product-industry {
  width: 100%;
  margin-top: 50px;
}

.top-container .top-heading-2 h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .top-container .top-heading-2 h2 {
    font-size: 1.75rem;
  }
}
.top-container .top-about {
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .top-container .top-about {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.top-container .top-about:is(.top-container:nth-child(4 of .top-container) *) {
  margin-top: -20px;
  padding-bottom: 40px;
}
.top-container .top-about .top-about-list {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 960px) {
  .top-container .top-about .top-about-list {
    grid-template-columns: auto !important;
  }
}
.top-container .top-about .top-about-mediaBlock__item:nth-of-type(odd) {
  grid-template-columns: 44.44% 55.56%;
}
.top-container .top-about .top-about-mediaBlock__item:nth-of-type(even) {
  grid-template-columns: 55.56% 44.44%;
}
@media screen and (max-width: 960px) {
  .top-container .top-about .top-about-mediaBlock__item {
    grid-template-columns: auto !important;
  }
}
.top-container .m-richtext > .news {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .top-container .m-richtext > .news {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.top-container .m-richtext > .news .inner_wrap > .title {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .top-container .m-richtext > .news .inner_wrap > .title {
    margin-top: 20px;
    font-size: 1.75rem;
  }
}
.top-container .m-richtext > .news .inner_wrap > .title::after {
  display: none;
}
.top-container .m-richtext > .news .layout-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .top-container .m-richtext > .news .layout-column {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top-container .m-richtext > .news .news-list {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .top-container .m-richtext > .news .news-list {
    margin-bottom: 0;
  }
}
.top-container .m-richtext > .news .news {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .top-container .m-richtext > .news .news {
    margin-bottom: 0;
  }
}
.top-container .m-richtext > .news .news li {
  font-size: 0.88rem;
}
.top-container .m-richtext > .news .news li .title {
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  .top-container .m-richtext > .news .news li .title {
    padding-right: 0;
  }
}
.top-container .m-richtext > .news .news + .news-list__link {
  margin-top: 10px;
}

.natc-contact {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.natc-contact .natc-contact-wrap {
  box-sizing: content-box;
}
.natc-contact .natc-contact-wrap h3 {
  font-weight: 700;
}
.natc-contact .natc-contact-wrap .btn a {
  line-height: 1;
}