@charset "utf-8";

/* ==========================================================================
	common
========================================================================== */
/* img */
.img90 {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.img85 {
	display: block;
	width: 85%;
	height: auto;
	margin: 0 auto;
}

.img80 {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.b321Only {
	display: none !important;
}

@media screen and (min-width: 321px) and (max-width: 767px) {
	.b321Only {
		display: block !important;
	}
}

@media screen and(min-width: 321px) and (max-width: 767px) {
	.n321Only {
		display: none !important;
	}
}

@media screen and(man-width: 320px) {
	.b321Only {
		display: none !important;
	}
}

h2.heading {
	font-size: 60px;
	font-weight: 800;
	line-height: 72px;
	margin-bottom: 64px;
	letter-spacing: 0.05em;
}

.normal_txt {
	letter-spacing: 0.05em;
}

.subttl {
	font-size: 20px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: 0.05em;
}

.videoBox {
	margin: 15px auto 0;
}

.videoBox .videoBoxWrap {
	width: 720px;
	margin: auto;
}

.videoBox .iframeVideo {
	border-radius: 16px;
}

.layoutCol2.layoutCol_top {
	align-items: flex-start;
}

.ttlBlock {
	margin: 0 auto;
}

.item .ttlBlock {
	position: relative;
	font-size: 28px;
	font-weight: 900;
	line-height: 42px;
	text-align: center;
}

.item .ttlBlock .ttl {
	font-weight: 900;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 0.05em;
	text-align: left;
}

.ttlIcon .ttl {
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: 28px;
	font-weight: 900;
	line-height: 42px;
	letter-spacing: 0.05em;
	padding-left: 2.2em;
}

.ttlIcon .ttl:before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.ttlIcon.small .ttl:before {
	width: 32px;
	height: 32px;
}

.ttlIcon.iconStudent .ttl:before {
	background: url(/common_2024/img/icon/icon_student.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconBrain .ttl:before {
	background: url(/common_2024/img/icon/icon_brain.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconLight .ttl:before {
	background: url(/common_2024/img/icon/icon_light.svg?20250502) no-repeat;
	background-size: contain;
}

.ttlIcon.iconStar .ttl:before {
	background: url(/common_2024/img/icon/icon_star.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconVoice .ttl:before {
	background: url(/common_2024/img/icon/icon_voice.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconLoop .ttl:before {
	background: url(/common_2024/img/icon/icon_loop.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconFlower01 .ttl:before {
	background: url(/common_2024/img/icon/icon_flower01.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconFlower02 .ttl:before {
	background: url(/common_2024/img/icon/icon_flower02.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconFlower03 .ttl:before {
	background: url(/common_2024/img/icon/icon_flower03.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconFlower04 .ttl:before {
	background: url(/common_2024/img/icon/icon_flower04.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconBooks .ttl:before {
	background: url(/common_2024/img/icon/icon_book.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconHeart .ttl:before {
	background: url(/common_2024/img/icon/icon_heart.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconSmallstep .ttl:before {
	background: url(/common_2024/img/icon/icon_smallstep.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconSmile .ttl:before {
	background: url(/common_2024/img/icon/icon_student.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconDictionary .ttl:before {
	background: url(/common_2024/img/icon/icon_dictionary.svg) no-repeat;
	background-size: contain;
}

.ttlIcon.iconPencil .ttl:before {
	background: url(/common_2024/img/icon/icon_pencil.svg?20250502) no-repeat;
	background-size: contain;
}
.ttlIcon.iconSchool .ttl:before {
	background: url(/common_2024/img/icon/icon_school.svg?20250502) no-repeat;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.item .ttlBlock .ttl {
		font-size: min(20px, 5.3vw);
		line-height: 30px;
		text-align: left;
	}

	.ttlIcon .ttl {
		font-size: min(20px, 5.3vw);
		font-weight: 900;
		line-height: 24px;
		letter-spacing: 0.05em;
	}

	.ttlIcon .ttl:before {
		width: 32px;
		height: 32px;
	}
}
.mt16{
	margin-top: 16px;
}
.tac{
	text-align: center;
}
.fs24 {
	font-size: 24px;
}

.fcGreen {
	color: #69BE28;
}

img.borderR {
	border-radius: 16px;
}

img.border {
	border: 1px solid #E2E2E2;
}

.arrowBtn.bgWhite {
	background: url(/common_2024/img/arrow/arw_r_black.svg) no-repeat;
	background-color: white;
	background-size: 24px;
	background-position: right 12px center;
	padding: 12px 36px 12px 18px;
	border-radius: 40px;
	line-height: 24px;
}

main .fzToeflDef {
	font-size: 0.7em;
}

.standardBlock {
	margin: 0 auto 64px;
	max-width: 720px;
	padding: 32px 24px;
	border-radius: 16px;
}

.standardBlock._bkgBlue {
	background: #D0F0FF !important;
}
.standardBlock._bkgGreen{
	background: #CBE8B5 !important;
}
.standardBlock .normal_txt {
	text-align: center;
}

.standardBlock .arrowBtn {
	display: block;
	margin: 0 auto;
	width: 300px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.8px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	h2.heading {
		font-size: 40px;
		font-weight: 800;
		line-height: 48px;
		margin-bottom: 32px;
	}

	h3.heading {
		font-size: 20px;
		line-height: 28.96px;
	}

	.standardBlock {
		margin: 0 auto 32px;
	}

	.standardBlock .arrowBtn {
		width: 100%;
	}

	.standardBlock .normal_txt {
		text-align: left;
	}
}

@media screen and (max-width: 374px) {
	h2.heading {
		font-size: 34px;
		line-height: 42px;
	}
}

/* ==========================================================================
	kvArea
========================================================================== */
.lead_txt {
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
}

@media screen and (max-width: 767px) {
	.lead_txt {
		font-size: 16px;
		font-weight: 500;
		line-height: 28.8px;
		letter-spacing: 0.05em;
	}
}

/* ==========================================================================
	ancMenuBlock
========================================================================== */
.ancMenuWrap {
	background-color: #F2F1E6;
	padding: 32px 0 60px;
	margin: 40px auto 0;
}

.ancMenuWrap .balloon01 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.7em;
	padding: 0 1.7em;
}

.ancMenuWrap .ancMenuBlock {
	margin-bottom: 0;
}

.ancMenuWrap .ancMenuBlock .item a {
	padding: 18px 4px;
}

.ancMenuWrap .item .txt {
	font-size: 20px;
	font-weight: 800;
	height: 40px;
}

@media screen and (max-width: 767px) {
	.ancMenuWrap {
		width: 100%;
		margin: 0 auto;
		padding: 24px 0 42px;
	}

	.ancMenuWrap .balloon01 {
		font-size: 27px;
		line-height: 39.1px;
	}

	.ancMenuWrap .item .txt {
		font-size: 16px;
	}

	.ancMenuWrap .ancMenuBlock .item a {
		padding: 12px 4px 24px;
	}
}

@media screen and (max-width: 320px) {
	.ancMenuBlock .item .txt {
		font-size: 13px;
	}
}

/* ==========================================================================
	learn
========================================================================== */
.normalSliderWrap .slick-prev,
.normalSliderWrap .slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}

.normalSliderWrap .slick-prev:before,
.normalSliderWrap .slick-next:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
}

.normalSliderWrap .slick-prev:after,
.normalSliderWrap .slick-next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 9999px;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0px 4px 0px 0px #0000001A;
	z-index: -1;
}

.normalSliderWrap .slick-prev {
	left: -40px;
}

.normalSliderWrap .slick-next {
	right: -40px;
}

.normalSliderWrap .slick-prev:before {
	background-image: url(/common_2024/img/arrow/arw_slider_l.svg);
}

.normalSliderWrap .slick-next:before {
	background-image: url(/common_2024/img/arrow/arw_slider_r.svg);
}

@media screen and (max-width: 767px) {
	.normalSliderWrap .slick-prev {
		left: -30px;
	}

	.normalSliderWrap .slick-next {
		right: -30px;
	}
}

/*
accBalloonBtn
------------------------------------- */

.accBalloonBtn {
	display: none;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-top: 1px solid #E2E2E2;
	padding: 16px 0 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accBalloonOpen,
.accBalloonClose {
	position: relative;
	padding-right: 3em;
}

.accBalloonOpen:after,
.accBalloonClose:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-image: url(/common_2024/img/icon/icon_plus_bl.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	right: 15px;
	margin-top: -11px;
}

.accBalloonArea:not(.open) .accBalloonOpen,
.accBalloonArea.open .accBalloonClose {
	display: inline-block;
}

.accBalloonArea.open .accBalloonOpen,
.accBalloonArea:not(.open) .accBalloonClose {
	display: none;
}

.accBalloonClose:after {
	background-image: url(/common_2024/img/icon/icon_minus_bl.svg);
}

@media screen and (max-width: 767px) {
	.accBalloonIn {
		height: 170px;
		overflow: hidden;
		transition: all 0.3s ease-out;
	}

	.accBalloonIn .txt {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}

	.accBalloonArea.open .accBalloonIn {
		height: 100%;
	}

	.accBalloonBtn {
		position: relative;
		display: block;
		margin-top: 24px;
	}

	.accBalloonBtn:before {
		content: "";
		position: absolute;
		bottom: calc(100% + 20px);
		display: block;
		width: 100%;
		height: 30px;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}

	.accBalloonArea.open .accBalloonBtn:before {
		display: none;
	}

	.accBalloonCont {
		margin-bottom: 0;
	}
}
/* ==========================================================================
	videoWrap
========================================================================== */
.videoWrap{
	margin-top: 64px;
}
.videoWrap .contsIn p{
	font-size: 16px;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: 0.05em;
	text-align: center;
}
.videoWrap .ttl{
	font-size: 28px;
	font-weight: 900;
	line-height: 42px;
	text-align: center;
	margin-bottom: 32px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.videoWrap{
		margin-top: 32px;
	}
	.videoWrap .ttl{
		font-size: min(20px,5.3vw);
		font-weight: 900;
		line-height: 30px;
		margin-bottom: 16px;
	}
	.videoWrap .contsIn{
		width:100%;
	}
	.videoWrap .videoBox {
		width: 100%;
		padding-top: 56.25%;
		margin-top: 24px;
	}
	.videoWrap .contsIn p{
		text-align: left;
	}
}
/* ==========================================================================
	flow
========================================================================== */
#flow {
	padding: 96px 0;
}
#flow .step_list{
	margin: 0 auto 24px;
	max-width: 720px;
}
#flow .step_list .step_item {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 24px 16px;
	border-top: 2px solid #F2F1E6;
}
#flow .step_list .step_item:last-child{
	border-bottom: 2px solid #F2F1E6;
}
#flow .step_icon {
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	line-height: 25px;
	padding: 6px 8px 8px;
	text-align: center;
	background: url(/common_2024/img/bg/bg_strength_circle03.png) no-repeat center;
	background-size: contain;
}
#flow .step_icon .fs_small {
	font-size: 16px;
}
#flow .step_list .step_item .right {
	font-size: 16px;
	font-weight: 500;
	width: calc(100% - 56px);
	flex: 1;
}
#flow .step_list .step_item_img {
	width: 26%;
	text-align: center;
}
#flow .step_list .step_item_img img{
	width: 100%;
	height: auto;
}
#flow .step_list ._step5 .step_item_img img{
	width: 90px;
}
#flow .content01{
	display: flex;
	margin: 0 auto 24px;
	max-width: 720px;
	align-items: center;
}
#flow .content01 p{
	flex: 1;
	margin-right: 20px;
}
#flow .content01 img{
	width: 16%;
	height: auto;
}
#flow .txtcopy{
	font-size: 28px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 32px;
}
#flow .step_list .subttl{
	padding-bottom: 16px;
}
#flow .label {
		margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
	#flow{
		padding: 56px 0;
	}

	#flow h3.heading{
		font-size: 16px;
		font-weight: 900;
		line-height: 28.8px;
	}
	#flow .content01{
		text-align: left;
		display: block;
		margin-bottom: 0;
	}
	#flow .content01 p{
		margin: 0;
	}
	#flow .content01 img{
		width: 100%;
		display: block;
		max-width: 143px;
		margin:10px auto 0;
	}
	#flow .txtcopy{
		font-size: 16px;
		font-weight: 900;
		line-height: 28.8px;
		letter-spacing: 0.05em;
	}
	#flow .step_icon_wrap {
		display: flex;
		align-items: center;
		padding-bottom: 8px;
	}
	#flow .step_icon {
		width: 56px;
		height: 56px;
		font-size: 20px;
		line-height: 16px;
	}
	#flow .step_icon .fs_small{
		font-size: 12px;
	}
	#flow .step_list .subttl{
		padding:0 0 0 16px;
		font-size: min(20px,5.3vw);
	}
	#flow .step_list .step_item{
		gap: 20px;
		padding: 24px 16px 16px;
	}
	#flow .step_list .step_item_flex{
		display: block;
	}
	#flow .step_list .step_item .right {
		width: 100%;
	}
	#flow .step_list .step_item_flex ul li{
		line-height: 2em;
	}
	#flow .step_list .step_item_img{
		width: 70%;
		margin: 8px auto 0;
	}
	#flow .step_list ._step5 .step_item_img img{
		width: 115px;
	}
	#flow .label.label360 {
				font-size: 16px;
				font-weight: 700;
				line-height: 28px;
				height: 28px;
				width: 295px;
		}
}
/* ==========================================================================
	voice
========================================================================== */
#voice{
	padding: 96px 0;
	background: #E1ECF2;
}
#voice h2.heading .fs_small{
	line-height: 10px;
}
#voice .itemBlock {
	margin-top: 24px;
}
#voice .item {
	margin-bottom: 24px;
}
#voice .taikenshaBox {
	display: flex;
}
#voice .taikenshaBox .balloon {
	position: relative;
	background-color: #fff;
	font-weight: 500;
	width: 75%;
	padding: 24px;
	border-radius: 16px;
	box-shadow: 0px 4px 0px 0px #0000001A;
	margin:0 40px 0 0;
}
#voice .taikenshaBox .balloon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border: 10px solid transparent;
	border-left: 20px solid #fff;
}
#voice .taikenshaBox._reverse .pic img{
	margin-right: 20px;
}
#voice .taikenshaBox._reverse .balloon {
	margin:0 0 0 40px;
}
#voice .taikenshaBox._reverse .balloon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	border: 10px solid transparent;
	border-right: 20px solid #fff;
}
#voice .taikenshaBox .pic {
	display: flex;
	width: calc(25% - 40px);
	justify-content: center;
	align-items: center;
}
#voice .taikenshaBox .pic img{
	width: 130px;
	height: auto;
}

#voice .arrowBtn{
	width: 400px;
}
#voice .label{
	border-radius: 9999px;
	width: 100%;
	height: 40px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 auto 16px;
	padding: 0 10px;
	box-shadow: 0px 3px 3px 0px #00000014;
	text-align:center;
}
@media screen and (max-width: 767px) {
	#voice{
		padding: 40px 0;
	}
	#voice .contsIn .normal_txt{
		width: 92%;
		margin-right: auto;
		margin-left: auto;
	}
	#voice .taikenshaBox .balloon{
		border-radius: 0 16px 16px 0;
		margin: 0;
	}
	#voice .taikenshaBox._reverse .balloon{
		border-radius: 16px 0 0 16px;
	}
	#voice .label {
		width: 100%;
		font-size: 16px;
		line-height: 19.2px;
		padding: 10px 20px;
		height: auto;
		border-radius: 9999pxpx;
	}
	#voice .taikenshaBox .pic img{
		width: 67px;
	}
	#voice .taikenshaBox .pic{
		align-items: baseline;
		transform: translateY(20px);
		justify-content: right;
		padding-right: 7px;
		width: 25%;
	}
	#voice .item{
		margin-bottom: 10px;
	}
	#voice .taikenshaBox._reverse .pic{
		justify-content: left;
	}
	#voice .taikenshaBox .balloon::before{
		top: 0;
		transform: translateY(30px);
		border-left: 15px solid #fff;
	}
	#voice .taikenshaBox._reverse .balloon::before{
		top: 0;
		transform: translateY(30px);
		border-right: 15px solid #fff;
		left: -25px;
	}
	#voice .arrowBtn{
		width: 100%;
	}
}
@media screen and (max-width: 370px) {
	#voice .accBalloonIn{
		height: 200px;
	}
}
/* ==========================================================================
	qna
========================================================================== */
#qna{
	padding: 96px 0;
	background: #F2F1E6;
}
#qna h2{
	font-size: 40px;
	font-weight: 900;
	line-height: 48px;
	letter-spacing: 0.05em;
}
#qna .accArea{
	margin-bottom: 16px;
}
#qna .accArea .accBtn{
	background: white;
	border-radius: 16px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#qna .open.accArea .accBtn{
	border-radius: 16px 16px 0 0 ;
}
#qna .accArea .accIn{
	background: white;
	border-radius: 0 0 16px 16px;
}
#qna .arrowBtn{
	width: 400px;
}
@media screen and (max-width: 767px) {
	#qna{
		padding: 48px 0;
	}
	#qna .arrowBtn{
		width: 100%;
	}
}