@charset "utf-8";
/*------------------------------------------------------------
	about2
------------------------------------------------------------*/
body > .pageBg .para::before {
	background: url(../img/about/bg2.jpg) no-repeat center center / cover;
}
.content {
	padding-top: 41px;
}
.textBox {
	margin-bottom: 96px;
}
.textBox .headLine01 {
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	margin-bottom: 19px;
}
.textBox .name {
	margin-bottom: 84px;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.textBox p {
	margin-bottom: 30px;
	line-height: 2.14;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.5rem;
}

.textBox p a{
	text-decoration: underline
}

.textBox p span{
	font-size: 1.3rem;
	letter-spacing: 0.5px;
}


.textBox p:last-child {
	margin-bottom: 0;
}
.enBox .headLine01 {
	font-size: 1.6rem;
	letter-spacing: 0.039em;
	margin-bottom: 33px;
}
.enBox .headLine01 .small {
	margin-left: 37px;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
}
.enBox p {
	font-size: 1.1rem;
	line-height: 1.9;
	letter-spacing: 0.04em;
	margin-bottom: 21px;
	text-align: left;
	text-justify: none;
}
.enBox {
	margin-bottom: 137px;
}
@media all and (max-width: 767px) {
	.content {
		padding-top: 65px;
	}
	.textBox .headLine01 {
		margin-bottom: 10px;
		font-size: 1.9rem;
		line-height: 1.8;
	}
	.textBox .name {
		margin-bottom: 59px;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
	}
	.textBox p {
		margin-bottom: 30px;
		line-height: 2.0;
		letter-spacing: 0.01em;
		font-size: 1.35rem;
	}
	.enBox .headLine01 {
		margin-bottom: 19px;
		text-align: center;
		font-size: 1.5rem;
	}
	.enBox .headLine01 .small {
		display: block;
		margin: 5px 0 0 0;
		font-size: 1.2rem;
	}
	.enBox p {
		line-height: 1.7;
		margin-bottom: 16px;
		letter-spacing: 0.01em;
	}
	.textBox {
		margin-bottom: 65px;
	}
	.enBox {
		margin-bottom: 103px;
	}
}