@charset "utf-8";

/* -----------------------------------------------------------
    staff 大
-------------------------------------------------------------- */
.staff-title {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1.5;
	letter-spacing: .05em;
}

.staff-box {
	border-bottom: 1px solid #ddd;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.staff-main .staff-box:last-of-type {
	margin-bottom: 0;
}

.staff-box-inner,
.staff-flex-wrap .staff-flex{
	/*display: flex;
	gap: 30px;*/
}

.staff-flex-wrap.staff-box-inner{
	display: block;
}

.staff-box-inner p{
	line-height: 2;
	letter-spacing: .05em;
}

.staff-box-inner p:not(:first-of-type){
	margin-top: 20px;
}

.staff-flex-wrap .staff-txt {
	margin: 20px 0 0;
}

.staff-img {
	flex-shrink: 0;
	float: left;
	width: 340px;
	height: 420px;
	margin: 0 25px 15px 0;
}

.staff-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff-name {
	margin: 10px 0 25px;
}

.staff-name img {
	height:30px;
}

.staff-info-box {
	background: #f0f0ef;
	column-gap: 25px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	row-gap: 15px;
	padding: 15px;
}

.staff-info {
	display: flex;
	gap: 10px;
	align-items: center;
}

.staff-info dt {
	background-color: #Fff;
	color: #aba59c;
	flex-shrink: 0;
	padding: 3px 5px 5px 5px;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 500;
}

.staff-info dd {
	flex-shrink: 1;
}

@media screen and (max-width: 768px) {
	
	.staff-area {
		margin: 20px 0 0;
	}
	
	.staff-box-inner, .staff-flex-wrap .staff-flex {
		display: block;
	}

	.staff-box {
		margin: 0 0 30px;
		padding-bottom: 20px;
	}

	.staff-info {
		gap: 5px;
	}

	.staff-info-box {
		flex-wrap: wrap;
		gap: 15px;
		padding-top: 15px;
		margin: 0 0 15px;
	}

	.staff-txt p {
		line-height: 2.2;
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	
	.staff-flex-wrap .staff-txt {
		margin: 0;
	}

	.staff-img {
		flex-shrink: 0;
		float: none;
		text-align: center;
		margin: 0 auto;
		width: auto;
		height: auto;
	}

	.staff-img img {
		width: 70%;
		height: 100%;
		object-fit: unset;
	}
	
	.staff-name {
		text-align: center;
		height: 25px;
		margin: 18px 0 15px;
	}
	
	.staff-name img {
		max-height: 100%;
		max-width: 100%;
	}

}

/* -----------------------------------------------------------
    staff 小
-------------------------------------------------------------- */
.staff-sub {
	margin-top: 50px;
}

.staff-sub-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.staff-sub-img{
	height: 420px;
	width: 340px;
}

.staff-sub-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff-sub-txtbox {
	padding: 15px 5px;
}

.staff-sub-txt {
	letter-spacing: .05em;
	line-height: 1.8;
}

.staff-sub-name {
	margin-bottom: 15px;
	text-align: center;
}

.staff-sub-name img {
	width: 300px;
}

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

	.staff-sub-list {
		display: block;
	}
	
	.staff-sub-list .staff-sub-item:not(:first-child) {
		margin: 50px auto 0;
	}
	
	.staff-sub-txtbox {
		padding: 0;
	}

	.staff-sub-img {
		height: auto;
		width: 70%;
		margin: 0 auto;
	}
	
	.staff-sub-name {
		height: 25px;
		margin: 13px 0 15px;
	}

	.staff-sub-name img {
		width: auto;
		height: 100%;
	}

}











