@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	background:#ffffff;
	line-height:2.08;
	color:#333333;
}

a{
	border:none;
	color:#333333;
	text-decoration:none;
	outline:none;
}

a:focus,*:focus{
	outline:none;
}

a:hover{
	border:none;
	color:#333333;
	text-decoration:underline;
}

a img,
.logo a,
a.btn01,
footer a img,
header .glonav ul.glonavList>li>a,
.researchList a img,
.backBtn a,
.contactBtn{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover .hoverImg,
a:hover .iconTopLink,
.logo a:hover,
a.btn01:hover,
footer a:hover img,
header .glonav ul.glonavList>li>a:hover,
.researchList a:hover img,
.backBtn a:hover,
.contactBtn:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor:pointer;
}

img{
	display:block;
	border:none;
}

ul,ol,dl{
	list-style-type:none;
}

@media (max-width:768px){
	body{
		font-size:14px;
		line-height:1.75;
		color:#333333;
		min-width:100%;
	}
}

/* header */
header{
	background:#ffffff;
	padding:17px 27px 22px;
	width:100%;
	box-sizing:border-box;
	position:fixed;
	top:0;
	z-index:9999;
	min-width:1200px;
}

@media screen and (min-width: 1116px){
	header .glonav{
		width:1116px;
		margin:0 auto;
	}
}

@media screen and (max-width: 1116px){
	header .glonav{
		width: auto;
		margin-left:30px;
	}
}

header .glonav p.logo{
	width:24.8%;
	height:54px;
	text-indent:-9999px !important;
	margin-right:9.41%;
	height:auto;
	text-indent:1;
	padding-top:0;
	float:left;
}

header .glonav p.logo a{
	display:block;
	height:54px;
	background:url(../img/logo.gif) left top no-repeat;
	background-size:contain;
}

header .glonav ul.glonavList{
	display:block;
}


header .glonav ul.spMenuBtn{
	display:none;
}

header .glonav ul.glonavList>li{
	float:left;
	height:18px;
	padding-top:37px;
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	header{
		min-width: inherit;
	}

	header .glonav ul.glonavList>li{
		float:left;
		height:18px;
		padding-top: 0;
		margin-bottom:4px;
	}
}

header .glonav ul.glonavList>li a{
	background:url(../img/glonav.gif) left top no-repeat;
	height:18px;
	display:block;
	text-indent:-9999px;
}

header .glonav ul.glonavList li.logo a{
	height:auto;
}

header .glonav ul.glonavList li.glonav01{ width:52px; margin-right:30px;}
header .glonav ul.glonavList li.glonav02{ width:87px; margin-right:29px;}
header .glonav ul.glonavList li.glonav03{ width:75px; margin-right:31px;}
header .glonav ul.glonavList li.glonav04{ width:75px; margin-right:30px;}
header .glonav ul.glonavList li.glonav05{ width:81px; margin-right:30px;}
header .glonav ul.glonavList li.glonav06{ width:62px; margin-right:15px;}
header .glonav ul.glonavList li.glonav07{ margin-right:19px;}
header .glonav ul.glonavList li.glonav08{ margin-right:0}

header .glonav ul.glonavList li.glonav01>a{ background-position:left top;}
header .glonav ul.glonavList li.glonav02>a{ background-position:-91px top;}
header .glonav ul.glonavList li.glonav03>a{ background-position:-216px top;}
header .glonav ul.glonavList li.glonav04>a{ background-position:-331px top;}
header .glonav ul.glonavList li.glonav05>a{ background-position:-445px top;}
header .glonav ul.glonavList li.glonav06>a{ background-position:-608px top;}
header .glonav ul.glonavList li.glonav07>a{ background:none;}
header .glonav ul.glonavList li.glonav08>a{ background:none;}


header .glonav ul.glonavList li.glonav01>a:hover{ background-position:left bottom;}
header .glonav ul.glonavList li.glonav02>a:hover{ background-position:-91px bottom;}
header .glonav ul.glonavList li.glonav03>a:hover{ background-position:-216px bottom;}
header .glonav ul.glonavList li.glonav04>a:hover{ background-position:-331px bottom;}
header .glonav ul.glonavList li.glonav05>a:hover{ background-position:-445px bottom;}
header .glonav ul.glonavList li.glonav06>a:hover{ background-position:-608px bottom;}

.news header .glonav ul.glonavList li.glonav01>a{ background-position:left bottom;}
.company header .glonav ul.glonavList li.glonav02>a{ background-position:-91px bottom;}
.solution header .glonav ul.glonavList li.glonav03>a{ background-position:-216px bottom;}
.recruit header .glonav ul.glonavList li.glonav04>a{ background-position:-331px bottom;}
.contact header .glonav ul.glonavList li.glonav05>a{ background-position:-445px bottom;}

header .glonav ul.glonavList li.glonav07>a img{ height:54px; margin-top:-36px;}
header .glonav ul.glonavList li.glonav08>a img{ height:54px; margin-top:-36px;}


header .glonav ul.glonavList>li>.localNav{
	width:100%;
	position:absolute;
	left:0;
	text-align:center;
	display:none;
}

.company header .glonav ul.glonavList>li.glonav02>.localNav,
.solution header .glonav ul.glonavList>li.glonav03>.localNav,
.recruit header .glonav ul.glonavList>li.glonav04>.localNav{
	display:block;
}


.solution header .glonav ul.glonavList>li.glonav02>.localNav{
	z-index:6;
}
.solution header .glonav ul.glonavList>li.glonav03>.localNav{
	z-index:4;
}
.solution header .glonav ul.glonavList>li.glonav04>.localNav{
	z-index:5;
}

.recruit header .glonav ul.glonavList>li.glonav02>.localNav{
	z-index:8;
}
.recruit header .glonav ul.glonavList>li.glonav03>.localNav{
	z-index:9;
}
.recruit header .glonav ul.glonavList>li.glonav04>.localNav{
	z-index:7;
}

.company.greetings header .glonav ul.glonavList>li.glonav02>.localNav>li>a.company_greetings,
.company.access header .glonav ul.glonavList>li.glonav02>.localNav>li>a.company_access,
.company.history header .glonav ul.glonavList>li.glonav02>.localNav>li>a.company_history,
.company.group header .glonav ul.glonavList>li.glonav02>.localNav>li>a.company_group,
.solution.design header .glonav ul.glonavList>li.glonav03>.localNav>li>a.solution_design,
.solution.next header .glonav ul.glonavList>li.glonav03>.localNav>li>a.solution_next,
.solution.research header .glonav ul.glonavList>li.glonav03>.localNav>li>a.solution_research,
.solution.masspro header .glonav ul.glonavList>li.glonav03>.localNav>li>a.solution_masspro,
.solution.ev_car header .glonav ul.glonavList>li.glonav03>.localNav>li>a.solution_ev_car,
.solution.cfrp header .glonav ul.glonavList>li.glonav03>.localNav>li>a.solution_cfrp,
.recruit.fresh header .glonav ul.glonavList>li.glonav04>.localNav>li>a.recruit_fresh,
.recruit.career header .glonav ul.glonavList>li.glonav04>.localNav>li>a.recruit_career{
	text-decoration:underline;
}


header .glonav ul.glonavList>li.glonav01>.localNav>li,
header .glonav ul.glonavList>li.glonav02>.localNav>li,
header .glonav ul.glonavList>li.glonav03>.localNav>li,
header .glonav ul.glonavList>li.glonav04>.localNav>li,
header .glonav ul.glonavList>li.glonav05>.localNav>li,
header .glonav ul.glonavList>li.glonav06>.localNav>li{
	background:#333333;
	float:none;
	width:100%;
	height:auto;
	padding:20px 0;
	margin-top:22px;
	position:relative;
}

header .glonav ul.glonavList>li.glonav01>.localNav>li:before,
header .glonav ul.glonavList>li.glonav02>.localNav>li:before,
header .glonav ul.glonavList>li.glonav03>.localNav>li:before,
header .glonav ul.glonavList>li.glonav04>.localNav>li:before,
header .glonav ul.glonavList>li.glonav05>.localNav>li:before,
header .glonav ul.glonavList>li.glonav06>.localNav>li:before{
	content: " ";
	position:absolute;
	background:url(../img/icon_localnav.png) center top no-repeat;
	width:26px;
	height:11px;
	top:-11px;
	left:34.21%;
}


.company header .glonav ul.glonavList>li.glonav02>.localNav>li,
.solution header .glonav ul.glonavList>li.glonav03>.localNav>li,
.recruit header .glonav ul.glonavList>li.glonav04>.localNav>li{
	background:#072b8f;
	float:none;
	width:100%;
	height:auto;
	padding:20px 0;
	margin-top:22px;
	position:relative;
}

.company header .glonav ul.glonavList>li.glonav02>.localNav>li:before,
.solution header .glonav ul.glonavList>li.glonav03>.localNav>li:before,
.recruit header .glonav ul.glonavList>li.glonav04>.localNav>li:before{
	content: " ";
	position:absolute;
	background:url(../img/icon_localnav_current.png) center top no-repeat;
	width:26px;
	height:11px;
	top:-11px;
	left:34.21%;
}


.company header .glonav ul.glonavList>li.glonav02>.localNav>li:before,
header .glonav ul.glonavList>li.glonav02>.localNav>li:before{
	margin-left:142px;
}
.solution header .glonav ul.glonavList>li.glonav03>.localNav>li:before,
header .glonav ul.glonavList>li.glonav03>.localNav>li:before{
	margin-left:262px;
}
.recruit header .glonav ul.glonavList>li.glonav04>.localNav>li:before,
header .glonav ul.glonavList>li.glonav04>.localNav>li:before{
	margin-left:371px;
}


header .glonav ul.glonavList>li>.localNav>li>a{
	background:none;
	color:#ffffff;
	display:inline-block;
	text-indent:inherit;
	margin:0 1em;
}



/* sp content nav */
.subnavi .subnavi_company,
.subnavi .subnavi_service,
.subnavi .subnavi_recruit{
	display:none;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
	header .glonav ul.glonavList>li>.localNav>li:before{
		display:none;
	}
	header .glonav ul.glonavList li.glonav07>a img{ height:18px; margin-top: 0;}
	header .glonav ul.glonavList li.glonav08>a img{ height:18px; margin-top: 0;}

	header .glonav ul.glonavList>li.glonav02>.localNav>li,
	header .glonav ul.glonavList>li.glonav03>.localNav>li,
	header .glonav ul.glonavList>li.glonav04>.localNav>li,
	.company header .glonav ul.glonavList>li.glonav02>.localNav>li,
	.solution header .glonav ul.glonavList>li.glonav03>.localNav>li,
	.recruit header .glonav ul.glonavList>li.glonav04>.localNav>li{
		display:none !important;
	}
	/* sp content nav */
	.company .subnavi .subnavi_company,
	.solution .subnavi .subnavi_service,
	.recruit .subnavi_recruit{
		display:block;
		background:#072b8f;
		width:100%;
	}
	
	.company .subnavi .subnavi_company li{
		width:20%;
		float:left;
		text-align:center;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		font-size:80%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}

	.solution .subnavi .subnavi_service li{
		width:20%;
		float:left;
		text-align:center;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		font-size:80%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}

	.recruit .subnavi_recruit li{
		width:50%;
		float:left;
		text-align:center;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		font-size:80%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	.subnavi li .subnavi_List li a{
		display:block;
		background:#072b8f;
		color:#ffffff;
		padding:8px 0 5px;
	}
	.subnavi li .subnavi_List li.company_download,
	.subnavi li .subnavi_List li.solution_cfrp,
	.subnavi li .subnavi_List li.recruit_career{
		border-right:none;
	}
	.company.greetings .subnavi li .subnavi_List li.company_greetings a,
	.company.access .subnavi li .subnavi_List li.company_access a,
	.company.history .subnavi li .subnavi_List li.company_history a,
	.company.group .subnavi li .subnavi_List li.company_group a,
	.solution.design .subnavi li .subnavi_List li.solution_design a,
	.solution.next .subnavi li .subnavi_List li.solution_next a,
	.solution.research .subnavi li .subnavi_List li.solution_research a,
	.solution.masspro .subnavi li .subnavi_List li.solution_masspro a,
	.solution.ev_car .subnavi li .subnavi_List li.solution_ev_car a,
	.solution.cfrp .subnavi li .subnavi_List li.solution_cfrp a,
	.recruit.fresh .subnavi li .subnavi_List li.recruit_fresh a,
	.recruit.career .subnavi li .subnavi_List li.recruit_career a{
		background:#000000;
		text-decoration:underline;
	}

}



@media (max-width:768px){
	header{
		background:#ffffff;
		padding:11px 10px 12px 15px;
		width:100%;
		min-width:100%;
		height:auto;
	}
	header .glonav p.logo{
		width:104px;
		height:19px;
		margin-right:0;
	}
	header .glonav p.logo a{
		display:block;
		height:19px;
		background:url(../img/logo_sp.png) left top no-repeat;
		background-size:contain;
	}
	header .glonav ul.spMenuBtn{
		display:block;
		float:right;
	}
	header .glonav ul.spMenuBtn li{
		float:left;
		height:18px;
		text-indent:-9999px;
		margin-left:10px;
	}
	header .glonav ul.spMenuBtn li a{
		background:url(../img/bg_spMenu.png) left top no-repeat;
		background-size:auto 18px;
		display:block;
		height:18px;
	}
	header .glonav ul.spMenuBtn li.menuBtn a{
		width:56px;
		float:left;		
	}
	header .glonav ul.spMenuBtn li.menuContact a{
		width:25px;
		background-position:-66px 0;
		float:left;	
	}
	header .glonav ul.spMenuBtn li.menuLang a{
		width:25px;
		background-position:-100px 0;
		float:left;	
	}
	header .glonav ul.glonavList{
		display:none;
		position:absolute;
		width:100%;
		top:42px;
		left:0;
		background:#0c2f8b;
		border-top:1px solid #ffffff;
		padding-top:10px;
	}
	header .glonav ul.glonavList>li{
		float: none;
		width:100%;
		height:30px;
	}
	header .glonav ul.glonavList>li>a{
		height:30px;
		width:100%;
		text-indent:-9999px;
		background:none;
		background-size:contain;
	}
	header .glonav ul.glonavList li.glonav01{
		width:100%;
		background:url(../img/bg_spMenu_news.png) center center no-repeat;
		margin:0;
	}
	header .glonav ul.glonavList li.glonav02{
		width:100%;
		background:url(../img/bg_spMenu_company.png) center center no-repeat;
		margin:0;
	}
	header .glonav ul.glonavList li.glonav03{
		width:100%;
		background:url(../img/bg_spMenu_service.png) center center no-repeat;
		margin:0;
	}
	header .glonav ul.glonavList li.glonav04{
		width:100%;
		background:url(../img/bg_spMenu_recruit.png) center center no-repeat;
		margin:0;
	}
	header .glonav ul.glonavList li.glonav05{
		width:100%;
		background:url(../img/bg_spMenu_contact.png) center center no-repeat;
		margin:0;
	}
	header .glonav ul.glonavList li.glonav06{
		display:none;
	}
	
	header .glonav ul.glonavList li.glonav07,
	header .glonav ul.glonavList li.glonav08{
		width:50%;
		box-sizing:border-box;
		float:left;
		text-align:center;
		margin:0 auto;
		height:40px;
	}
	header .glonav ul.glonavList li.glonav07>a,
	header .glonav ul.glonavList li.glonav08>a{
		height:40px;
	}
	header .glonav ul.glonavList li.glonav07>a img,
	header .glonav ul.glonavList li.glonav08>a img{
		height:100%;
		margin:0 auto;
	}

	header .glonav ul.glonavList>li>.localNav{
		display:none !important;
	}

	/* headerMenu open */
	header.active{
		background:#0c2f8b;
		height:100%;
	}
	header.active .glonav p.logo a{
		display:block;
		height:19px;
		background:url(../img/logo_sp_active.png) left top no-repeat;
		background-size:contain;
	}
	header.active .glonav ul.spMenuBtn li.menuBtn a{
		background:url(../img/menu_close.png) left top no-repeat;
		background-size:contain;
	}
	header.active .glonav ul.spMenuBtn li.menuContact a,
	header.active .glonav ul.spMenuBtn li.menuLang a{
		display:none;
	}
	
	/* sp content nav */
	.company .subnavi .subnavi_company,
	.solution .subnavi .subnavi_service,
	.recruit .subnavi_recruit{
		display:block;
		background:#072b8f;
		width:100%;
	}
	
	.subnavi li .subnavi_List li{
		width:33%;
		float:left;
		text-align:center;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		font-size:80%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	.subnavi li .subnavi_List li a{
		display:block;
		background:#072b8f;
		color:#ffffff;
		padding:8px 0 5px;
	}
	.subnavi li .subnavi_List li.company_history,
	.subnavi li .subnavi_List li.solution_research{
		border-right:none;
		width:34%;
	}
	.subnavi li .subnavi_List li.solution_masspro,
	.subnavi li .subnavi_List li.solution_cfrp{
		border-bottom:none;
	}
	.subnavi li .subnavi_List li.company_group,
	.subnavi li .subnavi_List li.company_download,
	.subnavi li .subnavi_List li.recruit_fresh,
	.subnavi li .subnavi_List li.recruit_career{
		border-bottom:none;
	}

	.company.greetings .subnavi li .subnavi_List li.company_greetings a,
	.company.access .subnavi li .subnavi_List li.company_access a,
	.company.history .subnavi li .subnavi_List li.company_history a,
	.company.group .subnavi li .subnavi_List li.company_group a,
	.solution.design .subnavi li .subnavi_List li.solution_design a,
	.solution.next .subnavi li .subnavi_List li.solution_next a,
	.solution.research .subnavi li .subnavi_List li.solution_research a,
	.solution.masspro .subnavi li .subnavi_List li.solution_masspro a,
	.solution.ev_car .subnavi li .subnavi_List li.solution_ev_car a,
	.solution.cfrp .subnavi li .subnavi_List li.solution_cfrp a,
	.recruit.fresh .subnavi li .subnavi_List li.recruit_fresh a,
	.recruit.career .subnavi li .subnavi_List li.recruit_career a{
		background:#000000;
		text-decoration:underline;
	}

}

/* content */
.wrapper{
	width:100%;
	padding-top:94px;
	padding-bottom:50px;
	min-width:1200px;

}

.wrapper .bread{
	background:#d9d9d9;
	text-align:right;
	padding-right:40px;
	font-size:77%;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
	.wrapper{
		min-width: inherit;
	}
}

@media (max-width:768px){
	.wrapper{
		width:100%;
		min-width:inherit;
		padding-top:42px;
		padding-bottom:20px;
	}
	.wrapper .bread{
		text-align:left;
		padding:5px 0 5px 10px;
	}

}

/* footer */
footer{
	width:100%;
	text-align:center;
	background:#666666;
	color:#ffffff;
	padding:50px 0;
	min-width:1200px;
}

footer .footerInr{
	width:1116px;
	margin:0 auto;
	text-align:left;
	font-size:88%;
	line-height:1.461;
}
footer .footerInr p{
	margin-bottom:40px;
}

footer .footerInr .footerLead{
	font-size:112.5%;
	font-weight:bold;
	margin-bottom:25px;
}

footer .footerBnr{
	text-align:center;
	margin-bottom:22px;
}

footer .footerBnr a{
	display:inline-block;
	width:32%;
	margin-right:2%;
}

footer .footerBnr a img{
	width:100%;
}

footer .footerBnr a.last{
	margin-right:0;
}

footer .copyRight .iconEvcharge{
	float:right;
}

footer .copyRight .copyRightText{
	float:left;
	padding-top:27px;
	font-size:87.5%;
	margin-bottom:0;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
	footer{
		min-width: inherit;
	}
	footer .footerInr{
		width: 90%;
	}
	footer .footerBnr a{
		margin-bottom:15px;
	}

}


@media (max-width:768px){
	footer{
		width:100%;
		min-width: inherit;
		text-align:center;
		padding:30px 0;
	}
	footer .footerInr{
		width: auto;
		margin:0 3%;
		font-size:88%;
		line-height:1.461;
	}
	footer .footerInr p{
		margin-bottom:20px;
	}
	footer .footerInr .footerLead{
		font-size:100%;
		font-weight:bold;
		margin-bottom:10px;
		text-align:center;
	}
	footer .footerBnr{
		text-align:center;
		margin-bottom:22px;
	}
	footer .footerBnr a{
		display:inline-block;
		width:48%;
		margin:0 1% 15px;
	}
	footer .footerBnr a img{
		width:100%;
	}
	footer .footerBnr a.last{
		margin:0 1% 15px;
	}
	footer .copyRight{
		text-align:center;
	}
	footer .copyRight .iconEvcharge{
		float:none;
		display:inline-block;
		margin:0 auto;
	}
	footer .copyRight .copyRightText{
		float: none;
		padding-top:27px;
		font-size:87.5%;
		margin-bottom:0;
	}
}

.for_pc{
	display:block;
}

.for_tab{
	display: none;
}

.for_sp{
	display:none;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
	.for_tab{
		display:block;
	}
}
@media (max-width:768px){
	.for_pc{
		display:none;
	}
	.for_tab{
		display:block;
	}
	.for_sp{
		display:block;
	}
}

.clear_all{
	clear:both;
	line-height:0;
	margin:0;
	padding:0;
	height:0 !important;
}

.cf:after,
section.news .newsList li:after,
section .sectionInr:after,
.solution.research .researchList{
	content: '';
	display: table;
	clear: both !important;
}

.maxImg{
	width:100%;
}

/* お問い合わせリンクボタン */
.contactBtn{
    display: inline-block;
    margin: 0 auto;
    background: #999999;
    float: none;
    color: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: none;
	padding:10px 15px 7px;
}

.contactBtn:hover{
	color:#ffffff;
	text-decoration:none;
}