<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

h1{
	font-size: 30px;
	font-weight: normal;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 100px;
}
h1 span{
	color: #fdd207;
	display: inline-block;
}
h2{
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	width: 90%;
	margin: 20px auto 10px auto;
	line-height: 1.5;
	transition: all 0.3s ease-in-out 0s;
}
h3{
	color: #CCC;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	width: 90%;
	margin: 0 auto;
	transition: all 0.3s ease-in-out 0s;
}

.interview-wrapper{
	text-align: center;
	font-size: 16px;
	line-height: 3;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.interview-wrapper h2{
	margin-bottom: 10px;
}
.interview-wrapper dl{
	margin-top: 50px;
}
.interview-wrapper dt{
	float: left;
	width: 35%;
}
.interview-wrapper dd{
	float: left;
	width: 63%;
	padding-left: 2%;
	text-align: left;
	line-height:2;
	font-size: 14px;
	letter-spacing:normal;
}
.interview-title-txt{
	color: #fff;
}
.interview-title{
	color: #fff;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 15px;
	font-size: 16px;
}
.interview-content{
	margin-bottom: 10px;
	color: #ccc;
}
.interview-wrapper a span{
	color: #fff;	
}
.interview-wrapper a:hover span{
	color: #fdd207;	
}
.interview-wrapper a:hover img{
	opacity: 0.8;
}

.showcase-wrapper{
	color: #CCC;
	line-height: 2;
	letter-spacing: normal;
	width: 90%;
	padding: 0 5%;
	max-width: 1500px;
	font-size: 14px;
	margin: 0 auto;
}
.showcase-wrapper ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding-bottom: 30px;
	background-color: #1a1a1a;
	transition: all 0.3s ease-in-out 0s;
}
.showcase-wrapper ul li:hover{
	/*background-color: #473f16;*/
	transition: all 0.3s ease-in-out 0s;
}
.showcase-wrapper ul li:nth-child(3n){
	margin-right: 0;
}
.showcase-wrapper ul li img{
	margin: 10px 0 0 0;
}
.showcase-wrapper ul li a:hover img{
	opacity: 0.8;
}
.showcase-wrapper ul li p.copy{
	font-size: 11px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 0 10px;
	color: #888;
}
.showcase-wrapper ul li p.copy span{
	font-family: "Times New Roman";
}
.showcase-wrapper ul li dl{
	color: #CCC;
	width:90%;
	padding: 0 5%;
	text-align: left;
	line-height: 1.5;
	word-break: break-all;
	transition: all 0.3s ease-in-out 0s;
}
.showcase-wrapper ul li dt{
	/*左に寄せる*/
	float: left ;
	/*後続の左寄せを解除*/
	clear: left ;
	width: 120px ;
}
.showcase-wrapper ul li dt:after{
	content: ":";
	float: right;
	margin-right: 5px;
}
.showcase-wrapper ul li dd{
	/*float: left ;*/
	margin-left: 5px;
	padding-left: 120px;
}
.showcase-wrapper ul li dd a{
	border-bottom: 1px solid #ccc;
}
.showcase-wrapper ul li dd a:hover{
	border-bottom: 1px solid #fdd207;
}
.showcase-wrapper ul li dd span{
	display: inline-block;
}
.showcase-wrapper ul li .news{
	text-align: left;
	margin: 0 5%;
	margin-top: 10px;
}
.showcase-wrapper ul li .news span{
	padding-left: 15px;	
	text-align: left;
	background-image: url(/middleware/enlighten/images/arrow-w.svg);
	background-position: -5px center;
	background-size: 20px 11px;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out 0s;
}
.showcase-wrapper ul li .news a:hover span{
	background-position: -1px center;
	color:#fdd207;
	background-image: url(/middleware/enlighten/images/arrow-y.svg);
	transition: all 0.3s ease-in-out 0s;
}
.learn-more{
	padding: 0 5%;
	text-align: right;
	color: #fdd207;
	margin: 10px 0;
	margin-right: 20px;
	padding-right: 15px;
	line-height: normal;
	background-image: url(../../images/arrow-y2.svg);
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: 8px 15px;
	transition: all 0.3s ease-in-out 0s;
}
.showcase-wrapper ul li a:hover .learn-more{	
	margin-right: 10px;
	transition: all 0.3s ease-in-out 0s;
}

.showcase-wrapper ul li a:hover h2{
	color: #fdd207;
	transition: all 0.3s ease-in-out 0s;
}
.showcase-wrapper ul li a:hover h3,
.showcase-wrapper ul li a:hover p{
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 750px) {	
	.showcase-wrapper ul li{
		width: 49%;
		margin-right: 2%;
	}
	.showcase-wrapper ul li:nth-child(3n){
		margin-right: 2%;
	}
	.showcase-wrapper ul li:nth-child(2n){
		margin-right: 0;
	}	
}

@media only screen and (max-width: 600px) {	
	.learn-more{
		margin-top: 20px;
	}
	h2,h3{
		width: 95%;
	}
	.interview-title{
		line-height: 1.8;
		margin-top: 0;
	}
	.showcase-wrapper{
		font-size: 15px;
	}
	.showcase-wrapper ul li{
		width: 100%;
		float: none;
		margin-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.showcase-wrapper ul li:nth-child(3n){
		margin-right: 0;
	}
	.showcase-wrapper ul li:nth-child(2n){
		margin-right: 0;
	}
	.interview-wrapper h2{
		font-size: 20px;
	}
	.interview-title-txt{
		line-height: normal;
		font-size: 14px;
		text-align: left;
	}
	.interview-wrapper dt{
		float: none;
		width: 100%;
	}
	.interview-wrapper dd{
		float: none;
		width: 100%;
		line-height:normal;
		padding-left: 0;
	}	
}

@media only screen and (max-width: 450px) {
	h1{
		font-size: 28px;
		margin-bottom: 50px;
		line-height: 1.5;
	}
	
.showcase-wrapper ul li dd{
	float: none;
	word-break: break-all;
	word-wrap: break-word;
}

}
@media only screen and (max-width: 400px) {

}
@media only screen and (max-width: 350px) {

}</pre></body></html>