.home_video {
  width: 100%; max-height: 900px; position: relative; z-index: 10
}
.home_video div.text {
  background: rgba(30, 60, 120, .3); text-align: center; padding: calc(var(--page-gap) * 2) calc(var(--page-gap) * 4); font-size: 2rem; line-height: 160%; color: #fff; transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; z-index: 100
}
.home_video div.text p.en {
  font-size: 1.6rem
}
.home_video div.text p nobr {
  display: flex; align-items: center; justify-content: center
}
.home_video div.text p nobr i {
  display: inline-block; width: 14px; height: 14px; margin: 0px 8px; background: url(../images/heptagram.png) center center no-repeat; background-size: contain
}
.home_video div.video {
  width: 100%; height: 100%
}
.home_video div.video img,
.home_video div.video video {
  width: 100%; height: 100%; display: block; object-fit: cover
}