body {
	min-width: auto;}
body.is-open-burger {
	position: fixed;
	width: 100%;
	height: 100%;}

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




/* 社員紹介アイコン */
[class^="people"][class$="-icon"] {
	padding: 6px 28px;
	font-size: 1.2rem;}

/*共通メガページタイトル*/
main h1.pageTitle {
	height: 140px;/*IE11*/
	min-height: 140px;
	margin-bottom: 60px;
	padding-top: 40px;
	font-size: 1.6rem;}
main h1.pageTitle:before {
	margin-bottom: 17px;
	font-size: 4.2rem;
	white-space: nowrap;}
@media (max-width: 320px){
	main h1.pageTitle:before {
		letter-spacing: -0.1rem;}
}

/* ----------------------------------------
ALL-btn
----------------------------------------*/
/*.BTN-A {
	min-width: auto;
	min-height: 80px;
	padding: 10px;
	font-size: 2rem;}*/
.BTN-A .BTN-A-wrap {
	min-width: auto;
	min-height: 80px;
	padding: 10px;
	font-size: 2rem;}






/* ----------------------------------------
header
----------------------------------------*/
.headerWrap {
	position: fixed;
		/*z-index: 1;*/
		z-index: 100;
		align-items: center;
	min-width: auto;
	padding: 12px;
	border-bottom: 0;}
	.Header_entry.pc{
		display: none;}
.entry-list {}
.entry-list li:not(:last-child) {
	margin: 0 0 2px 0;}
.entry-list a {
	position: relative;
	display: flex;
		justify-content: center;
		align-items: center;
	min-height: 50px;
	padding: 10px 40px;
	color: #fff;
	font-size: 1.4rem;
	background: #e60012;
	box-shadow: -3px 0 7px rgba(0,0,0,0.25);
	transition: 0.12s;}
	.entry-list a.hover {
		box-shadow:  -3px 0 7px rgba(0,0,0,0.0);}
.entry-list .linkArrow {
	right: 20px;}
.entry-list a.hover .linkArrow {
	transform: translateX(5px);}

	.logo:after {
		content: "";
		position: absolute;
			z-index: 1000;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		display: block;
		border-bottom: 1px solid #eee;
		background: #fff;}
.logo > a {
		z-index: 10000;
	width: 64px;
	height: 36px;
	margin-right: 8px;}
.logo > p {
		z-index: 10000;
	font-size: 1.2rem;}

/* globalWrap
------------------------------*/
.globalWrap-main {
	flex-direction: column;}
.globalWrap-main > li {
	margin-right: 0;}
.globalWrap-main > li > a {
	display: block;
	padding: 20px 30px 20px 30px;
	color: #000;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	border-bottom: 1px solid #eee;
	background: no-repeat;
	background-size: auto 25px;
	background-position: 32px 24px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.globalWrap-main > li > a.hover {color: 0.12s;}
.globalWrap-main > li > a.hover:after {opacity: 0;}
.Message .MessageLINK a:after {opacity: 0;}
.Interview .InterviewLINK a:after {opacity: 0;}
.Field .FieldLINK a:after {opacity: 0;}
/*.About .AboutLINK a:after {opacity: 0;}*/
.Info .InfoLINK a:after {opacity: 0;}

.globalWrap-main a:before {
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto';
	font-size: 2.8rem;
	line-height: 100%;
	white-space: normal;}





	.globalWrap-main .gW_option a:before {display: none;}
.globalWrap-main a[href*="/message"]:before {content:"RECRUITING MESSAGE";}
.globalWrap-main a[href*="/interview"]:before {content: "INTERVIEW";}
.globalWrap-main a[href*="/field"]:before {content: "BUSINESS FIELD";}
.globalWrap-main a[href*="/about"]:before {content: "ABOUT US";}
.globalWrap-main a[href*="/recruit/info"]:before {content: "RECRUIT INFORMATION";}
.globalWrap-main > li > a:after {display: none;}
.globalWrap-sub {
	padding: 38px 20px;
	color: #555;
	font-size: 1rem;}
.globalWrap-sub li:not(:last-child) {
	margin: 0 0 30px 0;}
.globalWrap-sub li a.hover {
	color: #e60012;}
.gW_option {
	padding: 30px 0 30px 80px;
	color: #555;
	border-bottom: 1px solid #eee;}
.gW_option li:not(:last-child) {
	margin: 0 0 35px 0;}
.gW_option li a.hover {
	color: #e60012;}
.globalWrap-sub.ListHead-circle.sp li a:after {
	display: none;}


/* ENTRY
------------------------------*/
.Header_entry {
	padding: 30px;
	border-bottom: 1px solid #eee;}
.Header_entry > h2 {
	margin: 0 0 20px 0;
	color: #e60012;
	font-family: 'Roboto';
	font-size: 3rem;
	text-align: center;}

/* globalNav
------------------------------*/
.globalNav {
	position: relative;}
.entry-btn {
		z-index: 10000;
	display: block;
	margin: auto 14px auto auto;}
.entry-btn > a {
	position: relative;
	display: flex;
		justify-content: center;
		align-items: center;
	width: 90px;
	height: 30px;
	color: #fff;
	font-family: 'Roboto';
	font-size: 1.2rem;
	line-height: 100%;
	background: #e60012;}
.entry-btn > a .linkArrow {
		top: calc(50% - 6px /2);
		right: 10px;
	opacity: 0;
	transition: opacity 0.12s;}
.entry-btn > a .linkArrow:before {width: 8px;height: 1px;}
.entry-btn > a .linkArrow:after {
	width: 5px;
	height: 5px;
	margin-left: -5px;
	border-width: 1px;
	border-radius: 0;}
	.entry-btn > a.hover .linkArrow {
		opacity: 1;}
.burger-btn {
	/*position: absolute
		right: 0;*/
		z-index: 10000;
	display: flex;
		justify-content: center;
	width: 36px;
	height: 36px;}
	.burger-btn span,
	.burger-btn:before,
	.burger-btn:after {
		content: "";
		position: absolute;
    top:15px;
		display: block;
		width: 22px;
		height: 2px;
		background: #e60012;
		transition: transform 0.12s, opacity 0.12s;}
	.burger-btn:before {
		transform: translateY(calc(-5px - 2px));}
	.burger-btn:after {
		transform: translateY(calc(5px + 2px));}
	.burger-btn.active span {
		opacity: 0;}
	.burger-btn.active:before {
		transform: rotate(45deg);}
	.burger-btn.active:after  {
		transform: rotate(-45deg);}
	.burger-btn-close {
		position: absolute;
			z-index: 10001;
			right: 0;
		display: none;
		width: 36px;
		height: 36px;}
		.burger-btn-close.active {
			display: block;}

.burger-content {
	position: fixed;
		z-index: 100;
		left: 0;
		right: 0;
	display: block;
	background: #fff;
	transform: translateY(-100%);
	transition: transform 0.2s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;/*iOS*/}
	.burger-content.is-open-burger {
		transform: translateY(0);}

/* ----------------------------------------
footer
----------------------------------------*/
footer {
	position: relative;}

.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);*/}
.goTop .linkArrow {
	/*transform: rotate(-45deg);*/}
.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: 1rem;
	border-top: 1px solid #eee;
	background: #fff;

	display: block;
	padding: 38px 20px 10px 20px;
}
.footerContent > li:first-child {
	margin-right: 0;
	margin-bottom: 20px;
	padding-right: 0;
	border: 0;}
.copyright {
	margin-top: 38px;
	text-align: center;}

.footerContent.ListHead-circle li:not(.copyright):before {
	display: inline-block;}


/* -------- クッキー使用についての同意 -------- */
.cookieBanner {
	display: block;
	min-width: 100%;
	min-height: 243px;
	padding: 30px 15px;}
.cookieBanner-wrap {
	display: block;
	width: 100%;}
.cookie-message {
	width: 100%;
	margin: 0 0 25px 0;
	font-size: 1.3rem;
	line-height: 2rem;}
.cookie-btn {
	width: calc(100% - 15px * 2);
	margin: 0 15px;}