@charset "UTF-8";

.page,
.page .loading,
.page .fixed-nav_pc,
.page .fixed-nav_sp {
  background-color: #c6cbce;
}

.block-page-top {
  z-index: 888;
}
@media screen and (min-width: 769px) {
  .kv h1 {
    min-width: 1920px;
  }
}

.style-info {
  width: 769px;
  margin: 0 auto 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid #333;
}
.style-info__heading {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  line-height: 1.57;
}
.style-info__text {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    text-align: justify;
}
@media screen and (max-width: 768px) {
  .style-info {
    width: 84.8vw;
    margin: 0 auto 16.7vw;
    padding: 0 0 16.7vw;
  }
  .style-info__heading {
    font-size: 5.2vw;
    margin-bottom: 5.2vw;
    text-align: center;
  }
  .style-info__text {
      font-size: 4.2vw;
  }
}

@media screen and (min-width: 769px) {
  .item__list__img a:hover  {
    opacity: 1;
  }
  .item__list__img a[href]:hover  {
    opacity: .6;
  }
}