@charset "utf-8";

/* --------------------------------
	KV
-------------------------------- */
.kv{
	width: 100%;
	height: 420px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.kv img{
vertical-align: bottom;
}
/* オープニング */
.kv-op{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 420px;
	background: #fff url(/img/top/kv_img_0.jpg) no-repeat top center;
	-webkit-animation: opFade 6s;
	animation: opFade 6s;
}


/* OPのフェードイン・アウト */
@-webkit-keyframes opFade {
	0% {
		opacity:0;
	}
	20% {
		opacity:1;
	}
	50% {
		opacity:1;
	}
	75% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
@keyframes opFade {
	0% {
		opacity:0;
	}
	20% {
		opacity:1;
	}
	50% {
		opacity:1;
	}
	75% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}

/* スライドのフェードイン */
@-webkit-keyframes mainFade {
	0% {
		opacity:0;
	}
	40% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes mainFade {
	0% {
		opacity:0;
	}
	40% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.kv-slider1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 420px;
	background: #fff url(/img/top/kv_img_1.jpg) no-repeat top center;
}

.kv-slider2{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 420px;
	background: #fff url(/img/top/kv_img_2.jpg) no-repeat top center;
}

.kv-slider3{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 420px;
	background: #fff url(/img/top/kv_img_3.jpg) no-repeat top center;
}

.kv-slider4{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 420px;
	background: #fff url(/img/top/kv_img_4.jpg) no-repeat top center;
}

/* メインスライド */
.kv-main{
	position: relative;
	z-index: 200;
	background: #fff;
	-webkit-animation: mainFade 2s;
	animation: mainFade 2s;
}


/* --------------------------------
	メディアサービス
-------------------------------- */
.service{
	padding: 50px 0 45px;
	background: #faf7f3;
}
.service-link{
}
.service-link ul{
	width: 960px;
	margin: 0 auto;
}
.service-link li{
	float: left;
	margin: 0 12px 0 0;
	padding: 10px;
	width: 230px;
	height: 300px;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service-link li:last-child{
	margin: 0;
}

.service-link-logo{
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin: 0 0 12px;
}

.service-link-logo a:hover{
	opacity: 0.7;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

.service-link li dd{
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 10px;
}

.service-link-txt{
	margin: 0 0 13px;
}

.service-link-link{
	text-align: center;
	font-weight: bold;
}
.service-link-link a{
	color: #333;
	text-decoration: none;
}
.service-link-link a:hover{
	color: #999;
}
.service-link-link a span{
	padding: 0 15px 0 0;
	background: url(/img/common/ic_arrow.png) no-repeat 98% center;
}


/* --------------------------------
	インタビュー
-------------------------------- */
.aboutUs{
	padding: 60px 0 40px;
}
.aboutUsList{
}
.aboutUsList ul{
	width: 960px;
	margin: 0 auto;
}
.aboutUsList li{
	width: 310px;
	position: relative;
	float: left;
	margin: 0 13px 30px 0;
}
.aboutUs li:nth-child(3n){
	margin: 0 0 30px;
}

.aboutUsList-box a{
	display: block;
	height: 220px;
	background: #000;
}
.aboutUsList-box a:hover img{
	z-index: 100;
	opacity: 0.5;
	-mos-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.aboutUsList-box-detail{
	position: absolute;
	left: 5px;
	bottom: 5px;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	-mos-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.aboutUsList-box a:hover .aboutUsList-box-detail{
	z-index: 200;
	left: 15px;
	background: none;
}

.aboutUsList-box a:hover .aboutUsList-box-detail dd{
	border-top: 1px solid #fff;
}

.aboutUsList-box-detail span{
	padding: 0 15px 0 0;
	background: url(/img/common/ic_arrow_white.png) no-repeat right center;
}




/* --------------------------------
	インフォメーション
-------------------------------- */
.info{
	width: 960px;
	margin: 0 auto 60px;
}

.info-title{
	font-size: 22px;
	color: #999;
}

.info-title::before{
	display: inline-block;
	padding: 0 5px 0 0;
	content: "■";
	font-size: 14px;
	vertical-align: middle;
}

.info-news{
	width: 470px;
	float: left;
}

.info-news ul{
	margin: 0 0 20px;
}

.info-news ul li{
	border-bottom: 1px solid #ddd;
}

.info-news ul li a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 1.3;
}

.info-news ul li a:hover dt,
.info-news ul li a:hover dd{
	opacity: 0.7;
	transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.info-news ul li dl{
	display: table;
	width: 100%;
	padding: 20px 10px;
	min-height: 84px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info-news ul li dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 85px;
	color: #b80000;
	font-size: 12px;
}

.info-news ul li dl dd{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
}

.info-news ul li dl dd span{
	overflow: hidden;
	max-height: 2.4em;
	display: inline-block;
}

.info-news-more{
	text-align: right;
}

.info-news-more a{
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url(/img/common/ic_arrow.png) no-repeat right center;
}

.info-news-more a:hover{
	color: #999;
}

.info-ir{
	width: 470px;
	float: right;
}

.info-ir-list{
	margin: 0 0 20px;
}

.info-ir-list dl{
	display: table;
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	min-height: 85px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.info-ir-list dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	color: #b80000;
	font-size: 12px;
}

.info-ir-list dl dd{
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
}

.info-ir-list dl dd img{
	padding: 0 0 4px 10px;
	display: inline-block;
}

.info-ir-list dl dd a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.info-ir-list dl dd:not(a){
	font-size: 10px;
}

.info-ir-list dl:hover dt,
.info-ir-list dl:hover dd{
	opacity: 0.7;
	transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.info-ir-more{
	text-align: right;
}

.info-ir-more a{
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url(/img/common/ic_arrow.png) no-repeat right center;
}

.info-ir-more a:hover{
	color: #999;
}

/* --------------------------------
 Clearfix
-------------------------------- */
.service-link ul:after,
.aboutUs ul:after,
.info-section:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .service-link ul,
*:first-child+html .aboutUs ul,
*:first-child+html .info-section{
	zoom: 1;/* IE7 */
}
















