#main_image {
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  border-top: none;
}
#main_image img {
  z-index: 2;
  position: absolute;
  top: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
  padding: 15px;
}
#main_image video {
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  object-fit: cover;
}
#main_image .pattern {
  width: 100%;
  height: 100%;
  background: url(../../images/borderbg.png);
  position: absolute;
  top: 0;
  left: 0;
}

#contents h2 {
}
#contents h3 {
  font-family: "Noto Sans Japanese" !important;
  padding: 0.5rem 0.75rem;
  background-color: #efefef !important;
  border-bottom: 1px #000 solid !important;
  border-right: 1px #000 solid !important;
}
#concept p {
  line-height: 3;
}
.ttl_business {
  text-align: center;
}
.ttl_business h3 a {
  display: block;
  cursor: pointer;
  color: #333;
}

#news {
	padding-bottom: 2rem;
}
.news_image {
  max-width: 500px;
  margin: 32px auto;
}
#contents .news_image img {
  width: 100%;
}
.news_video video {
width: 100%;
}
.news_video,
.news_text {
  max-width: 768px;
  margin: 0 auto 32px;
  float:none
}

#contents .news_text {
  line-height: 2;
}



/*==================================================
=            Bootstrap 3 メディア・クエリ             =
==================================================*/

/*==========  モバイル・ファーストの場合  ==========*/

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (min-width: 320px) {
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/*==========  非モバイル・ファーストの場合  ==========*/

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* #main_image{max-height: 12rem; min-height: 14rem;} */
  #main_image {
    max-width: 100%;
    min-height: 55vw;
  }
  #main_image img {
    max-width: 60%;
  }
  .layerTransparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*#bgvid {display: none;}*/
  #concept p {
    font-size: 10px;
  }
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* #main_image{min-height: 10rem;} */
  #main_image img {
    max-width: 90%;
  }
  #main_image .pattern {
    background-image: none;
  }

.news_video,
.news_text {
  max-width: 100%;
  margin: 0 auto 24px;
  float:none
}

}

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width: 320px) {
  #concept p {
    font-size: 10px;
  }
}
