/* default settings */
.key.key-page {
  background-image: url(../img/news/key.jpg);
}

.section-first {
  padding: 5.125rem 0 7.5rem;
  line-height: 1.5625rem;
}
.section-first .c-sub-title {
  margin: 0.9375rem 0 1.25rem;
}
.section-first .row03 {
  margin-bottom: 2.5rem;
}
.section-first p {
  text-align: justify;
  /* margin-top: 1.2625rem; */
}
.section-first .row01 {
  margin-bottom: 40px;
}
.gallery_images {
  margin-top: 40px;
  padding: 0 40px;
}
.gallery_images .slick-next {
  right: -46px;
}
.gallery_images .slick-prev {
  left: -46px;
}
.gallery_images .item {
  margin: 0 4px;
}
.section-story {
  text-align: center;
  padding: 60px 0;
}
.section-story .text {
  margin-top: 30px;
}
.note {
  text-align: center;
  font-size: 1.25rem;
  color: #807653;
  font-weight: bold;
}
.section-story .text p + p {
  margin-top: 16px;
}
.block_detail {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.block_detail .item {
  min-width: 230px;
  text-align: center;
  max-width: calc(25% - (180px / 4));
}
.block_detail .item .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.block_detail .item .des {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
}
.block_detail .item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.gallery_images .item {
  position: relative;
  padding-top: calc(236 / 346 * 100%);
}
.gallery_images .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .section-first .row01 .group {
    width: calc(50% - 30px);
  }
  .section-first .row01 .photo {
    /* -webkit-box-ordinal-group: 3; */
    /* -ms-flex-order: 2; */
    /* order: 2; */
    /* width: 37.875rem; */
    width: calc(50% - 30px);
  }
  .section-first .row02 .group {
    width: 43rem;
  }
  .section-first .row02 .photo {
    width: 29.25rem;
  }
  .section-first .row03 {
    margin-bottom: 1.5625rem;
  }
  .section-first .row03 .item {
    width: 32.3%;
  }
}

@media (max-width: 767px) {
  .section-first,
  .section-story {
    padding: 40px 0;
  }
  .gallery_images {
    padding: 0;
  }
  .gallery_images .slick-next {
    right: -16px;
  }
  .gallery_images .slick-prev {
    left: -16px;
  }
  .section-first .row03 .item + .item {
    margin-top: 1.25rem;
  }
  .section-first .photo {
    margin-top: 16px;
    order: 9;
  }
}
