@charset "utf-8";

/* ------------------------------
 日星電気奨学会LP（PC）
------------------------------ */
section {
	font-size: 1.8rem;
}
.mainimg {
	position: relative;
	z-index: 1;
	color: #fff;
}
.mainimg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 935px;
	background: #3A93DD;
	background: linear-gradient(120deg, rgba(58, 147, 221, 1) 0%, rgba(11, 93, 183, 1) 100%);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.mainimg figure {
	position: relative;
	z-index: 1;
	width: 95%;
	max-width: 1756px;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
}
.mainimg figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainimg .inBlock {
	position: relative;
	width: 100%;
	height: 575px;
	padding: 120px 0;
}
.mainimg .inBlock::before {
	content: "";
	position: absolute;
	width: 548px;
	height: 596px;
	background: url(../../img/lp/main_bg01.png) no-repeat center / cover;
	bottom: 0;
	z-index: -1;
}
.mainimg .inBlock::after {
	content: "";
	position: absolute;
	width: 556px;
	height: 720px;
	background: url(../../img/lp/main_bg02.png) no-repeat center / cover;
	bottom: 0;
	z-index: -1;
}
.mainimg .inBlock .lead + p {
	font-size: 1.6rem;
}
#aboutus {
	padding: 80px 0 120px;
}
#message {
	width: 95%;
	max-width: 1770px;
	background-color: #ebeef2;
	border-radius: 30px;
	padding: 80px 20px 120px;
	margin-left: auto;
	margin-right: auto;
}
#message .name {
	font-size: 2.4rem;
	font-weight: bold;
}
#scholarship {
	position: relative;
	z-index: 1;
	padding: 90px 0 100px;
}
#scholarship::before {
	content: "";
	position: absolute;
	width: 370px;
	height: 644px;
	background: url(../../img/lp/scholarship_bg01.png) no-repeat center / cover;
	bottom: 0;
	z-index: -1;
}
#scholarship::after {
	content: "";
	position: absolute;
	width: 392px;
	height: 610px;
	background: url(../../img/lp/scholarship_bg02.png) no-repeat center / cover;
	bottom: 0;
	z-index: -1;
}
@media print, screen and (min-width: 768px) {
	.mainimg .inBlock::before,
	#scholarship::before {
		left: -10%;
	}
	.mainimg .inBlock::after,
	#scholarship::after {
		right: -10%;
	}
}
@media print, screen and (min-width: 1480px) {
	.mainimg .inBlock::before,
	#scholarship::before {
		left: 0;
	}
	.mainimg .inBlock::after,
	#scholarship::after {
		right: 0;
	}
}
/* ------------------------------
 日星電気奨学会LP（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	section {
		font-size: 1.5rem;
	}
	.mainimg::before {
		height: 65%;
	}
	.mainimg figure {
		width: 90%;
		max-width: unset;
		border-radius: 20px;
	}
	.mainimg .inBlock {
		height: auto;
		padding: 50px 5% 70px;
		margin: 0;
	}
	.mainimg .inBlock::before {
		width: 137px;
		height: 149px;
		left: 0;
	}
	.mainimg .inBlock::after {
		width: 139px;
		height: 180px;
		right: 0;
	}
	.mainimg .inBlock .lead + p {
		font-size: 1.4rem;
	}
	#aboutus {
		padding: 60px 0;
	}
	#message {
		width: 90%;
		max-width: unset;
		border-radius: 20px;
		padding: 40px 0;
	}
	#message .name {
		font-size: 1.9rem;
	}
	#scholarship {
		padding: 60px 0;
	}
	#scholarship::before {
		width: 131px;
		height: 229px;
		left: 0;
	}
	#scholarship::after {
		width: 131px;
		height: 204px;
		right: 0;
	}
}