/*----------------------------------------------------------team profile*/
/*ここから*/

.our-team-member-box,.our-team-box{
	display: flex;
	flex-wrap:wrap;
	margin: 0 -1% 30px;
}
.our-team-item{
	flex-basis:23%;
	margin: 0 1% 20px;
	text-align: center;
	position: relative;
}
.our-team-member-item, .our-community-item{
	flex-basis:18%;
	margin: 0 1% 20px;
	text-align: center;
	position: relative;
	background-color: #FFF;
}
.our-team-member-item{
	padding-bottom: 35px;	
}
.our-community-item.mentor{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.our-team-image-box{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.our-team-image-box:before{
	content: "";
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.our-team-image-box:before{
	background-color: rgba(0,0,0,0.3);
	z-index: 20;
	opacity: 0;
	transition:opacity ease 0.2s;
}

.company{
	list-style-type: none;
	padding: 0;
	margin: 3px 0 0;
    letter-spacing: -1px;
    text-align: center;
    height: 30px;
	position: absolute;
    width: 100%;
    bottom: 4px;
}
.company li{
	display: inline-block;
	width: 30px;
    height: 30px;
}
.company li.ventures{
    background: transparent url(/ja/wp-content/themes/scrumventures_new/images/scrum_hori_ventures.svg) no-repeat 0px 50%;
    background-size: 119px;
}
.company li.studio{
    background: transparent url(/ja/wp-content/themes/scrumventures_new/images/scrum_hori_studio.svg) no-repeat 0px 50%;
    background-size: 119px;
}



.our-team-member-item .our-team-image-box:after,
.our-team-item-main .our-team-image-box:after
{
	content: "Profile";
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	padding: 5px;
	transform:translatex(-50%);
	z-index: 21;
	color: #FFF;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	opacity: 0;
	transition:opacity ease 0.2s;
}



.our-team-image-box img{
	position: absolute;
	transition:transform 0.2s ease;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	max-width: auto;
}
a:hover .our-team-image-box img, .our-community-item:hover img{
	transform:scale(1.1);
}
.our-team-title{
	color: #666;
	font-size: 0.9em;
}
.our-team-name{
	color: #666;
	font-size: 1.3em;
	margin-bottom: 5px;
}
.our-team-member-box .our-team-name,
.our-community-box .our-team-name
{
	font-size: 1.1em;
	line-height: 1.1;
}
.linkedin-link{
	position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 1%;
    width: calc( 100% - 2%);
    padding-top: calc( 100% - 2%);
    color: #FFF;
    transition:background-color ease 0.2s;
    z-index: 22;
}
.linkedin-link:hover{
    background-color: rgba(0,0,0,0.3);
}
.linkedin-link i{
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform:translate(-50%,0%);
    width: auto;
    display: inline-block;
    font-size: 20px;
    opacity: 0;
    trasition:opacity ease 0.2s;
}
.linkedin-link:hover i{
	opacity: 1;
}
.prof_detail{
	margin-bottom: 40px;
}
.prof_detail .quote{
	font-size: 24px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #0092d5;
}
.prof_detail h3{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0px;
}
.prof_detail h3+h3{
	font-size: 18px;
	margin-bottom: 30px;
}
.prof_detail h4{
	display: inline-block;
	border-bottom: 1px solid #0092d5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.prof_detail .snsicons{
	font-size: 28px;
	margin-bottom: 20px;
}
.prof_detail .snsicons a{
	display: inline-block;
	margin-right: 5px;
}
.prof_image{
	margin: 0 auto 20px;
}
.prof_detail li{
	margin-bottom: 5px;
}
.prof_detail a{
	text-decoration: underline;
}


.sortmember a{
	width: 200px;
	display: inline-block;
	vertical-align: middle;
}
.sortmember a.studio{
	width: 166px;
	overflow: hidden;
}
.sortmember a.studio img{
	max-width: 200px;
}
.sortmember a.all{
	width: auto;
	font-size: 18px;
	margin-right: 20px;
}

@media(min-width:701px){
	a:hover .our-team-image-box:before{
		opacity: 1;
	}
	a:hover .our-team-image-box:after{
		opacity: 1;
	}
	.prof_detail{
		display: flex;
	}
	.prof_detail .left{
		flex-basis:340px;
		width: 340px;
	}
	.prof_detail .right{
		flex-basis:auto;
		width: calc(100% - 340px)
	}
	.prof_image{
		margin: 0 40px 20px 0;
	}
	.sortmember{
		position: absolute;
		top: 70px;
		right: 0px;
	}
}
@media(max-width:1100px){
	.our-team-name{
		font-size: 1.0em !important;
	}
	.our-team-title{
		font-size: 0.9em !important;
	}
}

@media(max-width:700px){
	.our-team-item{
		flex-basis:48%;
	}
	.our-team-member-item, .our-community-item{
		flex-basis:calc(100% / 3 - 2%);
	}
	.our-community-item.mentor{
		padding-bottom: 20px;
	}
	.our-team-name{
		font-size: 0.9em !important;
	}
	.our-team-title{
		font-size: 12px !important;
	}
	.our-team-member-item a .our-team-image-box:after,
	.our-team-item-main a .our-team-image-box:after{
		content: "+";
		opacity: 1;
		font-size: 16px;
		width: 18px;
		height: 18px;
		padding: 0px;
		left: auto;
		right: 0px;
		bottom:0px;
		background-color: #0092d5;
		text-align: center;
		line-height: 18px;
		transform:translatex(0%);
	}
	.linkedin-link i{
		opacity: 1;
	    bottom: 5px;
	}
	.sortmember a.all{
		font-size: 16px;
		margin-right: 10px;
	}
	.sortmember a,.sortmember a.studio img{
		width: 150px;
	}
	.sortmember a.studio{
		width: 127px;
	}

}
