@import url("global.css");

#main {
	background: url(../../member/img/main.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.cnt {
	opacity: 0;
}


/* ------------------------------
 index
------------------------------ */

.cnt > ul {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	border-top: 1px solid #ebebeb;
}
.cnt > ul li {
	width: 33.333%;
	width: -webkit-calc(100%/3);
	width: calc(100%/3);
	float: left;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cnt > ul li:nth-child(3n) {
	border-right: none;
}
.cnt > ul li a.heightLine-2 {
	width: 100%;
	display: block;
	padding: 50px 50px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333;
	position: relative;
}
.cnt > ul li p.job {
	font-size: 24px;
	font-style: italic;
	position: absolute;
	top: 25px;
	left: 40px;
	font-weight: 100;
	z-index: 2;
}
.cnt > ul li a figure {
	max-width: 320px;
	height: 266px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.cnt > ul li a figure span {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.cnt > ul li a figure span.off {
	opacity: 1;
}
.cnt > ul li a figure span.on {
	opacity: 0;
}
.cnt > ul li a:hover figure span.off {
	opacity: 0;
}
.cnt > ul li a:hover figure span.on {
	opacity: 1;
}

.cnt > ul li p.name {
	text-align: right;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.4;
	position: relative;
	margin-top: 10px;
}

.cnt > ul li .heightLine-2:hover {
	background-color: #f3f3f3;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


/* ------------------------------
 entry
------------------------------ */

.entry .cnt {
	border-bottom: 1px solid #ebebeb;
}
.box {
	background-color: #EBF0F1;
}
.box figure {
	width: 600px;
	float: left;
	overflow: hidden;
}
.box .txt {
	width: 450px;
	float: right;
	padding: 50px 0;
}
.box .txt p.name {
	font-size: 28px;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.box .txt p.name span {
	display: block;
	font-size: 14px;
}
.box .txt p.job {
	margin-bottom: 30px;
}
.box .txt p.comment {
	font-style: italic;
}
ul.pagelink {
	opacity: 0;
}


/* ------------------------------------------------------------------------------------------------------------------------

/* 1200px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1199px){


.cnt > ul li a.heightLine-2 {
	padding: 20px;
}


}



/* ------------------------------------------------------------------------------------------------------------------------

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.cnt {
	opacity: 1;
}

/* ------------------------------
 index
------------------------------ */

.cnt > ul li {
	width: 50%;
}
.cnt > ul li:nth-child(3n) {
	border-right: 1px solid #ebebeb;
}
.cnt > ul li:nth-child(2n) {
	border-right: none;
}
.cnt > ul li a.heightLine-2 {
	padding: 20px;
}
.cnt > ul li p.job {
	font-size: 24px;
	top: 10px;
	left: 10px;
}
.cnt > ul li a figure {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.cnt > ul li a figure span {
	display: block;
	width: 100%;
	position: static;
	top: auto;
	left: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.cnt > ul li a figure span.off {
	opacity: 1;
}
.cnt > ul li a figure span.on {
	display: none
}
.cnt > ul li a:hover figure span.off {
	opacity: 1;
}


/* ------------------------------
 entry
------------------------------ */

.box {
	padding: 50px 0;
}
.box figure {
	width: 100%;
	float: none;
	margin: 0 auto 30px;
	text-align: center;
}
.box .txt {
	width: 100%;
	float: none;
	padding: 0;
}
.box .txt p.name {
	text-align: center;
}
.box .txt p.job {
	text-align: center;
}
ul.pagelink {
	opacity: 1;
}








}
	

	

	





/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

/* ------------------------------
 index
------------------------------ */

.cnt > ul li {
	width: 100%;
	float: none;
}
.cnt > ul li p.job {
	font-size: 21px;
	top: 5px;
}

/* ------------------------------
 entry
------------------------------ */

.box {
	padding: 30px 0;
}
.box .txt p.name {
	font-size: 24px;
}




}










