@charset "UTF-8";

:root {
	scroll-padding-top: 50px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1032px) {
	html {
		font-size: 1.55vw;
	}
}
@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;
}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


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

.text-c01 {color: #4BA1E0 !important;}
.text-c02 {color: #FFFF02 !important;}
.text-c03 {color: #56B9E6 !important;}
.text-c04 {color: #EE80A7 !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-sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.font-serif {
	font-family: 'Noto Serif JP', serif;
}
.font-bold {
	font-weight: 700;
}

.slash {
	position: relative;
	display: inline-block;
	padding: 0 2.5em;
}
.slash::before,
.slash::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1.7em;
	height: 0.1em;
	background-color: #56B9E6;
}
.slash::before {
	transform: rotate(65deg);
	left: 0.8em;
}
.slash::after {
	transform: rotate(-65deg);
	right: 1em;
}

.display-1 {
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.display-1 {
		font-size: 4.5vw;
	}
}

.display-2 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	font-feature-settings: "palt";
}
.display-2 .en {
	display: block;
	margin-bottom: 0.4em;
	font-size: 0.7em;
	line-height: 1.4;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.display-2 {
		font-size: 6vw;
	}
}

.arrow_top {
	position: relative;
}
.arrow_top::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 77px solid transparent;
	border-left: 77px solid transparent;
	border-top: 70px solid #fff;
	border-bottom: 0;
}
@media screen and (max-width: 750px) {
	.arrow_top::before {
		border-right: 10vw solid transparent;
		border-left: 10vw solid transparent;
		border-top: 9vw solid #fff;
	}
}
#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: 20vw;
	}
}
/* ------------------------- */

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: 16.5rem;
	padding: 0.5em 2.5em 0.5em 1.4em;
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(54,54,54,1) 49%, rgba(75,75,75,1) 51%, rgba(149,149,149,1) 100%);
}
a.btn-1::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.5em;
	content: '';
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
}
a.btn-1:hover {
	filter: brightness(1.2);
}
@media screen and (max-width: 750px) {
	a.btn-1 {
		width: 90%;
		font-size: 4.5vw;
	}
}

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

a.btn-6 {
	padding: 0.7em 3em 0.7em 2em;
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	background-color: #ED7A01;
}
a.btn-6::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.8em;
	font-family: bootstrap-icons;
	content: '\F4F4';
}
a.btn-6:hover {
	opacity: 0.8;
}
@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 #56B9E6;
}
hr.dashed {
	border-top: 2px dashed #56B9E6;
}
hr.dotted {
	border-top: 2px dotted #56B9E6;
}
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 0;
	text-align: center;
}
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: 4vw 0 6vw;
	}
	footer .ft_axis .link {
		margin-bottom: 1vw;
	}
}

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

#ftInfo .contents {
	padding: 30px 70px 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;
	gap: 1.5em;
	margin-top: 1em;
}
#ftInfo .listLink a {
	display: block;
	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 {
	line-height: 1;
	color: #0071be;
	font-size: 0.8em;
	font-family: bootstrap-icons;
	content: "\F285";
	margin-right: 0.1em;
}
#ftInfo small {
	display: block;
	color: #999;
	line-height: 1;
	padding-left: 0.2em;
}
@media screen and (max-width: 1000px) {
	#ftInfo .contents {
		padding: 20px 0 30px 20px;
	}
	#ftInfo .contents .inner {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#ftInfo .listLink {
		padding: 20px 0 10px;
	}
	#ftInfo small {
		margin-top: 1em;
	}
}
@media screen and (max-width: 750px) {
	#ftInfo .contents {
		padding: 2vw 15px;
		border-top: 1px solid #ccc;
	}
	#ftInfo .logo-wao {
		padding: 0 10vw;
	}
	#ftInfo .listLink {
		gap: 0.8em;
		margin-top: 0.3em;
	}
		#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;
	}
}

/* コンテンツ
------------------------------------- */
header {
	height: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
header h1 {
	margin: 0;
	padding: 0;
}
header .logo img {
	width: 32.5rem;
}
@media screen and (min-width: 751px) {
	header {
		display: none;
	}	
}
@media screen and (max-width: 750px) {
	header {
		height: 13vw;
	}	
	header h1 {
		padding: 0 0 2vw;
	}
	header .logo img {
		width: 70vw;
	}
}

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

.contact_area {
	padding: 4rem 2rem;
	text-align: center;
	background-color: #4BA1E0;
	color: #fff;
}
.contact_area h2 {
	font-size: 1.7rem;
	margin-bottom: 1.8em;
	color: #fff;
}
.contact_area ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 950px;
	margin: 0 auto;
	gap: 1rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.4;
}
.contact_area ul h3 {
	font-size: 1.15em;
	font-weight: 700;
}
.contact_area ul .button {
	margin-bottom: 2rem;
}
.contact_area ul .telnum img {
	width: 80%;
}
.contact_area ul .button a:hover img {
	opacity: 1;
	transform: translate(0, 3px);
	z-index: 1;
}
.contact_area ul .free_balloon a {
	position: relative;
}
.contact_area ul .free_balloon a::before {
	position: absolute;
	content: '';
	top: -85px;
	left: -65px;
	width: 110px;
	height: 110px;
	background-image: url(../images/contact_free_balloon.webp);
	background-size: contain;
	z-index: 2;
}
.contact_area ul .free_tokuten {
	color: #FFFF02;
	font-weight: 700;
	font-size: 1.1em;
}
@media screen and (max-width: 1100px) {
	.contact_area ul .free_balloon a::before {
		left: -35px;
	}
}
@media screen and (max-width: 1030px) {
	.contact_area ul .free_balloon a::before {
		width: 10.6vw;
		height: 10.6vw;
		top: -8.2vw;
		left: -3.4vw;
	}
}
@media screen and (max-width: 750px) {
	.contact_area {
		padding: 10vw 5vw;
	}	
	.contact_area h2 {
		font-size: 5.4vw;
		margin-bottom: 1.2em;
	}
	.contact_area ul {
		grid-template-columns: 1fr;
		padding: 0 5vw;
		font-size: 3.7vw;
	}
	.contact_area ul h3 {
		font-size: 1.15em;
	}
	.contact_area ul .button {
		margin-bottom: 3vw;
	}
	.contact_area ul .telnum img {
		padding-top: 1vw;
	}
	.contact_area ul .free_balloon a::before {
		display: none;
	}
	.contact_area ul .free_balloon_sp {
		text-align: left;
		color: #FFFF02;
		margin-bottom: 0.3em;
	}
}

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

.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%;
	height: 80px;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #fff;
	background-color: #ED7A01;
	border: 3px solid #ED7A01;
}
a.btn-fix span.sub {
	font-size: 0.65em;
	display: block;
}
a.btn-fix span.lsp {
	letter-spacing: 0.1em;
}
a.btn-fix.shiryo {
	color: #ED7A01;
	background-color: #fff;
}
a.btn-fix.shiryo::before {
	position: absolute;
	top: 1.3em;
	left: 6em;
	width: 1.1em;
	height: 1.2em;
	content: '';
	background-image: url(../images/icon02.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-fix:hover {
	filter: brightness(105%);
}
@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;
		border: 0.14rem solid #ED7A01;
	}
	a.btn-fix.shiryo::before {
		top: 1.5em;
		left: 3em;
	}
}

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

.main_visual .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.main_visual .inner .pic {
	height: 712px;
	object-fit: cover;
}
.main_visual .inner .logo {
	position: absolute;
	top: 48px;
	left: 56%;
	width: 440px;
	height: 50px;
}
@media screen and (max-width: 1200px) {
	.main_visual .inner .logo {
		top: 4vw;
		width: 36.7vw;
		height: 4.4vw;
	}
}
@media screen and (max-width: 1200px) {
	.main_visual .inner .pic {
		height: 59.3vw;
	}
}
@media screen and (max-width: 750px) {
	.main_visual .inner .pic {
		height: auto;
	}
	.main_visual .inner .logo {
		top: 4vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 70%;
		height: 7vw;
	}
}

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

.note_area {
	padding: 2rem 0;
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center; /* 元からある設定：これで中身を中央に寄せる */	
	background-color: #F0F0F1;
}
.note_area ul {
	display: inline-block; /* 追加：リスト全体の幅を中身に合わせる */
	text-align: left;      /* 追加：箇条書きのテキスト自体は左揃えにする */
	padding: 0;            /* reset.cssで消えていれば不要ですが念のため */
}
.note_area li {
	margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
	.note_area {
		padding: 2em 1em;   /* スマホ時の余白調整 */
	}
	.note_area ul {
		display: block;    /* スマホでは全幅に */
		font-size: 3vw;
	}
}

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

.area01 {
	padding: 4rem 0.3rem 5rem;
	background-color: #EEE;
}
.area01 .shingakunen {
	width: 289px;
	margin: 0 auto 1em;
}
.area01 h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.area01 .fig01 {
	position: relative;
	width: 63.5rem;
	margin: 0 auto;
}
.area01 .fig01 .txt {
	position: absolute;
	top: 11.7rem;
	left: 8.2rem;
}
.area01 .fig01 .txt ul {
	display: grid;
	grid-template-columns: 16.8rem 19rem;
	column-gap: 12.5rem;
	align-items: center;
	height: 8.5rem;
	margin-bottom: 2rem;
}
.area01 .fig01 .txt ul .pattern {
	display: none;
}
.area01 .fig01 .txt ul li {
	line-height: 1.5;
	font-feature-settings: "palt";
}
.area01 .fig01 .txt ul li span {
	color: #4BA1E0;
	font-weight: 500;
}
.area01 .fig01 .txt ul li.before {
	font-size: 1.1rem;
}
.area01 .fig01 .txt ul li.after {
	font-size: 1.25rem;
}
.area01 .fig01 .txt ul li.after span {
	font-size: 1.2em;
}
@media screen and (max-width: 750px) {
	.area01 {
		padding: 7vw 0 6vw;
	}
	.area01 h2 {
		font-size: 6vw;
	}
	.area01 .shingakunen {
		width: 46vw;
		margin: 0 auto 0.3em;
	}
	.area01 .fig01 {
		width: 100%;
	}
	.area01 .fig01 .txt {
		position: static;
	}
	.area01 .fig01 .txt ul {
		position: relative;
		display: flex;
		flex-direction: column;
		row-gap: 7.4rem;
		height: 19.8rem;
		align-items: start;
		margin-bottom: 0;
		padding-top: 4.4rem;
		background-image: url(../images/area01_fig01_sp.webp);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.area01 .fig01 .txt ul .pattern {
		display: block;
		position: absolute;
		top: 13vw;
		right: 6vw;
		font-size: 3.2vw;
		color: #AAA;
	}
	.area01 .fig01 .txt ul li {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.area01 .fig01 .txt ul li.before {
		font-size: 4vw;
	}
	.area01 .fig01 .txt ul li.after {
		font-size: 4vw;
	}
}

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

.area02 {
	margin-top: -4rem;
	padding-bottom: 4rem;
}
.area02 .screen {
	max-width: 953px;
	margin: 0 auto;
}
.area02 .box {
	max-width: 998px;
	margin: 0 auto;
	padding: 0.6rem;
	background-image: url(../images/area02_box_bg.webp);
	background-size: cover;
}
.area02 .box .inner {
	padding: 4rem 3rem 4.5rem;
	background-color: #fff;
	text-align: center;
}
.area02 h3 {
	margin-bottom: 2em;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
}
.area02 h3 span {
	font-weight: 700;
}
.area02 .display-1_bg {
	margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
	.area02 {
		margin-top: -11vw;
		padding-bottom: 0;
	}
	.area02 .box .inner {
		padding: 7vw 5vw;
	}
	.area02 .box {
		background-image: url(../images/area02_box_bg_sp.webp);
	}
	.area02 h3 {
		margin-bottom: 5vw;
		font-size: 6vw;
	}
	.area02 .display-1_bg {
		background-color: #DBF5FC;
		padding: 0.3em;
		border-radius: 100vh;
		margin-bottom: 5vw;
	}
}

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

.area03 {
	padding: 4rem 1rem;
	background-color: #56B9E6;
}
.area03 h2 {
	margin-bottom: 2em;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.area03 h2 span {
	font-weight: 700;
	color: #FFFF02;
}
.area03 .contents {
	max-width: 1113px;
	margin: 0 auto;
	padding: 3.5rem;
	background-color: #fff;
}
.area03 h3 {
	margin-bottom: 2em;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	font-feature-settings: "palt";
}
.area03 h3 span {
	font-weight: 500;
	color: #4BA1E0;
}
.area03 .contents ul {
	display: grid;
	grid-template-columns: 40% 1fr;
	column-gap: 2rem;
	margin-bottom: 3.5rem;
}
.area03 .okada {
	position: relative;
	padding: 2rem;
	background-color: #F6F6F6;
	font-size: 0.9rem;
}
.area03 .okada img {
	margin-bottom: 1rem;
}
.area03 .okada .name {
	margin-top: 0.5rem;
	font-size: 0.9em;
}
.area03 .okada h4 {
	font-size: 1.2em;
	color: #4BA1E0;
	line-height: 1.4;
	font-feature-settings: "palt";
}
.area03 .okada::before {
	position: absolute;
	content: '';
	bottom: -1.2rem;
	left: 0;
	width: 100%;
	height: 1.2rem;
	background-image: url(../images/area03_shadow.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.area03 ul li.fig {
	padding-top: 1.5rem;
}
.area03 ul li.fig .note {
	margin: 2rem 2rem 0;
	padding: 1rem 1.5rem;
	font-size: 0.9rem;
	border: 2px solid #ccc;
}

@media screen and (max-width: 1150px) {
	.area03 .contents {
		padding: 3rem 2rem;
	}
}
@media screen and (max-width: 750px) {
	.area03 {
		padding: 6vw 0.6rem;
	}
	.area03 h2 {
		margin-bottom: 0.8em;
		font-size: 6vw;
	}
	.area03 h3 {
		margin-bottom: 4vw;
		font-size: 4vw;
	}
	.area03 .contents {
		padding: 6vw 5vw;
	}
	.area03 .contents ul {
		grid-template-columns: 1fr;
		row-gap: 6vw;
		margin-bottom: 7vw;
	}
	.area03 .okada {
		padding: 7vw;
		font-size: 3.9vw;
	}
	.area03 .okada h4 {
		font-size: 1.1em;
	}
	.area03 .okada::before {
		position: absolute;
		content: '';
		bottom: -4vw;
		left: 0;
		width: 100%;
		height: 4vw;
		background-image: url(../images/area03_shadow.webp);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.area03 ul li.fig {
		padding-top: 0;
		grid-row: 1 / 1;
		grid-column: 1 / 1;
	}
	.area03 ul li.fig .note {
		margin: 7vw 0 0;
		padding: 2.5vw 1.4em;
		font-size: 4vw;

	}
}

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

.area04 {
	padding: 0 1rem 3rem;
	background-image: url(../images/area04_bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
.area04 h2 {
	max-width: 1113px;
	margin: 0 auto 1em;
	padding-left: 2em;
}
.area04 .contents {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 4rem;
	max-width: 1113px;
	margin: 0 auto;
	padding: 3.5rem;
	background-color: #fff;
}
.area04 .contents h3 {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1em;
}
.area04 .box {
	padding: 0.7rem;
	background-image: url(../images/area04_course_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.area04 .box a {
	text-decoration: underline;
	background-color: #FAE52B;
	color: #000;
}
.area04 .box a:hover {
	text-decoration: none;
}
.area04 table {
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-left: 1rem solid #fff;
	border-right: 1rem solid #fff;
}
.area04 table td {
	height: 10rem;
	vertical-align: middle;
	font-size: 0.8rem;
	line-height: 1.4;
	font-feature-settings: "palt";
}
.area04 table tr:not(:last-child) {
	border-bottom: 2px solid #4BA1E0;
}
.area04 table td h4 {
	font-size: 1.2rem;
	color: #4BA1E0;
	line-height: 1.3;
}
@media screen and (max-width: 1150px) {
	.area04 .contents {
		column-gap: 3vw;
	}
}
@media screen and (max-width: 750px) {
	.area04 {
		padding: 0.8rem 0.5rem 2rem;
		background-image: url(../images/area04_bg_sp.webp);
	}
	.area04 h2 {
		margin: 0 auto 1em;
		padding-left: 0.5em;
	}
	.area04 .contents {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 6vw;
		padding: 4vw;
	}
	.area04 .contents h3 {
		margin-bottom: 0.6em;
	}
	.area04 .box {
		padding: 0.3rem;
		background-image: url(../images/area04_course_bg_sp.webp);
	}
	.area04 table td {
		height: auto;
		font-size: 4vw;
		line-height: 1.5;
		padding: 1.3em 0;
	}
	.area04 table td h4 {
		font-size: 5.2vw;
	}
	.area04 table td h4 br {
		display: none;
	}
	.area04 table td h4 br.block {
		display: block;
	}
}

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

.area05 {
	position: relative;
	background-color: #56B9E6;
	padding: 12rem 1rem 5rem;
	background-image: url(../images/area05_bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.area05 .group_pic {
	position: absolute;
	top: -4rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 856px;
}
.area05 h2 {
	max-width: 1113px;
	margin: 0 auto 1em;
	padding-left: 2em;
}
.area05 .contents {
	max-width: 1113px;
	margin: 0 auto;
	padding: 4rem 2rem;
	background-color: #fff;
}
.area05 .contents .inner {
	max-width: 807px;
	margin: 0 auto 2rem;
}
.area05 .contents .inner h3 {
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.area05 {
		padding: 3.6rem 0.6rem 1.5rem;
		background-image: url(../images/area05_bg.webp);
	}
	.area05 .group_pic {
		top: -1.5rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 1rem;
		max-width: 856px;
	}
	.area05 h2 {
		margin: 0 auto 0.7em;
		padding-left: 0.4em;
	}
	.area05 .contents {
		padding: 1.2rem 0.6rem;
	}
	.area05 .contents .inner {
		margin: 0 auto;
	}
}

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

.area06 {
	padding: 2.5rem 1.5rem 1.5rem;
	background-image: url(../images/area06_bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
.area06 h2 {
	margin-bottom: 1.3em;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	color: #4BA1E0;
	font-feature-settings: "palt";
}
.area06 h2 span {
	display: block;
	margin-top: 1em;
	font-size: 1.1rem;
	color: #000;
	font-weight: 400;
}
.area06 .support {
	max-width: 1000px;
	margin: 0 auto 2rem;
	padding: 3rem 2rem 0;
	text-align: center;
	background-color: #F4F4F4;
	background-image: url(../images/area06_support_bg.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.area06 .support h3 {
	display: inline-block;
	padding-bottom: 0.1em;
	font-size: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #4BA1E0;
}
.area06 .support ul {
	display: flex;
	align-items: start;
	gap: 6vw 0;
	max-width: 840px;
	margin: 0 auto;
	padding: 1rem 0 4rem;
}
.area06 .support ul.reverse {
	flex-direction: row-reverse;
}
.area06 .support li {
	width: 50%;
	text-align: center;
	font-size: 0.95rem;
	line-height: 1.7;
}
.area06 .support li.txt {
	text-align: left;
}
.area06 .support h4 {
	font-size: 1.35rem;
	margin-bottom: 1.3em;
}
.area06 .support.spt1 ul {
	column-gap: 3rem;
	padding-top: 2rem;
}
.area06 .support.spt1 .txt {
	padding-right: 2em;
}
.area06 .support.spt2 ul {
	padding: 0;
}
.area06 .support.spt2 li img {
	height: 25rem;
}
.area06 .support.spt2 .txt {
	padding-top: 6em;
	padding-left: 4em;
}
.area06 .support.spt3 ul {
	align-items: stretch;
}
.area06 .support.spt3 li {
	width: 55%;
}
.area06 .support.spt3 .txt {
	width: 45%;
	padding: 2em 1em 3em 2em;
	display: flex;
	flex-direction: column;
}
.area06 .support.spt3 .txt .button {
	margin-top: auto;
}
@media screen and (max-width: 750px) {
	.area06 {
		padding: 10vw 0 0;
	}
	.area06 h2 {
		margin-bottom: 1em;
		font-size: 6vw;
	}
	.area06 h2 span {
		margin-top: 0.8em;
		font-size: 3.3vw;
	}
	.area06 .support {
		margin: 0 auto 6vw;
		padding: 6vw 0 10vw;
	}
	.area06 .support:last-child {
		margin: 0 auto;
	}
	.area06 .support h3 {
		font-size: 5.3vw;
		margin-bottom: 1em;
	}
	.area06 .support ul {
		flex-direction: column;
		padding: 0 8vw;
	}
	.area06 .support ul.reverse {
		flex-direction: column;
		padding: 0 8vw;
	}
	.area06 .support li {
		width: 100%;
		font-size: 3.9vw;
	}
	.area06 .support h4 {
		font-size: 5.2vw;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.area06 .support.spt1 ul {
		padding-top: 0;
	}	
	.area06 .support.spt1 .txt {
		padding-right: 0;
	}
	.area06 .support.spt2 h3 {
		margin-bottom: 0.3em;
	}
	.area06 .support.spt2 li img {
		display: block;
		height: 65vw;
		margin: 0 auto;
	}
	.area06 .support.spt2 .txt {
		padding-top: 0;
		padding-left: 0;
	}
	.area06 .support.spt3 h3 {
		margin-bottom: 0.2em;
	}
	.area06 .support.spt3 ul {
		row-gap: 0;
	}	
	.area06 .support.spt3 li {
		width: 100%;
	}
	.area06 .support.spt3 .txt {
		width: 100%;
		padding: 0.3em 0 0;
	}
	.area06 .support.spt3 .txt .button {
		margin-top: 2em;
	}	
}

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

.area07 {
	padding-bottom: 4rem;
}
.area07 h3 {
	margin-bottom: 2em;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
	font-feature-settings: "palt";
}
.area07 .box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0.7rem;
	background-image: url(../images/area07_box_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.area07 .box .inner {
	background-color: #fff;
	padding: 2.5rem 3rem 2rem;
}
.area07 .box .inner ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
}
.area07 .box .inner ul li p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.7rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #EE80A7;
	background-color: #FCEDF3;
}
.area07 .box .inner ul li span {
	display: block;
	font-size: 0.8rem;
}
.area07 .box .inner ul li {
	position: relative;
}
.area07 .box .inner ul li::after {
	position: absolute;
	content: '';
	top: -0.7rem;
	right: 1rem;
	width: 2.42rem;
	height: 1.6rem;
	background-image: url(../images/area07_balloon1.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
.area07 .box .inner ul li.ansin::after {
	background-image: url(../images/area07_balloon2.webp);
}
@media screen and (max-width: 750px) {
	.area07 {
		padding-bottom: 0;
	}
	.area07 .box {
		padding: 0.6rem;
		background-image: url(../images/area07_box_bg_sp.webp);
	}
	.area07 .box .inner {
		padding: 1.5rem 1.5rem;
	}
	.area07 h3 {
		margin-bottom: 1.5em;
		font-size: 6vw;
	}
	.area07 .box .inner ul {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}
	.area07 .box .inner ul li p {
		height: 3.5rem;
		font-size: 5.3vw;
	}
	.area07 .box .inner ul li::after {
		top: -1rem;
		right: -0.5rem;
		width: 3rem;
		height: 2rem;
	}
}

/* -------------------------------------
	Performance safe tweaks
------------------------------------- */
img {
	max-width: 100%;
	height: auto;
}

#pagetop {
	will-change: opacity;
}

.fixcontact,
#pagetop a {
	contain: paint;
}
/* =====================================
   GW特訓 完全再現スタイル
===================================== */

.gw_reproduction {
    background-color: #fff;
    padding: 40px 0 60px;
    text-align: center;
}

.gw_reproduction .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

/* バナー画像 */
.gw_banner {
    margin-bottom: 30px; /* 画像とボタンの距離 */
}

.gw_banner img {
    width: 100%;
    max-width: 850px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 申し込みボタン */
.btn_main {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    background-color: #0096e0; /* 画像に合わせた水色 */
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 4px; /* 緩やかな角丸 */
    text-decoration: none;
    transition: opacity 0.3s;
    margin-bottom: 25px;
}

.btn_main:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* サブエリア（パンフ案内とダウンロード） */
.gw_sub_area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.pamp_text {
    font-size: 14px;
    color: #333;
}

.btn_sub {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #0096e0;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
}

/* レスポンシブ（スマホ用） */
@media screen and (max-width: 750px) {
    .gw_reproduction {
        padding: 30px 10px;
    }
    
    .btn_main {
        font-size: 18px;
        max-width: 90%;
    }

    .gw_sub_area {
        flex-direction: column;
        gap: 10px;
    }
    
    .pamp_text {
        font-size: 13px;
    }
}