@charset "utf-8";

/* インタビュー
============================ */

.interview h2::before {
	content: "INTERVIEW";
	left: -0.48em !important;
	}
	@media screen and (min-width:1025px) {
	.interview h2::before {
		left: -0.35em !important;
	}
}
.interview {
	overflow: hidden;
}

/* isotope 検索 */
.searchArea {
	margin: 50px 0 30px;
	}
	@media screen and (min-width:1025px) {
	.searchArea {
		margin: 90px 0 60px;
	}
}
.searchArea ul {
	display: flex;
	flex-wrap: wrap;
}
.searchArea ul li {
	margin: 0 6px 6px 0;
	}
	@media screen and (min-width:1025px) {
	.searchArea ul {
		margin-top: 0;
	}
	.searchArea ul li {
		margin: 0 10px 10px 0;
	}
}
.searchArea button {
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	display: flex;
	align-items: center;
	height: 30px;
	line-height: 1.2;
	background: #fff;
	border: 2px solid #1e7bc0;
	border-radius: 15px;
	color: #000;
	text-decoration: none;
	padding: 0 14px 0 24px;
	position: relative;
	font-size: 1.3rem;
}
.searchArea button::before {
	position: absolute;
	left: 14px;
	content: "#";
	}
	@media screen and (min-width:1025px) {
	.searchArea button {
		height: 46px;
		border-radius: 25px;
		padding: 0 34px 0 46px;
		font-size: 1.6rem;
	}
	.searchArea button::before {
		left: 34px;
	}
}
.searchArea button.is-checked,
.searchArea button:hover {
	background: #1e7bc0;
	border: 2px solid #1e7bc0;
	color: #fff;
}

/* isotope リスト */
.second #contentsArea .isotopeArea {
	width: calc(84% + 16px);
	margin: 0 auto;
	text-align: left;
}
.second #contentsArea .isotopeArea a {
	text-decoration: none;
}
.isotopeArea a {
	display: block;
	width: calc((100% - 32px) / 2);
	margin: 0 8px 20px;
	background: #fff;
	color: #333;
	box-shadow: 0px 0px 20px 11px rgba(118, 171, 209, 0.1);
	padding-bottom: 16px;
}
.isotopeArea dl {
	display: flex;
	flex-direction: column;
}
.isotopeArea dl dt {
	order: 2;
	font-size: 1.4rem;
	color: #1e7bc0;
	padding: 16px 14px 0;
	line-height: 1.3;
}
.isotopeArea dl dt span {
	display: block;
	font-size: 1.1rem;
	color: #333;
	line-height: 1.6;
	margin-top: 6px;
}
.isotopeArea .key-itv dl dt span:first-of-type {
	font-size: 1rem;
	color: #999;
}
.isotopeArea a.soon {
	display: inline-block;
	pointer-events:none;
}
.isotopeArea a.soon dt,
.isotopeArea a.soon dt span {
	color: #aaa;
}
.isotopeArea a.soon dd.pic {
	position: relative;
}
.isotopeArea a.soon dd.pic::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(153, 153, 153, 0.4);
	top: 0;
	left: 0;
	z-index: 10;
}
.isotopeArea a.soon dd.pic::after {
	position: absolute;
	content: "Coming Soon";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	color: rgba(255,255,255,0.3);
	font-size: 1.6rem;
	z-index: 10;
	letter-spacing: -0.01em;
}
.isotopeArea dl dd.pic {
	order: 1;
	overflow: hidden;
	position: relative;
}
.isotopeArea dl dd.pic span {
	display: block;
	background: #000;
	color: #fff;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1rem;
	z-index: 5;
	}
	@media screen and (min-width:1025px) {
	.second #contentsArea .isotopeArea {
		max-width: 1480px;
		min-width: 1280px;
		width: calc(84% + 70px);
	}
	.isotopeArea::before {
		bottom: -8%;
		background: url(../cmn_images/logo_bg.svg) right -25% bottom no-repeat;
		background-size: auto 90%;
	}
	.isotopeArea h2::before {
		left: -0.2em !important;
		content: "INTERVIEW";
	}
	.isotopeArea a {
		width: calc((99% - 210px) / 3);
		margin: 0 35px 40px;
		padding-bottom: 36px;
	}
	.isotopeArea dl dt {
		font-size: 2.6rem;
		padding: 32px 10% 0;
	}
	.isotopeArea dl dt span {
		font-size: 1.5rem;
		line-height: 1.8;
		margin-top: 12px;
	}
	.isotopeArea .key-itv dl dt span:first-of-type {
		font-size: 1.5rem;
	}
	.isotopeArea a .pic img {
		transition: all .3s ease-out;
	}
	.isotopeArea a:hover .pic img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.isotopeArea a.soon dd.pic::after {
		font-size: 3.4rem;
	}
	.isotopeArea dl dd.pic span {
		padding: 0 24px;
		height: 40px;
		line-height: 40px;
		font-size: 1.6rem;
	}
}

/* ラベル色 */
.isotopeArea .key-sales dd.pic span { background: #f89e01; opacity: 0.8; }
.isotopeArea .key-research dd.pic span { background: #1d969a; opacity: 0.8; }
.isotopeArea .key-product dd.pic span { background: #7aaf13; opacity: 0.8; }
.isotopeArea .key-tech dd.pic span { background: #814ecd; opacity: 0.8; }
.isotopeArea .key-management dd.pic span { background: #37acd7; opacity: 0.8; }
.isotopeArea .key-talk dd.pic span { background: #1e7bc0; opacity: 0.8; }
.isotopeArea .key-other dd.pic span { background: #cd9292; opacity: 0.8; }

.isotopeArea .soon dd.pic span { background: #999 !important; }

/* NEWマーク */
.isotopeArea dl.new {
	position: relative;
}
.isotopeArea dl.new::before {
	position: absolute;
	top: -10px;
	left: -8px;
	width: 40px;
	height: 40px;
	content: "NEW";
	display: block;
	background: #f8a30e;
	color: #fff;
	z-index: 10;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 1rem;
	}
	@media screen and (min-width:1025px) {
	.isotopeArea dl.new::before {
		top: -16px;
		left: -12px;
		width: 64px;
		height: 64px;
		line-height: 64px;
		font-size: 1.5rem;
	}
}
