
/*=====================================

home.css

=====================================*/

#home main {
	position: relative;
	z-index: 2;
	background: #222 none repeat scroll 0 0;
}

/*-------------------------------------
 movie
-------------------------------------*/
#homeMovie {
	position: relative;
	z-index: 2;
}
#homeMovie video {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
.homeMovieScroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 60px;
	height: 34px;
	margin: auto;
	padding: 0 0 66px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	background: url(/images/movie_arw.png) no-repeat center bottom;
}







/*
-------------------------------------*/
.homeInfoBox {
	position: relative;
	z-index: 2;
	padding: 10px 15px;
	color: #fff;
	background: url(/common/images/bg01.png) repeat;
}
.homeInfoTitle {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.homeInfoTitle h2 {
	float: left;
	font-size: 24px;
	line-height: 1.4;
}
.homeInfoTitle p {
	float: right;
	padding: 10px 0 0 0;
}
.homeInfoTitle p a {
	padding: 0 0 0 12px;
	color: #fff;
	font-size: 14px;
	background: url(/common/images/icn_arw01.png) no-repeat left center;
}
.homeInfo dl {
	font-size: 13.6px;
}
.homeInfo dl dt {
}
.homeInfo dl dd {
	margin: 0 0 15px 0;
}



/*-------------------------------------
 layout
-------------------------------------*/
.homeTitle {
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.homeTitle:after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	content: "";
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 30px;
}
.homeSection:nth-child(odd) .homeTitle:after {
	right: 0;
}
.homeSection:nth-child(even) .homeTitle:after {
	left: 0;
}
.homeSection:nth-child(even) .homeDetail {
	text-align: right;
}
.homeTitleInner {
	display: inline-block;
	padding: 20px 0 40px 0;
	text-align: center;
}
.homeTitleInner p {
	width: 175px;
}
.homeTitle h2 {
	font-size: 25px;
	font-family: 'Open Sans';
	transform: scale(1,1.4);

}
.homeDetailInner {
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
}
.homeDetail .moreLink {
	text-align: center;
}
.homeDetail .moreLink a {
	display: inline-block;
	width: 114px;
	font-size: 13px;
	border: 1px solid #222;
}
.homeDetail .moreLink a em {
	display: inline-block;
	padding: 0 0 0 9px;
	line-height: 19px;
	background: url(/common/images/icn_arw02.png) no-repeat 0 center;
}
.homeSwiffy {
	width: 350px;
	margin: 0 auto;
}


/*-------------------------------------
 member
-------------------------------------*/
#homeMember .homeTitle:after {
	background-image: url(/images/member_arw.png);
}
#homeMember .homeTitle h2 {
	color: #eb791d;
}
#homeMember .homeDetail {
	background: #ccc;
}
.homeMemberList ul {
	max-width: 550px;
	padding: 58px 0 2px 15px;
	/*overflow: hidden;*/
}
.homeMemberList ul li {
	position: relative;
	float: left;
	width: 102px;
	height: 102px;
	margin: 0 0 46px 35px;
}
.homeMemberList ul li .memberName,
.homeMemberList ul li .memberPic {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	height: 102px;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.homeMemberList ul li .memberName {
	z-index: 2;
}
.homeMemberList ul li .memberName a {
	display: table-cell;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
.homeMemberList ul li .memberPic {
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.homeMemberList ul li .memberPic img {
	border: 3px solid #eb791d;
	border-radius: 50%;
	box-sizing: border-box;
}
.homeMemberList ul li:hover .memberName {
	-webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.homeMemberList ul li:hover .memberPic {
	-webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.homeMemberList ul li.garageLink {
	float: right;
	width: auto;
	height: auto;
	padding: 15px 0 0 0;
}
.homeMemberList ul li.garageLink a {
	display: table-cell;
	width: 250px;
	height: 78px;
	color: #676767;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	font-weight: 800;
	border-radius: 40px;
	box-sizing: border-box;
	vertical-align: middle;
	background: #fff;
}
.homeMemberList ul li.garageLink:hover a {
	border: 3px solid #eb791d;
	opacity: 1;
}
.memberIcn:after {
	position: absolute;
	top: -12px;
	right: -9px;
	z-index: 3;
	width: 48px;
	height: 32px;
	content: "";
	background: url(/images/icn_look.png) no-repeat 0 0;
	
	-webkit-animation-name:look;
	-webkit-animation-duration:0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	
	-moz-animation-name:look;
	-moz-animation-duration:0.8s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
}
@-webkit-keyframes look {
	0% {-webkit-transform:translate(0, 0);}
	10% {-webkit-transform:translate(0, -7px);}
	40% {-webkit-transform:translate(0, -13px);}
	50% {-webkit-transform:translate(0, -15px);}
	60% {-webkit-transform:translate(0, -13px);}
	75% {-webkit-transform:translate(0, -7px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes look {
	0% {-moz-transform:translate(0, 0);}
	10% {-moz-transform:translate(0, -7px);}
	40% {-moz-transform:translate(0, -13px);}
	50% {-moz-transform:translate(0, -15px);}
	60% {-moz-transform:translate(0, -13px);}
	75% {-moz-transform:translate(0, -7px);}
	100% {-moz-transform:translate(0, 0);}
}




/*-------------------------------------
 service
-------------------------------------*/
#homeService .homeTitle:after {
	background-image: url(/images/service_arw.png);
}
#homeService .homeTitle h2 {
	color: #dc63de;
}
#homeService .homeDetail {
	background: url(/images/service_bg.png) no-repeat right top #fff;
}
#homeService .homeDetailInner {
	padding: 45px 45px 35px 0;
}
.homeServiceList {
	margin: 0 0 10px 0;
	padding: 25px 29px 25px 26px;
	color: #fff;
	background: url(/common/images/bg02.png) repeat;
}
.homeServiceList h3 {
	display: table-cell;
	width: 205px;
	font-size: 23px;
	font-weight: bold;
	vertical-align: middle;
}
.homeServiceList .homeServiceListTxt {
	position: relative;
	display: table-cell;
	height: 130px;
	vertical-align: top;
}
.homeServiceList .homeServiceListTxt p {
	font-size: 12px;
}
.homeServiceList .homeServiceListTxt .moreLink {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.homeServiceList .homeServiceListTxt .moreLink a {
	display: inline-block;
	width: 114px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	border: 1px solid #fff;
}
.homeServiceList .homeServiceListTxt .moreLink a em {
	display: inline-block;
	padding: 0 0 0 9px;
	line-height: 19px;
	background: url(/common/images/icn_arw01.png) no-repeat 0 center;
}

/*-------------------------------------
 works
-------------------------------------*/
#homeWorks .homeTitle:after {
	background-image: url(/images/works_arw.png);
}
#homeWorks .homeTitle h2 {
	color: #0dd294;
}
#homeWorks .homeDetail {
	background: #ccc;
}
#homeWorks .homeDetailInner {
	padding: 35px 0 29px 30px;
}
.homeWorksList {
	overflow: hidden;
}
.homeWorksList li {
	position: relative;
	float: left;
	width: 170px;
	height: 175px;
	margin: 0 0 21px 19px;
	overflow: hidden;
}
.homeWorksList li a {
	display: block;
}
.homeWorksList li .worksDetail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -175px;
	width: 170px;
	height: 175px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background: rgba(0,0,0,0.6);
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.homeWorksList li a:hover .worksDetail {
	    -moz-transform: translateY(-100%);  
    -o-transform: translateY(-100%);  
    -webkit-transform: translateY(-100%);  
    transform: translateY(-100%);  	
}
.homeWorksList li .worksDetail dl {
	display: table-cell;
	width: 170px;
	height: 175px;
	vertical-align: middle;
}
.homeWorksList li .worksDetail dl dt {
	padding: 0 5px 15px 5px;
	font-size: 13px;
	font-weight: bold;
}
.homeWorksList li .worksDetail dl dt em {
	font-size: 20px;
}
.homeWorksList li .worksDetail dl dd {
	padding: 0 5px 0 5px;
	font-size: 12px;
}
#homeWorks .homeDetail .moreLink a {
	background: #ccc;
}




/*-------------------------------------
 company
-------------------------------------*/
#homeCompany .homeTitle:after {
	background-image: url(/images/company_arw.png);
}
#homeCompany .homeTitle h2 {
	color: #e2b937;
}
#homeCompany .homeDetail {
	background: #fff;
}
#homeCompany .homeDetailInner {
	padding: 60px 44px 28px 38px;
	font-size: 13px;
}
#homeCompany .homeDetail h3 em {
	color: #888;
	font-size: 26px;
}
#homeCompany .homeDetail dl {
	margin: 0 0 20px 0;
}
#homeCompany .homeDetail dl dt {
	clear: both;
	float: left;
	width: 145px;
}
#homeCompany .homeDetail dl dd {
	padding: 0 0 0 145px;
}
#homeCompany .homeDetail ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	list-style: disc;
}
#homeCompany .homeDetail .moreLink a {
	background: #fff;
}


/*-------------------------------------
 access
-------------------------------------*/
#homeAccess {
	height: 650px;
}
#homeAccess .homeTitle:after {
	background-image: url(/images/access_arw.png);
}
#homeAccess .homeTitle h2 {
	color: #27acea;
}
#homeAccess .homeDetail {
	background: #ccc;
}
#homeAccess .homeDetailInner {
	padding: 25px 0 12px 52px;
}
.homeAccessList {
	position: relative;
	width: 475px;
	margin: 10px 10px 35px 10px;
	padding: 10px 35px;
	line-height: 1.5;
	cursor: pointer;
	box-sizing: border-box;
	background: url(/common/images/bg03.png) repeat;
}
.homeAccessList:after {
	position: absolute;
	left: -10px;
	bottom: -10px;
	width: 495px;
	height: 10px;
	content: "";
	background: url(/images/access_bg_bottom.png) no-repeat 0 0;
}
.homeAccessList h3:after {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 495px;
	height: 10px;
	content: "";
	background: url(/images/access_bg_top.png) no-repeat 0 0;
}
.homeAccessList h3 {
	font-size: 12px;
}
.homeAccessList h3 em {
	font-size: 17px;
}
.homeAccessList p {
}
.homeAccessList.selected {
	background: url(/common/images/bg04.png) repeat;
}
.homeAccessList.selected:before {
	position: absolute;
	top: 40%;
	left: -44px;
	width: 36px;
	height: 24px;
	content: "";
	background: url(/images/map_arw.png) no-repeat 0 0;
}
.homeAccessList.selected h3 {
	color: #25759a;
}
.homeAccessMap li {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 600px;
	height: 650px;
}
.homeAccessMap .selected {
	display: block;
}




/*-------------------------------------
 recruit
-------------------------------------*/
#homeRecruit .homeTitle:after {
	background-image: url(/images/recruit_arw.png);
}
#homeRecruit .homeTitle h2 {
	color: #75dc36;
}
#homeRecruit .homeDetail {
	background: #fff;
}
#homeRecruit .homeDetailInner {
	padding: 125px 44px 115px 38px;
	font-size: 12px;
}
#homeRecruit .homeDetail h3 {
	font-size: 17px;
	line-height: 1.4;
}
#homeRecruit .homeDetail h3 em {
	color: #888;
	font-size: 26px;
}
#homeRecruit .homeDetail p {
	margin: 0 0 30px 0;
	line-height: 2.2;
}
#homeRecruit .homeDetail .moreLink a {
	background: #fff;
}


/*-------------------------------------
 contact
-------------------------------------*/
#homeContact .homeTitle:after {
	display: none;
}
#homeContact .homeTitle h2 {
	color: #dfd819;
}
#homeContact .homeDetail {
	background: #ccc;
}
.homeContactLink {
	padding: 85px 0 0 78px;
}
.homeContactLink li {
	padding: 5px 0 95px 0;
}
.homeContactLink li a {
	display: table-cell;
	height: 184px;
	font-size: 20px;
	vertical-align: middle;
	background-image: url(/images/contact_btn_push.png);
	background-repeat: no-repeat;
}
.homeContactLink01 a {
	padding: 0 0 0 246px;
	background-position: 10px 0;
}
.homeContactLink02 a {
	padding: 0 258px 0 0;
	background-position: right top;
}
.homeContactLink li a:hover {
	background-image: url(/images/contact_btn_push_on.png);
}















/*@media screen and (min-width: 1200px) {*/




.homeInfo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	width: 1200px;
	margin: auto;
}
.homeInfoBox {
	width: 348px;
	margin: 0 0 0 38px;
}
.homeInfoTitle p a:hover {
	color: #de1e1e;
}











/*-------------------------------------
 layout
-------------------------------------*/
.homeSection {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.homeSection:nth-child(odd) .homeTitle {
	text-align: right;
}
.homeSection:nth-child(even) {
	direction: rtl;
}
.homeSection:nth-child(even) .homeTitle {
	direction: ltr;
	text-align: left;
}
.homeSection:nth-child(even) .homeDetail {
	direction: ltr;
}
.homeTitle,
.homeDetail {
	display: table-cell;
	width: 50%;
}
.homeTitle:after,
.homeTitleInner {
	width: 560px;
}
.homeTitle:after {
	height: 60px;
	background-size: auto;
}
.homeTitleInner {
	padding: 60px 0;
}
.homeTitleInner p {
	width: auto;
}
.homeTitle h2 {
	font-size: 50px;
}
.homeDetailInner {
	width: 600px;
}
/* moreLink hover */
.homeDetail .moreLink a:hover {
	color: #fff;
	transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
}
.homeDetail .moreLink a:hover em {
	background: url(/common/images/icn_arw01.png) no-repeat 0 center;
}



/*-------------------------------------
 member
-------------------------------------*/



/*-------------------------------------
 service
-------------------------------------*/
#homeService .homeDetail .moreLink a:hover {
	border: 1px solid #dc63de;
	background: #dc63de;
}

/*-------------------------------------
 works
-------------------------------------*/
#homeWorks .homeDetail .moreLink a:hover {
	border: 1px solid #39b68a;
	background: #39b68a;
}


/*-------------------------------------
 company
-------------------------------------*/
#homeCompany .homeDetail .moreLink a:hover {
	border: 1px solid #e2b937;
	background: #e2b937;
}

/*-------------------------------------
 access
-------------------------------------*/


/*-------------------------------------
 recruit
-------------------------------------*/
#homeRecruit .homeDetail .moreLink a:hover {
	border: 1px solid #75dc36;
	background: #75dc36;
}


/*-------------------------------------
 contact
-------------------------------------*/



/*}*/















