@charset "utf-8";

.html {
	scroll-behavior: smooth;

}

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















/* トップリード */




.text-indent {
	text-indent: 1em;
}





/* tab */

.tabWrap {
	max-width: 1440px;
	margin: 3em auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.tab-label {
	width: 29%;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	align-items: center;
	color: #000;
	margin-right: 5px;
	padding: 0px 12px 20px 12px;
	border-left: solid 1px #000;
	order: -1;
	position: relative;
}

.tab-label.last {
	border-right: solid 1px #000;
}

.tab-label::after {
	content: "▼";
	display: inline-block;
	font-size: 10px;
	position: absolute;
	bottom: -7px;
	left: 48%;
}



.tab-content {
	width: 100%;
	display: none;
}

.tab-switch:checked+.tab-label {
	color: #9A1717;
}

.tab-switch:checked+.tab-label+.tab-content {
	display: block;
}

.tab-switch {
	display: none;
}



/* 小論文対策 */

.read_centerWrap {
	max-width: 650px;
	margin:3em auto 7em;
	text-align: center;
}

.read_centerWrap.B {
	max-width: 900px;
	position: relative;
}




.worried_image {
	width: 110px;
	margin: 3em auto;
}

.worried_image img {
	width: 100%;
}



.subheadline {
	font-size: 18px;
	font-weight: normal;
	color: #9A1717;
	text-align: center;
}

.subheadline.left {
	text-align: left;
}




.read_center {
	margin-top: 1em;
	line-height: 2.3em;
	text-align: left;
}

.subHead {
	font-size: 16px;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: bold;

}



/* セクション大学受験 */



.section.tab-content {
	margin-top: 0em;
}

.tab-content {
	width: 100%;

}



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




.submainPic {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 5em;
}

.submainPic img {
	width: 100%;
}



.ditailWrap {
	max-width: 900px;
	display: table;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	margin: 0 auto;
	margin-top: 5em;

}

.ditailEria {
	border: 1px solid #000000;
	border-radius: 10px;
}

.ditail {
	display: flex;
	padding: 0.5em 1em;
}

.ditailWrap dt {
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	color: #9A1717;
	background-color: #F8F8F5;
	text-align: center;
	text-align: middle;
	float: left;
	position: relative;
	z-index: -999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ditailWrap dt::before {
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	border-radius: 0 100px 100px 0;
	background: #9A1717;
	position: absolute;
	top: 38%;
	left: 22%;
	transform: translateX(-50%);
}

.narrow {
	letter-spacing: 0.1em;
}


.ditailWrap dd {
	width: 80%;
	text-align: middle;
	line-height: 2em;
	padding-left: 1.3em;
}

.ditail.upper {
	border-bottom: 0.3px solid #000000;
}




.headline {
	font-size: 22px;
	color: #9A1717;
}

.basic_writing {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 5em;
}

.basic_writing.wide {
	margin-top: 10em;
}

.basic_text {
	margin-top: 1em;
}
.basic_text2{
	text-align: right;
}

.high-Level_image {
	width: 90%;
	margin: 5em auto;
}

.high-Level_image img {
	width: 100%;
}



/* 志望理由書対策 */

.self-promotion {
	margin: 0 auto;
}

.promotion_titleWrap {
	align-items: center;
}

.promotion_image {
	width: 50%;
}

.promotion_image img {
	width: 100%;
	object-fit: contain;
}


.headline.promotion {
	width: 50%;
	text-align: center;

}

.promotion_text {
	margin-top: 5em;
}

.txt-margin_bottom {
	margin-bottom: 2em;
}



/* ステップイメージ */


.step_figure {
	display: flex;
	justify-content: center;
	margin-top: 10em;
}

.stepImage_titile {
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
	/* border-bottom: solid 1px #9A1717; */

}

.stepImage_titile p {
	display: inline-block;
	font-size: 16px;
	font-family: "Noto Sans JP", "Helvetica", sans-serif;
	font-weight: bold;
	/* padding: 0em 1em; */

}

.tree_image {
	width: 100%;
	margin: 0 auto;
}



.tree_image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}


.step_graphImg {
	margin-left: 15%;
}

.step_graph {
	width: 100%;
	margin: 0 auto;
}

.step_graph img {
	width: 100%;
	object-fit: contain;
}




/* イメージ終わり */

.stepTitle {
	font-size: 22px;
	color: #fff;
}

.stepWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;

}



.step_bg {
	margin: 0 auto;
	background: url(../image/steptitle_back.jpg)no-repeat 0 0;
	background-size: 100%;
	background-position: 20% 60%;
	height: 180px;
	margin-top: 10em;

}






.stepEria_wrapwrap {
	margin-top: 15em;
}

.stepEria {
	max-width: 900px;
	border-left: solid 1px #000;
	padding-bottom: 7em;
}




.stepNumWrap {
	position: relative;
	top: 30px;
	left: -39px;
}




.stepNumber::before {
	display: block;
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: solid 1px;
	background-color: #fff;
	position: absolute;
	bottom: -132%;
	left: -13%;
	z-index: -2;
}

.number {
	font-family: "Shippori Mincho",
		serif;
	font-size: 50px;
	font-weight: normal;
	padding-left: 0.05em;
}

.stepNumber {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-family: "Noto Sans JP", "Helvetica", sans-serif;
	line-height: 0.5em;
	letter-spacing: -0.2em;
	position: absolute;
	z-index: 3;
}



.lowercase {
	font-size: 12px;
	letter-spacing: 0.2em;
	padding-left: 1em;
}


/* ナンバー終わり */






.stepEria {
	width: 90%;
	margin: 0 0 0 auto;
}


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




.step_image {
	width: 100px;
	height: 130px;
}


.step_image.low {
	width: 130px;

}

.step_image img {
	width: 100%;
	object-fit: contain;
}



.step_subcatch {
	font-family: "Noto Sans JP", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: bolder;
}

.step_ditail {
	max-width: 779px;
	margin: 0 auto;
	padding-left: 5em;
}


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



/* 推薦入試 */

.diagram {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 5em;
	object-fit: cover;
}

.diagram p {
	font-size: 18px;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: nomal;
	text-align: center;
}

.diagram_image {
	margin-top: 3em;
	text-align: center;
	max-width: 600px;
}


.diagram_image img {
	width: 100%;
	object-fit: contain;
}


.strong_txt {
	text-align: center;
	margin-top: 5em;
}

.strong_txt p {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #9A1717;
	margin-top: 5em;
}




.dots {
	background-image: radial-gradient(circle at center, orange 20%, transparent 20%);
	/* 点の色とサイズ調整 */
	background-position: top center;
	/* 点の位置 */
	background-repeat: repeat-x;
	/* 横方向に繰り返し */
	background-size: 1em 0.3em;
	/* 点の間隔とサイズ調整 */
	padding-top: .3em;
	/* 縦方向の位置調整 */
}



/* 小論文重要ポイント */

.essay_keypoint {
	margin-top: 5em;
	margin: 0 auto;
}

.essay_block {
	width: 30%;
	height: auto;
	border: solid 1px #000;
	border-radius: 20px;
	padding: 2.5em 1.5em 1.5em 1.5em;
	position: relative;
}


.essay_number {
	display: flex;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #9A1717;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	justify-content: center;
}



.essay_number p {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: -10%;
}



.essay_block_innner {
	width: 100%;
	margin: 0 auto;
}

.essay_titleWrap {
	margin-top: 7em;
}

.essay_title {
	font-size: 18px;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: bold;
	color: #9A1717;
	text-align: center;
}

.essay_container {
	margin-top: 5em;
}

.essay_block_imageWap {
	background-color: #D6D6CA;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 1em;
	position: relative;
	z-index: -999;
}

.essay_block_image {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	top: 10%;
	left: 15%;
}

.essay_block_image img {
	width: 100%;
}


.esy_block_ttlWrap {
	width: 100%;
	display: flex;
	justify-content: center;
}

.essay_block_titile {
	font-size: 20px;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: bold;
}


.essay_blockWriting p {
	font-size: 14px;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: 300;
	line-height: 2em;

}
.essay_blockWriting span{
	font-size: 12px;
}
.f14{
	font-size: 14px;
}.f12{
	font-size: 12px;
}
.red_3{
	color: #9A1717;
}
.black{
	color: #000;
}
/* 指導理由書_具体的な流れ */


.concrete-flowWrap {
	margin-top: 10em;

}

.flowSub p {
	text-align: center;
}


.concrete-flow {
	background-color: #F8F8F5;
	margin-top: 5em;
	padding: 3em;
	position: relative;
	z-index: -999;
}


.con-flow_container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
}

.con-flow_container::before {
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	border-bottom: solid 2px #9A1717;
	border-right: solid 3px #9A1717;
	transform: skew(45deg);
	position: absolute;
	top: 2%;
	z-index: -2;
}


.con-flow_box {
	width: 30%;

}

.con-flow_txt {
	position: relative;
}

.con-flow_txt::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	right: -8%;
}

.con-flow_txt.last::after {
	display: none;
}

.con-flow_numWrap {
	display: flex;
	align-items: center;


}





.con-flow_num {
	font-size: 23px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 2;
width: 35px;
	height: 35px;
}
.con-flow_num::after{
	content: "";
	width: 35px;
	height: 35px;
	background-color: #9A1717;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: -10px;
	z-index: -1;
}

.con-flow_box dt {
	font-size: 20px;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: normal;
	line-height: 2.3em;
	text-align: center;
	margin-top: 1em;
}

.con-flow_box dd {
	font-size: 14px;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: normal;
	line-height: 2em;
}



/* 弊塾の指導 */


.Guidance_container {
	margin-top: 10em;
}


.guidance_image {
	width: 47%;
}

.guidance_image img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 394/379;
}

.Guidance_textEria {
	width: 47%;
}

.guidance_text {
	margin-top: 2em;
}


/* 指導の流れタイトル */

.guidance_flow {
	margin-top: 10em;
}


.flowTitle_eria {
	align-items: center;
}

.flowTitle {
	width: 50%;
	font-size: 20px;
	color: #9A1717;
	padding-left: 1em;
	position: relative;
}

.flowTitle::before {
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	border-radius: 0 100px 100px 0;
	background: #9A1717;
	position: absolute;
	top: 35%;
	left: 0;
}

.flowTitle::after {
	content: "";
	display: block;
	margin: 0 calc(50% - 50vw);
	width: 55vw;
	height: 3px;
	background-color: #DEA7A7;
	position: absolute;
	left: -4%;
}


.flowSub {
	width: 50%;
	font-size: 16px;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
}



/* 指導の流れ*/





.flow_container {
	margin-top: 5em;
}



.flow_box {
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: normal;
	font-size: 16px;
	padding: 0.5em;
	padding-left: 2em;
	background-color: #F2F2ED;
	margin-top: 2em;
	position: relative;
}

.flow_box::after {
	content: "↓";
	display: inline-block;
	font-weight: bolder;
	color: #9A1717;
	position: absolute;
	bottom: -60%;
	left: 50%;
}

.flow_box.last::after {
	display: none;
}

.flow_num {
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: bold;
	font-size: 22px;
	font-family: ;
	color: #9A1717;
	padding-right: 0.5em;
}


.flow_txtEria {
	padding: 1em 1.5em;
	background-color: #fff;
	margin-top: 3em;
	border-radius: 15px;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
}

.flow_txtEria p {
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 2em;

}



/* よくあるNG例 */


.ng_Wrap {
	margin-top: 10em;
	border: solid 1px #9A1717;
	border-top: solid 5px #9A1717;
	border-radius: 10px;
	position: relative;
}
/* .ng_Wrap ::after{
	content: "";
	position: absolute;
	bottom: -86px;
	left: 50%;
	transform: translateX(-50%);
background: url(../image/course_allow.png);
width: 40px;
height: 60px;
background-size: cover;
} */
.ng_titleWrap {
	width: 35%;
	background-color: #9A1717;
	margin: 0 auto;
}

.ng_title {
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.ng_imageContainer {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 5em auto;
}

.ng_example {
	width: 45%;
}

.ng_image {
	width: 25%;
	margin: 0 auto;
}

.ng_image img {
	width: 100%;
}

.ng_name {
	text-align: center;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.ng_words {
	text-align: center;
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;
	border: dotted #000 2px;
	border-radius: 10px;
	margin-top: 1em;
	padding: 1em;
	position: relative;
}


.ng_words::after {
	content: "↓";
	display: inline;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: -30px;
}

.batsu {
	position: relative;
}

.batsu::before {
	content: "";
	display: inline-block;
	width: 30px;
	border: solid #9A1717 1px;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: -35px;
}

.batsu::after {
	content: "";
	display: inline-block;
	width: 30px;
	border: solid #9A1717 1px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -35px;
}

.ng_batsu {
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #9A1717;
	text-align: center;
	padding-left: 2em;
	margin-top: 1em;
}

.ng_advice {
	margin-top: 1em;
	line-height: 1.7em;
}


.ng_adviceStrong {
	font-family: "Noto Sans JP",
		"Helvetica",
		sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #9A1717;
	text-align: center;
	padding-bottom: 3em;
}


.read.left {
	text-align: left;
	margin-top: 3em;
}


.interview_bottom_text{
	text-align: center;
	font-size: 20px;
	color: #9A1717;
	line-height: 2.5;
	letter-spacing: 0.1em;
}




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

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


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




}

@media screen and (max-width:768px) {
	.main_title {
		transform: scale(.95)
	}

	.submainPic {
		margin-top: 3em;
	}
	.ditailWrap {
		margin-top: 3em;
	}
	.strong_txt p{
		margin-top: 3px;
	}
	.step_figure{
		flex-direction: column;
		margin-top: 3em;
	}
	.stepNumWrap{
		position: unset;
		text-align: center;
		margin-bottom: 40px;
	}
	/* .AnchorlinkWrap {
		width: 65%;
	} */
	.stepEria{
		width: 100%;
		border-left: none;
		display: flex;
		flex-direction: column;
	}
	.stepEria4{
padding-bottom: 0;
	}

	.step_ditail{
		width: 100%;
		padding-left: 0;
	}
	.stepNumber::before{
		left: -7%;
		display: block;
		content: "";
		width: 80px;
		height: 80px;
		border-radius: 50%;
		border: solid 1px;
		background-color: #fff;
		position: absolute;
		bottom: -90%;
		z-index: -1;
	}
	.step_graphImg{
		margin-top: 3em;
	}
	.stepEria_wrapwrap{
		margin-top: 81px;
	}
	.step_textwrap p {
		font-size: 13px;
		line-height: 1.9;
	}
	.headline{
		font-size: 18px;
	}
	.step_subcatch {
		font-size: 12px;
		line-height: 1.9;
		width: 90%;
		font-weight: 600;
		padding-top: 11px;
	}
	.read_centerWrap{
		margin: 3em auto;
	}
	.essay_titleWrap {
		margin: 3em auto;
	}
	.tabWrap{
		flex-direction: column;
    gap: 13px;
    width: 100%;
	
	}
	.tab-label {
		width: 90%;
		padding: 7px 12px 20px 12px;
		background-color: #F5F5F0;
		border-left: 0;
	font-size: 14px;
	margin: auto;	}
	.tab-label.last {
		border-right: 0;
	}
	.tab-label::after{
		bottom: 0;
	}
	.ditail {
		flex-direction: column;
	}
	.ditailWrap dt{
		width: 100%;
	}
	.ditailWrap dd {
		width: 100% ;
		font-size: 12px;
		line-height: 1.6;
		padding-left: 0;
	}
	.basic_text p{
		
			font-size: 13px;
			line-height: 1.9;
		
	}
	.basic_writing{
		font-size: 13px;
		line-height: 1.9;
	}
	.basic_writing p:nth-child(2)
{
	margin-top: 29px;
}
.subHead{
	font-size: 13px;
	letter-spacing: 0.01em;
	text-align: left;
	margin-top: 15px;
	line-height: 1.5;
	font-weight: 600;
}
.read_center p{
	font-size: 13px;
	line-height: 1.9;
letter-spacing: 0;
}
.essay_block_innner {
	display: flex;
	flex-direction: column;
}
.essay_block{
	width: 100%;
}
.essay_container.sp-type {
flex-direction: column;
gap: 40px;
}
.Guidance_container {
	flex-direction: column;
	margin-top: 3em;
}
.Guidance_textEria {
	width: 100%;
}
.flowTitle_eria{
	flex-direction: column;
}
.flowTitle {
	width: 100%;
}
.flowSub{
	font-size: 13px;
	width: 80%;
	margin-top: 15px;
}
.con-flow_container{
	flex-direction: column;
}
.con-flow_box{
	width: 100%;
	display: flex;
	gap: 22px;
	align-items: baseline;
}
.ng_imageContainer{
	flex-direction: column;
}
.ng_example{
	width: 100%;
}
.diagram p {
	font-size: 14px;
	font-weight: bold;
}
.strong_txt p{
	font-size: 16px;
}
.step_bg{
	margin-top: 45px;
	height: 100px;
}
.essay_title{
	font-size: 16px;
	font-weight: 400;
}
.essay_container {
	margin-top: 50px;
}
.essay_block_titile{
	font-size: 16px;
}
.essay_blockWriting p{
	font-size: 13px;
	line-height: 1.9;
}
.read_centerWrap.B {
	margin-top: 80px;
}
.read_centerWrap.B ::after{
	width: 20px;
	height: 30px;
	top: -55px;
}
.read_center {
	text-align: left;
}
.guidance_image{
	width: 100%;
}
.guidance_text{
	font-size: 13px;
	line-height: 1.9;
	margin-top: 0;
}
.guidance_text :nth-child(n +2){
	margin-top: 20px;
}
.high-Level_image{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 0;
}
.flowTitle{
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.875;
}
.flowTitle_eria{
	align-items: flex-start;
}
.flowSub p{
	text-align: left;
}
.flow_box{
	font-size: 12px;
	padding: 7px 12px;
	letter-spacing: 0.01em;

}
.flow_num {
	font-size: 18px;

}
.flow_container{
	margin-top: 3em;
}
.basic_writing.wide{
	margin-top: 3em;
}
.guidance_flow {
	margin-top: 3em;
}
.promotion_titleWrap{
	flex-direction: column-reverse;
}
.promotion_image{
	width: 100%;
	margin-top: 1em;
}
.headline.promotion {
	width: 100%;
	text-align: left;
}
.promotion_text {
	font-size: 13px;
	margin-top: 3em;
	line-height: 2;
}
.concrete-flow {
padding:34px 14px 46px 26px;
}
.con-flow_txt::after{
	display: none;
}
.con-flow_txt {
	width: 100%;
}
.con-flow_box dt{
	font-size: 16px;
	text-align: left;
	font-weight: 600;
}
.con-flow_box dd{
	font-size: 13px;
}
.flow_txtEria p {
	font-size: 12px;
	line-height: 2;
}
.ng_titleWrap{
	width: 80%;
}
.ng_title{
	font-size: 16px;
}
.ng_words{
	font-size: 13px;
}
.ng_advice p{
	font-size: 13px;

}
.ng_Wrap{
	margin-top: 3em;
}
.concrete-flow{
	margin-top: 3em;
}
.concrete-flowWrap{
	margin-top: 3em;
}
.ng_example:nth-of-type(2){
	margin-top: 30px;

}
.ng_adviceStrong{
	width: 95%;
	margin: auto;
	font-size: 16px;
}
.read.left{
	font-size: 13px;
	line-height: 1.9;
}
.interview_bottom_text{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	width: 90%;

margin: auto;}
.con-flow_container{
	
}
.con-flow_container::before{
	width: min(350px,700px);
left: 1px;
transform: rotate(90deg);
top: 39px;
border-top: solid 2px #9A1717;
border-right: none;
border-bottom: 0;
transform-origin: left;
}
.con-flow_container::after{
	content: "";
	position: absolute;
	border-right: 3px solid #9A1717;
	width: 3px;
	height: 14px;
	bottom: -4px;
	transform: skew(45deg);
	left: -1px;

}
.flow_box::after{
	bottom: -29px	;
}
.ditailWrap dt::before{
	left: 31%;
	top: 27%;
}
.buttom a{
	padding: 20px 0 18px 0;
}
.con-flow_num::after{
	top: 0;
}
.f14{
	font-size: 12px;
}
}

@media screen and (max-width: 700px) {
	.essay_block {}
}


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




	/* 弊塾の強み */





	/* ナンバー */

	.stepNumEria {
		width: 100%;
		margin-top: 5em;
		position: relative;
		z-index: 3;
	}

	.stepNumEria.B {
		width: 100%;
		margin-top: 5em;
		position: relative;
		z-index: 3;
	}



	/* .stepNumWrap {
		padding-left: 1.5em;
		position: absolute;
		top: 5%;
		right: 45%;
	} */

	.stepNumWrap.B {
		width: 100px;
		padding-left: 1.5em;
		position: absolute;
		top: 5%;
		left: 40%;
	}


	.stepNumber {
		display: inline-block;
		font-size: 15px;
		line-height: 0.5em;
		position: relative;
		z-index: 3;
	}

	.stepNumber::before {

	}

	.number {
		font-size: 46px;
		padding-left: 0em;
	}



	.lowercase {
		font-size: 9px;
		transform: translate(-8px,7px);
    display: block;
	}




	/* ナンバー終わり */

	.noteEria {
		width: 100%;
		margin-top: -40em;
		padding-top: 40em;
	}





	.note_titleWrap {
		width: 200px;
	}

	.note_title {
		font-size: 14px;
		padding-bottom: 1em
	}

	.policyTitle {
		position: relative;
	}

	.policyTitle::before {
		content: "";
		display: block;
		width: 4px;
		height: 25px;
		background-color: #E8B7B7;
		position: absolute;
		top: -5px;
		left: -10px;
	}






	.section_online {
		margin-top: 5em;
	}

	.online-read.p {
		font-size: 14px;
	}

	.onBoxContainer {
		gap: 15px;
	}

	.onlineBox {
		width: 45%;
	}


	.prep_title {
		font-size: 16px;
	}

	.prepContainer {
		flex-direction: column;
		gap: 30px;
	}

	.prepBox {
		width: 100%;
	}

	.prepBoxRead {
		font-size: 12px;
		line-height: 2em;
	}

	.ab_message_title {
		font-size: 18px;
	}

	.ab_message_textEria {
		width: 85%;
	}

	.remind p {
		font-size: 16px;
		line-height: 3.5em;
	}


	.policyImage img {
		height: 200px;
	}

}


@media screen and (max-width: 420px) {
	.onlineBox {
		width: 60%;
	}
}