@charset "UTF-8";

/**
 * --------------------------------------------------
 * Main
 * --------------------------------------------------
 */
#main-visual {
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	background-color: #f6f8e8;
}
#main-visual #main-bg {
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	background: url("../img/seminar220420-bg.jpg") no-repeat bottom;
}
#main-visual #main-copy {
	position:relative;
}
#main-visual h1 {
	text-indent: -9999px;
	width: 100%;
	height: 500px;
	text-align: center;
	padding:0;
	background: url("../img/seminar261125-main-copy.png") no-repeat center top;
}
#main-visual .sp-top-visual {
	display: none;
}
@media screen and (max-width: 768px) {
#main-visual {
	height: 360px;
}
#main-visual #main-bg {
	width: 100%;
	height: 360px;
	margin: 0;
	padding: 0;
	background: url("../img/sp/seminar220420-bg.jpg") no-repeat bottom;
	background-size:cover;
}
#main-visual h1 {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background: url("../img/sp/seminar261125-main-copy.png") no-repeat center center;
	background-size: contain;
}
}
#next-bnr {
	position:absolute;
	bottom:350px;
	right:calc(50% + 166px);
}
@media screen and (max-width: 768px) {
	#next-bnr {
		width:100px;
		right:8px;
		bottom:16px;
	}
}
