@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document profile
--------------------------------------------------------- */

#profile {
	margin-bottom: 120px;
}

#profile .container {
	display: flex;
	justify-content: space-between;
	align-items: start;
	position: relative;
}

#profile .figure {
	width: 420px;
	position: sticky;
	top: 150px;
	left: 0;
}

#profile .figure img {
	width: 420px;
	height: 560px;
	margin-bottom: 24px;
}

#profile .figure .kana {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	font-size: 15px;
	line-height: 26px;
}

#profile .figure .ja {
	display: inline-block;
	vertical-align: top;
	font-family: "Shippori Mincho", serif;
	font-size: 26px;
	line-height: 1;
}

#profile .section {
	width: 660px;
	margin-left: auto;
}

#profile .section {
	text-align: left;
}

#profile .copy {
	margin-bottom: 1.5em;
	font-size: 26px;
	line-height: 150%;
	color: var(--orange);
}

#profile .comennt p {
	margin-bottom: 2em;
}

#profile .box {
	margin-top: 30px;
	padding: 30px;
	border-radius: 10px;
	background: rgba(255, 207, 164, 0.3);
}

#profile h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
}

#profile h3:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-radius: 100%;
	background: var(--orange);
}

#profile .box p + dl {
	margin-top: 1.5em;
}

#profile dl {
	display: flex;
}

#profile dt {
	margin-right: 2em;
}
