@charset "utf-8";
body {
	color: #595656;
	width: 100%;
	min-width: 960px;
}
section {
	position: relative;
	width: 100%;
	min-width: 960px;
}
/*==================== header ====================*/
header {
	background: #fff;
	height: 140px;
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
}
header .inner {
	idth: 100%;
	min-width: 320px;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
}
header h1 {
	position: absolute;
	top: 35px;
	left: 0;
}
header h2 {
	position: absolute;
	top: 78px;
	left: 0;
	color: #918c8c;
	line-height: 140%;
	font-size: 10px;
}
header nav ul {
	position: absolute;
	right: 0;
	top: 77px;
}
header nav ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
header nav ul li {
	display: inline-block;
	margin: 0 30px 0 0;
	float: left;
}
header nav ul li:last-child {
	margin: 0;
}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
 16.65% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
 33.3% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 49.95% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 66.6% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 83.25% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes swing {
 16.65% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
}
 33.3% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 49.95% {
 -webkit-transform: translateY(4px);
 transform: translateY(4px);
}
 66.6% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 83.25% {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
header nav ul li.swing {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-left: 40px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
header nav ul li:nth-child(3).swing {
	padding-left: 34px;
}
header nav ul li.swing:before {
	position: absolute;
	left: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
header nav ul li:nth-child(1).swing:before {
	content: url(../images/icon_nav01.png);
}
header nav ul li.nav01 {
	background: url(../images/icon_nav01.png) no-repeat left center\9;
}
header nav ul li:nth-child(2).swing:before {
	content: url(../images/icon_nav02.png);
}
header nav ul li.nav02 {
	background: url(../images/icon_nav02.png) no-repeat left center\9;
}
header nav ul li:nth-child(3).swing:before {
	content: url(../images/icon_nav03.png);
}
header nav ul li.nav03 {
	background: url(../images/icon_nav03.png) no-repeat left center\9;
}
header nav ul li:nth-child(4).swing:before {
	content: url(../images/icon_nav04.png);
	padding: 4px 1px 0 1px;
}
header nav ul li.nav04 {
	background: url(../images/icon_nav04.png) no-repeat left center\9;
}
header nav ul .swing:hover:before, header nav ul .swing:focus:before, header nav ul .swing:active:before {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/*==================== main ====================*/
section#main {
	top: 140px;
	width: 100%;
	z-index: 100;
	position: relative;
	overflow: hidden;
}
section#main p {
	position: relative;
}
section#main p#copy {
	position: absolute;
	z-index: 9999;
}
section#main p img {
	width: 100%;
	height: auto;
	top: 10%;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
section#main h2 {
	text-align: center;
}
section#main h2 img {
	display: inline-block;
	text-align: center;
}
section#main ul {
	position: absolute;
	width: 100%;
	height: 428px;
	color: #fff;
	z-index: 10;
}
section#main ul li {
	position: absolute;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	line-height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	
	font-weight: bold;
}
section#main ul li:hover, section#main ul li:focus, section#main ul li:active {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
section#main ul li:nth-child(1) {
	font-size: 16px;
	width: 160px;
	padding: 72px 0;
	border-radius: 160px;
	background-color: rgba(142,177,34,0.80);
	top: 42px;
	left: -1%;
}
section#main ul li.work01 {
	font-size: 16px;
	width: 159px;
	padding: 72px 0 0;
	height: 87px;
	background: url(../images/circle_green_big.png) no-repeat;
	top: 42px;
	left: -1%;
}
section#main ul li:nth-child(2) {
	font-size: 12px;
	width: 118px;
	padding: 53px 0;
	border-radius: 160px;
	background-color: rgba(91,91,91,0.70);
	top: -20px;
	left: 30%;
	font-weight: bold;
}
section#main ul li.work02 {
	font-size: 12px;
	width: 118px;
	padding: 53px 0;
	background: url(../images/circle_black_mini.png) no-repeat;
	top: -20px;
	left: 30%;
	font-weight: bold;
}
section#main ul li:nth-child(3) {
	font-size: 12px;
	width: 118px;
	padding: 53px 0;
	border-radius: 160px;
	background-color: rgba(100,181,193,0.70);
	top: -35px;
	right: 26%;
	font-weight: bold;
}
section#main ul li.work03 {
	font-size: 12px;
	width: 196px;
	padding: 92px 0;
	height: 104px;
	background: url(../images/circle_blue_big.png) no-repeat;
	top: -35px;
	right: 26%;
	font-weight: bold;
}
section#main ul li:nth-child(4) {
	font-size: 16px;
	width: 160px;
	padding: 72px 0;
	border-radius: 160px;
	background-color: rgba(174,0,85,0.70);
	top: 90px;
	right: 8%;
}
section#main ul li.work04 {
	font-size: 16px;
	width: 144px;
	padding: 64px 0;
	height: 80px;
	background: url(../images/circle_red_big.png) no-repeat;
	top: 90px;
	right: 8%;
}
section#main ul li:nth-child(5) {
	font-size: 12px;
	width: 120px;
	padding: 54px 0;
	border-radius: 80px;
	background-color: rgba(174,0,85,0.70);
	top: 140px;
	left: 7%;
}
section#main ul li.work05 {
	font-size: 16px;
	width: 144px;
	padding: 64px 0;
	height: 80px;
	background: url(../images/circle_red_big.png) no-repeat;
	top: 140px;
	left: 7%;
}
section#main ul li:nth-child(6) {
	font-size: 14px;
	width: 140px;
	padding: 63px 0;
	border-radius: 160px;
	background-color: rgba(100,181,193,0.70);
	top: 300px;
	left: 5%;
}
section#main ul li.work06 {
	font-size: 12px;
	width: 196px;
	padding: 92px 0;
	height: 104px;
	background: url(../images/circle_blue_big.png) no-repeat;
	top: 300px;
	left: 5%;
}
section#main ul li:nth-child(7) {
	font-size: 12px;
	width: 120px;
	padding: 54px 0;
	border-radius: 80px;
	background-color: rgba(142,177,34,0.80);
	top: 354px;
	left: 25%;
}
section#main ul li.work07 {
	font-size: 12px;
	width: 94px;
	padding: 35px 0;
	height: 59px;
	background: url(../images/circle_green_mini.png) no-repeat;
	top: 354px;
	left: 25%;
}
section#main ul li:nth-child(8) {
	font-size: 16px;
	width: 160px;
	padding: 72px 0;
	border-radius: 160px;
	background-color: rgba(91,91,91,0.70);
	top: 404px;
	left: 45%;
	font-weight: bold;
}
section#main ul li.work08 {
	font-size: 16px;
	width: 159px;
	padding: 72px 0;
	background: url(../images/circle_black_big.png) no-repeat;
	top: 404px;
	left: 45%;
	font-weight: bold;
}
section#main ul li:nth-child(9) {
	font-size: 12px;
	width: 118px;
	padding: 53px 0;
	border-radius: 160px;
	background-color: rgba(174,0,85,0.70);
	top: 365px;
	left: 54%;
	font-weight: bold;
}
section#main ul li.work09 {
	font-size: 12px;
	width: 94px;
	padding: 41px 0;
	height: 53px;
	background: url(../images/circle_red_mini.png) no-repeat;
	top: 365px;
	left: 54%;
	font-weight: bold;
}
section#main ul li:nth-child(10) {
	font-size: 16px;
	width: 160px;
	padding: 72px 0;
	border-radius: 160px;
	background-color: rgba(142,177,34,0.80);
	top: 312px;
	right: -1%;
}
section#main ul li.work10 {
	font-size: 16px;
	width: 159px;
	padding: 72px 0 0;
	height: 87px;
	background: url(../images/circle_green_big.png) no-repeat;
	top: 312px;
	right: -1%;
}
section#main ul li:nth-child(11)  {
	font-size: 10px;
	width: 118px;
	padding: 53px 0;
	border-radius: 160px;
	background-color: rgba(142,177,34,0.80);
	top: 442px;
	left: -1%;
}
section#main ul li.work11{
	font-size: 12px;
	width: 94px;
	padding: 35px 0;
	height: 59px;
	background: url(../images/circle_green_mini.png) no-repeat;
	top: 442px;
	left: -1%;
}
section#main ul li:nth-child(12) {
	font-size: 10px;
	width: 118px;
	padding: 53px 0;
	border-radius: 160px;
	background-color: rgba(91,91,91,0.70);
	top: 470px;
	left: 20%;
	font-weight: bold;
}
section#main ul li.work12 {
	font-size: 12px;
	width: 118px;
	padding: 53px 0;
	background: url(../images/circle_black_mini.png) no-repeat;
	top: 470px;
	left: 20%;
	font-weight: bold;
}
section#main ul li:nth-child(13) {
	font-size: 20px;
	width: 220px;
	padding: 100px 0;
	border-radius: 220px;
	background-color: rgba(100,181,193,0.70);
	top: 635px;
	left: 36%;
	font-weight: bold;
}
section#main ul li.work13 {
	font-size: 12px;
	width: 196px;
	padding: 92px 0;
	height: 104px;
	background: url(../images/circle_blue_big.png) no-repeat;
	top: 635px;
	left: 36%;
	font-weight: bold;
}
section#main ul li:nth-child(14) {
	font-size: 12px;
	width: 160px;
	padding: 72px 0;
	border-radius: 160px;
	background-color: rgba(174,0,85,0.70);
	top: 590px;
	left: 28%;
}
section#main ul li.work14 {
	font-size: 12px;
	width: 94px;
	padding: 41px 0;
	height: 53px;
	background: url(../images/circle_red_mini.png) no-repeat;
	top: 590px;
	left: 28%;
}
section#main ul li:nth-child(15) {
	font-size: 12px;
	width: 120px;
	padding: 54px 0;
	border-radius: 80px;
	background-color: rgba(174,0,85,0.70);
	top: 540px;
	right: 13%;
}
section#main ul li.work15 {
	font-size: 12px;
	width: 94px;
	padding: 41px 0;
	height: 53px;
	background: url(../images/circle_red_mini.png) no-repeat;
	top: 540px;
	right: 13%;
}
section#main ul li:nth-child(16) {
	font-size: 14px;
	width: 140px;
	padding: 63px 0;
	border-radius: 160px;
	background-color: rgba(100,181,193,0.70);
	top: 700px;
	right: 12%;
}
section#main ul li.work16 {
	font-size: 12px;
	width: 196px;
	padding: 92px 0;
	height: 104px;
	background: url(../images/circle_blue_big.png) no-repeat;
	top: 700px;
	right: 12%;
}
section#main ul li:nth-child(17) {
	font-size: 12px;
	width: 120px;
	padding: 54px 0;
	border-radius: 80px;
	background-color: rgba(142,177,34,0.80);
	top: 684px;
	right: 25%;
}
section#main ul li.work17 {
	font-size: 16px;
	width: 159px;
	padding: 72px 0 0;
	height: 87px;
	background: url(../images/circle_green_big.png) no-repeat;
	top: 684px;
	right: 25%;
}
section#main ul li:nth-child(18) {
	font-size: 16px;
	width: 160px;
	padding: 72px 0;
	border-radius: 160px;
	background-color: rgba(91,91,91,0.70);
	top: 604px;
	right: 30%;
	font-weight: bold;
}
section#main ul li.work18 {
	font-size: 16px;
	width: 159px;
	padding: 72px 0;
	background: url(../images/circle_black_big.png) no-repeat;
	top: 604px;
	right: 30%;
	font-weight: bold;
}
section#main ul li:nth-child(19) {
	font-size: 12px;
	width: 118px;
	padding: 53px 0;
	border-radius: 160px;
	background-color: rgba(174,0,85,0.70);
	top: 600px;
	right: -2%;
	font-weight: bold;
}
section#main ul li.work19 {
	font-size: 12px;
	width: 94px;
	padding: 41px 0;
	height: 53px;
	background: url(../images/circle_red_mini.png) no-repeat;
	top: 600px;
	right: -2%;
	font-weight: bold;
}
section#main ul li:nth-child(20) {
	font-size: 16px;
	width: 160px;
	padding: 72px 0;
	border-radius: 160px;
	background-color: rgba(142,177,34,0.80);
	top: 612px;
	left: 8%;
}
section#main ul li.work20 {
	font-size: 16px;
	width: 159px;
	padding: 72px 0 0;
	height: 87px;
	background: url(../images/circle_green_big.png) no-repeat;
	top: 612px;
	left: 8%;
}
/*==================== pageNav ====================*/
section#pageNav {
	/*background: url(../images/arrow.png) no-repeat center bottom;*/
	background: #fff;
	height: 120px;
	z-index: 9000;
	/*margin-top: 568px;*/
	margin-bottom: 40px;
}
section#pageNav:after {
	content: url(../images/arrow_w.png);
	display: block;
	width: 82px;
	margin: 33px auto 0;
}
section#pageNav ul {
	display: block;
	text-align: center;
	position: relative;
}
section#pageNav ul li {
	text-align: center;
	display: inline-block;
	padding: 36px 60px 0;
	position: relative;
}
section#pageNav ul li a {
	display: block;
	padding-top: 34px;
	position: relative;
}
section#pageNav ul li.swing {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
section#pageNav ul li.swing:before {
	position: absolute;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
section#pageNav ul li:nth-child(1).swing:before {
	content: url(../images/icon_nav01.png);
	left: 97px;
}
section#pageNav ul li.sNav01 {
	background: url(../images/icon_nav01.png) no-repeat center 36px\9;
}
section#pageNav ul li:nth-child(2).swing:before {
	content: url(../images/icon_nav02.png);
	left: 101px;
}
section#pageNav ul li.sNav02 {
	background: url(../images/icon_nav02.png) no-repeat center 36px\9;
}
section#pageNav ul li:nth-child(3).swing:before {
	content: url(../images/icon_nav03.png);
	left: 94px;
}
section#pageNav ul li.sNav03 {
	background: url(../images/icon_nav03.png) no-repeat center 36px\9;
}
section#pageNav ul li:nth-child(4).swing:before {
	content: url(../images/icon_nav04.png);
	left: 91px;
}
section#pageNav ul li.sNav04 {
	background: url(../images/icon_nav04.png) no-repeat center 36px\9;
}
section#pageNav ul .swing:hover:before, section#pageNav ul .swing:focus:before, section#pageNav ul .swing:active:before {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/*==================== service ====================*/
section#service {
	background: url(../images/bg_services.jpg) no-repeat center bottom;
	background-position: center top\9;
	background-size: cover;
	z-index: 3000;
	margin-top: -47px;
	padding-bottom: 300px;
}
section#service h2 {
	padding-top: 86px;
	display: block;
	text-align: center;
}
section#service h2 img {
	display: inline;
	text-align: center;
}
section#service > ul {
	width: 960px;
	margin: 60px auto 0;
}
section#service > ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
section#service > ul > li {
	width: 470px;
	float: left;
	margin-right: 20px;
	margin-right: 10px\9;
	color: #fff;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 4px rgba(82,82,82,1.00);
	box-shadow: 0px 0px 4px rgba(82,82,82,0.20);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
section#service > ul > li:hover, section#service > ul > li:focus, section#service > ul > li:active {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	z-index: 99999;
}
section#service > ul > li:nth-child(even) {
	margin-right: 0;
}
section#service > ul > li > dl > dt {
	font-size: 18px;
	line-height: 100%;
	font-family: 'Ubuntu', sans-serif;
	padding: 16px 22px;
	opacity: 0.9;
}
section#service > ul > li:nth-child(1) > dl > dt {
	background: url(../images/icon_service01.png) no-repeat 410px center #ae0055;
}
section#service > ul > li.service01 > dl > dt {
	background: url(../images/icon_service01.png) no-repeat 410px center #ae0055\9;
}
section#service > ul > li:nth-child(2) > dl > dt {
	background: url(../images/icon_service02.png) no-repeat 410px center #64b5c1;
}
section#service > ul > li.service02 > dl > dt {
	background: url(../images/icon_service02.png) no-repeat 410px center #64b5c1\9;
}
section#service > ul > li:nth-child(3) > dl > dt {
	background: url(../images/icon_service03.png) no-repeat 410px center #717071;
}
section#service > ul > li.service03 > dl > dt {
	background: url(../images/icon_service03.png) no-repeat 410px center #717071\9;
}
section#service > ul > li:nth-child(4) > dl > dt {
	background: url(../images/icon_service04.png) no-repeat 410px center #8eb122;
}
section#service > ul > li.service04 > dl > dt {
	background: url(../images/icon_service04.png) no-repeat 410px center #8eb122\9;
}
section#service > ul > li > dl > dt > span {
	display: block;
	font-size: 12px;
	padding-top: 4px;
	line-height: 100%;
}
section#service > ul > li >dl > dd {
	font-size: 11px;
	line-height: 100%;
	padding: 5px 16px 10px 22px;
	opacity: 0.65;
}
section#service > ul > li:nth-child(1) > dl > dd {
	background-color: #ae0055;
}
section#service > ul > li.service01 > dl > dd {
	background-color: #F90079\9;
}
section#service > ul > li:nth-child(2) > dl > dd {
	background-color: #64b5c1;
}
section#service > ul > li.service02 > dl > dd {
	background-color: #98CDD5\9;
}
section#service > ul > li:nth-child(3) > dl > dd {
	background-color: #717071;
}
section#service > ul > li.service03 > dl > dd {
	background-color: #9C9B9C\9;
}
section#service > ul > li:nth-child(4) > dl > dd {
	background-color: #8eb122;
}
section#service > ul > li.service04 > dl > dd {
	background-color: #B7DB48\9;
}
section#service > ul > li > dl > dd > ul {
	width: 100%;
	position: relative;
}
section#service > ul > li > dl > dd > ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
section#service > ul > li > dl > dd > ul > li {
	float: left;
	display: inline-block;
	margin-top: 20px;
	width: 48%;
	padding-right: 2%;
	letter-spacing: -0.075em;
	display: block;
}
section#service > ul > li:nth-child(odd) > dl > dd > ul > li:nth-child(odd) {
	width: 54%;
}
section#service > ul > li:nth-child(odd) > dl > dd > ul > li:nth-child(even) {
	width: 42%;
}
/*==================== company ====================*/
section#company {
	background: url(../images/bg_company.png) no-repeat center top;
	background-size: cover;
	z-index: 5000;
	margin-top: -250px;
	height: 1186px;
}
section#company h2 {
	padding-top: 96px;
	display: block;
	text-align: center;
}
section#company h2 img {
	display: inline;
	text-align: center;
}
section#company #coProfile {
	width: 960px;
	margin: 60px auto 0;
}
section#company #coProfile:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
section#company #coProfile dl {
	width: 480px;
	float: left;
	display: table;
	height: 128px;
	margin-bottom: 1px;
	-webkit-box-shadow: 0px 4px 8px rgba(82,82,82,0.10);
	box-shadow: 0px 4px 8px rgba(82,82,82,0.10);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
section#company #coProfile dl:hover, section#company #coProfile dl:focus, section#company #coProfile dl:active {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	z-index: 99999;
	-webkit-box-shadow: 0px 4px 8px rgba(82,82,82,0.50);
	box-shadow: 0px 4px 8px rgba(82,82,82,0.50);
}
section#company #coProfile dl dt {
	width: 113px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding: 0 0 0 15px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	background: #D02E73;
}
section#company #coProfile dl:nth-child(2) dt, section#company #coProfile dl:nth-child(3) dt, section#company #coProfile dl:nth-child(6) dt, section#company #coProfile dl:nth-child(7) dt, section#company #coProfile dl:nth-child(10) dt {
	background: #5A5656;
}
section#company #coProfile dl dt span {
	font-family: "Meiryo UI", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	display: block;
	padding-top: 7px;
}
section#company #coProfile dl dd {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	opacity: 0.88;
	padding: 30px;
	line-height: 150%;
}
section#company #coProfile dl:hover dd, section#company #coProfile dl:focus dd, section#company #coProfile dl:active dd {
	opacity: 0.98;
}
section#company #coProfile dl:nth-child(2) dd a {
	display: inline-block;
	padding-left: 12px;
	background: url(../images/icon_map.png) no-repeat left center;
	background-size: 8px 12px;
	color: #D02E73;
	text-decoration: none;
}
section#company #coProfile dl:nth-child(2) dd a:hover {
	color: #595656;
	background: url(../images/icon_map_hover.png) no-repeat left center;
	background-size: 8px 12px;
}
/*==================== access ====================*/
section#access {
	z-index: 9000;
	margin-top: -250px;
	background: url(../images/bg_access.png) no-repeat center top;
	background-size: cover;
	height: 876px;
	padding-bottom: 40px;
}
section#access h2 {
	padding-top: 96px;
	display: block;
	text-align: center;
}
section#access h2 img {
	display: inline;
	text-align: center;
}
section#access #accessInfo {
	width: 960px;
	margin: 40px auto 0;
}
section#access #accessInfo:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
section#access > #accessInfo > p:first-child {
	width: 622px;
	width: 602px\9;
	float: left;
}
section#access > #accessInfo > p:first-child > img {
	width: 622px;
	width: 602px\9;
	height: auto\9;
	float: left;
}
section#access #accessInfo p:nth-child(2) {
	float: right;
	width: 300px;
	background: #595656;
	color: #fff;
	padding: 18px;
	line-height: 150%;
}
section#access #accessInfo p.companyInfo {
	float: right;
	width: 300px;
	background: #595656;
	color: #fff;
	padding: 18px;
	line-height: 150%;
}
section#access #accessInfo dl {
	float: right;
	width: 336px;
	line-height: 150%;
}
section#access #accessInfo dl dt {
	padding: 18px;
	width: 300px;
	background: #49B9C3;
	color: #fff;
	font-weight: bold;
	margin-top: 14px;
}
section#access #accessInfo dl dt:nth-of-type(2) {
	background: #ae0055;
}
section#access #accessInfo dl dt span {
	font-size: 10px;
}
section#access #accessInfo dl dd {
	padding: 18px 20px;
	width: 296px;
	background: #8DD2D9;
	color: #333;
}
section#access #accessInfo dl dd:nth-of-type(2) {
	background: #EE9DC3;
}
section#access #accessInfo p:last-child {
	clear: both;
	float: right;
	margin: 22px 22px 0 0;
}
section#access #accessInfo p.pdf {
	clear: both;
	float: right;
	margin: 22px 22px 0 0;
}
/*==================== contact ====================*/
section#contact {
	background: url(../images/bg_contact.jpg) no-repeat center bottom;
	background-position: center top\9;
	background-size: cover;
	padding-bottom: 100px;
	z-index: 190;
	background-attachment: fixed;
	margin-top: 140px;
}
section#contact h2 {
	padding-top: 60px;
	display: block;
	text-align: center;
}
section#contact h2 img {
	display: inline;
	text-align: center;
}
section#contact form {
	margin: 40px auto 0;
	width: 666px;
	padding: 40px 60px;
	background-color: rgba(255,255,255,0.84);
	background: #fff\9;
	color: #595656;
}
section#contact form p {
	font-size: 10px;
	line-height: 100%;
}
section#contact form .color_red {
	color: #D02E73;
	font-size: 14px;
	line-height: 100%;
	display: inline-block;
}
section#contact form table .jp {
	color: #D02E73;
	font-size: 11px;
	display: inline-block;
}
section#contact form table .small {
	font-size: 9px;
	padding-top: 12px;
	display: inline-block;
}
section#contact form table {
	margin: 30px 0 0;
	line-height: 200%;
}
section#contact form table th {
	width: 200px;
	font-size: 14px;
	padding-bottom: 40px;
	vertical-align: top;
	line-height: 160%;
}
section#contact form table td {
	font-size: 12px;
	padding-bottom: 40px;
	vertical-align: top;
}
input[type=radio], input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
input[type=radio] + label, input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
}

@media (min-width: 1px) {
input[type=radio], input[type=checkbox] {
	display: none;
	margin: 0;
}
input[type=radio] + label, input[type=checkbox] + label {
	padding: 0 0 0 18px;
}
input[type=radio] + label::before, input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	background: #d6d6d6;
}
input[type=radio] + label::before {
	border-radius: 30px;
}
input[type=checkbox] + label::before {
}
input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=radio]:checked + label::after {
	left: 3px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	background: #D02E73;
	border-radius: 8px;
}
input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #E71063;
	border-bottom: 3px solid #E71063;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
input[type=text] {
	border: solid 1px #b6b6b6;
	border-radius: 3px;
	padding: 8px;
}
section#contact textarea {
	border: solid 1px #b6b6b6;
	border-radius: 3px;
	padding: 8px;
	resize: none;
	font-size: 12px;
	width: 419px;
}
section#contact p {
	text-align: center;
	margin-bottom: 20px;
}
section#contact p button {
	border: none;
	font-size: 14px;
	font-weight: bold;
	background: #D02E73;
	text-align: center;
	color: #fff;
	line-height: 100%;
	letter-spacing: 0.025%;
	padding: 10px 80px;
	cursor: pointer;
}
section#contact p button:hover {
	background: #333;
}
#errCom p {
	display: block !important;
}
#errCom ul li {
	padding-bottom: 10px;
}
#errCom .color_red {
	color: #E7595C !important;
}
p#cmpMes {
	text-align: center;
}

/*==================== footer ====================*/
footer {
	clear: both;
	background: url(../images/bg_footer.png) repeat-x left top;
	overflow: hidden;
	height: 274px;
	width: 100%;
	min-width: 960px;
}
footer #footerContents {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
footer #footerContents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
footer #footerContents nav ul {
	margin: 46px 0 0 0;
	color: #ded6db;
}
footer #footerContents nav ul li {
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
}
footer #footerContents nav ul li a {
	color: #ded6db;
	text-decoration: none;
}
footer #footerContents p {
	font-size: 14px;
	color: #fff;
	line-height: 150%;
	margin-top: 34px;
}
footer #footerContents > ul {
	position: absolute;
	top: -10px;
	right: 0;
}
footer #footerContents > ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
footer #footerContents > ul li {
	float: left;
}
footer #footerContents > ul li:nth-child(1) img {
	width: 30px;
	padding-right: 8px;
}
footer #footerContents > ul li.fotterSNS01 img {
	width: 30px;
	padding-right: 8px;
}
footer #footerContents > ul li:nth-child(2) img {
	width: 42px;
	padding-top: 2px;
	padding-right: 1px;
}
footer #footerContents > ul li.fotterSNS02 img {
	width: 42px;
	padding-top: 2px;
	padding-right: 1px;
}
footer #footerContents > ul li:nth-child(3) img {
	width: 42px;
	padding-top: 4px;
	padding-right: 1px;
}
footer #footerContents > ul li.fotterSNS03 img {
	width: 42px;
	padding-top: 4px;
	padding-right: 1px;
}
footer #footerContents > ul li:nth-child(4) img {
	width: 42px;
	padding-top: 1px;
	padding-right: 1px;
}
footer #footerContents > ul li.fotterSNS04 img {
	width: 42px;
	padding-top: 1px;
	padding-right: 1px;
}
footer #footerContents > ul li:nth-child(5) img {
	width: 47px;
	padding-top: 4px;
	padding-right: 1px;
}
footer #footerContents > ul li.fotterSNS05 img {
	width: 47px;
	padding-top: 4px;
	padding-right: 1px;
}
footer #footerContents > ul li a img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
footer #footerContents > ul li a:hover img, footer #footerContents > ul li a:focus img, footer #footerContents > ul li a:active img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
footer #footerContents h2 {
	clear: both;
	border-top: solid 1px #a39fa3;
	width: 960px;
	margin-top: 24px;
	padding-top: 18px;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
footer #footerContents h3 {
	position: absolute;
	right: 0;
	top: 120px;
	width: 196px;
}
footer #footerContents h3 img {
	width: 196px;
	height: auto;
}
footer #footerContents p:last-child {
	font-size: 12px;
	color: #a59fa3;
	line-height: 100%;
	margin-top: 45px;
	text-align: center;
}
