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

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 80px;
}

#visual img {
	height: 380px;
}

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

#about {
	margin-bottom: 80px;
	padding: 50px 0;
	background: linear-gradient(to bottom, #b59a5f 0%, #b5855f 100%);
}

#about .container {
	width: 940px;
	padding: 50px 60px;
	background: #fff;
}

#about h3 {
	text-align: left;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	color: #dc5518;
}

#about p {
	margin-top: 1.5em;
	text-align: justify;
}

#about .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 2em;
	padding: 35px;
	background: #64594b;
}

#about .graph {
	width: 433px;
	height: 321px;
}

#about .bar {
	width: 276px;
	height: 213px;
}

#about .caption {
	margin-top: 1em;
	text-align: right;
	font-size: 14px;
}
