@charset "UTF-8";

/**
 * オリジナルcss
 */

body.post-type-archive-staff #list {
	letter-spacing: -.4em;
}

.staff_list_content {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 28%;
	margin-right: 8%;
	margin-bottom: 100px;
	position: relative;
}

.staff_list_content:nth-child(3n) {
	margin-right: 0;
}

.staff_list_content:before {
	padding-top: 100%;
	display: block;
	content: "";
}

.staff_list_content a {
	color: #141414;
}

.staff_list_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.staff_list_info {
	position: absolute;
	background: #fff;
	right: 12px;
	bottom: -49px;
	width: 68%;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.staff_list_info h3 {
	color: #DDB400;
	margin: 10px 0 0 0;
	font-size: .9em;
}

.staff_list_info h2 {
	margin: 10px 0 0 0;
}

.staff_list_info h4 {
	margin: 3px 0 0 0;
	font-size: .8em;
	font-weight: normal;
}

.staff_list_more_wrap {
	width: 100%;
	display: block;
	text-align: right;
}

.staff_list_more {
	display: inline-block;
	text-align: center;
	font-size: .8em;
}

.staff_list_more img {
	display: block;
	margin: 0 auto;
}


.staff_header {
	letter-spacing: -.4em;
}

.staff_header_image {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 100px;
	position: relative;
	width: 420px;
}

.staff_header_image:before {
	display: block;
	content: "";
	padding-top: calc(46000% / 420);
}

.staff_header_image img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
}

.staff_info {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% - 520px);
	background: #fff;
	padding: 60px 100px 60px 60px;
}

.staff_info h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
}

.staff_info h2 {
	margin-top: 6px;
	margin-bottom: 50px;
}
.staff_info h2 span {
	font-size: .6em;
	font-weight: normal;
	margin-left: 1em;
}

.staff_data_list {
	padding-top: 30px;
}

.staff_data_list h3 {
	color: #21366F;
	margin-top: 30px;
	margin-bottom: 8px;
}

.staff_data_list p {
	margin-top: 0;
}

.staff_bottom_list_wrap {
	position: relative;
	padding: 0 40px;
	margin-top: 45px;
	background: #4B5776;
}

.staff_bottom_list {
	overflow: hidden;
	padding: 100px;
	margin: 0 30px;
}

.staff_bottom_list .swiper-wrapper {
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

.swiper-slide {
	position: relative;
}

.swiper-slide:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.staff_bottom_list_detail_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.staff_bottom_list_detail_info {
	width: 90%;
	margin: 0 auto;
	position: absolute;
	background: #fff;
	bottom: -20px;
	left: 0;
	right: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}

.staff_bottom_list_detail_info h4 {
	color: #DDB400;
	margin: 0;
	font-size: .8em;
	height: 2.2em;
}
.staff_bottom_list_detail_info h3 {
	margin: 6px 0 0 0;
}


@media screen and (max-width: 1110px) {
}
@media screen and (max-width: 1000px) {
	.staff_list_content {
		width: calc(96% / 3);
		margin-right: 2%;
	}
}
@media screen and (max-width:900px){
	.staff_list_content, 
	.staff_list_content:nth-child(3n) {
		width: calc(98% / 2);
		margin-right: 2%;
	}
	.staff_list_content:nth-child(2n) {
		margin-right: 0;
	}
	
	.staff_list_content {
		margin-bottom: 130px;
	}
	
	.staff_list_info {
		width: calc(100% - 24px);
		bottom: -95px;
	}
	
	.staff_header_image {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
	.staff_header_image:before {
		content: none;
	}
	
	.staff_header_image img {
		position: static;
		width: 100%;
		height: auto;
	}
	
	.staff_info {
		width: 100%;
		padding: 15px;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none !important;
	}
	
	.staff_bottom_list_wrap {
		padding: 0;
	}
	
	.staff_bottom_list {
		margin: 0;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width:740px){
	.staff_bottom_list {
		padding-bottom: 90px;
	}
	
	.staff_bottom_list_detail_info {
		bottom: -60px;
	}
	
	.staff_bottom_list_detail_info h4 {
		height: 3.4em;
	}
	
	.staff_bottom_list_detail_info h3 {
		font-size: 13px;
	}
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

