@charset "utf-8";
/* CSS Document */


/*--　MV　--*/
.top-mv-img{
	display: block;
	position: relative;
  overflow: hidden;
	width: 100%;
	height: 240px;
	margin-bottom: 5px;
}

.top-mv-img video{
position: absolute;
	width: 100%;
	height: auto;
  top: -50%;
  left: 0%;
	
}

@media screen and (max-width: 768px) {
  .top-mv-img{
    height: 120px;
  }
}


.col-md-6 h3{
	font-size:1.8rem;
}

.col-md-6 h3 span{
	font-size:1.2rem;
	padding-left: 2rem;
}

/*-- arrow --*/
.link-arrow-a{
	position: relative;
	display: inline-block;
}

.link-arrow-a::after {
	position: absolute;
    top: 52%;
    right: -1.5rem;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border-right: 1px solid #053250;
    border-bottom: 1px solid #053250;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
}