/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}
/*--------------------------------
global element
--------------------------------*/
:root{
	--primary-color: #4d3e2e;
	--primary-text-color: #291c0d;
}
body{
	font-family: serif;
	color: var(--primary-text-color);
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-size: 18px;
}
a,button{
	transition: .3s;
}
a:hover, button:hover{
	opacity: .6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.fixed-body{
	position: fixed; 
	overflow: hidden;
	inset: 0;
}
.fixed-html{
	height: 100vh;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	padding: 1%;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 9;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.logo{
	height: 24px;
}
.logo-link{
	height: 100%;
	display: block;
}
.logo .content-img{
	width: auto;
	object-fit: contain;
}
.top-nav, .gnav-list{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.gnav-item{
	margin: 0 2% 0 0;
}
.top-nav .nav-link{
	color: var(--prymary-text-color);
	font-weight: bold;
	font-size: .9em;
}
.top-nav .icon-img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(8%) sepia(13%) saturate(2526%) hue-rotate(352deg) brightness(98%) contrast(92%);
}
.top-nav .cta-btn{
	margin: 0 0 0 2%;
	padding: 0 1%;
	line-height: 24px;
	border-radius: 12px;
	font-size: .8em;
}
/*--------------------------------
Hero
--------------------------------*/
.hero{
	padding: 4%;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.home-hero{
	background: url(../images/bg_hero.webp) no-repeat center bottom / cover;
	text-shadow: 4px 4px 8px #222, 4px -4px 8px #222, -4px 4px 8px #222, -4px -4px 8px #222;
}
.eleanor-hero{
	background: url(../images/img_course02_01.webp) no-repeat center top/ cover;
	text-shadow: 4px 4px 8px #512500, 4px -4px 8px #512500, -4px 4px 8px #512500, -4px -4px 8px #512500;
}
.natalia-hero{
	background: url(../images/img_course01_01.webp) no-repeat center top/ cover;
	text-shadow: 4px 4px 8px #6bc3c7, 4px -4px 8px #6bc3c7, -4px 4px 8px #6bc3c7, -4px -4px 8px #6bc3c7;
}
.fdim-hero{
	background: url(../images/img_course03_01.webp) no-repeat center top/ cover;
	text-shadow: 4px 4px 8px #000, 4px -4px 8px #000, -4px 4px 8px #000, -4px -4px 8px #000;
}
.catch{
	padding: 4% 0;
	width: 100%;
	max-width: 1024px;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: bold;
}
.catch-sub{
	font-size: 1.2em;
	line-height: 1.7;
	font-weight: bold;
}
.hero .general-img .content-img{
	margin: 0 auto;
	width: auto;
	height: 320px;
}
/*--------------------------------
Content
--------------------------------*/
.content-inner{
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}
.heading{
	text-align: center;
}
.heading-txt{
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.heading-label{
	font-size: .5em;
	font-weight: normal;
	display: block;
}
.heading .heading-txt{
	padding: 0 0 4%;
	font-size: 1.6em;
}
.heading-desc{
	padding: 0 0 4%;
	line-height: 1.7;
}
.course{
	padding:  4% 0;
	border-top: 1px solid #ddd;
}
.home .course{
	padding: 8% 0 4%;
	border: 0;
}
.course-list{
	display: flex;
	justify-content: space-between;
}
.course-item{
	width: calc(92% / 3);
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1);
	border-radius: 8px;
	overflow: hidden;
}
.course-item .item-link{
	display: flex;
	flex-direction: column;
}
.course-head{
	padding: 4% 2% 8% 0;
	order: 2;
}
.course-head .heading-txt{
	padding: 0 0 0 2%;
	line-height: 36px;
	font-size: 1em;
	color: #fff;
	position: relative;
}
.course-head .heading-txt::after{
	width: 8px;
	height: 36px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.course-item:nth-of-type(1) .course-head .heading-txt{
	background: #ff99b1;
}
.course-item:nth-of-type(2) .course-head .heading-txt{
	background: #7cbad1;
}
.course-item:nth-of-type(3) .course-head .heading-txt{
	background: #ab76cd;
}
.course-item .general-txt{
	padding: 0 8% 8%;
	order: 3;
	font-size: .9em;
	color: var(--primary-text-color);
}
.course-item .general-img{
	order: 1;
	aspect-ratio: 4/3;
}
.course-item .btn{
	margin: 0 4% 4%;
	order: 4;
	line-height: 36px;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	display: block;
	text-align: center;
	font-weight: bold;
}
.wrapup{
	padding: 8% 4%;
	text-align: center;
}
.btn-desc{
	padding: 0 0 4%;
	line-height: 1.7;
}
.wrapup .cta-btn{
	margin: 0 auto;
	width: 60%;
	line-height: 64px;
	border-radius: 32px;
	font-size: 1.4em;
	font-weight: bold;
}
.intro{
	padding: 8% 0;
	color: #fff;
}
.eleanor .intro{
	background: #7cbad1;
}
.natalia .intro{
	background: #ff99b1;
}
.fdim .intro{
	background: #ab76cd;
}
.recommendation{
	padding: 8% 0;
}
.recommend-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recommend-item{
	margin: 0 0 4%;
	padding: 4% 2%;
	width: 48%;
	text-align: center;
	border-radius: 8px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recommend-item .icon-img{
	margin: 0 2% 0 0;
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.eleanor .recommend-item{
	color: #7cbad1;
	border: 2px solid #7cbad1;
}
.natalia .recommend-item{
	color: #ff99b1;
	border: 2px solid #ff99b1;
}
.fdim .recommend-item{
	color: #ab76cd;
	border: 2px solid #ab76cd;
}
.eleanor .recommend-item .icon-img{
	filter: brightness(0) saturate(100%) invert(76%) sepia(46%) saturate(379%) hue-rotate(162deg) brightness(87%) contrast(86%);
}
.natalia .recommend-item .icon-img{
	filter: brightness(0) saturate(100%) invert(67%) sepia(7%) saturate(2410%) hue-rotate(298deg) brightness(102%) contrast(106%);
}
.fdim .recommend-item .icon-img{
	filter: brightness(0) saturate(100%) invert(47%) sepia(11%) saturate(2216%) hue-rotate(227deg) brightness(98%) contrast(101%);
}
.lesson{
	padding: 0;
	color: #fff;
	display: flex;
	flex-direction: row-reverse;
}
.lesson .content-inner{
	padding: 8% 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lesson .general-txt{
	display: flex;
	justify-content: center;
}
.lesson .general-img{
	width: 50%;
	margin: 0;
	flex-shrink: 0;
}
.eleanor .lesson{
	background: #7cbad1;
}
.natalia .lesson{
	background: #ff99b1;
}
.fdim .lesson{
	background: #ab76cd;
}
.info{
	padding: 8% 4%;
}
.info-item{
	padding: 4% 0;
	display: flex;
	border-bottom: 1px solid #ddd;
}
.info-item:nth-last-child(1){
	border: 0;
}
.info-item .sub-head{
	padding: 0 4% 0 0;
	width: 32%;
	flex-shrink: 0;
}
.info-item  .heading-txt{
	text-align: right;
}
.info-item .heading-txt{
	margin: 0 0 4%;
	padding: 0 0 2%;
	font-size: 1em;
	font-weight: bold;
}
.eleanor .info-item .heading-txt{
	color: #7cbad1;
}
.natalia .info-item .heading-txt{
	color: #ff99b1;
}
.fdim .info-item .heading-txt{
	color: #ab76cd;
}
.general{
	padding: 8% 0;
}
.general-txt{
	padding: 0 0 4%;
	line-height: 1.7;
}
.last-sentence{
	padding: 4% 0;
	text-align: right;
}

.instructor-item{
	display: flex;
}
.instructor-item .general-img{
	width: 40%;
	flex-shrink: 0;
}
.instructor-sub{
	padding: 0 0 0 4%;
}
.instructor-item .sub-head{
	padding: 0 0 4%;
}
.instructor-item .heading-txt{
	padding: 0 0 1%;
	font-size: 1.2em;
	text-align: left;
}
.instructor-item .heading-sub{
	font-style: italic;
}
.general-item{
	padding: 0 0 4%;
}
.general-item .sub-head{
	margin: 0 0 2%;
	padding: 0 0 1%;
	border-bottom: 2px solid var(--primary-text-color);
}
.general-item .heading-txt{
	font-size: 1.2em;
	text-align: left;
}
.faq-item{
	margin: 0 0 2px;
	display: block;
}
.faq-title{
	padding: 2% 8% 2% 2%;
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
	outline: none;
	list-style: none;
	position: relative;
	line-height: 1.7em;
	transition: .3s;
	border-radius: 2px;
}
.faq-title::before,
.faq-title::after {
	content: "";
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2%;
	transition: .1s;
}
.faq-title::before {
	width: 16px;
	height: 2px;
	background-color: #fff;
}
.faq-title::after {
	width: 2px;
	height: 16px;
	background-color: #fff;
	transform: translate3d(-7px,0,0);
}
.active{
	opacity: .8;
}
.active::after {
	opacity: 0;
}
.faq-detail{
	padding: 2%;
	line-height: 1.7;
	display: none;
}
.info-nav{
	margin: 0 auto;
	padding: 8% 0 0;
	width: 100%;
	max-width: 1024px;
	display: flex;
	justify-content: space-between;
}
.info-btn{
	margin: 0 auto 4%;
	width: 48%;
	line-height: 64px;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
.guide{
	padding: 8% 0 4%;
	background: #f8f5f2;
}
.guide .general-item{
	margin: 0 0 8%;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	background: #fff;
}
.guide .general-item:nth-of-type(1)::after, .guide .general-item:nth-of-type(2)::after, .guide .general-item:nth-of-type(3)::after{
	margin: 0 auto;
	width: 16%;
	height: 8%;
	content: "";
	background: var(--primary-color);
	position: absolute;
	right: 0;
	bottom: -18%;
	left: 0;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.guide .general-item:nth-last-child(1){
	margin: 0 0 4%;
}
.guide .general-item .content-inner{
	padding: 4%;
}
.guide .general-item .general-img{
	width: 40%;
	flex-shrink: 0;
}
.uc{
	text-align: center;
}
.uc .general-img{
	margin: 0 auto;
	width: 25%;
	filter: brightness(0) saturate(100%) invert(8%) sepia(13%) saturate(2526%) hue-rotate(352deg) brightness(98%) contrast(92%);
}
/*--------------------------------
Button
--------------------------------*/
.cta-btn{
	color: #fff;
	background: #06C755;
	display: block;
	font-family: sans-serif;
}
.btn-row .icon-img{
	margin: 4% auto 0 auto;
	width: 64px;
	height: 64px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(8%) sepia(13%) saturate(2526%) hue-rotate(352deg) brightness(98%) contrast(92%);
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4%;
	text-align: center;
	background: #f8f5f2;
}
.foot-desc{
	padding: 0 0 2%;
	font-size: .8em;
	line-height: 1.4;
}
.copy{
	font-size: .8em;
	font-family: arial, sans-serif;
}
/*--------------------------------
Modal
--------------------------------*/
.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,.85);
	display: none;
}
.modal-pane{
	margin: 0 auto;
	width: 90%;
	max-width: 768px;
	position: fixed;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	display: none;
}
.modal-pane .modal-content{
	padding: 4%;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	position: relative;
}
.modal-pane .modal-inner{
	padding: 0 0 4%;
	overflow: auto;
}
.modal-heading .heading-txt{
	margin: 0 0 4%;
	padding: 0 0 2%;
	font-size: 1.1em;
	border-bottom: 1px solid var(--primary-color);
}
.close-modal-btn{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
}
.close-modal-btn span::before, .close-modal-btn span::after{
	width: 32px;
	height: 2px;
	content: "";
	background: #666;
	position: absolute;
	top: 21px;
	left: 6px;
}
.close-modal-btn span::before{
	transform: rotate(-45deg);
}
.close-modal-btn span::after{
	transform: rotate(45deg);
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@keyframes slide-in{
	0% {opacity: 0;transform: translate3d(100%,0,0);}
	100% {opacity: 1;transform: translate3d(0,0,0);}
}
@media screen and (max-width: 1023px){
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.top{
		padding: 0;
		height: 44px;
	}
	.logo{
		padding: 0 2%;
		height: 14px;
	}
	.open-nav{
		margin: 0 2%;
		width: 32px;
		height: 24px;
		position: relative;
		cursor: pointer;
		z-index: 10;
	}
	.open-nav span{
		width: 32px;
		height: 2px;
		position: absolute;
		right: 0;
		left: 0;
		background: var(--primary-text-color);
		transition: transform .3s ease, opacity .3s ease, top .3s ease;
	}
	.open-nav span:nth-child(1){
		top: 0;
	}
	.open-nav span:nth-child(2){
		top: 50%;
		transform: translateY(-50%);
	}
	.open-nav span:nth-child(3){
		bottom: 0;
	}
	.open-nav.is-open span:nth-child(1){
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.open-nav.is-open span:nth-child(2){
		opacity: 0;
	}
	.open-nav.is-open span:nth-child(3){
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	.gnav-list{
		padding: 0 8% 44px 8%;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 44px;
		left: 0;
		background: #fff;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s ease;
		z-index: 8;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.gnav-list.show{
		opacity: 1;
		pointer-events: auto;
	}
	body.nav-open{
		overflow: hidden;
	}
	.gnav-item{
		margin: 0;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.gnav-item .nav-link{
		padding: 8%;
		display: block;
		text-align: center;
	}
	.top-nav .icon-img{
	}
	.top-nav .cta-btn{
		padding: 0 4%;
	}
	/*--------------------------------
	Hero
	--------------------------------*/
	.hero{
		padding: 44px 4% 4% 4%;
		height: 50vh;
	}
	.home-hero{
		height: 100vh;
		background: url(../images/bg_hero.webp) no-repeat center / cover;
	}
	.eleanor-hero{
		background: url(../images/img_course02_01.webp) no-repeat center top 22px/ cover;
	}
	.natalia-hero{
	}
	.catch{
		padding: 4% 0;
		font-size: 2em;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.catch-sub{
		line-height: 1.7;
		font-size: .9em;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.hero .general-img .content-img{
		height: 240px;
	}
	/*--------------------------------
	Content
	--------------------------------*/
	.heading .heading-txt{
		padding: 0 0 8%;
	}
	.heading-desc{
		padding: 0 0 8%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.course{
		padding: 8% 4% 4%;
	}
	.home .course{
		padding: 16% 4% 4%;
	}
	.course-list{
		display: block;
	}
	.course-item{
		margin: 0 0 8%;
		width: 100%;
	}
	.course-head{
		padding: 4% 2% 4% 0;
	}
	.course-head .heading-txt{
		font-size: 1.1em;
		font-weight: bold;
	}
	.course-item .general-txt{
		padding: 0 4% 4%;
		font-size: 1em;
	}
	.course-item .general-img{
		aspect-ratio: 16/9;
	}
	.course-item .btn{
		line-height: 44px;
		font-size: 1em;
		font-weight: bold;
	}
	.open-nav{
		display: block;
	}
	.btn-desc{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wrapup{
		padding: 8% 4% 16%;
	}
	.wrapup .cta-btn{
		width: 100%;
		line-height: 44px;
		border-radius: 22px;
	}
	.intro{
		padding: 8% 4%;
	}
	.recommendation{
		padding: 8% 4%;
	}
	.recommend-list{
		display: block;
	}
	.recommend-item{
		margin: 0 0 4%;
		padding: 4% 2%;
		width: 100%;
	}
	.lesson{
		padding: 0;
		flex-direction: column-reverse;
	}
	.lesson .general-img{
		width: 100%;
		aspect-ratio: 2.35/1;
	}
	.instructor-item{
		display: block;
	}
	.instructor-item .general-img{
		margin: 0 0 4%;
		width: 100%;
		aspect-ratio: 1;
	}
	.instructor-item .general-img .content-img{
		object-position: top 24% left 0;
	}
	.instructor-sub{
		padding: 4% 0 0;
	}
	.instructor-item .sub-head{
		padding: 0 0 8%;
		text-align: center;
	}
	 .instructor-item .heading-txt{
		text-align: center;
	 }
	.general{
		padding: calc(8% + 44px) 4% 8% 4%;
	}
	.general-item{
		padding: 0 0 8%;
	}
	.general-item .heading-txt{
		font-size: 1em;
	}
	.faq-title{
		padding: 4% 8% 4% 4%;
	}
	.faq-detail{
		padding: 4%;
	}
	.info-nav{
		padding: 8% 4% 0;
		display: block;
	}
	.info-btn{
		width: 100%;
		line-height: 44px;
	}
	.guide{
		padding: calc(8% + 44px) 4% 4%;
	}
	.guide .general-item{
		margin: 0 0 40px;
		flex-direction: column-reverse;
	}
	.guide .sub-head{
		margin: 0 0 4%;
		padding: 2% 0;
	}
	.guide .heading-txt{
		text-align: center;
	}
	.guide .general-item:nth-of-type(1)::after, .guide .general-item:nth-of-type(2)::after, .guide .general-item:nth-of-type(3)::after{
		width: 32%;
		height: 16px;
		bottom: -28px;
	}
	.guide .general-item .general-img{
		width: 100%;
		aspect-ratio: 2.35 / 1;
	}
	.uc .general-img{
		width: 50%;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row .icon-img{
		margin: 8% auto 0 auto;
		width: 44px;
		height: 44px;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 8% 4%;
	}
}