@charset "UTF-8";
/* --------------------------------------------------------- */

/* ===== Hero ===== */

/* ===== #KKEstyle.Hero ===== */
#KKEstyle .Hero {
height: 150px;
  background-position: center;
  background-size: cover;
  background-color: var(--kblue);
  margin: 0;
}
#KKEstyle .Hero__Inner {
    padding:0;
	margin: 0;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: flex-start;
  }
#KKEstyle .Hero__Inner .Heading_wrap{
	width:100%;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 20;
	background:none;
	}
#KKEstyle .Hero .Hero__heading__sub {
		font-size: 1.6rem;
		line-height: 1;
		color: #FFF;
		margin-bottom: 1rem ;
		position: relative;
		}
	 #KKEstyle .Hero .Hero__heading {
		font-size: 3rem;
		line-height: 1;
		color: #FFF;
		position: relative;
		}
		
#KKEstyle .Video__wrap{
width:100%;
position: relative;
background-color: #e1e4e4;
margin: 0 auto 5rem 0;
	padding: 8rem 0;
}
#KKEstyle .Video__box{
	width:100%;
	padding: 10rem auto;
		}
#KKEstyle .Video__box video{
	width:100%;
	max-width: 1100px;
	height: auto;
  display: block;
  margin: auto;
		}
		
	