

#VISUAL .cont {
position: relative;
}
#VISUAL .catch {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background-image: url("../img/top_bg.png");
background-position: bottom;
background-repeat: repeat-x;
}
#VISUAL .txt1 {
transition: opacity 1s ease;
transition-delay: 1s;
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 100%;
opacity: 0;
}
#VISUAL .txt2 {
transition: opacity 1s ease;
transition-delay: 2s;
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 100%;
opacity: 0;
}
.init #VISUAL .txt1 {
opacity: 1;
}

.init #VISUAL .txt2 {
/*初期値　透明*/
opacity: 1;
}

#VISUAL .catch .txt1 img {
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 0%;
top: 50%;
width: 200%;
height: auto;
}

#VISUAL .catch .txt2 img {
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 100%;
top: 97%;
width: 200%;
height: auto;
}


#VISUAL .image {
/*background-color: black;*/
width: 100%;
}
#VISUAL .image img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
opacity: 1;
}



@media (min-width: 768px) {
	#VISUAL .catch {
	height: 700px;
	/*background-color: red;*/
	background-image: url("../img/top_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	}
	#VISUAL .image {
	box-sizing: border-box;
	position: relative;
	height: 700px;
	}
	#VISUAL .image img {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	}
	#VISUAL .image .img1 {
	right: 0;
	}
	#VISUAL .image .img2 {
	left: 0;
	}

	.init #VISUAL .txt1{
	top: 0px;
	}
	.init #VISUAL .txt2{
	top: 0px;
	/*background-color: black;*/
	}
	.init #VISUAL .txt1 img{
	width: 100%;
	height: auto;
	}

	.init #VISUAL .catch .txt2 img {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 100%;
	top: 93%;
	width: 200%;
	height: auto;
	}
}
@media (min-width: 1280px) {
	#VISUAL .image {
	padding-top: 46.875%;
	height: auto;
	}
	#VISUAL .catch {
	padding-top: 46.875%;
	height: auto;
	}
}




#NEWS {
position: relative;
background-color: #fff;
}
#NEWS .cont {
position: relative;
padding: 40px 15px 50px 15px;
z-index: 2;
}

#NEWS .hed {
position: relative;
padding: 0 0 10px 0;
z-index: 1;
}
#NEWS h2 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 5.8vw;
text-align: center;
color: #526cf1;
}
#NEWS dt {
margin-bottom: 5px;
font-weight: 900;
font-size: 4.0vw;
text-align: center;
}
#NEWS dt::before {
content: '';
display: block;
margin: 3px auto 9px auto;
background-color: #535d60;
width: 30px;
height: 1px;
}
#NEWS dd {
margin-bottom: 15px;
font-size: 3.467vw;
line-height: 5.333vw;
}


@media (min-width: 768px) {
	#NEWS .cont {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 70px 0px 50px 0px;
	max-width: 1200px;
	}

	#NEWS .hed {
	position: relative;
	display: inline-block;
	z-index: 1;
	border-bottom: solid 1px #666;
	width: 1160px;
	margin: 0px 0px 50px 20px;
	}
	#NEWS .hed h2 {
	float: left;
	font-size: 16px;
	text-align: left;
	width: 180px;
	}
	#NEWS dl{
		float: right;
	}
	#NEWS dt {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	}
	#NEWS dt::before {
	content: '';
	display: block;
	margin: 0;
	background-color: #535d60;
	width: 0px;
	height: 0px;
	}
	#NEWS dd {
	margin-bottom: 15px;
	margin-left: 150px;
	font-size: 14px;
	line-height: 1.59;
	width: 800px;
	}
}
