@charset "utf-8";

html {
	scroll-behavior: smooth;
}

.body {
	scroll-padding-top: 45em;
}


/* mv */

/* .top_visual {
	position: relative;
}



.achievement_title {
	font-size: 22px;
	letter-spacing: 0.2em;
	color: #9A1717;
	position: absolute;
	top: 50%;
	left: 7%;
	border-bottom: 1.3px solid #9A1717;
	padding-bottom: 0.6%;
} */


/* .subMv_wrap {
	margin-top: 5%;
	display: flex;
	justify-content: flex-end;
}



.subMv_img {
	width: 85%;

}

.subMv_img img {
	width: 100%;
	height: 313px;
	object-fit: cover;
} */

/* .top_visual {
	position: relative;
} */

.upper_catch {
	padding-top: 10%;
}

.upper_catch p {
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	letter-spacing: 0.1em;
	color: #9A1717;

}

/* セクション実績 */



.fachievement_back {
	margin-top: 10%;
	padding-top: 3em;
	padding-bottom: 7em;
	width: 100%;
	min-height: 100vh;
	display: block;
	background-image: url(../image/achievement_back.jpg);
	position: relative;
	z-index: -9999;
}

.fachievement_back::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f5e8e8;
	opacity: .5;
	z-index: -9999;
}



/* .Gradation::before {
	content: "";
	display: block;
	margin-top: 3em;
	width: 100%;
	height: 2em;
	background: linear-gradient(rgb(244, 244, 244), #fff);
} */

.achievement.title {
	margin-top: 3em;
}

.achi_subWrap {
	width: 200px;
	margin: auto;
	margin-top: 3em;
	border: #9A1717 solid 1px;
}

.achievement_sub {
	font-size: 14px;
	text-align: center;
	color: #9A1717;
	padding: 1% 3%;
}

.achi_readWrap {
	width: 90%;
	margin: 2em auto;
}

.achi_read {
	font-size: 16px;
	text-align: center;
}

.achi_read p {
	font-size: 16px;
	line-height: 2em;
}

.yellowline {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

.by_yearWrap {
	width: 100px;
	margin: auto;
	position: relative;
}


.by_yearWrap::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 20%;
	background-color: #fff;
	clip-path: polygon(0 100%, 50% 0%, 100% 100%);
	position: absolute;
	bottom: -1%;
	left: 0;
}

.by_yearTitle {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	padding: 1em 0.2em 2em 0.2em;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin: auto;
	margin-top: 10%;
	color: #fff;
	background-color: #9A1717;
	box-sizing: border-box;
}

.by_yearTitle span {
	font-size: 16px;
}

.yellowline {
	background: linear-gradient(transparent 60%, #ff6 60%);
}



.by_yearEria {
	width: 90%;
	margin-top: 3em;
	padding: 0em 0 5em 10%;
	background-color: #fff;
}

.by_yearEria.right {
	width: 90%;

	margin: 3em 0 0 auto;
	padding: 0em 10% 5em 0;
	background-color: #fff;
}







.by_yearTxt {
	width: 95%;
	text-align: center;
	margin-top: 2em;
	font-size: 20px;
	line-height: 1.3em;
	color: #9A1717;
}

.by_yearTxt span {
	font-size: 16px;
}

/*大学別合格者 */


.universityEria {
	position: relative;
}

.universityEria_innner {
	width: 65%;
	margin: 3em auto;
	/* margin-left: 10%; */
}

.universityEria.B {
	margin-top: 3em;

}

.universityWrap {
	margin-top: 2em;
}


.university_title {
	border: #9A1717 solid 1px;
}


.university_title p {
	font-size: 18px;
	color: #9A1717;
	padding-left: 1em;
}


.university {
	margin-top: 3em;
}

.university p {
	font-size: 14px;
	line-height: 2.7em;
}

.univ_AnnotaWrap {
	margin-top: 2em;
}

.univ_AnnotaWrap p {
	font-size: 14px;
	color: #9A1717;
	line-height: 3em;
}

.petal {
	width: 120px;
	position: absolute;
	bottom: 0px;
	right: -40px;
	z-index: 222;
}

.petal.B {
	position: absolute;
	bottom: 0;
	left: -40px;
	z-index: 222;
}

.petal img {
	width: 100%;
}

/* 体験記 */

.titileWrap {
	margin-top: 5em;
}

.section_experience {
	width: 90%;
	margin: auto;
	margin-top: 7em;
	border: 2px solid #fcebeb;
}


.section_experiInner {
	max-width: 850px;
	width: 80%;
	margin: auto;
	padding-bottom: 5em;
}

.experiTop {
	display: flex;
	justify-content: space-between;
	margin: 5em auto;
}

.detailWrap {
	width: 47%;
	background-color: #f3e0e3;
	padding: 1.5em;
	position: relative;
}


.detailWrap::before {
	display: block;
	width: 97%;
	height: 90%;
	content: "";
	border: solid 1px #fff;
	position: absolute;
	top: 5%;
	right: 1.5%;
}


.detailDeco {
	width: 100%;
	position: relative;
}

.detailDeco::before {
	display: inline-block;
	content: "";
	width: 30%;
	height: 90%;
	background-image: url(../image/leaf.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	bottom: -25px;
	left: -45px;
	transform: rotate(-10deg)
}

.detailDeco::after {
	display: inline-block;
	content: "";
	width: 35%;
	height: 95%;
	background-image: url(../image/leaf.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	bottom: -25px;
	right: -45px;
	transform: scale(-1, 1);
}





.detail p {
	font-size: 14px;
	line-height: 2em;
}

.word {
	width: 45%;
	display: flex;
	align-items: center;
	position: relative;
}

.word::before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 20px;
	border-top: solid 1.4px #9A1717;
	border-left: solid 1.4px #9A1717;
	position: absolute;
	top: 0;
}

.word::after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 20px;
	border-bottom: solid 1.4px #9A1717;
	border-right: solid 1.4px #9A1717;
	position: absolute;
	bottom: 0;
	right: 0%;
}

.wordInner {
	margin: auto;
}

.word p {
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	padding: 2em;
	color: #9A1717;
}


.parson p {
	font-size: 16px;
	line-height: 2em;
	text-align: center;
}





.question {
	margin-top: 5em;
	background-color: #f3f2f2;
}

.questionText {
	font-size: 18px;
	line-height: 1.6em;
	padding: 0.5em 2em;

}

.answer {
	margin-top: 3em;
	line-height: 2.3em;
	letter-spacing: 0.1em;
}

.answerText {
	line-height: 2.5em;
}

@media screen and (max-width:960px) {
	.universityEria_innner {
		width: 85%;
	}

	.universityEria {
		width: 95%;
	}
}

@media screen and (max-width:768px) {
	.upper_catch p {
		font-size: 18px;
	}


	.universityEria_innner {
		width: 80%;
	}

	.university_title p {
		font-size: 16px;
		padding-top: 3%;
		padding-bottom: 3%;
	}

	.university p {
		font-size: 12px;
		line-height: 3em;
	}


	.univ_AnnotaWrap {
		margin-top: 2em;
	}

	.univ_AnnotaWrap p {
		font-size: 12px;
		color: #9A1717;
		line-height: 2em;
	}

	.questionText {
		font-size: 14px;
	}

}


@media screen and (max-width:600px) {
	.upper_catch p {
		font-size: 18px;
	}


	/* 合格実績 */

	.by_yearTitle {
		font-size: 12px;
	}

	.by_yearTitle span {
		font-size: 14px;
	}

	.by_yearTxt {
		font-size: 18px;
	}

	.by_yearTxt span {
		font-size: 14px;
	}

	.universityEria {
		width: 98%;
		padding: 0 3em 3em;
		margin: 2em auto;
	}

	.universityEria.B {
		width: 92%;
		padding: 0 3em 3em;
		margin: 2em auto;
	}

	.universityEria_innner {
		width: 95%;
		margin: 0 auto;
	}

	.achievement_title {
		font-size: 18px;
		padding-bottom: 1em;

	}

	.university {
		margin-top: 1.5em;
	}

	.university p {
		line-height: 2.5em;
	}

	.universityEria_innner {
		width: 100%;
	}

	.by_yearEria {
		margin: 0 auto;
		padding: 0em;
	}

	.by_yearEria.right {
		margin: 0 auto;
		padding: 0em;
	}


	.experiTop {
		flex-direction: column;
		margin: 3em auto;
	}

	.detailWrap {
		width: 100%;
	}

	.word {
		width: 100%;
		margin-top: 3em;
	}

}

@media screen and (max-width: 414px) {

	.upper_catch p {
		padding: 2em;
	}

	.universityEria {
		margin: 0 auto;
	}

	.section_experience {
		margin-top: 2em;
	}

	.titileWrap {
		margin-top: 3em;
	}


	.universityEria_innner {
		negative: 0 auto;
		padding-right: 10%;
	}

	.university_title p {
		font-size: 14px;
	}


}