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

/****************************************************************************************************
KKCの人
****************************************************************************************************/
.sec-block{
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 15px;
  font-weight: 300;
  line-height: 2.0;
}
.sec-block .col-block{
	margin: 30px auto;
}
.page-nav{
	margin:50px auto;
}
.page-nav ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.sec-body{
	margin-bottom: 100px;
}
.col-ttl h3{
	padding: 20px 0;
}
.staff-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 30px;
}
.staff-box {
	width: 164px;
	text-align: center;
}
.staff-box img {
	width: 100%;
	height: 164px;
	object-fit: cover;
}
.staff-box a {
	display: block;
}
.staff-box dl {
	margin-top: 1.333rem;
	line-height: 1.4;
}
.staff-box dl h4 {
	font-size: 1.466rem;
	line-height: 1.6;
}
.staff-box dl h4 span {
	display: block;
	font-size: 0.8rem;
}

.staff-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	gap: 32px 32px;
}
.staff-main > div {
	width: 454px;
}
.staff-main-left {
	background: #F6F6F6;
	height: 454px;
}
.staff-main-left img {
	width: 454px;
	height: 454px;
	object-fit: cover;
}
.staff-name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 286px;
	margin-bottom: 30px;
	background: #AAA;
}
.staff-name dl {
	color: #FFF;
	font-size: 1.466rem;
	line-height: 1.5;
	text-align:center;
}
.staff-name h4 {
	font-size: 2.133rem;
}
.staff-name h4 span {
	display: block;
	font-size: 1rem;
	color: #D90000;
  font-weight: 400;
}
.staff-main-right .thumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 20px;
}
.staff-main-right .thumb li {
	width: 138px;
}
.staff-main-right img {
	width: 100%;
}

.staff-profile {
}
.profile-box {
	clear: both;
	padding:1rem 0;
	border-top: 1px solid #999999;
}
.profile-box:nth-last-of-type(1) {
	border-bottom: 1px solid #999999;
}
.profile-box dt {
}
.profile-box dd {
	padding: 1em;
}
.pNavi ul li:nth-of-type(1){
	text-align: center;
}
.staff-scroll{
	text-align: center;
}

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

.sec-block {
	width: 100%;
}
.page-nav {
	margin:25px auto;
}
.page-nav ul {
	display: block;
}
.page-nav ul li {
	padding: 5px 0;
}
.staff-block {
		gap: 4vw 4vw;
}
.staff-box {
	width: 44vw;
}
.staff-box img {
	width: 100%;
	height: 44vw;
	object-fit: cover;
}

.staff-main {
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4vw 4vw;
}
.staff-main > div {
	width: 100%;
}
.staff-main-left {
	order: 2;
	height:92vw;
}
.staff-main-left img {
	width: 92vw;
	height: 92vw;
	object-fit: cover;
}
.col-thumb{
	margin-top: 25px;
}
.staff-main-right{
	display: contents;
}
.item1 {
  order: 1;
}
.item2 {
  order: 2;
}
.item3 {
  order: 3;
}
.staff-main-right .thumb {
	gap: 4vw 4vw;
}
.staff-main-right .thumb li {
	width: 28vw;
}
.staff-name {
	height: auto;
	margin-bottom: 4vw;
	padding: 2.2rem;
}
.sec-body{
	margin-bottom:60px;
}
.staff-profile {
	/* margin: 50px auto; */
	margin: 50px auto 20px;
}
.profile-box{
}
.profile-box dt {
	float: none;
	width: 100%;
	padding:0;
}
.profile-box dd {
	padding: 0;
	padding-top: 1em;
}
	


}