/*Staff専用 CSS　Ver.1.0.0（2025.06.04作成） */

.staff-box {
	width: 21%;
	margin-right: 4%;
}
.staff-box:nth-child(4n) {
	margin-right: 0;
}
.staff-box:nth-child(5), 
.staff-box:nth-child(6), 
.staff-box:nth-child(7) {
	margin-top: 40px;
}
.staff-txt {
	margin-top: 10px;
}
.staff-name {
	font-size: 1.35em;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.staff-profile {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgb(180, 180, 180);
	font-size: 0.85em;
	text-align: justify;
}
#staff #main-content h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0.02em;
	border-bottom: 1px solid rgb(180, 180, 180);
}
.qual-box {
	width: 45%;
}
.qual-box dt {
	font-size: 16px;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(180, 180, 180);
}
.qual-box dt::before {
	font-family: "Material Icons Outlined";
	content: "\e80c";
	font-size: 18px;
	padding-right: 3px;
	vertical-align: sub;
}
.qual-box dd, 
.qual-box dd span {
	font-size: 12px;
	line-height: 1.85;
}


/*=================================
タブレット設定（641px〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {}

/*=================================
スマホ設定（〜640px）
=================================*/
@media only screen and (max-width: 640px) {

	.staff-wrap {
		justify-content: space-between;
	}
	.staff-box {
		width: 47%;
		margin-top: 40px;
		margin-right: 0;
	}
	.staff-box:nth-child(1), 
	.staff-box:nth-child(2) {
		margin-top: 0;
	}
	.staff-name {
		font-size: 1.15em;
	}
	.staff-profile {
		font-size: 0.75em;
		line-height: 1.55;
		letter-spacing: -0.02em;
	}
	.qual-box {
		width: 100%;
	}

}