@charset "UTF-8";
/****************************************************
* TOP  05 ¥È¥Ã¥×?¥¹¥¿¥¤¥ë  *
*****************************************************/
/**TOPÑaÕý*/
#main{
	background-color: #f3f8ff;
}
#pageFoot{
	margin-top: 0;
}
#main h3 {
	color: #113993;
	line-height: 1.3;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 10px;
}
#main .container{
	max-width:980px;
	margin-top: 10px;
}
/*Mobile*/
@media screen and (max-width: 767px){
	#homePage #main h3 {
		font-size: 1.1em;
	}
}
/*¥Ó¥¸¥å¥¢¥ë**************/
@-webkit-keyframes fadeIn{
    0% {
        opacity:0;
		top: 50%;
    }
    100% {
        opacity:1;
		top: 48%;
    }
}
@keyframes fadeIn{
    0% {
        opacity:0;
		top: 50%;
    }
    100% {
        opacity:1;
		top: 48%;
    }
}
@-webkit-keyframes fadeInImg{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes fadeInImg{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/*¾²Ö¹»­*/
#eyeCatch{
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 1800px;
	height: 400px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	-webkit-animation: fadeInImg 2s ease 0s 1 normal;
	        animation: fadeInImg 2s ease 0s 1 normal;
}
#message{
	position: absolute;
	top: 48%;
	color: #FFF;
	margin-top: -35px;
	z-index: 30;
	left: 0; right:0;
	text-align: center;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	        animation: fadeIn 2s ease 0s 1 normal;
}
#message img{
	width: 565px;
	margin:0 auto;
}
/*Tablet*/
@media screen and (max-width: 1000px){
	#eyeCatch{
		margin-left:-5px;
		margin-right:-5px;
	}
}
/*Mobile*/
@media screen and (max-width: 767px){
	#eyeCatch{
		height: 300px;
	}
}
/*¥¹¥é¥¤¥É¥·¥ç©`*/
#topImage{
	text-align: center;
	position: relative;
	margin: 0 auto;	
	overflow: hidden;
	-webkit-animation: fadeInImg 2s ease 0s 1 normal;
	        animation: fadeInImg 2s ease 0s 1 normal;
}
#topImage{
	background-color: rgba(37,70,142,0.15);
}
/*¥¹¥é¥¤¥É¥·¥ç©`*/
#topImage,.slideWrap{
	position: relative;
}
.slideWrap .control{	
	width:100%;
	bottom:0;
	padding:10px;
	font-size:0;
}
.slideWrap .control button{
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
	border-radius:0;
	height:0;
}
.slideWrap .control >*{
	display:inline-block;
	vertical-align:middle;
}
.slideWrap ul.slick-dots{
	margin:0;
	padding:0;
	list-style: none;
}
.slideWrap .slick-dots li{
	display:inline-block;
	margin: 5px 8px;
}
.slideWrap .slick-dots li button{
	padding-top:4px;
	width: 23px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: .7;
}
.slideWrap .slick-dots li button:hover,
.slideWrap .slick-dots li button:active,
.slideWrap .slick-dots li button:focus{
	opacity: 1;
}
.slideWrap .slick-dots li.slick-active button{
	background:#000;
}
.slideWrap .slick-dots li button:before{
	display:none;
}
.slideWrap button.pause{
	margin: 0 8px;
	display:inline-block;
	width:14px;
	padding-top:12px;
	position:relative;
	background:#fff;
	border:1px solid #fff;
}
button.pause:after{
	position:absolute;
	content:"";
	display:block;
	top:50%;
	left:50%;
	margin-left:-4px;
	margin-top:-3px;
	width:8px;
	height:6px;
	border-style: solid;
	border-color:#545454;
	border-width:0 3px;
}
button.pause.paused:after{
	width: 0;
	height: 0;
	margin-left:-3px;
	margin-top:-4px;
	border-width: 4px 0 4px  7px;
	border-color: transparent transparent transparent #545454 ;
}
/*¥¹¥é¥¤¥É*/
#topImage .slider{
	overflow: hidden;
}
#topImage .slide{
	position: relative;
}
#topImage .slide a{
	display: block;
}
#topImage .slide .picture{
	position: relative;
	overflow: hidden;
}
#topImage .slide p{
	position: absolute;
	padding:10px;
	left: 0;
	max-width:100%;
	top: 35%;
	max-width:70%;
	color: #113993;
	text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
	line-height: 1.8;
	text-align: left;
	font-size: 38px;

}
#topImage .picture img{
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 0 10%;
	   object-position: 0 10%;
	font-family: "object-fit:cover; object-position: 0 10%;";
	-webkit-transition: none;
	transition: none;
	width: 100%;
	-webkit-transform: scale3d(1,1,1) rotate(0.1deg);
	transform: scale3d(1,1,1) rotate(0.1deg);
	-webkit-transition: all 8s;
	transition: all 8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#topImage .do img{
	-webkit-transform: scale3d(1.03,1.03,1) rotate(0.1deg);
	        transform: scale3d(1.03,1.03,1) rotate(0.1deg);
}
@media screen and (min-width: 768px), print{
	#topImage .slideWrap,
	#topImage .slide,
	#topImage .picture img{
		height: 735px;
		max-width: 1500px;
		margin: 0 auto;
	}
	#topImage .control {
		position: absolute;
		max-width: 100%;
		width: auto;
		bottom: 0;
		right: 0;
		text-align: right;
	}
}
@media screen and (max-width: 1000px){
	#main #topImage {
		margin:0 -5px;
	}
}
@media screen and (min-width: 1000px){
	#topImage .slide p{
		left: 50%;
		margin-left:-500px;
		max-width:1000px;
	}
}
/*Mobile*/
@media screen and (max-width: 767px){
	#topImage .slide ,
	#topImage .picture img{
		height: 200px;
	}
	#topImage .slide p{
		font-size: 120%;
	}
	#topImage .control {
		position: relative;
		text-align: center;
	}
}


/*½B½é*/
#intro p{
	margin: 0 0 0.625em;
}
#intro h3{
	margin-top: 10px;
	line-height: 1.2;
}
#intro h4{
	color: #113993;
	font-size: 1.25em;
	line-height: 1.3;
	border-bottom:2px solid #113993;	
	padding: 5px 10px;
	margin:20px -5px 10px;
}

#performance ul{
	color: #0c2861;
	margin-top: 10px;
	margin-left: 2em;
	margin-bottom: 30px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 0.9em;
}
#performance ul li{
	width: 48%;
	line-height: 1.5;
	margin-bottom: 5px;
}
#performance ul li:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #5d79e4;
	margin:0 .6em .1em -1.1em;
}
/*Mobile*/
@media screen and (max-width: 767px){
	#performance ul{
		display: block;
	}
	#performance ul li{
		width: auto;
	}
}

/*¥Ô¥Ã¥¯¥¢¥Ã¥×*/
#pickup{
	overflow: hidden;
	margin-top:40px;
}
#pickup ul{
	list-style: none;
	max-width: 1000px;
	margin: 30px auto;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#pickup ul li{
	width: 32%;	
	margin-bottom: 2%;
}
#pickup ul li a{
	display: block;
	position: relative;
}
#pickup ul li .thumb{
	max-height: 210px;
	display:block;
	overflow:hidden;
	position:relative;
	-webkit-transition: .3s;
	transition: .3s;
}
/*±ÈÂÊ¸ß¤µÖ§¤¨°ô*/
#pickup ul li .thumb::before{
	content: "";
	display: block;
	position: relative;
	width: 1px;
	z-index: -1;
	height: 0;
	padding-top: 67.2%;
}
#pickup ul li .thumb img{	
	position: absolute;
	-o-object-fit: cover;
	   object-fit: cover;
    font-family: "object-fit:cover";
	width: 100%;
	height: 100%;
	min-height: 0;
	min-width: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}
#pickup ul li .thumb::after{
	content: "";
	position: absolute;
	display: block;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(6,44,130,0.5) ; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(6,44,130,0.5) 0%,rgba(118,192,211,0.5) 83%,rgba(118,192,211,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#pickup ul li  span{
	font-weight: 600;
	font-size: 1.25em;
	position: absolute;
	text-align: center;
	left: 0;
    right: 0;
    top: 50%;
    line-height: 1.2;
    margin-top: -0.5em;
	color: #fff;
	text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 5px #000;
}


#pickup ul li a:hover .thumb img,
#pickup ul li a:active .thumb img,
#pickup ul li a:focus .thumb  img{
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}
#pageList ul li a:hover:after,
#pageList ul li a:active:after,
#pageList ul li a:focus:after{
	background-color: rgba(6,44,130,.2);
}

/*Mobile*/
@media screen and (max-width: 767px){
	#pickup {
		margin-left:-5px;
		margin-right:-5px;
	}
}


/*¥Ë¥å©`¥¹*/
#news{
	padding: 20px 0;
	background-color: #fff;
}
#news h3{
	font-style: italic;
	text-align: center;
}
#news h3+.entry{
	margin-top: 10px;
}


/*¥Ð¥Ê©`*/
.banner{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.banner li{
	margin: 10px 15px;
}

