@charset "UTF-8";
/* CSS Document */

#imgbox{
	overflow: hidden;
	position: relative;
	height: 0px;
}


/* main */

main ul{
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	height: 400px;
	top:0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


main ul li{
	width: 25%;
	height: 100%;
	background-position: center top;
	background-size: cover;
	top:0;
}

main ul li img{
	display: none;
}

main ul li.phi_1{
	background-image: url(../img/index_h_2.jpg);
}

main ul li.phi_2{
	background-image: url(../img/index_h_4.jpg);
}

main ul li.phi_3{
	background-image: url(../img/index_h_7.jpg);
}

main ul li.phi_4{
	background-image: url(../img/index_h_8.jpg);
}



main ul li.phi_1{
	left: 0;
}

main ul li.phi_2{
	left: 12.5%;
}

main ul li.phi_3{
	left: 25%;
}

main ul li.phi_4{
	left: 37.5%;
}

main ul li.phi_5{
	left: 50%;
}

main ul li.phi_6{
	left: 62.5%;
}

main ul li.phi_7{
	left: 75%;
}

main ul li.phi_8{
	left: 87.5%;
}

/* main */

#contents main #persontitle{
	font-size: 16px;
	position: absolute;
	top:30px;
	line-height: 1.6;
	font-weight: 600;
	z-index: 100;
}

#contents main #persontitle{
	top: auto;
	right:auto;
	bottom: 20px;
	left: 5%;
	text-align: left;
	color: #FFF;
}

#contents main #persontitle h1{
	font-weight: 700;
	font-size: 56px;
}

#contents main #persontitle span{
	display: block;
	font-size: 26px;
	font-weight: 600;
}





/* personContetns index */


#personContetns ul{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#personContetns ul li{
	position: relative;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 50px;
	padding-bottom: 32px;
	letter-spacing: 0px;
}

#personContetns ul li a{
	display: block;
}

#personContetns ul li::after{
	content: "";
	position: absolute;
	display: block;
	width: 0%;
	height: 2px;
	bottom: 0;
	background: rgb(0,145,193); 
	background: -webkit-linear-gradient(44deg, rgba(0,145,193,1) 0%, rgba(0,106,193,1) 100%);
	background: -o-linear-gradient(44deg, rgba(0,145,193,1) 0%, rgba(0,106,193,1) 100%);
	background: linear-gradient(134deg, rgba(0,145,193,1) 0%, rgba(0,106,193,1) 100%);
}

.load #personContetns ul li.inview_anime_photo_on::after{
	width: 0%;
	-webkit-animation: width_100 .6s forwards cubic-bezier(.86,0,.07,1) 1.2s;
	animation: width_100 .6s forwards cubic-bezier(.86,0,.07,1) 1.2s;
}

#personContetns ul li:nth-child(2n){
	margin-right: 0px;
}

#personContetns ul li .btphoto,
#personContetns ul li .btphoto figure{
	width: 100%;
	position: relative;
	overflow: hidden;
}

#personContetns ul li .btphoto figure{
	transition: all 500ms 0s ease;
	padding-top: 62.5%;
}

#personContetns ul li .btphoto figure::before,
#personContetns ul li .btphoto figure::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	right: 0%;
	top: 0px;
}

#personContetns ul li .btphoto figure::before,
#personContetns ul li.inview_anime_photo .btphoto figure::before{
	z-index: 10;
	background-color: #FFF;
}

#personContetns ul li .btphoto figure::after,
#personContetns ul li.inview_anime_photo .btphoto figure::after{
	z-index: 8;
	background: rgb(0,145,193);
	background: -webkit-linear-gradient(44deg, rgba(0,145,193,1) 0%, rgba(0,106,193,1) 100%);
	background: -o-linear-gradient(44deg, rgba(0,145,193,1) 0%, rgba(0,106,193,1) 100%);
	background: linear-gradient(134deg, rgba(0,145,193,1) 0%, rgba(0,106,193,1) 100%);
}


.load #personContetns ul li.inview_anime_photo_on .btphoto figure::before{
	right: 0%;
	-webkit-animation: photo_animetion .6s forwards cubic-bezier(.86,0,.07,1) .5s;
	animation: photo_animetion .6s forwards cubic-bezier(.86,0,.07,1) .3s;
}

.load #personContetns ul li.inview_anime_photo_on .btphoto figure::after{
	right: 0%;
	-webkit-animation: photo_animetion .6s forwards cubic-bezier(.86,0,.07,1) 1.2s;
	animation: photo_animetion .6s forwards cubic-bezier(.86,0,.07,1) 1.2s;
}

#personContetns ul li figure img{
	position: absolute;
	width: 100%;
	top: 0px;
}

#personContetns ul li:nth-child(1) figure img{
	transform: scale(1.2,1.2) translate(5%,-4%);
}

#personContetns ul li:nth-child(2) figure img{
	transform: scale(1.7,1.7) translate(0%,5%);
}

#personContetns ul li:nth-child(3) figure img{
	transform: scale(1.15,1.15) translate(0%,-1%);
}

#personContetns ul li:nth-child(4) figure img{
	transform: scale(1.4,1.4) translate(-5%,5%);
}

#personContetns ul li:nth-child(5) figure img{
	transform: scale(1.15,1.15) translate(-0%,-1%);
}

#personContetns ul li:nth-child(6) figure img{
	transform: scale(1.15,1.15) translate(3%,0%);
}

#personContetns ul li:nth-child(7) figure img{
	transform: scale(1.1,1.1) translate(1%,-2%);
}

#personContetns ul li:nth-child(8) figure img{
	transform: scale(1.25,1.25) translate(-0%,0%);
}


#personContetns ul li:hover figure{
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	opacity: .8;
}

#personContetns ul li .jobname{
	height: 40px;
	position: relative;
	display: block;
	z-index: 25;
	overflow: hidden;
	margin-top: -20px;
}

#personContetns ul li .jobname span{
	overflow: hidden;
	width: 0%;
	display: inline-block;
	white-space: nowrap;
	
}

.load #personContetns ul li.inview_anime_photo_on .jobname span{
	width: 0%;
	-webkit-animation: width_100 .8s forwards cubic-bezier(.86,0,.07,1) 1.2s;
	animation: width_100 .8s forwards cubic-bezier(.86,0,.07,1) 1.2s;
}


#personContetns ul li .jobname p{
	display: inline-block;
	white-space: nowrap;
	padding: 10px 10px 12px;
	color: #FFF;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
}

#personContetns ul li h1{
	display: block;
	padding: 10px 10px 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	opacity: 0;
	transform: translateX(30px);
}

.load #personContetns ul li.inview_anime_photo_on h1{
	opacity: 0;
	transform: translateX(30px);
	-webkit-animation: person_index_txt .8s forwards cubic-bezier(.13,.66,.38,.93) 1.2s;
	animation: person_index_txt .8s forwards cubic-bezier(.13,.66,.38,.93) 1.2s;
}

#personContetns ul li h2{
	display: block;
	padding: 5px 10px 0px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	opacity: 0;
	transform: translateX(30px);
}

#personContetns ul li i{
	display: block;
	padding: 10px 12px 0px;
	font-size: 12px;
	font-weight: 500;
	line-height: .5;
	letter-spacing: 2px;
	opacity: 0;
	transform: translateX(30px);
}

.load #personContetns ul li.inview_anime_photo_on h2,
.load #personContetns ul li.inview_anime_photo_on i{
	opacity: 0;
	transform: translateX(30px);
	-webkit-animation: person_index_txt .8s forwards cubic-bezier(.13,.66,.38,.93) 1.4s;
	animation: person_index_txt .8s forwards cubic-bezier(.13,.66,.38,.93) 1.4s;
}

#personContetns ul li:hover h1,
#personContetns ul li:hover h2,
#personContetns ul li:hover i{
	color: #00559a;
}


@keyframes person_index_txt{
	0% {
		transform: translateX(30px);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}



@media screen and (max-width: 900px) {
	
	
	#contents main #persontitle h1{
		font-weight: 700;
		font-size: 46px;
	}

	#contents main #persontitle span{
		display: block;
		font-size: 20px;
		font-weight: 600;
	}
	
}


@media screen and (max-width: 800px) {
	#personContetns ul li h1{
		font-weight: 700;
		font-size: 2.7vw;
	}

}

/* personContetns index */

@media screen and (max-width: 768px) {
	
	/* main */
	
	main ul{
		height: 300px;
		min-width: 1400px;
	}
	
	#contents main #persontitle h1{
		font-weight: 700;
		font-size: 40px;
		color: #FFF;
	}

	#contents main #persontitle span{
		display: block;
		font-size: 18px;
		font-weight: 600;
		color: #FFF;
	}
	
	/* main */
	
	/* personContetns index */
	
	#personContetns ul li{
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	
	
	#personContetns ul li h1{
		padding: 0px 0px 12px;
	}

	#personContetns ul li h2{
		padding: 10px 0px 0px;
	}

	#personContetns ul li i{
		padding: 10px 2px 0px;
	}
	
	/* personContetns index */
	
}



@media screen and (max-width: 560px) {
	
	/* personContetns index */
	
	#personContetns ul li{
		position: relative;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 50px;
		padding-bottom: 32px;
		letter-spacing: 0px;
	}
	
	#personContetns ul li h1{
		font-weight: 700;
		font-size: 22px;
	}
	
	#personContetns ul li h2{
		padding: 5px 0px 0px;
		font-size: 16px;
	}
	
	/* personContetns index */

}



@media screen and (max-width: 480px) {
	
	/* main */
	
	main ul{
		height: 300px;
		min-width: 1100px;
	}
	
	/* main */
	
	/* personContetns index */
	
	#personContetns ul li h1{
		font-weight: 700;
		font-size: 20px;
	}
	
	#personContetns ul li h2{
		font-size: 14px;
	}
	
	/* personContetns index */
	
}




