@property --footerTel-color-ao {
	syntax: '<color>';
	inherits: false;
	initial-value: #3758a4;
}
#passWrap {
	position: relative;
	margin: 0;
	padding: 2em 0;
	text-align: center;
	background: linear-gradient(90deg, rgba(255, 253, 243, 0.2), rgba(255, 253, 243, 0.2)), url(/koukousei/site_wp/wp-content/themes/site/images/ao_rec/pass_wrapL.webp), url(/koukousei/site_wp/wp-content/themes/site/images/ao_rec/pass_wrapR.webp), linear-gradient(90deg, #fffdf3, #fffdf3);
	background-position: center center, left top, right top;
	background-repeat: no-repeat;
	background-size: cover, 25vw, 25vw;
	overflow: visible;
	box-shadow: 0 2px 10px #d8c9c9;
}
#passWrap .ttlAo {
	position: relative;
	display: inline-flex;
	z-index: 1;
	align-items: center;
	margin: 0 auto 0.8em;
	color: var(--text-red);
	font-family: YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
	font-weight: 900;
	font-size: 4.1rem;
	line-height: 1.3;
}
#passWrap .ttlAo::before,
#passWrap .ttlAo::after {
	content: '';
	width: 100px;
	height: 111px;
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_rec/passWrap-ttl.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#passWrap .ttlAo::before {
	margin-right: 10px;
	transform: scaleX(-1);
}
#passWrap .ttlAo::after {
	margin-left: 10px;
}
#passWrap .ttlAo span {
	display: block;
	text-align: center;
}
#passWrap .ttlAo_txt span {
	text-align: center;
}
#passWrap .ttlAo_main {
	display: inline-block;
	line-height: 1.3;
}
#passWrap .ttlAo_sub {
	font-size: 2rem;
	font-weight: 500;
}
.passListWrap {
	position: relative;
	z-index: 1;
}
li.passList_box {
	margin-right: 30px;
	width: 297px;
	height: 374px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(66, 10, 21, 0.2);
	background-color: #fff;
	overflow: hidden;
}
.passList_box a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.passListBox_catch,
.passListBox_univ,
.passListBox_name {
	text-align: center;
}
.passListBox_catch {
	color: #d30404;
	font: 900 2.8rem/1.2 YakuHanMP, 'Noto Serif JP', serif;
	text-align: left;
	text-indent: -0.5em;
	padding: 0.5em 0.5em 0 1em;
	margin-bottom: 12px;
	min-height: 4.2em;
	display: flex;
	align-items: center;
}
li.passList_box > .passListBox_catch {
	padding-top: 22px;
}
.passListBox_univ,
.passListBox_name {
	font: 1.6rem/1.2 YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
}
.passListBox_univ {
	font-weight: 900;
}
.passListBox_name {
	margin-top: 8px;
}
.passListBox_img {
	position: relative;
	margin-top: auto;
	height: 187px;
}
.passListBox_img::after {
	content: '';
	position: absolute;
	top: -12px;
	right: 3px;
	width: 85px;
	height: 85px;
	background: 0 0 / contain no-repeat;
}
.passListBox_img::after {
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_rec/passStamp.png);
}
.passListBox_img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
/**** 下層ページへのリンクボタン ****/
.ao_rec .detail_btn {
	box-shadow: 0 0 8px rgba(128, 0, 4, 0.8);
	width: 600px;
	height: 80px;
	aspect-ratio: 600 / 80;
}
.ao_rec .detail_btn a {
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_rec/ao_rec_btnBg.svg), linear-gradient(#bc0e14, #a70005);
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat, repeat;
	aspect-ratio: 300/40;
	width: 100%;
	height: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--fontFamily-sans-noto);
	font-size: 2.5rem;
	line-height: 1.2;
}
@media screen and (max-width: 1366px) {
	#passWrap::before {
		background-size: 23vw;
	}
}
@media screen and (max-width: 834px) {
	#passWrap {
		background: linear-gradient(90deg, rgba(255, 253, 243, 0.2), rgba(255, 253, 243, 0.2)), url(/koukousei/site_wp/wp-content/themes/site/images/ao_rec/pass_wrap_sp.webp), linear-gradient(90deg, #fffdf3, #fffdf3);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}
	#passWrap .ttlAo {
		text-shadow: 0 0 10px #fffdf3, 0 0 10px #fffdf3, 0 0 10px #fffdf3, 0 0 10px #fffdf3, 0 0 10px #fffdf3, 0 0 10px #fffdf3, 0 0 10px #fffdf3, 0 0 10px #fffdf3, 0 0 10px #fffdf3, 0 0 10px #fffdf3;
		margin-bottom: 25px;
		line-height: 1.3;
		font-size: 3.5rem;
	}
	#passWrap .ttlAo::before,
	#passWrap .ttlAo::after {
		content: none;
	}
	#passWrap .ttlAo_main .only_pc {
		display: none;
	}
	#passWrap .ttlAo_sub {
		font-size: 1.8rem;
	}
	li.passList_box {
		margin-right: 25px;
		width: 220px;
		height: 260px;
		box-shadow: 0 0 10px rgba(66, 10, 21, 0.2);
	}
	.passListBox_catch {
		font-size: 2rem;
	}
	.passListBox_univ,
	.passListBox_name {
		font-size: 1.4rem;
	}
	.passListBox_img {
		height: 110px;
	}
	.passListBox_img::after {
		width: 60px;
		height: 60px;
	}
	.ao_rec .detail_btn {
		margin-top: 30px;
	}
}
@media screen and (max-width: 600px) {
	#passWrap {
		padding: 4vw 0;
		background-size: contain;
	}
	#passWrap::before {
		height: 100%;
	}
	#passWrap .ttlAo {
		margin-bottom: 4vw !important;
		font-size: 5.7vw !important;
	}
	#passWrap .ttlAo_main {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1.3;
	}
	#passWrap .ttlAo_sub {
		margin-top: 10px;
		font-size: 1.5rem;
	}
	.ao_rec .detail_btn {
		width: 100%;
		max-width: 79vw;
		height: -webkit-fill-available;
		aspect-ratio: 300 / 61;
		margin-bottom: 3vw;
	}
	.ao_rec .detail_btn a {
		background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_rec/ao_rec_btnBg_sp.svg), linear-gradient(#bc0e14, #a70005);
		aspect-ratio: 300/61;
		font-size: 4vw;
		background-repeat: no-repeat, repeat;
	}
}
