@charset "utf-8";
/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

==トップページのスタイル設定ファイル==

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/




/* =============================================================================
   レイアウトスタイル
   基本スタイル
   ========================================================================== */

/* :::::: section :::::: */
#content {}
#content section,
#content nav {
	padding: 70px 0;}
@media only screen and (max-width: 767px) {
	#content section,
	#content nav {
		padding: 40px 0;}
}


/* :::::: h2 title :::::: */
#content h2.title {
	color: #8f8d8d;
	margin: 0;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
	font-weight: normal;
	font-size: 1em;}
#content h2.title strong {
	font-size: 2.8em;
	color: #003279;
	font-style: italic;
	line-height: 1;}
#content h2.title span {
	display: block;
	padding: 10px 0;}
@media only screen and (max-width: 767px) {
	#content h2.title {
		margin-bottom: 20px;}
}


/* =============================================================================
   ページトップ画像関連
   ========================================================================== */
#mainImage {
	text-align: center;}
#mainImage ul {
	margin: 0;
	padding: 0;
	list-style: none;}

#mainImage .bx-wrapper {
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;}
#mainImage .bx-wrapper .bx-controls-auto, #mainImage .bx-wrapper .bx-pager {
    bottom: 30px;
	z-index: 100;}
#mainImage .bx-wrapper .bx-pager.bx-default-pager a {
    background: url(img/common/ico_slidenav.png) no-repeat center center;
    width: 10px;
    height: 12px;
    border-radius: 0;}
#mainImage .bx-wrapper .bx-pager.bx-default-pager a.active,
#mainImage .bx-wrapper .bx-pager.bx-default-pager a:focus,
#mainImage .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: url(img/common/ico_slidenav-ov.png) no-repeat center center;}

/* :::::: height size :::::: */
#mainImage .bx-wrapper li {
	height: 550px;
	overflow: hidden;}
#mainImage .bx-wrapper li.slide01 {
	background: url(img/mainimage/bg_slide01.jpg) no-repeat center center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide02 {
	background: url(img/mainimage/bg_slide02.jpg) no-repeat center center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide03 {
	background: url(img/mainimage/bg_slide03.jpg) no-repeat center center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide04 {
	background: url(img/mainimage/bg_slide04.jpg) no-repeat center center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide05 {
	background: url(img/mainimage/bg_slide05.jpg) no-repeat center center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide06 {
	background: url(img/mainimage/bg_slide06.jpg) no-repeat center center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide07 {
	background: url(img/mainimage/bg_slide07.jpg) no-repeat center center;
	background-size: cover;}
#mainImage .bx-wrapper li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	max-width:none;}

@media only screen and (max-width: 1010px) {
	#mainImage .bx-wrapper li {
		height: 450px;}
	#mainImage .bx-wrapper li img {
		width: 55%;}
}
@media only screen and (max-width: 767px) {
	#mainImage .bx-wrapper li {
		height: 300px;}
#mainImage .bx-wrapper li.slide03 {
	background: url(img/mainimage/bg_slide03sp.jpg) no-repeat right center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide04 {
	background: url(img/mainimage/bg_slide04sp.jpg) no-repeat left center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide05 {
	background: url(img/mainimage/bg_slide05sp.jpg) no-repeat right center;
	background-size: cover;}
#mainImage .bx-wrapper li.slide06 {
	background: url(img/mainimage/bg_slide06sp.jpg) no-repeat right center;
	background-size: cover;}
}
@media only screen and (max-width: 426px) {
	#mainImage .bx-wrapper li img {
		width: 80%;}
}







/* =============================================================================
   ページ内関連 スタイル
   ========================================================================== */
#content.home {}
.home {}

/* :::::: TOPICS :::::: */
.home .topicsList {}
.home .topicsList ul {
	margin: 0;
	padding: 0;
	list-style: none;}
.home .topicsList ul li {
	border-bottom:1px dotted #a1a1a1;}
.home .topicsList ul li:first-child {
	border-top:1px dotted #a1a1a1;}
.home .topicsList ul li:nth-child(1) {
	transition-delay: .1s;}
.home .topicsList ul li:nth-child(2) {
	transition-delay: .2s;}
.home .topicsList ul li:nth-child(3) {
	transition-delay: .3s;}
.home .topicsList ul li:nth-child(4) {
	transition-delay: .4s;}
.home .topicsList ul li:nth-child(5) {
	transition-delay: .5s;}
.home .topicsList ul li a {
	display: table;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #5f5f5f;
	box-sizing: border-box;}
.home .topicsList ul li a .date,
.home .topicsList ul li a .cate,
.home .topicsList ul li a h6 {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;}
.home .topicsList ul li a .date {
	text-align: right;
	width: 24%;
	padding: 0 10px;}
.home .topicsList ul li a .cate {
	width: 170px;
	padding: 0 10px;}
.home .topicsList ul li a .cate span {
	color: #FFF;
	display: block;
	text-align: center;
	font-size:13px;}
.home .topicsList ul li a .cate span.news {
	background: #003279;}
.home .topicsList ul li a .cate span.affiliated {
	background: #0062b2;}
.home .topicsList ul li a .cate span.ss {
	background: #108ccf;}
.home .topicsList ul li a h6 {
	margin: 0;
	font-weight: normal;
	padding: 0 10px;}
.home .topicsList ul li a:hover h6 {
	color: #108ccf;}
@media only screen and (max-width: 767px) {
	.home .topicsList ul li a {
		padding: 5px 0;}
	.home .topicsList ul li a .date,
	.home .topicsList ul li a .cate,
	.home .topicsList ul li a h6 {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;}
}


/* :::::: SERVICE :::::: */
#content.home {overflow:hidden;}
#content.home .serviceList {
	padding-top: 10px;
	margin-top: 180px;
	padding-bottom: 120px;}
.home .serviceList > span{display:block;height:1260px;width:3000px;background:#003279;position:absolute;left:50%;margin-left:-1500px;top:0;content:'';
	transition-timing-function: ease;
	transition: opacity 0.2s,transform 1s;
	-moz-transition: opacity 0.2s,transform 1s;
	-webkit-transition: opacity 0.2s,transform 1s;
	-o-transition: opacity 0.2s,transform 1s;
}
.home .serviceList {
	transform: skew(0deg, -10deg);
	position:relative;}
.home .serviceList .inner {
	transform: skew(0deg, 10deg);}
#content.home .serviceList h2.title {
	margin-top: -180px;}
.home .serviceList ul {
	margin: 0;
	padding: 0;
	list-style: none;}
.home .serviceList ul li {
	float: left;
	text-align: center;
	margin-bottom: 40px;}
.home .serviceList ul li:last-child {
	margin-bottom: 0;}
.home .serviceList ul li:nth-child(even) {
	float: right;}
.home .serviceList ul li:nth-child(odd) {
	transition-delay: .0s;}
.home .serviceList ul li:nth-child(even) {
	transition-delay: .2s;}
.home .serviceList ul li a:hover img {
	border: 7px solid #fff;
	margin: -7px;}
.home .serviceList ul li a:hover h4 img {
	border: none;
	margin: 0;}
.home .serviceList ul li figure {
	margin-bottom: 20px;}
.home .serviceList ul li h4 {
	margin: 0;
	color: #FFF;
	line-height: 1;
	font-size: 0.95em;}
.home .serviceList ul li h4 strong {
	font-size: 1.5em;
	font-style: italic;}
.home .serviceList ul li h4 span {
	display: block;
	padding: 5px 0;
	font-weight: normal;}
@media only screen and (max-width: 1010px) {
	.home .serviceList ul li {
		width: 47%;}
}
@media only screen and (max-width: 767px) {
	.home .serviceList ul li {
		width: auto;
		float: none !important;}
	.home .serviceList ul li figure {
	margin-bottom: 10px;}
	.home .serviceList ul li {
	margin-bottom: 20px;}
#content.home .serviceList {background:#003279;}
.home .serviceList > span{display:none;}
}


/* :::::: BANNER :::::: */
.home .bannerArea {position:relative;z-index:100;}
.home .bannerArea ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;}
.home .bannerArea ul li {
	display: inline-block;
	padding: 10px;}







.bannerArea .wrap{
	max-width: 800px;
}