@charset "utf-8";

p {
	line-height: 1.8;
	margin-bottom: 2rem;
}
.emphasis {
	margin-bottom: 20px;
}
.emphasis p {
	display: block;
	font-family: var(--fontFamily-serif-noto);
	font-weight: 900;
	font-size: clamp(1.7rem, var(--sp-17px), 1.8rem);
	text-indent: -0.5em;
	padding-left: 1em;
	margin-bottom: 0;
	line-height: 2;
}
.imgLazy img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	width: auto;
	height: auto;
}
/* First view
----------------------------------------- */
.firstView {
	margin-bottom: min(var(--sp-21px), 30px);
	padding-top: min(var(--sp-10px), 23px);
	grid-gap: min(var(--sp-8px), 8px);
	background-color: #fff7ec;
	/*background-image: linear-gradient(323deg, #d8f0f6, transparent);*/
	/*background-image: linear-gradient(323deg, #d8f0f6, #fff00030);*/
	height: 320px;
	position: relative;
	display: grid;
	grid-template-columns: min(100%, 1120px);
	place-content: start center;
	z-index: 0;
	padding: clamp(15px, var(--sp-15px), 30px) var(--paddingInline) 0;
	min-height: 150px;
	--paddingInline: 14px;
	overflow: hidden;
}
.firstView h1 {
	color: #000;
	font: 700 clamp(2.2rem, var(--sp-24px), 5.5rem) / 1.5 var(--fontFamily-yugo-yakuhan);
	/*width: calc( 100% / 2 + 35px );*/
	width: calc( 100% / 2 + 70.2vw );
	display: inline-block;
	line-height: 1.6;
}
.h1sub {
	margin-bottom: 6px;
	font: 900 clamp(2rem, var(--sp-20px), 4.4rem) / 1.5 var(--fontFamily-serif-noto);
}
.linebox {
	display: inline-block;
	width: auto;
	padding: 2px 10px;
	margin: 10px 10px 5px 0;
	border: solid 3px #ce0303;
	color: #ce0303;
	font-size: 5rem;
	background: #fff;
}
.firstView_mov {
	position: absolute;
	bottom: var(--sp-25px);
	left: calc(50% + var(--sp-1px));
	width: 56.533vw;
	border-radius: 6px;
	overflow: hidden;
	aspect-ratio: 16/9;
	border: solid 2px #000;
	z-index: 1;
}
.firstView_mov img {
	display: block;
	width: 100%;
	height: 100%;
}
.firstView_mov video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: initial;
}
.aboutContents .firstView_movTtl {
	position: absolute;
	width: 440px;
	bottom: -2px;
	left: calc(50% + 110px);
	font-size: 1.8rem;
	padding-top: 10px;
	text-align: center;
	font-weight: 900;
}
@media not screen and (max-width: 834px) {
	.firstView {
		align-content: start;
		padding-bottom: min(4.992vw, 41px);
		
	}
	.firstView_mov {
		bottom: 50px;
		left: calc(50% + 110px);
		width: 440px;
	}
}
.firstView {
	position: relative;
}
.firstView::after {
	position: absolute;
	content: '';
	left: auto;
    right: -130px;
    top: 0;
    background: url(/koukousei/site_wp/wp-content/themes/site/images/about/about_after2025_bg-B.png) 0 0 / 100% auto repeat;
    width: 38%;
    height: 100%;
    opacity: 0.6;
}
@media screen and (max-width: 834px) {
	.firstView {
		height: auto;
		align-content: start;
		padding-bottom: min(4.992vw, 41px);
	}
	.firstView h1 {
		font: 700 clamp(2rem, var(--sp-24px), 4rem) / 1.6 var(--fontFamily-yugo-yakuhan);
		width: calc( 100% - 200px );
	}
	.h1sub {
		font: 900 clamp(1.8rem, var(--sp-18px), 3.2rem) / 1.4 var(--fontFamily-serif-noto);
		font-size: 4.077vw;
	}
	.linebox {
		font-size: 5.156vw;
	}
	.firstView_mov {
		width: 32.103vw;
		left: 65vw;
		bottom: 10vw;
	}
	.aboutContents .firstView_movTtl {
		width: 260px;
		bottom: 1.199vw;
		left: 65vw;
		line-height: 1.3;
		font-weight: 700;
	}
}
@media screen and (max-width: 768px) {
	.aboutContents .firstView_movTtl {
		bottom: 0.391vw;
	}
}
@media screen and (max-width: 600px) {
	.firstView {
		height: 83.33vw;
	}
	.firstView h1 {
		width: 100%;
		text-align: center;
		font-size: 7.67vw;
		line-height: 1.4;
	}
	.h1sub {
		text-align: center;
		font-size: 6vw;
		margin-bottom: 0.167vw;
	}
	.linebox {
		margin: 5px 5px 0 0;
		padding: 0 10px;
		font-size: 7.5vw;
	}
	.firstView_mov {
		width: 66.17vw;
		transform: translateX(-50%);
		left: 50vw;
		bottom: 8vw;
	}
	.aboutContents .firstView_movTtl {
		width: 100%;
		transform: translateX(-50%);
		left: 50vw;
		font-weight: 700;
	}
	.aboutContents .firstView_movTtl {
		bottom: -0.5vw;
	}
}
@media screen and (max-width: 480px) {
	.firstView {
		height: 89.37vw;
	}
	.firstView h1 {
		line-height: 1.5;
	}
	.firstView_mov {
		width: 68.75vw;
		bottom: 10vw;
	}
	.linebox {
		margin: 0 5px 0 0;
	}
	.h1sub {
		margin-bottom: 1.25vw;
	}
	.aboutContents .firstView_movTtl {
		bottom: -1.905vw;
	}
}
@media screen and (max-width: 375px) {
	.firstView h1 {
		line-height: 1.5;
	}
	.h1sub {
		margin-bottom: 8px;
	}
	.linebox {
		margin: 0 5px 0 0;
		padding: 0px 5px;
	}
	.aboutContents .firstView_movTtl {
		font-size: 1.5rem;
	}
	.aboutContents .firstView_movTtl {
		bottom: -1.867vw;
	}
}

/* Common
----------------------------------------- */
#lower_container {
	margin-top: 0;
	padding-top: 0 !important;
	font-family: YakuhanJP_narrow, var(--fontFamily-sans-yakuhan);
	overflow: hidden;
	counter-reset: numTtl;
}
#lower_container p:last-child {
	margin-bottom: 0;
}
p + .imgLazy {
	margin-top: min(var(--sp-20px), 30px);
	margin-bottom: min(var(--sp-20px), 30px);
}

/* Base class
----------------------------------------- */
.aboutWrap,
.aboutWrap_lower {
	display: grid;
	justify-content: center;
}
.aboutWrap {
	position: relative;
	z-index: 0;
	grid-auto-columns: min(100%, 1200px);
}
.aboutWrap.leadCont {
	grid-auto-columns: min(100%, 1000px);
}
.aboutWrap_bg {
	padding-bottom: 40px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.2));
	box-shadow: 0 4px 20px rgb(79 125 137 / 40%);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border: 2px solid rgba(255, 255, 255, 0.25);
	position: relative;
	z-index: 2;
}
.aboutWrap_lower {
	grid-auto-columns: min(100%, 1000px);
	padding-top: min(var(--sp-20px), 50px);
}
.aboutWrap_lower.contWrap {
	padding-top: 80px;
	grid-auto-columns: min(100%, 800px);
}
.gapNone .aboutWrap_lower,
.aboutWrap_lower.gapNone {
	grid-gap: 0;
}
.boxTtl {
	display: inline-block;
	margin-block: 10px min(var(--sp-15px), 20px);
	padding: min(var(--sp-4px), 5px) min(var(--sp-20px), 40px);
	font: 700 clamp(1.4rem, var(--sp-16px), 2rem) / 1 var(--fontFamily-serif-yakuhan);
	border: clamp(1px, var(--sp-2px), 2px) solid #ccc;
}
.widthLimit {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}
.closeTxt {
	margin-block: clamp(30px, var(--sp-30px), 35px) 10px;
	font: 700 clamp(1.6rem, var(--sp-18px), 2.3rem) / 1.7 var(--fontFamily-serif-noto);
}
.online_closingBox {
	width: 880px;
	margin: 50px auto;
}
.passComment {
	margin: 8px auto 30px;
	font-size: clamp(1rem, var(--sp-12px), 1.4rem);
	line-height: 1.3;
	text-indent: -1.25em;
	padding-left: 1.5em;
}
.PC_text {
	display: inline-block;
}
.SP_text {
	display: none;
}
@media screen and (max-width: 834px) {
	.aboutWrap,
	.aboutWrap_lower {
		padding-inline: clamp(15px, 4vw, 20px);
	}
}
@media screen and (max-width: 600px) {
	.aboutWrap_bg {
		background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
		padding-bottom: 20px;
	}
	.aboutWrap_lower.contWrap {
		padding-top: 40px;
	}
	.widthLimit.min {
		max-width: calc(100% - 100px);
	}
	.online_closingBox {
		width: 100%;
		margin: 0 auto 50px;
	}
	.PC_text {
		display: none;
	}
	.SP_text {
		display: inline-block;
	}
}
@media screen and (max-width: 480px) {
	.widthLimit.min {
		max-width: calc(100% - 40px);
	}
}
@media screen and (max-width: 375px) {
	.widthLimit,
	.widthLimit.min {
		max-width: calc(100% - 30px);
	}
}

/* Base h2
----------------------------------------- */
.aboutWrap.bgBlue h2,
.aboutWrap.bgBlue h2 span.red {
	position: relative;
	font: 900 clamp(2.3rem, var(--sp-21px), 5rem) / 1.5 var(--fontFamily-serif-noto);
	color: #282828;
	letter-spacing: -1px;
}
.aboutWrap.bgBlue h2 span.red {
	color: #ea081d;
}
.closing_Ttl {
	font: 900 clamp(1.9rem, var(--sp-19px), 3.6rem) / 1.5 var(--fontFamily-serif-noto);
	color: #ce0303;
	margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
	.aboutWrap h2 {
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.aboutWrap h2 {
		margin-top: var(--sp-30px);
		text-align: center;
		line-height: 1.4;
	}
	.aboutWrap.bgBlue h2 {
		margin-top: 0;
	}
}

/* Base h3
----------------------------------------- */
.aboutWrap h3 {
	position: relative;
	color: #000;
	font: 700 clamp(2rem, var(--sp-21px), 3.6rem) / 1.4 var(--fontFamily-sans-noto);
	border-bottom: 2px solid #000;
	padding-bottom: 35px;
	margin-bottom: 18px;
	color: #080e6d;
}

@media screen and (max-width: 834px) {
	.aboutWrap h3 {
		text-align: center;
		border-top: 4px solid #090f6d;
		border-bottom: 2px solid #090f6d;
		padding-top: 15px;
		padding-bottom: 10px;
		padding-left: 0;
	}
}

/* Base h4
----------------------------------------- */
.aboutWrap h4 {
	display: block;
	font: 900 clamp(1.8rem, var(--sp-19px), 2.4rem) / 1.6 var(--fontFamily-serif-noto);
	line-height: 1.4;
	color: #ea081d;
	margin-bottom: 10px;
}
.aboutWrap h4 span {
	display: block;
	color: #000;
	font: 500 clamp(1.4rem, var(--sp-14px), 1.4rem) / 1.8 var(--fontFamily-sans);
}
@media screen and (max-width: 600px) {
	.aboutWrap h4 span {
		line-height: 1.4;
		margin-top: 7px;
		text-indent: -1em;
		padding-left: 1em;
	}
}

/* Base h5
----------------------------------------- */
.cont_block h5 {
	display: block;
	font: 900 clamp(1.6rem, var(--sp-17px), 2rem) / 1.4 var(--fontFamily-sans);
	color: #243861;
	margin-bottom: 10px;
	text-align: center;
}

/* Lead
----------------------------------------- */
.leadCont {
	margin-bottom: min(var(--sp-50px), 65px);
}
.leadCont h2 {
	margin-block: 0 min(var(--sp-11px), 15px);
	text-align: left;
	font: 700 clamp(1.6rem, var(--sp-18px), 2.7rem) / 1.5 var(--fontFamily-serif-noto);
	color: #ce0303;
}

/* NHK
----------------------------------------- */
.nhkCont {
	border: 3px #000 solid;
	max-width: calc(100% - 220px);
	margin: 20px auto 0;
	padding: 20px;
	position: relative;
	font-size: 1.9rem;
	color: #000;
}
.txtAndimg {
	display: flex;
}
.nhkCont_ttl {
	color: #000;
	line-height: 1.4;
	font-weight: bold;
	font-size: 2.8rem;
	font-feature-settings: 'palt';
}
.under768-over481 {
	display: none;
}
#lower_container .nhkCont_txt {
	margin-bottom: 0;
}
.aboutContents p.nhkCont_txt {
	font-size: clamp(1.6rem, 4.266vw, 1.7rem);
}
.nhkCont_img {
	flex-shrink: 0;
	width: 370px;
	margin-left: 20px;
}
.nhkCont_img img {
	width: 100%;
	border: 1px solid #888;
}
.nhkCont_img span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 834px) {
	.nhkCont {
		max-width: calc(100% - 80px);
	}
	.nhkCont_img {
		width: 40%;
	}
}
@media screen and (max-width: 768px) {
	.under768-over481 {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.topMainWrap {
		margin-bottom: 1.667vw;
	}
	.nhkCont {
		max-width: calc(100% - 60px);
		margin-bottom: 3.33vw;
		padding: 2.5vw;
	}
	.nhkCont::after {
		width: 40vw;
		height: 28.333vw;
		right: 1.333vw;
	}
	.nhkCont_ttl {
		font-size: 3.667vw;
	}
	#lower_container .nhkCont_ttl {
		margin-bottom: 10px;
	}
	.txtAndimg {
		flex-wrap: wrap;
	}
	.nhkCont_img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 480px) {
	.nhkCont {
		max-width: 83.33vw;
		min-height: 38.933vw;
		padding-bottom: 0;
		margin: 10px auto 0;
	}
	.nhkCont::after {
		width: 37.333vw;
		height: 26.667vw;
		right: 2.667vw;
	}
	.nhkCont_ttl {
		font-size: 5.067vw;
	}
	.under768-over481 {
		display: none;
	}
	.txtAndimg {
		display: block;
	}
	.nhkCont_txt {
		font-size: 1.5rem;
	}
	.nhkCont_img {
		margin: 0 auto;
		margin-top: 2.133vw;
		width: 100%;
	}
}

/* bgBlue
----------------------------------------- */
.aboutWrap.bgBlue {
	padding-bottom: 40px;
	position: relative;
	height: fit-content;
	overflow: hidden;
}
.aboutWrap.bgBlue::before,
.aboutWrap.bgBlue::after {
	content: '';
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0;
	left: -130px;
	z-index: 1;
	background: url(/koukousei/site_wp/wp-content/themes/site/images/about/about_after2025_bg-A.png) 0 0 / 100% auto repeat;
}
.aboutWrap.bgBlue::after {
	left: auto;
	right: -130px;
	top: -200px;
	background: url(/koukousei/site_wp/wp-content/themes/site/images/about/about_after2025_bg-B.png) 0 0 / 100% auto repeat;
}
.aboutWrap_linergradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
.aboutWrap_linergradient-child {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: hsla(0, 0%, 93%, 1);
	background-image: radial-gradient(at 61% 28%, hsl(109.49deg 22.8% 86.15%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(193.27deg 100% 86.44%) 0px, transparent 50%), radial-gradient(at 33% 100%, hsl(186.96deg 67.1% 68.12%) 0px, transparent 50%), radial-gradient(at 79% 100%, hsl(0deg 0% 92.94%) 0px, transparent 50%);
	/*background-image: 
    radial-gradient(at 61% 28%, hsl(0deg 0% 68.47%) 0px, transparent 50%), 
    radial-gradient(at 80% 0%, hsl(193.27deg 62.57% 75.53%) 0px, transparent 50%), 
    radial-gradient(at 33% 100%, hsl(186.96deg 54.29% 63.17%) 0px, transparent 50%), 
    radial-gradient(at 79% 100%, hsl(0deg 0% 92.94%) 0px, transparent 50%);*/
	z-index: -1;
}
.bgBlue h2 {
	color: #ce0303;
}
.cont_block {
	margin-top: 90px;
}
.cont_block.MT0 {
	margin-top: 0px;
}
.MT50 {
	margin-top: 70px;
}
.contTtl02_list {
	background-color: #ececec;
	padding: 10px;
	margin: 0 40px 20px;
}
.contTtl02_list .cont_block_list {
	display: block;
	margin: 15px 0 10px 0;
	font-weight: bold;
	position: relative;
	padding-left: 0;
}
.contTtl02_list .cont_block_list li {
	position: relative;
	padding-left: 40px;
	text-indent: 0em;
	margin: 13px 20px;
	font: 900 clamp(1.5rem, var(--sp-17px), 1.8rem) / 1.3 var(--fontFamily-serif-noto);
}
.contTtl02_list .cont_block_list li::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(/area/assets/images/about/check_icon.svg) 0 0 / contain no-repeat;
}
/*　表組　*/
/*　表組　*/
.diffTable {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 50px 0;
	font: 700 clamp(1.5rem, var(--sp-15px), 1.7rem) / 1.4 var(--fontFamily-sans);
	overflow: visible;
}
.diffTable_head {
	background-color: #eaeaea;
}
.diffTable_head,
.diffTable_cont {
	display: inline-flex;
	width: 100%;
	border-bottom: none;
	margin-bottom: 0;
}
.diffTableHead_ttl {
	text-align: center;
}
.diffTableHead_ttl,
.diffTableCont_ttl {
	width: 25%;
}
.diffTableHead_txt,
.diffTableCont_txt {
	width: 40%;
}
.diffTableHead_txt:nth-of-type(1) {
	background: #cbebff;
}
.diffTableHead_txt:nth-of-type(2) {
	background: #fbe3e7;
}

.diffTableHead_txt {
	position: relative;
	padding: 10px 0;
	color: #000;
	font: 900 clamp(1.6rem, var(--sp-17px), 1.8rem) / 1.4 var(--fontFamily-sans);
	text-align: center;
	border-left: 2px solid #fff;
}

.diffTableCont_ttl {
	position: relative;
	padding-left: 5px;
	font-weight: bold;
	background-color: #fcfcfc;
	border-left: solid 2px #c8c8c8;
	border-bottom: solid 2px #c8c8c8;
}
.diffTableCont_txt:nth-of-type(1) {
	border-left: 2px solid #c8c8c8;
	border-bottom: solid 2px #c8c8c8;
	align-content: center;
	flex-wrap: wrap;
}
.diffTableCont_txt:nth-of-type(2) {
	border-left: 2px solid #c8c8c8;
	border-bottom: 2px solid #c8c8c8;
	border-right: 2px solid #c8c8c8;
	align-content: center;
	flex-wrap: wrap;
}
.diffTableCont_ttl,
.diffTableCont_txt:not(.twoRow),
.diffTableContTtl_main,
.diffTableContTtlSub_row,
.diffTableCont_row {
	display: inline-flex;
	margin-bottom: 0;
}
.diffTable_cont span {
	line-height: 1.4;
}
.diffTableCont_ttl span,
.diffTableCont_txt > span,
.diffTableContTtlSub_row span,
.diffTableCont_row span {
	align-self: center;
	padding: 10px 15px;
	width: 100%;
}
.diffTableCont_txt span {
	text-align: center;
}
.diffTableCont_txt span:not([class]) {
	display: block;
	padding-bottom: 10px;
}
@media not screen and (max-width: 1300px) {
	.bgBlue::before {
		width: 100%;
	}
}
@media not screen and (max-width: 834px) {
	.bgBlue h2::before {
		transform: translateY(50%);
		right: -130px;
		bottom: 80%;
		width: 400px;
		height: 280px;
	}
}
@media screen and (max-width: 960px) {
	.diffTable,
	.diffTable * {
		border: none;
		background: none;
		width: 100%;
	}
	.diffTableCont_ttl {
		flex-wrap: wrap;
		text-align: center;
	}
	.diffTableCont_ttl::before,
	.diffTableCont_ttl::after {
		box-sizing: border-box;
		order: 2;
		width: 50%;
		color: #000;
		font: 900 clamp(1.5rem, var(--sp-15px), 1.7rem) / 1.4 var(--fontFamily-sans);
		white-space: pre;
	}
	.diffTable_cont,
	.diffTable_cont:last-of-type {
		position: relative;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.diffTableCont_txt {
		width: 50%;
	}
}
@media screen and (max-width: 834px) {
	.aboutWrap.bgBlue {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bgBlue h2::before {
		width: 38.37vw;
		height: 29.98vw;
		left: 87%;
		bottom: 40%;
	}

	.diffTable {
		margin: 0 0 -25px;
	}
	.diffTable_head,
	.diffTableContTtl_sub {
		display: none;
	}
	.diffTableCont_ttl {
		position: relative;
		padding-left: 0;
		font-weight: bold;
		color: #000;
		background-color: #eaeaea;
		border-left: none;
		border-bottom: none;
	}
	.diffTableCont_ttl::before {
		content: '個別指導塾の\A指導の特長';
		padding: 10px 0;
		background: #cbebff;
	}
	.diffTableCont_ttl::after {
		content: 'メガスタの\A指導の特長';
		padding: 10px 0;
		background: #fbe3e7;
		border-left: 2px solid #fff;
	}
	.diffTableCont_ttl span {
		order: 1;
		text-align: center;
		border-bottom: 2px solid #fff;
	}
}
@media screen and (max-width: 600px) {
	.cont_block {
		margin-top: 80px;
	}
	.cont_block.MT0 {
		margin-top: 30px;
	}
	.bgBlue h2::before {
		left: 50%;
		bottom: 100%;
	}
	.contTtl02_list {
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 480px) {
	.contTtl02_list {
		padding: 5px 0;
	}
	.contTtl02_list .cont_block_list li {
		padding-left: 35px;
		margin: 13px;
	}
	.contTtl02_list .cont_block_list li::before {
		top: -3px;
	}
}
@media screen and (max-width: 414px) {
	.MT50 {
		margin-top: 35px;
	}
}

/* attentionBox
----------------------------------------- */
.attentionBox {
	width: 100%;
	position: relative;
	padding: 7px;
	background-size: auto auto;
	background-color: rgba(0, 0, 0, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(255, 245, 1, 1) 7px, rgba(255, 245, 1, 1) 12px);
	margin-top: 60px;
}
.attentionBox_in {
	width: 100%;
	/*height: 100%;*/
	background-color: #f8f8f8;
	padding: 20px;
}
.attentionBox_in::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 107px;
	height: 89px;
	background: url(/area/assets/images/about/attention_obj.svg) 0 0/100% auto no-repeat;
}
.attentionBox .attentionTtl {
	display: block;
	font: 900 clamp(1.8rem, var(--sp-18px), 2.6rem) / 1.4 var(--fontFamily-serif-noto);
	color: #0056a6;
	margin-bottom: 20px;
	padding-left: 80px;
}
.attention_P {
	margin-left: 70px;
}
.uLine_red {
	border-bottom: 2px solid #c70017;
}
.attentionImg {
	display: flex;
}
@media screen and (max-width: 600px) {
	.attentionBox_in::before {
		left: calc(100% - 110px);
		width: 140px;
		height: 120px;
		background: url(/area/assets/images/about/attention_obj_SP.svg) 0 0/100% auto no-repeat;
	}
	.attentionBox .attentionTtl {
		padding-left: 0;
		padding-right: 80px;
	}
	.attention_P {
		margin-left: 0;
		margin-right: 85px;
	}
	.attentionImg {
		flex-wrap: wrap;
	}
	.attentionImg .imgLazy {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 414px) {
	.attentionBox {
		margin-top: 40px;
	}
	.attentionBox_in::before {
		left: calc(100% - 90px);
		width: 110px;
		height: 95px;
	}
	.attentionBox .attentionTtl {
		padding-right: 42px;
	}
	.attention_P {
		margin-right: 45px;
	}
}
@media screen and (max-width: 375px) {
	.attentionBox {
		padding: 5px;
	}
	.attentionBox_in {
		padding: 15px 12px;
	}
	.attentionBox .attentionTtl {
		margin-bottom: 10px;
	}
}

/* Lists
----------------------------------------- */
.aboutWrap ul {
	display: grid;
	justify-content: start;
	grid-gap: min(var(--sp-8px), 9px);
	margin-bottom: 20px;
	padding-left: clamp(10px, var(--sp-10px), 20px);
}
.aboutWrap li {
	padding-left: 0.5em;
	text-indent: -0.5em;
	font: 700 clamp(1.5rem, var(--sp-17px), 1.8rem) / 1.3 var(--fontFamily-sans-yakuhan);
}
.aboutWrap li span {
	display: block;
	text-align: center;
	font-size: 90%;
	line-height: 1.2;
}
.textLists li {
	font-family: var(--fontFamily-serif-yakuhan);
	font-size: clamp(1.7rem, var(--sp-18px), 2.1rem);
}
.aboutWrap .indentZenkaku li {
	padding-left: 1em;
	text-indent: -1em;
}
body .aboutWrap .indentNone,
body .aboutWrap .indentNone li {
	padding-left: 0;
	text-indent: 0;
}

/* img column 2 (PC)
----------------------------------------- */
.col2Wrap {
	display: grid;
	grid-gap: 25px 30px;
}
.col2Wrap_img p {
	color: #002dac;
	font-size: min(var(--sp-12px), 1.4rem);
	font-weight: 700;
	line-height: 1.3;
}
.col2Wrap .js-modal-btn {
	position: relative;
}
.col2Wrap .js-modal-btn .imgLazy {
	border: 1px solid #8d8d8d;
}
.col2Wrap .js-modal-btn::after {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 21.4%;
	aspect-ratio: 1/0.7;
	background: url(../images/common/play_icon.png.webp) 50% 50% / contain no-repeat;
}
.no_webp .col2Wrap .js-modal-btn::after {
	background-image: url(../images/common/play_icon.png);
}
@media not screen and (max-width: 834px) {
	.col2Wrap {
		align-content: start;
		align-items: start;
		grid-template-columns: 1fr 38rem;
		padding-top: 4px;
	}
	.col2Wrap_img:not(.js-modal-btn) {
		position: relative;
		grid-column: 2;
		grid-row: 1/3;
	}
	.col2Wrap_img:not(.js-modal-btn) {
		padding-bottom: 1.5em;
	}
	.col2Wrap_img p {
		position: absolute;
		bottom: 0;
		right: 0;
		white-space: nowrap;
	}
}

/* h3 Num Title
----------------------------------------- */
.numTtl01,
.numTtl02,
.numTtl03,
.numTtl04,
.numTtl05,
.numTtl06,
.numTtl07,
.numTtl08 {
	position: relative;
	z-index: 0;
}
.diff_num {
	font-size: 2rem;
	line-height: 1.5;
	color: #fff;
	content: '<span>違い</span>';
	counter-increment: title;
	position: absolute;
	width: 180px;
	height: 125px;
	border-radius: 0 12px 12px 0;
	top: -20px;
	left: -200px;
	background: linear-gradient(40deg, #13326c 30%, #189e9b 70%, #c8cd35 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding-right: 30px;
}
.aboutWrap_lower {
	counter-reset: section; /* カウンターをリセット */
}
.cont_block h3 .diff_num::after {
	counter-increment: section; /* カウンターを増加 */
	content: counter(section); /* カウンターを表示 */
	font-size: 9.5rem;
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	font-style: italic;
	line-height: 0.8;
}

@media screen and (max-width: 834px) {
	.diff_num {
		flex-direction: row;
		align-items: center;
		padding-right: 0;
		border-radius: 12px 12px 0 0;
		width: 140px;
		height: 42px;
		top: -42px;
		left: 50%;
		transform: translateX(-50%);
	}
	.cont_block h3 .diff_num::after {
		font-size: 3.5rem;
		font-weight: 600;
	}
}

/* Image box
----------------------------------------- */
.imgBox {
	margin-top: clamp(30px, var(--sp-30px), 40px);
	margin-inline: min(var(--sp-15px), 1.5rem);
	padding: 0 min(var(--sp-20px), 50px) min(var(--sp-15px), 20px);
	max-width: 660px;
	border: 2px solid #ccc;
	border-radius: 8px;
}
.imgBox_ttl {
	position: relative;
	display: inline-flex;
	transform: translate(-50%, -50%);
	left: 50%;
	margin-inline: auto;
	padding: min(var(--sp-5px), 8px) min(var(--sp-15px), 23px);
	font: 700 clamp(1.3rem, var(--sp-15px), 1.8rem) / 1 var(--fontFamily-serif-noto);
	border: 2px solid #ccc;
	border-radius: 100px;
	background-color: #fff;
}
.imgBox_txt {
	margin-block: -5px 10px;
	font-size: clamp(1.4rem, var(--sp-16px), 1.9rem);
	font-weight: 700;
	line-height: 1.5;
}
.imgBox .imgLazy {
	margin-inline: 0;
}
@media not screen and (max-width: 600px) {
	.imgBox {
		margin-inline: auto;
	}
}

/* Slider teacher
----------------------------------------- */
.aboutContents .teacherVoice {
	position: relative;
	z-index: 2;
	margin: -5px 0;
	padding-block: 30px;
	border-color: #bfc695;
}
.aboutContents .teacherVoice_ttl {
	display: grid;
	justify-items: center;
	grid-gap: 5px;
	margin-bottom: 20px;
	font-family: var(--fontFamily-serif-noto);
}
.aboutContents .teacherVoiceTtl_sub {
	font-size: clamp(1.4rem, var(--sp-16px), 2.2rem);
}
.aboutContents .teacherVoiceTtl_main {
	font-size: clamp(2rem, var(--sp-22px), 2.8rem);
}
.aboutContents .teacherVoice_slider {
	padding-block: 15px;
}
@media not screen and (max-width: 834px) {
	.aboutContents .teacherVoice {
		margin-block: -15px;
	}
}

/* Closing
----------------------------------------- */
.aboutContents .closing_bottom_bg {
	margin-top: 0;
}

/* アンダーライン
----------------------------------------- */
.red-redline,
.black-redline {
	font-weight: bold;
	line-height: initial;
	text-underline-offset: 2px;
	text-decoration: underline;
	text-decoration-color: #cf2d43;
}
