@charset "utf-8";

#container {
	margin: 0 auto;
	height: 100%;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	position: relative;
}

/*************************************************************** main, contents ***************************************************************/
div.slide_all {
	margin: 0 auto;
	height: auto;
	position: relative;
}

div#main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 60px;
}

div#mainRecruit {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 60px;
}

div#contents {
	width: 100%;
	margin-top: 10px;
	padding: 0 10px;
	text-align: left;
	box-sizing: border-box;
	background-size: 100%;
}

.filter {
	background: #000;
}

.filter-img {
	display: block;
	opacity: .6;
}

/*800px以下で本文テキストの改行を解除*/
@media only screen and (max-width: 800px) {
	p.orikaesi br {
		display: none;
	}
}

@media all and (min-width: 751px) {
	div#main {
		margin-top: 0;
	}

	div#mainRecruit {
		margin-top: 0;
	}

	div#contents {
		width: 1024px;
		margin-top: 10px;
		padding: 0;
		box-sizing: border-box;
		background-size: 100%;
		margin: 0 auto;
	}
}

/*************************************************************** recruit ***************************************************************/
div#staff h2.ttlRecruit01 {
	width: 100%;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin: 15px auto;
	text-align: center;
}

div#staff {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #111;
	padding: 0 0 10px 7px;
}

div#staff ul li {
	text-align: center;
}

div#staff ul li a {
	color: #FFF;
	font-size: 11px;
}

@media all and (min-width: 751px) {
	div#staff h2.ttlRecruit01 {
		font-size: 15px;
	}

	div#staff {
		width: 1024px;
		margin: 0 auto;
		padding: 0 0 10px 7px;
	}
}

/*************************************************************** accordion ***************************************************************/
div#accordion {
	width: 100%;
	margin: 20px auto 0;
}

div#accordion>div {
	float: left;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

div.accordionBtnInner {
	width: 100%;
}

.accordionbox {
	width: 100%;
	margin: 0 0 10px;
}

.accordionlist {
	width: 100%;
	color: #FFF;
	background: #5aa1aa;
}

.accordionlist dt {
	width: 100%;
	display: block;
	border-top: 1px solid #DFDFDF;
}

.accordionlist dt:first-child {
	border-top: none !important;
}

.accordionlist dt.accordionToggle {
	cursor: pointer;
	padding-top: 10px;
}

.accordionlist dt .title {
	float: left;
	display: inline-block;
	padding: 2px 0 15px 10px;
}

.accordionlist dd {
	display: none;
	color: #005D6C;
	background: #e1fffb;
	padding: 15px;
	margin-top: 8px;
}

.accordion_icon,
.accordion_icon span {
	transition: all .4s;
	box-sizing: border-box;
}

.accordion_icon {
	float: right;
	display: inline-block;
	position: relative;
	background: #008791;
	padding: 8px 13px 16px 10px;
	margin-right: 1px;
	margin-top: 10px;
}

.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
	top: 10px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
	top: 10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

/*＋、×切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.accordion_icon.active span:nth-of-type(2) {
	top: 10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

.accordionlist dt .title p.icon {
	display: inline-block;
	width: 40px;
}

.accordionlist dt .title p.question {
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
}

.accordionlist dt .title p.question span {
	color: #FFF;
	background: #F90;
	padding: 3px 5px 0;
	letter-spacing: 0px;
}

.accordionlist dd p.answer {}

@media all and (min-width: 751px) {
	div#accordion {
		padding-left: 15px;
		width: 100%;
		max-width: 1024px;
		margin: 20px auto 0;
	}

	div#accordion>div {
		float: left;
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 15px;
	}

	div.accordionBtnInner {
		width: 33.33333%;
	}
}


/*************************************************************** new_graduate / mid_career ***************************************************************/
table.recruitTb01,
table.recruitTb02 {
	width: 100%;
	border: 1px solid #999;
	margin-top: 15px;
}

table.recruitTb01 th {
	border: 1px solid #999;
	background: #EEE;
	padding: 10px;
	text-align: center;
}

table.recruitTb01 td {
	border: 1px solid #999;
	padding: 10px;
}

table.recruitTb01 td.bg01 {
	background: #ECEFFF;
	width: 38%;
}

table.recruitTb02 th {
	width: 33%;
	/*	color: #FFF;*/
	border: 1px solid #999;
	background: #EEE;
	padding: 10px;
	text-align: center;
}

table.recruitTb02 td {
	border: 1px solid #999;
	padding: 10px;
}

div.recruitEntryBtn {
	width: 250px;
	margin: 50px auto;
}

div.recruitEntryBtn a {
	padding: 20px 50px;
	text-align: center;
	background-color: #c1272d;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.recruitEntryBtn a:hover {
	background-color: #E30005;
}




/*************************************************************** FAQ ***************************************************************/
dl.faq dt {
	color: #333399;
	text-indent: -25px;
	padding-left: 25px;
	margin-bottom: 10px;
}

dl.faq dd {
	text-indent: -25px;
	padding-left: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}


/*************************************************************** VOICE ***************************************************************/
p.voiceTxt {}

div#voiceBtn {
	width: 100%;
	margin: 30px auto 0;
}

div#voiceBtn>div {
	float: left;
	padding-top: 10px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

p#wada,
p#ito,
p#oishi,
p#shinooka,
p#hashizume,
p#nakano,
p#hayakawa_kazu,
p#kamiya,
p#hayakawa_you,
p#saito,
p#sakurai,
p#tou {
	margin-top: -60px;
	padding-top: 60px;
}

div#voiceBtn div.voiceBtnInner {
	width: 100%;
	border: 2px solid #5aa1aa;
	border-radius: 5px;
	padding-bottom: 5px;
}

div#voiceBtn .accordionbox {
	width: 100%;
	margin: 0 0 10px;
}

div#voiceBtn .accordionlist {
	width: 100%;
	color: #333;
	background: #FFF;
}

div#voiceBtn .accordion_icon {
	float: right;
	display: inline-block;
	position: relative;
	background: #008791;
	padding: 8px 13px 16px 10px;
	margin-right: 1px;
	margin-top: 20%;
}

div#voiceBtn .accordionlist dt {
	width: 100%;
	display: block;
}

div#voiceBtn .accordionlist dt:first-child {
	border-top: none !important;
}

div#voiceBtn .accordionlist dt.accordionToggle {
	cursor: pointer;
	border-radius: 5px;
}

div#voiceBtn .accordionlist dt .title {
	width: 91%;
	float: left;
	display: inline-block;
	padding: 2px 0 15px 10px;
}

div#voiceBtn .accordionlist dd {
	display: none;
	color: #FFF;
	background: #5aa1aa;
	padding: 15px;
	margin-top: 8px;
}

div#voiceBtn .accordionlist dt .title p.name {
	font-size: 14px;
	color: #5aa1aa;
	font-weight: bold;
	margin-bottom: 10px;
}

div#voiceBtn .accordionlist dt .title p.name span {
	color: #FFF;
	background: #F90;
	padding: 3px 5px 0;
	letter-spacing: 0px;
}

div#voiceBtn .accordionlist dt .title p.ttlTxt {
	float: left;
	width: 68%;
	font-weight: bold;
	margin-top: 5%;
}

div#voiceBtn .accordionlist dt .title p.ph {
	float: right;
	width: 30%;
	border: 1px solid #CCC;
}

div#voiceBtn .accordionlist dt .title p.ph img {
	width: 100% !important;
}

div#voiceBtn .accordionlist dd p.answer02 {
	margin-top: 10px;
}

@media all and (min-width: 751px) {

	p#wada,
	p#ito,
	p#oishi,
	p#shinooka,
	p#hashizume,
	p#nakano,
	p#hayakawa_kazu,
	p#kamiya,
	p#hayakawa_you,
	p#saito,
	p#sakurai,
	p#tou {
		margin-top: -10px;
		padding-top: 10px;
	}

	div#voiceBtn div.voiceBtnInner {
		width: 48%;
		border: 2px solid #5aa1aa;
		border-radius: 5px;
		padding-bottom: 5px;
		margin: 0 1% 2% 1%;
	}

	div#voiceBtn .accordion_icon {
		float: right;
		display: inline-block;
		position: relative;
		background: #008791;
		padding: 8px 13px 16px 10px;
		margin-right: 1px;
		margin-top: 15%;
	}

	div#voiceBtn .accordionlist dt .title p.ttlTxt {
		float: left;
		width: 79%;
		font-weight: bold;
		margin-top: 5%;
	}

	div#voiceBtn .accordionlist dt .title p.ph {
		float: right;
		width: 20%;
		border: 1px solid #CCC;
	}

	div#voiceBtn .accordionlist dt .title p.ph img {
		width: 100% !important;
	}
}



/***** about **************************************************/
div#message {
	font-family: "Sawarabi Mincho" !important;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}

div#message p.massageTxt {
	font-size: 17px;
	line-height: 1.9;
	margin-top: 20px;
}

div#message p.messageName {
	font-size: 12px;
	text-align: right;
	margin: 30px 0 50px;
}

div#message p.messageName span {
	font-size: 19px;
	font-weight: bold;
}


/* outline */
ul.aboutBtn {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

ul.aboutBtn li {
	width: calc(100% / 4);
	margin: 5px;
	text-align: center;
	color: #FFF;
	background: #FFF;
}

ul.aboutBtn li a {
	display: block;
	color: #2a2897;
	padding: 10px 0;
	text-decoration: none;
	border: 1px solid #2a2897;
}

ul.aboutBtn li a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #2a2897;
	border: 1px solid #2a2897;
}

table.outlineTb {
	width: 100%;
}

table.outlineTb th {
	width: 25%;
	/*	color: #FFF;*/
	border: 1px solid #999;
	background: #EEE;
	padding: 10px;
	text-align: center;
}

table.outlineTb td {
	border: 1px solid #999;
	padding: 10px;
}


/* history */
div.historyBox {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 15px;
	margin: 0 0 25px;
	border-bottom: 1px dashed #999;
}

div.historyBox p.year {
	width: 100%;
	font-weight: bold;
	margin: 0 0 5px;
}

div.historyBox dl {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

div.historyBox dl dt {
	width: 70px;
	margin: 0 0 5px;
	text-align: center;
}

div.historyBox dl dd {
	width: calc(100% - 70px - 1em);
	margin: 0 0 5px 1em;
}

div.historyBox p.ph {
	width: 210px;
	margin: 15px 0 0 70px;
}

@media all and (min-width: 751px) {
	div.historyBox p.year {
		width: 70px;
	}

	div.historyBox dl {
		width: calc(100% - 70px);
	}

	div.historyBox dl:has(+ p.ph) {
		width: calc(100% - 70px - 210px);
	}

	div.historyBox p.ph {
		margin: 15px 0 0;
	}
}

/*************************************************************** access ***************************************************************/
div.accessBox {
	width: 100%;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px dashed #999;
}

div.accessBox p.adress {}

div.accessBox p.ph {
	text-align: center;
	margin: 20px 0;
}

@media all and (min-width: 751px) {
	div.accessBox p.adress {
		float: left;
		margin-bottom: 30px;
	}

	div.accessBox p.ph {
		float: right;
		text-align: right;
		margin: 0 0 20px;
	}
}



/*************************************************************** china ***************************************************************/
div.chinaPh {
	width: 100%;
}

div.chinaPh ul li {
	text-align: center;
	margin-top: 15px;
}

@media all and (min-width: 751px) {
	div.chinaPh ul li {
		display: inline-block;
		text-align: left;
		margin-top: 15px;
		margin-right: 13px;
	}
}

/*************************************************************** technology ***************************************************************/
ul.technologyBtn {
	width: 100%;
	margin-bottom: 50px;
}

ul.technologyBtn li {
	float: left;
	width: 46%;
	margin: 5px;
}

@media all and (min-width: 751px) {
	ul.technologyBtn li {
		float: left;
		width: 23%;
		margin: 10px;
	}
}

/*************************************************************** development ***************************************************************/
p.developTxt {}

p.developPh {
	margin-top: 15px;
	text-align: center;
}

@media all and (min-width: 751px) {
	p.developTxt {
		float: left;
		width: 58%;
	}

	p.developPh {
		float: right;
		width: 40%;
		margin-top: 0;
		text-align: right;
	}
}

p.tyousei {
	letter-spacing: -0.01em;
}

/*800px以下で本文テキストの改行を解除*/
@media only screen and (max-width: 850px) {
	p.tyousei br {
		display: none;
	}
}

p.tyousei_01 {
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

/*800px以下で本文テキストの改行を解除*/
@media only screen and (max-width: 850px) {
	p.tyousei_01 br {
		display: none;
	}
}

/*************************************************************** quality ***************************************************************/
ul.qualityPh {}

ul.qualityPh li {
	width: 100%;
	margin-top: 15px;
}

table.qualityTb {
	margin-top: 15px;
}

table.qualityTb th {
	font-weight: bold;
	text-align: right;
	padding: 10px 10px;
}

table.qualityTb td {
	font-weight: bold;
	padding: 10px 10px;
}

@media all and (min-width: 751px) {
	ul.qualityPh {
		margin-top: 30px;
	}

	ul.qualityPh li {
		float: left;
		width: 48%;
		margin-right: 20px;
	}
}

/*************************************************************** environment ***************************************************************/
p.environmentDate {
	text-align: right;
	margin-top: 30px;
}

p.environmentName {
	font-size: 12px;
	text-align: right;
	margin: 15px 0 20px;
}

p.environmentName span {
	font-size: 16px;
	font-weight: bold;
}

@media all and (min-width: 751px) {}

/*************************************************************** product ***************************************************************/
ul.productBtn {
	width: 100%;
	margin-bottom: 50px;
}

ul.productBtn li {
	float: left;
	width: 46%;
	margin: 5px;
}

/* car */
p.productTtl01 {
	color: #4f4d9e;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0 10px;
	text-align: center;
}

p.productPh {
	margin-bottom: 20px;
	text-align: center;
}

p.productPh img {
	width: 100%;
}

div.productFloatBoxInner {
	float: none;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}

div.productFloatBoxInner p.carPh {}

div.productFloatBoxInner p.carTtl {
	font-weight: bold;
	margin-top: 5px;
}

@media all and (min-width: 751px) {
	ul.productBtn {
		margin: 0 auto;
		text-align: center;
	}

	ul.productBtn li {
		display: inline;
		float: none;
		width: 100%;
		margin: 10px;
	}

	ul.productBtn li img {
		width: 25%;
	}

	/* car */
	p.productTtl01 {
		font-size: 14px;
		margin: 20px 0 10px;
	}

	p.productPh {
		margin-bottom: 20px;
		text-align: center;
	}

	p.productPh img {
		width: 70%;
	}

	div.productFloatBoxInner {
		float: left;
		font-size: 12px;
		text-align: left;
		margin-top: 40px;
		margin-left: 50px;
		margin-right: 40px;
		min-height: 215px;
	}

	div.productFloatBoxInner p.carTtl {
		font-weight: bold;
		margin-top: 5px;
	}
}

/*************************************************************** サイトマップ ***************************************************************/
div#sitemap ul {
	float: left;
	width: 50%;
	margin: 25px 0;
	padding: 0 0 0 15px;
	text-align: left;
}

div#sitemap ul li {
	line-height: 1.8;
}

div#sitemap ul li.ttl {
	color: #00499f;
	font-size: 14px;
	font-weight: bold;
}

div#sitemap ul li.ttl a {
	color: #00499f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#sitemap ul li a:hover {
	text-decoration: underline;
}

div#sitemap ul li a {
	text-decoration: none;
}

div#sitemap ul li a:hover {
	text-decoration: underline;
}

@media all and (min-width: 751px) {
	div#sitemap ul {
		float: left;
		width: 25%;
		min-height: 120px;
		margin: 25px 0;
		padding: 0 0 0 40px;
		text-align: left;
	}

	div#sitemap ul li {
		line-height: 1.8;
	}

	div#sitemap ul li.ttl a {
		color: #00499f;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}

	div#sitemap ul li a:hover {
		text-decoration: underline;
	}

	div#sitemap ul li a {
		text-decoration: none;
	}

	div#sitemap ul li a:hover {
		text-decoration: underline;
	}
}