@charset "utf-8";

/* 初期化
------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none; /*iphone*/
	color: #4b4b4b;
}

/* Google Fonts */
/*
 * "Arimo" licensed under the Apache License, Version 2.0
 * https://fonts.google.com/specimen/Arimo
 * https://www.google.com/fonts/attribution
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * "Oswald" licensed under the SIL Open Font License
 * https://fonts.google.com/specimen/Oswald
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

#careerArea {
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
	position: relative;
	font-size: 1.6rem;
	margin: 0 auto;
	width:970px;
	overflow: hidden;
}
#careerArea h1,
#careerArea h2,
#careerArea h3,
#careerArea h4,
#careerArea h5,
#careerArea h6 {
	clear: both;
	margin: 0;
	padding: 0;
}
#careerArea hr,
#careerArea ul,
#careerArea ol,
#careerArea dl,
#careerArea li,
#careerArea dt,
#careerArea dd {
	margin: 0;
	padding: 0;
}
#careerArea ul {
	list-style-type: none;
}
#careerArea img {
	border: 0;
}
#careerArea li img,
#careerArea dt img,
#careerArea dd img {
	vertical-align: top;
}
#careerArea input,
#careerArea textarea,
#careerArea select {
	font-size: 100%;
}
#careerArea p,
#careerArea ul,
#careerArea dl,
#careerArea table {
	margin-bottom: 1.2em;
	line-height: 2.2;
	font-size: 0.875em; /*14px*/
}
#careerArea address,
#careerArea em {
	font-style: normal;
}

/* リンク */
#careerArea a:link{
	color: #003366;
	text-decoration : underline;
}
#careerArea a:visited {
	color: #4d3380;
	text-decoration : underline;
}
#careerArea a:hover {
	color: #7f99b2;
	text-decoration : underline;
}
#careerArea a:active {
	color: #7f99b2;
	text-decoration : underline;
}

#careerArea .btn a {
	text-decoration : none;
}


/* セカンド共通
------------------------------------------------------------------- */
/* 横幅 */
#careerArea .wrap,
#careerArea .wrapWide {
	margin: 0 auto;
	padding: 75px 0 60px;
	text-align: center;
	overflow: hidden;
}
#careerArea .wrap {
	width: 810px;
}
#careerArea .wrapWide {
	width: 920px;
}

/* ビジュアル */
#careerArea .visual {
	width: 970px;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-align: right;
	margin: 0 auto;
}
#careerArea .visual .wrap {
	position: relative;
	display: table;
	height: 450px;
	padding: 0;

}
#careerArea .visual .cell {
	display: table-cell;
	vertical-align: middle;
}
#careerArea .visual h2 {
	font-size: 2.750em;
	position: relative;
	top:-20px;
	font-weight: normal;
	font-family: 'Arimo', sans-serif;
	letter-spacing: -0.01em;
	color: #fff;
	border: 2px solid #fff;
	display: inline-block;
	padding: 28px 45px;
	line-height:1.2;
}
#careerArea .visual h2:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 4px 0 0 -31px;
	width: 62px;
	height: 3px;
	background: #fff;
}
#careerArea .visual h2 span {
	display: block;
	font-size: 0.409em;
	padding-top: 28px;
	font-weight: bold;
	letter-spacing: normal;
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}

/* スライドナビ */
#careerArea #navi_open {
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: 30px;
	right: 30px;
	margin: 0;
	padding: 0;
	z-index:50;
}
#careerArea #navi_open img {
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#careerArea #navi_open:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
#careerArea #naviArea {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	right:0;
	color:#fff;
	opacity:0.95;
	filter:alpha(opacity=95);
	background:#15191b;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	text-align:center;
	z-index:100;
}
#careerArea #naviArea .layer {
	position:absolute;
	background:#15191b;
	z-index:100;
}
#careerArea #naviArea a {
	color: #fff;
	text-decoration: none;
}
#careerArea #naviArea a:hover {
	text-decoration:none;
	color: #1c96c2;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#careerArea #naviArea .navi_close {
	position:absolute;
	top:30px;
	right:30px;
	cursor:pointer;
}
#careerArea #naviArea .navi_close img {
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#careerArea #naviArea .navi_close:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
#careerArea .slideNavi h1 {
	margin: 0 0 50px 20px;
	font-size: 2.250em;
	font-family: 'Oswald', sans-serif;
	line-height: normal;
	font-weight: normal;
}
#careerArea .slideNavi h1 span {
	letter-spacing: 0.03em;
	font-size: 0.500em;
	margin-left: 1em;
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
#careerArea .slideNavi .wrap {
	text-align: left;
	width: 970px;
	padding: 65px 0 0 40px;
}
#careerArea .slideNavi dl.career {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 0 40px 20px;
}
#careerArea .slideNavi dl.career dt {
	position: relative;
	font-size: 2.250em;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 10px;
	margin: 0 0 14px;
	line-height: normal;
}
#careerArea .slideNavi dl.career dt span {
	display: block;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 2px;
	font-size: 0.444em;
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
#careerArea .slideNavi dl.career dt:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 275px;
	height: 1px;
	background: #61696b;
}
#careerArea .slideNavi dl.career dd {
	font-size: 1.077em;
	padding-left: 12px;
	background: url(/jp-ja/recruit/car/img/arrow_footerNavi.png) no-repeat left center;
}
#careerArea .slideNavi dl.group {
	display: inline-block;
	vertical-align: top;
	width: 900px;
	margin: 40px 0 40px 20px;
}
#careerArea .slideNavi dl.group dt {
	font-size: 2.250em;
	font-family: 'Oswald', sans-serif;
	line-height: normal;
	display: inline-block;
	border-right: 1px solid #61696b;
	width: 150px;
	margin-right: 15px;
}
#careerArea .slideNavi dl.group dt span {
	display: block;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 2px;
	font-size: 0.444em;
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
#careerArea .slideNavi dl.group dd {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

/* 背景色 */
#careerArea .bgGray {
	background: #f7f7f7;
	position: relative;
	z-index: 0;
}

/* 見出し */
#careerArea .ttl_underline {
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: 2px solid #3a4346;
	font-size: 2.250em;
	color: #3a4346;
	line-height: 1.4;
}
#careerArea .wrap .ttl_underline + p {
	text-align: center;
	margin: 3em 0 0;
}
#careerArea .ttl_blueline {
	position: relative;
	font-size: 1.500em;
	margin: 0 0 1.2em;
	padding: 0 0 1em;
	color: #3a4346;
	line-height: 1.6;
/*	z-index: -1;*/
}
#careerArea .ttl_blueline:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -15px;
	width: 30px;
	height: 4px;
	background: #2faad7;
}
#careerArea .ttl_bold {
	text-align: left;
	padding: 1em 0 0.5em;
	color: #3a4346;
}
#careerArea .ttl_bold + p {
	margin-top: 0;
}
#careerArea h4 em {
	display: block;
	margin: 0 0 0.8em
}
#careerArea h4 em span {
	display: inline-block;
	color: #fff;
	font-size: 0.917em; /*22px*/
	font-weight: normal;
	font-family: 'Arimo', sans-serif;
	letter-spacing: 0.03em;
	background: #3a4346;
	padding: 0.2em 1em;
}
#careerArea h5 {
	font-size: 1em; /*16px*/
}

/* 本文 */
#careerArea .wrap p {
	text-align: left;
}
#careerArea .wrap p.center {
	text-align: center;
}

/* 写真 */
#careerArea .pic {
	margin: 0;
	line-height: 0;
	position: relative;
/*	z-index: -10;*/
}
#careerArea .pic img {
	width: 970px;
}
#careerArea .picL {
	float: left;
	margin: 0 2em 2.5em 0;
}

/* 新しいウィンドウで開くアイコン */
.l-header__navigation .iconBlank,
#careerArea .iconBlank,
#footer .iconBlank {
	margin: 0 0.4em;
	position: relative;
	top: 8px;
	vertical-align: top;
}
.l-header__navigation .iconBlank {
	top: 5px;
}
#careerArea .footerNavi .iconBlank,
#footer .iconBlank {
	top: 4px;
}
#careerArea .btn .iconBlank {
	top: 50%;
	margin-left: 0.8em;
	margin-top:-6px;
}

/* マーカー付リスト */
#careerArea ul.marker li {
	list-style-type: disc;
	text-align: left;
	margin: 0 0 1em 20px;
}

/* ※付リスト */
#careerArea ul.kome li {
	text-align: left;
	margin: 0 0 1em 0;
	text-indent: -1em;
	padding-left: 1em;
}
#careerArea ul.kome li:before {
	content: "※";
}

/* リスト */
#careerArea .list {
	position: relative;
	text-align: left;
	margin-top: 0.3em;
/*	z-index: -1;*/
}
#careerArea .list dl {
	width: 970px;
	border-top: 1px solid #dfdfdf;
}
#careerArea .list dl dt {
	position: absolute; 
	left: 0; 
	width: 16em;
	padding: 1em;
}
#careerArea .list dl dd {
	padding: 1em 13em 1em 16em;
	border-bottom: 1px solid #dfdfdf;
}

/* テーブル */
#careerArea table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	margin: 2.5em 0;
	text-align: left;
}
#careerArea table th,
#careerArea table td {
	padding: 0.4em 1em;
	border: 1px solid #ccc;
}
#careerArea table th {
	background: #f7f7f7;
	text-align: center;
}
#careerArea table .right {
	text-align: right;
}
#careerArea table .center {
	text-align: center;
}
#careerArea table .left {
	text-align: left;
}
#careerArea table caption {
	padding-bottom: 0.5em;
	font-weight: bold;
	font-size: 1.143em; /*16px*/
}
#careerArea table .bgW {
	background: #fff;
	font-weight: normal;
}

/* 青背景ボックス */
#careerArea .blueBox {
	background: #f0f7f9;
	padding: 35px 20px 20px;
	overflow: hidden;
	text-align: center;
}

/* ページ切替ナビ */
#careerArea .pageNavi {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 970px;
	margin: 90px auto;
	box-sizing: border-box;
}
#careerArea .pageNavi a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e1e1e1;
	padding: 1.2em 0;
	font-weight: bold;
	text-decoration: none;
	color: #3a4346;
	line-height: 1.6;
	background: url(/jp-ja/recruit/car/img/arrow_pageNavi.png) 93% 50% no-repeat;
}
#careerArea .pageNavi a:hover {
	background-color: #f7f7f7;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#careerArea .pageNavi a.current {
	background: #f7f7f7 url(/jp-ja/recruit/car/img/arrow_pageNavi.png) 95% 50% no-repeat;
}

/* インデックスページ */
#careerArea dl.indexList {
	width: 810px;
	min-height: 166px;
	overflow: hidden;
	position: relative;
	text-align: left;
	background: none;
}
#careerArea dl.indexList dt {
	float: left;
	width: 390px;
}
#careerArea dl.indexList dd {
	float: left;
	width: 420px;
}
#careerArea dl.indexList dd p {
	font-size: 100%;
	margin-top: 0;
}
#careerArea dl.indexList dd .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}
#careerArea dl.indexList dd .btn a {
	margin: 0 auto;
	display: inline-block;
	background: #323a3d url(/jp-ja/recruit/car/img/arrow.png) 255px 50% no-repeat;
	width: 280px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#careerArea dl.indexList dd .btn a:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
	text-decoration: none;
}

/* 職種を選んでエントリー */
#careerArea .applyBox {
	background: #f0f7f9;
	margin: 0 0 60px;
	padding: 45px 55px;
	overflow: hidden;
	display: table;
	width: 860px;
}
#careerArea .applyBox .boxL,
#careerArea .applyBox .boxR {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}
#careerArea .applyBox .boxL h3 {
	font-size: 2.750em;
	position: relative;
	font-weight: normal;
	font-family: 'Arimo', sans-serif;
	letter-spacing: -0.01em;
	color: #323a3d;
	display: inline-block;
	margin: 0 55px 0 0;
	line-height: normal;
}
#careerArea .applyBox .boxL h3:after {
	display: block;
	content: "";
	position: absolute;
	top: 48%;
	left: 50%;
	margin: 4px 0 0 -31px;
	width: 62px;
	height: 4px;
	background: #3a4346;
}
#careerArea .applyBox .boxL h3 span {
	display: block;
	font-size: 0.409em;
	padding-top: 26px;
	font-weight: bold;
	letter-spacing: normal;
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
#careerArea .applyBox .boxR p {
	line-height: 1.8;
	font-size: 0.875em; /*14px*/
}
#careerArea .applyBox .btn {
	clear: both;
	text-align: center;
}
#careerArea .applyBox .btn a {
	margin: 0 auto;
	display: inline-block;
	background: #1a75d2 url(/jp-ja/recruit/car/img/arrow.png) 335px 50% no-repeat;
	width: 360px;
	font-size: 1.143em; /*16px*/
	color: #fff;
	height: 50px;
	line-height: 50px;
}
#careerArea .applyBox .btn a:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
	text-decoration: none;
}

/* フッタサイトネーム */
#careerArea .footerName {
	clear: both;
	background: #535d62;
	color: #fff;
}
#careerArea .footerName .wrapWide {
	text-align: left;
	padding: 15px 0;
}
#careerArea .footerName p {
	margin: 0;
	font-size: 1.357em;
	font-family: 'Oswald', sans-serif;
	line-height: normal;
}
#careerArea .footerName p span {
	letter-spacing: 0.03em;
	font-size: 0.619em;
	font-weight: bold;
	margin-left: 1em;
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
#careerArea .footerName a {
	color: #fff;
	text-decoration: none;
}
#careerArea .footerName a:hover {
	text-decoration:none;
	color: #1c96c2;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}

/* フッタナビ */

#footer dl.career dt {
	position: relative;
	font-size: 1.2em;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 10px !important;
	margin-bottom:14px !important;
	line-height: normal;
/*	z-index: -1;*/
}
#footer dl.career dt span {
	display: block;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 2px;
	font-size: 0.619em;
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
#footer dl.career dt:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #61696b;
}
#footer dl.career dd {
	font-size: 0.813em;
	line-height: 1.4;
/*	margin: 0 0 10px 0;
	padding-left: 12px;
	background: url(/jp-ja/recruit/car/img/arrow_footerNavi.png) no-repeat left 0.5em;*/
}
#footer dl.career dd a {
	font-size: 0.813em !important;
	line-height: 1.4;
	color: #fff;
/*	text-decoration:none;*/
}
#footer dl.group {
	display: inline-block;
	vertical-align: top;
	width: 920px;
	margin-top: 25px;
	position: relative;
	z-index: 0;
}
#footer dl.group dt {
	font-size: 2.1em;
	font-family: 'Oswald', sans-serif;
	padding: 0;
	margin: 0 0 14px;
	line-height: normal;
/*	z-index: -1;*/
	border-right: 1px solid #61696b;
	width: 140px;
	display: inline-block;
}
#footer dl.group dt span {
	display: block;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 2px;
	font-size: 0.619em;
	font-family: Arial, Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
#footer dl.group dd {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
}

/* フッタナビ（現在地） */
#careerArea.index p.index a,
#careerArea.guideline .footerNavi .wrapWide dl.career dd.guideline a,
#careerArea.registry .footerNavi .wrapWide dl.career dd.registry a,
#careerArea.personnel .footerNavi .wrapWide dl.career dd.personnel a,
#careerArea.section .footerNavi .wrapWide dl.career dd.section a,
#careerArea.csr .footerNavi .wrapWide dl.career dd.csr a,
#careerArea.message .footerNavi .wrapWide dl.career dd.message a,
#careerArea.color .footerNavi .wrapWide dl.career dd.color a,
#careerArea.guide .footerNavi .wrapWide dl.career dd.guide a,
#careerArea.process .footerNavi .wrapWide dl.career dd.process a,
#careerArea.faq .footerNavi .wrapWide dl.career dd.faq a,
#careerArea.place .footerNavi .wrapWide dl.career dd.place a,
#careerArea.iot .footerNavi .wrapWide dl.career dd.iot a {
	color: #97DEF8;
}

@media only screen and (min-width: 720px) {
	.footer-toggle-menu__list ul li {
		margin: 10px 0 0 20px !important;
	}
	body:not(.cct-2020) #km_Footer #footer .container .col-lg-2{
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* ページトップ */
#scrollUp {
	text-indent: -9999px;
	bottom: 115px;
	right: 30px;
	height: 55px;
	width: 55px;
	background: url(/jp-ja/recruit/car/img/pageup.png) no-repeat;
}
#scrollUp:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}

/* コーポレートフッタ調整 */
footer {
	clear: both;
	margin-top: 0;
}