@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 .about_01 {
	width: 508px;
	position: absolute;
	top: 0;
	right: -130px;
}

#about p {
	margin-bottom: 60px;
}

#about .about_02 {
	height: 345px;
}

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

#concept {
	margin-bottom: 30px;
}

#concept .section {
	padding: 40px 0 40px 50px;
	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: 284px;
	position: absolute;
	top: -70px;
	right: 110px;
}

#concept p {
	width: 400px;
}

/* ---------------------------------------------------------
	CSS Document care
--------------------------------------------------------- */

#care {
	text-align: justify;
	position: relative;
	z-index: 0;
}

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

#care figure {
	width: 473px;
	position: absolute;
	top: 0;
	right: -110px;
}

#care p {
	width: 500px;
}
