@charset "utf-8";

body {
	background:url(../img/person/body_bg.jpg) top left repeat-y;
	background-size:100% auto;
}

/*===========================================================

prof

============================================================= */
@media all and (-ms-high-contrast: none){
#prof h1,
#content h2 {
	font-weight:600;
}
}

#prof {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	height:60vh;
	min-height:560px;
}

#prof .text {
	width:47%;
	background:rgba(91,137,185,0.7);
	padding-top:55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}

#prof .text .inner {
	padding-left:7%;
}

#prof .text .inner * {
	color:#fff;
}

#prof .text .inner .sub_catch {
	font-weight:bold;
	margin-bottom:15px;
}

#prof .text .inner h1 {
	font-size:3rem;
	margin-bottom:15px;
	font-weight:500;
}

#prof .text .inner .label {
	border:1px solid #fff;
	padding:0.3em 0.5em;
	text-align:center;
	margin-bottom:20px;
	font-size:1.4rem;
}

#prof .text .inner .name {
	font-weight:bold;
	font-size:1.8rem;
}

#prof .text .inner .category {
	font-size:1.4rem;
}

#prof .img {
	width:53%;
}

.person01 .img {
	background:url(../person_01/img/prof_bg.jpg) top right no-repeat;
	background-size:cover;
}

.person02 .img {
	background:url(../person_02/img/prof_bg.jpg) top right no-repeat;
	background-size:cover;
}

.person03 .img {
	background:url(../person_03/img/prof_bg.jpg) top right no-repeat;
	background-size:cover;
}

.person04 .img {
	background:url(../person_04/img/prof_bg.jpg) top right no-repeat;
	background-size:cover;
}

.person05 .img {
	background:url(../person_05/img/prof_bg.jpg) top right no-repeat;
	background-size:cover;
}

@media screen and (max-width:900px){
	#prof .text {
		width:50%;
	}
	#prof .img {
		width:50%;
	}
}

@media screen and (max-width:786px){
	#prof {
		height:auto;
		min-height:auto;
		display:block;
	}
	#prof .img {
		width:100%;
		height:60vh;
		padding:0;
	}
	#prof .text {
		width:100%;
		padding:1em;
	}
	#prof .text .inner {
		padding:0;
	}
	#prof .text .inner h1 br {
		display:none;
	}
}

@media screen and (max-width:440px){
	#page_title .en {
		font-size:1rem;
	}
	#page_title h1 {
		font-size:1.8rem;
	}
	#prof .img {
		height:40vh;
		min-height:300px;
	}
	#prof .text .inner .sub_catch {
		font-size:1.4rem;
	}
	#prof .text .inner h1 {
		font-size:2rem;
		font-weight:bold;
	}
}

/*===========================================================

content

============================================================= */
#content {
	width:100%;
	max-width:1600px;
	margin:0 auto;
	overflow:hidden;
}

#content .column {
	margin-top:8%;
}

#content .inner {
	width:1200px;
	margin:0 auto;
}

#content .column h2 {
	font-size:3rem;
	color:#606060;
	font-weight:500;
}

#content .column .text p {
	margin-top:1.5em;
	line-height:2;
}

#content .over_r .text {
	width:calc( 52% + 200px );
	float:left;
}

#content .over_r .img {
	width:38%;
	margin-right:-200px;
	float:right;
	backface-visibility: hidden;
	text-align:right;
}

#content .over_l .text {
	width:calc( 52% + 200px );
	float:right;
}

#content .over_l .img {
	width:38%;
	margin-left:-200px;
	float:left;
	backface-visibility: hidden;
	text-align:right;
}

#content .centering .img {
	margin-top:1.5em;
	text-align:center;
}

#content .att {
	padding-top:2em;
	text-align:right;
	color:#333;
	font-size:1.4rem;
}

@media screen and (max-width:1600px){
	#content .inner {
		width:90%;
		margin:0 auto;
	}
	#content .over_r .text {
		width:62%;
	}
	#content .over_r .img {
		margin-right:-5.5%;
	}
	#content .over_l .text {
		width:62%;
	}
	#content .over_l .img {
		margin-left:-5.5%;
	}
}

@media screen and (max-width:960px){
	#content .column h2 {
		font-size:2.6rem;
	}
	#content .column .text p {
		font-size:1.4rem;
	}
}

@media screen and (max-width:786px){
	#content .over_r .text,
	#content .over_l .text {
		float:none;
		width:100%;
	}
	#content .over_r .img,
	#content .over_l .img {
		float:none;
		width:100%;
		margin:0 auto;
		padding:1.5em 0 0 0;
		text-align:center;
	}
	
	#content .over_r .img img ,
	#content .over_l .img img{
		width:400px;
		max-width:80%;
		height:auto;
	}
}

@media screen and (max-width:440px){
	#content .column {
		margin-top:14%;
	}
	#content .column h2 {
		font-size:1.8rem;
		font-weight:bold;
	}
	#content .column .text p {
		font-size:1.4rem;
		margin-top:1em;
	}
}


/*===========================================================

back_btn

============================================================= */

.back_btn {
	width:90%;
	max-width:1200px;
	margin:8% auto 0 auto;
	text-align:center;
}

.back_btn a {
	display:block;
	width:100%;
	max-width:500px;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
	color:#fff;
	background:#5B89B9;
}

.back_btn a:hover {
	opacity:0.8;
}

@media screen and (max-width:440px){
	.back_btn a {
		font-size:1.4rem;
	}
}