@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: #ED7DA1 !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;
}
.display-1 {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.3;
	letter-spacing: -0.05em;
	font-family: 'Noto Serif JP', serif;
}
.display-1 span {
	margin-bottom: 1.5em;
	display: block;
	font-size: 1.3em;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	color: #ED7DA1;
}
@media screen and (max-width: 750px) {
	.display-1 {
		font-size: 4.5vw;
	}
	.display-1 span {
		margin-bottom: 0.7em;
	}
}
.display-2 {
	font-size: 1.75rem;
	text-align: center;
	line-height: 1.3;
	letter-spacing: -0.05em;
	font-family: 'Noto Serif JP', serif;
}
.display-2 span {
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ED7DA1;
}
@media screen and (max-width: 750px) {
	.display-2 {
		font-size: 5.8vw;
	}
	.display-2 span {
		margin-bottom: 0.7em;
	}
}

.stripe_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background-size: auto auto;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #FAE52B 4px, #FAE52B 9px );
}

.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-2 {
	width: 300px;
	padding: 0.5em 1em 0.5em 0.5em;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
	background-color: #E92406;
	border-radius: 0.4em;
	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-2::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.8em;
	font-family: bootstrap-icons;
	content: '\F4F4';
}
a.btn-2:hover {
	background-color: #e85039;
}
@media screen and (max-width: 750px) {
	a.btn-2 {
		padding: 0.4em 1.5em 0.4em 0.5em;
		font-size: 4.8vw;
	}
}

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

a.btn-3 {
	margin: 0 auto;
	padding: 0.6em 2em 0.6em 1.5em;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	border-radius: 0.4em;
	background: linear-gradient(to bottom,  rgb(173, 206, 255) 0%,rgb(149, 191, 255) 48%,rgb(130, 180, 255) 51%,rgb(150, 190, 249) 100%);
}
a.btn-3::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.5em;
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
	color: #fff;
}
a.btn-3:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-3 {
		width: 80%;
		font-size: 4.6vw;
	}
}

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

a.btn-4 {
	margin: 0 auto;
	padding: 0.6em 2em 0.6em 0.8em;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1;
	color: #000;
	border-radius: 0.4em;
	background: linear-gradient(to bottom,  rgb(255, 255, 255) 0%,rgb(245, 245, 245) 48%,rgb(243, 243, 243) 51%,rgb(240, 240, 240) 100%);
	border: 0.15em solid #ddd;
	font-feature-settings: "palt";
}
a.btn-4::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.5em;
	font-family: bootstrap-icons;
	content: '\F229';
	display: inline-block;
	color: #ED7DA1;
}
a.btn-4:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-4 {
		width: 80%;
		font-size: 4.6vw;
	}
}

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

a.btn-6 {
	padding: 0.7em 3em 0.7em 2em;
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	border-radius: 0.4em;
	background: linear-gradient(to bottom, rgb(238, 155, 66) 0%,rgb(239, 149, 53) 48%,rgb(237, 122, 1) 51%,rgb(232, 128, 16) 100%);
}
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 #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 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: 5vw 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: 5rem 2rem;
	text-align: center;
	background-image: linear-gradient(90deg, rgb(241, 162, 199), rgb(242, 174, 142));
}
.contact_area h2 {
	font-size: 1.7rem;
	margin-bottom: 1.5em;
	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: 1rem;
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
}
.contact_area ul h3 {
	font-size: 1.15em;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
.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);
}


@media screen and (max-width: 750px) {
	.contact_area {
		padding: 10vw 5vw;
	}	
	.contact_area h2 {
		font-size: 5.4vw;
	}
	.contact_area ul {
		grid-template-columns: 1fr;
		padding: 0 5vw;
		font-size: 3.8vw;
	}
	.contact_area ul h3 {
		font-size: 1.15em;
	}
	.contact_area ul .button {
		margin-bottom: 3vw;
	}
	.contact_area ul .telnum img {
		padding-top: 1vw;
	}
}

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

.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: #000;
	background-color: #f5c1a9;
}
a.btn-fix span {
	font-size: 0.65em;
	display: block;
}
a.btn-fix.shiryo {
	background-color: #fbcee2;
}
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(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;
	}
	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: 721px;
	object-fit: cover;
}
.main_visual .inner .logo {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 500px;
	height: 50px;
}
@media screen and (max-width: 1280px) {
	.main_visual .inner .logo {
		top: 3.5vw;
		width: 43.8vw;
		height: 4.4vw;
	}
}
@media screen and (max-width: 1140px) {
	.main_visual .inner .pic {
		height: 63.2vw;
	}
}
@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;
	}
}

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

.sakura-L {
	position: absolute;
	left: 0;
	object-fit: cover;
	object-position: right top;
	mix-blend-mode: multiply;
}
.sakura-R {
	position: absolute;
	right: 0;
	object-fit: cover;
	object-position: left top;
	mix-blend-mode: multiply;
}

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

.campaign_area .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.campaign_area .inner .pic {
	height: 525px;
	object-fit: cover;
}
.campaign_area .inner .sakura-L {
	bottom: 20px;
	width: 180px;
	height: 230px;
}
.campaign_area .inner .sakura-R {
	top: -170px;
	width: 280px;
	height: 380px;
}
@media screen and (max-width: 1280px) {
	.campaign_area .inner .sakura-L {
		width: 13vw;
	}
	.campaign_area .inner .sakura-R {
		width: 20vw;
	}
}
@media screen and (max-width: 1140px) {
	.campaign_area .inner .pic {
		height: 46vw;
	}
	.campaign_area .inner .sakura-L {
		bottom: 1.8vw;
		height: 20.2vw;
	}
	.campaign_area .inner .sakura-R {
		top: -14.9vw;
		height: 33.3vw;
	}
}
@media screen and (max-width: 750px) {
	.campaign_area .inner .pic {
		height: auto;
	}
	.campaign_area .inner .sakura-L {
		width: 21vw;
		bottom: 50vw;
		height: 32vw;
	}
	.campaign_area .inner .sakura-R {
		width: 18vw;
		top: -32vw;
		height: 40vw;
	}
}

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

.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%;
	}
}

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

.note_area {
	padding: 2rem 0;
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center;
	background-color: #F0F0F1;
}
.note_area li {
	margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
	.note_area {
		padding: 2em 2em 1.5em;
		font-size: 3vw;
		line-height: 1.4;
		text-align: left;
	}
}

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

.area01 {
	padding: 6rem 0;
}
@media screen and (max-width: 750px) {
	.area01 {
		padding: 7vw 0;
	}
}

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

.area02 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 6rem 0;
}
.area02 h2 {
	margin-bottom: 1em;
	font-size: 2.5rem;
	font-weight: 700;
	color: #ED7DA1;
	text-align: center;
}
.area02 .fig {
	max-width: 1031px;
	margin: 0 auto;
}
.area02 .sakura-L {
	top: -80px;
	width: 270px;
	height: 340px;
}
.area02 .sakura-R {
	top: 0px;
	width: 150px;
	height: 210px;
}
@media screen and (max-width: 1030px) {
	.area02 .sakura-L {
		width: 18vw;
		top: 1.8vw;
		height: 20.2vw;
	}
	.area02 .sakura-R {
		width: 18vw;
		top: -14.9vw;
		height: 33.3vw;
	}
}
@media screen and (max-width: 750px) {
	.area02 {
		padding: 8vw 0;
	}
	.area02 h2 {
		margin-bottom: 0.5em;
		font-size: 7vw;
	}
	.area02 .sakura-L {
		width: 15vw;
		top: -21vw;
		height: 45vw;
	}
	.area02 .sakura-R {
		width: 20vw;
		top: 0vw;
		height: 30vw;
	}
}

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

.area03 {
	padding: 5rem 0;
}
.area03 h3 {
	font-size: 1.8rem;
	color: #ED7DA1;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.area03 .advisor_voice {
	max-width: 820px;
	margin: 0 auto;
	padding: 1rem 2rem 3rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.5rem;
	font-size: 0.82rem;
	line-height: 1.4;
}
.area03 .advisor_voice .photo {
	margin-bottom: 0.8em;
}
.area03 .advisor_voice .name {
	font-size: 1.1em;
	margin-bottom: 0.6em;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 750px) {
	.area03 {
		padding: 12vw 0 10vw;
	}
	.area03 h3 {
		font-size: 5.6vw;
	}
	.area03 .advisor_voice {
		margin-bottom: 5vw;
		padding: 2vw 10vw;
		grid-template-columns: 1fr;
		font-size: 3.8vw;
		line-height: 1.6;
	}
	.area03 .advisor_voice p {
		padding: 0 0.5em;
	}
	.area03 .advisor_voice .photo {
		padding: 0 ;
	}
	.area03 .advisor_voice .name {
		margin-bottom: 0.4em;
	}
}

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

.area04 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 7rem 2rem 4rem;
	background-image: linear-gradient(0deg, rgb(247, 211, 192), rgb(252, 239, 243));
}
.area04 .display-2 {
	margin-bottom: 1em;
}

.area04 .sakura-L {
	bottom: -100px;
	width: 170px;
	height: 210px;
}
.area04 .sakura-R {
	top: -55px;
	width: 240px;
	height: 300px;
}
@media screen and (max-width: 1030px) {
	.area04 .sakura-L {
		bottom: -9.7vw;
		width: 16.5vw;
		height: 20vw;
	}
	.area04 .sakura-R {
		top: -5.3vw;
		width: 23vw;
		height: 29vw;
	}
}
@media screen and (max-width: 750px) {
	.area04 {
		padding: 12vw 4vw 2vw;
	}
	.area04 .sakura-L {
		display: none;
	}
	.area04 .sakura-R {
		top: -6vw;
		width: 23vw;
		height: 33vw;
	}
}

.area04 .course {
	max-width: 1190px;
	margin: 0 auto 1.5rem;
	padding: 40px 20px;
	background-color: #fff;
}
.area04 .course h3 {
	margin-bottom: 1em;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.area04 .course h3 span {
	font-size: 0.85em;
	font-weight: 400;
}
.area04 .course ul {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 0.2rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	font-size: 0.9rem;
	line-height: 1.6;
}
.area04 .course ul .balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.8rem;
	margin-bottom: 0.9rem;
	padding-bottom: 0.5em;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
	font-feature-settings: "palt";
	background-image: url(../images/balloon_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.area04 .course ul li .btn {
	margin: 1em 0 0;
}
.area04 .course ul .balloon .illust {
	position: absolute;
	height: 183px;
}
.area04 .course.sho ul .balloon .illust {
	top: -150px;
	left: -35px;
}
.area04 .course.chu ul .balloon .illust {
	top: -105px;
	right: -40px;
}
.area04 .course.kou ul .balloon .illust {
	top: -105px;
	left: -50px;
}
.area04 .course .balloon span {
	background-color: #F0D8DE;
}
.area04 .course ul h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.5em;
	position: relative;
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	color: #ED7DA1;
	font-weight: 700;
	text-align: center;
}
.area04 .course.sho ul h4 .catch {
	position: absolute;
	top: -1.2rem;
	left: -3rem;
	height: 3rem;
}
.area04 .course.chu ul h4 .catch {
	position: absolute;
	top: -1.2rem;
	left: -1.5rem;
	height: 3rem;
}
.area04 .course ul .txt {
	margin-bottom: 0;
	font-size: 0.8rem;
	line-height: 1.4;
	text-align: center;
	font-feature-settings: "palt";
}
@media screen and (max-width: 1150px) {
	.area04 .course ul {
		gap: 1.7vw;
	}
}
@media screen and (max-width: 750px) {
	.area04 .course {
		margin: 0 auto 5vw;
		padding: 6vw 3vw;
		background-color: #fff;
	}
	.area04 .course h3 {
		margin-bottom: 1em;
		font-size: 5.4vw;
	}
	.area04 .course h3 span {
		display: block;
		margin-top: 0.5em;
		font-size: 0.75em;
	}
	.area04 .course ul {
		padding: 0;
		grid-template-columns: 1fr;
		gap: 2vw;
		font-size: 4vw;
	}
	.area04 .course ul li {
		margin-bottom: 4vw;
	}
	.area04 .course ul .balloon {
		height: 17.3vw;
		margin-bottom: 1vw;
		font-size: 4.2vw;
		background-image: url(../images/balloon_bg_sp.png);
	}
	.area04 .course ul h4 {
		height: auto;
		margin-bottom: 0.5em;
		font-size: 5.6vw;
	}
	.area04 .course ul h4 .catch {
		display: none;
	}
	.area04 .course ul .txt {
		font-size: 4vw;
	}
	.area04 .course ul li .btn {
		margin: 1em 0 0.5em;
	}
	.area04 .course ul .balloon .illust {
		height: 28vw;
	}
	.area04 .course.sho ul .balloon .illust {
		top: -31vw;
		left: 0;
	}
	.area04 .course.chu ul .balloon .illust {
		top: -30vw;
		right: 0;
	}
	.area04 .course.kou ul .balloon .illust {
		top: -30vw;
		left: 0;
	}
}

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

.area05 {
	padding: 6rem 0;
	font-size: 1.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: -0.05em;
}
.area05 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	.area05 {
		padding: 7vw 0;
		font-size: 6vw;
		line-height: 1.3;
	}
}

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

.area06 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 6rem 0 0;
}
.area06 h2 {
	margin-bottom: 1em;
	font-size: 2.5rem;
	font-weight: 700;
	color: #ED7DA1;
	text-align: center;
}
.area06 .teacher {
	display: flex;
	align-items: center;
	max-width: 39rem;
	margin: 0 auto;
	padding: 2rem 0;
	font-size: 1.05rem;
	line-height: 1.6;
	background-color: #fff;
}
.area06 .teacher .ttl {
	width: 30%;
	padding: 0 2.5rem;
	text-align: center;
}
.area06 .teacher .txt {
	width: 70%;
	padding-right: 2em;
}
.area06 .photo {
	max-width: 1108px;
	margin: 0 auto;
}
.area06 .sakura-R {
	top: -150px;
	width: 280px;
	height: 380px;
}
@media screen and (max-width: 750px) {
	.area06 {
		padding: 16vw 0 6vw;
	}
	.area06 h2 {
		font-size: 7vw;
	}
	.area06_content {
		display: flex;
		flex-direction: column-reverse;
	}
	.area06 .teacher {
		flex-direction: column;
		width: 88%;
		padding: 3vw 5vw 6vw;
	}
	.area06 .teacher .ttl {
		width: 55%;
		margin-bottom: 2vw;
	}
	.area06 .teacher .txt {
		width: 100%;
		padding: 0;
		font-size: 3.8vw;
	}
	.area06 .sakura-R {
		top: -22vw;
		width: 35vw;
		height: 47vw;
	}
}

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

.area07 {
	padding: 3rem 2rem;
	text-align: center;
}
.area07 .display-2 {
	margin-bottom: 0.5em;
}

.area07 .h3_note {
	font-size: 0.85rem;
}
.area07 .pro {
	max-width: 900px;
	margin: 3rem auto;
	padding: 1rem 0.2rem 3rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.5rem 0.7rem;
	font-size: 0.85rem;
	line-height: 1.6;
	text-align: left;
}
.area07 .pro .txt {
	margin: 0 1.2em;
	padding: 1em 0.1em 1em;
	border-top: 1px solid #000;
}
.area07 .pro .data {
	margin: 0 1.2em;
	padding: 1em 0.1em 0;
	border-top: 1px dotted #000;
}
.area07 .pro .data p {
	margin-bottom: 0.5em;
}
.area07 .pro .data span {
	color: #ED7DA1;
}
.area07 .balloon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	background-image: url(../images/balloon2_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 5.2rem;
	margin: 1.2rem 1.3rem 0;
	padding-bottom: 0.5em;
	font-size: 1.15rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	font-feature-settings: "palt";
}
.area07 .balloon span {
	color: #ED7DA1;
	font-weight: 700;
}
.area07 .balloon .outside {
	position: absolute;
	top: -1.6em;
	left: 0.1em;
	font-weight: 400;
}
.area07 .teachers {
	margin-bottom: 2rem;
	padding: 0 2rem;
}
@media screen and (max-width: 750px) {
	.area07 {
		padding: 8vw 0 0;
	}
	.area07 .h3_note {
		font-size: 2.8vw;
	}
	.area07 .pro {
		margin: 10vw auto 0;
		padding: 0;
		grid-template-columns: 1fr;
		font-size: 3.8vw;
	}
	.area07 .pro li {
		padding: 0 6vw 6vw;
	}
	.area07 .pro li:not(:last-child) {
		background-image: linear-gradient(0deg, rgba(244, 244, 244, 1), rgba(255, 255, 255, 1) 60%);
	}
	.area07 .balloon {
		background-image: url(../images/balloon2_bg_sp.png);
		height: 11vw;
		margin: 4vw 0 2vw;
		font-size: 4.5vw;
	}
	.area07 .balloon .outside {
		top: -1.8em;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 4.4vw;
	}
	.area07 .pro .photo {
		padding: 0 5vw;
	}
	.area07 .teachers {
		padding: 0 5vw;
	}
}

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

.area08 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 3.5rem 2rem 3rem;
}
.area08 .photo {
	max-width: 795px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.area08 {
		padding: 12vw 0;
	}
	.area08 .photo {
		padding: 0 10vw;
	}
}

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

.area09 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 4rem 2rem;
}
.area09 .display-2 {
	margin-bottom: 1.5em;
}
.area09 .photo {
	max-width: 795px;
	margin: 0 auto 1.5rem;
}
.area09 .sakura-L {
	top: -210px;
	width: 160px;
	height: 300px;
}
.area09 .sakura-R {
	bottom: 10px;
	width: 180px;
	height: 220px;
}
@media screen and (max-width: 1150px) {
	.area09 .sakura-L {
		top: -15vw;
		width: 14vw;
		height: 26vw;
	}
	.area09 .sakura-R {
		bottom: 0.9vw;
		width: 10vw;
		height: 19vw;
	}
}
@media screen and (max-width: 750px) {
	.area09 {
		padding: 8vw 0;
	}
	.area09 .photo {
		padding: 0 10vw;
	}
	.area09 .sakura-L {
		display: none;
	}
	.area09 .sakura-R {
		display: none;
	}
}

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

.area10 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.area10 .sakura-L {
	bottom: 0;
	width: 180px;
	height: 350px;
}
.area10 .sakura-R {
	bottom: -130px;
	width: 310px;
	height: 350px;
}
@media screen and (max-width: 1280px) {
	.area10 .sakura-L {
		width: 14vw;
		height: 27vw;
	}
	.area10 .sakura-R {
		bottom: -10vw;
		width: 24vw;
		height: 27vw;
	}
}
@media screen and (max-width: 750px) {
	.area10 .sakura-L {
		bottom: 78%;
		width: 18vw;
		height: 35vw;
	}
	.area10 .sakura-R {
		bottom: 53%;
		width: 24vw;
		height: 34vw;
	}
}

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

.area11 {
	padding: 2.5rem 1.5rem;
}

.area11 .display-2 {
	margin-bottom: 4rem;
}

.area11 .support {
	max-width: 1000px;
	margin: 0 auto 2rem;
	padding: 3rem 2rem 0;
	text-align: center;
	background-color: #F4F4F4;
	background-image: url(../images/area11_support_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.area11 .support h3 {
	display: inline-block;
	padding-bottom: 0.1em;
	font-size: 1.8rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border-bottom: 0.1em solid #ED7DA1;
}

.area11 .support ul {
	display: flex;
	align-items: center;
	gap: 6vw 3rem;
	max-width: 840px;
	margin: 0 auto;
	padding: 2rem 0 4rem;
}
.area11 .support ul.reverse {
	flex-direction: row-reverse;
}

.area11 .support li {
	width: 50%;
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.7;
}
.area11 .support h4 {
	font-size: 1.4rem;
	margin-bottom: 1.3em;
}
.area11 .support.spt1 .txt {
	padding-right: 2em;
}
.area11 .support.spt2 ul {
	padding: 0;
}
.area11 .support.spt2 li img {
	height: 23.8rem;
}
.area11 .support.spt2 .txt {
	padding-left: 2em;
}
.area11 .support.spt3 .txt {
	padding-right: 2em;
}
@media screen and (max-width: 750px) {
	.area11 {
		padding: 4vw 0 0;
	}
	.area11 .display-2 {
		margin-bottom: 8vw;
	}
	.area11 .support {
		margin: 0 auto 6vw;
		padding: 6vw 0 8vw;
	}
	.area11 .support:last-child {
		margin: 0 auto;
	}
	.area11 .support h3 {
		font-size: 5.3vw;
		margin-bottom: 1.5em;
	}
	.area11 .support ul {
		flex-direction: column;
		padding: 0 8vw;
	}
	.area11 .support ul.reverse {
		flex-direction: column;
		padding: 0 8vw;
	}
	.area11 .support li {
		width: 100%;
		font-size: 3.9vw;
	}
	.area11 .support h4 {
		font-size: 5.2vw;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.area11 .support.spt1 .txt {
		padding-right: 0;
	}
	.area11 .support.spt2 li img {
		display: block;
		height: 65vw;
		margin: 0 auto;
	}
	.area11 .support.spt2 .txt {
		padding-left: 0;
	}
	.area11 .support.spt3 .txt {
		padding-right: 0;
	}
}

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

.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;
	}
}

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

.area13.campaign_area .inner .sakura-L {
	bottom: -70px;
}
.area13.campaign_area .inner .sakura-R {
	top: -80px;
}
@media screen and (max-width: 1140px) {
	.area13.campaign_area .inner .sakura-L {
		bottom: 1.8vw;
	}
	.area13.campaign_area .inner .sakura-R {
		top: -14.9vw;
	}
}
@media screen and (max-width: 750px) {
	.area13.campaign_area .inner .sakura-L {
		bottom: 50vw;
	}
	.area13.campaign_area .inner .sakura-R {
		display: none;
	}
}
