/* --------------------------------
	Index Page
-------------------------------- */
/* covid-19 */
.emergencyInfo {
	padding: 12px 20px;
	background: #101010;
	color: #9a9898;
	text-align: center; 
	font-size: 15px;
}
@media only screen and (max-width: 640px) {
	.emergencyInfo {
		display: none;
	}
}
.emergencyInfo > p {
	display: inline-block;
	text-align: left;
}
.emergencyInfo a {
	color: inherit;
}

.topContainer {
	position: relative;
	height: 100%;
}

/* /covid-19 */
.siteHeader .bar {
	background: rgba(0, 0, 0, 0.6);
}

.page-index {
	padding-bottom: 110px;
}
@media only screen and (max-width: 640px) {
	.page-index {
		padding-bottom: 90px;
	}
}
.page-index .cover {
	overflow: hidden;
	position: relative;
	height: 100vh;
}
.page-index .cover .cover_video {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.page-index .cover .cover_video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.page-index .cover .cover_video:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/cover_video_overlay.png);
}
.page-index .cover .cover_body {
	position: relative;
	z-index: 2;
	height: 100%;
}
.page-index .cover .cover_play {
	position: absolute;
	right: 5.5%;
	bottom: 5.5%;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.page-index .cover .cover_play:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 640px) {
	.page-index .cover {
		height: 260px;
	}
	.page-index .cover .cover_body {
		padding-top: 48px;
	}
	.page-index .cover .cover_play {
		bottom: 6%;
		width: 120px;
	}
}
.page-index .sec-carousel {
	padding: 60px 0 84px;
	background: rgba(255, 255, 255, 0.7);
}
.page-index .sec-carousel .carouselContainer {
	opacity: 0;
	-webkit-transition: opacity 0.6s 0.2s;
	transition: opacity 0.6s 0.2s;
}
.page-index .sec-carousel .carouselContainer.is-initialized {
	opacity: 1;
}
.page-index .sec-carousel .carousel_item {
	width: 960px;
	margin: 0 -8px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; 
	-webkit-transform: scale(0.85); 
	    -ms-transform: scale(0.85); 
	        transform: scale(0.85);
}
.page-index .sec-carousel .carousel_item.is-current {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.page-index .sec-carousel .carousel_item img {
	width: 100%;
}
.page-index .sec-carousel .slick-arrow {
	width: 72px;
	height: 72px;
	margin-top: -36px;
	border-radius: 50%;
}
.page-index .sec-carousel .slick-prev {
	left: 50%;
	margin-left: -516px;
}
.page-index .sec-carousel .slick-next {
	right: 50%;
	margin-right: -516px;
}
@media only screen and (max-width: 1060px) {
	.page-index .sec-carousel .slick-prev {
		left: 20px;
		margin-left: 0;
	}
	.page-index .sec-carousel .slick-next {
		right: 20px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px) {
	.page-index .sec-carousel {
		padding: 15px 0 38px;
	}
	.page-index .sec-carousel .carousel_item {
		width: 250px;
		margin: 0 -5px;
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
	}
	.page-index .sec-carousel .slick-dots {
		bottom: -30px;
		-webkit-transform: scale(0.6);
		    -ms-transform: scale(0.6);
		        transform: scale(0.6);
	}
}
.page-index .sec-approach {
	margin: 82px 0 0;
}
.page-index .sec-approach .serviceNav .list {
	overflow: hidden;
}
.page-index .sec-approach .serviceNav .list_item {
	float: left;
	width: 25%;
	padding: 0 30px;
}
.page-index .sec-approach .serviceNav .list_item a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}
.no-touch .page-index .sec-approach .serviceNav .list_item a:hover .img img,
.touch .page-index .sec-approach .serviceNav .list_item a.js-hover .img img {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.no-touch .page-index .sec-approach .serviceNav .list_item a:hover .img img.overlay,
.touch .page-index .sec-approach .serviceNav .list_item a.js-hover .img img.overlay {
	opacity: 1;
}
.page-index .sec-approach .serviceNav .list_item .heading {
	color: #000;
	text-align: center;
}
.page-index .sec-approach .serviceNav .list_item .heading .h {
	display: table;
	width: 100%;
	height: 84px;
	font-size: 40px;
	line-height: 42px;
}
.page-index .sec-approach .serviceNav .list_item .heading .h .label {
	display: table-cell;
	vertical-align: middle;
}
.page-index .sec-approach .serviceNav .list_item .heading .caption {
	margin-top: 12px;
	font-weight: bold; 
	font-size: 13px;
}
.page-index .sec-approach .serviceNav .list_item .img {
	position: relative;
	width: 210px;
	height: 210px;
	margin: 27px auto 0;
}
.page-index .sec-approach .serviceNav .list_item .img img {
	border-radius: 100%; 
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.page-index .sec-approach .serviceNav .list_item .img img.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.page-index .sec-approach .serviceNav .list_item .symbol {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 135px;
	height: 135px;
	margin: auto;
}
.page-index .sec-approach .serviceNav .list_item.strategy .symbol {
	background: url(../img/common/symbol_strategy.png) no-repeat center center;
}
.page-index .sec-approach .serviceNav .list_item.survey .symbol {
	background: url(../img/common/symbol_survey.png) no-repeat center center;
}
.page-index .sec-approach .serviceNav .list_item.production .symbol {
	background: url(../img/common/symbol_production.png) no-repeat center center;
}
.page-index .sec-approach .serviceNav .list_item.original .symbol {
	background: url(../img/common/symbol_original.png) no-repeat center center;
}
.page-index .sec-approach .serviceNav .list_item .desc {
	margin: 27px 0 0;
}
@media only screen and (max-width: 1200px) {
	.page-index .sec-approach .serviceNav .list_item .heading .h {
		height: 79px;
		font-size: 36px;
		line-height: 38px;
	}
}
@media only screen and (max-width: 1020px) {
	.page-index .sec-approach .serviceNav .list_item {
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	.page-index .sec-approach .serviceNav .list_item {
		width: 100%;
		padding: 0 20px;
	}
	.page-index .sec-approach .serviceNav .list_item + .list_item {
		margin-top: 70px;
	}
	.page-index .sec-approach .serviceNav .list_item .heading .h {
		height: auto;
	}
}
@media only screen and (max-width: 640px) {
	.page-index .sec-approach {
		margin-top: 60px;
	}
}
.page-index .sec-work {
	margin: 107px 0 0;
}
@media only screen and (max-width: 640px) {
	.page-index .sec-work {
		margin-top: 40px;
	}
}
.page-index .sec-recruit {
	margin: 97px 0 0;
}
@media only screen and (max-width: 640px) {
	.page-index .sec-recruit {
		margin-top: 80px;
	}
}
.page-index .recruitNav .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;

	    -ms-flex-wrap: wrap;

	        flex-wrap: wrap;
}
.page-index .recruitNav .list_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
}
.page-index .recruitNav .list_item .header {
	overflow: hidden;
	position: relative;
	height: 375px;
	background: #000;
	color: #fff;
}
.page-index .recruitNav .list_item .header a {
	display: block;
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 72px 0 0;
	color: inherit;
	text-decoration: none;
}
.page-index .recruitNav .list_item .header .heading {
	padding: 0 30px;
	text-align: center;
}
.page-index .recruitNav .list_item .header .heading .caption {
	margin: 0 0 3px;
	font-size: 15px;
}
.page-index .recruitNav .list_item .header .heading .h {
	font-weight: bold;
	font-size: 80px;
	line-height: 0.8;
}
.page-index .recruitNav .list_item .header .heading:after {
	content: "";
	display: block;
	width: 61px;
	height: 3px;
	margin: 32px auto 0; 
	background: #fff;
}
.page-index .recruitNav .list_item .header .job {
	margin: 28px 0 0;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.page-index .recruitNav .list_item .header .job .lead {
	font-size: 28px;
}
.page-index .recruitNav .list_item .header .job .num {
	margin: 6px 0 0;
	font-size: 20px;
}
.page-index .recruitNav .list_item .header .job .num em {
	color: #036eb8;
	font-style: normal; 
	font-size: 32px;
}
.page-index .recruitNav .list_item .header .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);
}
.no-touch .page-index .recruitNav .list_item .header:hover .bg,
.touch .page-index .recruitNav .list_item .header.js-hover .bg {
	opacity: 0.6;
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.page-index .recruitNav .list_item.tokyo .bg {
	background: url(../img/index/recruitnav_bg_tokyo.jpg) no-repeat center center;
	background-size: cover;
}
.page-index .recruitNav .list_item.nagoya .bg {
	background: url(../img/index/recruitnav_bg_nagoya.jpg) no-repeat center center;
	background-size: cover;
}
.page-index .recruitNav .list_item.osaka .bg {
	background: url(../img/index/recruitnav_bg_osaka.jpg) no-repeat center center;
	background-size: cover;
}
.page-index .recruitNav .list_item.morioka .bg {
	background: url(../img/index/recruitnav_bg_morioka.jpg) no-repeat center center;
	background-size: cover;
}
.page-index .recruitNav .list_item .body {
	padding: 30px 20px 62px;
	text-align: center;
}
.page-index .recruitNav .list_item .body .h {
	margin: 0 0 2px;
	color: #000;
	font-size: 22px;
}
.page-index .recruitNav .list_item .body .tel_list {
	text-align: center;
	letter-spacing: -1em;
}
.page-index .recruitNav .list_item .body .tel_list .item {
	display: inline-block;
	margin: 0 0.5em;
	letter-spacing: normal;
}
.page-index .recruitNav .list_item .body .btns {
	overflow: hidden;
	margin: 30px -20px 0;
	letter-spacing: -1em;
}
.page-index .recruitNav .list_item .body .btns .btn {
	display: inline-block;
	width: 146px;
	margin: 0 10px;
	border: 3px solid #000;
	color: #000;
	letter-spacing: normal; 
	font-weight: bold;
	font-size: 24px;
}
.page-index .recruitNav .list_item .body .btns .btn.btn-detail {
	display: block;
	width: 312px;
	margin: 0 auto 20px;
}
.page-index .recruitNav .list_item .body .btns .btn.btn-map a {
	position: relative;
	padding-right: 4px;
}
.page-index .recruitNav .list_item .body .btns .btn.btn-map a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 8px;
	width: 18px;
	height: 100%;
	background: url(../img/common/ico_pdf.png) no-repeat center center;
	background-size: 18px auto;
}
.page-index .recruitNav .list_item .body .btns .btn.btn-officialsite {
	display: block;
	width: 312px;
	margin: 20px auto 0;
}
.page-index .recruitNav .list_item .body .btns .btn.btn-officialsite a {
	position: relative;
	padding-right: 4px;
}
.page-index .recruitNav .list_item .body .btns .btn.btn-officialsite a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 14px;
	height: 100%;
	background: url(../img/common/ico_blank.png) no-repeat center center;
	background-size: 14px auto;
}
.page-index .recruitNav .list_item .body .btns .btn a {
	display: block;
	padding: 5px 0;
	color: inherit;
	text-decoration: inherit;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.page-index .recruitNav .list_item .body .btns .btn a:hover {
	background: rgba(0, 0, 0, 0.2);
}
.page-index .recruitNav .list_item:nth-child(2n) .header {
	border-left: 1px solid #fff;
}
@media only screen and (min-width: 1680px) {
	.page-index .recruitNav .list_item {
		-webkit-flex-basis: 25%;
		    -ms-flex-preferred-size: 25%;
		        flex-basis: 25%;
	}
	.page-index .recruitNav .list_item:nth-child(n+2) .header {
		border-left: 1px solid #fff;
	}
}
@media only screen and (max-width: 1200px) {
	.page-index .recruitNav .list_item .header .heading .h {
		font-size: 72px;
	}
	.page-index .recruitNav .list_item .body .tel_list .item {
		display: block;
		margin: 0;
	}
	.page-index .recruitNav .list_item .body .btns .btn {
		width: 114px;
		margin: 0 8px;
		font-size: 18px;
	}
	.page-index .recruitNav .list_item .body .btns .btn.btn-detail {
		width: 244px;
		margin-bottom: 12px;
	}
	.page-index .recruitNav .list_item .body .btns .btn.btn-officialsite {
		width: 244px;
		margin-top: 12px;
	}
}
@media only screen and (max-width: 1000px) {
	.page-index .recruitNav .list_item .header {
		height: 350px;
	}
	.page-index .recruitNav .list_item .header .heading .h {
		font-size: 64px;
	}
}
@media only screen and (max-width: 840px) {
	.page-index .recruitNav .list_item .header .heading .h {
		font-size: 54px;
	}
}
@media only screen and (max-width: 800px) {
	.page-index .recruitNav .list_item {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.page-index .recruitNav .list_item .header {
		height: 300px;
	}
	.page-index .recruitNav .list_item .header a {
		padding-top: 45px;
	}
	.page-index .recruitNav .list_item .header .heading .h {
		font-size: 64px;
	}
	.page-index .recruitNav .list_item .body {
		padding-bottom: 65px;
	}
	.page-index .recruitNav .list_item .bg {
		opacity: 0.5;
	}
	.page-index .recruitNav .list_item:nth-child(2n) .header {
		border-left: 0;
	}
}
@media only screen and (max-width: 640px) {
	.page-index .recruitNav .list_item .header .heading .h {
		font-size: 52px;
	}
}
.page-index .sec-contact {
	padding: 75px 0 90px;
	background: url(../img/index/contact_bg.jpg) no-repeat center center;
	background-size: cover;
}
.page-index .sec-contact .lead {
	padding: 0 30px;
	text-align: center;
	font-weight: bold; 
	font-size: 20px;
}
.page-index .sec-contact .btn {
	margin: 30px 0 0;
}
@media only screen and (max-width: 1020px) {
	.page-index .sec-contact .lead {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.page-index .sec-contact {
		padding: 50px 0;
	}
	.page-index .sec-contact .lead {
		padding: 0 20px;
		text-align: left;
		font-size: 14px;
	}
	.page-index .sec-contact .btn {
		margin-top: 20px;
	}
}
.page-index .sec-news {
	max-width: 960px;
	margin: 135px auto 0;
}
.page-index .sec-news .list {
	margin: -40px 0 0;
}
.page-index .sec-news .list .list_item {
	padding: 40px 0;
}
.page-index .sec-news .list .list_item + .list_item {
	border-top: 1px solid #ccc;
}
.page-index .sec-news .list .list_item a {
	display: block;
	margin: -40px 0;
	padding: 40px 0;
	color: inherit;
	text-decoration: inherit;
}
.page-index .sec-news .list .list_item .date {
	color: #036eb8;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
.page-index .sec-news .list .list_item .h {
	color: #000;
	font-size: 24px;
	line-height: 1.3;
}
.page-index .sec-news .list .list_item .desc {
	margin: 10px 0 0;
	font-size: 14px;
}
@media only screen and (max-width: 1020px) {
	.page-index .sec-news {
		margin-right: 30px;
		margin-left: 30px;
	}
}
@media only screen and (max-width: 640px) {
	.page-index .sec-news {
		margin: 90px 20px 0;
	}
	.page-index .sec-news .list .list_item {
		padding: 30px 0;
	}
	.page-index .sec-news .list .list_item a {
		margin: -30px 0;
		padding: 30px 0;
	}
	.page-index .sec-news .list .list_item .h {
		font-size: 20px;
	}
}

/*# sourceMappingURL=index.css.map */
