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


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

	common

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


body {
	font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif !important;
	/*font-family: 'UD Shin Go Medium', 'UD Shin Go Regular' !important;*/
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
	transition: .3s;
}

a:hover {
	color: #000000;
	/*opacity: 0.8;*/
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

picture {
	display: block;
}

h1,h2,h3,h4,h5,p,span,dl,dt,dd {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

ul,ol,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

main {
	background-color: #FBFBFB;
}

.pc_only {
	display: inherit;
}

.sp_only {
	display: none;
}

.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


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

	stalker

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


#stalker {
	pointer-events: none;
	position: fixed;
	top: -8px;
	left: -8px;
	width: 16px;
	height: 16px;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.4);
	border-radius: 50%;
	transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
	transition-timing-function: ease-out;
	z-index: 999;
}

#stalker.hov_ {
	top: -32px;
	left: -32px;
	width: 64px;
	height: 64px;
	transition: .5s;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
}

.s_inversion #stalker {
	background: rgba(255, 255, 255, 0.4);
}

.f_inversion #stalker {
	background: rgba(255, 255, 255, 0.4);
}

.s_inversion #stalker.hov_ {
	background: rgba(255, 255, 255, 0.2);
}

.f_inversion #stalker.hov_ {
	background: rgba(255, 255, 255, 0.2);
}


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

	effect_box

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


.effect_box {
	position: relative;
	overflow: hidden;
	/*transition: all .8s .5s ease;*/
}

.effect_inner:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, 1);
	background-color: #FFFFFF;
	transform: translateX(0);
	transition: all .8s .3s ease;
	z-index: 1;
}

.effect_box.active .effect_inner:after {
	transform: translateX(-100%);
}

#vision #sec02 .effect_inner:after {
	transform: translateX(0);
}

#vision #sec02.effect_box.active .effect_inner:after {
	transform: translateX(100%);
}

#vision #sec04 .effect_inner:after {
	transform: translateX(0);
}

#vision #sec04.effect_box.active .effect_inner:after {
	transform: translateX(100%);
}

.effect_box.active .section_wrapper {
	opacity: 1;
}


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

	slider

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


#slider {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 95vh;
	height: auto;
	overflow: hidden;
	padding: 0 0 48px;
}

#slider:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	/*height: 45px;*/
	overflow: hidden;
	background-image: url(/wordpress/wp-content/themes/est/images/bg_wave.svg);
	background-size: 1600px 40px;
	/*background-image: url(/wordpress/wp-content/themes/est/images/bg_note.svg);
	background-size: 750px 45px;*/
	background-repeat: repeat-x;
	background-position: top left;
	/*filter: drop-shadow(0 5px 15px #999999);*/
	z-index: 1;
}

#slider .slider_box {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 95vh;
	padding: 48px 20px 12px;
	box-sizing: border-box;
	text-align: center;
	/*background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.9) 0%, rgba(135,135,135,0.75) 60%, rgba(175,175,175,0.5) 70%, rgba(255,255,255,0.1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.9) 0%,rgba(135,135,135,0.75) 60%,rgba(175,175,175,0.5) 70%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.9) 0%,rgba(135,135,135,0.75) 60%,rgba(175,175,175,0.5) 70%,rgba(255,255,255,0.1) 100%);*/
	z-index: 5;
}

#slider .slider_foreground {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	min-height: 100%;
}

#slider .slider_inner {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
}

#slider .inner_inner {
	display: block;
	width: 100%;
	max-width: 700px;
	height: auto;
	min-height: 0;
	padding-top: 80px;
	box-sizing: border-box;
	z-index: 1;
}

#slider .inner_left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	height: auto;
	min-height: 0;
	float: left;
}

#slider .inner_left img {
	width: 100%;
}

#slider .inner_right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	height: auto;
	min-height: 0;
	margin-left: 10%;
	overflow: hidden;
	float: right;
}

#slider .inner_right p {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	width: 100%;
	height: auto;
	min-height: 0;
}

#slider .inner_right p span {
	display: block;
	font-size: 3em;
	font-weight: 500;
	color: #FFFFFF;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#slider .slider_tag {
	position: absolute;
	top: min(50%, 50vh);
	left: 0;
	width: 80px;
	height: 130px;
	line-height: 80px;
	margin-top: -30px;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	box-sizing: border-box;
	z-index: 10;
}

#slider .slider_tag a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#slider .slider_tag img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
}

#slider .slider_tag span {
	position: relative;
	display: block;
	padding-top: 50px;
	color: #0071BC;
	text-shadow: 0.5px 0.5px 1px rgba(255,255,255,0.5);
}

#slider .slider_fv_cta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 64px;
	z-index: 11;
}

#slider .slider_fv_cta__lead {
	margin: 0 0 14px;
	color: #FFFFFF;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

#slider .slider_fv_cta__lead span {
	display: block;
}

#slider .slider_fv_cta__lead--desktop span:first-child {
	font-size: 20px;
	line-height: 32px;
}

#slider .slider_fv_cta__lead--desktop span:last-child {
	font-size: 24px;
	line-height: 36px;
}

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

#slider .slider_fv_cta__button {
	width: 310px;
	max-width: 100%;
}

/*#slider .scroll {
	position: absolute;
	bottom: -40px;
	right: 50px;
	display: block;
	width: 80px;
	height: 80px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 50%;
	z-index: 5;
}

#slider .scroll span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sss 2s infinite;
	animation: sss 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

#slider .scroll span:nth-of-type(1) {
	top: 6px;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	-webkit-animation-delay: .0s;
	animation-delay: .0s;
}

#slider .scroll span:nth-of-type(2) {
	top: 16px;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

@-webkit-keyframes sss {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sss {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}*/

.slick-arrow.prev {
	position: absolute;
	top: 50%;
	left: -30px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-top: -30px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	border-radius: 30px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 1.5px 1.5px 1.5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 1.5px 1.5px 1.5px 0px;
	box-shadow: rgba(0,0,0,0.2) 1.5px 1.5px 1.5px 0px;
	z-index: 1;
}

.slick-arrow.prev img {
	width: 30px;
	margin-top: 15px;
	margin-left: 5px;
}

.slick-arrow.next {
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-top: -30px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	border-radius: 30px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 1.5px 1.5px 1.5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 1.5px 1.5px 1.5px 0px;
	box-shadow: rgba(0,0,0,0.2) 1.5px 1.5px 1.5px 0px;
	z-index: 1;
}

.slick-arrow.next img {
	width: 30px;
	margin-top: 15px;
	margin-right: 3px;
}

.slick-dotted.slick-slider {
	margin-bottom: 50px !important;
}

/*.slick-dots {
	bottom: -20px !important;
}*/

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 24px;
	height: 24px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:before {
	font-family: inherit !important;
	font-size: 28px !important;
	color: #CCCCCC !important;
	opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
	color: #2F6289 !important;
	opacity: 1 !important;
}


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

	slick

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


#slick_1 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 0;
}

#slick_1 .slick-list,
#slick_1 .slick-track {
	height: 100%;
}

#slick_1 .slick-slide {
	position: relative;
	width: 100%;
	height: 100% !important;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#slick_1 .slick-slide span {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: transform 6s linear;
}

#slick_1 .slick-slide span:before {
	content: '';
	background: inherit;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}

#slick_1 .slick-slide.slick-active span {
	transform: scale(1.1);
}

#slick_3 {
	width: 100% !important;
}


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

	modaal

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


.modaal-close:after, .modaal-close:before {
	background: #0071BC !important;
}

.modaal-close:hover {
	transform: rotate(180deg);
}

.modaal-inner-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.modaal-video-wrap {
	margin: auto 5% !important;
}


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

	header

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


.header_pc {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	z-index: 100;
}

.header_logo {
	position: relative;
}

.header_logo a {
	position: absolute;
	top: 0;
	left: 20px;
	display: flex;
	align-items: center;
	width: auto;
	height: 80px;
	z-index: 1;
}

.header_logo a img {
	width: auto;
	height: 30px;
}

.header_nav {
	position: absolute;
	top: 30px;
	right: 200px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 600px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	z-index: 10;
}

.header_nav a {
	position: relative;
	color: #0071BC;
}

.hvr-underline-from-left {
	overflow: inherit !important;
}

.hvr-underline-from-left:before {
	height: 1px;
	background: #0071BC;
}

.header_subnav {
	position: absolute;
	top: 10px;
	right: 200px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 360px;
	height: 20px;
	line-height: 20px;
	z-index: 11;
}

.header_subnav a {
	font-size: 0.8em;
	color: #0071BC;
}

.header_contact {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 80px;
	/*background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.8);*/
	background: -moz-linear-gradient(left, #0071BC, #4390C3, #78A7C5, #4390C3, #0071BC);
	background: -webkit-linear-gradient(left, #0071BC, #4390C3, #78A7C5, #4390C3, #0071BC);
	background: linear-gradient(to right, #0071BC, #4390C3, #78A7C5, #4390C3, #0071BC);
	background-size: 200%;
	box-sizing: border-box;
	z-index: 10;
}

.header_contact:hover {
	animation: grahover 5s linear infinite;
}

@keyframes grahover {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

.header_contact a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	color: #FFFFFF;
}

.header_contact a:hover {
	opacity: 1;
}

.header_contact a span {
	display: block;
	width: 100%;
	text-align: center;
}

.cta_button {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 360px;
	max-width: calc(100vw - 40px);
	height: 70px;
	padding: 10px 24px 11px;
	border-radius: 999px;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.cta_button:hover {
	color: #FFFFFF;
	opacity: 1;
	transform: translateY(1px);
}

.cta_button__eyebrow {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.cta_button__label {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 2px;
}

.cta_button__label-single {
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 26.4px;
	letter-spacing: 0;
}

.cta_button__icon {
	position: absolute;
	top: 50%;
	right: 18px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background-color: #FFFFFF;
}

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

.cta_button__label-mixed {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0;
}

.cta_button__label-strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 28.8px;
	letter-spacing: 0;
}

.cta_button__label-weak {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
}

.cta_button__label-primary {
	display: block;
	font-size: 22.7px;
	font-weight: 600;
	line-height: 27.2px;
}

.cta_button__label-secondary {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 20.4px;
}

.cta_button--trial {
	background: linear-gradient(90deg, #0992DD 0%, #2579BA 100%);
	box-shadow: 0 8px 18px rgba(0, 68, 120, 0.18);
}

.cta_button--trial:hover {
	background: linear-gradient(90deg, #0A80C2 0%, #1E6298 100%);
	box-shadow: 0 10px 20px rgba(0, 68, 120, 0.22);
}

.cta_button--trial-arrow,
.cta_button--trial-arrow-compact {
	background: linear-gradient(90deg, #0992DD 0%, #2579BA 100%);
	box-shadow: 0 8px 18px rgba(0, 68, 120, 0.18);
}

.cta_button--trial-arrow,
.cta_button--trial-arrow-compact,
.cta_button--consult-arrow,
.cta_button--trial-arrow-warm {
	justify-content: center;
}

.cta_button--trial-arrow .cta_button__label,
.cta_button--trial-arrow-compact .cta_button__label,
.cta_button--trial-arrow-warm .cta_button__label,
.cta_button--consult-arrow .cta_button__label-mixed {
	align-items: baseline;
	gap: 0;
}

.cta_button--trial-arrow .cta_button__label-primary,
.cta_button--trial-arrow-warm .cta_button__label-primary {
	font-size: 22.7px;
	font-weight: 600;
	line-height: 27.2px;
	color: #FFFFFF;
}

.cta_button--trial-arrow .cta_button__label-secondary,
.cta_button--trial-arrow-warm .cta_button__label-secondary {
	font-size: 17px;
	font-weight: 600;
	line-height: 20.4px;
	color: #FFFFFF;
}

.cta_button--consult-arrow,
.cta_button--trial-arrow-warm {
	width: 310px;
	max-width: 100%;
	height: 60px;
	padding: 0 50px 0 24px;
}

.cta_button--consult-arrow .cta_button__icon,
.cta_button--trial-arrow-warm .cta_button__icon {
	right: 16px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background-color: #FFFFFF;
}

.cta_button--consult-arrow .cta_button__icon:before,
.cta_button--trial-arrow-warm .cta_button__icon:before {
	width: 5px;
	height: 5px;
	margin: -3px 0 0 -4px;
}

.cta_button--trial-arrow {
	width: 360px;
	height: 60px;
	padding: 0 56px 0 32px;
}

.cta_button--trial-arrow:hover,
.cta_button--trial-arrow.is-active,
.cta_button--trial-arrow-compact:hover,
.cta_button--trial-arrow-compact.is-active {
	background: linear-gradient(90deg, #0A80C2 0%, #1E6298 100%);
	box-shadow: 0 10px 20px rgba(0, 68, 120, 0.22);
}

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

.cta_button--trial-arrow-compact .cta_button__label-primary {
	font-size: 20px;
	font-weight: 600;
	line-height: 27.2px;
	color: #FFFFFF;
}

.cta_button--trial-arrow-compact .cta_button__label-secondary {
	font-size: 15px;
	font-weight: 600;
	line-height: 20.4px;
	color: #FFFFFF;
}

.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-arrow {
	background: linear-gradient(180deg, #4CE060 0%, #1DB733 100%);
	box-shadow: 0 8px 18px rgba(19, 133, 35, 0.22);
}

.cta_button--consult-arrow .cta_button__label-strong {
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
	color: #FFFFFF;
}

.cta_button--consult-arrow .cta_button__label-weak {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #FFFFFF;
}

.cta_button--consult-arrow .cta_button__icon:before {
	border-top-color: #1DB733;
	border-right-color: #1DB733;
}

.cta_button--consult-arrow:hover,
.cta_button--consult-arrow.is-active {
	background: linear-gradient(180deg, #1FD038 0%, #09A51E 100%);
	box-shadow: 0 10px 20px rgba(15, 114, 29, 0.26);
}

.cta_button--consult-arrow:hover .cta_button__icon:before,
.cta_button--consult-arrow.is-active .cta_button__icon:before {
	border-top-color: #09A51E;
	border-right-color: #09A51E;
}

.cta_button--trial-arrow-warm {
	background: linear-gradient(180deg, #FFA13A 0%, #F57C00 100%);
	box-shadow: 0 8px 18px rgba(181, 92, 0, 0.22);
}

.cta_button--trial-arrow-warm .cta_button__icon:before {
	border-top-color: #F57C00;
	border-right-color: #F57C00;
}

.cta_button--trial-arrow-warm:hover,
.cta_button--trial-arrow-warm.is-active {
	background: linear-gradient(180deg, #F38D18 0%, #E06800 100%);
	box-shadow: 0 10px 20px rgba(161, 78, 0, 0.28);
}

.cta_button--trial-arrow-warm:hover .cta_button__icon:before,
.cta_button--trial-arrow-warm.is-active .cta_button__icon:before {
	border-top-color: #E06800;
	border-right-color: #E06800;
}

.cta_button--consult {
	width: 300px;
	height: 50px;
	padding: 0 18px;
	background: #FFFFFF;
	border: 3px solid #2B79C1;
	box-shadow: 0 8px 18px rgba(0, 68, 120, 0.12);
	color: #2B79C1;
}

.cta_button--consult .cta_button__label-single,
.cta_button--consult .cta_button__label-mixed {
	text-shadow: 0 2px 0 rgba(43, 121, 193, 0.15);
}

.cta_button--consult:hover,
.cta_button--consult.is-active {
	background: #2B79C1;
	border-color: #2B79C1;
	box-shadow: 0 10px 20px rgba(0, 68, 120, 0.2);
	color: #FFFFFF;
}

.cta_button--consult:hover .cta_button__label-single,
.cta_button--consult:hover .cta_button__label-mixed,
.cta_button--consult.is-active .cta_button__label-single {
	text-shadow: none;
}

.home_cta_section {
	position: relative;
	padding: 0 0 108px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 2;
}

.home_cta_section__container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.home_cta_section__inner {
	display: flex;
	justify-content: center;
}

.home_cta_section__inner--consult {
	margin: 100px 0 36px;
}

.header_sp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 150px;
	height: 100px;
	box-sizing: border-box;
	z-index: 100;
}

.humberger {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 50px;
	background-image: url(/wordpress/wp-content/themes/est/images/bg_menu.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100px 50px;
	cursor: pointer;
	z-index: 9999;
}

.humberger .icop {
	position: absolute;
	left: 30px;
	display: block;
	width: 22px;
	height: 2px;
	margin-left: -11px;
	background: #FFFFFF;
	-webkit-transition: all .7s cubic-bezier(.19,1,.22,1);
	transition: all .7s cubic-bezier(.19,1,.22,1);
	-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	position: relative;
}

.humberger .p1 {
	top: 16px;
	width: 36px;
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}

.humberger .p2 {
	top: 22px;
	width: 28px;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.humberger .p3 {
	top: 28px;
	width: 20px;
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.spnav .humberger {
	position: fixed;
}

.spnav .humberger .p1 {
	top: 14px;
	width: 25px;
	margin-left: -13.25px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.spnav .humberger .p2 {
	-webkit-transform: translate(80px,0);
	transform: translate(80px,0);
	opacity: 0;
}

.spnav .humberger .p3 {
	width: 25px;
	margin-left: -15.5px;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.spnav .menu {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 0;
	width: 100vw;
	color: #000000;
	text-align: center;
	opacity: 1;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition: all 0.3s;
	overflow: hidden;
	z-index: 3;
}

.menu_bg {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: #FFFFFF;
	/*opacity: 0.95;*/
}

img.logo_sp {
	width: 200px;
	height: auto;
	margin: 0 auto 10px;
}

.menu_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 260px;
	margin-top: -260px;
	margin-left: -130px;
}

.menu_logo {
	width: 200px;
	margin: 0 auto 30px;
}

.menu_inner ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.menu_inner li {
	margin: 10px 0;
}

.menu_inner li a {
	display: block;
	line-height: 1.3em;
	font-size: 1.1em;
	color: #000000;
}

.menu_inner li.menu_contact {
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin: 15px 0;
	font-size: 0.7em;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.8);
	border-radius: 25px;
	text-align: center;
	box-sizing: border-box;
}

.menu_inner li.menu_contact a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	color: #FFFFFF;
}

.menu_inner li.menu_sub a {
	display: block;
	line-height: 1.0em;
	font-size: 0.8em;
	color: #000000;
}



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

	footer

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


#footer {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#footer .section_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50vh;
	padding: 10vh 0;
	background-color: #0071BC;
	box-sizing: border-box;
	z-index: 1;
}

.footer_logo {
	width: 100%;
	max-width: 100px;
	padding: 0;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

.footer_title {
	width: 100%;
	padding: 0;
	margin: 20px auto;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

.footer_btn {
	display: block;
	width: 80%;
	max-width: 260px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 30px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 2px 2px 10px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 2px 2px 10px 0px;
	box-shadow: rgba(0,0,0,0.3) 2px 2px 10px 0px;
	box-sizing: border-box;
}

.footer_btn a {
	display: block;
	font-size: 0.8em;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 20px right 15px;
	background-size: 20px 20px;
	transition: .3s all;
}

.footer_btn:hover a {
	background-position: top 10px right 15px;
}

.footer_tel {
	width: 100%;
	padding: 0;
	margin: 20px auto;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

.footer_tel span {
	margin-right: 10px;
	font-size: 0.6em;
}

.footer_tel a {
	color: #FFFFFF;
}

.footer_address {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

.footer_address span {
	position: relative;
	width: 50px;
	margin-left: 10px;
}

.footer_address span a {
	position: relative;
	top: -2px;
	display: inline-block;
	height: 20px;
	padding: 0 10px;
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 10px;
	box-sizing: border-box;
}

#footer .copyright {
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-size: 0.6em;
	text-align: center;
	z-index: 1;
}

#footer .logo_footer {
	position: absolute;
	top: -10px;
	left: 0;
	width: 70%;
	height: auto;
	z-index: -1;
}

#footer .logo_footer img {
	opacity: 0.05;
	/*filter: drop-shadow(0 1px 4px #FFFFFF);*/
}

#footer .pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 120px;
	height: 70px;
	box-sizing: border-box;
	z-index: 5;
}

#footer .pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/wordpress/wp-content/themes/est/images/bg_pagetop.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100px 50px;
}

#footer .pagetop span {
	position: absolute;
	right: 25px;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: fps 2s infinite;
	animation: fps 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

#footer .pagetop span:nth-of-type(1) {
	bottom: 18px;
	border-top: 2px solid #0071BC;
	border-right: 2px solid #0071BC;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

#footer .pagetop span:nth-of-type(2) {
	bottom: 6px;
	border-top: 2px solid #0071BC;
	border-right: 2px solid #0071BC;
	-webkit-animation-delay: .0s;
	animation-delay: .0s;
}

.mobile_fixed_cta {
	display: none;
}

@-webkit-keyframes fps {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fps {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


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

	section

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


.section {
	position: relative;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	z-index: 1;
}

.section_bg {
	position: relative;
	/*width: calc( 100vw - 72px );*/
	width: 100%;
	min-height: 90vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	z-index: 0;
}

.section_wrapper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	opacity: 1;
}

.effect_inner .section_wrapper {
	position: absolute;
	top: 10vh;
	min-height: 90vh;
	transition: all .8s .5s ease;
	opacity: 0;
}

.section_inner {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.section_subtitle {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	transition: all .3s ease;
	box-sizing: border-box;
}

.section_subtitle img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	transition: all .3s ease;
	transform: skew(0deg, 0deg);
	box-sizing: border-box;
}

.section_subtitle.active {
	margin-top: -2px;
	/*margin-left: -2px;*/
}

.section_subtitle.active img {
	transform: skew(-10.28deg, 10.28deg);
	filter: drop-shadow(2px 2px 2px #999999);
}

.section_title {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

.section_title span {
	position: relative;
	display: inline-block;
	font-weight: normal;
}

.section_title span:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -20px;
	display: block;
	width: 15px;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_title_before.svg);
	background-size: 15px auto;
}

.section_title span:after {
	content: "";
	position: absolute;
	top: 15px;
	right: -20px;
	display: block;
	width: 15px;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_title_after.svg);
	background-size: 15px auto;
}

.section_text {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	line-height: 1.5;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	color: #0071BC;
}

.section_subtext {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto 50px;
	text-align: left;
	color: #000000;
}

.section_box {
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	box-sizing: border-box;
}

.section_desc {
	position: relative;
	top: 5vh;
	display: block;
	width: 45%;
	min-height: 50vh;
	padding: 5%;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.8);
	-webkit-box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	-moz-box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	box-sizing: border-box;
	z-index: 1;
}

.section_desc .section_subtitle {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

.section_desc .section_title {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	line-height: 1.3;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
}

.section_desc .section_text {
	width: 100%;
	padding: 0;
	margin: 30px auto 0;
	line-height: 1.5;
	font-size: 0.9em;
	text-align: left;
	color: #FFFFFF;
}

.section_desc .section_text a {
	color: #FFFFFF;
}

.section_desc .section_text dl {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	box-sizing: border-box;
}

.section_desc .section_text dl:last-of-type {
	margin-bottom: 0;
}

.section_desc .section_text dt {
	width: 100px;
	float: left;
	box-sizing: border-box;
}

.section_desc .section_text dd {
	margin-left: 100px;
	box-sizing: border-box;
}

.section_desc .section_btn {
	max-width: 220px;
	margin-top: 30px;
}

.section_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}

.section_item {
	display: inline-block;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	box-sizing: border-box;
	z-index: 1;
}

.section_item a {
	display: block;
}

.item_img {
	position: relative;
	width: 100%;
	height: 20vh;
	margin-bottom: 20px;
	overflow: hidden;
}

.item_img .img_inner {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
	z-index: 0;
}

.item_img:hover .img_inner {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	opacity: 1;
}

.item_img .bg_img_inner {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	z-index: 1;
}

.item_img .bg_img_inner {
	display: none;
}

.item_title {
	width: 100%;
	height: 5vh;
	text-align: center;
}

.section_btn {
	display: block;
	width: 80%;
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.8);
	-webkit-box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	-moz-box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	border-radius: 30px;
	text-align: center;
	box-sizing: border-box;
}

.section_btn a {
	display: block;
	color: #FFFFFF;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_wh.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

.section_btn:hover a {
	background-position: top 5px right 20px;
}


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

	timeline

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


.timeline_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.timeline_item {
	position: relative;
	display: inline-block;
	width: 50%;
	/*height: 100vh;*/
	padding-left: 1vh;
	padding-right: 1vh;
	box-sizing: border-box;
}

.timeline_item:nth-child(2n-1) {
	padding-top: 0vh;
	/*padding-bottom: 10vh;*/
	padding-left: 0vh;
	padding-right: 5vh;
}

.timeline_item:nth-child(2n) {
	padding-top: 10vh;
	/*padding-bottom: 10vh;*/
	padding-left: 5vh;
	padding-right: 0vh;
}

.timeline_img {
	position: relative;
	width: 100%;
	height: 20vh;
	overflow: hidden;
	box-sizing: border-box;
}

.timeline_img .img_inner {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
	z-index: 0;
}

/*.timeline_desc {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	width: 100%;
	height: 50vh;
	box-sizing: border-box;
}*/

.timeline_desc {
	position: relative;
	display: block;
	width: 100%;
	min-height: 35vh;
	margin-top: 20px;
	box-sizing: border-box;
}

.timeline_desc span {
	position: relative;
	display: inline-block;
	height: 32px;
	line-height: 16px;
	padding: 10px;
	padding-right: 0;
	margin-bottom: 10px;
	font-size: 0.6em;
	background-color: #EFEFEF;
	box-sizing: border-box;
}

.timeline_desc span:before {
	position: absolute;
	top: 0;
	right: -40px;
	content: '';
	width: 40px;
	height: 32px;
	overflow: hidden;
	background-image: url(/wordpress/wp-content/themes/est/images/bg_category_gr.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 40px 32px;
	z-index: 1;
}

.timeline_desc h3 {
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #0071BC;
}

.timeline_desc h3 em {
	margin-left: 20px;
	font-size: 0.6em;
	font-style: normal;
}

.timeline_desc p {

}

.timeline_desc p.subject {
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 0.8em;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_subject.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 20px 20px;
	box-sizing: border-box;
}

.timeline_btn {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 0.6em;
	/*background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.8);*/
	background: -moz-linear-gradient(left, #0071BC, #4390C3, #78A7C5, #4390C3, #0071BC);
	background: -webkit-linear-gradient(left, #0071BC, #4390C3, #78A7C5, #4390C3, #0071BC);
	background: linear-gradient(to right, #0071BC, #4390C3, #78A7C5, #4390C3, #0071BC);
	background-size: 200%;
	-webkit-box-shadow: rgba(0,0,0,0.3) 2px 2px 10px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 2px 2px 10px 0px;
	box-shadow: rgba(0,0,0,0.3) 2px 2px 10px 0px;
	border-radius: 20px;
	text-align: center;
	box-sizing: border-box;
}

.timeline_btn:hover {
	animation: grahover 5s linear infinite;
}

.timeline_btn + .timeline_btn {
	margin-left: 10px;
}

.timeline_btn a {
	display: block;
	padding: 0 20px;
	color: #FFFFFF;
}

.timeline_no {
	position: absolute;
	top: -30px;
	right: 20px;
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	z-index: 1;
}

.timeline_no span {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	text-align: center;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.8);
	-webkit-box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	-moz-box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	box-sizing: border-box;
	border-radius: 50%;
}

.timeline_no span img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}

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

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



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

	home

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


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

	sec01

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


#home #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#home #sec01 .gravity_box {
	position: absolute;
	display: inline-block;
	top: -5%;
	right: 0%;
	width: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}

#home #sec01 .section_box {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
}

#home #sec01 .section_box .section_item {
	position: relative;
	width: 48.5%;
}

#home #sec01 .section_box .section_item:nth-child(2n-1) {
	margin-right: 1.5%;
}

#home #sec01 .section_box .section_item:nth-child(2n) {
	margin-left: 1.5%;
}

#home #sec01 .section_box .section_item:nth-child(3) {
	margin-top: 50px;
}

#home #sec01 .section_box .section_item:nth-child(4) {
	margin-top: 50px;
}

#home #sec01 .section_box .section_item .item_img {
	margin-bottom: 0;
}

#home #sec01 .section_box .section_item .item_title {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
	box-sizing: border-box;
	z-index: 3;
}

#home #sec01 .section_box .section_item .item_title p {
	display: block;
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#home #sec01 .section_box .section_item .btn_play {
	position: absolute;
	top: 40%;
	left: 50%;
	display: block;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	filter: drop-shadow(3px 6px 6px #000000);
	z-index: 2;
}

#home #sec01 .section_box .section_item:hover .img_inner {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	opacity: 1;
}


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

	sec02

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


#home #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0;
	background-color: #EFEFEF;
	-webkit-box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	-moz-box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 15px 0px;
	box-sizing: border-box;
	z-index: 0;
}

#home #sec02 .section_bg {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
	box-sizing: border-box;
}

#home #sec02 .section_wrapper {
	opacity: 1 !important;
}

#home #sec02 .section_desc {
	float: left;
	margin-left: -40px;
}

#home #sec02 .section_btn {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#home #sec02 .section_btn a {
	display: block;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

#home #sec02 .section_btn:hover a {
	background-position: top 5px right 20px;
}

#liner_space {
	width: 100vw;
	height: 60vh;
	padding: 0;
	/*background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);*/
	background: rgba(0, 113, 188,0.9);
	background: -moz-linear-gradient(-45deg, rgba(0, 113, 188,0.9) 0%, rgba(67, 144, 195,0.7) 15%, rgba(120, 167, 197,0.5) 50%, rgba(67, 144, 195,0.7) 75%, rgba(0, 113, 188,0.9) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0, 113, 188,0.9) 0%, rgba(67, 144, 195,0.7) 15%, rgba(120, 167, 197,0.5) 50%, rgba(67, 144, 195,0.7) 75%, rgba(0, 113, 188,0.9) 100%);
	background: linear-gradient(135deg, rgba(0, 113, 188,0.9) 0%, rgba(67, 144, 195,0.7) 15%, rgba(120, 167, 197,0.5) 50%, rgba(67, 144, 195,0.7) 75%, rgba(0, 113, 188,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071BC', endColorstr='#4390C3',GradientType=1 );
	z-index: 1;
}

#bg_liner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 0;
	z-index: -1;
}

#bg_liner .liner_item {
	/*width: 100vw !important;*/
	height: 100vh !important;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


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

	sec03

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


#home #sec03 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0;
	overflow: hidden;
	background-color: #FFFFFF;
	-webkit-box-shadow: rgba(0,0,0,0.5) -5px -5px 15px 0px;
	-moz-box-shadow: rgba(0,0,0,0.5) -5px -5px 15px 0px;
	box-shadow: rgba(0,0,0,0.5) -5px -5px 15px 0px;
	box-sizing: border-box;
	z-index: 1;
}

#home #sec03 .gravity_box {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}

#home #sec03 .gravity_box picture,
#home #sec03 .gravity_box img {
	display: block;
	width: 100%;
	height: 100%;
}

#home #sec03 .gravity_box img {
	object-fit: cover;
	object-position: left top;
}

#home #sec03 .banner_box {
	width: 100%;
}

#home #sec03 .banner_item {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0 2px;
	background-color: #EFEFEF;
	float: left;
	box-sizing: border-box;
}

#home #sec03 .banner_item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	overflow: hidden;
}

#home #sec03 .banner_inner {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

#home #sec03 .banner_title {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
	box-sizing: border-box;
}

#home #sec03 .banner_title span {
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	flex: 1;
}

#home #sec03 .banner_item a:hover .banner_inner {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	opacity: 1;
}


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

	sec04

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


#home #sec04 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10vh 0;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

/*#home #sec04 .gravity_box {
	position: absolute;
	display: inline-block;
	top: -5%;
	right: 0%;
	width: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}*/

#home #sec04 .section_box {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

#home #sec04 .section_cta {
	display: flex;
	justify-content: center;
	margin-top: 64px;
}

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

#home #sec04 .section_box .section_item {
	position: relative;
	width: 31%;
}

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

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

#home #sec04 .section_box .section_item .item_img {
	margin-bottom: 0;
}

#home #sec04 .section_box .section_item .item_title {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
	box-sizing: border-box;
}

#home #sec04 .section_box .section_item .item_title p {
	display: block;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#home #sec04 .section_box .section_item:hover .img_inner {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	opacity: 1;
}


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

	sec06_contact

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


#home #sec06_contact,
#vision #sec06_contact,
#faq #sec06_contact,
#enrollment #sec06_contact,
#cando #sec06_contact,
#about #sec06_contact {
	padding: 56px 0 72px;
	background: linear-gradient(to top left, #0071BC 0%, #4390C3 33%, #78A7C5 50%, #4390C3 67%, #0071BC 100%);
	box-sizing: border-box;
}

#home #sec06_contact .section_inner,
#vision #sec06_contact .section_inner,
#faq #sec06_contact .section_inner,
#enrollment #sec06_contact .section_inner,
#cando #sec06_contact .section_inner,
#about #sec06_contact .section_inner {
	max-width: 1280px;
}

.home_contact_section {
	text-align: center;
	color: #FFFFFF;
}

.home_contact_section__title {
	margin-bottom: 18px;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.04em;
}

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

.home_contact_section__lead {
	margin-bottom: 28px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
}

.home_contact_section__panel {
	display: flex;
	align-items: stretch;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.96);
	border-radius: 18px;
	padding: 44px 28px;
	box-shadow: 0 16px 34px rgba(8, 70, 116, 0.18);
}

.home_contact_section__card {
	flex: 1 1 0;
	padding: 0 32px;
	box-sizing: border-box;
}

.home_contact_section__phone-link {
	color: #167CC4;
	text-decoration: none;
}

.home_contact_section__phone-link:hover,
.home_contact_section__phone-link:focus,
.home_contact_section__phone-link:visited {
	color: #167CC4;
	text-decoration: none;
}

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

.home_contact_section__copy {
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: #111111;
}

.home_contact_section__phone-title {
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: #111111;
}

.home_contact_section__hours {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #333333;
}

.home_contact_section__phone-number {
	font-size: 40px;
	font-weight: 700;
	line-height: 46px;
	color: #167CC4;
	letter-spacing: 0.03em;
}

.home_contact_section__card .cta_button {
	margin: 0 auto;
}


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

	sec05

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


#home #sec05 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10vh 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#home #sec05 .gravity_box {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}

#home #sec05 .gravity_box picture,
#home #sec05 .gravity_box img {
	display: block;
	width: 100%;
	height: 100%;
}

#home #sec05 .gravity_box img {
	object-fit: cover;
	object-position: left top;
}

#home #sec05 .section_box {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
}

#home #sec05 .section_cta {
	display: flex;
	justify-content: center;
	margin: 80px 0 8px;
}

#home #sec05 .section_box .section_item {
	position: relative;
	width: 48.5%;
}

#home #sec05 .section_box .section_item:nth-child(1) {
	margin-right: 1.5%;
	margin-bottom: 3%;
}

#home #sec05 .section_box .section_item:nth-child(2) {
	margin-left: 1.5%;
	margin-bottom: 3%;
}

#home #sec05 .section_box .section_item:nth-child(3) {
	margin-right: 1.5%;
}

#home #sec05 .section_box .section_item:nth-child(4) {
	margin-left: 1.5%;
}

#home #sec05 .section_box .section_item .item_img {
	margin-bottom: 0;
}

#home #sec05 .section_box .section_item .item_title {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
	box-sizing: border-box;
}

#home #sec05 .section_box .section_item .item_title p {
	display: block;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#home #sec05 .section_box .section_item:hover .img_inner {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	opacity: 1;
}


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

	sec06

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


#home #sec06 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	/*padding: 10vh 0;*/
	padding: 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#home #sec06 .section_wrapper {
	opacity: 1 !important;
}

#home #sec06 .section_desc {
	float: right;
}

#home #googleMap {
	position: relative;
	width: 100%;
	/*width: calc( 100vw - 72px );*/
	height: 100%;
	min-height: 90vh;
	padding: 0;
	margin-right: 72px;
	z-index: 0;
}

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

	sec07

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


#home #sec07 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10vh 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
	background: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	background: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
	background: linear-gradient(#EFEFEF, #FFFFFF);
	box-sizing: border-box;
	z-index: 1;
}

#home #sec07 .section_cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 92px 0 36px;
}

#home #sec07 .section_cta__intro {
	margin-bottom: 18px;
	text-align: center;
	color: #111111;
}

#home #sec07 .section_cta__eyebrow {
	margin-bottom: 4px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

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


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

	page

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


#kv {
	position: relative;
	height: 80vh;
	padding: 0;
}

#kv:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	/*height: 45px;*/
	overflow: hidden;
	background-image: url(/wordpress/wp-content/themes/est/images/bg_wave.svg);
	background-size: 1600px 40px;
	/*background-image: url(/wordpress/wp-content/themes/est/images/bg_note.svg);
	background-size: 750px 45px;*/
	background-repeat: repeat-x;
	background-position: top left;
	/*filter: drop-shadow(0 5px 15px #999999);*/
	z-index: 3;
}

.kv_bg {
	display: none;
	position: absolute;
	top: 1%;
	left: 50%;
	width: 50%;
	margin-left: -28%;
	/*height: 200px;*/
	z-index: 1;
	opacity: 0.8;
}

.kv_img {
	animation-name: kvimg;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	-webkit-animation-name: kvimg;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-moz-animation-name: kvimg;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}

@-webkit-keyframes kvimg {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes kvimg {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

.kv_title {
	position: absolute;
	top: 40%;
	display: block;
	width: 90%;
	margin: 0 5%;
	font-size: 2.5em;
	color: #0071BC;
	text-align: center;
	text-shadow: 0.5px 0.5px 0px rgba(255,255,255,0.5);
	z-index: 1;
}

.kv_subtitle {
	position: absolute;
	top: 55%;
	display: block;
	width: 90%;
	margin: 0 5%;
	font-size: 1.2em;
	color: #0071BC;
	text-align: center;
	text-shadow: 0.5px 0.5px 0px rgba(255,255,255,0.5);
	z-index: 1
}

.kv_inner {
	position: relative;
	/*width: calc( 100vw - 72px );*/
	width: 100%;
	height: 80vh;
	overflow: hidden;
}

.kv_inner span {
	position: fixed;
	/*width: calc( 100vw - 72px );*/
	width: 100%;
	height: 80vh;
	overflow: hidden;
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}

.kv_inner span:before{
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}


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

	vision

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


#vision #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 5vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#vision #sec01 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#vision #sec01 .section_wrapper {
	opacity: 1 !important;
}

/*#vision #sec01 .section_inner {
	width: 100%;
}*/

#vision #sec01 .section_desc {
	top: -10vh;
	float: left;
}

#vision #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#vision #sec02 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#vision #sec02 .section_wrapper {
	opacity: 1 !important;
}

/*#vision #sec02 .section_inner {
	width: 100%;
}*/

#vision #sec02 .section_desc {
	float: right;
}

#vision #sec03 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#vision #sec03 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#vision #sec03 .section_wrapper {
	opacity: 1 !important;
}

/*#vision #sec03 .section_inner {
	width: 100%;
}*/

#vision #sec03 .section_desc {
	float: left;
}

#vision #sec04 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#vision #sec04 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#vision #sec04 .section_wrapper {
	opacity: 1 !important;
}

/*#vision #sec04 .section_inner {
	width: 100%;
}*/

#vision #sec04 .section_desc {
	float: right;
}


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

	cando

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


#cando #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#cando #sec01 .timeline_desc h3 br {
	display: none;
}

#cando #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#cando #sec02 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#cando #sec02 .section_wrapper {
	opacity: 1 !important;
}

/*#cando #sec02 .section_inner {
	width: 100%;
}*/

#cando #sec02 .section_desc {
	float: left;
}

#cando #sec02 .section_btn {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#cando #sec02 .section_btn a {
	display: block;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

#cando #sec02 .section_btn:hover a {
	background-position: top 5px right 20px;
}


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

	enrollment

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


#enrollment #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec01 .gravity_box {
	position: absolute;
	display: inline-block;
	top: -5%;
	right: 0%;
	width: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}

#enrollment #sec01 .section_box {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

#enrollment #sec01 .section_box .section_item {
	position: relative;
	width: 31%;
}

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

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

#enrollment #sec01 .section_box .section_item .item_img {
	margin-bottom: 0;
}

#enrollment #sec01 .section_box .section_item .item_title {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
	box-sizing: border-box;
}

#enrollment #sec01 .section_box .section_item .item_title p {
	display: block;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#enrollment #sec01 .section_box .section_item:hover .img_inner {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	opacity: 1;
}

#enrollment .enrollment_cta_wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}

#enrollment .enrollment_cta_wrap .cta_button {
	margin: 0 auto;
}

#enrollment #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec02 .section_box {
	max-width: 1000px;
}

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

#enrollment #sec02 .section_box .section_item:nth-child(2n-1) {
	margin-right: 2.25%;
}

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

#enrollment #sec02 .section_box .section_item dt {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0071BC;
	text-align: center;
}

#enrollment #sec02 .section_box .section_item dd {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding: 5%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec03 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec03 .gravity_box {
	position: absolute;
	display: inline-block;
	top: -5%;
	left: 0%;
	width: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}

#enrollment #sec03 .section_box {
	max-width: 1000px;
}

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

#enrollment #sec03 .section_box .section_item:nth-child(2n-1) {
	margin-right: 2.25%;
}

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

#enrollment #sec03 .section_box .section_item dt {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0071BC;
	text-align: center;
}

#enrollment #sec03 .section_box .section_item dd {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding: 5%;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec04 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec04 .section_box {
	max-width: 1000px;
}

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

#enrollment #sec04 .section_box .section_item:nth-child(2n-1) {
	margin-right: 2.25%;
}

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

#enrollment #sec04 .section_box .section_item dt {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0071BC;
	text-align: center;
}

#enrollment #sec04 .section_box .section_item dd {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding: 5%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec05 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec05 .gravity_box {
	position: absolute;
	display: inline-block;
	top: -5%;
	left: 0%;
	width: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}

#enrollment #sec05 .section_box {
	max-width: 1000px;
}

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

#enrollment #sec05 .section_box .section_item:nth-child(2n-1) {
	margin-right: 2.25%;
}

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

#enrollment #sec05 .section_box .section_item dt {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0071BC;
	text-align: center;
}

#enrollment #sec05 .section_box .section_item dd {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding: 5%;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec06 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#enrollment #sec06 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#enrollment #sec06 .section_wrapper {
	opacity: 1 !important;
}

/*#enrollment #sec06 .section_inner {
	width: 100%;
}*/

#enrollment #sec06 .section_desc {
	float: left;
}

#enrollment #sec06 .section_btn {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#enrollment #sec06 .section_btn a {
	display: block;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

#enrollment #sec06 .section_btn:hover a {
	background-position: top 5px right 20px;
}


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

	flow

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


#flow #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#flow #sec01 .gravity_box {
	position: absolute;
	display: inline-block;
	top: -5%;
	right: 0%;
	width: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}

#flow #sec01 .section_box {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

#flow #sec01 .section_box .section_item {
	position: relative;
	width: 31%;
}

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

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

#flow #sec01 .section_box .section_item .item_img {
	margin-bottom: 0;
}

#flow #sec01 .section_box .section_item .item_title {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
	box-sizing: border-box;
}

#flow #sec01 .section_box .section_item .item_title p {
	display: block;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#flow #sec01 .section_box .section_item:hover .img_inner {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	opacity: 1;
}

#flow #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#flow #sec02 .section_box {
	max-width: 1000px;
}

#flow #sec03 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#flow #sec03 .gravity_box {
	position: absolute;
	display: inline-block;
	top: -5%;
	left: 0%;
	width: 100%;
	opacity: 1;
	box-sizing: border-box;
	z-index: 0;
}

#flow #sec03 .section_box {
	max-width: 1000px;
}

#flow #sec04 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#flow #sec04 .section_box {
	max-width: 1000px;
}

#flow #sec05 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#flow #sec05 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#flow #sec05 .section_wrapper {
	opacity: 1 !important;
}

/*#flow #sec05 .section_inner {
	width: 100%;
}*/

#flow #sec05 .section_desc {
	float: left;
}

#flow #sec05 .section_btn {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#flow #sec05 .section_btn a {
	display: block;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

#flow #sec05 .section_btn:hover a {
	background-position: top 5px right 20px;
}


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

	about

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


#about #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 5vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#about #sec01 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#about #sec01 .section_wrapper {
	opacity: 1 !important;
}

/*#about #sec01 .section_inner {
	width: 100%;
}*/

#about #sec01 .section_desc {
	float: left;
}

#about #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#about #sec02 .section_wrapper {
	opacity: 1 !important;
}

#about #sec02 .section_desc {
	float: right;
}

#about #googleMap {
	position: relative;
	width: 100%;
	/*width: calc( 100vw - 72px );*/
	height: 100%;
	min-height: 90vh;
	padding: 0;
	margin-right: 72px;
	z-index: 0;
}

#about #sec03 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#about #sec04 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#about #sec05 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#about #sec05 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#about #sec05 .section_wrapper {
	opacity: 1 !important;
}

/*#about #sec05 .section_inner {
	width: 100%;
}*/

#about #sec05 .section_desc {
	float: left;
}

#about #sec06 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#about #sec06 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#about #sec06 .section_wrapper {
	opacity: 1 !important;
}

/*#about #sec06 .section_inner {
	width: 100%;
}*/

#about #sec06 .section_desc {
	float: right;
}

#about #sec07 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#about #sec07 .section_box {
	max-width: 1000px;
}

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

#about #sec07 .section_box .section_item:nth-child(2n-1) {
	margin-right: 2.25%;
}

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

#about #sec07 .section_box .section_item dt {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0071BC;
	text-align: center;
}

#about #sec07 .section_box .section_item dd {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding: 5%;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#about #sec08 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10vh 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
	background: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	background: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
	background: linear-gradient(#EFEFEF, #FFFFFF);
	box-sizing: border-box;
	z-index: 1;
}


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

	faq

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


#faq #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#faq #sec01 .section_list {
	max-width: 800px;
}

#faq #sec01 .section_item {
	padding-top: 50px;
	padding-left: 120px;
	margin-bottom: 60px;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_qa.svg);
	background-repeat: no-repeat;
	background-position: top 20px left 10px;
	background-size: 80px 80px;
}

#faq #sec01 .section_item:last-of-type {
	margin-bottom: 0;
}

#faq #sec01 .section_item dt {
	position: relative;
	display: block;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0071BC;
	box-sizing: border-box;
}

#faq #sec01 .section_item dt span {
	position: absolute;
	top: -50px;
	left: 0;
	display: inline;
	height: 32px;
	line-height: 34px;
	padding: 0 10px;
	padding-right: 0;
	font-size: 0.6em;
	color: #000000;
	background-color: #EFEFEF;
}

#faq #sec01 .section_item dt span:before {
	position: absolute;
	top: 0;
	right: -40px;
	content: '';
	width: 40px;
	height: 32px;
	overflow: hidden;
	background-image: url(/wordpress/wp-content/themes/est/images/bg_category_gr.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 40px 32px;
	z-index: 1;
}

#faq #sec01 .section_item dd {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#faq #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 10vh 0;
	background-color: #EFEFEF;
	box-sizing: border-box;
	z-index: 1;
}

#faq #sec02 .section_list {
	max-width: 800px;
}

#faq #sec02 .section_item {
	padding-top: 50px;
	padding-left: 120px;
	margin-bottom: 60px;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_voice.svg);
	background-repeat: no-repeat;
	background-position: top 20px left 10px;
	background-size: 80px 80px;
}

#faq #sec02 .section_item:last-of-type {
	margin-bottom: 0;
}

#faq #sec02 .section_item dt {
	position: relative;
	display: block;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0071BC;
	box-sizing: border-box;
}

#faq #sec02 .section_item dt span {
	position: absolute;
	top: -50px;
	left: 0;
	display: inline;
	height: 32px;
	line-height: 34px;
	padding: 0 10px;
	padding-right: 0;
	font-size: 0.6em;
	color: #000000;
	background-color: #FFFFFF;
}

#faq #sec02 .section_item dt span:before {
	position: absolute;
	top: 0;
	right: -40px;
	content: '';
	width: 40px;
	height: 32px;
	overflow: hidden;
	background-image: url(/wordpress/wp-content/themes/est/images/bg_category_wh.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 40px 32px;
	z-index: 1;
}

#faq #sec02 .section_item dd {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#faq #sec03 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#faq #sec03 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#faq #sec03 .section_wrapper {
	opacity: 1 !important;
}

/*#faq #sec03 .section_inner {
	width: 100%;
}*/

#faq #sec03 .section_desc {
	float: left;
}

#faq #sec03 .section_btn {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#faq #sec03 .section_btn a {
	display: block;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

#faq #sec03 .section_btn:hover a {
	background-position: top 5px right 20px;
}


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

	news_list

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


#news_list #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#news_list #sec01 .section_list {
	max-width: 800px;
}

#news_list #sec01 .section_item {
	padding-top: 50px;
	padding-left: 120px;
	margin-bottom: 60px;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_megaphone.svg);
	background-repeat: no-repeat;
	background-position: top 20px left 15px;
	background-size: 70px 70px;
}

#news_list #sec01 .section_item:last-of-type {
	margin-bottom: 0;
}

#news_list #sec01 .section_item dt {
	position: relative;
	display: block;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #0071BC;
	box-sizing: border-box;
}

#news_list #sec01 .section_item dt span {
	position: absolute;
	top: -50px;
	left: 0;
	display: inline;
	height: 32px;
	line-height: 34px;
	padding: 0 10px;
	font-size: 0.6em;
	color: #000000;
	background-color: #EFEFEF;
}

#news_list #sec01 .section_item dt span:before {
	position: absolute;
	top: 0;
	right: -40px;
	content: '';
	width: 40px;
	height: 32px;
	overflow: hidden;
	background-image: url(/wordpress/wp-content/themes/est/images/bg_category_gr.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 40px 32px;
	z-index: 1;
}

#news_list #sec01 .section_item dd {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#news_list #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#news_list #sec02 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#news_list #sec02 .section_wrapper {
	opacity: 1 !important;
}

/*#news_list #sec02 .section_inner {
	width: 100%;
}*/

#news_list #sec02 .section_desc {
	float: left;
}

#news_list #sec02 .section_btn {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#news_list #sec02 .section_btn a {
	display: block;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

#news_list #sec02 .section_btn:hover a {
	background-position: top 5px right 20px;
}


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

	charms

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


#charms #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#charms #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#charms #sec02 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#charms #sec02 .section_wrapper {
	opacity: 1 !important;
}

/*#charms #sec02 .section_inner {
	width: 100%;
}*/

#charms #sec02 .section_desc {
	float: left;
}

#charms #sec02 .section_btn {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#charms #sec02 .section_btn a {
	display: block;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

#charms #sec02 .section_btn:hover a {
	background-position: top 5px right 20px;
}


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

	day

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


#day #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#day #sec02 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10vh 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#day #sec02 .section_bg {
	background-image: url(/wordpress/wp-content/themes/est/images/img_noimage.jpg);
}

#day #sec02 .section_wrapper {
	opacity: 1 !important;
}

/*#day #sec02 .section_inner {
	width: 100%;
}*/

#day #sec02 .section_desc {
	float: left;
}

#day #sec02 .section_btn {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#day #sec02 .section_btn a {
	display: block;
	color: #0071BC;
	background-image: url(/wordpress/wp-content/themes/est/images/ico_check_bl.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 30px 30px;
	transition: .3s all;
}

#day #sec02 .section_btn:hover a {
	background-position: top 5px right 20px;
}


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

	contact

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


#contact #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#contact #sec01 .section_box {
	max-width: 800px;
}

.tel_list {
	display: block;
	width: 100%;
	padding: 30px 0 0;
	margin: 40px 0 0;
	border-top: 1px solid #000000;
}

.tel_list h3 {
	padding: 0;
	margin: 0 0 20px;
	color: #0071BC;
}

.tel_list dl {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
}

.tel_list dt {
	/*font-family: 'Francois One', sans-serif;*/
	display: table-cell;
	/*width: 30%;*/
	width: 300px;
	padding-right: 30px;
	vertical-align: middle;
	font-size: 28px;
	text-align: right;
	box-sizing: border-box;
}

.tel_list dt span {
	margin-right: 5px;
	font-size: 12px;
}

.tel_list dd {
	display: table-cell;
	/*width: 70%;*/
	width: calc( 100% - 300px );
	padding-left: 30px;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	border-left: 1px solid #000000;
	box-sizing: border-box;
}

.contact_list {
	display: block;
	width: 100%;
	padding: 30px 0 0;
	margin: 40px 0 0;
	border-top: 1px solid #000000;
}

.contact_list h3 {
	position: relative;
	padding: 0;
	margin: 0 0 20px;
	color: #0071BC;
}

.contact_list h3 em {
	color: #000000;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	float: right;
}

.contact_list dl {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
}

.contact_list dt {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	text-align: center;
}

.contact_list dd {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	text-align: center;
}

.contact_list p {
	text-align: center;
}

form.wpcf7-form dl {
	padding: 0;
	margin: 0 0 30px;
}

form.wpcf7-form dt {
	padding: 0;
	margin: 0;
}

form.wpcf7-form dd {
	padding: 0;
	margin: 0;
}

.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="date"], .wpcf7-form-control-wrap select {
	width: 100%;
	height: 40px;
	padding: 10px;
	margin: 5px 0 0;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset;
	font-size: 14px;
	box-sizing: border-box;
}

.wpcf7-form-control-wrap textarea {
	width: 100%;
	height: 120px;
	padding: 10px;
	margin: 5px 0 0;
	background-color: #0071BC;
	background-color: rgba(0, 113, 188, 0.2);
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset;
	font-size: 14px;
	box-sizing: border-box;
}

/*div.wpcf7-mail-sent-ok {
	padding: 10px 15px !important;
	color: #FFFFFF;
	border: 0px none !important;
	background: #0071BC;
	border-radius: 10px;
}*/

div.wpcf7-mail-sent-ok {
	display: none !important;
	padding: 0px !important;
	color: #FFFFFF !important;
	border: 0px none !important;
	background: #FFFFFF !important;
	border-radius: 0px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	padding: 10px 15px !important;
	color: #FFFFFF;
	border: 0px none !important;
	background: #0071BC;
	border-radius: 10px;
}

span.wpcf7-not-valid-tip {
	text-align: left !important;
}

.policy_box {
	padding: 20px 20px 0 !important;
	border: 1px solid #0071BC;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset;
	font-size: 12px;
	box-sizing: border-box;
}

.policy_box .policy_title {
	display: block;
	width: 100%;
	padding: 0 40px;
	margin: 10px 0;
	font-size: 16px;
	color: #0071BC;
	text-align: center;
	box-sizing: border-box;
}

.policy_box .policy_text {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 40px;
	text-align: left;
	box-sizing: border-box;
}

.policy_box .policy_text img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.policy_desc {
	display: block;
	width: 100%;
	padding: 40px 40px 20px;
	box-sizing: border-box;
}

.policy_desc dl {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.policy_desc dt {
	display: block;
	width: 100%;
	margin: 0;
	color: #0071BC;
	text-align: left;
}

.policy_desc dd {
	display: block;
	width: 100%;
	margin: 0;
	text-align: left;
}

.policy_dl {
	margin: 20px 0 50px !important;
	position: relative;
}

.policy_dl dd {
	text-align: left;
}

.policy_check {
	position: relative;
}

.policy_dd {
	position: absolute;
	top: 2px;
	left: 40px;
	z-index: 1;
}

.slimScrollBar {
	opacity: 0.8 !important;
}

span.require {
	margin-left: 10px;
	color: #0071BC;
}

span.wpcf7-quiz-label {
	display: block;
	text-align: left;
}

form.wpcf7-form p:nth-of-type(1) {
	text-align: center !important;
	border-bottom: 0px none;
}

form.wpcf7-form p:nth-last-of-type(1) {
	text-align: center !important;
	padding-top: 20px;
	border-bottom: 0px none;
}

p.btn_submit {
	text-align: center;
}

p.btn_submit input {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	transition: all 0.3s;
}

p.btn_submit input:hover {
	transform: skew(-10deg, 10deg);
	transition: all 0.3s;
}


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

	recruit

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


#recruit #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#recruit #sec01 .section_box {
	max-width: 800px;
}


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

	thanks

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


#thanks #sec01 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: inherit;
	padding: 5vh 0 10vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
}

#thanks #sec01 .section_box {
	max-width: 800px;
}

p.btn_back {
	text-align: center;
}

p.btn_back a {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	transition: all 0.3s;
}

p.btn_back a:hover img {
	transform: skew(-10deg, 10deg);
	transition: all 0.3s;
}
