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

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

#about {
	margin-bottom: 150px;
	padding-right: 440px;
	text-align: justify;
	position: relative;
}

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

#about figure {
	width: 432px;
	height: 440px;
	position: absolute;
	top: 0;
	right: -60px;
}

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

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

#concept .section {
	padding: 80px 0 40px 60px;
	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: 40px;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #0656bf;
}

#concept figure {
	width: 251px;
	height: 307px;
	position: absolute;
	top: -100px;
	left: 60px;
}

#concept .row {
	margin-bottom: 30px;
	padding-left: 300px;
}

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

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

#work {
	padding-top: 690px;
	text-align: justify;
	position: relative;
	z-index: 0;
}

#work figure {
	height: 886px;
	margin-left: calc(-100% + 300px);
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#work figure img {
	max-width: 400%;;
	height: 886px;
}

#work .row {
	margin-bottom: 30px;
	padding: 80px 80px 0;
	background: #f9f9f9;
}

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

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