/* Profile */

#profile_nat,
#profile_fukuokamiho {
	margin: 0 auto;
	max-width: 1250px;
}
#profile_fukuokamiho_image {
	background: url(../images/profile/profile_fukuokamiho_wide.jpg) no-repeat center / cover;
}
.profile_image {
	position: relative;
	margin-bottom: 3.5em;
	height: calc(100vh - 100px);
	max-height: 950px;
}
#profile_fukuokamiho .profile_image {
	background: url(../images/profile/profile_fukuokamiho_wide.jpg) no-repeat center / cover;
}
#profile_nat .profile_image {
	background: url(../images/profile/profile_nat_wide.jpg) no-repeat center / cover;
}
.profile_image .credit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 1em;
	font-size: 0.6em;
	color: #fff !important;
	letter-spacing: 0.1em;
	white-space: nowrap;
	z-index: 1;
}
.profile_text {
	padding: 0 20% 0 20px;
	font-size: 0.82em;
}
.profile_text h3 {
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 1.05em;
}
.profile_text h4 {
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 1em;
}
.profile_text p {
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
.profile_text p:not(:last-of-type) {
	margin-bottom: 1em;
}
.profile_text .en {
	margin-bottom: 2.5em;
	margin-bottom: 4.5em;
}
.profile_text .ja:not(:last-of-type) {
	margin-bottom: 3.5em;
	padding-bottom: 3.5em;
	border-bottom: solid 1px #ddd;
}

.profile_text .ja p {
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.profile_text_talk {
	margin-top: 3.5em;
	padding: 2em 0.5em;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
}