/* ==============================
	profile
============================== */

.profile {
}
.profile__list {
	margin-bottom: 80px;
}
.profile__item {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #C6C6C6;
}
.profile__item:last-child {
	margin-bottom: 0;
}
.profile__row {
}
.profile__title {
	margin-bottom: 7px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: .1rem;
}
.profile__content {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.profile__content a {
	text-decoration: underline;
}

/* ------------------------------
	PC
------------------------------ */
@media screen and (min-width: 1024px) {

	.profile {
	}
	.profile .inner {
		max-width: 920px;
	}
	.profile__list {
		margin-bottom: 180px;
	}
	.profile__item {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	.profile__item:last-child {
		margin-bottom: 0;
	}
	.profile__row {
		display: flex;
		gap: 20px;
	}
	.profile__title {
		width: 260px;
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.profile__content {
		width: calc(100% - 280px);
		font-size: 1.6rem;
	}

}
