/*-------------------------------------------------------------------------------*/
/*    $index                                                                                */
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*    $Noimg                                                                                  */
/*-------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Anton");
.noimg {
  background: #f1f3f5 url(../../images/module/no_image.svg) center center no-repeat;
}

@media print {
  .noimg {
    border: 1px solid #f1f3f5;
  }
}
.noimg {
  background: #f1f3f5 url(../../images/module/no_image.svg) center center no-repeat;
}

@media print {
  .noimg {
    border: 1px solid #f1f3f5;
  }
}
img {
  object-fit: cover;
}

.owl-carousel.index_banner {
  z-index: 0;
}

.index_banner {
  position: relative;
  border-top: solid 3px #d64203;
  overflow: hidden;
  z-index: 0;
}

.index_banner:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: url(../../images/index_banner_after.svg) repeat-x bottom;
}

@media (min-width: 768px) {
  .index_banner:after {
    height: 60px;
  }
}
.no-js .owl-carousel.index_banner {
  display: flex;
  flex-wrap: wrap;
}

.no-js .owl-carousel.index_banner .item {
  max-width: 33.3%;
}

.initabout_wrap {
  position: relative;
}

.BtnMore_common {
  text-align: center;
  transform: skewX(-12deg);
}

.BtnMore_common a {
  display: inline-block;
  position: relative;
  padding: 1rem 0;
  color: #d64203;
  transform: translateX(-20px);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.BtnMore_common a:after {
  content: "";
  position: absolute;
  right: -25px;
  width: 19px;
  height: 19px;
  background: url(../../images/icon_BtnMore_common.svg) no-repeat;
  transform: skewX(12deg);
}

.BtnMore_common a:hover {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}

.initabout-tit {
  font-size: 1.75rem;
  font-weight: bold;
  padding: 1.5rem 0;
  text-align: center;
  line-height: 2.5rem;
}

.initabout_wrap p {
  line-height: 1.5rem;
}

.Block_wrap_02 {
  position: relative;
  margin: 2.5rem 1.5rem 3.5rem 0;
}

.Block_wrap_02:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .Block_wrap_02 .Block_text {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(100%/2 + 1.5rem);
  }
}
.Block_wrap_02 h4 {
  color: #3e3e3e;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1rem 0 0.5rem;
}

.Block_wrap_02 p {
  color: #666666;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 9rem;
}

.Block_wrap_02 .Block_img {
  width: 100%;
}

@media (min-width: 576px) {
  .Block_wrap_02 .Block_img {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .Block_wrap_02 .Block_img {
    width: 50%;
    margin: 0;
  }
}
.Block_img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.Block_img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}

.Block_img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Block_img:after {
  content: "";
  position: absolute;
  top: calc(100%/2 - 90%/2);
  left: calc(100%/2 - 95%/2);
  width: 95%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s ease-in-out;
}

.Block_img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.Block_img span {
  display: block;
  position: absolute;
  color: white;
  background: url(../../images/icon_BlockMore.svg) no-repeat center right 1.5rem, #d64203;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}