body {
	min-width: 1180px;}

/* ----------------------------------------
ALL
----------------------------------------*/
.sp {
	display: none;}

a {
	text-decoration: none;
	transition: color 0.12s;}
/*target="_blank" アイコン表示*/
a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	background: url(/recruit/images/common/blank.png) no-repeat;
	background-size: contain;}
img{vertical-align: bottom;}

/* ● リストの先頭に黒円をつける*/
.ListHead-circle > li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 20px 0 0;
	border-radius: 50%;
	background: #555;}

/*font-weight*/
.fw-regular {
	font-weight: 400;/*regular*/}
.fw-medium {
	font-weight: 500;/*medium*/}
.fw-bold {
	font-weight: 700;/*bold*/}

/*タップしたときの黒背景を消す*/
.tap-color {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.tap-color a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

/*画像置換-Scott Kellum Method*/
.SKM {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

/*figure hover時の動き figscale > figure > ...*/
.figScale figure img {
	transition: transform 0.4s;}
.figScale figure a.hover img {
		transform: scale(0.9) rotate(0.01deg);}

/*共通メガページタイトル*/
main h1.pageTitle {
	position: relative;
	/*display: flex;*/
		justify-content: center;
		align-items: center;
	height: 220px;/*IE11*/
	min-height: 220px;
	margin: 0 0 100px 0;
	padding: 60px 0 0 0;
	font-size: 2rem;
	text-align: center;
	background:
		linear-gradient(
			transparent 1px,
			rgba(0,0,0,0.1) 2px
		),
		linear-gradient(
			90deg,
			transparent 1px,
			rgba(0,0,0,0.1) 2px
		)
	;
	background-size: 2px 2px;}
main h1.pageTitle:before {
	content: "";
	/*position: absolute;*/
		top: 0;right: 0;bottom: 0;left: 0;
	display: block;
	margin-bottom: 27px;
	color: #e60012;
	font-family: 'Roboto';
	font-size: 7rem;
	line-height: 70%;}

/* ----------------------------------------
ALL-icon
----------------------------------------*/
/*default: → #fff 13px 8px height2px*/
span.linkArrow {
	position: absolute;
		top: calc(50% - 8px /2);
	display: flex;
	align-items: center;
	transition: transform 0.12s;}
span.linkArrow:before,
span.linkArrow:after {
	content: "";
	display: inline-block;
	vertical-align: middle;}
span.linkArrow:before {
	width: 13px;
	height: 2px;
	border-radius: 1px;
	background: #fff;}
span.linkArrow:after {
	width: 8px;
	height: 8px;
	margin-left: -8px;
	border: 2px solid #fff;
	border-bottom: 0;
	border-left: 0;
	border-radius: 1px;
	transform: rotate(45deg);}
/* > */
span.nL:before {
	display: none;}

/* ニュースアイコン */
[class^="recruit"][class$="-icon"]{
	display: inline-block;
	min-width: 70px;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	padding: 3px 0;
	box-sizing: border-box;
	background-color: #bfbfbf;
	font-weight: normal;}
.recruitNew-icon,
.recruitMid-icon,
.recruitGro-icon {}

/* 社員紹介アイコン */
[class^="people"][class$="-icon"] {
	padding: 7px 32px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 100%;}
.peopleProd-icon {background: #f39700;}
.peopleWeb-icon {background: #ebb83f;}
/*.peopleRd-icon {background: #32b16c;}*/
.peopleSales-icon {background: #00479d;}
.peopleManufact-icon {background: #ae5da1;}
.peopleManage-icon {background: #32b16c;}
.peopleForeign-icon {background: #448aca;}

/* ----------------------------------------
ALL-btn
----------------------------------------*/
/*.BTN-A {
	position: relative;
	display: flex;
		justify-content: center;
		align-items: center;
	min-width: 250px;
	min-height: 90px;
	padding: 30px 20px;
	color: #fff;
	font-size: 1.8rem;
	background: #e60012;
	transition: box-shadow 0.4s, transform 0.4s;
	box-shadow: 3px 0 7px rgba(0,0,0,0.25);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.BTN-A .linkArrow {
		right: 20px;
		opacity: 0;
		transition: opacity 0.4s;}
.BTN-A.hover {
	box-shadow: 3px 0 7px rgba(0,0,0,0);
	transform: scale(0.9);}
	.BTN-A.hover .linkArrow {
		opacity: 1;}*/
.BTN-A {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.BTN-A .BTN-A-wrap {
	position: relative;
	display: flex;
		justify-content: center;
		align-items: center;
	min-width: 250px;
	min-height: 90px;
	padding: 30px 20px;
	color: #fff;
	font-size: 1.8rem;
	background: #e60012;
	transition: box-shadow 0.4s, transform 0.4s;
	box-shadow: 3px 0 7px rgba(0,0,0,0.25);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.BTN-A .linkArrow {
		right: 20px;
		opacity: 0;
		transition: opacity 0.4s;}
.BTN-A.hover  .BTN-A-wrap {
	box-shadow: 3px 0 7px rgba(0,0,0,0);
	transform: scale(0.9);}
	.BTN-A.hover .linkArrow {
		opacity: 1;}


/* ----------------------------------------
header
----------------------------------------*/
.headerWrap {
	/*position: fixed;*/
	display: flex;
		z-index: 100;
		justify-content: space-between;
	width: 100%;
	min-width: 1180px;
	padding: 0 15px 0 25px;
	background: #fff;
	border-bottom: 1px solid #eee;
	transition: transform 0.2s ease-out;}

	/*--------追従時--------*/
	.headerWrap.fix {
		position: fixed;
		/*min-width: auto;*/}
	.headerWrap.fix.transform {
		padding-top: 0;
		padding-bottom: 0;
		transform: translateY(100%);}
	.headerWrap.transform .logo > a {
		width: 65px;}
	.headerWrap.transform .Header_entry h2 > button {
		height: 40px;}
	.headerWrap.transform .globalWrap-main > li > a {
		line-height: 50px;}
	/*--------追従時--------*/

.logo {
	display: flex;
		align-items: center;}
.logo > a {
	width: 98px;
	height: 100%;
	margin: 0 10px 0 0;
	background: url(/recruit/images/common/logo.png) no-repeat center;
	background-size: contain;}
.logo > p {
	color: #333;
	font-family: 'Roboto';
	font-size: 1.4rem;}

/* globalNav
------------------------------*/
.globalNav {
	display: flex;
		align-items: center;}
.burger-btn-close {
	display: none;}
.burger-content {
	display: flex;
	align-items: center;}
.globalWrap-main {
	display: flex;
	color: #333;
	font-size: 1.4rem;}
.globalWrap-main > li {
	margin: 0 50px 0 0;}
.globalWrap-main > li > a {
	display: block;
	line-height: 90px;
	white-space: nowrap;}
	.globalWrap-main > li > a.hover {
		color: #e60012;}
	.globalWrap-main > li > a:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		margin: -2px 0 0 0;
		background: #e60012;
		opacity: 0;
		transition: opacity 0.12s;}
	.globalWrap-main > li > a.hover:after {
		opacity: 1;}
	.Message .MessageLINK a {color: #e60012;}
	.Interview .InterviewLINK a {color: #e60012;}
	.Field .FieldLINK a {color: #e60012;}
	.About .AboutLINK > a {color: #e60012;}
	.Info .InfoLINK > a {color: #e60012;}
	.Message .MessageLINK a:after {opacity: 1;}
	.Interview .InterviewLINK a:after {opacity: 1;}
	.Field .FieldLINK a:after {opacity: 1;}
	.About .AboutLINK a:after {opacity: 1;}
	.Info .InfoLINK a:after {opacity: 1;}


/* ENTRY
------------------------------*/
.Header_entry {}
	.Header_entry.pc {
		position: relative;}
	.Header_entry.pc.hover .entry-list,
	.Header_entry.pc.is-open .entry-list {
		padding: 10px;}
.Header_entry > button {
	position: relative;
		z-index: 2;
	width: 170px;
	height: 50px;
	padding-right: 10px;
	color: #fff;
	font-family: 'Roboto';
	font-size: 1.6rem;
	background-color: #e60012;}
	.Header_entry > button span.linkArrow {
			right: 42px;
		transform: rotate(90deg);}
	.Header_entry > button.hover span.linkArrow,
	.Header_entry > button.is-open span.linkArrow {
		transform: rotate(-90deg);	}
	.Header_entry > button span.linkArrow:after {
		margin-left: -4px;
		border-radius: 0;}
.pc .entry-list {
	position: absolute;
	z-index: 1;
	top: 50px;
	right: 0;
	left: 0;}
.pc .entry-list li:not(:last-child) {}
.pc .entry-list a {
	position: relative;
	display: flex;
		justify-content: flex-start;
		align-items: center;
	color: #fff;
	font-size: 1.2rem;
	background: #e91a2a;
	transition: 0.12s;
	/*close*/
	height: 0;
	padding: 0 20px;
	line-height: 0;
	visibility: hidden;}
.pc button.hover + .entry-list a,
.pc button.is-open + .entry-list a,
.pc button + .entry-list.is-open a {
	/*open*/
	height: auto;
	padding: 20px;
	line-height: 100%;
	visibility: visible;}
.pc .entry-list .linkArrow {
	right: 20px;}
.pc .entry-list a.hover {
	background: #e60012;}
.pc .entry-list a.hover .linkArrow {
	transform: translateX(5px);}




/* ----------------------------------------
footer
----------------------------------------*/
footer {
	z-index: 10;
	position: relative;}
footer.fix {
	position: fixed;
		right: 0;
		bottom: 0;
		left: 0;}

.goTop {
	position: absolute;
		top: -30px;
		right: 0;
		left: 0;
	display: flex;
		justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: #000;
	transform: rotate(-45deg);
	transition: background 0.12s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.goTop.hover {
		/*background: #e60012;*/}
.goTop .linkArrow {
	top: 11px;
	right: 10px;
	transform: rotate(-45deg);
		transition: transform 0.12s;}
	.goTop.hover .linkArrow {
		transform: rotate(-45deg) translateX(5px);}
.goTop .linkArrow:before {
	width: 16px;
	height: 1px;
	border-radius: 0;}
.goTop .linkArrow:after {
    width: 10px;
    height: 10px;
    margin-left: -12px;
    border-width: 1px;
	border-radius: 0;}

.footerContent {
	position: relative;
		z-index: 1;
	display: flex;
	padding: 20px 40px;
	color: #555;
	font-size: 1.1rem;
	border-top: 1px solid #eee;
	background: #fff;}
.footerContent > li:first-child {
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #999;}
.copyright {
	margin: 0 0 0 auto;
    font-size: 1.0rem;}
.footerContent > li a {
	transition: color 0.12s;}
	.footerContent > li a.hover {
		color: #e60012;}
	.footerContent > li a:after {
		display: none;}
.footerContent.ListHead-circle li:before {
	display: none;}

/* -------- クッキー使用についての同意 -------- */
.cookieBanner {
	position: fixed;
		z-index: 9999;
		bottom: 0;
	display: flex;
	width: 100%;
	min-width: 1180px;
	min-height: 130px;
	background: rgba(255,255,255,0.85);
	border-top: 1px solid #e9ecee;}
.cookieBanner:after {/*IE11fix*/
	content: "";
	min-height: inherit;
	font-size: 0;}
.cookieBanner-wrap {
	display: flex;
		justify-content: space-between;
		align-items: center;
	width: 1180px;
	margin: 0 auto;}
.cookie-message {
	width: 920px;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.2rem;}
.cookie-message > a {
	text-decoration: underline;}
	.cookie-message > a:hover {
		color: #e60012;
		text-decoration: none;}
.cookie-btn {
	width: 240px;
	min-height: 50px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background: #e60012;
	border: 1px solid #d71921;
	border-radius: 2px;
	transition: background 0.12s;
	transition-property: opacity;
	transition-duration: 0.12s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.cookie-btn:hover {
		opacity: 0.8;}

