.staff h1 {
	width: 90%;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: left;
	margin: 0 auto 1em;
}
.staff h2 {
	width: 90%;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
	margin: 0 auto 1em;
}
.staff h3 {
	max-width: 550px;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff h4 {
	max-width: 550px;
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff h5 {
	max-width: 550px;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff h6 {
	max-width: 550px;
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff p {
	width: 90%;
	max-width: 550px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: justify;
	margin: 0 auto 1em;
}
.staff .staff_box {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	background-color: #efefef;
}
.staff .staff_box2 {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	background-color: #efefef;
	margin-top: 50px;
}
.staff .staff_img {
	width: 100%;
	text-align: center;
}
.staff .staff_img img {
	width: 50%;
	max-width: 300px;
	position: relative;
	top: 30px;
}
.staff .txt_box_left {
	background-color: #efefef;
	padding-top: 20px;
	margin: 0;
	width: 100%;
}
.staff .txt_box_right {
	background-color: #efefef;
	padding: 20px 0 50px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}
.staff .txt_box_right2 {
	background-color: #efefef;
	padding: 20px 0 50px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}
.staff .photo_box {
	margin: 40px auto 0;
	width: 100%;
	max-width: 800px;
}
.staff .eventlinks {
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}
.staff .eventlinks li {
	padding: 0 1em;
}
/* スタッフ一覧 */
.archive .staffpost {
	position: relative;
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.archive .staffpost a{
	display: block;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: all 0.5s ease-out;
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 1
	);
}
.archive .staffpost a:hover {
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 0.9
	);
}
.archive .staffpost:nth-child(odd) a{
	background-image: url(images/staff/bg_01.jpg);
}
.archive .staffpost:nth-child(even) a{
	background-image: url(images/staff/bg_02.jpg);
}
.archive .staffpost:nth-child(1) a{
	background-position: 50% 50%;
}
.archive .staffpost:nth-child(2) a{
	background-position: 50% 50%;
}
.archive .staffpost:nth-child(3) a{
	background-position: 50% 20%;
}
.archive .staffpost:nth-child(4) a{
	background-position: 50% 20%;
}
.archive .staffpost:nth-child(5) a{
	background-position: 50% 20%;
}
.archive .staffpost:nth-child(6) a{
	background-position: 20% 50%;
}
.archive .staffpost:nth-child(7) a{
	background-position: 20% 40%;
}
.archive .staffpost:nth-child(8) a{
	background-position: 20% 40%;
}
.archive .staffpost:nth-child(9) a{
	background-position: 30% 70%;
}
.archive .staffpost:nth-child(10) a{
	background-position: 30% 70%;
}
.archive .staffpost:nth-child(11) a{
	background-position: 50% 50%;
}
.archive .staffpost:nth-child(12) a{
	background-position: 50% 50%;
}
.archive .staffpost:nth-child(13) a{
	background-position: 50% 50%;
}
.archive .staffpost:nth-child(14) a{
	background-position: 50% 50%;
}
.archive .staffbox {
	width: 100%;
	height: 30vh;
	min-height: 290px;
	position: relative;
	border-bottom: 15px solid #fff;
}
.archive .staffbox h3 {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.7);
	line-height: 1.2;
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px 0;
}
.archive .staffbox h3 span {
	display: inline-block;
	margin-right: 0;
}
.archive .staffbox .staffica {
	position: absolute;
	bottom: 0;
	z-index: 20;
	width: 200px;
}
.archive .staffbox .staffmes {
	position: absolute;
	top: 10%;
	z-index: 30;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
}
.archive .staffpost:nth-child(odd) .staffica {
	right: 0;
}
.archive .staffpost:nth-child(even) .staffica {
	left: 0;
}
.archive .staffpost:nth-child(odd) h3 {
	text-align: left;
	padding-left: 3%;
}
.archive .staffpost:nth-child(even) h3 {
	text-align: right;
	padding-right: 3%;
}
.archive .staffpost:nth-child(odd) .staffmes {
	right: 0;
	padding-right: 3%;
}
.archive .staffpost:nth-child(even) .staffmes {
	left: 0;
	padding-left: 3%;
}
.archive .staffpost:nth-child(1) .staffbox, .archive .staffpost:nth-child(9) .staffbox, .archive .staffpost:nth-child(11) .staffbox {
	background: rgb(235,230,198);
	background: -moz-linear-gradient(left, rgba(235,230,198,0.5) 0%, rgba(180,165,33,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(235,230,198,0.5) 0%, rgba(180,165,33,0.5) 100%);
	background: linear-gradient(to right, rgba(235,230,198,0.5) 0%, rgba(180,165,33,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe6c6', endColorstr='#b4a521', GradientType=1 );
}
.archive .staffpost:nth-child(2) .staffbox, .archive .staffpost:nth-child(4) .staffbox {
	background: rgb(206,216,96);
	background: -moz-linear-gradient(left, rgba(206,216,96,0.5) 0%, rgba(246,248,227,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(206,216,96,0.5) 0%, rgba(246,248,227,0.5) 100%);
	background: linear-gradient(to right, rgba(206,216,96,0.5) 0%, rgba(246,248,227,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced860', endColorstr='#f6f8e3', GradientType=1 );
}
.archive .staffpost:nth-child(3) .staffbox, .archive .staffpost:nth-child(5) .staffbox, .archive .staffpost:nth-child(13) .staffbox, .archive .staffpost:nth-child(15) .staffbox {
	background: rgb(229,234,217);
	background: -moz-linear-gradient(left, rgba(229,234,217,0.5) 0%, rgba(127,163,83,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(229,234,217,0.5) 0%, rgba(127,163,83,0.5) 100%);
	background: linear-gradient(to right, rgba(229,234,217,0.5) 0%, rgba(127,163,83,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ead9', endColorstr='#7fa353', GradientType=1 );
}
.archive .staffpost:nth-child(6) .staffbox, .archive .staffpost:nth-child(8) .staffbox, .archive .staffpost:nth-child(12) .staffbox, .staffpost:nth-child(16)  .staffbox {
	background: rgb(108,132,53);
	background: -moz-linear-gradient(left, rgba(108,132,53,0.5) 0%, rgba(236,236,224,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(108,132,53,0.5) 0%, rgba(236,236,224,0.5) 100%);
	background: linear-gradient(to right, rgba(108,132,53,0.5) 0%, rgba(236,236,224,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8435', endColorstr='#ecece0', GradientType=1 );
}
.archive .staffpost:nth-child(7) .staffbox, .staffpost:nth-child(17)  .staffbox {
	background: rgb(235,239,226);
	background: -moz-linear-gradient(left, rgba(235,239,226,0.5) 0%, rgba(134,169,91,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(235,239,226,0.5) 0%, rgba(134,169,91,0.5) 100%);
	background: linear-gradient(to right, rgba(235,239,226,0.5) 0%, rgba(134,169,91,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebefe2', endColorstr='#86a95b', GradientType=1 );
}
.archive .staffpost:nth-child(10) .staffbox, .archive .staffpost:nth-child(14) .staffbox, .archive .staffpost:nth-child(18) {
	background: rgb(235,239,226);
	background: -moz-linear-gradient(left, rgba(0,143,98,0.5) 0%, rgba(235,239,226,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(0,143,98,0.5) 0%, rgba(235,239,226,0.5) 100%);
	background: linear-gradient(to right, rgba(0,143,98,0.5) 0%, rgba(235,239,226,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008f62', endColorstr='#ebefe2', GradientType=1 );
}
/*.archive .staffpost:nth-child(11) .staffbox {
	background: rgb(206,216,96);
	background: -moz-linear-gradient(left, rgba(206,216,96,0.5) 0%, rgba(246,248,227,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(206,216,96,0.5) 0%, rgba(246,248,227,0.5) 100%);
	background: linear-gradient(to right, rgba(206,216,96,0.5) 0%, rgba(246,248,227,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced860', endColorstr='#f6f8e3', GradientType=1 );
}*/

@media screen and (min-width:900px) { /* メディアクエリ　ブレイクポイント900px */
.staff h1 {
	max-width: 580px;
	font-size: 2.0rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff h2 {
	max-width: 580px;
	font-size: 2.0rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff h3 {
	max-width: 580px;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff h4 {
	max-width: 580px;
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff h5 {
	max-width: 580px;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff h6 {
	max-width: 580px;
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.staff p {
	max-width: 580px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2;
	margin-bottom: 1em;
}
.staff .staff_box {
	width: 100%;
	display: block;
	background-color: #fff;
}
.staff .staff_box2 {
	width: 100%;
	display: block;
	background-color: #fff;
	margin-top: 50px;
}
.staff .staff_img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 250px;
	transform: translateY(100px);
	opacity: 0;

}
.staff .staff_img img {
	width: 100%;
	max-width: 300px;
	position: relative;
	top: 10px;
}
.staff .txt_box_left {
	background-color: #efefef;
	padding: 50px 50px 100px 100px;
	margin-top: 50px;
	margin-left: 15%;
	width: 85%;
}
.staff .txt_box_right {
	background-color: #efefef;
	padding: 200px 50px 100px 0;
	margin-top: -100px;
	margin-right: 15%;
	margin-bottom: 100px;
	width: 85%;
}
.staff .txt_box_right2 {
	background-color: #efefef;
	padding: 100px 0 50px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 100px;
	width: 100%;
}
.staff .photo_box {
	position: relative;
	z-index: 10;
	margin-left: 30%;
	margin-right: 5%;
	margin-top: -50px;
	width: 65%;
	max-width: 800px;
	transform: translateX(100px);
	opacity: 0;
}
.staff .aniOn {
	transform: translateX(0);
	transform: translateY(0);
	opacity: 1;
}
.staff .eventlinks {
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}
/* スタッフ一覧 */
.archive .staffpost {
	background-image: url(images/staff/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.archive .staffbox {
	width: 100%;
	height: 30vh;
	min-height: 290px;
	position: relative;
	border-bottom: 15px solid #fff;
}
.archive .staffbox h3 {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	line-height: 3;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0;
}
.archive .staffbox h3 span {
	display: inline-block;
	margin-right: 1em;
}
.archive .staffbox .staffica {
	position: absolute;
	bottom: 0;
	width: 280px;
}
.archive .staffbox .staffmes {
	position: absolute;
	top: 40%;
	font-size: 1.8em;
	font-weight: bold;
}
.archive .staffpost:nth-child(odd) .staffica {
	left: 30%;
}
.archive .staffpost:nth-child(even) .staffica {
	left: 35%;
}
.archive .staffpost:nth-child(odd) h3 {
	text-align: left;
	padding-left: 3%;
}
.archive .staffpost:nth-child(even) h3 {
	text-align: right;
	padding-right: 3%;
}
.archive .staffpost:nth-child(odd) .staffmes {
	right: 0;
	padding-right: 3%;
}
.archive .staffpost:nth-child(even) .staffmes {
	left: 0;
	padding-left: 3%;
}
}
@media screen and (min-width:1000px) { /* メディアクエリ　ブレイクポイント1000px */
.archive .staffpost:nth-child(even) .staffica {
	left: 40%;
}
}
@media screen and (min-width:1100px) { /* メディアクエリ　ブレイクポイント1100px */
.archive .staffpost:nth-child(even) .staffica {
	left: 50%;
}
}