/* メインコンテンツ */
.contents {
  padding-top: 130px;
}
/* ------------------------------------ */
#mv {
	width: 100%;
	background: url(../images/top/mv.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}
#mv h2 {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	margin-top: -20px;
	color: #fff;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 130%;
	text-shadow: 2px 2px 0px rgba(0,0,0,.2);
}
#mv h2 strong {
	display: block;
	text-align: center;
	font-size: 170%;
	letter-spacing: 7px;
	font-weight: 500;
}
#mv h2 strong br {
	display: none;
}
/* ------------------------------------ */
#top1 {
	max-width: 750px;
	width: 90%;
	margin: 0px auto 90px;
}
#top1 dt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 1px;
}
#top1 dt .br_clear {
	display: none;
}
#top1 dd {
	text-align: center;
}
#top1 dd .br_clear {
}
/* ------------------------------------ */
#top2 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 90px;
}
#top2 .inner {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-bottom: 30px;
}
#top2 .inner a {
	display: block;
	width: 22%;
	margin-right: 4%;
	border-radius:6px;
	box-shadow:0px 2px 5px -3px #fff;
}
#top2 .inner a:nth-child(4) {
	margin-right: 0;
}
#top2 .inner a:hover {
	box-shadow:0px 2px 5px -3px #444;
}
#top2 .inner dl {
}
#top2 .inner dd {
	height: 170px;
	-webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	overflow: hidden;
}
#top2 .inner dd img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
#top2 .inner dt {
	font-size: 80%;
	padding: 10px;
	line-height: 160%;
}
#top2 .inner dt span {
	display: block;
	font-size: 80%;
	color: #aaa;
	font-weight: 400;
	letter-spacing: 2px;
}
/* ------------------------------------ */
#top3 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
	margin: 0px auto 90px;
	background-color: rgba(20,57,143,1);
}
#top3 li {
	float: left;
	text-align: center;
	height: 400px;
	position: relative;
	width: 33.33%;
}
#top3 li:nth-child(1) {
	background: url(../images/top/ph01.jpg) no-repeat center center;
	background-size: cover;
}
#top3 li:nth-child(2) {
	width: 33.34%;
	background: url(../images/top/ph02.jpg) no-repeat center center;
	background-size: cover;
}
#top3 li:nth-child(3) {
	background: url(../images/top/ph03.jpg) no-repeat center center;
	background-size: cover;
}
#top3 li p {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	top: 50%;
	font-size: 80%;
	font-weight: 500;
	margin-top: -25px;
}
#top3 li p strong {
	display: block;
	font-size: 140%;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
}
#top3 li span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/common/point01.png) no-repeat center bottom 10px;
	background-size: 40px auto;
	background-color: rgba(20,57,143,.7);
	transition:all 0.4s;
}
#top3 li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#top3 li a:hover > span {
	  height: 40%;
	  top: 30%;
	  bottom: 30%;
	  background: url(../images/common/point01.png) no-repeat center bottom 10px;
	  background-size: 20px auto;
	  background-color: rgba(20,57,143,.9);
}
/* ------------------------------------ */
#top4 {
	width: 100%;
	margin: 0px auto 90px;
}
#top4 .box {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#top4 .box .ph,
#top4 .box .data {
	width: 50%;
	height: 550px;
	float: left;
}
#top4 .box:nth-child(even) .ph,
#top4 .box:nth-child(even) .data {
	float: right;
}
#top4 .box:nth-child(1) .ph {
	background: url(../images/top/ph04.jpg) no-repeat center center;
}
#top4 .box:nth-child(2) .ph {
	background: url(../images/top/ph05.jpg) no-repeat center center;
}
#top4 .box:nth-child(3) .ph {
	background: url(../images/top/ph06.jpg) no-repeat center center;
}
#top4 .box:nth-child(4) .ph {
	background: url(../images/top/ph07.jpg) no-repeat center center;
}
#top4 .box .ph {
	background-size: cover;
}
#top4 .box .data {
	background: url(../images/common/back01.png);
	background-size: 200px auto;
	background-color: #14398F;
	display: table;
	color: #fff;
	padding: 5%;
}
#top4 .box .data dl {
	display: table-cell;
	vertical-align: middle;
}
#top4 .box .data dt {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#top4 .box .data dt strong {
	display: block;
	font-size: 190%;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
#top4 .box .data dd {
}
#top4 .box .data dd p {
	font-size: 90%;
	max-width: 430px;
	width: 100%;
}
#top4 .box .data dd a {
	display: block;
	width: 220px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 2px;
	background-color: rgba(0,0,0,.5);
	border: rgba(255,255,255,0) 1px solid;
	position: relative;
}
#top4 .box .data dd a i {
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 20px;
	transition: .4s;
}
#top4 .box .data dd a:hover {
	background-color: rgba(0,0,0,0);
	border: rgba(255,255,255,1) 1px solid;
}
#top4 .box .data dd a:hover i {
	right: 10px;
}
/* ------------------------------------ */
#top5 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 90px;
}
#top5 .inner {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-bottom: 30px;
}
#top5 .inner dl {
	width: 30%;
	margin-right: 5%;
	border-radius:6px;
}
#top5 .inner dl:nth-child(3) {
	margin-right: 0;
}
#top5 .inner dd {
	-webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	overflow: hidden;
}
#top5 .inner dd img {
}
#top5 .inner dt {
	font-size: 90%;
	padding: 15px 0;
	line-height: 180%;
	text-align: center;
	font-weight: 500;
	letter-spacing: 2px;
}
#top5 .inner dt strong {
	display: block;
	text-align: center;
	font-size: 130%;
	color: #14398F;
	font-weight: 600;
	letter-spacing: 0px;
}
/* ------------------------------------ */





@media screen and (max-width: 930px) {
	/* ------------------------------------ */
	#mv h2 {
		font-size: 100%;
		letter-spacing: 1px;
	}
	/* ------------------------------------ */
	#top3 li {
		height: 350px;
	}
	/* ------------------------------------ */
	#top4 .box .ph,
	#top4 .box .data {
		height: 500px;
	}
	#top4 .box .ph {
		width: 40%;
	}
	#top4 .box .data {
		width: 60%;
	}
	#top4 .box .data {
		background: url(../images/common/back01.png);
		background-size: 200px auto;
		background-color: #14398F;
		display: table;
		color: #fff;
		padding: 5%;
	}
	#top4 .box .data dt {
		font-size: 110%;
		letter-spacing: 1px;
	}
	#top4 .box .data dt strong {
		font-size: 160%;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}





@media screen and (max-width: 768px) {
	/* ------------------------------------ */
	#mv h2 {
		font-size: 80%;
		letter-spacing: 1px;
		margin-top: -140px;
	}
	#mv h2 strong {
		font-size: 230%;
		letter-spacing: 5px;
		line-height: 160%;
		margin-bottom: 5px;
	}
	#mv h2 strong br {
		display: inherit;
	}
	/* ------------------------------------ */
	#top2 .inner a {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	#top2 .inner a:nth-child(2n) {
		margin-right: 0;
	}
	/* ------------------------------------ */
	#top3 li p strong {
		font-size: 120%;
	}
	/* ------------------------------------ */
	#top4 .box .data dt {
		font-size: 100%;
	}
	#top4 .box .data dt strong {
		font-size: 170%;
		line-height: 140%;
		margin-bottom: 20px;
	}
	/* ------------------------------------ */
	#top5 .inner dl {
		width: 31%;
		margin-right: 3.5%;
	}
	#top5 .inner dt strong {
		font-size: 110%;
	}
	/* ------------------------------------ */
}




@media screen and (max-width: 540px) {
	/* ------------------------------------ */
	#mv h2 {
	}
	#mv h2 strong {
		font-size: 180%;
	}
	/* ------------------------------------ */
	#top1 dt {
		font-size: 110%;
		letter-spacing: 1px;
	}
	#top1 dt .br_clear {
		display: inherit;
	}
	#top1 dd .br_clear {
		display: none;
	}
	/* ------------------------------------ */
	#top2 {
		margin: 0px auto 80px;
	}
	#top2 .inner {
		margin-bottom: 0px;
	}
	/* ------------------------------------ */
	#top3 li,
	#top3 li:nth-child(2) {
		float: none;
		height: 200px;
		width: 100%;
		margin-bottom: 2px;
	}
	#top3 li a:hover > span {
		  height: 50%;
		  top: 25%;
		  bottom: 25%;
	}
	/* ------------------------------------ */
	#top4 .box {
		margin-bottom: 5px;
	}
	#top4 .box .ph,
	#top4 .box .data {
		float: none;
		width: 100%;
	}
	#top4 .box .ph {
		height: 150px;
	}
	#top4 .box .data {
		height: auto;
		padding: 30px;
	}
	#top4 .box .data dd p {
		max-width: none;
		width: 100%;
	}
	#top4 .box .data dd a {
		margin: 0px auto;
	}
	/* ------------------------------------ */
	#top5 {
		margin: 0px auto 50px;
	}
	#top5 .inner {
		margin-bottom: 0px;
	}
	#top5 .inner dl {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#top5 .inner dt strong {
		font-size: 130%;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}