@charset "utf-8";

#mainImage {
	position: relative;
}
#mainImage img {
	width: 100%;
}
#mainImage h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -61px;
	text-align: center;
}
#mainImage h2 img {
	width: 750px;
}

@media only screen and (max-width:640px) {
	#mainImage {
		background-color: #fdfbe0;
	}
	#mainImage h2 {
		position: static;
		margin-top: 0;
		padding: 40px 15px 20px;
		box-sizing: border-box;
	}
	#mainImage h2 img {
		width: 100%;
	}

}

/* .sectionBg */
.sectionBg {
	background-color: #fdfbe0;
	padding: 100px 0 120px;
}

@media only screen and (max-width:640px) {
	.sectionBg {
		padding: 40px 0 120px;
	}
}

/* #section01 */
#section01 {
	margin-bottom: 150px;
}
#section01 .box01 {
	background-color: #fff;
	border: 3px solid #ebff00;
	padding: 55px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 36px;
}
@media only screen and (max-width:640px) {
	#section01 {
		margin-bottom: 60px;
	}
	#section01 .box01 {
		padding: 25px;
		font-size: 14px;
		line-height: 26px;
	}
}

/* #section02 */
#section02 {
	margin-bottom: 150px;
}
#section02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section02 ul li {
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 0.5s;
}
#section02 ul li.visible {
	opacity: 1;
}
#section02 ul li {
	width: 45%;
	text-align: center;
	margin-bottom: 60px;
}
#section02 ul li .image {
	margin-bottom: 30px;
	border: 3px solid #ebff00;
}

@media only screen and (max-width:640px) {
	#section02 {
		margin-bottom: 50px;
	}
	#section02 ul {
		display: block;
	}
	#section02 ul li {
		width: 100%;
	}
}


.textArea {
	max-width: 830px;
	margin: 80px auto;
	zoom: 1;
}

.textArea:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.textArea p {
	font-size: 14px;
	line-height: 26px;
}

.textArea p.voice {
	margin-left: 161px;
	text-align: justify;
	transition: all 0.5s;
	transition-delay: 0.2s;
	opacity:  0;
}

.ver2.textArea {
	margin: -80px auto -80px;
}
.ver2.textArea.custom {
	margin: 0 auto -80px;
}
.ver2.textArea p.voice {
	margin-left: 0;
	margin-right: 161px;
	text-align: right;
}
.ver2.textArea .person {
	float: right;
}

.textArea.visible p.voice {
	opacity: 1;
}

.textArea p.voice span {
	font-weight: 600;
}

.textArea p.voice span.large {
	font-size: 20px;
	display: inline-block;
	padding-top: 30px;
}

.textArea .person {
	text-align: center;
	float: left;
	width: 131px;
	transition: all 0.3s;
	opacity: 0;
}

.textArea.visible .person {
	opacity: 1;
}

.textArea .person.large {
	width: 103px;
}

.textArea .person .name {
	font-weight: 600;
	font-size: 22px;
	margin-top: 5px;
}


.textArea .postscript {
	padding: 60px 0 40px 0;
	text-align: right;
}

.photo {
	border: 3px solid #ebff00;
	box-sizing: border-box;
	margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
	
	.textArea {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.textArea p {
		font-size: 12px;
		line-height: 20px;
	}
	
	.textArea .person,
	.textArea .person.large  {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.textArea .person p {
		vertical-align: middle;
		margin: 10px 0;
	}
	
	.textArea p.voice {
		margin-left: 0;
	}
	
	.textArea .postscript {
		padding: 30px 0 20px 0;
	}

	.ver2.textArea {
		margin: 80px auto;
	}
}


/* #section03 */
#section03 .ttl span {
	color: #000000;
	font-size: 42px;
	line-height: 58px;
}

@media only screen and (max-width:640px) {
	#section03 .ttl span {
		font-size: 22px;
		line-height: 38px;
		letter-spacing: 0;
	}
}