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

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 8vw 15vw;
}

#about .desc {
	margin-bottom: 8vw;
	text-align: justify;
}

#about figure {
	height: 63vw;
	margin-bottom: 8vw;
	opacity: 0;
	position: relative;
	translate: 20% 0;
}

#about.isActive figure {
	opacity: 1;
	translate: 0;
	transition-duration: 0.8s;
	transition-delay: 0.6s;
	transition-timing-function: opacity, translate;
}

#about .section {
	text-align: justify;
	line-height: 1.5;
}

#about h4 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 4vw;
	color: var(--orange);
}

#about p + h4 {
	margin-top: 10vw;
}

#about h4:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 14px;
	height: 1px;
	margin-right: 8px;
	background: var(--orange);
}

#about ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -2.5vw;
	margin-bottom: 2vw;
	text-align: center;
}

#about li {
	min-width: 19vw;
	margin: 0 2vw 2vw 0;
	padding: 0.3em 0.9em;
	background: #f0f0f0;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin-bottom: 15vw;
	padding: 15vw 8vw 5vw;
	background: #f0f0f0;
	text-align: left;
}

#flow .h4 {
	text-align: center;
}

#flow .box {
	margin-bottom: 15vw;
	background: #fff;
}

#flow figure img {
	height: 56vw;
}

#flow .table {
	padding: 2vw 5vw 7vw;
}

#flow .table dl {
	display: flex;
	justify-content: space-between;
}

#flow .table dt {
	width: 5em;
	padding: 0.7em 0;
	border-bottom: solid 1px var(--orange);
	text-align: left;
	color: var(--orange);
}

#flow .table dd {
	width: calc(100% - 5em);
	padding: 0.7em 0;
	border-bottom: solid 1px var(--silver);
	text-align: right;
}
