@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

スタッフ紹介

------------------------------------------------------------ */

.wrap_staff01{
	max-width: 1200px;
	margin: 0 auto -50px;
	display: flex;
	flex-wrap: wrap;
}

.wrap_staff01 .staff{
	width: calc((100% - 120px)/4);
	margin: 0 40px 50px 0;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
}

.wrap_staff01 .staff:nth-of-type(4n){margin-right: 0;}

.wrap_staff01 .staff .image{
	padding-top: 100%;
	position: relative;
	margin-bottom: 20px;
}

.wrap_staff01 .staff .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.wrap_staff01 .staff .position{
	color: #A97E71;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}

.wrap_staff01 .staff .name{
	color: #13335E;
	font-size: 2rem;
	letter-spacing: 0.1em;
}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	スタッフ紹介

	------------------------------------------------------------ */
	
	.wrap_staff01 .staff{
		width: calc((100% - 90px)/4);
		margin-right: 30px;
	}
	
	.wrap_staff01 .staff .position{font-size: 1.4rem;}

	.wrap_staff01 .staff .name{font-size: 1.6rem;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	スタッフ紹介

	------------------------------------------------------------ */
	
	.wrap_staff01{
		margin-bottom: -35px;
		justify-content: space-between;
	}

	.wrap_staff01 .staff{
		width: calc(50% - 7.5px);
		margin: 0 0 35px 0;
	}

	.wrap_staff01 .staff .image{margin-bottom: 12px;}

	.wrap_staff01 .staff .position{
		font-size: 1.1rem;
		margin-bottom: 3px;
	}

	.wrap_staff01 .staff .name{font-size: 1.3rem;}
	

}/*--@media--*/

