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

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

#visual .h2 {
	background-image: url(../images/visual.png);
}

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

#about {
	margin-bottom: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 0;
}

#about .h3 {
	margin-bottom: 100px;
}

#about:before {
	content: '';
	width: 100%;
	height: 380px;
	background: #fdfcef;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#about .container {
	position: relative;
	z-index: 0;
}

#about .section {
	width: 650px;
	padding: 30px;
	background: #fff;
	text-align: left;
}

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

#about figure {
	width: 700px;
	position: absolute;
	top: -75px;
	left: 50%;
	z-index: -1;
}

#about figure:before {
	content: '';
	width: 228px;
	height: 319px;
	background: url(../images/bg_01.png) no-repeat 0 0;
	position: absolute;
	bottom: -190px;
	right: 0;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document profile
--------------------------------------------------------- */

#profile {
	margin-bottom: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 0;
}

#profile .h3 {
	margin-bottom: 100px;
}

#profile:before {
	content: '';
	width: 100%;
	height: 590px;
	background: #e4fde1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#profile .container {
	text-align: right;
	position: relative;
	z-index: 0;
}

#profile .pic {
	width: 212px;
	position: absolute;
	top: -90px;
	left: 0;
}

#profile .section {
	display: inline-block;
	vertical-align: top;
	width: 760px;
	padding: 30px 30px 1px;
	background: #fff;
	text-align: left;
}

#profile dl {
	margin-bottom: 30px;
	padding: 20px 0 20px 20px;
	background: #f2f2f2;
}

#profile dt {
	font-weight: bold;
	color: #219352;
}

#profile .figure {
	width: 400px;
	margin-right: 140px;
	position: absolute;
	top: -40px;
	right: 50%;
	z-index: -1;
}

#profile .figure:before {
	content: '';
	width: 228px;
	height: 319px;
	background: url(../images/bg_02.png) no-repeat 0 0;
	position: absolute;
	bottom: -120px;
	left: -160px;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document doctor
--------------------------------------------------------- */

#doctor {
	margin-bottom: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 0;
}

#doctor .h3 {
	margin-bottom: 100px;
}

#doctor:before {
	content: '';
	width: 100%;
	height: 480px;
	background: #fdfcef;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#doctor .container {
	position: relative;
	z-index: 0;
}

#doctor .section {
	width: 790px;
	padding: 30px 30px 10px;
	background: #fff;
	text-align: left;
	font-size: 0;
}

#doctor h4 {
	height: 40px;
	margin: -40px 20px 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 3px;
	color: #219352;
}

#doctor dl {
	margin-bottom: 20px;
	padding: 20px 0 20px 20px;
	background: #f2f2f2;
	font-size: 16px;
}

#doctor dl:nth-of-type(2) {
	display: inline-block;
	vertical-align: top;
	width: 355px;
	height: 192px;
	margin-right: 20px;
}

#doctor dl:nth-of-type(3) {
	display: inline-block;
	vertical-align: top;
	width: 355px;
	height: 192px;
}

#doctor dt {
	font-weight: bold;
	color: #219352;
}

#doctor figure {
	width: 400px;
	margin-left: 140px;
	position: absolute;
	top: -70px;
	left: 50%;
	z-index: -1;
}

#doctor figure:before {
	content: '';
	width: 228px;
	height: 319px;
	background: url(../images/bg_01.png) no-repeat 0 0;
	position: absolute;
	bottom: -150px;
	right: -80px;
	z-index: -1;
}

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

#concept {
	margin-bottom: 90px;
	font-size: 0;
}

#concept .section {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	position: relative;
	z-index: 0;
}

#concept .section:before {
	content: '';
	width: 228px;
	height: 319px;
	background: url(../images/bg_01.png) no-repeat 0 0;
	position: absolute;
	bottom: -35px;
	right: -60px;
	z-index: -2;
}

#concept .section:not(:last-of-type) {
	margin-right: 90px;
}

#concept .num {
	display: block;
	margin-bottom: 5px;
	font-size: 68px;
	line-height: 1;
	color: #6bb469;
}

#concept dl {
	height: 482px;
	padding: 20px;
	border-radius: 10px;
	border: solid 4px #6bb469;
	background: #fff;
	text-align: left;
	font-size: 16px;
}

#concept dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #219352;
}

/* ---------------------------------------------------------
	CSS Document cooperation
--------------------------------------------------------- */

#cooperation {
	padding: 60px 0;
	background: #e4fde1;
	font-size: 0;
}

#cooperation li {
	display: inline-block;
	vertical-align: top;
	width: 320px;
}

#cooperation li:not(:last-of-type) {
	margin-right: 60px;
}

#cooperation li a {
	display: block;
	padding-left: 30px;
	background: #d4a900 url(../images/arrow.png) no-repeat 10px / 10px auto;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
}

#cooperation li a:hover {
	opacity: 0.7;
}
