@charset "utf-8";
/* CSS Document */

section {
	background: #F8E5EA;
	padding: 0px;
}

.page_link {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 900px;
	width: 90%;
	margin: 50px auto 0px;
}

.page_link li {
	border: 1px solid #B7002C;
	color: #B7002C;
	width: 100%;
	border-radius: 30px;
	font-size: clamp(14px,2vw,20px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
}

.page_link li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 12px 60px 12px 20px;
	gap: 5px;
}

.page_link li a::after {
	content: '';
	background: url("../images/common/arrow_red_bottom.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 21px;
	height: 12px;
	right: 40px;
	position: absolute;
}

.page_link li a > span {
	background: #B7002C;
	color: #FFF676;
	margin-right: 20px;
	border-radius: 30px;
	padding: 0px 20px;
}

.red_ttl {
	font-size: clamp(24px,4vw,40px);
	margin-top: 10px;
}


.check_midashi {
	font-size: clamp(22px,3.8vw,38px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	color: #B7002C;
	text-align: center;
}

.check_txt {
	text-align: center;
	font-size: clamp(16px,2vw,20px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	margin-bottom: 100px;
	line-height: 200%;
	letter-spacing: 0px;
}

.btn_wrap {
	max-width: 900px;
	width: 90%;
	margin: 100px auto 0px;
}

.timing_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.timing_wrap .check_content {
	width: 64%;
}

.timing_wrap .check_img_wrap {
	width: 32%;
}

.check_graph_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	margin: 30px auto 0px;
}

.check_graph_wrap > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.check_graph_wrap > dl > dt {
	flex-basis: 54%;
}

.check_graph_wrap > dl.zaikousei > dt {
	flex-basis: 100%;
}

.check_graph_wrap > dl > dt > p:nth-of-type(1) {
	font-size: clamp(20px,2.4vw,24px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	color: #B7002C;
	line-height: 120%;
	margin-bottom: 5px;
}

.check_graph_wrap > dl > dt > p:nth-of-type(2) {
	font-size: clamp(15px,1.8vw,18px);
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: justify;
	line-height: 180%;
}

.check_graph_wrap > dl > dd {
	flex-basis: 40%;
}

.graph_matome_txt {
	font-size: clamp(15px,1.8vw,18px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 180%;
	background: #f2f2b0;
	border-radius: 10px;
	padding: 2rem 6%;
	width: 100%;
	letter-spacing: 0px;
}

.about_wrap {
	border-top: 2px solid #B7002C;
	border-bottom: 2px solid #B7002C;
	width: 100%;
}

.about_wrap > dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 1vw;
	gap: 5px 20px;
}

.about_wrap > dl:nth-of-type(n+2) {
	border-top: 1px dashed #B7002C;
}

.about_wrap > dl > dt {
	font-size: clamp(18px,2.4vw,24px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	color: #B7002C;
	max-width: 270px;
	width: 100%;
}

.about_wrap > dl > dd {
	font-size: clamp(15px,1.8vw,18px);
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	max-width: 540px;
	width: 100%;
	text-align: justify;
	line-height: 180%;
}

section#check01 .btn_wrap {
	margin-top: 60px;
}

.red_btn:nth-of-type(n+2) {
	margin-top: 20px;
}

section#check02 .check_02_img {
	max-width: 1000px;
	width: 80%;
	margin: 100px auto;
}

.check_point_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	gap: 20px;
}

.check_img_wrap {
	width: 38%;
}

.check_img_ttl {
	font-size: clamp(14px,1.6vw,20px);
}

.check_content {
	width: 54%;
}

.check_content_ttl {
	font-size: clamp(22px,2.8vw,28px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	color: #B7002C;
	line-height: 120%;
	margin-bottom: 30px;
}

.check_content_txt {
	font-size: clamp(16px,2vw,20px);
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: justify;
}

.check_comment {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #FFF936;
	max-width: 980px;
	width: 90%;
	margin: 60px auto 0px;
	border-radius: 20px;
	padding: 30px 5% 10px;
	gap: 20px;
}

.check_comment::before {
	content: '';
	background: url("../images/basic/check_ttl.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 141px;
	height: 73px;
	top: -40px;
	left: 20px;
	position: absolute;
	z-index: 1;
}

.check_icon {
	max-width: 140px;
	width: 50%;
	margin: 0px auto;
}

.check_comment_txt {
	font-size: clamp(16px,2vw,20px);
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 160%;
	max-width: 540px;
	width: 100%;
}

.map_img > p {
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
}

.map_img > p img {
	background: #FFF;
}

section#check04 {
	background: #FFF;
}

.settle_list_ttl {
	color: #B7002C;
	font-size: clamp(20px,3vw,30px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.settle_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 3vw;
}

.settle_list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.settle_list li img {
	height: 100%;
	object-fit: contain;
}

.settle_list li p {
	text-align: center;
	line-height: 140%;
	font-size: clamp(13px,1.6vw,16px);
	letter-spacing: 0px;
}

.property_spec {
	padding: 30px 0px;
}

.property_spec > dl:first-of-type {
	border-top: 0px;
}

.property_spec > dl:last-of-type {
	border: 0px;
}

.property_spec > dl > dd > strong {
	font-size: clamp(16px,1.8vw,18px);
	margin-bottom: 5px;
}

.campus_list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}

.campus_list li {
	width: 100%;
	text-align: center;
}

.campus_name {
	font-size: clamp(15px,1.8vw,18px);
	font-weight: bold;
	margin-top: 5px;
}



@media screen and (max-width: 768px) {
	.campus_list {
		grid-template-columns: repeat(2,1fr);
	}
}


@media screen and (max-width: 600px) {
	.page_link li {
		border-radius: 15px;
	}
	
	.page_link li a::after {
		right: 20px;
	}
	
	.page_link li a {
		padding: 12px 50px 12px 10px;
	}
	
	.timing_wrap .check_content {
		width: 100%;
	}

	.check_img_wrap {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.check_graph_wrap {
		width: 100%;
	}
	
	.check_graph_wrap > p {
		width: 100%;
	}

	.check_content {
		width: 100%;
	}
	
	.check_comment {
		width: 100%;
		padding: 30px 20px 10px;
	}
	
	.check_txt {
		margin-bottom: 40px;
	}

	.check_graph_wrap > dl > dt {
		flex-basis: 100%;
	}

	.check_graph_wrap > dl > dd {
		flex-basis: 80%;
		margin: 0px auto;
	}


}