/* About */

/* Em-mission */

.page_mission #header {
	background: none;
}
.page_mission.fixed #header {
	background: #fff;
}
#mission_hero {
	position: relative;
	margin-bottom: 4.6em;
	height: 580px;
	overflow: hidden;
}
#neck.neck_mission {
	margin-top: 0;
}

#mission_summary_video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 580px;
	z-index: 0;
	opacity: 0.85;
}
#mission_summary_video video {
	width: 100%;
}
#video_message {
	position: absolute;
	left: 10%;
	top: 50%;
	color: #fff !important;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	font-size: 1.45em;
	transform: translateY(-50%);
	z-index: 10;
}
#mission_image {
	margin-top: 3.5em;
	padding: 1.5em;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

#em_contents h5 {
	margin-bottom: 2em;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.68em;
}

#em_video {
	display: none;
	position: relative;
	margin-bottom: 3em;
	margin-bottom: 6.5em;
	aspect-ratio: 2.35 / 1;
	border-radius: 12px;
	overflow: hidden;
}
#em_video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#em_video h5 {
	position: absolute;
	top: 50%;
	left: 69px;
	transform: translateY(-50%);
	font-weight: 500;
	color: #fff !important;
	letter-spacing: 0.15em;
	font-size: 1.45em;
	opacity: 0;
	transition: all 1000ms ease-in-out;
}
#em_video h5.video_message_revealed {
	opacity: 1;
}

#em_desc {
	position: relative;
	margin: 0 auto;
	padding: 0 10% 0 20%;
}
#em_desc::before {
	position: absolute;
	left: 6%;
	top: 0;
	content: 'EM mission';
	color: #eee;
	color: #dedede;
	font-size: 4.5em;
	font-weight: 600;
	line-height: 1em;
	writing-mode: vertical-rl;
	opacity: 0;
	animation: vertical_reveal 850ms 650ms 1 linear forwards;
}
@keyframes vertical_reveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#em_desc p {
	font-size: 1.1em;
	line-height: 2.2em;
	font-feature-settings: normal;
	opacity: 0;
	transform: translateX(-12px);
	transition: all 850ms ease-in-out;
}
#em_desc p.em_desc_revealed {
	transform: translateX(0);
	opacity: 1;
}
#em_desc p:not(:last-of-type) {
	margin-bottom: 2.5em;
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
	
	#mission_summary_video video {
		width: auto;
		height: 100%;
	}
	
}

/* Company */

.page_company #page_heading h2.title {
    font-size: 1.8em;
}
#company_data dl {
    float: left;
    margin-bottom: 1.5em;
    width: 65%;
}
#company_data dt {
    float: left;
    padding-top: 1em;
    width: 13em;
}
#company_data dd {
    padding-top: 1em;
    padding-left: 15em;
}
#company_data dd:not(:last-of-type) {
    padding-bottom: 1em;
    border-bottom: 1px solid #e0e0e0;
}
#company_data dd li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5em;
}
#company_data dd li::before {
    margin-right: 0.5em;
    content: '-';
}
#company_images {
    float: right;
    position: sticky;
    top: 130px;
    width: 25%;
}
#company_image {
    margin-bottom: 1.5em;
    border-radius: 10px;
    overflow: hidden;
}
#company_map {
    aspect-ratio: 9 / 16;
}
#company_map iframe {
    width: 100%;
    height: 100%;
}

#company_exectives_image {
    float: left;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
#company_exectives_content ul {
    float: right;
    width: 45%;
}
#company_exectives li {
    padding: 1em 2em;
    font-size: 1.15em;
    line-height: 1.4em;
    background: #fff;
    border-radius: 10px;
}
#company_exectives li:not(:last-of-type) {
    margin-bottom: 1em;
}
#company_exectives li span {
    display: block;
    margin-bottom: 0.3em;
    font-size: 0.8em;
    color: #909090;
}

.company_office_pane {
	position: relative;
	float: left;
	width: 30%;
	text-decoration: none;
	color: #909090 !important;
	/* border: 1px solid #ebebec; */
	border-radius: 18px;
	background: #ebebec;
	background: #fff;
	transition: all 300ms ease-in-out;
	letter-spacing: 0.075em;
	overflow: hidden;
}
.company_office_pane:nth-last-of-type(n + 4) {
	margin-bottom: 3em;
}
.company_office_pane:nth-of-type(3n - 1) {
	margin: 0 5%;
}
.company_office_pane:nth-of-type(3n + 1) {
	clear: both;
}
.company_office_pane_text {
	padding: 1.5em 2em 2em 2em;
}
.company_office_pane_text h3 {
	margin-bottom: 0.25em;
	font-size: 1em;
}
.company_office_pane_text h4 {
	margin-bottom: 0.75em;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.6em;
}
.company_office_pane_text ul {
	font-size: 0.8em;
	line-height: 1.6em;
	overflow-wrap: anywhere;
}
.company_office_pane_text a {
	color: #909090 !important;
}

/* Business */

#business_contents .inner {
	counter-reset: number 0;
}
.business_pane {
    position: relative;
    padding: 3.5em;
    padding-left: 140px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.business_pane::before {
	position: absolute;
	top: 3rem;
    left: 50px;
	counter-increment: number 1;
	content: 'EM BUSINESS ' counter(number, decimal-leading-zero);
	font-size: 2em;
	font-weight: 500;
	color: #ccc;
        -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.business_pane:not(:last-of-type) {
	margin-bottom: 4em;
}
.business_pane_image {
    float: right;
    width: 48%;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.business_pane_text {
    float: left;
    width: 45%;
}
.business_pane_summary {
    margin-bottom: 3em;
	padding-top: 2em;
	padding-bottom: 2.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.business_pane_summary p {
    font-size: 1.1em;
    line-height: 2em;
}