/* CSS Document */


/**/
body {
	background: rgba(238,238,239,1.0);
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 1.6;
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
a,
a:focus,
a:visited,
a:active {
	outline: none;
	color: rgba(58,173,255,1.0);
}
a:hover {
	outline: none;
	color: rgba(58,173,255,1.0);
	text-decoration: underline;
}
p {
	margin: 0 0 7px 0;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0;
}
h1 img {
	width: auto;
	height: 50px;
	padding: 0;
}
h2 {
	margin: 0 0 35px 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 0 0 15px 0;
}

#modal-wrap {
	width: 100%;
	margin: 0 auto;
}
#modal-wrap section {
	width: 100%;
	padding: 80px;
}
#modal-wrap section:after {
	content: "";
	display: block;
	clear: both;
}

.__bx-photo {
	width: 50%;
	margin: 0 auto 40px;
	position: relative;
	text-align: center;
}
.__bx-photo img {
	max-width: 100%;
}

.__bx-photo > div img:last-child {
	max-width: 50%;
	position: absolute;
	left: -25%;
	bottom: 50%;
	transform: translateY(50%);
}



.__bx-text {
	width: 100%;
}
.__bx-text .__role {
	font-size: 0.9rem;
	letter-spacing: -0.05em;
	font-weight: 700;
}
.__bx-text .__name {
	font-size: 1.2rem;
	letter-spacing: -0.05em;
	font-weight: 700;
	margin-bottom: 40px;
}
.__bx-text .__en {
	font-size: 0.8rem;
	font-weight: 700;
}
.__prof {
	font-size: 0.85rem;
	line-height: 1.8;
}


@media screen and (max-width: 640px) {
	#modal-wrap section {
		width: 100%;
		padding: 80px 20px 20px;
		margin-bottom: 80px;
	}
	.__bx-photo {
		width: 100%;
		float: inherit;
	}
	.__bx-photo > div:first-child {
		max-width: 100%;
		margin: 0 auto;
	}
	.__bx-photo > div img:last-child {
		max-width: 100%;
		height: auto;
		position: absolute;
		left: 1%;
		bottom: 5%;
		transform: translateY(0);
	}
	.__bx-text {
		width: 100%;
		float: inherit;
	}
	.__prof {
		font-size: 0.85rem;
		text-align: justify;
		line-height: 1.8;
	}
	.__bx-text .__role {
		display: block;
	}
}

