body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.staff__inner {
	max-width: 800px;
	margin: 0 auto;
}

.staff__title {
	position: relative;
	text-align: center;
}

.staff__eng-title {
	position: absolute;
	top: -30%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 70px);
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
}

.staff__contents {
	margin-top: clamp(20px, 4.375rem, 70px);
	padding: 0 1.25rem;
}

.staff__profile {
	position: relative;
	margin-bottom: clamp(20px, 5rem, 100px);
	padding: 1.875rem 1.25rem;
}

.staff__profile::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #F8F7F3;
	z-index: -1;
}

.staff__profile + .staff__profile {
	margin-top: clamp(20px, 5rem, 100px);
}

.staff__profile-title-eng {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	z-index: -1;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.staff__profile-title {
	grid-area: title;
	position: relative;
	color: #555;
	letter-spacing: 0.05em;
	white-space: nowrap;
	font-size: clamp(20px, 1.25rem, 32px);
	font-weight: 500;
}

.staff__profile-name {
	grid-area: name;
	display: flex;
	align-items: center;
	margin-top: 0.625rem;
}

.staff__profile-tag {
	background-color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(12px, 0.75rem, 15px);
	line-height: 1;
	color: #fff;
	padding: 0.5rem 0.375rem 0.5rem 0.5rem;
	border-radius: 0.5rem 0 0.5rem 0;
	letter-spacing: 0.05em;
}

.staff__profile-person {
	font-size: clamp(18px, 1.25rem, 28px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-left: 0.625rem;
}

.staff__profile-person-eng {
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(16px, 1.125rem, 24px);
	font-weight: 400;
	line-height: 1;
	color: #7D7C7C;
	z-index: -1;
	text-transform: uppercase;
	margin-left: clamp(10px, 0.625rem, 14px);
}

.staff__profile-body {
	grid-area: body;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: clamp(20px, 1.875rem, 40px);
}

.staff__profile-photo {
	width: 100%;
	aspect-ratio: 272/213;
	overflow: hidden;
	height: 100%;
}

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

.staff__profile-desc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 1rem, 16px);
	line-height: 1.5;
	letter-spacing: 0.16em;
}

.staff__profile-image {
	display: none;
}

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

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.staff__inner {
	max-width: 100%;
	margin: 0;
}

.staff__title {
	position: relative;
	padding-top: 3rem;
	padding-left: 6.25rem;
	text-align-last: left;
}

.staff__eng-title {
	left: 0;
	transform: unset;
	font-size: 8.3125rem;
}

.staff__contents {
	margin-top: 5.625rem;
	margin-bottom: 7.625rem;
	padding-right: 3.625rem;
}

.staff__profile {
	padding: 4.125rem 0 2.875rem 5rem;
}

.staff__profile::before {
	width: calc(100% - 3.75rem);
}

.staff__profile + .staff__profile {
	margin-top: 6.8125rem;
}

.staff__profile-title-eng {
	top: -3%;
	font-size: 6.25rem;
}

.staff__profile-inner {
	display: grid;
	grid-template-areas: "title  image" "name   image" "body   image";
	grid-template-columns: 58% 35%;
	row-gap: 1.5rem;
	column-gap: 5rem;
	align-items: start;
}

.staff__profile-title {
	font-size: 2.625rem;
	letter-spacing: -0.03em;
}

.staff__profile-name {
	margin-top: 3.25rem;
}

.staff__profile-tag {
	font-size: 0.8125rem;
	padding: 0.625rem 0.5rem 0.625rem 0.625rem;
	border-radius: 0.625rem 0 0.625rem 0;
}

.staff__profile-person {
	font-size: 2rem;
	margin-left: 2.5625rem;
}

.staff__profile-person-eng {
	font-size: 1.875rem;
	margin-left: 1.4375rem;
}

.staff__profile-body {
	flex-direction: row;
	column-gap: 1.5rem;
	margin-top: 3.125rem;
	align-items: flex-start;
}

.staff__profile-photo {
	width: 45%;
	aspect-ratio: auto;
	overflow: visible;
}

.staff__profile-desc {
	width: 80%;
}

.staff__profile-image {
	display: block;
	align-self: center;
}

}

@media (min-width: 1920px) {

.staff__profile-inner {
	grid-template-columns: 58% 38.5%;
}

}


/*# sourceMappingURL=staff.css.map */
