@charset "utf-8";
/* CSS Document */


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

.cta_button {
	width: 320px;
	height: 64px;
	padding: 10px 18px;
}

.cta_button__eyebrow {
	margin-bottom: 2px;
	font-size: 11px;
}

.cta_button__label-primary {
	font-size: 20px;
	line-height: 24px;
}

.cta_button__label-secondary {
	font-size: 15px;
	line-height: 18px;
}

.cta_button--trial-arrow .cta_button__label-primary,
.cta_button--trial-arrow-compact .cta_button__label-primary {
	font-size: 20px;
}

.cta_button--trial-arrow .cta_button__label-secondary,
.cta_button--trial-arrow-compact .cta_button__label-secondary {
	font-size: 15px;
}

.cta_button__label-single {
	font-size: 19px;
	line-height: 22.8px;
}

.cta_button__icon {
	right: 16px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

.cta_button__icon:before {
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -3px;
}

.cta_button--trial-arrow {
	width: 320px;
	height: 56px;
	padding: 0 48px 0 24px;
}

.cta_button--trial-arrow .cta_button__label-primary {
	line-height: 24px;
}

.cta_button--trial-arrow .cta_button__label-secondary {
	line-height: 18px;
}

.cta_button--trial-arrow-compact {
	width: 300px;
	height: 50px;
	padding: 0 46px 0 24px;
}

.cta_button--trial-arrow-compact .cta_button__label-primary {
	line-height: 27.2px;
}

.cta_button--trial-arrow-compact .cta_button__label-secondary {
	line-height: 20.4px;
}

.cta_button--trial-arrow-compact .cta_button__icon {
	right: 14px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

.cta_button--trial-arrow-compact .cta_button__icon:before {
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -3px;
}

.cta_button--consult {
	width: 300px;
	height: 50px;
	padding: 0 18px;
}

.cta_button__label-strong {
	font-size: 20px;
	line-height: 28.8px;
}

.cta_button__label-weak {
	font-size: 16px;
	line-height: 24px;
}

}


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

#home #sec06_contact {
	padding: 44px 0 60px;
}

.home_contact_section__title {
	font-size: 30px;
}

.home_contact_section__text {
	font-size: 18px;
	line-height: 1.7;
}

.home_contact_section__lead {
	font-size: 26px;
}

.home_contact_section__panel {
	display: flex;
	flex-wrap: wrap;
	padding: 28px 22px;
	background-color: rgba(255, 255, 255, 0.96);
	box-shadow: 0 16px 34px rgba(8, 70, 116, 0.18);
}

.home_contact_section__card {
	width: 50%;
	flex: 0 0 50%;
	padding: 0 18px 24px;
	background-color: transparent;
	border-radius: 0;
}

.home_contact_section__card + .home_contact_section__card {
	margin-top: 0;
	border-left: none;
}

.home_contact_section__card--trial {
	border-left: 1px solid #D3D8DE;
}

.home_contact_section__card--phone {
	width: 100%;
	flex: 0 0 100%;
	padding-top: 28px;
	border-top: 1px solid #D3D8DE;
	text-align: center;
}

.home_contact_section__card .cta_button {
	width: 100%;
	max-width: 280px;
}

.home_contact_section__copy {
	font-size: 18px;
	line-height: 28px;
}

.home_contact_section__phone-title {
	font-size: 18px;
	line-height: 28px;
}

.home_contact_section__phone-number {
	font-size: 36px;
	line-height: 42px;
}

}


/* ////////////////////////////////////////

	999

//////////////////////////////////////// */


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


/*----- common -----*/


.pc_only {
	display: none;
}

#stalker {
	display: none;
}

.header_pc {
	display: none;
}

.header_sp {
	display: block;
}

.mobile_fixed_cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 300;
	transform: translateY(100%);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile_fixed_cta.is-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.mobile_fixed_cta__inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 42px;
	gap: 6px;
	padding: 3px 8px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 0;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.mobile_fixed_cta__phone {
	flex: 0 0 37px;
	width: 37px;
	height: 36px;
}

.mobile_fixed_cta__phone:hover {
	opacity: 1;
}

.mobile_fixed_cta__phone-icon {
	display: block;
	width: 37px;
	height: 36px;
	margin: 0;
	background-image: url(/wordpress/wp-content/themes/est/images/phone_mobile_cta.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 37px 36px;
}

.mobile_fixed_cta__action {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 36px;
	padding: 0 28px 0 16px;
	border-radius: 4px;
	background: linear-gradient(180deg, #FFA13A 0%, #F57C00 100%);
	color: #FFFFFF;
}

.mobile_fixed_cta__action:hover {
	color: #FFFFFF;
	opacity: 1;
}

.mobile_fixed_cta__action-label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
}

.mobile_fixed_cta__action-arrow {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
}

.mobile_fixed_cta__action-arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 -5px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.home_cta_section__inner--consult {
	margin: 64px 0 0;
}

.home_cta_section {
	padding: 0 0 72px;
}

#home #footer,
#vision #footer,
#cando #footer,
#enrollment #footer,
#faq #footer {
	padding-bottom: 42px;
	background-color: #0071BC;
}

#home #footer .copyright,
#vision #footer .copyright,
#cando #footer .copyright,
#enrollment #footer .copyright,
#faq #footer .copyright {
	bottom: 52px;
	color: #FFFFFF;
}

#home #footer .pagetop,
#vision #footer .pagetop,
#cando #footer .pagetop,
#enrollment #footer .pagetop,
#faq #footer .pagetop {
	bottom: 42px;
}


/*----- home -----*/


/*----- page -----*/


}


/* ////////////////////////////////////////

	799

//////////////////////////////////////// */


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


/*----- common -----*/


.section_bg {
	min-height: 50vh;
}

.section_inner {
	width: 90%;
	max-width: inherit;
}

.effect_inner .section_wrapper {
	top: 0;
	min-height: inherit;
}

.section_desc {
	width: 100%;
	min-height: inherit;
}

.service_box {
	min-height: 70vh;
}

.timeline_item {
	display: block;
	width: 100%;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10vh;
}

.timeline_item:nth-child(2n-1) {
	padding-right: 0;
}

.timeline_item:nth-child(2n) {
	padding-top: 0;
	padding-left: 0;
}

.timeline_item:last-of-type {
	padding-bottom: 0;
}

.timeline_item:nth-child(2n-1) .timeline_no {
	right: 20px;
}

.timeline_item:nth-child(2n) .timeline_no {
	top: -30px;
}

.timeline_desc {
	min-height: auto;
}

#footer .logo_footer {
	top: 0;
	width: 120%;
}


/*----- home -----*/


#slider .inner_inner {
	padding-top: 0;
}

#slider .inner_left {
	width: 100%;
	min-height: 20vh;
	float: none;
}

#slider .inner_left img {
	max-width: 100px;
}

#slider .inner_right {
	width: 100%;
	max-width: 60%;
	min-height: 40vh;
	margin-left: 0;
	margin: 0 auto;
	float: none;
}

#slider .inner_right p {
	min-height: 40vh;
}

#slider .inner_right p span {
	display: block;
	width: 100%;
	font-size: 2.5em;
	text-align: center;
}

#home #sec01 .section_box .section_item {
	width: 100%;
}

#home #sec01 .section_box .section_item:nth-child(1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#home #sec01 .section_box .section_item:nth-child(2) {
	margin-right: 0;
}

#home #sec02 .section_bg {
	width: 100%;
}

#home #sec02 .section_desc {
	margin-left: 0;
}

#home #sec04 .section_box .section_item {
	width: 100%;
}

#home #sec04 .section_box .section_item:nth-child(1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#home #sec04 .section_box .section_item:nth-child(2) {
	margin-right: 0;
	margin-bottom: 50px;
}

#home #sec04 .section_box .section_item:nth-child(3) {
	margin-right: 0;
}

#home #sec05 .section_box .section_item {
	width: 100%;
}

#home #sec05 .section_box .section_item:nth-child(1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#home #sec05 .section_box .section_item:nth-child(2) {
	margin-right: 0;
	margin-bottom: 50px;
}

#home #sec05 .section_box .section_item:nth-child(3) {
	margin-right: 0;
	margin-bottom: 50px;
}

#home #sec05 .section_box .section_item:nth-child(4) {
	margin-right: 0;
}

#home #googleMap {
	min-height: 50vh;
}


/*----- page -----*/


.kv_bg {
	top: 10%;
	width: 70%;
	margin-left: -38%;
}

#vision #sec01 .section_inner {
	width: 90%;
}

#vision #sec02 .section_inner {
	width: 90%;
}

#vision #sec03 .section_inner {
	width: 90%;
}

#vision #sec04 .section_inner {
	width: 90%;
}

#cando #sec02 .section_inner {
	width: 90%;
}

#enrollment #sec01 .section_box .section_item {
	width: 100%;
}

#enrollment #sec01 .section_box .section_item:nth-child(1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec01 .section_box .section_item:nth-child(2) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec01 .section_box .section_item:nth-child(3) {
	margin-right: 0;
}

#enrollment #sec02 .section_box .section_item {
	width: 100%;
}

#enrollment #sec02 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec02 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#enrollment #sec03 .section_box .section_item {
	width: 100%;
}

#enrollment #sec03 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec03 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#enrollment #sec04 .section_box .section_item {
	width: 100%;
}

#enrollment #sec04 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec04 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#home #sec04 .section_cta--enrollment {
	margin: 48px 0 0;
}

#home #sec05 .section_cta--detail {
	margin: 56px 0 0;
}

#home #sec07 .section_cta {
	margin: 48px 0 40px;
}

#home #sec07 .section_cta__intro {
	margin-bottom: 16px;
}

#home #sec07 .section_cta__eyebrow {
	font-size: 18px;
	line-height: 1.5;
}

#home #sec07 .section_cta__lead {
	font-size: 22px;
	line-height: 1.4;
}

#home #sec06_contact {
	padding: 40px 0 56px;
}

.home_contact_section__title {
	margin-bottom: 16px;
	font-size: 28px;
	line-height: 1.4;
}

.home_contact_section__text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}

.home_contact_section__lead {
	margin-bottom: 24px;
	font-size: 24px;
}

.home_contact_section__panel {
	display: block;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

.home_contact_section__card {
	padding: 28px 18px 28px;
	background-color: rgba(255, 255, 255, 0.96);
	border-radius: 16px;
}

.home_contact_section__card + .home_contact_section__card {
	margin-top: 28px;
	border-left: none;
}

.home_contact_section__copy {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 24px;
}

.home_contact_section__phone-title {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 24px;
}

.home_contact_section__hours {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.6;
}

.home_contact_section__phone-number {
	font-size: 32px;
	line-height: 46px;
}

#enrollment #sec05 .section_box .section_item {
	width: 100%;
}

#enrollment #sec05 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec05 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#enrollment #sec06 .section_inner {
	width: 90%;
}

#flow #sec01 .section_box .section_item {
	width: 100%;
}

#flow #sec01 .section_box .section_item:nth-child(1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#flow #sec01 .section_box .section_item:nth-child(2) {
	margin-right: 0;
	margin-bottom: 50px;
}

#flow #sec01 .section_box .section_item:nth-child(3) {
	margin-right: 0;
}


#enrollment #sec02 .section_box .section_item {
	width: 100%;
}

#enrollment #sec02 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec02 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#enrollment #sec03 .section_box .section_item {
	width: 100%;
}

#enrollment #sec03 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec03 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#enrollment #sec04 .section_box .section_item {
	width: 100%;
}

#enrollment #sec04 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec04 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#enrollment #sec05 .section_box .section_item {
	width: 100%;
}

#enrollment #sec05 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#enrollment #sec05 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#enrollment #sec06 .section_inner {
	width: 90%;
}

#flow #sec02 .section_box .section_item {
	width: 100%;
}

#flow #sec02 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#flow #sec02 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#flow #sec03 .section_box .section_item {
	width: 100%;
}

#flow #sec03 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#flow #sec03 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#flow #sec04 .section_box .section_item {
	width: 100%;
}

#flow #sec04 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#flow #sec04 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#flow #sec05 .section_inner {
	width: 90%;
}

#faq #sec01 .section_item {
	padding-left: 0;
	background-position: top 10px left 0;
	background-size: 50px 50px;
}

#faq #sec01 .section_item dt {
	margin-left: 70px;
}

#faq #sec02 .section_item {
	padding-left: 0;
	background-position: top 10px left 0;
	background-size: 50px 50px;
}

#faq #sec02 .section_item dt {
	margin-left: 70px;
}

#faq #sec03 .section_inner {
	width: 90%;
}

#about #sec01 .section_inner {
	width: 90%;
}

#about #googleMap {
	min-height: 50vh;
}

#about #sec05 .section_inner {
	width: 90%;
}

#about #sec06 .section_inner {
	width: 90%;
}

#about #sec07 .section_box .section_item {
	width: 100%;
}

#about #sec07 .section_box .section_item:nth-child(2n-1) {
	margin-right: 0;
	margin-bottom: 50px;
}

#about #sec07 .section_box .section_item:nth-child(2n) {
	margin-left: 0;
}

#charms #sec02 .section_inner {
	width: 90%;
}

#day #sec02 .section_inner {
	width: 90%;
}

#news_list #sec01 .section_item {
	padding-left: 0;
	background-position: top 10px left 0;
	background-size: 50px 50px;
}

#news_list #sec01 .section_item dt {
	margin-left: 70px;
}



}


/* ////////////////////////////////////////

	599

//////////////////////////////////////// */


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


/*----- common -----*/


body {
	font-size: 14px;
}

.sp_only {
	display: inherit;
}

.pagetop {
	bottom: -30px;
}

#slider {
	min-height: 85vh;
	height: auto;
}

#slider:before {
	height: 15px;
	background-size: 600px 15px;
	/*height: 30px;
	background-size: 500px 30px;*/
}

#slick_1 {
	height: 100%;
}

#slick_1 .slick-slide {
	height: 100% !important;
}

#slick_1 .slick-slide span {
	height: 100% !important;
}

#kv {
	height: 60vh;
}

#kv:before {
	height: 15px;
	background-size: 600px 15px;
	/*height: 30px;
	background-size: 500px 30px;*/
}

.kv_bg {
	top: 25%;
	width: 80%;
	margin-left: -45%;
}

/*.kv_bg {
	top: 30%;
	width: 150px;
}*/

.kv_inner {
	height: 70vh;
}

.kv_inner span {
	height: 70vh;
}

.section_subtitle {
	margin-bottom: 20px;
}

.section_title {
	font-size: 1.6em;
}

.section_title span:before {
	top: 10px;
	left: -15px;
	width: 10px;
	height: 10px;
	background-size: 10px auto;
}

.section_title span:after {
	top: 10px;
	right: -15px;
	width: 10px;
	height: 10px;
	background-size: 10px auto;
}

.section_text {
	text-align: left;
	margin-bottom: 20px;
}

.section_desc {
	padding: 5% 10% 10%;
}

.section_desc .section_text dt {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 1.2em;
	border-bottom: 1px solid #FFFFFF;
	float: none;
}

.section_desc .section_text dd {
	width: 100%;
	margin-left: 0;
}

.section_item .item_title p {
	font-size: 1.3em !important;
}

.footer_btn a {
	font-size: 0.9em;
}


/*----- home -----*/


#slider .inner_inner {
	min-height: 0;
	margin-top: 0;
	padding-top: 24px;
}

#slider .inner_right {
	max-width: 80%;
	min-height: 0;
}

#slider .inner_right p {
	min-height: 0;
}

#slider .inner_right p span {
	font-size: 2em;
}

#slider .slider_tag {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	width: 124px;
	height: 40px;
	line-height: 40px;
	margin: 14px auto 0;
	text-align: left;
	-webkit-writing-mode: inherit;
	-ms-writing-mode: inherit;
	writing-mode:  inherit;
	white-space: inherit;
}

#slider .slider_tag img {
	left: 0;
	margin-left: 0;
}

#slider .slider_tag span {
	padding-top: 0;
	padding-left: 50px;
}

#slider .slider_fv_cta {
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

#slider .slider_fv_cta__lead {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 36px;
}

#slider .slider_fv_cta__lead--desktop {
	display: none;
}

#slider .slider_fv_cta__lead--mobile {
	display: block;
	font-weight: 500;
}

#slider .slider_fv_cta__button {
	width: 310px;
}

#slider .scroll {
	display: none;
}

#liner_space {
	height: 40vh;
}

#home #sec01 .gravity_box {
	display: none;
}

#home #sec01 .section_box .section_item .btn_play {
	top: 45%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
}

#home #sec03 .gravity_box {
	display: none;
}

#home #sec05 .gravity_box {
	display: none;
}


/*----- page -----*/


#vision #sec01 .section_desc {
	top: 5vh;
}

#enrollment #sec01 .gravity_box {
	display: none;
}

#enrollment #sec03 .gravity_box {
	display: none;
}

#enrollment #sec05 .gravity_box {
	display: none;
}

#flow #sec01 .gravity_box {
	display: none;
}

#flow #sec03 .gravity_box {
	display: none;
}

#contact #sec01 .section_box {
	font-size: 0.8em;
}

#recruit #sec01 .section_box {
	font-size: 0.8em;
}

.tel_list dl {
	display: block;
}

.tel_list dt {
	display: block;
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
	text-align: left;
}

.tel_list dd {
	display: block;
	width: 100%;
	padding-left: 0;
	border-left: 0px none;
}

.contact_list dl {
	display: block;
}

.contact_list dt {
	display: block;
	width: 100%;
	text-align: left;
}

.contact_list dd {
	display: block;
	width: 100%;
	text-align: left;
}

.policy_box .policy_title {
	padding: 0;
	font-size: 1.2em;
}

.policy_box .policy_text {
	padding: 0;
}

.policy_desc {
	padding: 40px 0 20px;
}


}
