/*------------------------
	home
------------------------*/

/* Common */
.intro p {
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width:767px) {
	.intro p {
		text-align: left;
	}
}

/* KV */

#kv-wrap .inner-kv {
	height: 700px;
	overflow: hidden;
	position: relative;
}
#kv-wrap video {
	width: 100%;
	min-width: 1245px;
}
#kv-wrap .overlay {
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
}
#kv-wrap .slogan {
	font: normal 45px/1 'nsjp-b' , sans-serif;
	text-align: center;
	color: #fff;
}
#kv-wrap .slogan small,
#kv-wrap .slogan .kv-txt li {
	font-size: 35px;
}
#kv-wrap .slogan .kv-txt {
	text-align: center;
	padding: 20px 0;
}
#kv-wrap .slogan .kv-txt li {
	display: inline-block;
	text-align: center;
	color: #0f0f0f;
	line-height: 170px;
	margin: 0 10px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(255,255,255,.9);
}
@media screen and (max-width:767px) {
	#kv-wrap {
		padding-top: 65px;
	}
	#kv-wrap .slogan {
		font: bold 24px/1 'nsjp', sans-serif;
	}
	#kv-wrap .slogan small {
		font-size: 18px;
	}
	#kv-wrap .slogan .kv-txt li {
		width: 90px;
		height: 90px;
		line-height: 90px;
		margin: 0 5px;
		font-size: 18px;
	}
	#kv-wrap .kv-img {
		width: 100%;
		height: 350px;
		background: url(../images/home/kv-img.jpg) no-repeat center center / cover;
	}
}

/* News */
#newsticker {
	background: #f0f0f0;
}
#ticker-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
#ticker-wrap h3 {
	font-size: 13px;
	text-align: center;
	border: solid #dfdfdf;
	border-width: 0 1px;
	width: 9%;
	float: left;
	line-height: 55px;
}
.ticker {
	margin: 0 0 0 9%;
	padding: 20px 0 20px 20px;
	width: 91%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.ticker ul {
	width: 100%;
	position: relative;
}
.ticker ul li {
	width: 100%;
	display: none;
	color: #516fb3;
	font-size: 13px;
}
.ticker ul li .date {
	color: #0f0f0f;
	padding-right: 15px;
}
@media screen and (max-width:767px) {
	#ticker-wrap {
		padding: 0 0 15px;
	}
	#ticker-wrap h3 {
		width: 100%;
		display: block;
		float: none;
		line-height: 4;
		border-width: 0 0 1px;
	}
	.ticker {
		margin: 0;
		padding: 10px;
	}
	.ticker ul li {
		line-height: 1.4;
		min-height: 50px;
	}
	.ticker ul li .date {
		display: block;
	}
}

/* Home Content01 */
.home-content01 .row {
	margin: 40px 0 0;
}
.home-content01 .col3 a {
	color: #fff;
	display: block;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 115px;
	padding-left: 35%;
	position: relative;
}
.home-content01 .col3 a:hover,
.home-content01 .col3 a:focus {
	opacity: .9;
}
.home-content01 .col3 a:before,
.home-content01 .col3 a:after {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	bottom: 0;
}
.home-content01 .col3 a:before {
	content: '';
	background: rgba(255,255,255,.1);
}
.home-content01 .col3 a:after {
	content: '+';
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
}
.home-content01 .row .col3:first-child a {
	background: #516fb3 url(../images/home/icon-media01.svg) no-repeat 30px center;
}
.home-content01 .row .col3:nth-child(2) a {
	background: #516fb3 url(../images/home/icon-media02.svg) no-repeat 38px center;
}
.home-content01 .row .col3:nth-child(3) a {
	background: #516fb3 url(../images/home/icon-media03.svg) no-repeat 45px center;
}
.home-content01 .row .col3:nth-child(4) a {
	background: #516fb3 url(../images/home/icon-media04.svg) no-repeat 35px center;
}
.home-content01 .row .col3:nth-child(5) a {
	background: #516fb3 url(../images/home/icon-media05.svg) no-repeat 45px center;
}
.home-content01 .row .col3:nth-child(6) a {
	background: #516fb3 url(../images/home/icon-media06.svg) no-repeat 30px center;
}

@media screen and (max-width:999px) {
	.home-content01 .col3 {
		width: 50%;
	}
	.home-content02 ul li {
		width: 30%;
	}
}
@media screen and (max-width:767px) {
	.home-content01 .col3 {
		width: 100%;
	}
	.home-content01 .col3 a {
		padding-left: 80px;
		line-height: 95px;
		border-width: 0 0 1px;
	}
	.home-content01 .row .col3:first-child a {
		background: #516fb3 url(../images/home/icon-media01.svg) no-repeat 20px center / 45px auto;
	}
	.home-content01 .row .col3:nth-child(2) a {
		background: #516fb3 url(../images/home/icon-media02.svg) no-repeat 25px center / 40px auto;
	}
	.home-content01 .row .col3:nth-child(3) a {
		background: #516fb3 url(../images/home/icon-media03.svg) no-repeat 30px center / 25px auto;
	}
	.home-content01 .row .col3:nth-child(4) a {
		background: #516fb3 url(../images/home/icon-media04.svg) no-repeat 20px center / 45px auto;
	}
	.home-content01 .row .col3:nth-child(5) a {
		background: #516fb3 url(../images/home/icon-media05.svg) no-repeat 30px center / 30px auto;
	}
	.home-content01 .row .col3:nth-child(6) a {
		background: #516fb3 url(../images/home/icon-media06.svg) no-repeat 25px center / 40px auto;
	}
}

/* Home Content02 */
.home-content02 ul {
	text-align: center;
	margin: 40px 0 0;
}
.home-content02 ul li {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}
.home-content02 ul li a {
	display: block;
}
.home-content02 ul li a:hover,
.home-content02 ul li a:focus {
	opacity: .8;
}
.home-content02 ul li img {
	border: 1px solid #dfdfdf;
}

@media screen and (max-width:999px) {
	.home-content02 ul li img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:767px) {
	.home-content02 ul {
		margin: 20px 0 0;
	}
	.home-content02 ul li {
		display: block;
		width: 100%;
		margin: 0 0 15px;
	}
	.home-content02 ul li img {
		max-width: 250px;
		display: block;
		margin: 0 auto;
	}
}

/* Home Content03 */
.home-content03 {
	padding: 80px 0 60px;
	background: #f0f0f0;
}
.home-content03 .intro .row {
	margin: 60px 0;
}
.home-content03 .intro .col3 {
	padding: 0 30px;
	position: relative;
}
.home-content03 .intro .col3 .inner {
	background: #fff;
	border: 5px solid #516fb3;
	font: normal 28px/80px 'nsjp-b' , sans-serif;
	color: #516fb3;
	letter-spacing: .05em;
	text-align: center;
	position: relative;
}
.home-content03 .intro .col3:after {
	content: '×';
	font: normal 20px/80px 'nsjp-b' , sans-serif;
	text-align: center;
	color: #516fb3;
	position: absolute;
	width: 65px;
	height: 100%;
	top:0;
	right: -32.5px;
}
.home-content03 .intro .col3:last-child::after {
	content: none;
}
.home-content03 .intro .col3 .inner:before,
.home-content03 .intro .col3 .inner:after {
	content: '';
	position: absolute;
	background: #aac0f3;
	top: -5px;
	left: -5px;
}
.home-content03 .intro .col3 .inner:before {
	width: 10px;
	height: 5px;
}
.home-content03 .intro .col3 .inner:after {
	width: 5px;
	height: 10px;
}
.merit-wrap .merit-box {
	position: relative;
	padding: 60px 0 70px;
	margin: 0 0 20px;
}
.merit-wrap .merit-box:before {
	content: '';
	width: 66.6666666%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.merit-wrap .merit-box:nth-child(2)::before {
	right: 0;
	left: auto;
}
.merit-wrap .merit-box:after {
	content: '';
	width: 20px;
	height: 20px;
	border: solid #aac0f3;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 0;
	left: 66.6666666%;
	margin-left: -23px;
}
.merit-wrap .merit-box:nth-child(2)::after {
	right: 66.6666666%;
	left: auto;
	margin-right: -23px;
	border-width: 3px 0 0 3px;
}
.merit-wrap .wrapper {
	position: relative;
}
.merit-wrap .merit-tit {
	color: #516fb3;
	margin: 0 0 50px;
}
.merit-tit .num {
	font: normal 60px/1 'roboto' , sans-serif;
	width: 90px;
}
.merit-tit h3 {
	font-size: 18px;
}
.merit-wrap .merit-box:nth-child(2) .merit-tit .num.sp-none,
.merit-wrap .merit-box:nth-child(2) h3 {
	text-align: right;
	display: table-cell !important;
}
.merit-tit h3 .m-tit {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .05em;
	color: #fff;
	background: #516fb3;
	padding: 7px 15px;
	margin: 0 10px;
}
.merit-wrap .detail-img {
	width: 42%;
	padding-top: 20px;
}
.merit-wrap .detail-img.left {
	padding-right: 60px;
}
.merit-wrap .detail-img.right {
	padding-left: 60px;
}
.merit-wrap .detail-img img {
	display: block;
	margin: 0 auto 30px;
}
.merit-wrap .detail-img p {
	text-align: center;
	font: bold 20px/1 'nsjp' , sans-serif;
	color: #516fb3;
}
.merit-wrap .detail-img p small {
	font-size: 16px;
}
.merit-wrap .detail-txt {
	width: 58%;
}
.merit-wrap .detail-txt .inner {
	background: #516fb3;
	padding: 40px 45px;
	position: relative;
}
.merit-wrap .detail-txt .inner:before,
.merit-wrap .detail-txt .inner:after {
	content: '';
	position: absolute;
	background: #dce2f0;
	top: -10px;
	left: -10px;
}
.merit-wrap .detail-txt.left .inner:before,
.merit-wrap .detail-txt.left .inner:after {
	right: -10px;
	left: auto;
}
.merit-wrap .detail-txt .inner:before {
	width: 10px;
	height: 100%;
}
.merit-wrap .detail-txt .inner:after {
	width: 100%;
	height: 10px;
}
.merit-wrap .detail-txt .inner p {
	color: #fff;
	line-height: 1.8;
}
@media screen and (max-width:999px) {
	.merit-wrap .merit-box {
		padding: 30px 0;
	}
	.merit-wrap .merit-box:before {
		width: 100%;
		height: 100%;
	}
	.merit-wrap .merit-tit {
		margin: 0 0 30px;
	}
	.merit-wrap .detail-img,
	.merit-wrap .detail-txt {
		width: 100%;
		float: none !important;
	}
	.merit-wrap .detail-img {
		padding: 0 0 35px !important;
	}
	.merit-wrap .merit-box:after,
	.merit-wrap .merit-box:nth-child(2)::after {
		width: 20px;
		height: 20px;
		border: solid #aac0f3;
		border-width: 3px 0 0 3px;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.merit-wrap .detail-txt {
		padding-left: 10px;
	}
	.merit-wrap .merit-box:nth-child(2) .merit-tit .num.sp-none,
	.merit-wrap .merit-box:nth-child(2) h3 {
		text-align: left;
	}
	.merit-wrap .merit-box:nth-child(2) .merit-tit .num.pc-none {
		display: table-cell !important;
	}
	.merit-wrap .merit-box:nth-child(2) .merit-tit .num.sp-none {
		display: none !important;
	}
}
@media screen and (max-width:767px) {
	.home-content03 {
		padding: 50px 0 30px;
	}
	.home-content03 .intro .row {
		margin: 20px 0 0;
		padding: 0 0 10px;
	}
	.home-content03 .intro .col3 {
		width: 100%;
		padding: 0 30px 30px;
	}
	.home-content03 .intro .col3:after {
		font: normal 15px/30px 'nsjp-b' , sans-serif;
		width: auto;
		height: 30px;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.home-content03 .intro .col3 .inner {
		font: normal 22px/70px 'nsjp-b' , sans-serif
	}
	.merit-tit .num,
	.merit-wrap .merit-box:nth-child(2) .merit-tit .num.pc-none  {
		display: block !important;
		font-size: 30px;
		margin-bottom: 10px;
	}
	.merit-tit h3,
	.merit-wrap .merit-box:nth-child(2) h3 {
		display: block !important;
		font-size: 10px;
		margin: 0 -4px;
		background: #516fb3;
		color: #fff;
		padding: 10px;
		text-align: center;
	}
	.merit-wrap .detail-txt.left .inner:before,
	.merit-wrap .detail-txt.left .inner:after {
		right: auto;
		left: -10px;
	}
	.merit-tit h3 .m-tit {
		display: inline;
		margin: 0 4px;
		font-size: 18px;
		padding: 0;
		background: none;
		color: #fff;
	}
	.merit-wrap .detail-img p {
		font-size: 16px;
	}
	.merit-wrap .detail-img p small {
		font-size: 13px;
	}
	.merit-wrap .detail-txt .inner {
		padding: 20px;
	}
}
@media screen and (max-width:374px) {
	.merit-tit h3 {
		font-size: 10px;
	}
	.merit-tit h3 .m-tit {
		margin: 0 3px;
		font-size: 15px;
		padding: 0;
	}
}