@charset "UTF-8";
.p-strengths .l-column--6448__64 {
  padding-top: 60px;
}
.p-strengths .l-column--6448__64 h2 {
  margin-bottom: 1.25em;
}
.p-strengths .l-column--6448.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-strengths .container-kv {
  margin-right: -50px;
  height: 345px;
  background-image: url(/strengths/local/img/img_kv.jpg);
  background-position: left;
  background-repeat: repeat-x;
  background-size: contain;
}

@media (max-width: calc(992px - 0.02px)) {
  .p-strengths .l-column--6448__64 {
    padding-top: 0;
  }
  .p-strengths .l-column--6448.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.js-continuous {
  width: 100%;
  height: 345px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.js-continuous .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.js-continuous .swiper-slide {
  width: 640px;
  height: 345px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.js-continuous .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------ニュースページ画像------*/
.news_img {
  width: 90%;
  max-width: 800px;
  margin-bottom: 10px;
}

/*------絞り込み用------*/
.c-news-list a {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  max-height: 200px;
  -webkit-transition: opacity 0.3s ease, max-height 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, max-height 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, -webkit-transform 0.3s ease;
}

.c-news-list a.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  max-height: 0;
  pointer-events: none;
}/*# sourceMappingURL=local.css.map */