/* CSS Document */

#container #fv.h500,
#container #fv.h500 .pogoSlider,
#container #fv.h500 .pogoSlider .pogoSlider-slide{
	height: 500px;
}
#container #fv.h500 .pogoSlider .pogoSlider-nav{
	top: 460px;
}
@media screen and (max-width: 480px) {
	#container #fv.h500,
	#container #fv.h500 .pogoSlider,
	#container #fv.h500 .pogoSlider .pogoSlider-slide{
		height: 200px;
	}
	#container #fv.h500 .pogoSlider .pogoSlider-nav{
		top: 160px;
	}
}

#container #fv{
	height: auto;
}
#fv span.indexLogo{
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	z-index: 99;
}
#fv .pogoSlider{
	height: 100px;
}


.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 15px;
    z-index: 999;
}
.pogoSlider-progressBar{
	top:auto;
	bottom: 0;
  display: none;
}
.pogoSlider-nav-btn{
	width: 6px;
	height: 6px;
	display: inline-block;
}
.pogoSlider-nav-btn--selected{
	background: #5F72AD;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
    display: none;
}



#container #news {
	margin: auto;
	padding-top: 20px;
}
#news h1{
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	text-align: left;
	line-height: 1.4em;
}
#news h1 span{
	display: block;
	font-size: 1.0rem;
}
#news .newsBox{
	display: inline-block;
	border-left: 1px solid #ccc;
	padding-left: 30px; 
	line-height: 1.6em;
	text-align: left;
}
#news .newsBox dl time{
	display: inline-block;
	color: #999;
	margin-right: 30px;
	font-size: 1.2rem;
}
#news .newsBox dl dt{
	display: inline-block;
	/*font-weight: bold;*/
	font-size: 1.2rem;
}



#aboutUs,
#business,
#recruit{
	position: relative;
	z-index: 1;
}
#aboutUs h1,
#business h1,
#recruit h1{
	color: #102872;
	font-size: 3.0rem;
}
#aboutUs h1 strong,
#business h1 strong,
#recruit h1 strong{
	display: block;
}
#aboutUs h1 span,
#business h1 span,
#recruit h1 span{
	font-size: 1.4rem;
	display: inline-block;
	border-bottom: 2px solid #102872;
	margin-top: 15px;
}



#aboutUs {
	height: 350px;
	background:url("../img/bg_aboutus.png") no-repeat left bottom, linear-gradient(#fff, #F1FAFC);
}
#aboutUs h1:after {
	content: '';
	background: #eee;
	top: 65%;
	bottom:0;
	left: 0;
	position: absolute;
	width: 100%;
  height: 500px;
  transform: skewY(-25deg);
	opacity: .5;
	z-index: -1;
}
#aboutUs p{
	/*font-weight: bold;*/
	line-height: 1.8em;
	margin: 40px 0 60px;
}
#aboutUs span.aboutusLogo{
	position: absolute;
	top: 0;
	right: 2%;
	width: 450px;
}
#aboutUs span.aboutusLogo img{
	width: 100%;
}



#container #business {
	padding-bottom: 50px;
}
#business h2{
	padding: 85px 0;
	font-size: 2.4rem;
	color: #FFF;
}
#business h2 span{
	display: block;
	margin: 15px 0;
}
#business dl{
	text-align: left;
	padding: 40px 70px 15px;
	width: 320px;
	background: #FFF;
}
#business dl dt{
	font-size: 1.8rem;
	/*font-weight: bold;*/
	background: url("../img/list1.png") no-repeat left center;
	padding-left: 25px;
	margin: 10px 0;
}
#business dl dd{
	font-size: 1.2rem;
	margin: 40px 0 20px;
	/*font-weight: bold;*/
}
#business .btn1 a{
	width: 100%;
	text-align: center;
}
#business article{
	border: 1px solid #CCC;
	display: inline-block;
	margin: 50px 10px;
	vertical-align: top;
}
#business .imgBox{
	position: relative;
	overflow: hidden;
	height: 280px;
}
#business .imgBox h2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#business article.box:hover .upImg{
    transform: scale(1.1);
}
#business article.box .upImg {
    -webkit-transition: 3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 3s cubic-bezier(0.23, 1, 0.32, 1);
}







#container #recruit {
	background: url("../img/bg_recruit_btm.png") no-repeat center bottom, url("../img/bg_recruit.jpg") no-repeat center top;
	background-size: auto,cover;
	padding: 100px 0;
	height: 235px;
}
#recruit h1{
	color: #FFF;
}
#recruit h1 span{
	border-bottom: 2px solid #FFF;
}
#recruit h2{
	color: #FFF;
	margin: 40px 0 35px;
	font-weight: normal;
}
#recruit2{
	background: #F8F8F8;
	text-align: center;
}
#recruit2 .other dl{
	background: #FFF;
	display: inline-block;
	width: 200px;
	vertical-align: top;
	margin: 10px;
	padding: 20px 10px;
}
#recruit2 .other dl dt{
	color: #04B7DD;
	font-size: 1.8rem;
	/*font-weight: bold;*/
	margin-bottom: 20px;
}
#recruit2 .other dl dd{
	text-align: left;
	/*font-weight: bold;*/
	margin: 15px 10px 0;
	font-size: 1.2rem;
	line-height: 1.8em;
}
#recruit2 .other dl .btn3{
	text-align: left;
	margin: 0 10px;
}

footer{
	margin-top: 0;
}








@media screen and (max-width: 480px) {
	
	#container #news {
			text-align: left;
			padding: 10px 40px;
			background: #182F79;
			color: #FFF;
	}
	#fv span.indexLogo {
    top: 15%;
	}
	#fv span.indexLogo img{
    width: 70%;
	}
	.pogoSlider-slide {
		background-position-x: center !important;
	}
	#news h1 {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #fff;
	}
	#news h1 span {
    display: inline-block;
    margin-left: 10px;
	}
	#news .newsBox {
    display: inline-block;
    border-left: none;
    padding: 5px 0;
    line-height: 1.2em;
	}
	#news .newsBox dl time {
    color: #fff;
    margin-right: 10px;
		font-size: 1.0rem;
	}
	#news .newsBox dl dt {
    font-size: 1.0rem;
	}
	#aboutUs h1, #business h1, #recruit h1 {
    font-size: 2.1rem;
	}	
	#aboutUs h1 span, #business h1 span, #recruit h1 span {
    font-size: 1.0rem;
    margin-top: 5px;
	}
	#aboutUs h1:after {
		content: none;
	}

	
	#aboutUs {
    height: auto;
		background-position: left bottom;
		background-size: 100%;
	}
	#aboutUs:before {
		content: '';
		background-color: rgba(255,255,255,0.5);
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		z-index: -1;
	}
	#aboutUs p {
    line-height: 1.8em;
    margin: 20px 0;
    font-size: 1.0rem;
    text-align: left;
	}
	#aboutUs span.aboutusLogo {
    display: none;
	}
	
	
	#business article {
    margin: 20px 30px;
		padding: 0;
		width: 80%;
	}
	#business .imgBox {
    height: 200px;
	}
	#business h2 {
    padding: 60px 0;
    font-size: 1.6rem;
	}
	#business h2 img{
    width: 25%;
	}
	#business h2 span {
    margin: 10px 0;
	}
	#business dl {
    padding: 20px 40px 15px;
    width: auto;
	}
	#business dl dt {
    font-size: 1.4rem;
    margin: 5px 0;
	}
	#business dl dd {
    font-size: 1.0rem;
    margin: 20px 0;
		line-height: 1.6em;
	}
	#business .btn1 a {
    font-size: 1.2rem;
		line-height: 1.6em;
	}
	
	
	#container #recruit {
    height: auto;
	padding: 40px 0;
		background: url("../img/bg_recruit.jpg") no-repeat center top;
		background-size: cover;
	}
	#recruit h2 {
		font-size: 1.2rem;
	}
	#recruit .btn2 a{
		font-size: 1.2rem;
		width: 100%;
		padding: 3px 0;
	}
	#recruit .btn2 a:after {
    top: 10px;
	}
	
	
	#container #recruit2{
		padding: 20px 0;
	}
	#container #recruit2 article{
		padding: 0;
	}
	#recruit2 .other dl {
    width: 40%;
    margin: 2% 1%;
	}
	#recruit2 .other dl dt {
    font-size: 1.3rem;
	}
	#recruit2 .other dl dd {
    font-size: 1.0rem;
    line-height: 1.6em;
	}
	#recruit2 .other dl .btn3 {
    font-size: 1.0rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
	
	
	
