@charset "utf-8";

.html {
	scroll-behavior: smooth;

}

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




/* .top_readWrap {
	height: auto;
	display: flex;
	justify-content: center;
} */







.about_title {
	font-size: 22px;
	color: #9A1717;
	border-bottom: 1.3px solid #9A1717;
	padding-bottom: 0.6%;
}



/* トップリード */



.top_readTitle {
	font-size: 20px;
	/* font-weight: bold; */
	writing-mode: vertical-rl;
	color: #9A1717;
	line-height: 2.3em;
	letter-spacing: 0.12em;
	padding-left: 1em;
	position: relative;
}


.top_readEria {
	justify-content: center;
	margin: 10% auto;
	padding-right: 20px;
	padding-left: 20px;
}


.top_read {
	font-family: "Shippori Mincho", serif;
	writing-mode: vertical-rl;
	max-width: 100%;
	height: 66%;
	margin: auto;
}


.top_readText {
	margin-right: 2em;
	font-size: 16px;
	font-family: "Shippori Mincho", serif;
	font-weight: normal;
	line-height: 3;
	letter-spacing: 0.1em;
	line-break: strict;

}

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




/* アンカーリンク */



.arrow {
	padding-left: 2em;
	position: relative;
}

.arrow::after {
	display: inline-block;
	content: "";
	margin: auto;
	width: 13px;
	border-top: solid 0.6px #000;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0%;
}

.arrow::before {
	display: inline-block;
	content: "";
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: solid 0.6px #000;
	border-right: solid 0.6px #000;
	color: #000;
	transform: rotate(45deg);
	position: absolute;
	top: 36%;
	right: 0%;
}

/* .Anchor_Eria {
	position: relative;

} */







/* .title {
	font-size: 25px;
	letter-spacing: 0.03em;
	text-align: center;
	color: #9A1717;
	padding-top: 7%;
	position: relative;
}

.title::before {
	content: "";
	display: inline-block;
	width: 40%;
	height: 7%;
	background-color: #9A1717;
	position: absolute;
	top: 0;
	left: 30%;
} */



.title_vertical {
	font-family: "Shippori Mincho", serif;
	font-size: 25px;
	line-height: 2em;
	letter-spacing: 0.3em;
	color: #9A1717;
	writing-mode: vertical-rl;
	word-break: break-all;
}


/* セクション弊塾について */
.section_feature {
	margin-top: 15em;

}


.featureWrap {
	margin-top: 7em;
}



.featureSurface {
	width: 80%;
	background-color: #9A1717;
}



.featureContainer {

	width: 90%;
	height: 100%;
	/* position: relative; */
}

.featureImg {
	width: 60%;
	height: 450px;
}

.featureImg img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}





.featureContainer.B {
	width: 95%;
	height: 100%;
	/* margin: 0 0 0 auto; */
	position: relative;
}

.featureImg.B {
	position: absolute;
	top: 0%;
	right: 0%;
	z-index: -1;
}

.featureTextEria {
	width: 100%;
	display: flex;
	justify-content: end;
}

.featureTextEria.B {
	justify-content: start;
	margin-top: 20%;
}


.featureTextWrap {
	width: 750px;
	padding: 3em;
	background-color: #fff;
	margin-top: -20%;
}

.featureTextWrap.B {
	margin-top: 20%;
}




.featureText {
	display: flex
}


.feature_writing.B {
	margin-right: 3em;
	font-size: 14px;
	line-height: 3.5em;
	letter-spacing: 0.1em;
}



/* ナンバー */

.featureNumEria {
	width: 90%;
	margin-top: 10em;
	position: relative;
	z-index: 3;
}

.featureNumEria.B {
	position: relative;
}


.featureNumWrap {
	padding-left: 1.5em;
	position: absolute;
	top: 5%;
	right: 5%;
}

.featureNumWrap.B {
	width: 100px;
	padding-left: 1.5em;
	position: absolute;
	TOP: 50%;
	left: 10%;
}


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

.featureNumber::before {
	display: block;
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: solid 1px;
	position: absolute;
	bottom: -100%;
	left: -28%;
}

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



.lowercase {
	font-size: 9px;
}


/* ナンバー終わり */


/* ノートタイトル */

.note_titleWrap {
	width: 250px;
}

.note_titleDeco {
	border-bottom: solid 1.5px #9A1717;
}

.note_title {
	padding-top: 5em;
	padding-left: 2em;
	padding-bottom: 0.5em;
	font-family: "Noto Sans JP", "Helvetica", sans-serif;
	font-size: 16px;
}

.note_image {
	width: 45%;
}

.note_image img {
	width: 100%;
	object-fit: cover;
}

.note_image.B {
	margin-left: 5em;
}

.note_imageContainer {
	margin: 10em auto;
	width: 80%;
	display: flex;
	justify-content: center;
}



.noteEria {
	width: 85%;
	background-color: #F8F8F5;
	padding-top: 30em;
	padding-bottom: 2em;
	margin-top: -30em;
	margin-right: auto;
	margin-left: auto;
}

/* オンライン授業 */

.section_online {
	margin-top: 10em;
	background-color: #F8F8F5;
	padding: 10%;
}

.online-read {
	margin-top: 3em;
	/* line-height: 2em; */
	/* font-size: 16px; */
}

.on_targetWrap {
	margin-top: 3em;
}

.target {
	text-align: center;
}

.online-read p {
	text-align: center;
}

.Annotation_Wrap {
	margin-top: -5%;
}

.onBox-Annotation {
	font-size: 8px;
	line-height: -1em;
	letter-spacing: -0.1em;
	list-style: 0.5em;
}



/* ボックス */



.onlineBox {
	width: 23%;
	border: solid 1px #000;
}

.onBoxInner {
	padding: 1.5em;
}

.onlineImage {
	width: 80%;
	height: 70%;
	margin: auto;
	/* height: 60%; */
}




.onlineImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .onlineImage.anonation {
	position: relative;
}

.onlineImage.anonation::after {
	content: "00";
	display: inline;
	font-size: 8px;
	line-height: 0em;
} */




.onBox-read {
	font-size: 12px;
	line-height: 2em;
	margin-top: 1em;
}

.onBoxEria {
	margin-top: 3em;
}


.onBoxContainer {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: auto;
	flex-wrap: wrap;
	gap: 5em;
}

/* ポリシー */

.policyWrap {
	margin-top: 10em;
}

.policyImage {
	max-width: 1210px;
	width: 85%;

}

.policyImage img {
	width: 100%;
	height: 288px;
	object-fit: cover;

}

/* .policyTitleWrap {
	margin-top: 5em;
	padding-left: 1em;
} */

.policyTitle {
	margin-top: 5em;
	padding-left: 1em;
	font-size: 18px;
	color: #9A1717;
	position: relative;
}

/* .polDeco::before {
content: "";
	display: block;
	width: 4px;
	height: 25px;
	background-color: #E8B7B7;
	position: absolute;
	top: 13px;
	left: 0px;
} */
.policyTitle::before {
	content: "";
	display: block;
	width: 4px;
	height: 25px;
	background-color: #E8B7B7;
	position: absolute;
	top: 20%;
	left: 0px;
}



.policyWraiting {
	margin-top: 2em;
}

.policyWraiting p {
	font-size: 14px;
	font-family: "Shippori Mincho", serif;
	line-height: 3em;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #000;
}


/* 準備するもの */

.preparation {
	width: 100%;
	margin: 15% auto;
	background-color: #fff;
}

.prepInner {
	width: 85%;
	margin: 10% auto;
	padding: 7% 0;
}

/* .prep_titleEria {
	display: flex;
	justify-content: center;
	margin: 0 auto;
} */

.prep_titleWrap {
	width: 100%;
}

.prep_title {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 0.2em;
	color: #404C8E;
	border-top: solid 1px #C3C1C1;
	border-bottom: solid 1px #C3C1C1;
}

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

.prepContainer {
	margin: 7% auto;
	position: relative;
}

.prepContainer::before {
	content: "";
	display: block;
	width: 15px;
	height: 1.5px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 49%;
}

.prepContainer::after {
	content: "";
	display: block;
	width: 15px;
	height: 1.5px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: rotate(90deg);
}

.or {
	align-self: center;
}

.prepBox {
	width: 47%;
	background-color: #F2F6FC;
}


.prepBoxInner {
	padding: 3em;
}




.prepImage {
	width: 45%;
	height: 100%;
	margin-top: 1em;
}

.prepImage img {
	width: 100%;
	margin-top: 15%;
}

.prepImage_sizeB {
	width: 28%;
	align-self: center;
	margin-right: 5%;
	margin-top: 2em;
}

.prepImage_sizeB img {
	width: 100%;
}

.prep_read {
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.3em;
	color: #B15555;
	margin-top: 2em;
	text-align: center;
}

.prep_read.widen {
	margin-top: 3.5em;
}

.prep_read span {
	font-size: 12px;
	font-weight: lighter;
	color: #000;
}

.prepBoxRead {
	text-align: center;
}

/* メッセージ */


.ab_message {
	display: block;
	padding: 10% 0 10% 0;
	background-color: rgba(82, 46, 46, 0.92);
	position: relative;
}

.ab_message::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../image/message_back.jpg);
	background-size: cover;
	position: absolute;
	z-index: -1;
}

.ab_message_textEria {
	width: 75%;
	margin: auto;
}

.ab_message_title {
	font-size: 22px;
	text-align: center;
	color: #fff;
}

.ab_message_writting {
	margin-top: 3em;
	line-height: 2.7em;
	letter-spacing: 0.1em;
	color: #fff;
}


.remind {
	margin-top: 20%;
}

.remind p {
	font-size: 20px;
	letter-spacing: 0.3em;
	line-height: 4em;
	color: #9A1717;
	text-align: center;
}

/* @media screen and (max-width:1084px) {
	.AnchorlinkWrap {
		width: 45%;
	}
} */

@media screen and(max-width:1084px) {
	.ab_message_textEria {
		width: 80%;
	}
}

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


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


	.top_readTitle {
		font-size: 16px;
		line-height: 1.8em;
	}

	.top_read {
		height: 50%;
		width: 100%;
	}


	.top_readText {
		font-family: "Shippori Mincho", serif;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0;
		margin: 0 auto;
	}

	/* .AnchorlinkWrap {
		width: 65%;
	} */

	.featureNumEria {
		width: 100%;
	}

	.featureContainer {
		/* width: 100%; */
	}

	.featureImg {
		width: 90%;
		height: 400px;
	}

	.featureImg.B {
		width: 90%;
	}


	.featureNumWrap.B {
		position: absolute;
		left: 5%;
	}


	.note_title {
		width: 100%;
		padding-bottom: 1em
	}


	.onlineBox {
		width: 35%;
	}

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

	.prep_title {
		padding: 1em;
	}

	.ab_message_textEria {
		width: 85%;
	}
}

@media screen and (max-width: 600px) {
	.about_title {
		font-size: 20px;
		padding-bottom: 3%;
	}

	.top_read {
		max-width: 100%;
		height: auto;
		writing-mode: horizontal-tb;
		line-height: 2.6em;
		font-size: 14px;
		margin: 0 auto;
	}

	.top_readText {
		margin-top: 5em;
	}

	.text-indent {
		width: 100%;
		margin-right: 50px;
	}

	.top_readTitle {
		writing-mode: horizontal-tb;
		order: -1;
		margin-top: 2em;
	}


	.top_writingsWrap {
		margin-right: 0em;
	}

	.top_writings {
		writing-mode: horizontal-tb;
		line-height: 2.6em;
		font-size: 14px;
		margin-top: 2em;

	}


	.note_imageContainer {
		flex-direction: column;

	}

	.note_image {
		width: 55%;
		margin: 0% auto;
	}

	.note_image.B {
		margin: 5em auto;
	}







	/* 弊塾の強み */




	.section_feature {
		margin-top: 5em;
	}

	.featureContainer.B {
		width: 100%;
	}

	.featureImg {
		width: 100%;
	}

	.featureImg.B {
		width: 100%;
	}



	.featureCatch.title_vertical {
		font-size: 18px;
	}

	.txt_strong {
		font-size: 14px;
	}

	.featureText {
		flex-direction: column;
	}

	.title_vertical {
		writing-mode: horizontal-tb;
	}

	.featureTextWrap {
		width: 93%;
		margin-right: auto;
		margin-left: auto;
		margin-top: -35%;
		padding: 1.5em;
	}




	.featureContainerB {
		margin: 0 auto;
	}

	.featureTextWrap.B {
		width: 93%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 30%;
	}



	.feature_writing {
		margin-top: 1.5em;
		margin-left: 0em;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 0.1em;
	}

	.featureText.B {
		display: flex
	}

	.feature_writing.B {
		margin-right: 0em;
		font-size: 14px;
		line-height: 2.5em;
		letter-spacing: 0.1em;
		order: 1;
	}

	.txt_strong {
		font-size: 14px;
		/* font-weight: bold; */
	}

	.txt_red {
		color: #9A1717;
	}

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




	/* ナンバー */

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

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



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

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


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

	.featureNumber::before {
		display: block;
		content: "";
		width: 80px;
		height: 80px;
		border-radius: 50%;
		border: solid 1px;
		background-color: #fff;
		position: absolute;
		bottom: -90%;
		left: -20%;
		z-index: -1;
	}

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



	.lowercase {
		font-size: 9px;
	}




	/* ナンバー終わり */

	.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: 15%;
		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;
	}


	.policyWraiting p{
		line-height: 2em;
	}
	.ab_message_writting{
		line-height: 2em;
	}
}
@media screen and (max-width:600px){
	.featureContainer{
			width: 100%;
	}

}


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