@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

h2.tate {
	border-right: 1px solid #024287;
	border-left: 1px solid #024287;
	letter-spacing: 0.15em;
	margin-bottom: 0;
}
@media only screen and ( max-width : 767px ) {
	h2.tate {
		padding: 0 10px;
	}
}

@media print, screen and ( min-width : 768px ) {
	h2.tate {
		padding: 0 15px;
	}
}
@media print, screen and ( min-width : 992px ) {
	h2.tate {
		padding: 0 20px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
.mv_wrap {
	background: url(../img/top/mainImage.jpg) no-repeat center / cover;
}
.main_copy {
	color: #fff;
}
.mv_inner li {
	border: 1px solid #ddd;
}
.mv_inner li a {
	display: block;
	background: #fff;
	text-align: center;
}
.menu-individual a {
	color: #026687;
}
.menu-corporation a {
	color: rgba(2,66,135,.8);
}
.menu-individual a:hover {
	background: #026687;
	color: #fff;
}
.menu-corporation a:hover {
	background: rgba(2,66,135,.8);
	color: #fff;
}
#mv li {
	width: 50%;
}
@media only screen and ( max-width : 767px ) {
	.mv_wrap {
		padding-bottom: 20px;
	}
	.main_copy {
		font-size: 20px;
		margin: 20px;
	}
	.mv_inner {
		width: 90%;
		margin: 0 auto;
	}
	#mv li i {
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}
	#mv li i img {
		width: 30px;
		display: block;
	}
	#mv li a {
		padding: 10px;
	}
}
@media only screen and ( max-width : 320px ) {
	.main_copy {
		font-size: 18px;
	}
	#mv li i {
		display: block;
		margin: 0 auto 10px;
	}
	#mv li i img {
		margin: 0 auto;
	}
	#mv li a {
		text-align: center;
	}

}
@media print, screen and ( min-width : 768px ) {
	.mv_wrap {
		height: 550px;
	}
	/*.mv_wrap {
		margin-right: 30px;
	}*/
	.main_copy {
		font-size: 32px;
		margin: 50px;
	}
	.mv_inner {
		max-width: 940px;
		margin: 0 auto;
		padding: 0 20px;
	}
	#mv li i {
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}
	#mv li i img {
		width: 40px;
		display: block;
	}
	#mv li a {
		padding: 20px;
		font-size: 18px;
	}
}
@media print, screen and ( min-width : 992px ) {
	/*.mv_wrap {
		margin-right: 10%;
	}*/
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
.contents_menu {
	border-top: 1px solid #ddd;
}
.contents_menu li {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.contents_menu li a {
	height: 100%;
	position: relative;
}
.contents_menu li a:hover {
	background: #eee;
}
.contents_menu li i {
	position: absolute;
	top: 50%;
}
.about_img {
	position: relative;
	padding: 0;
}
.about_img_wrap {
	position: relative;
}
.about_copy {
	position: absolute;
	z-index: 2;
	background: rgba(2,66,135,.8);
	background: -moz-linear-gradient(-45deg,  rgba(2,66,135,.8) 0%, rgba(91,183,195,.8) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(2,66,135,.8) 0%,rgba(91,183,195,.8) 100%);
	background: linear-gradient(135deg,  rgba(2,66,135,.8) 0%,rgba(91,183,195,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024287', endColorstr='#5bb7c3',GradientType=1 );
	color: #fff;
	font-weight: 700;
	right: 40px;
	top: 0;
}
@media only screen and ( max-width : 767px ) {
	.contents_menu li {
		width: 50%;
	}
	.contents_menu li:nth-child(2n) {
		border-right: 1px solid #ddd;
	}
	.contents_menu li i {
		margin-top: -15px;
		left: 10px;
	}
	.contents_menu li i img {
		width: 30px;
	}
	.contents_menu li a {
		padding: 15px 10px 15px 50px;
	}
	.about_img {
		margin-bottom: 30px;
	}
	.about_ttl {
		/*margin-right: 10px;*/
		width: 70px;
	}
	.about_img_wrap {
		width: calc(100% - 70px);
	}
	.about_img img {
		margin-top: 20px;
	}
	.about_copy {
		padding: 10px;
	}
}
@media only screen and ( max-width : 320px ) {
	.contents_menu li a {
		padding: 10px 10px 10px 50px;
	}

}
@media print, screen and ( min-width : 768px ) {
	.about_ttl {
		width: 90px;
	}
	.about_img_wrap {
		width: calc(100% - 90px);
	}
	.about_img img {
		margin-top: 40px;
	}
	.contents_menu li {
		width: 33.33333333333333%;
	}
	.contents_menu li:nth-child(3n) {
		border-right: 1px solid #ddd;
	}
	.contents_menu li i {
		margin-top: -26.5px;
		left: 15px;
	}
	.contents_menu li i img {
		width: 53px;
	}
	.contents_menu li a {
		padding: 30px 15px 30px 80px;
	}
	.about_copy {
		font-size: 18px;
		padding: 15px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.about_ttl {
		width: 120px;
	}
	.about_img_wrap {
		width: calc(100% - 120px);
	}
	.about_copy {
		font-size: 22px;
		padding: 20px;
		right: 20px;
	}

}


/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news {
	background: url(../img/bg.jpg) no-repeat center / cover;
}
.news_ttl {
	position: relative;
}
.news_ttl .more_link {
	color: #00a8ff;
	text-decoration: underline;
}
.news_ttl .more_link i {
	margin-left: 10px;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
	.news_ttl .more_link {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}