<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



/*
======================================
 1. Reset Style
======================================
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0b2 | 201101
 * NOTE: THIS IS A BETA VERSION (see previous line)
 * USE WITH CAUTION AND TEST WITH ABANDON
*/
*, *:before, *:after {
	-webkit-appearance: none
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear { clear: both; }
.button::-moz-focus-inner { border: none; }
a { outline: 0; }
.mincho {font-family: "source-han-serif-japanese",serif;}




/*
======================================
Base Style
======================================
*/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	background: #fff;
	font-family: Roboto,'Noto Sans JP','Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-feature-settings : "palt" 1;
	font-weight: 400;
	color: #000;
	height: 100%;
	line-height: 2.25em;
}
/*@media all and (-ms-high-contrast:none) {
	body {
		font-family: "ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"æ¸¸ã‚´ã‚·ãƒƒã‚¯",YuGothic,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif;
	}
}*/
a {
	color: #1a0dab;
	text-decoration: none;
}
a:hover {
	color: #1a0dab;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #d6caab;
	color: #fff;
}
::selection {
	background: #d6caab;
	color: #fff;
}
.skip {
	display: none;
}
.HiddenContent {
	position: absolute;
	top: -10000px;
	left: -10000px;
}





#globalwrapper {
	width: 100vw;
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0px 0px 48px -7px rgba(0,0,0,0.46);
}
#globalheader {
	padding: 1.25em 1em;
	text-align: center;
}
#globalheader img {
	width: 260px;
	height: auto;
	vertical-align: top;
}
#globalfooter {
	padding: 3em 1em;
	background: #000;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
}
@media screen and (max-width:768px) {

}





.head {
	padding: 4em 1em;
	background: #ed6d34;
	text-align: center;
}
.head h1 {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.25em;
	color: #fff;
}




.contactus {
	padding: 70px 20px 60px;
	background: #58CB9E;
	background: linear-gradient(90deg, rgba(88, 203, 158, 1) 0%, rgba(97, 196, 225, 1) 100%);
	text-align: center;
}
.contactus h1 {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.25em;
	color: #fff;
}
.contactus h1 span {
	font-weight: 300;
}
.contactus .tel {
	padding: 2em 0;
}
.contactus .tel a::before {
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-right: .2em;
	background: url(../gifs/icon_tel.svg) no-repeat;
	background-size: 56px 56px;
}
.contactus .tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 6.4rem;
	font-weight: 800;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
}
.contactus .attn {
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #fff;
}





.first {
	padding: 60px 30px;
	background: #9FEAFF;
	background: linear-gradient(180deg, rgba(159, 234, 255, 0.72) 0%, rgba(255, 214, 239, 1) 100%);
}
.first .box {
	padding: 40px;
	background: #fff;
	border-radius: 30px;
}
.first .box h1 {
	margin-bottom: .5em;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.first .box .lead {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	color: #ed6d34;
	line-height: 1.25em;
	text-align: center;
}
.first .box .kikensei {
	display: block;
	margin: 2em auto 10px;
	padding: 20px 15px;
	background: #fef1e6;
}
.first .box .kikensei img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.first .box .attn {
	padding-left: 6em;
	font-size: 1.1rem;
	line-height: 1.25em;
	color: #666;
	text-indent: -6em;
}
.first .box .text {
	margin-top: 1.5em;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5em;
}
.first .box .text strong {
	font-weight: 700;
	color: #ff7200;
}
.first .box .osusume {
	margin-top: 4em;
}
.first .box .osusume .osusume-head {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: .35em 1em;
	background: #ee8593;
	border-radius: 100px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	text-align : center;
}
.first .box .osusume .osusume-head::after {
	position: absolute;
	bottom: -12px;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid #ee8593;
	border-bottom: 0;
	transform: translateX(-50%);
}
.first .box .osusume .osusume-content {
	padding: 1em 0;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}
.first .box .osusume .checklist {
	position: relative;
	padding: 40px;
	border: 2px solid #ee8593;
	border-radius: 10px;
}
.first .box .osusume .checklist strong {
	position: absolute;
	top: -12px;
	left: 50%;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	color: #ee8593;
	text-align: center;
	white-space: nowrap;
	transform: translateX(-50%);
}
.first .box .osusume .checklist ul {
	display: flex;
	flex-wrap: wrap;
}
.first .box .osusume .checklist ul li {
	padding-left: 55px;
	background: url(../gifs/icon_checkmark.svg) no-repeat;
	background-size: 43px 36px;
	background-position: top 0px left 0px;
	font-size: 3.0rem;
	font-weight: 800;
	line-height: 1.25em;
}
.first .box .osusume .checklist ul li:nth-of-type(1),
.first .box .osusume .checklist ul li:nth-of-type(3) {
	width: 55%;
}
.first .box .osusume .checklist ul li:nth-of-type(2),
.first .box .osusume .checklist ul li:nth-of-type(4) {
	width: 45%;
}
.first .box .osusume .checklist ul li:nth-of-type(1),
.first .box .osusume .checklist ul li:nth-of-type(2) {
	margin-bottom: 1em;
}





.course01 {
	padding: 100px 60px;
	background: #83ADFE;
	background: linear-gradient(135deg, rgba(131, 173, 254, 0.72) 0%, rgba(197, 236, 218, 1) 100%);
}
.course01 .course-title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.course01 .course-title em {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1em;
}
.course01 .course-title span {
	margin-left: 15px;
	font-size: 6.4rem;
	font-weight: 900;
	line-height: 1em;
	-webkit-text-stroke: 5px black;
	text-stroke: 5px #000;
	color: #fff;
	paint-order: stroke;
}
.course01 h1 {
	margin: 40px 0;
	text-align: center;
}
.course01 h1 span {
	display: inline-block;
	background: #fff;
	font-family: 'Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-size: 5.4rem;
	font-weight: 800;
	line-height: 56px;
	transform: skew(-10deg);
}
.course01 .lead {
	margin-bottom: 1.25em;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
.course01 picture {
	display: block;
}
.course01 picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.course01 .text {
	margin-top: 1.5em;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5em;
}
.course01 .program {
	margin-top: 40px;
}
.course01 .program .program-head {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: .35em 1em;
	background: #4cace2;
	border-radius: 100px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	text-align : center;
}
.course01 .program .program-content {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 25px auto 0;
}
.course01 .program .program-content .program-item {
	width: 48%;
}
.course01 .program .program-content .program-item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.course01 .program .program-content .program-item strong {
	display: block;
	margin: .75em auto .5em;
	font-size: 2.4rem;
	font-weight: 700;
	color: #4cace2;
}
.course01 .program .program-content .program-item p {
	font-size: 1.8rem;
	line-height: 1.5em;
}





.course02 {
	padding: 100px 60px;
	background: #FFD1E0;
	background: linear-gradient(135deg, rgba(255, 209, 224, 0.72) 0%, rgba(240, 231, 247, 1) 100%);
}
.course02 .course-title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.course02 .course-title em {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1em;
}
.course02 .course-title span {
	margin-left: 15px;
	font-size: 6.4rem;
	font-weight: 900;
	line-height: 1em;
	-webkit-text-stroke: 5px black;
	text-stroke: 5px #000;
	color: #fff;
	paint-order: stroke;
}
.course02 h1 {
	margin: 40px 0;
	text-align: center;
}
.course02 h1 span {
	display: inline-block;
	background: #fff;
	font-family: 'Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-size: 5.4rem;
	font-weight: 800;
	line-height: 56px;
	letter-spacing: -.15em;
	transform: skew(-10deg);
}
.course02 .lead {
	margin-bottom: 1.25em;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
.course02 figure {
	display: block;
	margin-top: 50px;
}
.course02 figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}





.reason {
	padding: 0 30px;
	background: #FFE2F4;
	background: linear-gradient(180deg, rgba(255, 226, 244, 0.72) 0%, rgba(252, 255, 227, 1) 50%, rgba(210, 255, 232, 1) 100%);
}
.reason .box {
	padding: 100px 60px;
	background: #fff;
}
.reason h1 {
	margin-bottom: 50px;
	font-size: 5.4rem;
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.reason h1 span {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
}
.reason .item {
	margin-top: 150px;
}
.reason .item:first-of-type {
	margin-top: 0;
}
.reason .item .heading {
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-size: 7.2rem;
	font-weight: 600;
	line-height: 56px;
}
.reason .item .heading::before,
.reason .item .heading::after {
	content: "";
	flex-grow: 1;
	height: 15px;
	background-color: #ee8593;
}
.reason .item .heading::before {
	margin-right: 30px;
}
.reason .item .heading::after {
	margin-left: 30px;
}
.reason .item .heading span {
	transform: skew(-10deg);
}
.reason .item h2 {
	margin: 40px 0;
	text-align: center;
}
.reason .item h2 span {
	display: inline-block;
	font-family: 'Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-size: 5.4rem;
	font-weight: 800;
	line-height: 56px;
	letter-spacing: -.05em;
	transform: skew(-10deg);
}
.reason .item .lead {
	margin-bottom: 1.25em;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
.reason .item .lead strong {
	font-weight: 800;
	color: #ed6d34;
}
.reason .plan {
	display: flex;
	justify-content: space-between;
}
.reason .plan .plan_item {
	width: 48%;
}
.reason .plan .plan_item .imanara {
	position: relative;
	margin-bottom: 25px;
	padding: 5px 0 10px 70px;
	padding-bottom: 10px;
	background: url(../gifs/icon_imanara.svg) no-repeat;
	background-size: 56px 54px;
	background-position: top 2px left 0px;
	border-bottom: 2px solid #ed6d34;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.35em;
	color: #ed6d34;
}
.reason .plan .plan_item .imanara::before,
.reason .plan .plan_item .imanara::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
}
.reason .plan .plan_item .imanara::before {
	border: 16px solid;
	border-color: transparent;
	border-top-color: #ed6d34;
	margin-left: -16px;
}
.reason .plan .plan_item .imanara::after {
	border: 13px solid;
	border-color: transparent;
	border-top-color: #fff;
	margin-left: -13px;
}
.reason .plan .plan_item .plan_box figure {
	margin: 0;
	padding: 0;
}
.reason .plan .plan_item .plan_box figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.reason .item ul.attn {
	margin-top: 15px;
}
.reason .item ul.attn li {
	padding-left: 1em;
	font-size: 1.6rem;
	line-height: 1.25em;
	color: #666;
	text-indent: -1em;
}
.reason .item figure {
	margin: 40px 0;
}
.reason .item figure.w400 {
	width: 100%;
	max-width: 400px;
	margin: 40px auto 0;
}
.reason .item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}





.voice {
	padding: 100px 60px;
	background: #f8e2cc;
}
.voice h1 {
	margin-bottom: 50px;
	font-size: 5.4rem;
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.voice h1 span {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
}
.voice .item {
	display: flex;
	margin-bottom: 100px;
}
.voice .item:last-of-type {
	margin-bottom: 0;
}
.voice .item dt {
	width: 220px;
}
.voice .item dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.voice .item dd {
	width: calc(100% - 220px);
	padding-left: 20px;
}
.voice .item dd strong {
	background: #fff;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.voice .item dd p {
	margin-top: 1em;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5em;
}





.trainer {
	padding: 100px 80px;
	background: #bddff5;
}
.trainer h1 {
	margin-bottom: 50px;
	font-size: 5.4rem;
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.trainer h1 span {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
}
.trainer picture {
	display: block;
}
.trainer picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.trainer h2 {
	margin-top: .75em;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.trainer p {
	margin-top: 1em;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5em;
}





.faq {
	padding: 100px 80px;
	background: #fae1e7;
}
.faq h1 {
	margin-bottom: 50px;
	font-size: 5.4rem;
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.faq h1 span {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
}
.faq .item {
	width: 100%;
	margin-bottom: 1em;
}
.faq .item:last-of-type {
	margin-bottom: 0;
}
.faq .item .q {
	padding: .75em .75em .75em 80px;
	background: #ee8593 url(../gifs/icon_faq_q.svg) no-repeat;
	background-size: 50px 50px;
	background-position: top 18px left 15px;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1.5em;
	color: #fff;
	cursor: pointer;
}
.faq .item .a {
	display: none;
	padding: 1em .75em 1em 80px;
	background: #fff url(../gifs/icon_faq_a.svg) no-repeat;
	background-size: 50px 50px;
	background-position: top 16px left 15px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5em;
}
.faq .item .a p {
	margin-bottom: 1em;
}
.faq .item .a p:last-of-type {
	margin-bottom: 0;
}



@media screen and (max-width:768px) {

}/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



/*
======================================
 1. Reset Style
======================================
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0b2 | 201101
 * NOTE: THIS IS A BETA VERSION (see previous line)
 * USE WITH CAUTION AND TEST WITH ABANDON
*/
*, *:before, *:after {
	-webkit-appearance: none
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear { clear: both; }
.button::-moz-focus-inner { border: none; }
a { outline: 0; }
.mincho {font-family: "source-han-serif-japanese",serif;}




/*
======================================
Base Style
======================================
*/
html {
	height: 100%;
}
body {
	background: #fff;
	font-family: Roboto,'Noto Sans JP','Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-feature-settings : "palt" 1;
	font-weight: 400;
	color: #000;
	height: 100%;
	line-height: 2.25em;
}
/*@media all and (-ms-high-contrast:none) {
	body {
		font-family: "ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"æ¸¸ã‚´ã‚·ãƒƒã‚¯",YuGothic,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif;
	}
}*/
a {
	color: #1a0dab;
	text-decoration: none;
}
a:hover {
	color: #1a0dab;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #d6caab;
	color: #fff;
}
::selection {
	background: #d6caab;
	color: #fff;
}
.skip {
	display: none;
}
.HiddenContent {
	position: absolute;
	top: -10000px;
	left: -10000px;
}





#globalwrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0px 0px 48px -7px rgba(0,0,0,0.46);
}
#globalheader {
	padding: 10px 15px;
	text-align: center;
}
#globalheader a {
	display: inline-block;
	line-height: 1em;
}
#globalheader a img {
	width: clamp(12.5rem, 9.191rem + 14.12vw, 16.25rem);
	height: auto;
	vertical-align: middle;
}
#globalfooter {
	padding: 3em 1em;
	background: #000;
	color: #fff;
	font-size: clamp(1rem, 0.779rem + 0.94vw, 1.25rem);
	font-weight: 600;
	line-height: 1em;
	text-align: center;
}
@media screen and (max-width:768px) {

}





.head {
	padding: 2em 1em;
	background: #ed6d34;
	text-align: center;
}
.head h1 {
	font-size: clamp(1.5rem, 0.838rem + 2.82vw, 2.25rem);
	font-weight: 700;
	line-height: 1.25em;
	color: #fff;
}




.contactus {
	padding: clamp(2.5rem, 1.397rem + 4.71vw, 3.75rem) 20px;
	background: #58CB9E;
	background: linear-gradient(90deg, rgba(88, 203, 158, 1) 0%, rgba(97, 196, 225, 1) 100%);
	text-align: center;
}
.contactus h1 {
	font-size: clamp(1.375rem, 0.603rem + 3.29vw, 2.25rem);
	font-weight: 700;
	line-height: 1.25em;
	color: #fff;
}
.contactus h1 span {
	font-weight: 300;
}
.contactus .tel {
	padding: clamp(1rem, 0.559rem + 1.88vw, 1.5rem) 0;
}
.contactus .tel a::before {
	content: "";
	display: inline-block;
	width: clamp(2.5rem, 1.618rem + 3.76vw, 3.5rem);
	height: clamp(2.5rem, 1.618rem + 3.76vw, 3.5rem);
	margin-right: .2em;
	background: url(../gifs/icon_tel.svg) no-repeat;
	background-size: clamp(2.5rem, 1.618rem + 3.76vw, 3.5rem) clamp(2.5rem, 1.618rem + 3.76vw, 3.5rem);
}
.contactus .tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(2.5rem, 1.176rem + 5.65vw, 4rem);
	font-weight: 800;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
}
.contactus .attn {
	font-size: clamp(1rem, 0.89rem + 0.47vw, 1.125rem);
	line-height: 1.5em;
	color: #fff;
}





.mv {
	padding: clamp(1.25rem, 0.699rem + 2.35vw, 1.875rem) clamp(0.625rem, 0.074rem + 2.35vw, 1.25rem) ;
	background: #A5E8FE;
	background: linear-gradient(180deg, rgba(165, 232, 254, 0.72) 0%, rgba(255, 214, 239, 1) 50%, rgba(255, 138, 154, 1) 100%);
}
.mv .hero .slide .slide_item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.mv .koe {
	padding: clamp(1.25rem, 0.147rem + 4.71vw, 2.5rem) 0 clamp(0rem, -1.654rem + 7.06vw, 1.875rem);
}
.mv .koe figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}




.first {
	padding: clamp(1.875rem, 0.221rem + 7.06vw, 3.75rem) clamp(0.938rem, 0.11rem + 3.53vw, 1.875rem);
	background: #9FEAFF;
	background: linear-gradient(180deg, rgba(159, 234, 255, 0.72) 0%, rgba(255, 214, 239, 1) 100%);
}
.first .box {
	padding: clamp(1.875rem, 1.324rem + 2.35vw, 2.5rem) clamp(1.25rem, 0.147rem + 4.71vw, 2.5rem);
	background: #fff;
	border-radius: 30px;
}
.first .box h1 {
	margin-bottom: .5em;
	font-size: clamp(1.625rem, 1.184rem + 1.88vw, 2.125rem);
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.first .box .lead {
	display: block;
	font-size: clamp(1.25rem, 1.029rem + 0.94vw, 1.5rem);
	font-weight: 700;
	color: #ed6d34;
	line-height: 1.25em;
	text-align: center;
}
.first .box .kikensei {
	display: block;
	margin: 2em auto 10px;
	padding: 20px 15px;
	background: #fef1e6;
}
.first .box .kikensei img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.first .box .attn {
	padding-left: 6em;
	font-size: clamp(0.688rem, 0.688rem + 0vw, 0.688rem);
	line-height: 1.25em;
	color: #666;
	text-indent: -6em;
}
.first .box .text {
	margin-top: 1.5em;
	font-size: clamp(1.125rem, 0.794rem + 1.41vw, 1.5rem);
	font-weight: 400;
	line-height: 1.5em;
}
.first .box .text strong {
	font-weight: 700;
	color: #ff7200;
}
.first .box .osusume {
	margin-top: clamp(3.125rem, 1.471rem + 7.06vw, 5rem);
}
.first .box .osusume .osusume-head {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: .35em 1em;
	background: #ee8593;
	border-radius: 100px;
	font-size: clamp(1.125rem, 0.574rem + 2.35vw, 1.75rem);
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	text-align : center;
}
@media screen and (max-width:799px) {
	.first .box .osusume .osusume-head {
		width: 100%;
	}
}
.first .box .osusume .osusume-head::after {
	position: absolute;
	bottom: -12px;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid #ee8593;
	border-bottom: 0;
	transform: translateX(-50%);
}
.first .box .osusume .osusume-content {
	padding: 1em 0 clamp(3.125rem, 2.022rem + 4.71vw, 4.375rem);
	font-size: clamp(1.375rem, 0.603rem + 3.29vw, 2.25rem);
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}
.first .box .osusume .checklist {
	position: relative;
	padding: 40px;
	border: 2px solid #ee8593;
	border-radius: 10px;
}
.first .box .osusume .checklist strong {
	position: absolute;
	top: clamp(-1.25rem, -1.526rem + 1.18vw, -0.938rem);
	left: 50%;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	font-size: clamp(1.125rem, 0.794rem + 1.41vw, 1.5rem);
	font-weight: 700;
	color: #ee8593;
	line-height: 1.25em;
	text-align: center;
	white-space: nowrap;
	transform: translateX(-50%);
}
.first .box .osusume .checklist strong br {
	display: none;
}
@media screen and (max-width:540px) {
	.first .box .osusume .checklist strong br {
		display: inline;
	}
}
.first .box .osusume .checklist ul {
	display: flex;
	flex-wrap: wrap;
}
.first .box .osusume .checklist ul li {
	padding-left: 55px;
	background: url(../gifs/icon_checkmark.svg) no-repeat;
	background-size: clamp(2.375rem, 0.188rem + 5vw, 2.688rem) clamp(2rem, 0.25rem + 4vw, 2.25rem);
	background-position: top 0px left 0px;
	font-size: clamp(1.75rem, 0.875rem + 2vw, 1.875rem);
	font-weight: 800;
	line-height: 1.25em;
}
.first .box .osusume .checklist ul li:nth-of-type(1),
.first .box .osusume .checklist ul li:nth-of-type(3) {
	width: 55%;
}
.first .box .osusume .checklist ul li:nth-of-type(2),
.first .box .osusume .checklist ul li:nth-of-type(4) {
	width: 45%;
}
.first .box .osusume .checklist ul li:nth-of-type(1),
.first .box .osusume .checklist ul li:nth-of-type(2) {
	margin-bottom: 1em;
}
@media screen and (max-width:700px) {
	.first .box .osusume .checklist {
		padding: 40px clamp(1.25rem, -0.192rem + 6.15vw, 2.5rem) clamp(1.25rem, -0.192rem + 6.15vw, 2.5rem);
	}
	.first .box .osusume .checklist ul {
		display: block;
	}
	.first .box .osusume .checklist ul li {
		width: 100%;
		padding-left: clamp(3.125rem, 2.764rem + 1.54vw, 3.438rem);
		background-size: clamp(1.875rem, 1.298rem + 2.46vw, 2.375rem) clamp(1.563rem, 1.058rem + 2.15vw, 2rem);
		font-size: clamp(1.5rem, 1.212rem + 1.23vw, 1.75rem);
	}
	.first .box .osusume .checklist ul li:nth-of-type(1),
	.first .box .osusume .checklist ul li:nth-of-type(2),
	.first .box .osusume .checklist ul li:nth-of-type(3),
	.first .box .osusume .checklist ul li:nth-of-type(4) {
		width: 100%;
		margin-bottom: .5em;
	}
	.first .box .osusume .checklist ul li:nth-of-type(4) {
		margin-bottom: 0;
	}
}





.course {
	padding: clamp(3.75rem, 1.544rem + 9.41vw, 6.25rem) clamp(1.25rem, -0.956rem + 9.41vw, 3.75rem);
}
.course .course-title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.course .course-title em {
	font-size: clamp(1.25rem, 1.029rem + 0.94vw, 1.5rem);
	font-weight: 600;
	line-height: 1em;
}
.course .course-title span {
	margin-left: clamp(0.625rem, 0.349rem + 1.18vw, 0.938rem);
	font-size: clamp(3.125rem, 2.353rem + 3.29vw, 4rem);
	font-weight: 900;
	line-height: 1em;
	-webkit-text-stroke: 5px black;
	text-stroke: 5px #000;
	color: #fff;
	paint-order: stroke;
}
.course h1 {
	margin: clamp(1.875rem, 1.324rem + 2.35vw, 2.5rem) 0 clamp(1.25rem, 0.147rem + 4.71vw, 2.5rem);
	text-align: center;
}
.course h1 span {
	display: inline-block;
	background: #fff;
	font-family: 'Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-size: clamp(1.875rem, 0.551rem + 5.65vw, 3.375rem);
	font-weight: 800;
	line-height: clamp(2.125rem, 0.912rem + 5.18vw, 3.5rem);
	transform: skew(-10deg);
}
.course02 h1 span {
	letter-spacing: -.15em;
}
.course .lead {
	margin-bottom: 1.25em;
	font-size: clamp(1.125rem, 0.574rem + 2.35vw, 1.75rem);
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
.course01 {
	background: #83ADFE;
	background: linear-gradient(135deg, rgba(131, 173, 254, 0.72) 0%, rgba(197, 236, 218, 1) 100%);
}
.course01 picture {
	display: block;
}
.course01 picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.course01 .text {
	margin-top: 1.5em;
	font-size: clamp(1rem, 0.559rem + 1.88vw, 1.5rem);
	font-weight: 400;
	line-height: 1.5em;
}
.course01 .program {
	margin-top: 40px;
}
.course01 .program .program-head {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: .35em 1em;
	background: #4cace2;
	border-radius: 100px;
	font-size: clamp(1.125rem, 0.574rem + 2.35vw, 1.75rem);
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	text-align : center;
}
.course01 .program .program-content {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 25px auto 0;
}
.course01 .program .program-content .program-item {
	width: 48%;
}
.course01 .program .program-content .program-item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.course01 .program .program-content .program-item strong {
	display: block;
	margin: .75em auto .35em;
	font-size: clamp(1rem, 0.559rem + 1.88vw, 1.5rem);
	font-weight: 700;
	color: #4cace2;
}
.course01 .program .program-content .program-item p {
	font-size: clamp(0.875rem, 0.654rem + 0.94vw, 1.125rem);
	line-height: 1.5em;
}





.course02 {
	background: #FFD1E0;
	background: linear-gradient(135deg, rgba(255, 209, 224, 0.72) 0%, rgba(240, 231, 247, 1) 100%);
}
.course02 figure {
	display: block;
	margin-top: 50px;
}
.course02 figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}





.reason {
	padding: 0 clamp(0.625rem, -0.478rem + 4.71vw, 1.875rem);
	background: #FFE2F4;
	background: linear-gradient(180deg, rgba(255, 226, 244, 0.72) 0%, rgba(252, 255, 227, 1) 50%, rgba(210, 255, 232, 1) 100%);
}
.reason .box {
	padding: clamp(3.75rem, 1.544rem + 9.41vw, 6.25rem) clamp(1.25rem, -0.956rem + 9.41vw, 3.75rem);
	background: #fff;
}
.reason h1 {
	margin-bottom: clamp(2.188rem, 1.36rem + 3.53vw, 3.125rem);
	font-size: clamp(2.625rem, 1.963rem + 2.82vw, 3.375rem);
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.reason h1 span {
	display: block;
	font-size: clamp(1.125rem, 0.794rem + 1.41vw, 1.5rem);
	font-weight: 600;
}
.reason .item {
	margin-top: clamp(3.75rem, -1.213rem + 21.18vw, 9.375rem);
}
.reason .item:first-of-type {
	margin-top: 0;
}
.reason .item .heading {
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-size: clamp(2.875rem, 1.441rem + 6.12vw, 4.5rem);
	font-weight: 600;
	line-height: 56px;
}
.reason .item .heading::before,
.reason .item .heading::after {
	content: "";
	flex-grow: 1;
	height: clamp(0.313rem, -0.239rem + 2.35vw, 0.938rem);
	background-color: #ee8593;
}
.reason .item .heading::before {
	margin-right: clamp(1.25rem, 0.699rem + 2.35vw, 1.875rem);
}
.reason .item .heading::after {
	margin-left: clamp(1.25rem, 0.699rem + 2.35vw, 1.875rem);
}
.reason .item .heading span {
	transform: skew(-10deg);
}
.reason .item h2 {
	margin: clamp(1.25rem, 0.147rem + 4.71vw, 2.5rem) 0;
	text-align: center;
}
.reason .item h2 span {
	display: inline-block;
	font-family: 'Noto Serif JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-size: clamp(1.75rem, 0.316rem + 6.12vw, 3.375rem);
	font-weight: 800;
	line-height: clamp(2rem, 0.676rem + 5.65vw, 3.5rem);
	letter-spacing: -.05em;
	transform: skew(-10deg);
}
.reason .item .lead {
	margin-bottom: 1.25em;
	font-size: clamp(1.125rem, 0.574rem + 2.35vw, 1.75rem);
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
.rason .item .lead br.pc {
	display: inline;
}
.reason .item .lead strong {
	font-weight: 800;
	color: #ed6d34;
}
.reason .plan {
	display: flex;
	justify-content: space-between;
}
.reason .plan .plan_item {
	width: 48%;
}
.reason .plan .plan_item .plan_box figure {
	margin: 0;
	padding: 0;
}
.reason .plan .plan_item .plan_box figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.reason .item ul.attn {
	margin-top: 15px;
}
.reason .item ul.attn li {
	padding-left: 1em;
	font-size: clamp(0.75rem, 0.529rem + 0.94vw, 1rem);
	line-height: 1.25em;
	color: #666;
	text-indent: -1em;
}
.reason .item figure {
	margin: 40px 0;
}
.reason .item figure.w400 {
	width: 80%;
	max-width: 400px;
	margin: 40px auto 0;
}
.reason .item figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width:599px) {

}
@media screen and (max-width:799px) {
	.reason .item .lead br.pc {
		display: none;
	}
}




.voice {
	padding: clamp(3.75rem, 1.544rem + 9.41vw, 6.25rem) clamp(1.25rem, -2.059rem + 14.12vw, 5rem);
	background: #f8e2cc;
}
.voice h1 {
	margin-bottom: clamp(2.188rem, 1.36rem + 3.53vw, 3.125rem);
	font-size: clamp(2.625rem, 1.963rem + 2.82vw, 3.375rem);
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.voice h1 span {
	display: block;
	font-size: clamp(1.125rem, 0.794rem + 1.41vw, 1.5rem);
	font-weight: 600;
}
.voice .item {
	display: flex;
	margin-bottom: 100px;
}
.voice .item:last-of-type {
	margin-bottom: 0;
}
.voice .item dt {
	width: clamp(10rem, 25vw, 12.5rem);
}
.voice .item dt figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.voice .item dd {
	width: calc(100% - clamp(6.25rem, -0.368rem + 28.24vw, 13.75rem));
	padding-left: 20px;
}
.voice .item dd strong {
	background: #fff;
	font-size: clamp(1.5rem, 3.75vw, 1.875rem);
	font-weight: 700;
	line-height: 1.35em;
	text-align: center;
}
.voice .item dd p {
	margin-top: 1em;
	font-size: clamp(1.125rem, -0.375rem + 3.75vw, 1.5rem);
	font-weight: 400;
	line-height: 1.5em;
}
@media screen and (max-width:639px) {
	.voice .item {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.voice .item dt {
		width: 50%;
		margin: 0 auto 1em;
	}
	.voice .item dd {
		width: 100%;
		text-align: center;
	}
	.voice .item dd p {
		text-align: left;
	}
}





.trainer {
	padding: clamp(3.75rem, 1.544rem + 9.41vw, 6.25rem) clamp(1.25rem, -2.059rem + 14.12vw, 5rem);
	background: #bddff5;
}
.trainer h1 {
	margin-bottom: clamp(2.188rem, 1.36rem + 3.53vw, 3.125rem);
	font-size: clamp(2.625rem, 1.963rem + 2.82vw, 3.375rem);
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.trainer h1 span {
	display: block;
	font-size: clamp(1.125rem, 0.794rem + 1.41vw, 1.5rem);
	font-weight: 600;
}
.trainer picture {
	display: block;
}
.trainer picture img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.trainer h2 {
	margin-top: .75em;
	font-size: clamp(1.5rem, 1.169rem + 1.41vw, 1.875rem);
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.trainer p {
	margin-top: 1em;
	font-size: clamp(1.125rem, 0.794rem + 1.41vw, 1.5rem);
	font-weight: 400;
	line-height: 1.5em;
}





.faq {
	padding: clamp(3.75rem, 1.544rem + 9.41vw, 6.25rem) clamp(1.25rem, -2.059rem + 14.12vw, 5rem);
	background: #fae1e7;
}
.faq h1 {
	margin-bottom: clamp(2.188rem, 1.36rem + 3.53vw, 3.125rem);
	font-size: clamp(2.625rem, 1.963rem + 2.82vw, 3.375rem);
	font-weight: 800;
	text-align: center;
	line-height: 1em;
}
.faq h1 span {
	display: block;
	font-size: clamp(1.125rem, 0.794rem + 1.41vw, 1.5rem);
	font-weight: 600;
}
.faq .item {
	width: 100%;
	margin-bottom: 1em;
}
.faq .item:last-of-type {
	margin-bottom: 0;
}
.faq .item .q {
	padding: .75em .75em .75em clamp(3.438rem, 2.059rem + 5.88vw, 5rem);
	background: #ee8593 url(../gifs/icon_faq_q.svg) no-repeat;
	background-size: clamp(1.875rem, 0.772rem + 4.71vw, 3.125rem) clamp(1.875rem, 0.772rem + 4.71vw, 3.125rem);
	background-position: top clamp(0.75rem, 0.419rem + 1.41vw, 1.125rem) left 15px;
	font-size: clamp(1.25rem, 0.699rem + 2.35vw, 1.875rem);
	font-weight: 600;
	line-height: 1.35em;
	color: #fff;
	cursor: pointer;
}
.faq .item .a {
	display: none;
	padding: 1em .75em 1em clamp(3.438rem, 2.059rem + 5.88vw, 5rem);
	background: #fff url(../gifs/icon_faq_a.svg) no-repeat;
	background-size: clamp(1.875rem, 0.772rem + 4.71vw, 3.125rem) clamp(1.875rem, 0.772rem + 4.71vw, 3.125rem);
	background-position: top clamp(0.75rem, 0.529rem + 0.94vw, 1rem) left 15px;
	font-size: clamp(1rem, 0.559rem + 1.88vw, 1.5rem);
	font-weight: 400;
	line-height: 1.5em;
}
.faq .item .a p {
	margin-bottom: 1em;
}
.faq .item .a p:last-of-type {
	margin-bottom: 0;
}





.line {
	padding: clamp(0.625rem, -0.478rem + 4.71vw, 1.875rem);
	background: #07b53b;
}
.line .box {
	padding: clamp(3.75rem, 1.544rem + 9.41vw, 6.25rem) clamp(1.25rem, -2.059rem + 14.12vw, 5rem);
	background: #fff;
	border-radius: 15px;
}
.line h1 {
	margin-bottom: clamp(2.188rem, 1.36rem + 3.53vw, 3.125rem);
	font-size: clamp(2.625rem, 1.963rem + 2.82vw, 3.375rem);
	font-weight: 800;
	text-align: center;
	line-height: 1em;
	color: #07b53b;
}
.line h1 span {
	display: block;
	font-size: clamp(1.125rem, 0.794rem + 1.41vw, 1.5rem);
	font-weight: 600;
	color: #07b53b;
}
.line .lead {
	display: block;
	margin-bottom: 1em;
	font-size: clamp(1.25rem, 1.029rem + 0.94vw, 1.5rem);
	font-weight: 400;
	line-height: 1.25em;
	text-align: center;
}
.line .lead strong {
	font-weight: 800;
	color: #ed6d34;
}
.line .qrcode {
	display: block;
	margin-top: 50px;
	text-align: center;
}
.line .qrcode figure {
	width: 200px;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #ccc;
}
.line .qrcode figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.line .qrcode strong {
	display: block;
	margin-top: 20px;
	font-size: clamp(1.125rem, 1.015rem + 0.47vw, 1.25rem);
}
.line .qrcode p {
	color: #666;
	line-height: 1.5em;
}
.line a {
	display: none;
	margin-top: 25px;
	transition: all .25s ease-in-out;
}
.line a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.line a:hover {
	opacity: .75;
}
@media screen and (max-width:480px) {
	.line .qrcode {
		display: none;
	}
	.line a {
		display: block;
	}
}





@media screen and (max-width:768px) {

}</pre></body></html>