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

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

#about {
	margin: 0 5vw 30vw;
}

#about h3 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 5vw;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #0656bf;
}

#about figure {
	margin-bottom: 7vw;
}

#about figure img {
	height: 60vw;
}

#about p {
	margin-bottom: 2em;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept .section {
	padding: 10vw 5vw;
	background: #f9f9f9;
	text-align: justify;
	position: relative;
	z-index: 0;
}

#concept .section:before {
	content: '';
	width: 100vw;
	height: 100%;
	background: #f9f9f9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#concept h3 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 5vw;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #0656bf;
}

#concept figure {
	width: 34vw;
	position: absolute;
	top: -25vw;
	right: 10vw;
}

#concept figure img {
}

#concept p {
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
	CSS Document work
--------------------------------------------------------- */

#work {
	text-align: justify;
}

#work figure {
	height: 46.14589743589744vw;
	margin-bottom: 10vw;
}

#work .row {
	padding: 0 5vw;
}

#work h3 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 5vw;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #0656bf;
}

#work p {
	margin-bottom: 2em;
}
