@charset "utf-8";

/*===========================================================

eyecatch

============================================================= */

#eyecatch {
	background:url(../img/eyecatch.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:40vh;
	position:relative;
}

#page_title {
	width:290px;
	padding:0.8em 0;
	text-align:center;
	background:rgba(91,137,185,0.85);
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-145px;
}

#page_title * {
	color:#fff;
}

#page_title .en {
	font-size:1.2rem;
	letter-spacing:2px;
}

#page_title h1 {
	font-weight:bold;
	font-size:2rem;
}

@media screen and (max-width:440px){
	#page_title .en {
		font-size:1rem;
	}
	#page_title h1 {
		font-size:1.8rem;
	}
}

/*===========================================================

lead

============================================================= */
#content .lead {
	width:94%;
	max-width:1200px;
	margin:0 auto;
	padding:8% 0;
	text-align:center;
	line-height:2;
}

@media screen and (max-width:640px){
	#content .lead {
		font-size:1.4rem;
	}
}

@media screen and (max-width:500px){
	#content .lead br {
		display:none;
	}
}

/*===========================================================

voice

============================================================= */
#voice {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

#voice > * {
	width:calc( (100% - 16px) / 3 );
	margin-right:8px;
	margin-top:8px;
}

#voice > *:nth-child(3n) {
	margin-right:0;
}

#voice > * a {
	display:block;
	width:100%;
	padding-top:98%;
	position:relative;
	transition: 0.5s;
}

#voice > * a:hover {
	opacity:0.8;
	transition: 0.5s;
}

#voice > * a .text {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(96,96,96,0.6);
	padding:0.5em;
	text-align:center;
}

#voice > * a .text .label {
	border:1px solid #fff;
	font-size:1.4rem;
	color:#fff;
	line-height:1;
	padding:0.5em;
	font-weight:bold;
}

#voice > * a .text .name {
	margin-top:0.5em;
	color:#fff;
}

#voice > * a .text .name .small {
	color:#fff;
	font-size:1.2rem;
}

#voice .person_01 a {
	background:url(../img/person01_bg.jpg) center center no-repeat;
	background-size:cover;
}

#voice .person_02 a {
	background:url(../img/person02_bg.jpg) center center no-repeat;
	background-size:cover;
}

#voice .person_03 a {
	background:url(../img/person03_bg.jpg) center center no-repeat;
	background-size:cover;
}

#voice .person_04 a {
	background:url(../img/person04_bg.jpg) center center no-repeat;
	background-size:cover;
}

#voice .person_05 a {
	background:url(../img/person05_bg.jpg) center center no-repeat;
	background-size:cover;
}

#voice .question a {
	width:100%;
	height:100%;
	padding:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
	background:#5B89B9;
}

#voice .question a p {
	display:inline-block;
	color:#fff;
	border-bottom:1px solid #fff;
	font-size:2rem;
	font-weight:bold;
}

#voice .question a p:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 900;
	margin-left:0.5em;
}

@media screen and (max-width:940px){
	#voice > * {
		width:calc( (100% - 8px) / 2 );
	}
	#voice > *:nth-child(3n) {
		margin-right:8px;
	}
	#voice > *:nth-child(2n) {
		margin-right:0;
	}
}

@media screen and (max-width:680px){
	#voice > * a .text .label {
		font-size:1.2rem;
	}
}

@media screen and (max-width:550px){
	#voice {
		display:block;
	}
	#voice > *:nth-child(3n) {
		margin-right:auto;
	}
	#voice > *:nth-child(2n) {
		margin-right:auto;
	}
	#voice > * {
		width:100%;
		max-width:330px;
		margin:0 auto;
	}
	
	#voice > * + * {
		margin-top:20px;
	}
	
	#voice .question a {
		padding:1em;
	}
	
	#voice .question a p {
		font-size:1.6rem;
	}
}