@charset "utf-8";

.people05 {
	max-width: 100rem;
	margin: 8rem auto 5rem;
}
.people05 .inner {
	max-width: 86rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.people05 {
		max-width: 100%;
		margin-bottom: 0;
	}
	.people05 .inner {
		max-width: 100%;
	}
}

/* profile */
.people05 .profile .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5rem;
}
.people05 .profile .pic {
	width: 21.1rem;
}
.people05 .profile .txt {
	line-height: 1.8;
}
.people05 .profile .txt .name {
	font-weight: bold;
}
.people05 .profile .txt .dept {
	font-size: 1.4rem;
}
.people05 .profile .lead {
	margin-top: 7rem;
	line-height: 1.8;
	text-align: center;
}
.people05 .profile .lead p {
	display: inline-block;
	text-align: left;
}
@media (max-width: 768px) {
	.people05 .profile .wrap {
		flex-direction: column;
		gap: 4rem 0;
	}
	.people05 .profile .pic {
		width: 32.5rem;
	}
	.people05 .profile .txt {
		line-height: 1.6;
	}
	.people05 .profile .txt .name {
		font-size: 3rem;
	}
	.people05 .profile .txt .dept {
		font-size: 2.8rem;
	}
	.people05 .profile .lead {
		margin-top: 11rem;
		padding: 0 3.5rem;
		font-size: 2.9rem;
		line-height: 1.6;
	}
}

/* works */
.people05 .works {
	margin-top: 8rem;
}
.people05 .works .worksTtl {
	margin-top: 6.5rem;
	padding: 3rem 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: space-between;
	gap: 0 5rem;
}
.people05 .works .worksTtl div h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.people05 .works .worksTtl div p {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.5;
}
.people05 .works .worksTtl p:last-child {
	width: 42rem;
	font-size: 1.4rem;
	line-height: 1.5;
	word-wrap: break-word;
}
.people05 .works .pic {
	margin-top: 2.5rem;
	text-align: center;
}
.people05 .works .pic + .pic {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.people05 .works {
		margin-top: 10rem;
		position: relative;
	}
	.people05 .works::before {
		display: block;
		content: '';
		width: calc(100% - 7rem);
		height: 1px;
		background-color: #000;
		position: absolute;
		top: 0;
		left: calc(50% - calc(100% - 7rem) / 2);
	}
	.people05 .works .worksTtl {
		margin-top: 0;
		padding: 10rem 0 6rem;
		border: none;
		flex-direction: column;
		align-items: center;
		gap: 8rem 0;
		text-align: center;
	}
	.people05 .works .worksTtl div h2 {
		font-size: 3.4rem;
		line-height: 1.3;
	}
	.people05 .works .worksTtl div p {
		margin-top: 6rem;
		font-size: 2.8rem;
		line-height: 1.6;
	}
	.people05 .works .worksTtl p:last-child {
		width: 100%;
		padding: 0 3.5rem;
		font-size: 2.8rem;
		line-height: 1.6;
		text-align: left;
	}
	.people05 .works .pic {
		margin-top: 0;
	}
	.people05 .works .pic + .pic {
		margin-top: 3rem;
	}
}
