@charset "UTF-8";



/***************************************************

	talent-introduction

***************************************************/

#page_header{
	background-image: url('../images/talent-introduction/cont_header01.jpg');
}

.text01{
	font-size: 14px;
	line-height: 2.11;
	margin: 22px 0 24px;
}

.text02{
	font-size: 14px;
	line-height: 2.07;
}

.table_wrapp-talent-introduction {
	width: 100%;
	height: 190px;
	position: relative;
	overflow: hidden;
}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

#page_header{
	background-image: url('../images/talent-introduction/cont_header01_sp.jpg');
}

.text01{
	font-size: 3.2vw;
	line-height: 2.0;
	margin: 20px 0 20px;
}

.text02{
	font-size: 3.2vw;
	line-height: 1.8;
}

.table_wrapp-talent-introduction {
	height: 330px;
	margin: -60px 0 -50px 0;
}


}
