/* Em */

.page_what #header {
	background: none;
}
.page_what.fixed #header {
	background: #fff;
}
#em_hero {
	margin-bottom: 4.6em;
	height: 580px;
	overflow: hidden;
}
#neck.neck_em {
	margin-top: 0;
}
._page_heading_summary {
	padding-bottom: 3.8em;
	border-bottom: solid 1px #ededed;
}
#em_summary {
	position: relative;
	margin: 0 auto 5.5em auto;
}
#em_summary_text {
	float: left;
	width: 58%;
}
#em_summary_text dl {
	margin: 2.5em 0;
}
#em_summary_text dt {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: 500;
	border-bottom: 1px solid #dedede;
}
#em_summary_text dd:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#em_summary_image {
	position: sticky;
	top: 120px;
	float: right;
	width: 34%;
}
#em_summary_image iframe {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9 !important;
	border-radius: 8px;
	overflow: hidden;
}
#em_summary_video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 580px;
	z-index: 0;
	opacity: 0.85;
}
#em_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;
}

#_em_main {
	width: calc(100% - 340px);
}
#em_main {
	float: none;
	width: 100%;
}
._em_block:not(:last-of-type) {
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #ededed;
}
.em_block {
	margin-bottom: 8.5em;
}
.em_block h4.title {
	font-weight: 500;
}
._em_block_image {
	margin-bottom: 2.5em;
	border-radius: 5px;
	overflow: hidden;
}
.em_block_image {
	position: relative;
	margin-left: 30px;
	width: 68%;
	border: solid 1px #eee;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
}
.em_block_text {
	position: relative;
	float: right;
	margin-top: 0;
	margin-top: -2.5em;
	padding: 3.5em;
	padding: 3.5em 3.5em 3.5em 5.5em;
	border: solid 1px #eee;
	border-radius: 12px;
	width: 72%;
	width: 80%;
	background: #fff;
	z-index: 2;
	opacity: 0;
}
.em_block_text h3 {
	position: absolute;
	left: 24px;
	top: 24px;
	font-size: 1.15em;
	font-weight: 700;
	color: #eee;
	z-index: 0;
	writing-mode: vertical-rl;
}
.em_block_text .buttons {
	margin-top: 3.2em;
}
.em_block_text .buttons .button {
	margin-top: 0 !important;
}

.em_application_pane {
	float: left;
	width: 22%;
	text-align: center;
}
.em_application_pane:not(:nth-of-type(4n)) {
	margin-right: 4%;
}
.em_application_pane:nth-of-type(4n + 1) {
	clear: both;
}
.em_application_pane:nth-last-of-type(n + 5) {
	margin-bottom: 1em;
}
._em_application_pane {
	float: left;
	width: 13%;
	text-align: center;
	border-radius: 7px;
}
._em_application_pane:not(:nth-of-type(7n)) {
	margin-right: 1.5%;
}
#em_application_all {
	background: none;
}
#em_application_all .button {
	margin-top: 52px;
	font-size: 0.9em;
}
#em_application_panes {
	margin-top: 1.5em;
}

#em_where .em_block_image {
	padding: 2.5em 2.5em 3.5em 2.5em;
	background: #fff;
}
#em_application_panes {
	margin-top: 0;
}

.em_application_pane a {
	display: block;
	padding: 0.8em 0.8em 1em 0.8em;
	padding: 0.8em 1.2em 1em 1.2em;
	height: 100%;
	background: #ededed;
	border-radius: 7px;
	text-decoration: none;
	overflow: hidden;
	transition: all 200ms linear;
}
.em_application_pane a:hover {
	background: #414241;
}
.em_application_pane h4 {
	color: #909090;
	font-size: 0.7em;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	transition: all 200ms linear;
}
.em_application_pane a:hover h4 {
	color: #fff;
}
.em_application_icon {
	margin: 0 auto 1em auto;
	width: 100%;
	width: 80%;
	transition: all 200ms linear;
	filter: invert(0);
}
.em_application_pane a:hover .em_application_icon {
    transition: all 300ms linear;
    filter: brightness(0) invert(1);

}
/* #em_application_agriculture .em_application_icon {
	background: url(../images/common/icon_agriculture.png) no-repeat center / 100%;
}
#em_application_livestock .em_application_icon {
	background: url(../images/common/icon_livestock.png) no-repeat center / 100%;
}
#em_application_fishing .em_application_icon {
	background: url(../images/common/icon_fishing.png) no-repeat center / 100%;
}
#em_application_disposal .em_application_icon {
	background: url(../images/common/icon_disposal.png) no-repeat center / 100%;
}
#em_application_architecture .em_application_icon {
	background: url(../images/common/icon_architecture.png) no-repeat center / 100%;
}
#em_application_housecare .em_application_icon {
	background: url(../images/common/icon_housecare.png) no-repeat center / 100%;
}
#em_application_purify .em_application_icon {
	background: url(../images/common/icon_purify.png) no-repeat center / 100%;
}
#em_application_agriculture a:hover .em_application_icon {
	background: url(../images/common/icon_agriculture_white.png) no-repeat center / 100%;
}
#em_application_livestock a:hover .em_application_icon {
	background: url(../images/common/icon_livestock_white.png) no-repeat center / 100%;
}
#em_application_fishing a:hover .em_application_icon {
	background: url(../images/common/icon_fishing_white.png) no-repeat center / 100%;
}
#em_application_disposal a:hover .em_application_icon {
	background: url(../images/common/icon_disposal_white.png) no-repeat center / 100%;
}
#em_application_architecture a:hover .em_application_icon {
	background: url(../images/common/icon_architecture_white.png) no-repeat center / 100%;
}
#em_application_housecare a:hover .em_application_icon {
	background: url(../images/common/icon_housecare_white.png) no-repeat center / 100%;
}
#em_application_purify a:hover .em_application_icon,
#em_application_purify.active .em_application_icon {
	background: url(../images/common/icon_purify_white.png) no-repeat center / 100%;
} */
#em_world_map {
	margin-bottom: 2.5em;
}
#em_desc p {
	font-size: 1.3em;
	line-height: 2em;
}
#_em_side {
	position: sticky;
	top: 130px;
	padding-left: 40px;
	width: 300px;
	border-left: 1px solid #ededed;
}
#em_side {
	float: none;
	padding: 3.5em;
	width: 100%;
	background: #fcfcfc;
	border-radius: 10px;
	border: solid 1px #eee;
}
#em_term h3.title {
	font-size: 1.2em;
}
#em_term li {
	float: left;
	position: relative;
	margin-right: 1.5em;
	padding-left: 30px;
	padding-left: 24px;
	font-size: 0.95em;
	cursor: pointer;
}
#em_term li::before {
	position: absolute;
	top: 3px;
	left: 0;
	content: '';
	width: 23px;
	height: 23px;
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_term.png) no-repeat center / 100%;
}
#em_term li:not(:last-of-type) {
	margin-bottom: 0.55em;
}
#em_term li > h4 {
	font-weight: 500;
}
.em_term_detail {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 2.5em 4em 2.5em 3em;
	width: 500px;
	transform: translate(-50%, -50%);
	background: #ededed;
	border-radius: 10px;
	z-index: 10021;
}
.em_term_close {
	position: absolute;
	top: 20px;
	right: 20px;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_close.png) no-repeat center / 100%;
	cursor: pointer;
	z-index: 10;
}
.em_term_detail_heading {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}
.em_term_detail_heading h4 {
	float: left;
	margin-top: 2px;
	margin-top: 0;
	width: calc(100% - 63px);
	width: 100%;
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.5em;
}
.em_term_detail_heading .button {
	float: right;
	margin-top: 0;
	font-size: 0.8em;
}
.em_term_detail_heading .button a {
	padding: 0.8em 1em 0.7em 1.1em;
}
#em_term_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10020;
}

@media screen and (max-width: 1097px) and (min-width: 601px) {
	
	#em_application_all .button {
		margin-top: 40px;
		font-size: 0.78em;
	}
	#em_application_all .button p a {
		padding: 1.2em 1em 1.1em 1em;
	}
	
}

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

/* prof-higa */

#prof-higa_profile_pane {
	position: revert;
	margin-left: -20px;
	padding: 50px 45px;
	width: calc(100% + 40px);
	border-radius: 16px;
	border: solid 1px #eee;
	background: #fff;
	overflow: hidden;
}
#prof-higa_profile_image {
	float: left;
	width: 220px;
	border-radius: 8px;
	overflow: hidden;
}
#prof-higa_profile_text {
	float: right;
	width: calc(100% - 280px);
}
#prof-higa_profile_text h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: 500;
}
#prof-higa_profile_text h5 {
	margin-bottom: 1em;
	font-size: 1.15em;
}
#prof-higa_profile_text dt {
	margin-top: 0.5em;
	font-weight: 500;
	line-height: 1.6em;
}
#prof-higa_profile_text dd {
	font-size: 0.95em;
	line-height: 1.6em;
}
#prof-higa_summary_text {
	margin-bottom: 0 !important;
}
#prof-higa_summary_text_image {
	margin-bottom: 2em;
	margin-bottom: 3em;
	border-radius: 12px;
	overflow: hidden;
}
#prof-higa_summary_text_image p {
	margin-bottom: 0 !important;
}
#prof-higa_summary_text h4.title {
	margin-bottom: 0.5em;
	font-weight: 500 !important;
}
#prof-higa_summary_text p {
	margin-bottom: 2em;
	margin-bottom: 2.5em;
	font-size: 1.1em;
}
.prof-higa_summary_image {
	float: right;
	width: 350px;
}
.prof-higa_summary_image p {
	margin: 0 !important;
	border-radius: 6px;
	overflow: hidden;
}
.prof-higa_summary_text {
	float: left;
	width: calc(100% - 400px);
}
.prof-higa_summary_image {
	float: right;
	width: 350px;
}
.prof-higa_summary_image iframe {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9 !important;
}

#prof-higa_summary_inventor {
	position: sticky;
	top: 100px;
	float: right;
	width: 30%;
	width: 25%;
	padding: 1.5em;
	padding: 0;
	background: #f0f0f0;
	background: none;
}
#prof-higa_summary_inventor_image {
	position: relative;
	margin-bottom: 2em;
	margin-bottom: 1.5em;
	border-radius: 7px;
	overflow: hidden;
}
#prof-higa_summary_inventor_image h4 {
	position: absolute;
	bottom: 10px;
	right: 8px;
	padding: 0.5em;
	font-weight: 500;
	line-height: 1.5em;
	background: #fff;
	border-radius: 3px;
}
#prof-higa_summary_inventor_text h4 {
	margin-bottom: 0.8em;
	font-size: 1em;
	font-weight: 500;
}
#prof-higa_summary_inventor_text h5 {
	margin-bottom: 0.8em;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 2em;
	line-height: 1.8em;
}
#prof-higa_summary_inventor_text p {
	font-size: 0.9em;
	line-height: 1.8em;
}
#prof-higa_summary_inventor_text ul {
	line-height: 1.5em;
}
#prof-higa_summary_inventor_text li {
	display: inline;
	font-size: 0.85em;
	letter-spacing: 0.03em;
	word-break: break-all;
}
#prof-higa_summary_inventor_text li:not(:last-of-type)::after {
	color: #aaa;
	content: ' / ';
}

#prof-higa_timeline dt {
	float: left;
	width: 10rem;
	width: 7rem;
	width: 5rem;
	font-size: 1.1em;
	font-weight: 500;
}
#prof-higa_timeline dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: dotted 1px #ddd;
	padding-left: 11rem;
	padding-left: 8rem;
	padding-left: 6rem;
}
