@charset "UTF-8";

h2, .staff h3 {
	font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.staff:nth-of-type(odd) {
	background-color: rgba(60, 55, 54, 0.64);
}

.staff {
	background-color: rgba(255, 255, 255, 0.9);
	color: #3C3736;
}

/* movie */
#background {
	position: absolute;
	width: 100%;
	background-image: url(../images/staff/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: -2;
}

h2 {
	padding-top: 100px;
	padding-bottom: 70px;
	text-align: center;
	font-size: 17px;
}

.staff {
	padding-top: 90px;
	padding-bottom: 100px;
}

.staff:nth-of-type(odd) {
	color: #fff;
}

.staff h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
}

.staff dl {
	width: 760px;
	margin: 0 auto;
}

.staff dl + dl {
	margin-top: 20px;
}

.staff dl + h3 {
	margin-top: 40px;
}

.staff dt {
	width: 380px;
	padding-right: 28px;
	text-align: right;
}

.staff dd {
	width: 380px;
	margin: -2em 0 0 380px;
}

.staff dd + dd {
	margin-top: 0;
}

.staff ul {
	text-align: center;
}

.staff ul + h3 {
	margin-top: 40px;
}

.staff .icon {
	margin-bottom: 40px;
	text-align: center;
}

/* responsive */
@media (min-width: 1000px) {
	#background {
		background-image: url(../images/staff/bg1_l.jpg);
	}
}

@media (max-width: 800px) {
	.staff {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.staff h3 {
		margin-bottom: 20px;
		text-align: left;
	}
	.staff dl {
		width: 100%;
		margin: 0;
	}
	.staff dt {
		width: 100%;
		margin-top: 20px;
		padding-right: 0;
		text-align: left;
	}
	.staff dd {
		width: 100%;
		margin: 0;
		padding-left: 1em;
	}
	.staff ul {
		text-align: left;
	}
	.staff .icon {
		margin-bottom: 40px;
		text-align: center;
	}
}
