@charset "UTF-8";

/*----------------------------------------------------*/ 
/* introduction
-----------------------------------------------------*/ 
#header {
	background:url(/lib/img/introduction/vi.jpg) center top no-repeat;
}

.detail {
	display:-ms-flexbox;
	display:flex;
	margin-bottom:40px;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.detail .box50 {
	width:478px;
}

.career dt {
	float:left;
	line-height:2.1;
	margin-bottom:.8em;
}

.career dd {
	line-height:2.1;
	margin:0 0 .8em 5em;
}

.tile {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:40px;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.tile li {
	margin-bottom:22px;
	width:320px;
}

.tile li dl {
	padding:10px 0;
}

.tile li dt {
	color:#57afd0;
	font-weight:bold;
	line-height:2.1;
}

.tile li dd {
	line-height:2.1;
}

.staff {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:40px;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.staff::after {
	content:"";
	display:block;
	width:320px;
}

.staff li {
	background:#fff5f3;
	margin-bottom:50px;
	padding:40px 0 25px;
	position:relative;
	width:320px;
}

.staff li span {
	display:block;
	height:114px;
	left:2px;
	position:absolute;
	top:-28px;
	width:116px;
}

.staff li h3 {
	color:#d56060;
	font-size:1.8rem;
	font-weight:bold;
	margin:0 30px 45px 140px;
}

.staff li dl {
	line-height:1.7;
	margin:0 30px;
	overflow:hidden;
}

.staff li dt {
	float:left;
	font-weight:bold;
	margin-bottom:5px;
}

.staff li dd {
	margin:0 0 5px 110px;
}


@media only screen and (max-width:767px) {

#header {
	background:none;
}

.htype01 {
	background:url(/lib/img/introduction/vi.jpg) center top no-repeat;
	background-size:auto 184px;
	height:184px;
}

.detail {
	display:block;
	margin:0 15px;
}

.detail .box50 {
	margin-bottom:40px;
	width:auto;
}

.career dt {
	line-height:1.6;
}

.career dd {
	line-height:1.6;
}

.tile li {
	margin-bottom:15px;
	width:48%;
}

.tile li dt {
	line-height:1.6;
}

.tile li dd {
	line-height:1.6;
}

.staff {
	display:block;
	margin-top:25px;
}

.staff::after {
	display:none;
}

.staff li {
	margin-bottom:30px;
	padding:30px 0 15px;
	width:auto;
}

.staff li span {
	display:block;
	height:81px;
	left:2px;
	position:absolute;
	top:-20px;
	width:84px;
}

.staff li h3 {
	font-size:1.4rem;
	margin:0 15px 20px 120px;
}

.staff li dl {
	line-height:1.6;
	margin:0 15px;
}

.staff li dd {
	margin:0 0 5px 105px;
}


}
