@charset "UTF-8";


/* !wrapper
---------------------------------------------------------- */
#wrapper {
	padding-top: 0;
}
#fade{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index:9500;
}
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	z-index:9500;
}

/* !header
---------------------------------------------------------- */
#header {
	height: 55px;
	bottom: -55px;
	top: auto;
	opacity: 0;
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
	position: fixed;
}
@media screen and (max-width:767px){
	#header {
		bottom: auto;
		top: 0;
	}
}

/* !topFirstView
---------------------------------------------------------- */
#topFirstViewMask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e40011;
	z-index: 9000;
}
#topFirstView {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 1;
}
#topFirstView:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/new/common/img/top/bg_overlay01.png) 0 0 repeat;
	z-index: 10;
}
	#topFirstView h1 {
		opacity: 0;
		-ms-filter: "alpha( opacity=0 )";
		filter: alpha( opacity=0 );
		position: absolute;
		left: 117px;
		top: 55%;
		margin-top: -70px;
		z-index: 20;
	}
	#topFirstView p {
		opacity: 0;
		-ms-filter: "alpha( opacity=0 )";
		filter: alpha( opacity=0 );
		position: absolute;
		left: 50%;
		bottom: 58px;
		margin-left: -56px;
		z-index: 20;
	}
.backstretch {
	position: fixed !important;
}
@media screen and (max-width:767px){
#topFirstView {
	background-image: url(/new/common/img/top/bg_top_firstview01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
	#topFirstView h1 {
		left: 21px;
		margin-top:-30px;
	}
		#topFirstView h1 img {
			width: 281px;
			height: auto;
		}
	#topFirstView p {
		bottom: 34px;
		margin-left: -65px;
	}
		#topFirstView p img {
			width: 130px;
			height: auto;
		}
	.backstretch {
		display: none !important;
	}
}

/* !section
---------------------------------------------------------- */
.section {
	text-align: left;
}
#section02 {
	padding: 100px 117px;
	min-height: 1000px;
}
	#section02 .tit_basic01,
	#section02 .tit_basic01 + p {
		opacity: 0;
		-ms-filter: "alpha( opacity=0 )";
		filter: alpha( opacity=0 );
		margin-left: -50px;
	}
@media screen and (max-width:767px){
#section02 {
	padding: 50px 15px 75px;
	min-height: 0;
}
	#section02 .tit_basic01 {
	}
		#section02 .tit_basic01 img {
			width: 176px;
			height: auto;
		}
	#section02 .tit_basic01,
	#section02 .tit_basic01 + p {
		opacity: 1;
		-ms-filter: "alpha( opacity=100 )";
		filter: alpha( opacity=100 );
		margin-left: 0;
	}
}
#section03 {
	position: relative;
	color: #fff;
	background-image: url(/new/common/img/top/bg_culture01.jpg);
	background-position: center 55px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	transition: background-size 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
}
#section03.hover {
	background-size: 108% auto;
	-webkit-background-size: 108% auto;
	-moz-background-size: 108% auto;
}
	#section03 .bg {
		width: 100%;
		height: auto;
		visibility: hidden;
	}
	/* IE8 */
	html>/**/body #section03 .bg   {
		visibility /*\**/: visible\9;
	}
	body:not(:target)  #section03 .bg {
		visibility: hidden\9;
	}
	#section03 .inner {
		position: absolute;
		left: 117px;
		top: 50%;
		margin-top: -100px;
	}
		#section03 .tit_basic01 {
			margin-left: -13px;
			margin-top: 30px;
			opacity: 0;
			-ms-filter: "alpha( opacity=0 )";
			filter: alpha( opacity=0 );
		}
		#section03 .txt {
			margin-top: 30px;
			opacity: 0;
			-ms-filter: "alpha( opacity=0 )";
			filter: alpha( opacity=0 );
		}
		#section03 .btn {
			margin-top: 53px;
			opacity: 0;
			-ms-filter: "alpha( opacity=0 )";
			filter: alpha( opacity=0 );
			text-align: left;
		}
			#section03 .btn a {
				border: none;
				position: relative;
				display: inline-block;
			}
			#section03 .btn a:before,
			#section03 .btn a:after {
				content: "";
				height: 0;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				transition-delay: 0.4s;
				position: absolute;
				width: 0;
			}
			#section03 .btn a span:before,
			#section03 .btn a span:after {
				content: "";
				height: 0;
				position: absolute;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				width: 0;
			}
			#section03 .btn.on a:before {
				border-top: 1px solid #fff;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#section03 .btn.on a:after {
				border-bottom: 1px solid #fff;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#section03 .btn.on a span:before {
				border-left: 1px solid #fff;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#section03 .btn.on a span:after {
				border-right: 1px solid #fff;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
@media screen and (max-width:767px){
#section03 {
	background: none;
}
	#section03 .bg {
		visibility: visible;
	}
	#section03 .inner {
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		padding: 0 15px;
		margin-top: -124px;
	}
		#section03 .tit_basic01 {
			margin-left: -6px;
			margin-top: 0;
			opacity: 1;
			-ms-filter: "alpha( opacity=100 )";
			filter: alpha( opacity=100 );
		}
			#section03 .tit_basic01 img {
				width: 238px;
				height: auto;
			}
		#section03 .txt {
			margin-left: 0;
			margin-top: 0;
			opacity: 1;
			-ms-filter: "alpha( opacity=100 )";
			filter: alpha( opacity=100 );
		}
		#section03 .btn {
			text-align: center;
			margin-top: 100px !important;
			margin-left: 0;
			opacity: 1;
			-ms-filter: "alpha( opacity=100 )";
			filter: alpha( opacity=100 );
		}
			#section03 .btn a {
				border: 1px solid #fff;
			}
			#section03 .btn a:before,
			#section03 .btn a:after {
				display: none;
			}
		#section03 p {
			font-size: 90%;
		}
}
#section04 {
	padding: 114px 50px 100px;
}
	#section04 .titWrap {
		margin: 0 0 40px 67px;
	}
		#section04 .tit_basic01,
		#section04 .tit_basic01 + p {
			margin-left: -50px;
			opacity: 0;
			-ms-filter: "alpha( opacity=0 )";
			filter: alpha( opacity=0 );
		}
@media screen and (max-width:767px){
#section04 {
	padding: 60px 15px;
}
	#section04 .titWrap {
		margin: 0 0 40px 0;
	}
	#section04 .tit_basic01 {
	}
		#section04 .tit_basic01 img {
			width: 182px;
			height: auto;
		}
		#section04 .inner p {
			font-size: 90%;
		}
		#section04 .tit_basic01,
		#section04 .tit_basic01 + p {
			margin-left: 0;
			opacity: 1;
			-ms-filter: "alpha( opacity=100 )";
			filter: alpha( opacity=100 );
		}
}
#section05 {
	background-color: #262121;
	padding: 100px 117px 140px;
	color: #fff;
}
	#section05 .tit_basic01 {
		margin-bottom: 43px;
	}
		#section05 .tit_basic01 > img {
			vertical-align: top;
			margin-right: 108px;
			margin-left: -50px;
			opacity: 0;
			-ms-filter: "alpha( opacity=0 )";
			filter: alpha( opacity=0 );
		}
		#section05 .tit_basic01 span {
			margin-top: 23px;
			display: inline-block;
			vertical-align: top;
			margin-left: -50px;
			opacity: 0;
			-ms-filter: "alpha( opacity=0 )";
			filter: alpha( opacity=0 );
		}
@media screen and (max-width:767px){
#section05 {
	padding: 60px 15px 35px;
}
	#section05 .tit_basic01 {
		margin-bottom: 40px;
	}
		#section05 .tit_basic01 > img {
			margin-right: 0;
			width: 152px;
			height: auto;
			margin-left: 0;
			opacity: 1;
			-ms-filter: "alpha( opacity=100 )";
			filter: alpha( opacity=100 );
		}
		#section05 .tit_basic01 span {
			margin-top: 25px;
			display: block;
			margin-left: 0;
			opacity: 1;
			-ms-filter: "alpha( opacity=100 )";
			filter: alpha( opacity=100 );
		}
			#section05 .tit_basic01 span > img {
				width: 273px;
				height: auto;
			}
}
#section06 {
	padding-bottom: 140px;
}
	#section06 #googleMap {
		width: 100%;
		height: 370px;
	}
	#section06 .btn {
		text-align: center;
		position: relative;
		top: 100px;
		opacity: 0;
		-ms-filter: "alpha( opacity=0 )";
		filter: alpha( opacity=0 );
	}
		#section06 .btn a {
			border: none;
			position: relative;
		}
			#section06 .btn a:before,
			#section06 .btn a:after {
				content: "";
				height: 0;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				transition-delay: 0.4s;
				position: absolute;
				width: 0;
			}
			#section06 .btn span:before,
			#section06 .btn span:after {
				content: "";
				height: 0;
				position: absolute;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				width: 0;
			}
			#section06 .btn.on a:before {
				border-top: 1px solid #ababab;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#section06 .btn.on a:after {
				border-bottom: 1px solid #ababab;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#section06 .btn.on a span:before {
				border-left: 1px solid #ababab;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#section06 .btn.on a span:after {
				border-right: 1px solid #ababab;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#section06 .btn.on a:hover:before {
				border-top: 1px solid #e50011;
			}
			#section06 .btn.on a:hover:after {
				border-bottom: 1px solid #e50011;
			}
			#section06 .btn.on a:hover span:before {
				border-left: 1px solid #e50011;
			}
			#section06 .btn.on a:hover span:after {
				border-right: 1px solid #e50011;
			}

@media screen and (max-width:767px){
#section06 {
	padding-bottom: 45px;
}
	#section06 #googleMap {
		width: 100%;
		height: 297px;
	}
	#section06 .btn {
		position: static;
		margin-top: 45px !important;
		opacity: 1;
		-ms-filter: "alpha( opacity=100 )";
		filter: alpha( opacity=100 );
	}
		#section06 .btn a {
			border: 1px solid #ababab;
		}
}

/* !listStaff
---------------------------------------------------------- */
#listStaff {
	margin: 0 auto;
	overflow: hidden;
}
	#listStaff li {
		float: left;
		width: 25%;
		position: relative;
		top: 50px;
		opacity: 0;
		-ms-filter: "alpha( opacity=0 )";
		filter: alpha( opacity=0 );
	}
	#listStaff li.visible {
		opacity: 1;
		-ms-filter: "alpha( opacity=100 )";
		filter: alpha( opacity=100 );
	}
	#listStaff li.active span {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: url(/new/common/img/bg_disabled03.png) 0 0 repeat;
		z-index: 100;
	}
		#listStaff li img {
			width: 100%;
			height: auto;
			position: absolute;
			left: 0;
			z-index: 1;
			image-rendering: optimizeQuality;
		}
		#listStaff li a > img {
			position: relative;
			z-index: 100;
		}
		/* IE8 */
		html>/**/body #listStaff li a:hover > img   {
			filter /*\**/: alpha( opacity=100 )\9 !important;
		}
		#listStaff li mark {
			display: inline-block;
			color: #fff;
			padding: 4px 11px;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 100;
			font-weight: bold;
			background-color: #e40011;
		}
		#listStaff li .bx-wrapper {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		#listStaff li .bx-controls {
			display: none;
		}
		.slideShow {
			height: 100%;
			background-position: 0 0;
			background-repeat: no-repeat;
			background-size: 100% auto;
			-webkit-background-size: 100% auto;
			-moz-background-size: 100% auto;
		}
@media screen and (max-width:767px){
	#listStaff li {
		width: 50%;
		overflow: hidden;
		top: 0 !important;
		opacity: 1;
		-ms-filter: "alpha( opacity=100 )";
		filter: alpha( opacity=100 );
	}
		#listStaff li .bx-wrapper {
			display: none;
		}
		#listStaff li img {
			max-width: 100%;
		}
		#listStaff li a > img {
			max-width: 100%;
		}
		#listStaff li:hover a > img {
			opacity: 1 !important;
		}
		#listStaff li mark {
			padding: 3px 5px;
		}
}
/* !listService2
---------------------------------------------------------- */
#listService2 {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 50px 0;
	margin:390px auto 0;
}
	#listService2 li {
		display: table-cell;
		width: 382px;
		padding: 0 20px;
		position: relative;
	}
		#listService2 li > div {
			position: absolute;
			top: 50px;
			opacity: 0;
			-ms-filter: "alpha( opacity=0 )";
			filter: alpha( opacity=0 );
		}
			#listService2 li > div > div {
				min-height: 290px;
			}
		#listService2 li figure {
			text-align: center;
			margin-bottom: 20px;
		}
			#listService2 li.list01 figure a > img {
				margin: 10px 0 16px;
			}
			#listService2 li.list02 figure a > img {
				margin: 7px 0 24px;
			}
			#listService2 li.list03 figure a > img {
				margin: 0 0 13px;
			}
			#listService2 li figure figcaption {
			}
		#listService2 li p {
			color: #666;
			font-size: 90%;
			}
			#listService2 li .btn_basic01 a {
				width: 210px;
				height: 45px;
				background-image: url(/new/common/img/btn_more04_pc_no.png);
				background-position: -4px center;
				position: relative;
				border: none;
			}
			#listService2 li .btn_basic01 a:hover {
				background-image: url(/new/common/img/btn_more04_pc_on.png);
				background-position: -4px center;
			}
			#listService2 li .btn_basic01 a:before,
			#listService2 li .btn_basic01 a:after {
				content: "";
				height: 0;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				transition-delay: 0.4s;
				position: absolute;
				width: 0;
			}
			#listService2 li .btn_basic01 a span:before,
			#listService2 li .btn_basic01 a span:after {
				content: "";
				height: 0;
				position: absolute;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				width: 0;
			}
			#listService2 li .btn_basic01.on a:before {
				border-top: 1px solid #ababab;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#listService2 li .btn_basic01.on a:after {
				border-bottom: 1px solid #ababab;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#listService2 li .btn_basic01.on a span:before {
				border-left: 1px solid #ababab;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#listService2 li .btn_basic01.on a span:after {
				border-right: 1px solid #ababab;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#listService2 li .btn_basic01.on a:hover:before,
			#listService2 li .btn_basic01.on a:hover:after,
			#listService2 li .btn_basic01.on a:hover span:before,
			#listService2 li .btn_basic01.on a:hover span:after {
				border-color: #e50011;
			}
		#listService2 li .img01 {
			vertical-align: 0;
			margin-right: 15px;
		}
	#listService2 + .btn {
		text-align: center;
		margin-top: 54px;
	}
@media screen and (max-width:767px){
#listService2 {
	display: block;
	margin: 0;
}
	#listService2 li {
		display: block;
		padding: 0;
		text-align: center;
		width: auto;
		height: auto;
		margin-bottom: 40px;
	}
	#listService2 li:first-child {
		padding: 0;
	}
	#listService2 li:last-child {
		padding: 0;
		margin-bottom: 0;
	}
		#listService2 li > div {
			position: static;
			top: 0 !important;
			opacity: 1 !important;
			width: auto;
			height: auto;
		}
			#listService2 li > div > div {
				min-height: 0;
			}
		#listService2 li figure {
			margin-bottom: 14px;
		}
			#listService2 li.list01 figure a > img {
				width: 45px;
				height: auto;
				margin: 0 0 14px;
			}
			#listService2 li.list02 figure a > img {
				width: 45px;
				margin: 0 0 15px;
			}
			#listService2 li.list03 figure a > img {
				width: 43px;
				margin: 0 0 16px;
			}
			#listService2 li.list01 figure figcaption > img {
				width: 90px;
				height: auto;
			}
			#listService2 li.list02 figure figcaption > img {
				width: 90px;
			}
	#listService2 + .btn {
		margin-top: 40px;
	}
	#listService2 li .btn_basic01 {
		position: static;
		margin-top: 15px;
	}
		#listService2 li .btn_basic01 a,
		#listService2 li .btn_basic01 a:hover {
			border: 1px solid #ababab;
			width: 113px;
			height: 29px;
			background-image: url(/new/common/img/btn_more04_sp.png);
			background-size: 113px 29px;
			-webkit-background-size: 113px 29px;
			-moz-background-size: 113px 29px;
		}
			#listService2 li .btn_basic01 a:before,
			#listService2 li .btn_basic01 a:after,
			#listService2 li .btn_basic01 a span:before,
			#listService2 li .btn_basic01 a span:after {
				display: none;
			}
}

/* !listRecuruit
---------------------------------------------------------- */
/* !listService
---------------------------------------------------------- */
#listService {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 70px;
}
	#listService li {
		display: table-cell;
		padding: 0 20px;
		position: relative;
	}
	#listService li:first-child {
		padding: 0 40px 0 0;
	}
	#listService li:last-child {
		padding: 0 0 0 40px;
	}
		#listService li > div {
			position: absolute;
			top: 50px;
			opacity: 0;
			-ms-filter: "alpha( opacity=0 )";
			filter: alpha( opacity=0 );
		}
			#listService li > div > div {
				min-height: 290px;
			}
		#listService li figure {
			text-align: center;
			margin-bottom: 20px;
		}
			#listService li.list01 figure a > img {
				margin: 10px 0 16px;
			}
			#listService li.list02 figure a > img {
				margin: 7px 0 24px;
			}
			#listService li.list03 figure a > img {
				margin: 0 0 13px;
			}
			#listService li figure figcaption {
			}
		#listService li p {
			color: #666;
			font-size: 90%;
		}
		#listService li .btn_basic01 {
		}
			#listService li .btn_basic01 a {
				width: 210px;
				height: 45px;
				background-image: url(/new/common/img/btn_more04_pc_no.png);
				background-position: -4px center;
				position: relative;
				border: none;
			}
			#listService li .btn_basic01 a:hover {
				background-image: url(/new/common/img/btn_more04_pc_on.png);
				background-position: -4px center;
			}
			#listService li .btn_basic01 a:before,
			#listService li .btn_basic01 a:after {
				content: "";
				height: 0;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				transition-delay: 0.4s;
				position: absolute;
				width: 0;
			}
			#listService li .btn_basic01 a span:before,
			#listService li .btn_basic01 a span:after {
				content: "";
				height: 0;
				position: absolute;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				width: 0;
			}
			#listService li .btn_basic01.on a:before {
				border-top: 1px solid #ababab;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#listService li .btn_basic01.on a:after {
				border-bottom: 1px solid #ababab;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#listService li .btn_basic01.on a span:before {
				border-left: 1px solid #ababab;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#listService li .btn_basic01.on a span:after {
				border-right: 1px solid #ababab;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#listService li .btn_basic01.on a:hover:before,
			#listService li .btn_basic01.on a:hover:after,
			#listService li .btn_basic01.on a:hover span:before,
			#listService li .btn_basic01.on a:hover span:after {
				border-color: #e50011;
			}
		#listService li .img01 {
			vertical-align: 0;
			margin-right: 15px;
		}
	#listService + .btn {
		text-align: center;
		margin-top: 54px;
	}
@media screen and (max-width:767px){
#listService{
	display: block;
	margin-top: 35px;
}
#listService2{
	display: block;
	margin: 0;

}
	#listService li {
		display: block;
		padding: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	#listService li:first-child {
		padding: 0;
	}
	#listService2 li:last-child {
		margin-bottom: 0;
	}
	#listService li:last-child,
	#listService2 li:last-child{
		padding: 0;
	}
		#listService li > div {
			position: static;
			top: 0 !important;
			opacity: 1 !important;
		}
			#listService li > div > div {
				min-height: 0;
			}
		#listService li figure {
			margin-bottom: 14px;
		}
			#listService li.list01 figure a > img {
				width: 54px;
				height: auto;
				margin: 0 0 14px;
			}
			#listService li.list02 figure a > img {
				width: 50px;
				margin: 0 0 15px;
			}
			#listService li.list03 figure a > img {
				width: 43px;
				margin: 0 0 16px;
			}
			#listService li.list01 figure figcaption > img {
				width: 127px;
				height: auto;
			}
			#listService li.list02 figure figcaption > img {
				width: 139px;
			}
			#listService li.list03 figure figcaption > img {
				width: 79px;
			}
	#listService + .btn {
		margin-top: 40px;
	}
	#listService li .btn_basic01 {
		margin-top: 15px;
	}
		#listService li .btn_basic01 a,
		#listService li .btn_basic01 a:hover {
			border: 1px solid #ababab;
			width: 113px;
			height: 29px;
			background-image: url(/new/common/img/btn_more04_sp.png);
			background-size: 113px 29px;
			-webkit-background-size: 113px 29px;
			-moz-background-size: 113px 29px;
		}
			#listService li .btn_basic01 a:before,
			#listService li .btn_basic01 a:after,
			#listService li .btn_basic01 a span:before,
			#listService li .btn_basic01 a span:after {
				display: none;
			}
}

/* !listRecuruit
---------------------------------------------------------- */
#listRecuruit {
	color: #fff;
}
	#listRecuruit li {
		position: relative;
		color: #fff;
		margin-bottom: 2px;
		top: 30px;
		opacity: 0;
		-ms-filter: "alpha( opacity=0 )";
		filter: alpha( opacity=0 );
		overflow: hidden;
	}
	#listRecuruit li.disabled:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: url(/new/common/img/bg_disabled01.png) 0 0 repeat;
		z-index: 1;
	}
	#listRecuruit li.list01 {
	}
	#listRecuruit li.list01:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(/new/common/img/top/bg_recuruit01_pc.jpg);
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		transition: 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
		-ms-transition: 0.2s;
	}
	#listRecuruit li.list01.hover:before {
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-o-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}
	#listRecuruit li.list02:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(/new/common/img/top/bg_recuruit02_pc.jpg);
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		transition: 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
		-ms-transition: 0.2s;
	}
	#listRecuruit li.list02.hover:before {
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-o-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}
		#listRecuruit li .bg {
			width: 100%;
			height: auto;
			visibility: hidden;
		}
		/* IE8 */
		html>/**/body #listRecuruit li .bg   {
			visibility /*\**/: visible\9;
		}
		body:not(:target)  #listRecuruit li .bg {
			visibility: hidden\9;
		}
		#listRecuruit li .inner {
			position: absolute;
			top: 50%;
			z-index: 10;
		}
		#listRecuruit li.list01 .inner {
			left: 55px;
			margin-top: -70px;
		}
		#listRecuruit li.list02 .inner {
			left: 66px;
			margin-top: -70px;
		}
			#listRecuruit li.list01 .inner .detail {
				margin-left: 11px;
			}
				#listRecuruit li .inner .detail .btn {
					margin-top: 16px;
					text-align: left;
				}
				#listRecuruit li .inner .detail .btn a {
					position: relative;
					border: none;
				}
			#listRecuruit li .inner .detail .btn a:before,
			#listRecuruit li .inner .detail .btn a:after {
				content: "";
				height: 0;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				transition-delay: 0.4s;
				position: absolute;
				width: 0;
			}
			#listRecuruit li .inner .detail .btn a span:before,
			#listRecuruit li .inner .detail .btn a span:after {
				content: "";
				height: 0;
				position: absolute;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				width: 0;
			}
			#listRecuruit li .inner .detail .btn.on a:before {
				border-top: 1px solid #fff;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#listRecuruit li .inner .detail .btn.on a:after {
				border-bottom: 1px solid #fff;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#listRecuruit li .inner .detail .btn.on a span:before {
				border-left: 1px solid #fff;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#listRecuruit li .inner .detail .btn.on a span:after {
				border-right: 1px solid #fff;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#listRecuruit li .inner h3 {
				margin-top: 30px;
				opacity: 0;
				-ms-filter: "alpha( opacity=0 )";
				filter: alpha( opacity=0 );
			}
			#listRecuruit li.list01 .inner h3 {
				margin-bottom: 10px;
			}
			#listRecuruit li.list02 .inner h3 {
				margin-bottom: 16px;
			}
			#listRecuruit li.disabled .inner h3 {
			}
			#listRecuruit li .inner .txt {
				margin-top: 30px;
				opacity: 0;
				-ms-filter: "alpha( opacity=0 )";
				filter: alpha( opacity=0 );
			}
			#listRecuruit li .inner .txt + p {
				margin-top: 30px;
				opacity: 0;
				-ms-filter: "alpha( opacity=0 )";
				filter: alpha( opacity=0 );
			}
			#listRecuruit li .inner .txt + p.btn {
				margin-top: 46px;
			}
				#listRecuruit li.disabled .inner .detail p {
					color: #a39f9c;
				}
				#listRecuruit li.disabled .inner .detail p.txt_color01 {
					font-size: 129%;
				}
@media screen and (max-width:767px){
	#listRecuruit li {
		opacity: 1;
		-ms-filter: "alpha( opacity=100 )";
		filter: alpha( opacity=100 );
	}
	#listRecuruit li:last-child {
		margin-bottom: 0;
	}
		#listRecuruit li.list01:before,
		#listRecuruit li.list02:before {
			display: none;
		}
		#listRecuruit li .bg {
			visibility: visible;
		}
		#listRecuruit li .inner {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		#listRecuruit li.list01 .inner {
			left: 0;
			padding: 30px 25px 50px;
			margin-top: 0;
		}
		#listRecuruit li.list02 .inner {
			left: 0;
			padding: 30px 25px 50px;
			margin-top: 0;
		}
			#listRecuruit li.list01 .inner .detail {
				margin-left: 0;
			}
				#listRecuruit li .inner .detail .btn {
					position: absolute;
					left: 50%;
					bottom: 50px;
					margin-top: 0 !important;
					margin-left: -95px;
					text-align: center;
					opacity: 1;
					-ms-filter: "alpha( opacity=100 )";
					filter: alpha( opacity=100 );
				}
					#listRecuruit li .inner .detail .btn a {
						border: 1px solid #fff;
					}
				#listRecuruit li .inner .txt {
					margin-top: 0;
					opacity: 1;
					-ms-filter: "alpha( opacity=100 )";
					filter: alpha( opacity=100 );
				}
			#listRecuruit li.list01 .inner h3 {
				margin: 0 0 0 -6px;
				width: 199px;
				height: 66px;
				background-image: url(/new/common/img/top/tit_top_newgraduate01_sp.png);
				background-position: 0 0;
				background-repeat: no-repeat;
				background-size: 199px 66px;
				-webkit-background-size: 199px 66px;
				-moz-background-size: 199px 66px;
				opacity: 1;
				-ms-filter: "alpha( opacity=100 )";
				filter: alpha( opacity=100 );
			}
				#listRecuruit li.list01 .inner h3 img {
					display: none;
				}
			#listRecuruit li.list02 .inner h3 {
				margin: 0 0 0 -6px;
				width: 150px;
				height: 36px;
				background-image: url(/new/common/img/top/tit_top_career01_sp.png);
				background-position: 0 0;
				background-repeat: no-repeat;
				background-size: 150px 36px;
				-webkit-background-size: 150px 36px;
				-moz-background-size: 150px 36px;
				opacity: 1;
			}
			#listRecuruit li.list01.disabled .inner h3,
			#listRecuruit li.list02.disabled .inner h3 {
				opacity: 0.4;
			}
				#listRecuruit li.list02 .inner h3 img {
					display: none;
				}
				#listRecuruit li.disabled .inner .detail p.txt_color01 {
					font-size: 100%;
					margin-top: 0;
					opacity: 1;
				}
			#listRecuruit li .inner .detail .btn a:before,
			#listRecuruit li .inner .detail .btn a:after,
			#listRecuruit li .inner .detail .btn a span:before,
			#listRecuruit li .inner .detail .btn a span:after {
				display: none;
			}
}

/* !listAbout
---------------------------------------------------------- */
#listAboutWrap {
	position: relative;
	top: 30px;
	opacity: 0;
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha( opacity=0 );
}
#listAboutWrap:before,
#listAboutWrap:after {
	content: "";
	height: 0;
	transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
	transition-delay: 0.4s;
	position: absolute;
	width: 0;
}
#listAboutWrap.on:before {
	border-top: 1px solid #4a4949;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
}
#listAboutWrap.on:after {
	border-bottom: 1px solid #4a4949;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
}
#listAbout {
	width: 100%;
	display: table;
	table-layout: fixed;
}
	#listAbout > li {
		display: table-cell;
		vertical-align: top;
		background: #161212 url(/new/common/img/top/bg_table01.png) 0 0 repeat-y;
		padding-bottom: 75px;
	}
	#listAbout table {
		width: 100%;
		font-size: 86%;
	}
		#listAbout table th,
		#listAbout table td {
			vertical-align: top;
			xborder-top: 1px solid #4a4949;
		}
		/* IE8 */
		html>/**/body #listAbout table th,
		html>/**/body #listAbout table td {
			border-top /*\**/: 1px solid #4a4949\9;
		}
		/* IE9 */
		body:not(:target)  #listAbout table th,
		body:not(:target)  #listAbout table td {
			border-top: 1px solid #4a4949\9;
		}
		/* IE10 */
		@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		body #listAbout table th,
		body #listAbout table td{
			border-top: none !important;
		}
		}
		@media screen and (min-width:768px){
		#listAbout table tr {
			display: block;
			position: relative;
		}
		}
		#listAboutWrap table tr:before {
			content: "";
			height: 0;
			transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
			transition-delay: 0.8s;
			position: absolute;
			width: 0;
		}
		#listAboutWrap table tr:first-child:before {
			display: none;
		}
		#listAboutWrap.on table tr:before {
			border-top: 1px solid #4a4949;
			left: 0;
			top: 0;
			width: 100%;
			height: 1px;
		}
		#listAboutWrap.on table tr:nth-child(even):before {
			left: auto;
			right: 0;
		}
		#listAbout table th {
			width: 120px;
			padding: 25px 10px;
		}
		#listAbout table td {
			padding: 25px 15px;
		}
			#listAbout table td li {
				margin-bottom: 15px;
			}
			#listAbout table td li:last-child {
				margin-bottom: 0;
			}
	#listAboutWrap + .btn {
		text-align: center;
		position: relative;
		top: 70px;
		opacity: 0;
	}
		#listAboutWrap + .btn a {
			position: relative;
			border: none;
		}
			#listAboutWrap + .btn a:before,
			#listAboutWrap + .btn a:after {
				content: "";
				height: 0;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				transition-delay: 0.4s;
				position: absolute;
				width: 0;
			}
			#listAboutWrap + .btn span:before,
			#listAboutWrap + .btn span:after {
				content: "";
				height: 0;
				position: absolute;
				transition: width 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s, height 0.4s cubic-bezier(0.105, 0.75, 0.175, 1) 0s;
				width: 0;
			}
			#listAboutWrap + .btn.on a:before {
				border-top: 1px solid #ababab;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#listAboutWrap + .btn.on a:after {
				border-bottom: 1px solid #ababab;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#listAboutWrap + .btn.on a span:before {
				border-left: 1px solid #ababab;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			#listAboutWrap + .btn.on a span:after {
				border-right: 1px solid #ababab;
				bottom: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}
			#listAboutWrap + .btn.on a:hover:before {
				border-top: 1px solid #e50011;
			}
			#listAboutWrap + .btn.on a:hover:after {
				border-bottom: 1px solid #e50011;
			}
			#listAboutWrap + .btn.on a:hover span:before {
				border-left: 1px solid #e50011;
			}
			#listAboutWrap + .btn.on a:hover span:after {
				border-right: 1px solid #e50011;
			}

@media screen and (max-width:767px){
#listAboutWrap {
	position: static;
	opacity: 1;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
}
#listAbout {
	display: block;
	border-bottom: 1px solid #4a4949;
}
	#listAbout > li {
		display: block;
		background: none;
		padding-bottom: 0;
	}
	#listAbout table {
		font-size: 90%;
	}
		#listAbout table tr:before,
		#listAbout table tr:after {
			display: none;
		}
		#listAbout table th,
		#listAbout table td {
			vertical-align: top;
			border-top: 1px solid #4a4949;
		}
		#listAbout table th {
			width: 36%;
			padding: 20px 15px;
			background-color: #161212;
		}
		#listAbout table td {
			padding: 20px 13px;
			background-color: #262121;
		}
			#listAbout table td li {
				margin-bottom: 1px;
			}
			#listAbout table td li:last-child {
				margin-bottom: 0;
			}
	#listAboutWrap + .btn {
		text-align: center;
		position: static;
		margin-top: 34px;
		opacity: 1;
		-ms-filter: "alpha( opacity=100 )";
		filter: alpha( opacity=100 );
	}
		#listAboutWrap + .btn a {
			border: 1px solid #fff;
		}
		#listAboutWrap + .btn a:before,
		#listAboutWrap + .btn a:after,
		#listAboutWrap + .btn a span:before,
		#listAboutWrap + .btn a span:after {
			display: none;
		}
}
/* !gmap
---------------------------------------------------------- */
#gmap {
	width: 100%;
	height: 370px;
}
@media screen and (max-width:767px){
#gmap {
	height: 297px;
}
}
#markerDrop {
	display: none;
}