/* CSS Document */

#container #fv{
	background: url("../img/fv.jpg") no-repeat center top;
	background-size: cover;
	height: 500px;
	color: #05B6DD;
}
#container #fv h1{
	padding: 370px 0 0;
	font-size: 4.8rem;
	max-width: 950px;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
	overflow: hidden;
	text-align: left;
	margin: auto;
	letter-spacing: 1px;
	text-shadow:0 0 10px #fff;
}
#container #fv h1 span{
	font-size: 2.4rem;
	margin-left: 10px;
}
#container #fv h1:before, 
#container #fv h1:after {
    content: "";
    position: absolute;
    bottom: 0;
	left: 0;
}
#container #fv h1:after{
    border-bottom: 1px solid #F9EB1B;
    width: 55px;
}
#container #fv h1:before{
    border-bottom: 1px solid #48D5DC;
    width: 100%;
}


#container #fv h2{
	display: inline-block;
	border-bottom: 1px solid #05B6DD;
}

#container section {
    padding-bottom: 50px;
}

#container section article{
	margin: 40px auto;
	max-width: 620px;
}
#container section h1{
	font-size: 3.0rem;
}
#container section h1:after{
	content: '';
	border-bottom: 3px solid #05B6DD;
	width: 40px;
	display: block;
	margin: 20px auto;
}
#container section h2{
	font-size: 2.4rem;
	color: #182F79;
	margin: 40px auto;
}






#message{
	background: #E4F7FB url("../img/message.png") no-repeat center top 40px;
}
#message .inner{
	text-align: left;
	margin: 50px auto 20px;
	max-width: 800px;
}
#message .inner .image{
	margin-top: 40px;
}
#message .inner .image img{
	max-width: 100%;
}



#staff{}
#staff .voice{
	margin-top: 40px;
}
#staff .voice .Box{
	display: inline-block;
	width: 300px;
	margin: 10px;
	vertical-align: top;
}
#staff .voice .Box img{
	transition: all .4s;
}
#staff .voice .Box img:first-of-type{
	opacity: 0;
}
#staff .voice .Box:hover img:last-of-type{
	opacity: 0;
	transition: all .4s;
}
#staff .voice .Box:hover img:first-of-type{
	opacity: 1;
	transition: all .4s;
}
#staff .voice .Box dt{
	background: #CBF0F7;
	height: 300px;
	width: 300px;
	position: relative;
	overflow: hidden;
}
#staff .voice .Box:nth-of-type(2) dt{
	background: #FADFDE;
}
#staff .voice .Box:nth-of-type(2) dt img{
	top: 40px;
}
#staff .voice .Box dt img{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#staff .voice .Box dt span{
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 5px 10px;
	background: #05B6DD;
}
#staff .voice .Box:nth-of-type(2) dt span{
	background: #E96160;
}
#staff .voice .Box dd{
	text-align: left;
}
#staff .voice .Box dd .cat{
	font-size: 1.0rem;
	margin-top: 5px;
}
#staff .voice .Box dd .name{
	font-size: 1.8rem;
	/*font-weight: bold;*/
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 5px;
}
#staff .voice .Box dd .name span{
	font-size: 1.4rem;
}
#staff .voice .Box dd .memo{
	font-size: 1.2rem;
	padding: 10px 0;
}
#staff .voice .Box dd .btn3{
	font-size: 1.2rem;
}


#environment {
	background: #F7F7F7;
}
#environment .block{
	margin-top: 40px;
}
#environment .block dl{
	background: #fff;
	display: inline-block;
	width: 300px;
	margin: 10px;
	padding: 30px;
	box-sizing: border-box;
}
#environment .block dl dt{
	font-size: 2.4rem;
	/*font-weight: bold;*/
	color: #05B6DD;
	margin-bottom: 30px;
}
#environment .block dl dd{
	text-align: left;
}
#environment .block dl dd .icon{
	text-align: center;
	margin-bottom: 20px;
}


#data{}
#data .block ul li{
	display: inline-block;
	margin: 30px 8px 20px;
}
#data .block .btn1 a{
	width: 100%;
	max-width: 940px;
}





@media screen and (max-width: 480px) {
	

	#container #fv {
    height: 240px;
	}
	#container #fv h1 {
    padding: 180px 0 5px;
    font-size: 2.2rem;
		margin: 0 20px;
	}
	#container #fv h1 span {
    font-size: 1.2rem;
	}
	#container #fv h1:before {
    border-bottom: 2px solid #48D5DC;
	}
	#container #fv h1:after {
    border-bottom: 2px solid #F9EB1B;
    width: 55px;
	}
	
	#container section h1 {
    font-size: 2.5rem;
		margin: 10px;
	}
	#container #navBtn ul li a:after {
    top: 20px;
	}
	
	#container section article {
    width: auto;
		text-align: left;
	}
	
	#container section h2 {
    font-size: 2.5rem;
    margin: 0 20px 40px;
    line-height: 1.6em;
	}
	
	
	#message {
		background-size: 80%;
		background-position: center top 20px;
	}
	#container #message {
    padding: 30px 0;
	}
	#container #message .inner{
    text-align: left;
		line-height: 1.8em;
	}
	
	
	#staff .voice .Box {
    width: 100%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	#staff .voice .Box dt {
		float: left;
		width: 50%;
		max-height: 170px;
	}
	#staff .voice .Box dt span {
    padding: 5px 0 0;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
		line-height: 1.4em;
		font-size: 1.0rem;
	}
	#staff .voice .Box dd {
    float: left;
		margin: 0 0 0 4%;
		width: 46%;
	}
	#staff .voice .Box dt img {
    width: 60%;
	}
	#staff .voice .Box dd .cat {
		transform: scale(.8);
		transform-origin: left;
		line-height: 1.4em;
	}
	#staff .voice .Box dd .name {
    font-size: 1.6rem;
	}
	#staff .voice .Box dd .name span {
		font-size: 1.2rem;
	}
	#staff .voice .Box dd .memo {
    font-size: 1.0rem;
		line-height: 1.8em;
		padding: 10px 0 0;
	}
	#staff .voice .Box dd .btn3 {
    font-size: 1.0rem;
	}
	
	
	#environment .block dl {
    width: 46%;
    margin: 1%;
    padding: 15px;
		vertical-align: top;
		min-height: 220px;
	}
	#environment .block dl dt {
    font-size: 1.4rem;
		margin-bottom: 20px;
	}
	#environment .block dl dd{
		line-height: 1.8em;
	}
	#environment .block dl dd .icon {
    margin-bottom: 10px;
	}
	#environment .block dl dd .icon img{
		width: 40%;
	}
	
	
	#data .block ul li {
    margin: 10px;
	}
	#data .block ul li:first-of-type{
		display: none;
	}
	#data .block ul li img{
		width: 100%;
	}
	#data .block .btn1{
		margin: 0 10px;
	}
	#data .block .btn1 a{
		font-size: 1.2rem;
	}

}






