@charset "UTF-8";

:root {
	scroll-padding-top: 50px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1000px) {
	html {
		font-size: 1.6vw;
	}
}
@media screen and (max-width: 750px) {
	html {
		font-size: 4.8vw;
	}
}
body {
	margin: 0;
	line-height: 1.8;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/* ------------------------------------- */

a {
	color: #007bff;
	text-decoration: none;
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
figcaption {
	font-size: 87%;
	color: initial;
	line-height: 1.5;
	margin: 8px 3px;
}


/* modal-video上書
------------------------------------- */

@keyframes modal-video-inner {
	from {transform: translate(0, 0px)}
	to {transform: translate(0, 0)}
}
.modal-video-close .modal-video-movie-wrap {
	transform: translate(0, 0px)
}


/* レイアウト
------------------------------------- */
.container {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

/* 見出し
------------------------------------- */
.heading-1 {
	margin-bottom: 3rem;
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
	color: #2735A1;
	font-family: 'Noto Serif JP', serif;
}
.heading-1 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	border-bottom: 4px solid #2735A1;
}
@media screen and (max-width: 750px) {
	.heading-1 {
		margin-bottom: 1.3em;
		font-size: 5.4vw;
	}
}
/* ------------------------- */
.heading-2 {
	margin-bottom: 1.5rem;
	font-size: 2.8rem;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.heading-2 span {
	border-bottom: 2px solid #fff;
}
@media screen and (max-width: 750px) {
	.heading-2 {
		margin-bottom: 1.5vw;
		font-size: 7vw;
	}
}


/* 共通
------------------------------------- */
.bg-gray {background-color: #ECECEC !important;}
.bg-c01 {background-color: #ED7A01 !important;}

.text-c01 {color: #ED7A01 !important;}

.marker01 {background:linear-gradient(transparent 65%, #FAE400 65%) !important;}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.text-center {
	text-align: center;
}

.font-serif {
	font-family: 'Noto Serif JP', serif;
}
.font-bold {
	font-weight: 700;
}

.bevel {
	position: relative;
}
.bevel:before,
.bevel:after {
	width: 100%;
	height: 0;
	display: block;
	position: absolute;
	content: "";
	left: 0;
}
.bevel:before {
	border-bottom: solid 40px #fff;
	border-left: solid 40px transparent;
	bottom: 100%;
}
.bevel:after {
	border-top: solid 40px #fff;
	border-right: solid 40px transparent;
	top: 100%;
}
.bevel-line {
	position: absolute;
	top: 3px;
	left: -6px;
	width: 68px;
	height: 0;
	border-top: 2px solid #2735A1;
	transform-origin: 0% 0%;
	transform: rotate(-45deg);
}
.bevel-line_btm {
	z-index: 1;
	position: absolute;
	bottom: -48px;
	right: -25px;
	width: 68px;
	height: 0;
	border-top: 2px solid #2735A1;
	transform-origin: 0% 0%;
	transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
	.bevel:before {
		border-bottom: solid 5.3vw #fff;
		border-left: none;
	}
	.bevel:after {
		border-top: solid 5.3vw #fff;
		border-right: none;
	}
}

#pagetop {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#pagetop a {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 35px;
	right: 12px;
	background-image: url(../images/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 999;
}
#pagetop a:hover {
	filter: brightness(110%);
}
@media screen and (max-width: 750px) {
	#pagetop a {
		bottom: 22vw;
	}
}
/* ------------------------- */

a.btn.disabled,
a.btn:disabled {
	opacity: .65
}

a.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

a.btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3px;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: 700;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	background-color: #eee;
}

/* ------------------------- */

a.btn-1 {
	width: 35rem;
	padding: 0.5em;
	font-size: 1.9rem;

	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(to bottom,  rgb(255,145,162) 0%,rgb(255, 98, 117) 48%,rgb(247, 27, 64) 51%,rgb(255, 48, 86) 100%);
	border-radius: 0.3em;
}
a.btn-1:hover {
	filter: brightness(1.2);
}
@media screen and (max-width: 750px) {
	a.btn-1 {
		width: 100%;
		font-size: 5vw;
		letter-spacing: 0;
	}
}

/* ---275:font-size: 1.25rem;--------------------- */

a.btn-2 {
	width: 11.8rem;
	padding: 0.5em 0 0.5em 1.4em;
	font-size: 0.98rem;
	line-height: 1.3;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(to bottom,  rgb(255,145,162) 0%,rgb(255, 98, 117) 48%,rgb(247, 27, 64) 51%,rgb(255, 48, 86) 100%);
	border-radius: 0.3em;
}
a.btn-2::before {
	position: absolute;
	top: 0.4em;
	left: 1.8em;
	width: 2em;
	height: 1.5em;
	content: '';
/*	background-image: url(../images/icon01.png); */
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-2:hover {
	filter: brightness(1.2);
}
@media screen and (max-width: 750px) {
	a.btn-2 {
		width: 100%;
		font-size: 4.5vw;
	}
	a.btn-2::before {
		top: 0.45em;
		left: 1.3em;
		height: 1.4em;
	}
}

/* ------------------------- */

a.btn-3 {
	margin: 0 auto;
	padding: 0 2em;
	width: 16rem;
	height: 2.2rem;
	font-size: 1.1rem;
	line-height: 1;
	color: #2735A1;
	background-color: #fff;
	border: 0.12em solid #2735A1;
	border-radius: 100vh;
	box-shadow: 0 0.2em 0 0 rgba(0, 0, 0, 0.1);
}
a.btn-3::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.8em;
	content: '＞';
}
a.btn-3:hover {
	transform: translate(0, 0.1em);
	box-shadow: 0 0.1em 0 0 rgb(0, 0, 0, 0.1);
  }

@media screen and (max-width: 750px) {
	a.btn-3 {
		padding: 0 2em 0 1em;
		width: 60vw;
		height: 9vw;
		font-size: 4.4vw;
		border: 0.1em solid #2735A1;
	}
}

/* ------------------------- */

a.btn-4 {
	width: 11.8rem;
	padding: 0.4em 0 0.4em 0.5em;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #1931A6;
	background: rgb(0,0,0);
	background: linear-gradient(to bottom,  rgb(243, 243, 243) 0%,rgb(230, 230, 230) 48%,rgb(220, 220, 220) 51%,rgb(216, 216, 216) 100%);
	border-radius: 0.3em;
}
a.btn-4 i {
	font-size: 1.5em;
	margin-left: 0.2em;
}
a.btn-4:hover {
	opacity: 0.9;
}
@media screen and (max-width: 750px) {
	a.btn-4 {
		width: 100%;
		font-size: 4.5vw;
	}
}

/* ------------------------------------- */

a.btn-5 {
	width: auto;
	height: auto;
	padding: 0.1em 2em 0.1em 1em;
	font-size: 0.8rem;
	line-height: 1.4;
	letter-spacing: -0.1em;
	color: #fff;
	background-color: #ED7A01;
	border-radius: 100vh;
}
a.btn-5::after {
	position: absolute;
	right: 0.8em;
	top: 0.15em;
	font-size: 0.9em;
	content: '';
	font-family: "FontAwesome";
	content: '\f078';
}
a.btn-5:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-5 {
		font-size: 3.3vw;
	}
}

/* ------------------------- */

a.btn-6 {
	padding: 0.7em 3em 0.7em 2em;
	font-size: 1rem;
	line-height: 1.3;
	color: #ED7A01;
	background-color: #fff;
	border: 0.14em solid #ED7A01;
	border-radius: 100vh;
}
a.btn-6::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.8em;
	content: '＞';
}
a.btn-6:hover {
	color: #fff;
	background-color: #ED7A01;
	border: 0.15em solid #fff;
}
@media screen and (max-width: 750px) {
	a.btn-6 {
		padding: 0.4em 2.5em 0.4em 1.5em;
		font-size: 3vw;
	}
}

/* ------------------------------------- */

.shadow-top {
	box-shadow: 0px 10px 25px -14px rgba(10,10,10,0.2) inset;
}
.shadow-bottom {
	box-shadow: 0px -10px 25px -14px rgba(10,10,10,0.2) inset;
}
.dropshadow {
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}

/* ------------------------------------- */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 3rem 0;
	border: 0;
	border-top: 2px solid #ED7A01;
}
hr.dashed {
	border-top: 2px dashed #ED7A01;
}
hr.gray {
	border-top: 2px solid #666;
}
@media screen and (max-width: 750px) {
	hr {
		margin: 5vw 0;
	}
}

/* ------------------------------------- */

@media screen and (min-width: 751px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
}


/* フッター
------------------------------------- */
footer {
	padding-bottom: 70px;
}
footer .ft_axis {
	padding: 2rem 0 3rem;
	text-align: center;
	background-color: #ED7A01;
}
footer .ft_axis .logo {
	padding: 0 5rem;
}
footer .ft_axis .logo img {
	width: 100%;
	max-width: 804px;
}
footer .ft_axis .link {
	margin-bottom: 1em;
}
footer .note {
	max-width: 1120px;
	padding: 0 3rem;
	margin: 0 auto 2.5rem;
	font-size: 15px;
	color: #fff;
	text-align: left;
}
@media screen and (max-width: 1000px) {
	footer .ft_axis .logo {
		padding: 0 8vw;
	}
}
@media screen and (max-width: 750px) {
	footer {
		padding-bottom: 20vw;
	}
	footer .ft_axis {
		padding: 5vw 0 6vw;
	}
	footer .ft_axis .link {
		margin-bottom: 1vw;
	}
}

/* ------------------------------------- */

#ftInfo .contents {
	padding: 30px 100px;
}
#ftInfo .contents .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#ftInfo .contents .inner .logo-wao img {
	width: 360px;
}
#ftInfo .listLink {
	display: flex;
	flex-wrap: wrap;
}
#ftInfo .listLink li {
	margin: 0 40px 0.5em 0;
}
#ftInfo .listLink a {
	position: relative;
	display: block;
	padding-left: 0.7em;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
}
#ftInfo .listLink a:hover {
	color: #0071be;
	text-decoration: underline;
}
#ftInfo .listLink a:before,
#ftInfo .listLink a:after {
	position: absolute;
	font-family: "FontAwesome";
	line-height: 1;
	color: #0071be;
}
#ftInfo .listLink a:before {
	font-size: 0.8em;
	content: "\f054";
	top: 0.1em;
	left: 0;
}
#ftInfo .listLink a:after {
	display: inline-block;
	content: "\f24d";
	font-size: 0.8em;
	top: 0.1em;
	right: -1.5em;
	transform: rotate(-90deg);
}
#ftInfo small {
	display: block;
	color: #aaa;
	line-height: 1;
}
@media screen and (max-width: 990px) {
	#ftInfo .contents {
		padding: 15px 15px 20px 15px;
	}
	#ftInfo .contents .inner {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#ftInfo .listLink {
		padding: 25px 20px 10px 5px;
		display: flex;
	}
	#ftInfo small {
		padding-left: 0.5em;
	}
}
@media screen and (max-width: 750px) {
	#ftInfo .contents {
		padding: 2vw 15px;
		xborder-top: 1px solid #333;
	}
	#ftInfo .logo-wao {
		padding: 0 10vw;
	}
	#ftInfo .listLink a {
		font-size: 2.4vw;
	}
	#ftInfo small {
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 500px) {
	#ftInfo .listLink {
		justify-content: flex-start;
	}
}

/* コンテンツ
------------------------------------- */
.contact {
	max-width: 35rem;
	margin: 0 auto;
	font-size: 1.25rem;
	line-height: 1.3;
}
.contact ul {
	margin-top: 1.3rem;
	display: grid;
	grid-template-columns: 1fr 13rem;
	align-items: center;
}
.contact ul li {
	text-align: right;
}
.contact .catch {
	margin-bottom: 0.7em;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.contact {
		width: 90vw;
		font-size: 3.8vw;
	}
	.contact ul {
		margin-top: 4vw;
		grid-template-columns: 1fr 43vw;
	}
	.contact ul li {
		padding-left: 0.5em;
		text-align: left;
	}
	.contact .catch {
		font-size: 5vw;
		margin-bottom: 0.5em;
	}
	.campaign_link {
		background-color: #1931A6;
		padding: 5vw 5vw 6vw;
	}
	.campaign_link h4 {
		margin-bottom: 0.8em;
		font-size: 5.2vw;
		color: #fff;
		text-align: center;
	}
	.campaign_link ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2vw;
	}	
}


/* ------------------------------------- */

.fixcontact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1000px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}
@media screen and (max-width: 1000px) {
	.fixcontact {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.fixcontact {
		width: 100%;
		max-width: 750px;
		padding-bottom: 12px;
	}
}

/* ------------------------------------- */

a.btn-fix {
	flex-direction: column;
	width: 100%;text-align: center;
	height: 80px;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(to bottom,  rgb(255,145,162) 0%,rgb(255, 98, 117) 48%,rgb(247, 27, 64) 51%,rgb(255, 48, 86) 100%);
}
a.btn-fix span {
	font-size: 0.65em;
	display: block;
}
a.btn-fix.shiryo {
	color: #000;
	background: linear-gradient(to bottom,  rgb(243, 243, 243) 0%,rgb(230, 230, 230) 48%,rgb(220, 220, 220) 51%,rgb(216, 216, 216) 100%);
}
a.btn-fix.shiryo::before {
	position: absolute;
	top: 1.3em;
	left: 6em;
	width: 1.1em;
	height: 1.2em;
	content: '';
/*	background-image: url(../images/icon02.png); */
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-fix:hover {
	filter: brightness(1.1);
}
@media screen and (max-width: 1000px) {
	a.btn-fix {
		height: 8vw;
	}
}
@media screen and (max-width: 750px) {
	a.btn-fix {
		width: 100%;
		height: 13vw;
		font-size: 4vw;
	}
	a.btn-fix.shiryo::before {
		top: 1.5em;
		left: 3em;
	}
}

/* ------------------------------------- */

.main_visual .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.main_visual .inner>img {
	width: 1280px;
	height: 1112px;
	object-fit: cover;
}
.main_visual .campaign li {
	position: relative;
}
.main_visual .campaign li .btn {
	position: absolute;
	bottom: 4.5vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80vw;
}
.main_visual .campaign li.c2 .btn {
	bottom: 6.5vw;
}
.main_visual .campaign li.c3 .btn {
	bottom: 6.2vw;
}
.main_visual .mv_contact {
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 60px;
	background-color: #2C3DA4;
}
.main_visual .contact {
	color: #fff;
}
@media screen and (max-width: 1140px) {
	.main_visual .inner>img {
		height: 97.5vw;
	}
	.main_visual .contact {
		bottom: 3.3rem;
	}
}
@media screen and (max-width: 750px) {
	.main_visual .inner>img {
		height: auto;
		object-fit: unset;
	}
	.main_visual .contact {
		bottom: 8vw;
	}
	.main_visual .mv_contact {
		max-width: 1280px;
		margin: 0 auto;
		padding: 10vw 3vw;
		background-color: #4C5DB8;
	}
}

/* ------------------------------------- */

.area01 {
	text-align: center;
}
.area01 .inner {
	margin: 0 auto;
}
.area01 .inner>img {
	width: 1280px;
	height: 598px;
	object-fit: cover;
}
@media screen and (max-width: 1140px) {
	.area01 .inner>img {
		height: 52.5vw;
	}
}
@media screen and (max-width: 750px) {
	.area01 .inner>img {
		height: auto;
		object-fit: unset;
	}
	.area01 .inner {
		width: 100%;
	}
}

/* ------------------------------------- */

.area02 {
	max-width: 1280px;
	background-color: #677BBC;
	margin: 0 auto;
}
.area02 .inner>img {
	width: 1280px;
	height: 234px;
	object-fit: cover;
}
.area02 .contact {
	padding-bottom: 2.5rem;
	color: #fff;
}
@media screen and (max-width: 1140px) {
	.area02 .inner>img {
		height: 20.5vw;
	}
	.area02 .contact {
		padding-bottom: 3.5vw;
	}
}
@media screen and (max-width: 750px) {
	.area02 .inner>img {
		height: auto;
		object-fit: unset;
	}
}

/* ------------------------------------- */

.area03 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 30px 0;
	text-align: center;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,241,242,1) 13%, rgba(241,241,242,1) 100%);
}
.area03 .inner {
	max-width: 1180px;
	margin: 70px auto 50px;
	padding: 10px 30px;
	background-color: #fff;
}
.area03 .upper>img {
	width: 1280px;
}
.area03 .lower {
	font-size: 15px;
	margin-top: -1px;
	margin-bottom: 40px;
	padding: 30px 40px 30px 70px;
	display: flex;
	text-align: left;
	gap: 60px;
	background-color: #667ABA;
	background-image: url(../images/area03_bg1.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.area03 .lower.reverse {
	flex-direction: row-reverse;
	background-image: url(../images/area03_bg2.svg);
	background-position: right;
}
.area03 .lower .teacher {
	color: #fff;
}
.area03 .lower .txt {
	position: relative;
	width: 52%;
}
.area03 .lower .txt p {
	position: absolute;
	top: -125px;
	left: 0;
	padding: 0 35px 40px 43px;
	background-color: #fff;
	opacity: 0.94;
}
.area03 .lower .teacher {
	width: 48%;
	line-height: 1.5;
}
.area03 .lower .teacher .name {
	font-size: 20px;
	margin-bottom: 0.7em;
}
.area03 .lower .teacher .name span {
	font-size: 0.65em;
	background-color: #fff;
	color: #2735A1;
	padding: 0 0.5em;
	border-radius: 100vh;
	line-height: 1;
	margin-left: 0.5em;
}
.area03 .lower .teacher dl {
	display: grid;
	grid-template-columns: 75px 1fr;
}
.area03 .lower .teacher dt {
	font-size: 0.85em;
	line-height: 1.7;
}
.area03 .teachers {
	max-width: 1180px;
}
.area03 .teachers img {
	mix-blend-mode: multiply;
}
@media screen and (max-width: 1280px) {
	.area03 {
		padding: 3.1vw 2.3vw;
	}
	.area03 .inner {
		margin: 7vw auto 5vw;
		padding: 0.8vw 2.5vw;
	}
	.area03 .lower {
		margin-bottom: 3.1vw;
		padding: 2.3vw 3.1vw 2.3vw 5vw;
		gap: 2vw 4.6vw;
	}
	.area03 .lower .txt p {
		top: -10.2vw;
		padding: 0 3vw 3.1vw;
	}
}
@media screen and (max-width: 1150px) {
	.area03 .lower .teacher {
		padding-bottom: 3vw;
	}
}
@media screen and (max-width: 1100px) {
	.area03 .lower {
		font-size: 1.35vw;
	}
	.area03 .lower .teacher .name {
		font-size: 1.8vw;
	}
	.area03 .lower .teacher dl {
		grid-template-columns: 6.5vw 1fr;
	}
}
@media screen and (max-width: 750px) {
	.area03 {
		padding: 6vw 3vw;
	}
	.area03 .inner {
		margin: 11vw auto 0;
		padding: 2.5vw 0;
		background: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgb(255, 255, 255) 10%);
	}
	.area03 .lower {
		flex-direction: column;
		margin-bottom: 5vw;
		padding: 0;
		font-size: 3.5vw;
		background-color: #fff;
		background-image: none;
	}
	.area03 .lower.reverse {
		flex-direction: column;
		background-image: none;
	}
	.area03 .lower .txt {
		width: 100%;
	}
	.area03 .lower .txt p {
		position: static;
		padding: 4vw 6vw;
	}
	.area03 .lower .teacher {
		width: 100%;
		background-color: #677ABA;
		padding: 4vw 6vw;
	}
	.area03 .lower .teacher .name {
		font-size: 5.2vw;
		text-align: center;
	}
	.area03 .lower .teacher dl {
		display: grid;
		grid-template-columns: 17vw 1fr;
	}
}

/* ------------------------------------- */

.area04 .teachers {
	position: relative;
	margin-top: -230px;
	padding: 0 40px;
}
.area04 .teachers h2 {
	position: absolute;
	top: 67px;
	left: 20px;
	right: 0;
	margin: 0 auto;
}
.area04 .teachers .btn-3 {
	position: absolute;
	top: 490px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 1280px) {
	.area04 .teachers {
		margin-top: -18vw;
		padding: 0 3.1vw;
	}
	.area04 .teachers h2 {
		top: 5.2vw;
	}
	.area04 .teachers .btn-3 {
		top: 37.8vw;
	}
}
@media screen and (max-width: 1000px) {
	.area04 .teachers .btn-3 {
		top: 37.4vw;
	}
}
@media screen and (max-width: 750px) {
	.area04 .teachers {
		margin-top: 0;
		padding: 0;
	}
	.area04 .teachers h2 {
		top: 12vw;
	}
	.area04 .teachers .btn-3 {
		top: auto;
		bottom: 8.5vw;
	}
}

/* ------------------------------------- */

.contact_area {
	padding: 2rem 0.5rem;
}
@media screen and (max-width: 750px) {
	.contact_area {
		box-shadow: 0px 10px 25px -14px rgba(10, 10, 10, 0.2) inset;
	}
}

/* ------------------------------------- */

.area05 img {
	width: 1280px;
	height: 550px;
	object-fit: cover;
}
@media screen and (max-width: 1120px) {
	.area05 img {
		height: 49vw;
	}
}
@media screen and (max-width: 750px) {
	.area05 img {
		height: 87vw;
	}
}

/* ------------------------------------- */

.area06 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 3rem 0.5rem 2rem;
	background-color: #3F52B3;
}
.area06 ul {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.area06 ul li {
	position: relative;
}
.area06 ul li a {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.area06 {
		padding: 7vw 5vw;
	}	
	.area06 ul {
		grid-template-columns: 1fr;
		gap: 2vw 0;
	}
	.area06 ul li a {
		bottom: 8vw;
	}
}

/* ------------------------------------- */

.area07 .container {
	display: flex;
	align-items: center;
	height: 334px;
	padding-left: 18rem;
	background-image: url(../images/area07_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

@media screen and (max-width: 1100px) {
	.area07 .container {
		height: 30vw;
	}
}
@media screen and (max-width: 750px) {
	.area07 .container {
		background-image: none;
		height: 56vw;
		padding: 0 0.5rem;
	}
}

/* -------↑1177:max-width: 750px------------------------------ */

.area08 {
	background-color: #ED7A01;
	padding: 3rem 3rem 0;
	color: #fff;
	font-size: 14px;
}
.area08 p {
	max-width: 1000px;
	margin: 0 auto;
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	.area08 {
		padding: 1.5rem 1.7rem 0;
		font-size: 3.2vw;
	}
}

/* area12追加------------------------------------- */

.area12.contact_area {
	padding: 3rem 2rem;
}
.area12.contact_area h2 {
	font-size: 1.5rem;
	margin-bottom: 1.2em;
}
.area12.contact_area .catch {
	font-size: 1.9rem;
	margin-bottom: 1em;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 750px) {
	.area12.contact_area {
		padding: 10vw 5vw;
	}
	.area12.contact_area .catch {
		display: none;
	}
	.area12.contact_area h2 {
		font-size: 5.4vw;
	}
}

/* ------------------------------------- */

/* ---追加---------------------------------- */

.shinchuichi .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.shinchuichi .btn-2 {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.shinchuichi .recommend {
	position: absolute;
	bottom: 300px;
	left: 510px;
}
.shinchuichi .recommend {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 1.8;
}
.shinchuichi .recommend li {
	padding-left: 1.45em;
	text-indent: -1.45em;
}
.shinchuichi .recommend li::before {
	display: inline-block;
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../images/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0.2em;
	vertical-align: -0.4em;
}
.shinchuichi .recommend span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
@media screen and (max-width: 1292px) {
	.shinchuichi .recommend {
		top: 62%;
		left: 39.5vw;
		font-size: 1.39vw;
	}
	.shinchuichi .btn-2 {
		bottom: 8%;
	}
}
@media screen and (max-width: 750px) {
	.shinchuichi .recommend {
		width: 81vw;
		top: 60%;
		left: 9vw;
		font-size: 4.1vw;
		line-height: 1.3;
	}
	.shinchuichi .recommend li {
		margin-bottom: 0.6em;
	}
	.shinchuichi .recommend li::before {
		width: 5.2vw;
		height: 5.2vw;
		vertical-align: -0.3em;
	}
	.shinchuichi .btn-2 {
		width: 90%;
		bottom: 3.5%;
	}
}

/* ------------------------------------- */

/* ------------------------------------- */

.area10 .onlinesemi {
	padding: 4rem 0 0;
	background-color: #3371BE;
}
.area10 .onlinesemi .inner {
	max-width: 1050px;
	margin: 0 auto;
}
.area10 .onlinesemi_point {
	background-image: linear-gradient(0deg, rgb(212, 244, 255) 63%, rgb(51, 113, 190) 63%);
}
.area10 .onlinesemi_point .inner {
	max-width: 1223px;
	margin: 0 auto;
	padding: 0 1rem;
}
.area10 .onlinesemi_free {
	background-color: #D4F4FF;
}
.area10 .onlinesemi_free .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 1rem;
}
@media screen and (max-width: 750px) {
	.area10 .onlinesemi {
		padding: 0;
	}
	.area10 .onlinesemi_point .inner {
		padding: 0 0.8rem;
	}
	.area10 .onlinesemi_free .inner {
		padding: 0 0.8rem;
	}
}

/* ------------------------------------- */

.area11 {
	padding: 4rem 0 3rem;
	background-color: #F6F6F6;
	font-feature-settings: "palt";
}
.area11 h2 {
	margin-bottom: 4rem;
}
.area11 h2 .inner {
	max-width: 1045px;
	margin: 0 auto;
}
.area11 h3 {
	margin-bottom: 1em;
	font-size: 1.9rem;
	color: #3371BE;
	font-weight: 700;
	text-align: center;
}
.area11 .dekirukoto {
	text-align: center;
	margin-bottom: 3rem;
	padding: 0 1.5rem;
}
.area11 .dekirukoto ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1rem;
	max-width: 1000px;
	margin: 0 auto;
}
.area11 .dekirukoto ul li {
	place-content: center;
	padding: 1.5em;
	color: #fff;
	background-color: #3371BE;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	border-radius: 0.5em;
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.4);
}
.area11 .dekirukoto ul li .grade {
	display: block;
	width: 6em;
	margin: 0 auto 0.5em;
	background-color: #fff;
	color: #3371BE;
	border-radius: 100vh;
}
.area11 .dekirukoto ul li .small {
	display: block;
	margin-top: 0.4em;
	font-size: 0.85em;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.area11 {
		padding: 2rem 0 0;
		background-color: #EEE;
	}
	.area11 h2 {
		margin-bottom: 2rem;
	}
	.area11 h3 {
		font-size: 6.6vw;
		margin-bottom: 0.5em;
	}
	.area11 .dekirukoto {
		padding: 0;
		margin-bottom: 2rem;
	}
	.area11 .dekirukoto h3 {
		font-weight: 400;
	}
	.area11 .dekirukoto ul {
		padding: 0 1rem;
		grid-template-columns: 1fr;
		row-gap: 0.5rem;
	}
	.area11 .dekirukoto ul li {
		padding: 0.3em;
		font-size: 5.3vw;
		line-height: 1.3;
		box-shadow: none;
		height: 6em;
	}
	.area11 .dekirukoto ul li .grade {
		margin: 0 auto 0.2em;
		font-size: 0.8em;
	}
	.area11 .dekirukoto ul li .small {
		margin-top: 0.2em;
		font-size: 0.65em;
	}
}

/* ------------------------------------- */

.area11 .course {
	padding: 0 1.5rem;
}
.area11 .course .grade {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 1.5rem 2rem;
	background-color: #fff;
}
.area11 .course .grade::before {
	position: absolute;
	content: '';
	top: -0.8rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6.5rem;
	height: 2rem;
	background-image: url(../images/area06_tape.png);
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}
.area11 .course .grade h4 {
	font-size: 1.5rem;
	color: #3371BE;
	text-align: center;
}
.area11 .course .grade h4 span {
	font-size: 1.5em;
}
.area11 .course .grade table {
	font-size: 1.2rem;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	line-height: 1.4;
}
.area11 .course .grade table th {
	padding: 1em;
	background-color: #E5ECF8;
	border: 1px solid #3371BE;
	color: #3371BE;
	font-weight: 400;
	width: 10em;
	text-align: center;
}
.area11 .course .grade table td {
	padding: 1em 1.5em;
	border: 1px solid #3371BE;
	font-weight: 500;
}
.area11 .course .grade table td .small {
	display: block;
	font-weight: 400;
}
.area11 .course .recommend {
	max-width: 1000px;
	margin: 0 auto 1rem;
}
.area11 .course .note {
	max-width: 1000px;
	margin: 0 auto 3rem;
	text-align: center;
	font-size: 0.95rem;
}
.area11 .attention {
	position: relative;
	max-width: 750px;
	margin: 0 auto 1rem;
	padding: 2em 1em 1.5em;
	text-align: center;
	border: 2px solid #3371BE;
}
.area11 .attention p span {
	font-weight: 500;
}
.area11 .attention h3 {
	padding: 0 0.8em;
	display: inline-block;
	position: absolute;
	top: -0.55em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.35rem;
	line-height: 1;
	background-color: #F6F6F6;
}
.area11 .attention h4 {
	font-size: 1.45rem;
	color: #3371BE;
}
@media screen and (max-width: 750px) {
	.area11 .course {
		padding: 0 1rem 0.5rem;
	}
	.area11 .course h3 {
		margin-bottom: 1em;
	}
	.area11 .course .grade {
		padding: 1rem 0.7rem;
	}
	.area11 .course .grade::before {
		width: 5rem;
	}
	.area11 .course .grade h4 {
		font-size: 4.8vw;
	}
	.area11 .course .grade table th,
	.area11 .course .grade table td {
		display: block;
		width: 100%;
		text-align: center;
	}
	.area11 .course .grade table th {
		padding: 0.2em;
		border-bottom: none;
		font-size: 3.3vw;
	}
	.area11 .course .grade table td {
		padding: 0.6em 0.2em;
		font-size: 5vw;
	}
	.area11 .course .grade table :not(:last-child) td {
		border-bottom: none;
	}
	.area11 .course .grade table td .small {
		margin-top: 0.3em;
		font-size: 0.68em;
	}
	.area11 .course .note {
		font-size: 3.5vw;
		margin: 0 auto 1.5rem;
	}
	.area11 .course .attention {
		padding: 1.3em 0.5em;
		font-size: 4vw;
		line-height: 1.5;
	}
	.area11 .attention h3 {
		font-size: 5vw;
		background-color: #EEE;
	}
	.area11 .attention h4 {
		font-size: 5vw;
		line-height: 1.4;
	}
}