@charset "utf-8";

/* ---------------------------------------- 
 - contents（staff）
---------------------------------------- */
#staff {
	width:100%;
	padding-top: 50px;
}
#staff #staff_inner {
	width:90%;	
	max-width: 1100px;
	margin: 0 auto;
}
.staff_ttl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	color:#7b7c7d;
	font-size:6.0rem;
	line-height: 1.2;
	margin-bottom: 50px;
}
.staff_ttl .sub{	
	font-size:2.4rem;
	border: solid 1px #7b7c7d;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding:0 5px 0 10px;
	margin-right: 40px;
}
.staff_list_ttl {
	display: inline-block;
	color:#7b7c7d;
	font-size:4.8rem;
	line-height: 1.2;
	padding-bottom: 0.2em;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.staff_list_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
	background:#7b7c7d;
}
/* staff_list */
.staff_list {
	margin-bottom: 45px;
}
.staff_list > .ttl {
	font-size:3.4rem;
	line-height: 1.4;
	margin-bottom: 1.0em;
	color:#7b7c7d;
}
.staff_list ul.list {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff_list ul.list > li {
	width: 48%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
	background: #f6f6f6;
}
.staff_list ul.list > li .laboratory {
	font-size:2.2rem;
	line-height: 1.4;
	margin-bottom: 0.7em;
}
.staff_list ul.list > li .name {
	font-size: 1.8rem;
	margin-bottom: 0.7em;	
}
.staff_list ul.list > li .name .btn_more {
	font-size: 1.3rem;
    margin-left: 1.0em;
}
.staff_list ul.list > li .name .btn_more a::after {
    width: 16px;
    height: 7px;
    margin-top: 0px;
}
@media screen and (min-width: 1200px) {
	.staff_list ul.list::after {
		content: "";
		display: block;
		width: 31%;
	}
	.staff_list ul.list > li {
		width: 31%;
		padding: 30px 20px;
	}
}
@media screen and (max-width: 768px) {
	#staff {
		padding-top: 25px;
	}
	.staff_ttl {
		font-size:3.0rem;
		margin-bottom: 25px;
	}
	.staff_ttl .sub{	
		font-size:1.6rem;
		display: inline-block;
		margin-right: 20px;
	}
	.staff_list_ttl {
		font-size:2.4rem;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	/* staff_list */
	.staff_list {
		margin-bottom: 45px;
	}
	.staff_list > .ttl {
		font-size:2.2rem;
	}
	.staff_list ul.list {
		display: block;
	}
	.staff_list ul.list > li {
		width: 100%;
		padding: 20px 5%;
		margin-bottom: 20px;
	}
	.staff_list ul.list > li .laboratory {
		font-size:1.7rem;
	}
	.staff_list ul.list > li .laboratory span {
		font-size:1.5rem;
	}
	.staff_list ul.list > li .name {
		line-height: 1.8;
	}
}

/* ---------------------------------------- 
 - contents（profile）下層ページ
---------------------------------------- */
#profile #profile_inner {
	width:90%;	
	max-width: 1100px;
	margin: 0 auto 100px;
	padding-top: 100px;
}
#profile .profile_name {
	font-size: 4.8rem;
    color: #7b7c7d;
    line-height: 1.4;
    margin-bottom: 1.0em;
	display: -webkit-flex;
	display: flex;
    align-items: center;
}
#profile .profile_name span {
    font-size: 3.0rem;
    margin-right: 1em;
}
#profile .profile_message {
	margin-bottom: 60px;
}
#profile .profile_message .ttl {
	font-size: 2.4rem;
    margin-bottom: 0.5em;
}
#profile .profile_message .message.flex {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#profile .profile_message .message.flex .txt {
	width: 70%;
}
#profile .profile_message .message.flex .pht {
	width: 20%;
}
#profile .profile_box {
	margin-bottom: 80px;
}
#profile .profile_box a:hover {
	text-decoration:none;
}
#profile .profile_box:last-child {
	margin-bottom: 0;
}
#profile .profile_box .ttl {
	font-size: 2.6rem;
    margin-bottom: 0.4em;
}
#profile .profile_box .ttl .btn_more {
    margin-left: 1.0em;
}
#profile .profile_box .txtbox {
	position: relative;
	overflow: hidden;
    padding: 45px;
}
#profile .profile_box .txtbox::before {
    background: #f6f6f6;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate3d(-100.1%, 0, 0);
    z-index: -1;
}
#profile .profile_box .txtbox.anime::before {
    transition-duration: .5s;
    transition-delay: .3s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1.0);
}
#profile .profile_box .txtbox ul {
	margin-bottom: 1.5em;
}
#profile .profile_box .txtbox ul:last-child {
	margin-bottom: 0;
}
#profile .profile_box .txtbox ul.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
}
#profile .profile_box .txtbox ul li {
	margin-bottom: 0.5em;
}
#profile .profile_box .txtbox ul li:last-child {
	margin-bottom: 0;
}
#profile .profile_box .txtbox ul.flex li {
	margin-right:3rem;
}
#profile .profile_box .txtbox ul.flex li:last-child {
	margin-right:0;
}
@media screen and (max-width: 768px) {
	#profile #profile_inner {
		margin-bottom: 60px;
		padding-top: 50px;
	}
	#profile .profile_name {
		font-size: 2.8rem;
	}
	#profile .profile_name span {
		font-size: 1.8rem;
	}
	#profile .profile_message {
		margin-bottom: 45px;
	}
	#profile .profile_message .ttl {
		font-size: 1.8rem;
	}
	#profile .profile_message .message.flex {
		display: block;
	}
	#profile .profile_message .message.flex .txt {
		width: 100%;
	}
	#profile .profile_message .message.flex .pht {
		width: 40%;
		max-width: 150px;
		margin-top: 20px;
	}
	#profile .profile_box {
		margin-bottom: 60px;
	}
	#profile .profile_box .ttl {
		font-size: 2.0rem;
	}
	#profile .profile_box .txtbox {
		padding: 5%;
	}
	#profile .profile_box .txtbox ul.flex {
		display: block;
	}
	#profile .profile_box .txtbox ul.flex li {
		margin-right:0;
	}
}