#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;
top: 45%;
left: 20px;
font-size: 32px;
color: white;
/*opacity: 0;*/
font-weight: bold;
}
#VISUAL .txt2 {
transition: opacity 1s ease;
transition-delay: 2s;
position: absolute;
top: 62%;
left: 20px;
width: 50%;
height: 100%;
/*opacity: 0;*/
font-size: 20px;
font-family: 'Poppins', sans-serif;
color: white;
}
.init #VISUAL .txt1 {
/*opacity: 1;*/
}

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


#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: 360px;
	/*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: 360px;
	}
	#VISUAL .image img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	}
	#VISUAL .image .img1 {
	right: 0;
	}

	.init #VISUAL .txt1{
	position: absolute;
	left: 150px;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	/*opacity: 1;*/
	}
	.init #VISUAL .txt2{
	font-family: 'Poppins', sans-serif;
	position: relative;
	left: 150px;
	font-size: 30px;
	color: #fff;
	/*opacity: 1;*/
	}
	.init #VISUAL .txt1 img{
	width: 50%;
	height: auto;
	}

}
/*@media (min-width: 1280px) {
	#VISUAL .image {
	padding-top: 360px;
	height: auto;
	}
	#VISUAL .catch {
	padding-top: 260px;
	height: auto;
	}
}*/


#CONTENTS a:link {
color: #e13e41;
text-decoration: underline;
}
#CONTENTS a:active,
#CONTENTS a:visited { 
color: #e13e41;
text-decoration: none;
}
#CONTENTS a:hover { 
color: #e13e41;
text-decoration: none;
}

#CONTENTS .btn a:link {
display: inline-block;
padding: 15px;
width: 280px;
margin-top: 20px;
text-align: center;
background-color: #e13e41;
color: white;
font-weight: bold;
text-decoration: none;
}

#CONTENTS .btn a:hover {
display: inline-block;
padding: 15px;
width: 280px;
margin-top: 20px;
text-align: center;
background-color: #e15e41;
color: white;
font-weight: bold;
text-decoration: none;
}

#CONTENTS {
position: relative;
background-color: #fff;
}
#CONTENTS .cont {
position: relative;
padding: 40px 0 0px 0;
z-index: 2;
}

#CONTENTS .wrap {
position: relative;
padding: 0 0 50px 0;
z-index: 1;
margin-bottom: 50px;
text-align: center;
}


#CONTENTS h2 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 5.8vw;
margin: 0 auto;
text-align: center;
color: #e13e41;
margin-bottom: 20px;
padding: 0 20px;
}

#CONTENTS h2::after {
content: '';
display: block;
margin: 10px auto 40px auto;
background-color: #535d60;
width: 100px;
height: 2px;
}

#CONTENTS .box {
border-top: solid 1px #666;
padding-top: 13px;
margin: 0 20px 0 20px;
}


@media (min-width: 768px) {
	#CONTENTS .cont {
	padding: 0;
	}
	#CONT_Box{
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 50px;
	text-align: center;
	}
	#CONTENTS .wrap h2 {
	font-size: 28px;
	max-width: 1000px;
	}
	

}



