#key {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/key.jpg) 50% 50% no-repeat;
	background-size: cover;
	max-width: 100%;
	height: calc(var(--vh, 1vh) * 100);
}

#key h2 {
	background-color: rgba(89, 86, 86, .6);
	border-radius: 2px;
	padding: 20px;
	line-height: 2.0em;
	color: #ffffff;
	font-size: min(calc(2.2rem + (1vw - 0.32rem) * 3.75), 5.8rem);
	text-align: center;
}

#news ul li:not(:last-of-type) {
	padding-bottom: 20px;
}

#news ul li dl {
	display: flex;
}

#news ul li dl dt {
	flex-shrink: 0;
	width: 7.0em;
}

#news p.btn a {
	letter-spacing: 1.5em;
	text-indent: 1.5em;
}

@media screen and (max-width: 767px) {
	#news ul li dl {
		flex-direction: column;
	}
}

#about div {
	position: relative;
	background: url(../img/profile.jpg) 100% 100% no-repeat;
	background-size: 128px auto;
	margin: 20px;
	padding: 10px 148px 10px 0px;
	height: 128px;
	text-align: right;
}

#about div h5 > a {
	text-decoration: underline;
}

#about div > a {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 10px;
	right: 148px;
}

#about div > a::before {
	content: "";
	display: inline-block;
	border: solid 0.4em transparent;
	border-left-color: #333333;
	margin-top: 2px;
	width: 0px;
	height: 0px;
}

@media screen and (max-width: 400px) {
	#about div {
		margin: 0px;
	}
}

@media screen and (max-width: 360px) {
	#about div {
		background-position: 100% 50%;
		background-size: 100px auto;
		padding-right: 110px;
	}

	#about div > a {
		right: 110px;
	}
}

#services > ul {
	display: flex;
	justify-content: space-between;
}

#services > ul > li {
	width: 32%;
}

#services > ul > li dl dt {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.2em;
}

#services > ul > li dl dt::before {
	content: "";
	display: block;
	background: url(../img/logo-icon.svg) 0% 0% no-repeat;
	background-size: contain;
	width: 2.0em;
	height: 2.0em;
}

#services > ul > li dl dd {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 15px;
	padding-top: 42.5%;
}

#services > ul > li dl dd ul {
	padding-top: 20px;
}

#services > ul > li dl dd ul li {
	display: flex;
	padding: 0px 10px 10px;
}

#services > ul > li dl dd ul li::before {
	content: "\25CF";
	padding-right: 5px;
}

#services > ul > li dl.publicity dd { background-image: url(../img/publicity.jpg); }
#services > ul > li dl.media dd { background-image: url(../img/media.jpg); }
#services > ul > li dl.publishing dd { background-image: url(../img/publishing.jpg); }

@media screen and (max-width: 767px) {
	#services > ul {
		flex-direction: column;
	}

	#services > ul > li {
		width: 100%;
	}

	#services > ul > li:not(:last-of-type) {
		padding-bottom: 30px;
	}
}

#media_compass h3 {
	position: relative;
	background: url(../img/compass.svg) 50% 20px no-repeat;
	background-size: min(80%, 400px) auto;
	border-radius: 2px;
	margin: 0px auto;
	padding: 20px;
	color: #87ad65;
	line-height: 1.4em;
	font-size: 2.0em;
	text-shadow: 0px 0px 5px #ffffff;
	text-align: center;
	word-break: keep-all;
}

#media_compass h3::before {
	content: "";
	display: block;
	padding-top: min(25%, 120px);
	width: 0px;
	height: 0px;
}

#media_compass h3::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: url(../img/bg_compass.svg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 2px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#media_compass > p {
	padding: 10px 0px 40px;
	text-align: center;
	word-break: keep-all;
}

#media_compass ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#media_compass ul::after {
	content: "";
	display: block;
	width: 31.8%;
	height: 0px;
}

#media_compass ul li {
	display: flex;
	padding-bottom: 20px;
	width: 31.8%;
}

#media_compass ul li::before {
	content: "";
	display: block;
	padding-top: 75%;
	width: 0px;
	height: 0px;
}

#media_compass ul li a {
	display: block;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 2px;
	width: 100%;
	height: 100%;
	transition: all .5s;
}

#media_compass ul li a h4 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .5);
	padding: 10px;
	width: 100%;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.6rem;
}

#media_compass ul li a small {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom-left-radius: 2px;
	padding: 10px;
	min-width: 10.0em;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}

#media_compass ul li a small i {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 80% auto;
	width: 2.4rem;
	height: 2.4rem;
	opacity: .8;
	transition: all .5s;
}

#media_compass ul li a.on {
	background-size: 120% auto;
}

#media_compass ul li a.on small i {
	background-size: 100% auto;
	opacity: 1;
}

#media_compass p.btn a {
	letter-spacing: 1.5em;
	text-indent: 1.5em;
}

@media screen and (max-width: 945px) {
	#media_compass ul li {
		width: 48.5%;
	}
}

@media screen and (max-width: 767px) {
	#media_compass ul li {
		width: 100%;
	}
}

#company {
	background: url(../img/company.jpg) 90% 70% no-repeat;
	background-size: auto 60%;
}

#company dl {
	display: flex;
	flex-wrap: wrap;
}

#company dl dt {
	flex-shrink: 0;
	padding-bottom: 15px;
	width: 5.5em;
	font-weight: bold;
}

#company dl dd {
	padding-bottom: 15px;
	width: calc(100% - 5.5em);
}

@media screen and (max-width: 767px) {
	#company {
		background-position: 100% 100%;
		background-size: 100% auto;
		padding-bottom: calc(100vw + 20px);
	}

	#company dl {
		flex-direction: column;
	}

	#company dl dt {
		padding-bottom: 0px;
		width: 100%;
	}

	#company dl dd {
		width: 100%;
	}
}

#profile {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#profile div {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	padding: 20px;
	width: 90%;
	max-width: 600px;
	max-height: 95%;
	overflow-y: auto;
}

#profile div dl dt {
	background: url(../img/profile.jpg) 0% 50% no-repeat;
	background-size: 128px auto;
	padding: 10px 0px 10px 148px;
	min-height: 128px;
}

#profile div dl dt h5 {
	padding-top: 10px;
}

#profile div dl dd {
	padding-top: 10px;
}

#profile div dl a {
	text-decoration: underline;
}

#profile div p.close {
	align-self: flex-end;
	position: fixed;
	top: auto;
	left: auto;
	margin: -10px -10px 0px 0px;
	width: 32px;
	height: 32px;
	z-index: 9999;
}

#profile div p.close a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
}

#profile div p.close a::before,
#profile div p.close a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #333333;
	width: 2px;
	height: 32px;
}

#profile div p.close a::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#profile div p.close a::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 598px) {
	#profile div dl dt {
		background-position: 50% 0%;
		padding: 138px 0px 0px 0px;
		height: auto;
		text-align: center;
	}
}