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

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

#about {
	min-height: 630px;
	margin-bottom: 40px;
}

#about h2 {
	margin-bottom: 30px;
	font-size: 0;
}

#about .container {
	position: relative;
}

#about .copy_30 {
	margin-bottom: 30px;
}

#about .w470 {
	width: 470px;
}

#about figure {
	width: 960px;
	height: 600px;
	position: absolute;
	top: 30px;
	left: 530px;
	z-index: 0;
}

#about figure:before {
	height: 100%;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor .container {
	text-align: left;
	font-size: 0;
}

#anchor .dl {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-right: 40px;
	border-radius: 5px;
	background: #bce4ba url(../images/bg_02.png) top;
	text-align: left;
}

#anchor .dl li {
	display: inline-block;
	vertical-align: top;
	padding: 20px 5px;
}

#anchor .dl li.dt {
	background: #75d865 url(../images/bg_01.png) top;
	padding: 20px;
	font-weight: bold;
}

#anchor .dl li.dd1 {
	padding-left: 20px;
}

#anchor .dl li.dd3 {
	padding-right: 20px;
}

#anchor .dl li a {
	display: block;
	width: 118px;
	height: 31px;
	padding-right: 5px;
	border-radius: 31px;
	background: #fff url(../images/icon_01.png) no-repeat 100px / 9px auto;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

#anchor a:hover {
	opacity: 0.7;
}

#anchor .voice {
	display: inline;
}

.voice li {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}

.voice li a {
	display: block;
	height: 71px;
	padding-right: 5px;
	border-radius: 5px;
	background: #1fa50a url(../images/icon_02.png) no-repeat 110px / 9px auto;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 70px;
	color: #fff;
}

.voice li a:hover {
	opacity: 0.7;
}

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

.work {
	padding: 100px 0 0;
}

.work h2 {
	width: 500px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 40px;
	line-height: 70px;
	color: #1fa50a;
}

.work.odd h2 {
	margin-right: auto;
	text-align: right;
}

.work.even h2 {
	margin-left: auto;
	text-align: left;
}

.work .section {
	position: relative;
	z-index: 0;
}

.work .copy_30 {
	width: 500px;
	padding-top: 40px;
	padding-left: 40px;
	text-align: left;
}

.work.odd .copy_30 {
	margin: 0 0 30px auto;
}

.work.even .copy_30 {
	margin: 0 auto 30px 0;
}

.work .w580 {
	width: 580px;
	padding: 30px 40px 80px;
	background: #f2f2f2;
	text-align: left;
}

.work.odd .w580 {
	margin: 0 0 0 auto;
}

.work.even .w580 {
	margin: 0 auto 0 0;
}

.work .voice {
	margin-top: -40px;
}

.work.odd .voice {
	text-align: right;
}

.work.even .voice {
	text-align: left;
}

.work figure {
	width: 700px;
	height: 400px;
	position: absolute;
	top: 0;
	z-index: -1;
}

.work.odd figure {
	right: 50%;
}

.work.even figure {
	left: 50%;
}
