/* CSS Reset */
html,
body,
div,
span,
h1,
h2,
h3,
p,
img,
dl,
dt,
dd,
ol,
ul,
li,
footer,
header,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

footer,
header,
section {
	display: block;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

/* Utility Classes */
.pr-16 {
	padding-right: 16px;
}

.pl-16 {
	padding-left: 16px;
}

/* Header */
/*
.header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	padding-left: calc((100% - 1000px)/2);
}

.header h1 {
	max-width: 100%;
	max-height: 100%;
}

.header__logo {
	display: inline-block;
	max-width: 100%;
}

.header__link {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.header__link:hover {
	opacity: 0.7;
}
*/
/* Footer */
/*
.footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	margin-top: 40px;
	margin-bottom: 120px;
	background: #003C84;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}
*/

/* Body */
body {
	font-style: normal;
	font-family: Noto Sans JP, sans-serif;
	font-optical-sizing: auto;
}

/* Main Visual */
.mv {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: auto 1000px auto;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 148, 255, 0.1)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 148, 255, 0.1) 100%);
}

.mv__imgArea {
	grid-row: 1/3;
	grid-column: 1/4;
	aspect-ratio: 2.17/1;
	width: 100%;
	overflow: hidden;
}

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

.mv__title {
	grid-row: 1/2;
	grid-column: 2/3;
	margin-top: 31px;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: normal;
}

.mv__title > span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 13px;
	background: #003C84;
}

.mv__textArea {
	grid-row: 2/3;
	grid-column: 2/3;
	margin-top: 35px;
}

.mv__ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	list-style: none;
}

.mv__catchWrap {
	position: relative;
	margin-top: 31px;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: normal;
}

.mv__catchWrap span {
	letter-spacing: -24px;
}

.mv__catch {
	z-index: 2;
	position: relative;
	margin-bottom: 9px;
	color: #003c84;
	text-align: center;
}

.mv__catch-a {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-text-stroke-color: #FFF;
	-webkit-text-stroke-width: 3px;
	text-align: center;
}

/* Section 1 */
.sec1 {
	width: 100%;
	text-align: center;
}

.sec1__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 19px 0 24px;
	background: #003C84;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: normal;
	letter-spacing: 7.5px;
	text-align: center;
}

.sec1__title2Wrap {
	text-align: center;
}

.sec1__title2 {
	display: inline-block;
	position: relative;
	margin-top: 40px;
	padding-bottom: 22px;
	border-bottom: 3px solid #000;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec1__title2:before {
	display: block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 14px;
	height: 5px;
	background: #fff;
	content: "";
}

.sec1__title2:after {
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	display: block;
	position: absolute;
	bottom: -21px;
	left: calc(50% - 7px);
	width: 3px;
	height: 21px;
	transform: rotate(25deg);
	background: #000;
	content: "";
}

.sec1__text1 {
	position: relative;
	margin-top: 27px;
	margin-bottom: 118px;
	color: #003c84;
	font-style: normal;
	font-weight: 900;
	font-size: 54px;
	line-height: 100%;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec1__text1:after {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	display: block;
	position: absolute;
	right: 0;
	bottom: -33px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	transform: translateY(100%);
	border-top: 47px solid #de0009;
	border-right: 45px solid transparent;
	border-bottom: 0;
	border-left: 45px solid transparent;
	border-style: solid;
	content: "";
}

.sec1__text1 span {
	font-size: 72px;
}

.sec1__text2 {
	display: inline-block;
	position: relative;
	padding: 16px 30px 20px;
	background: #003C84;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec1__text2:before {
	display: block;
	position: absolute;
	top: -13px;
	left: 17px;
	width: 36px;
	height: 31px;
	background-image: url(https://eiken-academy.com/wp-content/themes/eiken/images/pre-1st/check1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.sec1__text2:after {
	display: block;
	position: absolute;
	top: -13px;
	right: 17px;
	width: 36px;
	height: 31px;
	background-image: url(https://eiken-academy.com/wp-content/themes/eiken/images/pre-1st/check2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.sec1__main {
	width: 1000px;
	max-width: 100%;
	margin-top: 105px;
	margin-inline: auto;
}

.sec1__cont {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	margin-bottom: 75px;
	text-align: left;
}

.sec1__contTextArea {
	-webkit-box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	background: #003C84;
}

.sec1__contTitle {
	margin-bottom: 14px;
	color: #fff500;
	font-style: normal;
	font-weight: 900;
	font-size: 38px;
	line-height: normal;
	font-family: Noto Sans JP;
}

.sec1__contText {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 170%;
	font-family: Noto Sans JP;
}

.sec1__contNum {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	top: 0;
	left: 38px;
	transform: translateY(-50%);
}

.sec1__contImg {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec1__convArea {
	width: 1000px;
	max-width: 100%;
	margin-top: 75px;
	margin-inline: auto;
}

.sec1__convTextArea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 75px;
	border: 5px solid #003C84;
}

.sec1__convAreaTitle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 8px 10px 15px;
	background: #003C84;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 150%;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec1__convAreaTitle:after {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	transform: translateY(100%);
	border-top: 18px solid #003C84;
	border-right: 15px solid transparent;
	border-bottom: 0;
	border-left: 15px solid transparent;
	border-style: solid;
	content: "";
}

.sec1__convAreaText {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 0 23px;
	color: #003c84;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 144.444%;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec1__convAreaText-big {
	font-size: 48px;
}

/* Section 2 */
.sec2 {
	width: 100%;
	margin-top: 98px;
	padding-bottom: 68px;
	background: #EFEFEF;
}

.sec2__titleArea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-bottom: 77px;
	padding: 35px 10px 30px;
	background: #003C84;
	text-align: center;
}

.sec2__titleArea:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 30px solid #003c84;
	border-right: 15px solid transparent;
	border-bottom: 0;
	border-left: 15px solid transparent;
	border-style: solid;
	content: "";
}

.sec2__titleSup {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 13px;
	padding: 4px 30px 6px;
	border-radius: 50px;
	background: #fff;
	color: #003c84;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 143.75%;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec2__title {
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 46px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec2__imgArea {
	margin-bottom: 48px;
	text-align: center;
}

.sec2__textArea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1000px;
	max-width: 100%;
	margin-bottom: 64px;
	margin-inline: auto;
	padding: 38px 75px 31px;
	border: 5px solid #003C84;
	border-radius: 20px;
	background: #FFF;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 181.25%;
	font-family: Noto Sans JP;
}

/* Section 3 */
.sec3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 36px 0 41px;
	background: -webkit-gradient(linear, left top, left bottom, from(#004BA5), color-stop(31%, #00316B), to(#00316B));
	background: linear-gradient(180deg, #004BA5 0%, #00316B 31%, #00316B 100%);
}

.sec3__inner {
	width: 1000px;
	max-width: 100%;
	margin-inline: auto;
	text-align: center;
}

.sec3__title {
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec3__ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	margin-top: 51px;
	gap: 25px;
	list-style: none;
}

.sec3__li {
	background: #fff;
}

.sec3__liTitle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 5px 20px;
	background: #FFDC00;
	color: #004497;
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec3__liText {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px 25px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 175%;
	font-family: Noto Sans JP;
	text-align: left;
}

.sec3__text {
	margin-top: 47px;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 28px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec3__text2 {
	margin-top: 9px;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec3__text2 span {
	font-size: 28px;
}

/* Section 4 */
.sec4 {
	width: 1000px;
	max-width: 100%;
	margin-inline: auto;
	padding: 69px 0 83px;
}

.sec4__titleArea {
	width: 100%;
	text-align: center;
}

.sec4__title {
	margin-top: 31px;
	color: #000;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: normal;
	font-family: Noto Sans JP;
	letter-spacing: 18px;
	text-align: center;
}

.sec4__title span {
	color: #de0009;
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: normal;
	font-family: Noto Sans JP;
	letter-spacing: 32px;
}

.sec4__ol {
	display: grid;
	grid-template-columns: 100%;
	width: 100%;
	margin-top: 113px;
	margin-bottom: 70px;
	gap: 146px;
	list-style: none;
}

.sec4__li {
	display: grid;
	grid-template-columns: 52.2% 1fr;
	width: 100%;
	gap: 19px;
}

.sec4__liTextArea {
	position: relative;
	padding-top: 31px;
}

.sec4__liTitle {
	padding-bottom: 22px;
	border-bottom: 1px solid #000;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: normal;
	font-family: Noto Sans JP;
}

.sec4__liTitle span {
	color: #de0009;
}

.sec4__liText {
	margin-top: 17px;
	color: #000;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	font-family: Noto Sans JP;
}

.sec4__liText span {
	color: #de0009;
}

.sec4__liNum {
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-60%);
	color: #de0009;
	font-style: normal;
	font-weight: 900;
	font-size: 76px;
	line-height: normal;
	font-family: "Noto Serif JP";
}

.sec4__liImgArea img {
	max-width: 100%;
	height: auto;
}

/* Section 5 */
.sec5 {
	width: 100%;
}

.sec5__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-bottom: 94px;
	padding: 27px 15px 41px;
	background: #003C84;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec5__title:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -53px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 53px solid #003c84;
	border-right: 51px solid transparent;
	border-bottom: 0;
	border-left: 51px solid transparent;
	border-style: solid;
	content: "";
}

.sec5__title p {
	width: 1000px;
	max-width: 100%;
	margin-inline: auto;
}

.sec5__ul {
	display: grid;
	grid-template-columns: 1fr;
	width: 1000px;
	max-width: 100%;
	margin-inline: auto;
	gap: 64px;
}

.sec5__li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: grid;
	position: relative;
	grid-template-rows: auto 1fr;
	grid-template-columns: auto 1fr;
	gap: 0 36px;
	border: 3px solid #003C84;
}

.sec5__li:before {
	display: block;
	position: absolute;
	top: -20px;
	left: 10px;
	width: 36px;
	height: 31px;
	background-image: url(https://eiken-academy.com/wp-content/themes/eiken/images/pre-1st/check1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.sec5__li:after {
	display: block;
	position: absolute;
	right: 10px;
	bottom: -15px;
	width: 36px;
	height: 31px;
	background-image: url(https://eiken-academy.com/wp-content/themes/eiken/images/pre-1st/check2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.sec5__liBg {
	grid-row: 1/2;
	grid-column: 1/3;
	height: 140px;
	background: #003C84;
}

.sec5__liTitleArea {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-row: 1/2;
	grid-column: 2/3;
	align-items: center;
}

.sec5__liTitle {
	position: relative;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: normal;
	font-family: Noto Sans JP;
}

.sec5__liText {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	grid-row: 2/3;
	grid-column: 2/3;
	padding: 28px 40px 28px 0;
	color: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	font-family: Noto Sans JP;
}

.sec5__liImgArea {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-row: 1/3;
	grid-column: 1/2;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 25px;
	padding-left: 23px;
}

.sec5__liName {
	margin-top: 11px;
	color: #003c84;
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: normal;
	font-family: "Noto Serif JP";
	text-align: center;
}

/* Section 6 */
.sec6 {
	width: 100%;
	margin-top: 166px;
	padding-bottom: 88px;
	background: #E1ECF4;
}

.sec6.open .sec6__titleArea:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sec6__titleArea {
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 25px 10px 35px;
	border-radius: 100vw;
	background: #003C84;
	box-shadow: 6px 6px 10px #0006;
	text-align: center;
}

.sec6__titleArea:after {
	-webkit-transition-duration: 0.2s;
	display: block;
	position: absolute;
	top: 0;
	right: 50px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 15px solid transparent;
	border-right: 0;
	border-bottom: 15px solid transparent;
	border-left: 30px solid #fff;
	border-style: solid;
	content: "";
	transition-duration: 0.2s;
}

.sec6__titleSup {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec6__title {
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
	cursor: pointer;
}

.sec6__main {
	width: 1000px;
	max-width: 100%;
	margin-inline: auto;
	padding-top: 70px;
}

.sec6__dl {
	-webkit-transition-duration: 0.3s;
	width: 100%;
	height: 0;
	margin-bottom: 78px;
	overflow: hidden;
	transition-duration: 0.3s;
}

.sec6__dt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 26px;
	padding: 12px 10px 17px 107px;
	border-radius: 50px;
	background: #FFF;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 143.75%;
	font-family: Noto Sans JP;
}

.sec6__dt:before {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #003C84;
	background-image: url(https://eiken-academy.com/wp-content/themes/eiken/images/pre-1st/Q.svg);
	background-position: center;
	background-size: 35px;
	background-repeat: no-repeat;
	content: "";
}

.sec6__ddIconArea {
	margin-right: 9px;
}

.sec6__dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	padding-left: 38px;
}

.sec6__dd:nth-last-child(1) {
	margin-bottom: 0;
}

.sec6__ddText1 {
	color: #004497;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	font-family: Noto Sans JP;
}

.sec6__ddText2 {
	color: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 36px;
	font-family: Noto Sans JP;
}

/* Section 7 */
.sec7 {
	width: 100%;
}

.sec7__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;
	position: relative;
	width: 100%;
	padding: 29px 10px 42px;
	background: #003C84;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 54px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec7__title:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -53px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 53px solid #003c84;
	border-right: 51px solid transparent;
	border-bottom: 0;
	border-left: 51px solid transparent;
	border-style: solid;
	content: "";
}

.sec7__sec {
	position: relative;
	width: 100%;
	padding-top: 104px;
	padding-bottom: 63px;
}

.sec7__sec:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -53px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 53px solid #fff;
	border-right: 51px solid transparent;
	border-bottom: 0;
	border-left: 51px solid transparent;
	border-style: solid;
	content: "";
}

.sec7__sec-bg {
	padding-bottom: 45px;
	background: #E1ECF4;
}

.sec7__sec-bg:after {
	border-top: 53px solid #E1ECF4;
}

.sec7__sec-bg:nth-last-child(1):after {
	top: 0;
	bottom: auto;
	border-top: 53px solid #fff;
}

.sec7__secInner {
	display: grid;
	grid-template-columns: 88px 1fr;
	width: 1000px;
	max-width: 100%;
	margin-inline: auto;
	gap: 24px;
}

.sec7__secInnerTitle {
	margin-bottom: 23px;
	padding-bottom: 16px;
	border-bottom: 5px solid #003C84;
	color: #003c84;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 155%;
	font-family: Noto Sans JP;
	text-align: left;
}

.sec7__secInnerText {
	color: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	font-family: Noto Sans JP;
}

.sec7__under {
	width: 1000px;
	max-width: 100%;
	margin-inline: auto;
	padding: 42px 0 52px;
}

.sec7__underTitleWrap {
	text-align: center;
}

.sec7__title2 {
	display: inline-block;
	position: relative;
	margin-top: 40px;
	padding-bottom: 22px;
	border-bottom: 3px solid #000;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: normal;
	font-family: Noto Sans JP;
	letter-spacing: 24px;
	text-align: center;
}

.sec7__title2:before {
	display: block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 14px;
	height: 5px;
	background: #fff;
	content: "";
}

.sec7__title2:after {
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	display: block;
	position: absolute;
	bottom: -21px;
	left: calc(50% - 7px);
	width: 3px;
	height: 21px;
	transform: rotate(25deg);
	background: #000;
	content: "";
}

.sec7__title2Sup {
	margin-top: 26px;
	margin-bottom: 55px;
	color: #de0009;
	font-style: normal;
	font-weight: 900;
	font-size: 64px;
	line-height: normal;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec7__text1 {
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 187.5%;
	font-family: Noto Sans JP;
}

.sec7__ul {
	display: grid;
	width: 100%;
	margin: 34px 0 24px;
	gap: 24px;
	list-style: none;
}

.sec7__li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	border-radius: 50px;
	background: #003C84;
	color: #fff500;
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 187.5%;
	font-family: Noto Sans JP;
	text-align: center;
}

.sec7__text2 {
	position: relative;
	width: 100%;
	margin-top: 29px;
	border-top: 2px solid #000;
	color: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 200%;
	font-family: Noto Sans JP;
	letter-spacing: 0.1em;
	text-align: justify;
}

.sec7__text2:after {
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: "";
}

.sec7__text2 > span {
	width: 100%;
	border-bottom: 2px solid #000;
}

.sec7__text2-big {
	color: #de0009;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	font-family: Noto Sans JP;
}

.sec7__text2-ilb {
	display: inline-block;
}

.sec7__text2-ilbTb {
	display: inline;
}

.sec7__text2-black {
	color: #000;
}

.sec7__text3 {
	margin-top: 44px;
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 150%;
	font-family: Noto Sans JP;
	text-align: center;
}

/* Message Area */
.messageArea {
	position: relative;
	width: 100%;
	margin-top: 64px;
	margin-bottom: 100px;
}

.messageArea__bg {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://eiken-academy.com/wp-content/themes/eiken/images/pre-1st/message-bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.messageArea__textArea {
	width: 1000px;
	max-width: 100%;
	margin-top: 21px;
	margin-inline: auto;
	text-align: right;
}

.messageArea__textArea p {
	width: 79%;
	margin-top: 21px;
	margin-right: 0;
	margin-left: auto;
	padding-bottom: 77px;
	color: #004ba5;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	font-family: "Noto Serif JP";
	text-align: right;
}

/* Fixed Banner */
.fixBnr {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 0;
	justify-content: center;
	width: 100%;
	padding: 8px 0;
	gap: 20px;
	background: #0080CB;
}

.fixBnr .convBtn {
	display: inline-block;
	margin: 0;
	text-align: center;
}

.fixBnr .convBtn img {
	max-width: 95%;
	height: auto;
}

.fixBnr__text {
	width: 330px;
	color: #fff500;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 133%;
	font-family: Noto Sans JP;
	text-decoration: none;
	white-space: nowrap;
}

/* Common Elements */
img {
	max-width: 100%;
	height: auto;
}

.marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF500));
	background: linear-gradient(transparent 50%, #FFF500 50%);
}

.yellow {
	color: #ffe602;
}

.convBtn__wrap {
	text-align: center;
}

.convBtn {
	-webkit-transition-duration: 0.2s;
	display: inline-block;
	margin-inline: auto;
	transition-duration: 0.2s;
}

.convBtn:hover {
	opacity: 0.7;
}

.yellow {
	color: #fff500;
}

.sp,
.spTb {
	display: none;
}

/*! フッター */

.footer{
	background-color: #0d448b;
	color: #ffffff;
	width: 100%;
	overflow: hidden;
}

.footer p{
	font-size: 10px;
}

.footer a{
	color: #ffffff;
}

.footer a:hover{
	text-decoration: none;
}

.pagetop{
	text-align: right;
	width: 850px;
	margin: 2em auto 0;
	height: 30px;
}

.footer > div{
	width: 850px;
	margin: 0 auto;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
	line-height: 1.7em;
}

.footer_logo{
/*!変更*/	
/*
	float: left;
line-height: 80%;
*/
padding-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-around;
}

.footer_logo_white{
	width: 280px;
}
/*!footer*/
.footer_link{
	float: unset;
	display: flex;
	justify-content: space-between;
	line-height: unset;
	font-size:14px;
}

  .footer__feature, .footer__course, .footer__tend, .footer__plan, .footer__search-class,.footer__area-pref{
	  display: flex;
	  flex-direction: column;
	  margin-right: 10px;
	  width: 24%;
  }
  
  .footer__area{
	  font-size:15px;
  }
  
  .footer__area-list{
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 1.2em;
	  font-size:14px;
  }

	.footer__list-title{
	  font-size:16px;
  }
  
  .footer a:hover {
	  transform: none;
  }
  
  .copyright {
	  display: block;
	  background-color: #0068b7;
	  font-weight: bold;
	  text-align: center;
	  padding: 10px 0;
  }
  
  .nav-item{
	  position:unset;
  }
  
  .pankuzu{
	  margin-top: 9em;
	  margin-bottom: 1em;
	  margin-left: 1em;
	  font-size: 14px;
  }
  
  #sp-fix-menu {
	  display: none;
  }
  
  @media screen and (min-width: 960px) {
	  .sp-only {
		  display: none !important;
	  }
  }
  
  @media screen and (max-width: 825px) {
	  .footer_logo_white{
			margin-top:50px;
			width: 310px!important;
		}
		
		.main, .header .header_top, .dropmenu, .footer > div{
			width: 100%!important;
		  }
		  
		  /*!footer*/
		  .footer > div{
			  padding:10px;
		  }	
		  
		  .footer_logo{
			  flex-direction: column;
		  }
		  
		  .footer_link{
			  flex-wrap: wrap;
		  }
		  
		  .footer_link:last-child{
			  float:left;
		  }
		  
		  .footer__feature, .footer__course, .footer__tend, .footer__plan{
			  width: 50%;
			  margin-bottom:25px;
		  }
		  
		  .footer__feature, .footer__course, .footer__tend, .footer__plan, .footer__search-class,.footer__area-pref{
			  margin-right: 0;
			  line-height: 1.2;
			  gap: 10px;
		  }
		  
		  #sp-fix-menu {
			  display: block;
			  position: sticky;
			  width: 100%;
			  bottom: -1px;
			  font-size: 0;
			  z-index: 99;
		  }
		  
		  p.pagetop {
			  width: 50% !important;
			  float: right;
		  }
		  
  }



/* Media Queries */
@media (min-width: 769px) {
	.sec1__contTextArea:nth-child(1) {
		padding: 44px 10px 44px 38px;
	}
}

@media (min-width: 769px) and (max-width: 768px) {
	.sec1__contTextArea:nth-child(1) {
		padding: 26px 12px;
	}
}

@media screen and (max-width: 1000px) {
	.mv {
		grid-template-rows: auto 1fr auto;
		grid-template-columns: 1fr;
	}
	
	.sec5__liTitle {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 10px;
		font-size: 26px;
	}
	
	.sec5__liTitle.sec5__liTitle-br br {
		display: block;
	}
}

@media (max-width: 900px) {
	.mv {
		grid-template-rows: auto auto auto 1fr;
		grid-template-columns: 100%;
		padding-bottom: 13px;
	}
	
	.mv__imgArea {
		grid-row: 1/2;
		grid-column: 1/2;
	}
	
	.mv__title {
		grid-row: 1/2;
		grid-column: 1/2;
		width: 95%;
		margin-top: 40px;
		margin-inline: auto;
		font-size: 45px;
		line-height: 1;
	}
	
	.mv__title > span {
		margin-top: 9px;
		padding: 3px 3px 6px;
	}
	
	.mv__textArea {
		grid-row: 2/3;
		grid-column: 1/2;
		width: 95%;
		margin-top: 28px;
		margin-inline: auto;
	}
	
	.mv__ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 11px;
	}
	
	.mv__ul img {
		width: 100%;
		height: auto;
	}
	
	.mv__catchWrap {
		margin-top: 9px;
		font-size: 36px;
	}
	
	.mv__catch {
		margin-bottom: 11px;
	}
	
	.sec7__text2-ilbTb {
		display: inline-block;
	}
	
	.messageArea {
		margin-bottom: 27px;
	}
	
	.messageArea__bg {
		position: static;
		aspect-ratio: 76/35;
		width: 100%;
		background-image: url(https://eiken-academy.com/wp-content/themes/eiken/images/pre-1st/message-bg-sp.webp);
	}
	
	.messageArea__textArea {
		width: 95%;
	}
	
	.messageArea__textArea img {
		display: none;
	}
	
	.messageArea__textArea p {
		width: 100%;
		padding-bottom: 0;
		font-size: 16px;
		text-align: left;
	}
	
	.spTb {
		display: block;
	}
}

@media (max-width: 768px) {
/*	.header {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 60px;
		padding-left: 0;
	}
*/
	.header__logo {
		width: 176px;
		height: auto;
	}
	
	.footer {
		margin-top: 40px;
		padding-bottom: 30px;
		font-size: 16px;
		line-height: 1.5;
	}
	
	.mv__title {
		margin-top: 8px;
		font-size: 36px;
	}
	
	.sec1__title {
		padding: 4px 0;
		font-size: 36px;
		line-height: 1.2;
		letter-spacing: 0;
	}
	
	.sec1__title2 {
		width: 95%;
		margin-top: 6px;
		margin-inline: auto;
		padding-bottom: 21px;
		font-size: 36px;
	}
	
	.sec1__text1 {
		margin-top: 35px;
		margin-bottom: 76px;
		font-size: 36px;
		line-height: 1.2;
	}
	
	.sec1__text1:after {
		bottom: -20px;
		border-top: 31px solid #de0009;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
	}
	
	.sec1__text1 span {
		font-size: 48px;
	}
	
	.sec1__text2 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px 2.5% 10px;
		font-size: 32px;
	}
	
	.sec1__text2:before {
		top: -16px;
	}
	
	.sec1__text2:after {
		top: -16px;
	}
	
	.sec1__main {
		margin-top: 65px;
	}
	
	.sec1__cont {
		display: block;
		width: 95%;
		margin-bottom: 54px;
		margin-inline: auto;
	}
	
	.sec1__contTextArea {
		padding: 30px 12px 26px;
	}
	
	.sec1__contTitle {
		margin-bottom: 5px;
		font-size: 36px;
		text-align: center;
	}
	
	.sec1__contText {
		font-size: 16px;
	}
	
	.sec1__contNum {
		right: 0;
		left: 0;
		width: 73px;
		margin: auto;
	}
	
	.sec1__contNum img {
		max-width: 100%;
		height: auto;
	}
	
	.sec1__contImgArea {
		aspect-ratio: 361/213;
		width: 100%;
	}
	
	.sec1__convArea {
		width: 95%;
		margin-top: 54px;
	}
	
	.sec1__convTextArea {
		margin-bottom: 63px;
	}
	
	.sec1__convAreaTitle {
		padding: 4px 4px 8px;
		font-size: 24px;
	}
	
	.sec1__convAreaText {
		font-size: 32px;
	}
	
	.sec1__convAreaText-big {
		font-size: 40px;
	}
	
	.sec2 {
		margin-top: 48px;
		padding-bottom: 45px;
	}
	
	.sec2__titleArea {
		margin-bottom: 48px;
		padding: 19px 10px 23px;
	}
	
	.sec2__titleSup {
		margin-bottom: 19px;
		padding: 3px 25px 5px;
		font-size: 24px;
	}
	
	.sec2__title {
		width: 95%;
		margin-inline: auto;
		font-size: 32px;
	}
	
	.sec2__imgArea {
		width: 95%;
		margin-bottom: 19px;
		margin-inline: auto;
	}
	
	.sec2__textArea {
		width: 95%;
		margin-bottom: 37px;
		margin-inline: auto;
		padding: 25px 24px 23px;
		font-size: 24px;
	}
	
	.sec3 {
		padding: 19px 0 37px;
		background: -webkit-gradient(linear, left bottom, left top, from(#004BA5), color-stop(31%, #00316B), to(#00316B));
		background: linear-gradient(0deg, #004BA5 0%, #00316B 31%, #00316B 100%);
	}
	
	.sec3__inner {
		width: 95%;
		margin-inline: auto;
	}
	
	.sec3__ul {
		grid-template-columns: 100%;
		margin-top: 33px;
		gap: 22px;
	}
	
	.sec3__liTitle {
		padding: 8px 5px 12px;
	}
	
	.sec3__liText {
		padding: 10px 20px 14px;
	}
	
	.sec3__text {
		width: 95%;
		margin-top: 30px;
		margin-inline: auto;
	}
	
	.sec3__text2 {
		width: 95%;
		margin-top: 28px;
		margin-inline: auto;
	}
	
	.sec4 {
		width: 95%;
		padding: 45px 0 34px;
	}
	
	.sec4__title {
		margin-top: 19px;
		font-size: 24px;
		letter-spacing: normal;
	}
	
	.sec4__title span {
		margin-left: 15px;
		font-size: 48px;
		letter-spacing: 20px;
	}
	
	.sec4__ol {
		margin-top: 28px;
		margin-bottom: 34px;
		gap: 15px;
	}
	
	.sec4__li {
		display: block;
	}
	
	.sec4__liTextArea {
		padding-top: 0;
	}
	
	.sec4__liTitle {
		padding-bottom: 19px;
		font-size: 28px;
		text-align: left;
	}
	
	.sec4__liText {
		margin-top: 15px;
	}
	
	.sec4__liNum {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		position: static;
		margin-bottom: 11px;
		transform: translateY(0);
		font-size: 48px;
		text-align: center;
	}
	
	.sec4__liImgArea {
		margin-top: 15px;
		text-align: center;
	}
	
	.sec5__title {
		margin-bottom: 54px;
		padding: 17px 2.5% 20px;
		font-size: 32px;
	}
	
	.sec5__title:after {
		bottom: -31px;
		border-top: 31px solid #003c84;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
	}
	
	.sec5__ul {
		gap: 73px;
	}
	
	.sec5__li {
		grid-template-rows: auto auto 1fr;
		grid-template-columns: 100%;
		width: 95%;
		margin-inline: auto;
	}
	
	.sec5__li:before {
		top: -16px;
	}
	
	.sec5__liBg {
		grid-column: 1/2;
		height: auto;
	}
	
	.sec5__liTitleArea {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		grid-column: 1/2;
		padding: 21px 10px 16px;
	}
	
	.sec5__liTitle {
		font-size: 28px;
	}
	
	.sec5__liTitle br {
		display: block;
	}
	
	.sec5__liText {
		grid-column: 1/2;
		padding: 15px 13px;
		font-size: 16px;
	}
	
	.sec5__liImgArea {
		grid-row: 3/4;
		margin-bottom: 15px;
		padding: 0;
	}
	
	.sec6 {
		margin-top: 64px;
		padding-bottom: 70px;
	}
	
	.sec6.open .sec6__dl {
		padding-top: 40px;
	}
	
	.sec6__titleArea:after {
		right: 30px;
	}
	
	.sec6__titleArea {
		padding: 8px 10px 14px;
	}
	
	.sec6__title {
		font-size: 40px;
	}
	
	.sec6__main {
		width: 95%;
		padding-top: 46px;
	}
	
	.sec6__dl {
		margin-bottom: 46px;
	}
	
	.sec6__dt {
		display: block;
		margin-bottom: 13px;
		padding: 27px 4px 7px;
		border-radius: 10px;
		font-size: 24px;
		text-align: center;
	}
	
	.sec6__dt:before {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: 0;
		width: 50px;
		height: 50px;
		margin: auto;
		transform: translateY(-50%);
		background-size: 26px;
		text-align: center;
	}
	
	.sec6__ddIconArea {
		display: none;
	}
	
	.sec6__dd {
		display: block;
		margin-bottom: 46px;
		padding-left: 0;
	}
	
	.sec7__title {
		padding: 13px 10px 15px;
		font-size: 40px;
		line-height: 1.2;
	}
	
	.sec7__title:after {
		bottom: -20px;
		border-top: 20px solid #003c84;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
	}
	
	.sec7__sec {
		padding-top: 54px;
		padding-bottom: 28px;
	}
	
	.sec7__sec:after {
		bottom: -20px;
		border-top: 20px solid #fff;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
	}
	
	.sec7__sec-bg {
		padding-bottom: 28px;
	}
	
	.sec7__sec-bg:after {
		border-top: 20px solid #E1ECF4;
	}
	
	.sec7__sec-bg:nth-last-child(1):after {
		border-top: 20px solid #fff;
	}
	
	.sec7__secInner {
		display: block;
		width: 95%;
	}
	
	.sec7__secInnerNumArea {
		text-align: center;
	}
	
	.sec7__secInnerTextArea {
		margin-top: 20px;
	}
	
	.sec7__secInnerTitle {
		margin-bottom: 21px;
		padding-bottom: 18px;
		font-size: 36px;
		text-align: center;
	}
	
	.sec7__under {
		width: 95%;
		padding: 21px 0 32px;
	}
	
	.sec7__title2 {
		width: 95%;
		margin-top: 6px;
		margin-inline: auto;
		padding-bottom: 21px;
		font-size: 32px;
		letter-spacing: normal;
	}
	
	.sec7__title2Sup {
		margin-top: 12px;
		margin-bottom: 21px;
		font-size: 40px;
	}
	
	.sec7__text1 {
		font-size: 24px;
	}
	
	.sec7__ul {
		margin: 18px 0 22px;
		gap: 20px;
	}
	
	.sec7__li {
		padding: 10px 14px 13px 10px;
		border-radius: 10px;
		font-size: 24px;
		line-height: 150%;
	}
	
	.sec7__text2 {
		margin-top: 26px;
		font-size: 24px;
		letter-spacing: normal;
	}
	
	.sec7__text2:after {
		display: none;
	}
	
	.sec7__text2-big {
		font-size: 24px;
	}
	
	.sec7__text2-bb {
		border-bottom: 2px solid #000;
	}
	
	.sec7__text2-ilbTb {
		display: inline;
	}
	
	.sec7__text3 {
		margin-top: 24px;
		font-size: 28px;
	}
	
	.fixBnr {
		display: block;
	}
	
	.fixBnr__text {
		width: 100%;
		margin-bottom: 7px;
		font-size: 20px;
		text-align: center;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.header{
		padding:0;
	}
	
	.header .menu-btn{
		right:1.5em;
	}
	
	.header .site-logo{
		position: relative;
		left:1em;
	}
	
	.pankuzu {
		margin:7.5em 1em 0.5em!important;
		line-height: 1.2em;
	}
	
	.nav-item{
		padding:0;
		border-bottom:none;
	  }
	  
	  .nav-menu .accordion{
		padding:15px;
		border-bottom: 1px solid #eee;
	  }
	  
	  .submenu-content ul{
		text-align: left;
	  }
	  
	  .nav-item::after{
		  top:auto;
	  }
}