@charset "utf-8";

/* プロフィール
   ========================================================================== */
.photo-area {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.profile p:first-of-type {
	margin-top: 0;
}
.name {
	margin-top: 20px;
}
.name span {
	display: block;
	line-height: 1;
}
.name span:first-of-type {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: .25em;
}
.position {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1em;
}
.position span {
	font-size: 1.4rem;
}
.photo-area .arrow-link {
	margin-top: 1em;
	text-decoration: underline;
}
@media (min-width:768px) {
	.photo-area {
		flex-direction: row;
		margin-bottom: 40px;
	}
	.photo-area figure {
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}
	.photo-area .text {
		width: calc((100% - 40px) / 2);
	}
	.name {
		margin-top: 0;
	}
	.name span:first-of-type {
		font-size: 3.6rem;
	}
	.position {
		font-size: 1.8rem;
	}
	.position span {
		font-size: 1.6rem;
	}
	.photo-area .arrow-link:hover {
		text-decoration: none;
	}
}
