@charset "UTF-8";

.pageImage {
	height: calc(100svh - 7rem);
    background-image: url(../img/entrance_exam/page_img_sp.png);
	background-size: cover;
	background-position: calc(50% + 3rem) center;
    margin-bottom: 5rem;
	margin-top: 7rem;
}

.pageImage .pageImage__inner {
	background: rgba(0,105,62,0.8);
	/*display: flex;*/
	align-items: center;
	flex-wrap: wrap;
	padding: 2rem 5%;
	width: 34%;
    height: 100%;
}


.pageImage .pageImage__inner .pageImage__inner--icon {
	width: 4.7rem;
	text-align: center;
	/*margin-right: 2rem;*/
	margin-bottom: 2rem;
}

.pageImage .pageImage__inner .pageImage__inner--icon img {
	margin-bottom: .7rem;
}

.pageImage .pageImage__inner .pageImage__inner--icon p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
}

.pageImage .pageImage__inner h2 {
	width: fit-content;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
}

.pageImage .pageImage__inner .read {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.04em;
	margin-top: 1rem;
	line-height: 1.8;
}

.sectionTitle {
	margin-bottom: 5rem;
}

.bottomMain {
	margin-bottom: 5rem;
}

.bottomMain .bottomMain__left .bottomMain--txt {
	margin-bottom: 2rem;
}

.bottomMain .bottomMain__left h3 {
	background: #00693E;
	color: #fff;
	border-radius: .5rem;
	height: 3.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	padding-left: 1em;
	margin-bottom: 1rem;
}

.bottomMain .bottomMain__left .bottomMain--txt__detail {
	margin-bottom: 1.5rem;
	line-height: 1.8;
	position: relative;
	padding-left: 1.1em;
	letter-spacing: 0.04em;
}

.bottomMain .bottomMain__left .bottomMain--txt__detail::before {
	content: "●";
	font-size: 1.3rem;
	color: #00693E;
	position: absolute;
	top: .3rem;
	left: 0;
}

.bottomMain .bottomMain__left .bottomMain--txt__detail.last {
	margin-bottom: 2rem;
}

.bottomMain .bottomMain__left .ask {
	position: relative;
	z-index: 1;
}

.bottomMain .bottomMain__left .ask h4  {
	font-weight: 400;
	letter-spacing: .04em;
	margin-bottom: 2rem;
}

.bottomMain .bottomMain__left .ask h4 span {
	color: #00693E;
}

.bottomMain .bottomMain__left .ask ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.bottomMain .bottomMain__left .ask ul li {
	width: 32%;
	font-size: 1.4rem;
}

.bottomMain .bottomMain__left .ask ul li a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

.bottomMain .bottomMain__left .ask ul li a img {
	width: 55%;
	display: block;
	margin: auto auto .8rem;
}

.bottomMain .bottomMain__left .ask ul li a span {
	margin-top: auto;
}

.bottomMain .bottomMain__left .ask .adCenter a {
	padding-left: 1.3em;
	position: relative;
	display: inline-block;
}

.bottomMain .bottomMain__left .ask .adCenter a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1em;
	height: 1em;
	transform: translateY(-50%);
	background-image: url("../img/entrance_exam/icon-openwindow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}


@media screen and (min-width: 769px) {
	.pageImage {
		margin-bottom: 8rem;
		margin-top: 13rem;
		height: 56.8rem;
		background-image: url(../img/entrance_exam/page_img_pc.png);
		background-position: center;
		aspect-ratio: 1920 / 698;
		background-size: cover;
		display: flex;
		align-items: center;
	}
    
	
	.pageImage .pageImage__inner {
		width: 66.8rem;
		padding: 3rem 0 3rem 12rem;
		display: block;
		height: auto;
	}
	
	.pageImage .pageImage__inner .pageImage__inner--icon {
		width: 7.5rem;
		margin-bottom: 1rem;
	}
	
	.pageImage .pageImage__inner .pageImage__inner--icon p {
		font-size: 1.8rem;
	}
	
	.pageImage .pageImage__inner h2 {
		font-size: 3.2rem;
	}
	
	.pageImage .pageImage__inner .read {
		font-size: 1.8rem;
	}
	
	.sectionTitle {
		margin-bottom: 8rem;
	}
	
	.bottomMain {
		margin-bottom: 8rem;
	}
	
	.bottomMain.left .bottomMain--inner .bottomMain__left {
		height: auto;
		max-height: inherit;
		padding-bottom: 8rem;
	}
	
	.bottomMain .bottomMain__left .bottomMain--txt {
		margin-bottom: 3rem;
	}
	
	.bottomMain .bottomMain__left h3 {
		width: 52.5rem;
		height: 5.5rem;
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	
	.bottomMain .bottomMain__left .bottomMain--txt__detail {
		width: 52.5rem;
		margin-bottom: 2.5rem;
	}
	
	.bottomMain .bottomMain__left .bottomMain--txt__detail::before {
		font-size: 1.4rem;
	}
	
	.bottomMain .bottomMain__left .bottomMain--txt__detail.last {
		margin-bottom: 5rem;
	}
	
	.bottomMain .bottomMain__left .ask {
		width: 52.5rem;
	}
	
	.bottomMain .bottomMain__left .ask h4 {
		margin-bottom: 3rem;
	}
	
	.bottomMain .bottomMain__left .ask ul {
		margin-bottom: 3rem;
		justify-content: left;
	}
	
	.bottomMain .bottomMain__left .ask ul li {
		width: 11rem;
		margin-right: 3rem;
	}
	
	.bottomMain .bottomMain__left .ask ul li a img {
		width: 45%;
	}
	

}
