/*------------------------
	media
------------------------*/

/* KV */
#media #page-tit {
	background: url(../images/media/kv-index.jpg) no-repeat center 30% / cover;
}
#media #page-tit h2 {
	color: #0f0f0f;
}

/* Common */

/* Index */
.lead-media {
	padding: 0 0 60px;
}
.lead-media p {
	text-align: center;
}
.lead-media .en {
	font: normal 60px/1 'roboto',sans-serif;
	color: #516fb3;
	letter-spacing: .1em;
}
.lead-media .lead-tit {
	margin: 40px 0;
	font: normal 24px/1 'nsjp-b',sans-serif;
}
.lead-media .lead-txt {
	line-height: 1.8;
}
.media-index {
	padding: 50px 0 60px;
	background: #f0f0f0;
}
.media-index .media-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.5%;
}
.media-index .media-box {
	width: 47%;
	margin: 30px 1.5% 0;
	position: relative;
	background: #fff;
}
.media-index .media-box:before {
	content: '+';
	font-family: 'roboto',sans-serif;
	color: #516fb3;
	text-align: center;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	background: #dce2f0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.media-index .media-box:hover::before {
	color: #fff;
	background: #516fb3;
}
.media-box .media-pic {
	padding-bottom: 20.5vw;
	position: relative;
}
.media-box .inner-tit {
	background: rgba(0,0,0,.6);
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font: normal 18px/1 'roboto',sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
}
.media-box .inner-tit .border {
	border: solid rgba(255,255,255,.5);
	border-width: 1px 0;
	padding: 20px 0;
}
.media-box a:hover .inner-tit {
	opacity: 1;
}
.media-box a {
	display: block;
}
.media-box .txt-box {
	padding: 40px 25px 45px;
}
.txt-box h3 {
	font: normal 24px/1 'nsjp-b',sans-serif;
	padding-bottom: 30px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
.txt-box h3:before {
	content: '';
	width: 30px;
	height: 3px;
	background: #516fb3;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.txt-box p {
	font-size: 14px;
	line-height: 1.6;
}
.media01 .media-pic {
	background: url(../images/media/media01.jpg) no-repeat center center / cover;
}
.media02 .media-pic {
	background: url(../images/media/media02.jpg) no-repeat center center / cover;
}
.media03 .media-pic {
	background: url(../images/media/media03.jpg) no-repeat center top / cover;
}
.media04 .media-pic {
	background: url(../images/media/media04.jpg) no-repeat center top / cover;
}
.media05 .media-pic {
	background: url(../images/media/media05.jpg) no-repeat center center / cover;
}
.media06 .media-pic {
	background: url(../images/media/media06.jpg) no-repeat center center / cover;
}

@media screen and (max-width:999px) {
	.lead-media .lead-tit {
		line-height: 1.5;
	}
}

@media screen and (max-width:767px) {
	.lead-media {
		padding: 0 0 40px;
	}
	.lead-media .en {
		font: bold 20px/1 'roboto-b',sans-serif;
	}
	.lead-media .lead-tit {
		margin: 25px 0;
		font: normal 20px/1.5 'nsjp-b',sans-serif;
	}
	.lead-media .lead-txt {
		font-size: 14px;
		text-align: left;
	}
	.media-index {
		padding: 10px 10px 0;
	}
	.media-index .wrapper {
		padding: 0;
	}
	.media-index .media-box {
		width: 100%;
		margin: 0 0 10px;
	}
	.media-box .media-pic {
		padding-bottom: 50vw;
	}
	.media-box .inner-tit {
		opacity: 1;
		font: normal 14px/1 'roboto',sans-serif;
	}
	.media-box .inner-tit .border {
		display: block;
		margin: 0 auto;
		width: 90%;
		border-width: 1px;
	}
	.media-box .txt-box {
		padding: 30px 15px 45px;
	}
	.txt-box h3 {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.txt-box h3:before {
		height: 2px;
	}
}