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


/* Index MainVisual */

.keyvisual_index {
	width:100%;
	background: #a6aaad;
	text-align: center;
}
.keyvisual_index_in {
	position:relative;
	margin: 0 auto;
	text-align:center;
}
.keyvisual_index_in .keyvisual {
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1000px;
}
.keyvisual_index_in .keyvisual img {
	width: 100%;
	max-width: 1920px;
	height: auto;
}
h2.mainTitle {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-left: -328px;
	margin-top: -45px;
}
h2.mainTitle img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1200px) {
	h2.mainTitle {
		width: 480px;
		margin-left: -240px;
		margin-top: -32px;
	}
}



/* Contents */

.people_box {
	background:#fff;
	position: relative;
}

h2.tl_index_main {
	padding-top:50px;
	margin-bottom:48px;
	font-size: 28px;
}

ul.lst_story {
	margin-left:20px;
}
ul.lst_story li {
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.icon_new {
	position:absolute;
	left:0;
	top:0;
}
.lst_people {
    position:relative;
    overflow:hidden;
    float:left;
    width:225px;
}

.lst_people img {
    vertical-align:bottom;
}

.lst_people div {
    box-sizing:border-box;
    overflow:hidden;
    position:absolute;
    width:100%;
}
