@charset "UTF-8";
.section-kv .video-c{
  position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.section-kv .video-c video{
  position: absolute;
top: 0;left: 0;
width: 100%;
height: 100%;
    object-fit: cover;
}

.section-kv{
  position: relative;
}

.section-kv .word-item{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 600px);
}

.section-kv .word-item h2{
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 1px 1px 2px #333;
  margin-bottom: 0px;
}
.section-kv .word-item h3{
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-shadow: 1px 1px 2px #333;
  margin-bottom: 0px;
}

@media (max-width: 992px){
  .section-kv .video-c{
padding-bottom: 75%;
}


.section-kv .word-item{
  position: absolute;
  top: 50%;
  transform: translate(-50% , -50%);
  left: 50%;
  text-align: center;
  width: 80%;
}

.section-kv .word-item h2{
  font-size: 28px;
}
.section-kv .word-item h3{
  font-size: 20px;
}
} 