/* CSS Document */

#container #fv{
	background: url("../img/fv.jpg") no-repeat center top;
	background-size: cover;
}
#container #fv h1{
	padding: 120px 0 20px;
	font-size: 2.8rem;
}
#container #fv h2{
	display: inline-block;
	border-bottom: 2px solid #FFF;
}

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

#container section h1{
	font-size: 3.2rem;
    color: #00B7DE;
    margin: 30px 0 50px;
}
#container section h2{
	font-size: 3.0rem;
	margin-bottom: 40px;
}
#container section h2:after{
	content: '';
	border-bottom: 3px solid #05B6DD;
	width: 40px;
	display: block;
	margin: 20px auto;
}







#interview{
	background: #E4F7FB url("../img/interview.png") no-repeat center top 40px;
}
#interview .inner{
	text-align: center;
	margin: 0 auto 20px;
	max-width: 800px;
}
#container #interview {
    padding: 60px 0;
}


#staff .voice {
    margin-top: 60px;
}
#staff .voice .Box{
	display: inline-block;
	width: 300px;
	margin: 10px;
	vertical-align: top;
	position: relative;
	padding-bottom: 100px;
}
#staff .voice .Box:hover{
	cursor: pointer;
}
#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: #fff;
    height: 300px;
    width: 300px;
    position: relative;
}
#staff .voice .Box:hover dt {
    background: #FDFCE5;
}
#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 dt img{
	position: absolute;
	bottom: -100px;
	right: 15px;
	width: 116px;
}
#staff .voice .Box dd{
	text-align: left;
	position: absolute;
	top: 50px;
	left: 20px;
}
#staff .voice .Box dd .cat{
	font-size: 1.0rem;
	margin-top: 5px;
}
#staff .voice .Box dd .name{
	font-size: 2.1rem;
	/*font-weight: bold;*/
	padding-bottom: 5px;
}
#staff .voice .Box dd .name span{
	font-size: 1.0rem;
	display: block;
}
#staff .voice .Box dd .memo{
	font-size: 1.6rem;
	padding: 10px 0;
	color: #05B6DD;
}
#staff .voice .Box:nth-of-type(2) dd .memo{
	color: #EC7672;
}

#staff .voice .Box dt:before,
#staff .voice .Box dt:after{
position: absolute;
bottom: -20px;
left: 60px;
content: '';
vertical-align: middle;
}
#staff .voice .Box dt:before{
width: 4px;
height: 35px;
background: #05B6DD;
}
#staff .voice .Box dt:after{
width: 17px;
height: 18px;
bottom: -18px;
left: 52px;
border-right: 4px solid #05B6DD;
border-bottom: 4px solid #05B6DD;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#staff .voice .Box:nth-of-type(2) dt:before{
background: #E96160;
}
#staff .voice .Box:nth-of-type(2) dt:after{
border-right: 4px solid #E96160;
border-bottom: 4px solid #E96160;
}


#staff .voice .Box:hover dt:before,
#staff .voice .Box:hover dt:after{
bottom: -45px;
	transition: all .4s;
}
#staff .voice .Box:hover dt:before{
height: 60px;
}
#staff .voice .Box:hover dt:after{
bottom: -45px;
}




#container .voiceBlock {
	padding: 150px 0;
	border-bottom: 2px solid #F3F3F3;
}
#container .voiceBlock:nth-of-type(4){
	border: none;
}


.voiceBlock .fv{
	width: 960px;
	height: 360px;
	margin: auto;
	position: relative;
	text-align: left;
}
.voiceBlock .fv.voice1{
	background: url("../img/voice1_fv.png") no-repeat right top;
}
.voiceBlock .fv.voice2{
	background: url("../img/voice2_fv.png") no-repeat right top;
}
.voiceBlock .fv.voice3{
	background: url("../img/voice3_fv.png") no-repeat right top;
}
.voiceBlock .fv dl dt{
	font-size: 2.1rem;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: #05B6DD;
	color: #FFF;
	padding: 15px 10px;
}
#voice2.voiceBlock .fv dl dt{
	background: #E96160;
}
.voiceBlock .fv dl dd{
	padding: 100px 50px;
}
.voiceBlock .fv dl dd .memo{
	font-size: 3.0rem;
	/*font-weight: bold;*/
	color: #05B6DD;
	line-height: 1.4em;
	margin-bottom: 55px;
}
#voice2.voiceBlock .fv dl dd .memo{
	color: #E96160;
}
.voiceBlock .fv dl dd .cat{
	font-size: 1.8rem;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.voiceBlock .fv dl dd .name{
	font-size: 3.6rem;
	line-height: 1.4em;
	/*font-weight: bold;*/
}
.voiceBlock .fv dl dd .name span{
	font-size: 2.4rem;
	font-weight: normal;
}


.voiceBlock article {
	position: relative;
	margin-top: 80px;
}
.voiceBlock article .img{
	width: 50%;
	height: 480px;
	overflow: hidden;
	float: left;
}
.voiceBlock article .img img{
	width: 100%;
}
.voiceBlock article .block{
	text-align: left;
	width: 50%;
	float: right;
	position: relative;
}
.voiceBlock article:nth-of-type(2) .img{
	float: right;
}
.voiceBlock article:nth-of-type(2) .block{
	float: left;
}
	
.voiceBlock article .block dl{
	position: absolute;
	width: 400px;
	top: 50px;
	left: 80px;
}
.voiceBlock article:nth-of-type(2) .block dl{
	left: auto;
	right: 80px;
}

.voiceBlock article .block dt{
	color: #05B6DD;
	font-size: 2.4rem;
	line-height: 1.4em;
	margin-bottom: 40px;
}
#voice2 article .block dt{
	color: #E96160;
}
.voiceBlock article .block dd{
	text-align: justify;
}
.voiceBlock .message{
	background: #05B6DD;
	color: #fff;
	width: 960px;
	margin: auto;
	box-sizing: border-box;
	padding: 40px 80px;
	margin-top: 100px;
}
.voiceBlock .message:before{
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 30px solid #05B6DD;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
}
#voice2.voiceBlock .message{
	background: #E96160;
}
#voice2.voiceBlock .message:before{
	border-bottom: 30px solid #E96160;
}
.voiceBlock .message dt{
	font-size: 2.4rem;
	background: url("../img/icon_message.png") no-repeat left center;
	padding: 10px 50px;
	display: inline-block;
}
.voiceBlock .message dd{
	text-align: left;
	font-size: 1.4rem;
	margin-top: 20px;
}






@media screen and (max-width: 480px) {
	
	#container #fv {
    height: 100px;
	}
	#container #fv h1 {
    padding: 25px 0 0;
    font-size: 2.0rem;
	}
	#container #fv h2 {
    font-size: 1.0rem;
	}
	
	#container #navBtn ul li a {
    width: auto;
		display: block;
		float: none;
		padding: 15px 0;
		margin: 10px;
		font-size: 1.8rem;
	}
	#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;
	}
	
	
	#interview {
		line-height: 1.8em;
		background-position: center top 20px;
		background-size: 95%;
	}
	#container #interview {
    padding: 30px 0 10px;
	}
	#container #interview .inner{
    text-align: left;
	}
	
	
	#staff .voice {
    margin-top: 30px;
	}
	#staff .voice .Box {
    width: 30%;
		margin: 1%;
		padding-bottom: 50px;
	}
	#staff .voice .Box dt {
    background: #fff;
    height: 420px;
    min-width: 90px;
		width: 100%;
    position: relative;
	}
	#staff .voice .Box dt span {
    width: 100%;
		text-align: center;
		padding: 0;
	}
	#staff .voice .Box dt img {
    width: 65px;
		right: 0;
		left: 0;
		bottom: auto;
		top: 90px;
		margin: auto;
	}
	#staff .voice .Box:nth-of-type(2) dt img{
		top: 115px;
	}
	#staff .voice .Box:nth-of-type(3) dt img{
		top: 95px;
	}
	#staff .voice .Box dd {
    top: 20px;
    left: 0;
    right: 0;
    margin: 5px 0;
	}
	#staff .voice .Box dd .cat {
		font-size: 1.0rem;
		transform: scale(.6);
		width: 90px;
		line-height: 1.4em;
	}
	#staff .voice .Box dd .name {
    font-size: 1.4rem;
    text-align: center;
    padding: 0;
	}
	#staff .voice .Box dd .name span {
    transform: scale(.8);
    line-height: 1.4em;
	}
	#staff .voice .Box dd .memo {
    font-size: 1.0rem;
    padding: 0 10px;
    line-height: 1.6em;
		position: absolute;
		top: 310px;
	}
	#staff .voice .Box dt:before,
	#staff .voice .Box dt:after {
    left: 0;
    right: 0;
		bottom: -25px;
    margin: auto;
	}
	
	#container .voiceBlock {
    padding: 80px 0;
		margin: 10px;
	}
	.voiceBlock .fv {
    width: auto;
    height: auto;
	}
	.voiceBlock .fv.voice1,
	.voiceBlock .fv.voice2,
	.voiceBlock .fv.voice3{
		height: 180px;
    background-size: 140%;
	}
	.voiceBlock .fv dl dt {
    font-size: 1.1rem;
		padding: 5px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 1.4em;
		box-sizing: border-box;
	}
	.voiceBlock .fv dl dd {
    padding: 60px 40px;
	}
	.voiceBlock .fv dl dd .memo {
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 55px;
	}
	.voiceBlock .fv dl dd .cat {
    font-size: 1.0rem;
    line-height: 1.4em;
    margin-bottom: 5px;
	}
	.voiceBlock .fv dl dd .name {
    font-size: 1.6rem;
	}
	.voiceBlock .fv dl dd .name span {
    font-size: 1.0rem;
	}
	.voiceBlock article {
    margin-top: 10px;
	}
	.voiceBlock article:first-of-type {
    margin-top: 80px;
	}
	.voiceBlock article .img {
    width: auto;
    height: 240px;
    float: none;
		margin-top: 20px;
	}
	.voiceBlock article .img img{
		width: 100%;
	}
	.voiceBlock article .block {
    width: auto;
    float: none;
	}
	.voiceBlock article .block dl {
    position: static;
    width: auto;
	}
	.voiceBlock article .block dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
	}
	.voiceBlock article .block dd {
    line-height: 1.8em;
	}
	#container .voiceBlock .message {
		margin: 0;
		padding: 20px;
		text-align: center;
	}
	.voiceBlock .message dt {
    font-size: 1.4rem;
	}
	.voiceBlock .message dd {
    font-size: 1.0rem;
    margin-top: 10px;
    line-height: 1.8em;
	}
	.voiceBlock .message:before {
    top: -15px;
		left: 0;
		right: 0;
		margin: auto;
	}

	
	
	
	
	
}








