@charset "UTF-8";

/* ------------------------------

	parts

------------------------------ */
/*****   ofr_block   *****/
.ofr_block {
	position: relative;
	margin: 6.2rem 0 7.3rem;
	z-index: 10;
}

.ofr_block__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 87rem;
	margin: 0 auto;
}

.ofr_block__btn {
	--size: 29.6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: var(--size);
	min-width: var(--size);
	height: var(--size);
	border-radius: 1000rem;
	text-align: center;
	box-shadow: 0.5rem 0.5rem 0.8rem rgba(0, 0, 0, 0.25);
	z-index: 10;
	overflow: hidden;
}

.ofr_block__btn picture {
	display: inline-block;
	width: 100%;
}

.ofr_block__btn img {
	width: 77%;
	will-change: transform;
	transition: transform 0.32s;
}

.ofr_block__btn::before,
.ofr_block__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 100rem;
	transition: transform 0.56s ease, opacity 0.4s linear;
}

.ofr_block__btn::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, #fff 0%, #D1AC30 100%);
	box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.18);
	z-index: -10;
}

.ofr_block__btn::after {
	--border: 0.88rem;
	width: calc(100% - 2 * var(--border));
	height: calc(100% - 2 * var(--border));
	background: var(--color-light_blue01);
	z-index: -1;
}


@media screen and (min-width: 768px) {
	.ofr_block::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: 100%;
		height: 73.2%;
		background: var(--color-deep_blue01);
	}

	.ofr_block__text_block {
		max-width: 54.7rem;
	}

	.ofr_block__btn:hover {
		opacity: 1;
	}

	.ofr_block__btn:hover img {
		transform: scale(1.025);
	}

	.ofr_block__btn:hover::before {
		transform: translateX(-50%) translateY(-50%) rotate(340deg) scale(1.025);
	}
}

@media screen and (max-width: 768px) {
	.ofr_block {
		padding: 2.8rem 0.1rem 3.47rem;
		background: var(--color-deep_blue01);
		margin: 4rem 0 4.4rem;
	}

	.ofr_block__text_block {
		width: 100%;
	}

	.ofr_block__inner {
		flex-direction: column;
	}

	.ofr_block__btn {
		width: 100%;
		height: auto;
		padding: 1.34rem 0.5rem 1.5rem;
		margin-top: 1.76rem;
	}

	.ofr_block__btn img {
		width: 86%;
	}

	.ofr_block__btn::after {
		--border: 0.29rem;
	}

	.ofr_block__btn:hover {
		opacity: 1;
		box-shadow: 0.5rem 0.5rem 0.55rem rgba(0, 0, 0, 0.2);
	}

	.ofr_block__btn:hover::before {
		transform: translateX(-50%) translateY(-50%) rotateX(180deg) rotateY(180deg);
	}
}



/* ------------------------------


	main


------------------------------ */
/* ------------------------------

	.fv

------------------------------ */
.fv {
	position: relative;
	padding-top: 8.2rem;
}

.fv::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 5.6rem;
	background: #fff;
}

.fv__wrapper {
	position: relative;
	width: 96%;
	max-width: 110rem;
}

.fv__text_block {
	position: relative;
}

.fv__text_block img {
	width: 100%;
}

.fv__tit_block_text {
	display: block;
	width: 87.6%;
	margin-bottom: 3.0rem;
}

.fv__tit {
	position: relative;
	display: block;
	width: 92%;
	padding: 2.5rem 0 2.8rem;
	margin-left: 8.2rem;
	margin-bottom: 2.5rem;
	z-index: 10;
}

.fv__tit::before {
	content: "";
	position: absolute;
	top: 0;
	right: -8.0rem;
	width: 100vw;
	height: 100%;
	background: rgba(0, 140, 214, 0.93);
	z-index: -1;
}

.fv__text_block .fv__tit_label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: max(-15rem,-13vw);
	width: 16rem;
	width: min(16rem,14vw);
}

.fv__attention_text {
	margin-top: 1.34em;
	color: var(--color-deep_blue01);
	font-size: 1.25rem;
	text-align: right;
}



.fv+.ofr_block {
	z-index: 1000;
	margin-top: -4.4rem;
}

@media screen and (min-width: 768px) {
	.fv__deco img:nth-of-type(1) {
		position: absolute;
		top: 5.6rem;
		left: -30rem;
		width: 34.7rem;
		z-index: 100;
	}

	.fv__deco img:nth-of-type(2) {
		position: absolute;
		top: -2.62rem;
		right: -34rem;
		width: 69rem;
	}

	.fv__img img {
		position: absolute;
		bottom: 0;
		right: -21.5rem;
		width: 62.2%;
		max-height: 125%;
		object-fit: contain;
		z-index: 100;
	}

	.fv__text_block {
		width: 59%;
		margin-left: 0;
		margin-right: auto;
		padding-bottom: 3.4rem;
		text-align: right;
	}

	.fv__set_text {
		position: relative;
		z-index: 500;
	}

	.fv__label {
		position: absolute;
		top: 4.0rem;
		right: -1.3rem;
		width: min(19.86rem,16.2vw);
		height: 0;
		z-index: 200;
	}
	.fv__label img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.fv {
		padding-top: 1rem;
		padding-bottom: 1.87rem;
	}

	.fv::before {
		height: 7.6rem;
	}

	.fv+.ofr_block {
		margin-top: 0;
	}

	.fv__deco img:nth-of-type(1) {
		position: absolute;
		top: 20rem;
		left: 47.6%;
		transform: translateX(-51.4%);
		width: 55.0rem;
		max-width: 1000px;
		z-index: 1;
	}

	.fv__img img {
		position: relative;
		left: -1.5%;
		width: 101%;
		max-width: 1000%;
	}

	.fv__text_block {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -15.5rem;
		z-index: 10;
	}

	.fv__tit_block {
		position: relative;
		left: 50%;
		transform: translateX(-51%);
		width: 108.2%;
	}

	.fv__tit_block_text {
		position: relative;
		left: 50%;
		transform: translateX(-47%);
		width: 117.6%;
		margin-bottom: 1.25rem;
	}

	.fv__tit {
		width: 100%;
		padding: 1.69rem 2.8rem 1.7rem 11.9rem;
		margin: 0 0 2.5rem;
		z-index: 10;
	}

	.fv__tit::before {
		right: 0;
		width: 100%;
	}

	.fv__text_block .fv__tit_label {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 1.3rem;
		width: 10.8rem;
	}


	.fv__label img {
		position: absolute;
		top: 2.5rem;
		left: 13.59rem;
		width: 15.4rem;
	}

	.fv__attention_text {
		margin-top: 0.87em;
		font-size: 1.18rem;
	}
}


/* ------------------------------

	.about

------------------------------ */
.about {
	position: relative;
}

.about__box {
	padding-bottom: 2.5rem;
}


@media screen and (min-width: 768px) {
	.about__text {
		font-size: 2rem;
		line-height: 2.28;
	}
}

@media screen and (max-width: 768px) {
	.about__box {
		padding-bottom: 0.5rem;
	}

	.about__heading img {
		width: 28.0rem;
	}
}



/* ------------------------------

	.movie

------------------------------ */
.movie {
	position: relative;
}

@media screen and (max-width: 768px) {
	.movie__box {
		padding-top: 3.92rem;
	}
}


/* ------------------------------

	.reason

------------------------------ */
.reason {
	position: relative;
	margin-bottom: 9.6rem;
	z-index: 1;
}

.reason .deco_group img {
	position: absolute;
	height: auto;
	max-width: 10000px;
}

.reason .deco_group img:nth-of-type(1) {
	top: -5rem;
	left: 0;
	width: 35rem;
	transform: translateX(-81%);
}

.reason .deco_group img:nth-of-type(2) {
	top: 62rem;
	right: 0;
	transform: translateX(73.2%);
	width: 41.7rem;
}

.reason .deco_group img:nth-of-type(3) {
	top: 150rem;
	left: 0;
	transform: translateX(-62%);
	width: 39rem;
}

.reason .deco_group img:nth-of-type(4) {
	bottom: 50rem;
	right: 0;
	transform: translateX(89.1%);
	width: 45rem;
}

.reason .deco_group img:nth-of-type(5) {
	bottom: -11rem;
	left: 0;
	transform: translateX(-66.2%);
	width: 32.8rem;
}


.reason__box {
	padding-top: 11rem;
}

.reason_list__block {
	display: grid;
	grid-template-columns: auto auto;
}

.reason_list__block:nth-of-type(n+2) {
	margin-top: 11.8rem;
}

.reason_list__tit {
	padding: 0.29em 1.1rem 0.32em;
	margin-bottom: 1.9rem;
	border-left: 1.5rem solid var(--color-light_blue01);
	line-height: 0;
}

.reason_list__list_figure {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.reason_list__list_figure--text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-deep_blue01);
	color: #fff;
	min-width: 28%;
	width: 28%;
	height: auto;
	border-radius: 100rem;
	aspect-ratio: 1/1;
	font-size: 1.44rem;
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
	white-space: nowrap;
}

.reason_list__list_figure--text:nth-of-type(n+2)::before {
	--size: 16.9%;
	content: "";
	position: absolute;
	top: 50%;
	left: -5.5%;
	transform: translateY(-50%) translateX(-100%);
	background: #D1AC30;
	width: var(--size);
	aspect-ratio: 1/1;
	height: auto;
	clip-path: polygon(0 38%, 38% 38%, 38% 0%, calc(100% - 38%) 0%, calc(100% - 38%) 38%, 100% 38%, 100% calc(100% - 38%), calc(100% - 38%) calc(100% - 38%), calc(100% - 38%) 100%, 38% 100%, 38% calc(100% - 38%), 0% calc(100% - 38%));
}


.reason__block_heading {
	margin-top: 9.2rem;
	margin-bottom: 5.0rem;
}

.reason__block_inner {
	display: grid;
	grid-template-columns: 39.6rem 1fr;
	column-gap: 3.0rem;
	row-gap: 2.5rem;
	align-items: flex-start;
	justify-content: space-between;

}

.reason__block_img_block figcaption {
	padding-top: 0.32em;
	padding-right: 2.2rem;
	font-size: 1.5rem;
	text-align: right;
	line-height: 1.1;
}

.reason__block_contents p {
	font-size: 2rem;
	line-height: 2.28;
}



@media screen and (min-width: 768px) {
	.reason__box {}

	.reason__heading {
		margin-bottom: 5.6rem;
	}

	.reason_list__block {
		column-gap: 4.5rem;
	}

	.reason_list__img_block {
		width: 41rem;
		grid-column: 1/2;
	}

	.reason_list__text_block {
		grid-column: 2/3;
		grid-row: 1/3;
	}

	.reason_list__block:nth-of-type(2n) .reason_list__img_block {
		grid-column: 2/3;
	}

	.reason_list__block:nth-of-type(2n) .reason_list__text_block {
		grid-column: 1/2;
	}

	.reason_list__list_figure {
		grid-column: 1/2;
	}

	.reason_list__text {
		font-size: 1.8rem;
	}

	.reason_list__block:nth-of-type(4) {
		margin-top: 2.8rem;
		column-gap: 1.15rem;
	}

	.reason_list__block:nth-of-type(4) .reason_list__text_block {
		margin-top: 7rem;
	}

	.reason_list__block:nth-of-type(4) .reason_list__img_block {
		position: relative;
	}

	.reason_list__block:nth-of-type(4) .reason_list__img_block::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 13.7rem;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255, 1) 75%);
	}
}

@media screen and (max-width: 768px) {
	.reason {
		margin-bottom: 5.4rem;
	}

	.reason .deco_group img:nth-of-type(1) {
		top: -1.8rem;
		width: 22rem;
		transform: translateX(-55%);
	}

	.reason .deco_group img:nth-of-type(2) {
		top: 62rem;
		transform: translateX(66.2%);
		width: 25rem;
	}

	.reason .deco_group img:nth-of-type(3) {
		top: 180rem;
		transform: translateX(-20%);
		width: 44rem;
	}

	.reason .deco_group img:nth-of-type(4) {
		bottom: 55rem;
		transform: translateX(76.1%);
		width: 29rem;
	}

	.reason .deco_group img:nth-of-type(5) {
		bottom: -10.2rem;
		transform: translateX(-32.2%);
		width: 25rem;
	}


	.reason__box {
		padding-top: 5rem;
	}

	.reason__heading img {
		width: 22.8rem;
	}

	.reason_list__block {
		grid-template-columns: 1fr;
		row-gap: 2.2rem;
	}

	.reason_list__block:nth-of-type(n+2) {
		margin-top: 4.7rem;
	}

	.reason_list__tit {
		border-width: 1.18rem;
		padding-left: 0.87rem;
		padding-right: 0.1rem;
		margin-bottom: 0.87rem;
	}

	.reason_list__block:nth-of-type(1) .reason_list__img_block {
		width: 100%;
		height: 19.6rem;
	}

	.reason_list__block:nth-of-type(1) .reason_list__img_block img {
		width: 100%;
		height: 100%;
		object-position: 50% 15%;
		object-fit: cover;
	}

	.reason_list__block:nth-of-type(2) .reason_list__img_block {
		width: 91.7%;
		margin: 0 auto;
	}

	.reason_list__block:nth-of-type(4) .reason_list__img_block {
		width: 87%;
		margin: 0 auto;
	}

	.reason_list__list_figure {
		margin-top: -0.5rem;
	}

	.reason_list__list_figure--text {
		font-size: 1rem;
	}


	.reason__block_heading {
		margin-top: 7.0rem;
		margin-bottom: 2.62rem;
	}

	.reason__block_inner {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}

	.reason__block_img_block figcaption {
		padding-top: 0.15em;
		padding-right: 2.0rem;
		font-size: 1.34rem;
	}

	.reason__block_contents p {
		font-size: 1.5rem;
		line-height: 2.0;
	}
}




/* ------------------------------

	.students_survey

------------------------------ */
.students_survey {
	position: relative;
	margin: 8.2rem auto 4.5rem;
}

.students_survey__text {
	margin-bottom: 2.5rem;
	font-size: 1.82rem;
	font-weight: 500;
	line-height: 1.82;
	text-align: center;
}

.students_survey figcaption {
	margin-top: 1.44em;
	text-align: center;
	font-size: 1.4rem;
}

.students_survey__figure_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2.8rem;
	width: 100%;
}

.students_survey__figure_inner img {
	width: 24.4rem;
}


.students_survey_block {
	margin-top: 8.9rem;
}

.students_survey_block__tit {
	margin-bottom: 5rem;
	text-align: center;
}

.students_survey_block__inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 5.4rem;
}


@media screen and (min-width: 768px) {
	.students_survey_block__img_block {
		width: 35rem;
	}

	.students_survey_block__text_block {
		width: 38rem;
	}

	.students_survey_block__text {
		margin-top: 0.7em;
		font-size: 1.8rem;
		line-height: 2.28;
	}
}

@media screen and (max-width: 768px) {
	.students_survey {
		position: relative;
		margin: 4.7rem auto 4.0rem;
	}

	.students_survey__heading img {
		width: 96%;
	}

	.students_survey__text {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.students_survey__figure_inner {
		flex-direction: column;
		row-gap: 1rem;
		width: 19rem;
		margin: 0 auto;
	}

	.students_survey figcaption {
		font-size: 1.18rem;
		margin-top: 1.3em;
	}

	.students_survey_block {
		margin-top: 5.5rem;
	}

	.students_survey_block__tit {
		width: 17rem;
		margin: 0 auto 3.1rem;
	}

	.students_survey_block__inner {
		flex-direction: column;
	}

	.students_survey_block__graph {
		width: 82%;
		margin: 0 auto 1.8rem;
	}
}




/* ------------------------------

	voices

------------------------------ */
.voices {
	position: relative;
	margin: 5rem auto 10rem;
}

.voices__heading {
	margin-bottom: 5rem;
}

.voices_block__tit {
	margin-bottom: 3.7rem;
}

.voices_block__inner {
	display: grid;
	grid-template-columns: 35.5rem 1fr;
	column-gap: 5rem;
}

.voices_block figcaption {
	margin-top: 0.77em;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5;
}


.voices__list_tit {
	margin: 10rem auto 5.0rem;
	text-align: center;
}

.voices__list {
	display: flex;
	flex-direction: column;
	row-gap: 4.5rem;
}

.voices__list_item {
	display: flex;
	align-items: stretch;
	justify-content: center;
	border-left: 1.1rem solid var(--color-light_blue01);
}

.voices__list_item_period {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 1rem;
	width: 13.4rem;
	height: auto;
	padding: 1rem 1.06rem;
	background: var(--color-light_blue01);
	color: #fff;
}

.voices__list_item_period>span {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: -0.01em;
	text-align: center;
}

.voices__list_item_period>span:nth-of-type(2) {
	font-size: 1.82rem;
	letter-spacing: 0.02em;
}

.voices__list_item_contents {
	flex: 1;
	padding: 2.8rem 2.8rem 3.2rem 3.47rem;
	border: 1.5px solid #E7E7E7;
}

.voices__list_item_name {
	display: inline-block;
	color: var(--color-light_blue01);
}


.voices__list_wrapper .attention_text {
	margin-top: 3.47em;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: right;
}



@media screen and (min-width: 768px) {
	.voices_block__text {
		line-height: 2.2;
	}
}

@media screen and (max-width: 768px) {
	.voices {
		margin-top: 4rem;
		margin-bottom: 5.4rem;
	}

	.voices__heading {
		width: 20rem;
		margin: 0 auto 2.2rem;
	}

	.voices_block__tit {
		margin-bottom: 1.7rem;
	}

	.voices_block__inner {
		grid-template-columns: 1fr;
		row-gap: 1rem;
	}

	.voices_block figcaption {
		margin-top: 0.77em;
		font-size: 1.8rem;
	}


	.voices__list_tit {
		width: 77%;
		margin: 5.5rem auto 2.55rem;
	}

	.voices__list {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 108%;
		row-gap: 3.2rem;
	}

	.voices__list_item {
		flex-direction: column-reverse;
		justify-content: stretch;
		border: 1.5px solid var(--color-gray01);
		border-bottom: 0.8rem solid var(--color-light_blue01);
	}

	.voices__list_item_period {
		justify-content: flex-start;
		flex-direction: row;
		column-gap: 3.2rem;
		width: auto;
		padding: 1.15rem 2.5rem 1.18rem;
	}

	.voices__list_item_period>span {
		font-size: 1.55rem;
		text-align: left;
	}

	.voices__list_item_period>span:nth-of-type(2) {
		position: relative;
		top: -0.04em;
		font-size: 1.82rem;
	}

	.voices__list_item_contents {
		padding: 1.8rem 2.28rem 2.55rem;
		border: none;
	}

	.voices__list_item_text {}

	.voices__list_item_name {
		display: block;
	}

	.voices__list_wrapper .attention_text {
		margin-top: 2.86em;
		font-size: 1.3rem;
	}
}




/* ------------------------------

	.qanda

------------------------------ */
.qanda {
	position: relative;
	margin-bottom: 10rem;
	z-index: 5;
}

.qanda .deco_group img {
	position: absolute;
	height: auto;
	max-width: 10000px;
}

.qanda .deco_group img:nth-of-type(1) {
	top: -5rem;
	left: 0;
	width: 16rem;
	transform: translateX(-82%);
}

.qanda .deco_group img:nth-of-type(2) {
	top: 25rem;
	right: 0;
	transform: translateX(51%);
	width: 25rem;
}

.qanda .deco_group img:nth-of-type(3) {
	bottom: 34.7rem;
	left: 0;
	transform: translateX(-47%);
	width: 32rem;
}



.qanda__heading {
	margin-bottom: 5.6rem;
}

.qanda__block .acc_wrapper:nth-of-type(n+2) {
	margin-top: 2rem;
}

.qanda__question {
	position: relative;
	cursor: pointer;
	background: var(--color-deep_blue01);
	color: #fff;
}

.qanda__question:hover {
	opacity: 0.87;
}

.qanda__answer {}

.qanda_contents__inner {
	display: flex;
	align-items: center;
	column-gap: 0.55rem;
	padding: 1.9rem 5.5rem 2rem 1.7rem;
}

.qanda__answer .qanda_contents__inner {
	align-items: flex-start;
	padding-top: 2rem;
	padding-bottom: 1.73rem;
	padding-right: 0rem;
}

.qanda_contents__icon {
	text-align: center;
	min-width: 4.7rem;
	margin-top: -0.19em;
	color: var(--color-gold01);
	font-size: 2.6rem;
	font-family: var(--font-roboto_mono);
	font-weight: 700;
}

.qanda__answer .qanda_contents__icon {
	margin-top: -0.11em;
	color: #E0BC54;
}

.qanda_contents__text_block {
	flex: 1;
	font-weight: 500;
	font-family: var(--font-Noto_Serif);
	line-height: 2;
}

.qanda__question .qanda_contents__text_block {
	font-size: 1.8rem;
}

.qanda__answer .qanda_contents__text_block {
	font-size: 1.6rem;
}

.qanda_contents__text_block .underline {
	text-decoration: underline;
}

.qanda_contents__text_block a {
	text-decoration: underline;
}

.qanda_contents__text_block a:hover {
	text-decoration: none;
}

.qanda_contents__text_block table {
	--border: 1px solid #000;
	width: 100%;
	border-top: var(--border);
	border-left: var(--border);
	margin-bottom: 1.8rem;
}

.qanda_contents__text_block th,
.qanda_contents__text_block td {
	padding: 0.89em 1em 1em;
	line-height: 1.5;
	border-right: var(--border);
	border-bottom: var(--border);
}

.qanda_contents__text_block th {
	background: var(--color-light_blue01);
	color: #fff;
	font-weight: 700;
}

.qanda_contents__text_block td {}

@media screen and (min-width:769px) {
	.qanda__box {
		padding: 8.7rem 9.6rem 8.9rem;
	}
}

@media screen and (max-width:769px) {
	.qanda {
		margin-bottom: 6.9rem;
	}

	.qanda_wrapper {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.qanda .deco_group img:nth-of-type(1) {
		top: -5.4rem;
		width: 15rem;
		transform: translateX(-62%);
	}

	.qanda .deco_group img:nth-of-type(2) {
		top: 15rem;
		transform: translateX(38.6%);
		width: 22rem;
	}

	.qanda .deco_group img:nth-of-type(3) {
		bottom: 17.7rem;
		left: 0;
		transform: translateX(-20%);
		width: 44rem;
	}


	.qanda__heading {
		margin-bottom: 2.55rem;
	}

	.qanda__heading img {
		width: 9.2rem;
	}

	.qanda_contents {
		border-radius: 0.05rem;
	}

	.qanda__block .acc_wrapper:nth-of-type(n+2) {
		margin-top: 1rem;
	}

	.qanda__question::after {
		right: 1.8rem;
	}



	.qanda_contents__icon {
		min-width: 3.28rem;
		font-size: 2.7rem;
	}

	.qanda_contents__inner {
		padding: 1rem 2.8rem 1.1rem 1.8rem;
	}

	.qanda__answer .qanda_contents__inner {
		padding-top: 1.3rem;
		padding-bottom: 1.8rem;
		padding-right: 1rem;
	}


	.qanda__question .qanda_contents__text_block {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		min-height: 2.88em;
		font-size: 1.7rem;
		line-height: 1.44;
	}

	.qanda__answer .qanda_contents__text_block {
		font-size: 1.5rem;
	}


	.qanda_contents__text_block th,
	.qanda_contents__text_block td {
		font-size: 1.3rem;
	}
}


/* ------------------------------

	.information

------------------------------ */
.information {
	position: relative;
	margin: 14rem auto 17rem;
}

.information__tit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.55em 1em 0.644em;
	background: var(--color-deep_blue01);
	color: #fff;
	margin-bottom: 5.1rem;
	font-size: 2.8rem;
}

.information__tit::after {
	content: "";
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	width: 4rem;
	height: auto;
	aspect-ratio: 22/13;
	background: var(--color-deep_blue01);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.information__strong_text {
	text-align: center;
	margin: 0 auto 5rem;
}


.information_list {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 0.56rem;
	margin: 4rem auto 4.5rem;
}

.information_list strong {
	font-weight: 700;
}

.information_list__item {
	padding: 1.5rem 1.5rem 1.7rem 1.8rem;
	background: #F7F7F7;
	border-left: 0.87rem solid var(--color-light_blue01);
	font-size: 1.6rem;
}


.information__price_box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 3.9rem 29.6rem 3.47rem 7.0rem;
	background: rgba(0, 140, 214, 0.1);
	margin: 5rem auto;
}

.information__price_box_fukidashi {
	position: absolute;
	top: 50%;
	right: 4.76rem;
	transform: translateY(-50%);
	width: 23.4rem;
}


.information__lectures_tit {
	margin: 11rem auto 2.8rem;
	text-align: center;
}


.information__lectures_table {
	--border: 1.3px solid #E0BC54;
	width: 100%;
	border-top: var(--border);
	border-left: var(--border);
}

.information__lectures_table td,
.information__lectures_table th {
	border-right: var(--border);
	border-bottom: var(--border);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.25;
}

.information__lectures_table th:first-of-type,
.information__lectures_table td:first-of-type {
	padding: 1.8rem 3.1rem;
}

.information__lectures_table th:last-child,
.information__lectures_table td:last-child {
	padding: 1.8rem 1.4rem;
	text-align: center;
	white-space: nowrap;
}

.information__lectures_table td:last-child {
	font-size: 2.2rem;
}

.information__lectures_table thead th {
	background: #E0BC54;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
}

.information__lectures_table thead th:first-of-type {
	border-right-color: #F7F7F7aa;
}



.information__example_tit {
	margin: 11.8rem auto 3.47rem;
	text-align: center;
}

.information__example_list {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5%;
}

.information__example_img_box {
	width: 29.6%;
	text-align: center;
}

.information__example_img_box a {
	display: inline-block;
	transition: 0.04s ease;
}
.information__example_img_box a:hover {
	opacity: 1;
	transform: scale(1.06);
}



@media screen and (min-width: 768px) {
	.information__box {
		padding: 8.7rem 10.3rem 11rem;
	}
}

@media screen and (max-width: 768px) {
	.information {
		margin: 5.6rem auto 6.2rem;
	}

	.information__heading {
		width: 10.6rem;
		margin: 0 auto 2.1rem;
	}

	.information__tit {
		margin-bottom: 2.62rem;
		font-size: 1.82rem;
		text-align: center;
	}

	.information__tit::after {
		width: 2.9rem;
	}

	.information__strong_text {
		width: 73.9%;
		margin-bottom: 2rem;
	}


	.information__price_box {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 114.4%;
		margin: 4.4rem auto 1.5rem;
		padding: 2.28rem 1.0rem 2.04rem;
	}

	.information__price_box_price {
		width: 28.6rem;
	}

	.information__price_box_fukidashi {
		position: absolute;
		top: 0;
		right: 0;
		transform: translateX(18.7%) translateY(-59%);
		width: 13.0rem;
	}


	.information_list {
		margin: 2.5rem auto 2.8rem;
	}

	.information_list__item {
		font-size: 1.55rem;
	}

	.information__lectures_tit {
		width: 100%;
		margin: 5.5rem auto 2rem;
	}

	.information__lectures_table td,
	.information__lectures_table th {
		font-size: 1.4rem;
	}

	.information__lectures_table thead th {
		font-size: 1.4rem;
	}

	.information__lectures_table th:first-of-type,
	.information__lectures_table td:first-of-type {
		padding: 0.82rem 0.5rem 0.87rem 1.1rem;
	}

	.information__lectures_table th:last-child,
	.information__lectures_table td:last-child {
		padding: 0.77rem 0.25rem;
		text-align: center;
	}

	.information__lectures_table td:last-child {
		font-size: 1.5rem;
	}

	.information__example_tit {
		width: 13.7rem;
		margin: 5.6rem auto 2rem;
	}

	.information__example_list {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		flex-direction: column;
		row-gap: 2.2rem;
	}

	.information__example_img_box {
		width: 92.8%;
	}
}



/* ------------------------------

	.ofr_sec

------------------------------ */
.ofr_sec {
	position: relative;
	background: var(--color-deep_blue01);
	margin: 0;
	padding: 11.9rem 0 13rem;
}

.ofr_sec__heading {
	text-align: center;
}

.ofr_sec .ofr_block {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 10;
}

.ofr_sec .ofr_block::before {
	display: none;
}

.ofr_sec__text {
	color: #ffffffee;
	font-size: 1.44rem;
}



@media screen and (min-width: 768px) {
	.ofr_sec .contents_wrapper {
		max-width: 87.6rem;
	}

	.ofr_sec .ofr_block {
		margin: 6.2rem auto 1.8rem;
		padding: 4.4rem 0 5rem 4.17rem;
		background: linear-gradient(90deg, #fff, #D1AC30);
	}

	.ofr_sec .ofr_block::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% + 20rem);
		height: 100%;
		background: linear-gradient(90deg, #fff, #D1AC30);
		z-index: -1;
	}

	.ofr_sec .ofr_block__text_block {
		max-width: 54rem;
	}

	.ofr_sec .ofr_block__btn {
		--size: 28.6rem;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(2%);
	}
}

@media screen and (max-width: 768px) {
	.ofr_sec {
		padding: 3.28rem 0 3.9rem;
	}

	.ofr_sec__heading {
		width: 82%;
		margin: 0 auto 1.76rem;
	}

	.ofr_sec .ofr_block__inner {
		width: 100%;
	}

	.ofr_sec .ofr_block__text_block {
		padding: 2.1rem 2.2rem 2rem;
		background: linear-gradient(90deg, #fff, #D1AC30);
	}

	.ofr_sec__text {
		display: none;
	}
}