@charset "utf-8";

/* #gNavId li.on a { */

	/* cursor: default; */

/* } */


#lead {
	position: relative;

	background-position: center;
	background-size: cover;
}

#lead h2 {
	position: absolute;
	top: 32.5%;
	left: 0;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	#lead {
	
		background-repeat: no-repeat;
		        background-size: contain;
	}
	
	#lead p {

	}
	
	#lead h2 {
		top: 15%;
	}
	
}


.titleArea {
	padding: 50px 0 10px;
	text-align: center;
}



.titleArea h2 {
	margin-top: 20px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
}

@media only screen and (max-width: 640px) {
	.titleArea {
		padding: 25px 0;
	}

	.titleArea h2 {
		font-size: 24px;
	}
}

.textArea {
	max-width: 640px;
	margin: 40px auto;
	zoom: 1;
}

.textArea::after {
	display: block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
	content:".";
}

.textArea p {
	font-size: 14px;
	line-height: 26px;
}

.textArea p.voice {
	margin-left: 125px;
	text-align: justify;
	opacity:  0;
	transition: all 0.5s;
	transition-delay: 0.2s;
}

.textArea.visible p.voice {
	opacity: 1;
}

.textArea p.voice span {
	font-weight: 600;
}

.textArea p.voice span.large {
	display: inline-block;
	padding-top: 30px;
	font-size: 20px;
}

.textArea .person {
	float: left;
	width: 90px;
	text-align: center;
	opacity: 0;
	transition: all 0.3s;
}

.textArea.visible .person {
	opacity: 1;
}

.textArea .person.large {
	width: 103px;
}

.textArea .person .name {
	font-weight: 600;
}


.textArea .postscript {
	padding: 60px 0 40px;
	text-align: right;
}

@media only screen and (max-width: 640px) {
	.textArea {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.textArea p {
		font-size: 12px;
		line-height: 20px;
	}
	
	.textArea .person,
	.textArea .person.large  {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.textArea .person p {
		display: inline-block;
		margin: 0 5px;
		vertical-align: middle;
	}
	
	.textArea p.voice {
		margin-left: 0;
	}
	
	.textArea .postscript {
		padding: 30px 0 20px;
	}
}

/* -------------------------- INTERVIEW ------------------------------- */

#contentMenber {
	padding: 100px 0 60px;
	margin-top: 100px;
	background-color: #F4EBDD;
}


#contentMenber h3 {
	font-family: Brown-Bold,sans-serif;
	font-size: 40px;
	color: #222;
	text-align: center;
}

#contentMenber h3 span {
	display: inline-block;
	margin-top: 5px;
	font-family: 'Work Sans','Noto Sans Japanese',sans-serif;
	font-size: 11px;
}

@media only screen and (max-width: 640px) {
	#contentMenber {
		padding: 50px 0 0;
	}
	
	#contentMenber h3 {
		font-size: 30px;
	}
}

.menbers {
	max-width: 1000px;
	margin: 35px auto;
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
}

.menbers.visible {
	opacity: 1;
}

.menbers ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.menbers ul li {
	box-sizing: border-box;
	display: inline-block;
	width: 250px;
	margin-bottom: 30px;
	vertical-align: top;
}

.menbers ul li h5 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.menbers ul li p {
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.8;
	color: #666;
	letter-spacing: 0.1em;
}

.menbers ul li p.com {
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {
	#contentMenber {
		margin-top: 50px;
	}

	.menbers ul li {
		width: 50%;
		padding: 10px;
	}

	.menbers ul li p {
		letter-spacing: 0;
	}
	
}

#interview h3 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 15px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}

#interview h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 56px;
	height: 4px;
	margin-left: -28px;
	content: "";
	background-color: #333;
}

#interview .photo {
	padding: 20px 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	#interview h3 {
		padding: 30px 10px 20px;
		font-size: 20px;
	}
}
	