@charset "utf-8";

body {
	counter-reset: number 0;
}
.tablet {
	display: none;
}
@media screen and (max-width:834px) and (min-width: 601px){
	.tablet {
		display: inherit;
	}
}

/*----------------------------------------------------------------------
First View
----------------------------------------------------------------------*/
#firstView {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 480px;
	background-color: #ffe375;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
	z-index: -2;
}
#firstView .h1_bg {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 16px rgba(127, 101, 0, 0.5);
}
#firstView .h1_bg::before,
#firstView .h1_bg::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	height: 480px;
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}
#firstView .h1_bg::before {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/english/lp_english2FV_left.png);
	right: calc(50% + 270px);
	width: 407px;
}
#firstView .h1_bg::after {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/english/lp_english2FV_right.png);
	left: calc(50% + 280px);
	width: 382px;
}
#firstView h1 span {
	display: block;
	text-align: center;
	line-height: 1.3;
}
#firstView h1 .targetCall {
	color: #183f97;
	font-size: 2.8rem;
	text-decoration: underline;
	margin-bottom: 10px;
}
#firstView h1 .mainCatch {
	color: #ff0000;
	font-size: 5.6rem;
	font-weight: 900;
	font-family: var(--fontFamily-sans-noto);
	margin-bottom: 40px;
}
#firstView h1 .subCatch {
	color: #222;
	font-size: 3.3rem;
}
@media screen and (max-width: 480px) {
	#firstView {
		margin-bottom: 5.333vw;
		height: 410px;
	}
	#firstView .h1_bg {
		padding: 20px 10px 16px;
		width: 90%;
		height: fit-content;
	}
	#firstView h1 .targetCall {
		font-size: 1.8rem;
		margin-bottom: 4px;
	}
	#firstView h1 .mainCatch {
		font-size: 2.8rem;
		margin-bottom: 14px;
	}
	#firstView h1 .subCatch {
		font-size: 1.8rem;
	}
	#firstView .h1_bg::before,
	#firstView .h1_bg::after {
		width: 100%;
		top: inherit;
		transform: none;
		left: 0;
	}
	#firstView .h1_bg::before {
		background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/english/lp_english2FV_topSP.png);
		background-position: top center;
		right: inherit;
		top: 0;
		height: 410px;
	}
	#firstView .h1_bg::after {
		background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/english/lp_english2FV_bottomSP.png);
		background-position: bottom; center;
		bottom: 0;
		height: 410px;
	}
}
/*----------------------------------------------------------------------
Lead
----------------------------------------------------------------------*/
.leadWrap .autoWrap .lead_txtTtl {
	line-height: 1.3;
	font-size: 3.3rem;
}
.leadWrap .autoWrap p span {
	display: inline;
	font-size: 1.7rem;
	text-indent: 0;
	padding-left: 0;
	font-family: 'YuGothic', Yu Gothic, YakuHanJP, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.checkTexts {
	display: grid;
	grid-template-columns: 15px 1fr 15px;
	grid-template-columns: clamp(15px,4vw,40px) 1fr clamp(15px,4vw,40px);
	grid-row-gap: 20px;
	margin: 35px auto 40px;
	position: relative;
}
.checkTexts::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 22.667vw;
	width: min(306px, 22.667vw);
	height: 100%;
	background: 0 100%/contain no-repeat;
}
.checkTexts li {
	grid-column: 2;
	display: flex;
	font: 700 1.8rem/1.3 var(--fontFamily-sans-yakuhan);
	font-size: clamp(1.6rem,4.8vw,2rem);
	padding-right: min(306px, 18.667vw);
}
.checkTexts li::before {
	content: '';
	flex-shrink: 0;
	margin: -6px 13px 0 0;
	margin: clamp(-12px,-1.333vw,-5px) clamp(5px,1.333vw,13px) 0 0;
	width: 28px;
	width: clamp(28px,7.467vw,38px);
	height: 28px;
	height: clamp(28px,7.467vw,38px);
	background: url(/mega/wp-content/themes/site/images/common/check_icon.svg) 0 0/contain no-repeat;
}
@media not screen and (max-width: 834px) {
	.checkTexts::after {
		width: 268px;
	}
}
@media screen and (max-width: 600px) {
	.checkTexts::after {
		right: -10px;
	}
	.checkTexts::after {
		background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/exam-t/exam-t_img2_sp.png);
	}
	.checkTexts.imgNone::after {
		background-image: none;
	}
	.checkTexts li:not(:nth-last-of-type(-n+3)) {
		padding-right: 0;
	}
}
@media not screen and (max-width: 600px) {
	.checkTexts::after {
		background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/exam-t/exam-t_img2.png);
	}
	.checkTexts.imgNone::after {
		background-image: none;
	}
}
@media screen and (max-width: 480px) {
	.leadWrap .autoWrap .lead_txtTtl {
		margin-top: 6.667vw;
		font-size: 6vw;
	}
	.checkTexts {
		margin-top: 5.333vw;
		margin-bottom: 5.333vw;
	}
	.checkTexts li:not(:nth-last-of-type(-n+2)) {
		padding-right: 0;
	}
}

/*----------------------------------------------------------------------
Slider
----------------------------------------------------------------------*/
.difference_h2_bg_b {
	width: 100%;
	padding: 20px 0px;
	margin: 50px 0;
	background-size: auto auto;
	background-color: rgb(249 210 82);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(243 203 57) 10px, rgb(243 203 57) 20px);
}
.difference_h2_bg_b .inner {
	width: 100%;
	background: #ffeaa7;
	position: relative;
}
.difference_h2_bg_b .difference_h2 {
	width: 100%;
	max-width: 1120px;
	height: 160px;
	margin: 0 auto;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.difference_h2_bg_b .difference_h2 span {
	line-height: 1.4;
	z-index: 2;
	text-align: center;
}
.difference_h2_bg_b h2::before,
.difference_h2_bg_b h2::after {
	content: '';
	position: absolute;
	bottom: -20px;
	background: 0 100%/contain no-repeat;
}
.difference_h2_bg_b h2::before {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont1_h2_bg1.png);
	left: -140px;
	height: 193px;
	width: 340px;
}

.difference_h2_bg_b h2::after {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont1_h2_bg2.png);
	right: -120px;
	height: 183px;
	width: 350px;
}

#difference_cont2 .difference_h2_bg_b h2::before {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont2_h2_bg1.png);
	left: 0;
	width: min(var(--sp-64px), 165px);
	height: min(var(--sp-130px), 225px);
}

#difference_cont2 .difference_h2_bg_b h2::after {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont2_h2_bg2.png);
	right: 0;
	width: min(var(--sp-75px), 185px);
	height: min(var(--sp-130px), 225px);

}

#difference_cont11 .difference_h2_bg_b h2::before {
	background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont11_h2_bg1.png);
	bottom: -22px;
	left: -60px;
	height: 205px;
	width: 355px;
}

#difference_cont11 .difference_h2_bg_b h2::after {
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont11_h2_bg2.png);
	bottom: -22px;
	right: -60px;
	height: 205px;
	width: 355px;
}

/*----------------------------------------------------------------------
CTA
----------------------------------------------------------------------*/
.innerCta {
	padding: 40px 0 20px;
}

/*----------------------------------------------------------------------
Contents
----------------------------------------------------------------------*/
.difference_h2_bg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	background-color: #ffbd5b;
	margin: 70px 0 40px;
	padding: 14px 0;
}
.difference_h2_bg .difference_h2 {
	position: relative;
	line-height: 1.2;
	width: 880px;
	background: #fff;
	padding: 30px 30px 30px 36px;
	border-radius: 20px;
	box-shadow: 3px 3px 0 #c49247;
	color: var(--color-red);
	font-size: 3.8rem;
}
.difference_h2_bg .difference_h2 > span {
	font-size: 3rem;
	display: flex;
	color: #000;
	text-decoration: underline;
	margin-top: 4px;
}
.difference_h2_bg .difference_h2:after {
	position: absolute;
	content: "";
	background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_h2_before.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 115px;
	height: 160px;
	bottom: -16px;
	right: 30px;
}
.reasonTtl {
	background-color: #ffe9eb;
	padding: 20px 20px 20px 40px;
	font-size: 2.8rem;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	margin: 70px 0 30px 75px;
	position: relative;
	line-height: 1.4;
	border: solid #c73848;
	border-width: 5px 30px;
}
.reasonTtl::before {
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	z-index: 1;
	font-size: 5rem;
	font-family: var(--fontFamily-sans-noto);
	font-weight: 900;
	top: -10px;
	left: -42px;
	color: #fff;
	text-shadow: 2px 2px 5px #0c733f;
}
.reasonTtl::after {
	content: "";
	background-color: #69efab;
	width: 90px;
	height: 90px;
	position: absolute;
	border-radius: 100px;
	left: -75px;
	top: -20px;
	border: 3px solid #fff;
	box-shadow: 3px 3px 5px #dbc1c1;
}
@media screen and (max-width: 834px) {
	.difference_h2_bg .difference_h2 {
		margin: 0 20px;
	}
	.difference_h2_bg .difference_h2:after {
		right: 14px;
	}
	.reasonTtl {
		margin-left: 55px;
	}
}
@media screen and (max-width: 480px) {
	.difference_h2_bg {
		margin: 50px 0 20px;
	}
	.difference_h2_bg .difference_h2 {
		padding: 16px;
		font-size: 2.3rem;
	}
	.difference_h2_bg .difference_h2:after {
		width: 78px;
		height: 110px;
		right: -4px;
	}
	.difference_h2_bg .difference_h2 > span {
		font-size: 2rem;
	}
	.reasonTtl {
		padding: 10px;
		font-size: 2.1rem;
		margin: 70px 0 20px;
		border-width: 5px 0;
	}
	.reasonTtl:first-of-type {
		margin-top: 60px;
	}
	.reasonTtl::before {
		font-size: 3rem;
		left: 25px;
		top: -47px;
	}
	.reasonTtl::after {
		width: 65px;
		height: 65px;
		left: 0;
		top: -50px;
		z-index: -1;
		border: 2px solid #fff;
	}
}

#reason_system {
	border-color: #0093b1;
	padding: 30px 20px;
}
#reason_system_ttl {
	color: #0093b1;
	line-height: 1.3;
}
#service_movie {
	margin: 0 auto;
	float: none;
}
#reason_system .imgLazy {
	width: 700px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 834px) {
	.lower_wrap_subcont img {
		display: block;
		width: 100%;
		height: auto;
		margin: 40px auto;
	}
	.regular_public_reazon_bg_b {
		padding: 10px 10px 10px 110px ;
	}
}
@media screen and (max-width: 480px) {
	.lower_wrap_subcont {
		padding: 0 1vw;
	}
	.regular_public_reazon_bg_b {
		font-size: 1.8rem;
		height: 90px;
		padding: 10px 10px 10px 90px;
	}
	.regular_public_reazon_bg_b_numb {
		width: 70px;
		height: 100%;
		padding: 18px 0 0 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.regular_public_reazon_bg_b_numb:after {
		left: 55px;
	}
	.difference_h2_bg_b .difference_h2 {
		width: 100%;
		height: 120px;
	}
	.difference_h2_bg_b h2::before {
		background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont1_h2_bg1_sp.png) 0 0 / contain no-repeat;
		left: -12px;
		height: min(var(--sp-100px), 105px);
	}
	.difference_h2_bg_b h2::after {
		background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont1_h2_bg2_sp.png) top 0px right 0px / contain no-repeat;
		right: -12px;
		height: min(var(--sp-100px), 105px);
	}
}

/*---Voice-----------------------------------*/
.voiceCont {
	background-color: #fff8da;
	padding: 40px;
	border-radius: 10px;
}
.voiceCont .voiceItem {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.voiceCont span {
	display: block;
	margin-bottom: 0;
	line-height: 1.5;
}
.voiceCont .commentTtl {
	font-size: 2.6rem;
	font-family: var(--fontFamily-serif-noto);
	font-weight: 900;
	color: #cc0000;
	line-height: 1.2;
	margin-bottom: 6px;
	position: relative;
}
.voiceCont .name {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}
.voiceCont .comment {
	background-color: #fff;
	border-radius: 10px;
	padding: 16px;
	margin: 10px 30px 0 0;
	font-family: var(--fontFamily-yugo);
	font-size: 1.8rem;
	position: relative;
	filter: drop-shadow(1px 1px 3px #ffe375);
}
.voiceCont .comment:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 20px solid #fff;
}
.voiceCont img {
	width: 30%;
	box-shadow: 4px 4px 0 #ffe375;
	margin: 0;
}
.numberImg {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.numberImg img {
	box-shadow: inset 0 0 10px 15px #fff;
}
@media screen and (max-width: 600px) {
	.voiceCont {
		padding: 20px;
	}
	.voiceCont .voiceItem {
		flex-wrap: wrap;
		justify-content: center;
	}
	.voiceCont .voiceItem div {
		margin-right: 0;
		width: 100%;
	}
	.voiceCont .commentTtl {
		width: 100%;
	}
	.voiceCont .comment {
		margin-bottom: 14px;
	}
	.voiceCont .comment:before {
		top: inherit;
		bottom: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #fff;
	}
	.voiceCont img {
		margin-top: 10px;
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.voiceCont .commentTtl {
		font-size: 2.2rem;
	}
	.voiceCont .name {
		font-size: 1.8rem;
	}
}

.lower_wrap_subcont .illustImg {
	display: block;
	width: 600px;
	margin: 50px auto;
}
@media screen and (max-width: 600px) {
	.lower_wrap_subcont .illustImg {
		width: 100%;
		margin: 0 auto;
	}
}

.lower_wrap_subcont .imgCont {
	display: flex;
	align-items: center;
	border: 5px solid #69efab;
	padding: 30px;
	border-radius: 20px;
}
.lower_wrap_subcont .imgCont .txtCont {
	margin-right: 50px;
	width: 470px;
}
.lower_wrap_subcont .imgCont .txtCont span {
	display: block;
	line-height: 1.3;
}
.lower_wrap_subcont .imgCont .txtCont .subTtl {
	font-size: 2.2rem;
	font-weight: 700;
}
.lower_wrap_subcont .imgCont .txtCont .mainTtl {
	font-size: 3rem;
	font-weight: 900;
	color: #c73848;
	margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
	.lower_wrap_subcont .imgCont {
		display: block;
		padding: 5vw;
	}
	.lower_wrap_subcont .imgCont .txtCont {
		width: 100%;
	}
	.lower_wrap_subcont .imgCont img {
		margin: 20px 0 0;
	}
}