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

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

#profile {
	margin: 0 5vw 15vw;
}

#profile .figure {
	margin-bottom: 10vw;
}

#profile .figure img {
	height: 90vw;
	margin-bottom: 3vw;
}

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

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

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

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

#profile .comennt {
	margin-bottom: 10vw;
}

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

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

#profile h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 4vw;
	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;
}
