.sp {
	display: none;
}

.pc {
	display: block;
}

#footer .footet_pan a {
	color: #464646;
}

#container {
	margin-top: 72px;
}

.site-header {
	background: #fff;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	z-index: 10;
}

.site-header.fixed {
	position: fixed;
	top: 0;
}

.navi_bg {
	background: #e70012;
	font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important;
}

.menu a:hover {
	text-decoration: none !important;
}

.menu {
	display: flex;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.menu li a {
	/*font-weight: normal !important;*/
	text-decoration: none !important;
}

.menu .direct_link,
.menu .menu_list {
	width: 18%;
}

.menu_list_open:link,
.menu_list_open:visited {
	color: #fff !important;
}

.menu .direct_link>a,
.menu .menu_list>a {
	display: block;
	padding: 10px;
	text-align: center;
	transition: .2s;
	font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important;
	padding: 5%;
	padding-bottom: calc(5% + 2px);
	font-size: 16px;
	text-decoration: none;
	border-right: 1px solid #fff;
	margin-bottom: 13px;
	margin-top: 20px;
	font-weight: bold !important;
}

.menu .direct_link>a:hover .menu .menu_list>a:hover {
	color: #fff;
}

.menu_contents {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.menu_contents li {
	width: 100%;
}

.menu_contents li a {
	color: #fff;
}

.list_bg {
	color: #464646;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 100;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	left: 0;
	display: none;
	font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	margin-top: 5px;
}

.list_bg ul {
	float: left;
	padding: 10px 30px 40px 150px;
	opacity: 0;
	transition: 1s;
}

.list_bg ul a {
	color: #464646;
}

.list_bg.shows ul {
	opacity: 1;
}

.list_wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

.list_bg ul li {
	text-align: left;
	/*z-index: 1000;*/
	position: relative;
	width: 1000px;
}

.site-header_fix {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 150ms linear 200ms;
	transition: all 150ms linear 200ms;
	pointer-events: none;
	z-index: 2;
}

.site-header_fix.is-show {
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 800ms linear;
	transition: all 800ms linear;
	position: fixed;
	pointer-events: auto;
	height: 1000%;
}

.recruit-top-col__item {
	position: relative;
	padding-left: 22px;
	margin-top: 20px;
}

.recruit-top-col__item.pl0 {
	padding-left: 0;
}

.recruit-top-col__item .title {
	display: block;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	border-left: #e60012 6px solid;
	padding-left: 12px;
}

.recruit-top-col__item a::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../recruit/img/top/arrow_r_red.svg) 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 3px;
}

.intro {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	border-radius: 2px;
	width: 100px;
	margin-top: 14px;
	margin-right: 3px;
}

.intro p {
	font-weight: bold;
	color: #fff;
	font-weight: 14px;
	margin-left: 14px;
}

a.intro:hover {
	opacity: 0.6;
}

.intro p::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/arrow_right.png) 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	left: 15px;
	top: 11px;
}

.intro01 {
	background: #87d60f;
}

.intro02 {
	background: #6e73c7;
}

.intro03 {
	background: #f4b801;
}

.intro04 {
	background: #179be7;
}

.intro05 {
	background: #ff6291;
}

.recruit-top-col__item a.intro::before {
	background: none;
}

.recruit-top-col__item span {
	color: #464646;
	display: block;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
}

.recruit-top-col__balloon {
	    position:absolute;
		top: 72px;
		left: 0px;
		background:#FFFFFF;
		padding: 12px 8px;
		text-align:center;
		border:1px solid #ccc;
		border-radius: 4px;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		z-index: 100;
		display: none;
}

.recruit-top-col__balloon ul {
	display: flex;
	padding: 0;
}

.recruit-top-col__balloon-wrap {
    padding-top: 12px 
}

.recruit-top-col__balloon-trigger {
	display: inline-block;
}

.recruit-top-col__balloon:after,.recruit-top-col__balloon:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:18%;
}

.recruit-top-col__balloon:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    border-bottom-color:#FFFFFF;
}

.recruit-top-col__balloon:before{
    border-color: rgba(204, 12, 0, 0);
    border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:7px;
    border-right-width:7px;
    margin-left: -7px;
    margin-bottom: 1px;
    border-bottom-color:#ccc;
}

.recruit-top-col__balloon ul li {
    width: auto;
    margin-left: 0;
    margin: 0 1em;
    position: relative;
}

.recruit-top-col__balloon ul li a::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../img/arrow_r_green.svg") 50% 50% no-repeat;
    background-size: cover;
    margin-right: 4px;
    margin-top: 2px;
	margin-bottom: -1px;
	position: static;
}

.recruit-top-col__balloon a {
    background: none;
    color: #666;
    letter-spacing: 0.1em;
	font-weight: bold !important;
}

.recruit-top-footer {
	margin-top: 0px !important;
	background: #FFF;
}

.recruit-top-footer__body {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-top: 32px;
	padding-bottom: 32px;
	position: relative;
}

.recruit-top-footer__pagetop {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: auto 0;
}

.recruit-top-footer__pagetop img {
	vertical-align: bottom;
}

.recruit-top-col__item a span {
	transition: 0.2s;
}

.recruit-top-col__item a:hover span {
	color: #e60012;
}

.recruit-top-col__item a:hover {
	text-decoration: none !important;
}

.direct_link a {
	color: #fff !important;
	cursor: pointer;
}

.direct_link:after,
.menu_list:after {
	content: '';
	display: block;
	position: relative;
	bottom: 0px;
	right: -7px;
	left: -5px;
	height: 5px;
	width: 100%;
	background-color: #fff;
	opacity: 1;
	width: 90%;
	left: 5%;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transition: -webkit-transform 150ms linear;
	transition: -webkit-transform 150ms linear;
	transition: transform 150ms linear;
	transition: transform 150ms linear, -webkit-transform 150ms linear;
}

.link_none:after {
	content: none;
}

.recruit-top-col__item .new {
	position: absolute;
	margin-left: 11px;
	padding: 2px 8px;
	background: #e60012;
	color: #fff;
	font-weight: bold;
	bottom: -2px;
}

.direct_link:hover:after,
.direct_link.active:after,
.menu_list:hover:after,
.menu_list.active:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.line_none {
	border-right: none !important;
}

.recruit-top-header h1 {
	width: 1000px;
	background: none;
	color: #fff;
	font-weight: bold;
	padding-top: 2.5%;
	padding-bottom: 3%;
	border-bottom: 2px solid;
}

.recruit-top-header h1 .big_text {
	font-size: 48px;
	float: left;
	letter-spacing: 10px;
}

.recruit-top-header h1 .small_text {
	font-size: 24px;
	letter-spacing: 5px;
	margin-top: 3px;
	display: inline-block;
	float: right;
}

.entry {
	position: relative;
	padding-left: 23px;
	margin-top: 17px;
	background: #fff;
	padding: 13px 10px 10px 32px;
	border-bottom: 1px solid #fff;
	border-radius: 2px;
	margin-bottom: 17px;
	margin-left: 4%;
	font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important;
}

.entry span {
	color: #e60012;
	font-weight: bold;
}

.entry a::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../recruit/img/top/arrow_r_red.svg) 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	left: 13px;
	top: 14px;
}

.entry a:hover {
	opacity: .7;
}

.wrapper {
	margin-top: 70px;
	background: #fff;
}

.wrapper .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0;
}

.wrapper .news_area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper .left_box {
	width: 30%;
	padding: 5%;
	font-size: 20px;
	color: #e60012;
	font-weight: bold;
	border-right: 1px solid #c8c8c8;
}

.wrapper .right_box {
	width: 70%;
	font-size: 14px;
}

ul {
	list-style: none !important;
}

.wrapper .right_box ul li {
	margin-bottom: 15px;
	float: left;
	margin-left: 100px;
}

.wrapper .right_box ul li:last-child {
	margin-bottom: 0px;
}

.wrapper .right_box ul li .new {
	position: absolute;
	margin-left: -70px;
	padding: 2px 10px;
	background: #e60012;
	color: #fff;
	font-weight: bold;
}

.wrapper .right_box ul li .text {
	margin-left: 20px;
}

.wrapper .right_box .date {
	font-weight: bold;
}

.gray_wrapper {
	background: #f7f7f7;
	padding-top: 50px;
}

.gray_wrapper .inner {
	background: #fff;
	width: 1000px;
	padding: 50px;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0 4px 8px #c8c8c8;
}

.gray_wrapper h2 {
	font-size: 30px;
	color: #e60012;
	text-align: left;
	letter-spacing: 4px;
}

.gray_wrapper .text {
	font-size: 16px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 1.6em;
}

.acd-check {
	display: none;
	padding: 10px;
}

.acd-label {
	cursor: pointer;
	background: #0068b7;
	color: #fff;
	display: block;
	padding: 10px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 20px 24px;
	border-radius: 12px;
}

.acd-label:after {
	box-sizing: border-box;
	content: url(../img/arrow_down.png);
	display: inline-block;
	height: 52px;
	padding: 26px 30px;
	position: absolute;
	right: 0;
	top: 0px;
}

.acd-label {
	transition: 1s;
}

.acd-check:checked+.acd-label {
	border-radius: 12px 12px 0 0;
}

.acd-check:checked+.acd-label:after {
	content: url(../img/arrow_up.png);
	display: inline-block;
}

.acd-content {
	border: 8px solid #333;
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .1s;
	visibility: hidden;
	border-radius: 0 0 12px 12px;
}

.acd-content01 {
	border-color: #87d60f;
}

.acd-check:checked+.acd-label+.acd-content {
	height: auto;
	opacity: 1;
	padding: 10px;
	visibility: visible;
	margin-bottom: 18px;
	border-top: none;
}

.acd-content01 {
	border-color: #87d60f;
}

.acd-check1 {
	background: #87d60f;
	transition: .1s;
}

.acd-content02 {
	border-color: #6e73c7;
}

.acd-check2 {
	background: #6e73c7;
	transition: .1s;
}

.acd-content03 {
	border-color: #f4b801;
}

.acd-check3 {
	background: #f4b801;
	transition: .1s;
}

.acd-content04 {
	border-color: #179be7;
}

.acd-check4 {
	background: #179be7;
	transition: .1s;
}

.acd-content05 {
	border-color: #ff6291;
}

.acd-check5 {
	background: #ff6291;
	transition: .1s;
}

.acd-content {
	transition: .1s;
}

.acd-content ul {
	display: inline-block;
	width: 100%;
	margin-bottom: 2%;
}

.acd-content ul li {
	float: left;
	text-align: left;
}

.acd-content ul li {
	width: 34%;
}

.acd-content ul li:nth-of-type(1) {
	width: 25%;
	margin-left: 2%;
}

.acd-content div {
	position: relative;
	padding-left: 22px;
	margin-top: 20px;
	font-size: 14px;
}

.acd-content li:nth-of-type(1) {
	font-weight: bold;
}

.acd-content a::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 1px;
}

.acd-content01 a::before {
	background: url(../img/arrow_green.png) 50% 50% no-repeat;
}

.acd-content02 a::before {
	background: url(../img/arrow_purple.png) 50% 50% no-repeat;
}

.acd-content03 a::before {
	background: url(../img/arrow_orange.png) 50% 50% no-repeat;
}

.acd-content04 a::before {
	background: url(../img/arrow_blue.png) 50% 50% no-repeat;
}

.acd-content05 a::before {
	background: url(../img/arrow_pink.png) 50% 50% no-repeat;
}

.attention {
	text-align: left;
	margin-top: 8px;
}

.keyword.inner {
	margin-top: 30px;
	position: relative;
}

.keyword.inner .chara {
	position: absolute;
	top: -4%;
	right: 4%;
}

.keyword.inner .chara img {
	width: 90%;
}

.event.inner {
	margin-top: 30px;
}

.keyword_list {
	width: 900px;
}

.keyword_list li a {
	width: 210px;
	height: 210px;
	margin-right: 12px;
}

.keyword_list li:nth-child(4) a,
.keyword_list li:nth-child(8) a {
	margin-right: 0;
}

.to_index {
	float: right;
	margin-right: 24px;
}

.to_index span {
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.to_index span::after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../recruit/img/top/arrow_r_red.svg) 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	right: -20px;
	top: 5px;
}

.event_pc .text {
	margin-bottom: -2%;
}

.event_pc a {
	margin-top: -1%;
}

.recruit {
	padding-top: 100px;
	width: 1000px;
	margin: 0 auto;
}

.recruit h2 {
	color: #3c3c3c;
	padding-left: 20px;
	border-left: 8px solid #3c3c3c;
	letter-spacing: 4px;
	height: 32px;
}

.recruit ul {
	display: inline-block;
	margin-bottom: 60px;
}

.recruit ul li {
	float: left;
	width: 480px;
	margin-right: 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 8px #c8c8c8;
	font-weight: bold;
	font-size: 22px;
	overflow: hidden;
	margin-top: 40px;
}

.recruit ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 46px 50px;
}

.recruit ul li a div {
	display: flex;
	align-items: center;
	position: relative;
}

.recruit ul li a:hover {
	text-decoration: none !important;
}

.recruit ul li a div img {
	width: 16px;
	right: 0;
	position: absolute;
}

.recruit ul li.mr0 {
	margin-right: 0;
}

#scroll_to_top {
	cursor: pointer;
}

#pan a {
	color: #464646;
}

.rec_link1 a {
	color: #464646;
}

#rec_body.pre_entry {
	margin-top: 96px;
}

@media screen and (min-width:760px) and (max-width:979px) {
	#menu .entry a::before {
		top: 11px;
	}
}

@media screen and (max-width: 979px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	#rec_body.pre_entry {
		margin-top: 33px;
	}

	#rec_body #pan,
	.footet_pan {
		padding-left: 10px;
	}

	#container {
		margin-top: 60px;
	}

	.gray_wrapper .inner {
		width: 100%;
	}

	.recruit-top-header h1 {
		width: 100%;
	}

	.keyword_list {
		width: 100%;
	}

	.recruit {
		width: 100%;
	}

	.recruit ul li {
		width: 100%;
	}

	.recruit-top-footer__body {
		width: 100%;
	}

	.recruit-top-header {
		margin: 0 auto;
		display: inline-block;
		width: 100%;
		padding: 2%;
	}

	.recruit-top-header h1 {
		border-bottom: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.recruit-top-header h1 .small_text {
		width: 60%;
		font-size: 4vw;
		margin-left: 6%;
	}

	.recruit-top-header h1 .big_text {
		width: 25%;
		font-size: 8vw;
		float: left;
		display: inline-block;
		border-right: 2px solid #fff;
	}

	.wrapper {
		margin-top: 0;
	}

	.wrapper .inner {
		padding-top: 0;
	}

	.wrapper .news_area {
		display: block;
		overflow: hidden;
	}

	.wrapper .left_box {
		border: none;
		padding: 5% 7%;
	}

	.wrapper .left_box {
		width: 100%;
		font-size: 4vw;
	}

	.wrapper .right_box {
		width: 100%;
		font-size: 3.6vw;
	}

	.wrapper .right_box ul li {
		margin-left: 7%;
	}

	.wrapper .right_box ul li .new {
		margin-left: 115px;
		padding: 2px 10px;
		font-size: 10px;
		letter-spacing: 2px;
	}

	.wrapper .right_box ul li .text {
		display: block;
		margin-left: 0px;
		margin-top: 8px;
	}

	.gray_wrapper {
		padding-top: 30px;
	}

	.gray_wrapper .inner {
		width: 92%;
		margin-left: 4%;
		padding: 6% 6% 13% 6%;
	}

	.gray_wrapper h2 {
		font-weight: bold;
		font-size: 5.5vw;
	}

	.gray_wrapper .text {
		margin-top: 5%;
		margin-bottom: 5%;
		font-size: 3.4vw;
	}

	.acd-label {
		padding: 3% 6%;
		font-size: 4vw;
		border-radius: 6px;
	}

	.acd-check:checked+.acd-label {
		border-radius: 6px 6px 0 0;
	}

	.acd-content {
		border-top: none;
	}

	.acd-label:after {
		top: -3vw;
		padding: 26px 16px;
	}

	.attention {
		text-align: left;
		margin-top: 8px;
		text-indent: -1em;
		margin-left: 1em;
		font-size: 3vw;
	}

	.keyword.inner h2 {
		line-height: 1.6em;
	}

	.keyword.inner .chara {
		position: absolute;
		top: -3%;
		left: 66%;
	}

	.keyword.inner .chara img {
		width: 100%;
	}

	.keyword_list li a {
		width: auto;
		height: 52vw;
		margin: 0 auto;
		margin-bottom: 5.5%;
	}

	.keyword_list li:nth-child(odd) a {
		margin-right: 5.5%;
	}

	.keyword_list li p.ttl {
		font-size: 3.3vw;
		height: 14.5vw;
	}

	.to_index span {
		font-size: 3.6vw
	}

	.to_index span::after {
		top: 3px;
	}

	.recruit {
		padding-top: 15%;
	}

	.recruit h2 {
		margin-left: 5%;
	}

	.recruit ul {
		margin-top: 8%;
		background: #fff;
		width: 92%;
		margin-left: 4%;
		border-radius: 12px;
		box-shadow: 0 4px 8px #c8c8c8;
	}

	.recruit ul li {
		width: 90%;
		margin-left: 5%;
		border-radius: 0px;
		box-shadow: none;
		margin-top: 0;
		border-bottom: 1px solid #c8c8c8;
	}

	.recruit ul li:last-child {
		border-bottom: none;
	}

	.recruit ul li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 5%;
		font-size: 4vw;
	}

	.recruit-top-footer__pagetop {
		display: block;
		position: absolute;
	}

	.logo_parts {
		position: relative;
		background: #e60012;
		padding: 4%;
	}

	.logo_parts svg {
		fill: #fff;
		width: 20%;
		margin-left: 40%;
	}

	.acd-content ul li:nth-of-type(1) {
		width: 100%;
		margin-top: -10px;
	}

	.acd-content ul li {
		width: 100%;
		margin-left: 2%;
	}

	.acd-content a::before {
		top: 5px;
	}

	.recruit-top-footer__pagetop {
		width: 12%;
		height: auto;
	}

	.keyword_list li a {
		height: 35vw;
	}

	/* navigation */
	.corpHdr .corpHdr-subNav_head {
		display: none !important;
	}

	.corpHdr .corpHdr-mainNav {
		border-bottom: none;
	}

	.corpHdr .corpHdr-subNav.block {
		display: block !important;
	}

	.navi_bg_sp {
		border-bottom: 2px #e60012 solid;
	}

	.site-header_sp {
		background: #fff;
		position: absolute;
		justify-content: space-between;
		width: 100%;
		z-index: 10;
		-ms-overflow-style: none;
		/* IE, Edge 対応 */
		scrollbar-width: none;
		/* Firefox 対応 */
	}

	.site-header_sp::-webkit-scrollbar {
		/* Chrome, Safari 対応 */
		display: none;
	}

	.site-header_sp.fixed {
		position: fixed;
		top: 0;
		height: auto;
		overflow: scroll !important;
	}

	.site-header_sp.height {
		height: 100%;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	
	.site-header_sp.height::-webkit-scrollbar {
		display: none;
	}

	.menu a:hover {
		text-decoration: none !important;
	}

	.menu {
		display: flex;
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
	}

	.menu .menu_list_sp {
		text-align: left;
		width: 100%;
	}

	.menu_list_open:link,
	.menu_list_open:visited {
		color: #000 !important;
	}

	.menu .direct_link>a,
	.menu .menu_list_sp>a {
		display: block;
		padding: 14px;
		transition: .2s;
		font-weight: bold;
		font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important;
		font-size: 16px;
		text-decoration: none;
		border-right: 1px solid #fff;
	}

	.menu .direct_link>a:hover .menu .menu_list_sp>a:hover,
		{
		color: #fff;
		/* background: #fb4343; */
	}

	.menu_contents {
		/* background: #fb4343; */
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	}

	.menu_contents li {
		width: 100%;
	}

	.menu_contents li a {
		color: #fff;
	}

	.list_bg_sp {
		background: #fff;
		position: absolute;
		width: 100%;
		z-index: 100;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		left: 0;
		font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important;
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
		transition: 0.5s;
		margin-top: 2px;
	}

	.list_bg_sp ul {
		float: left;
		padding: 0 7% 7%;
		opacity: 0;
		transition: 1s;
		width: 86%;
	}

	.list_bg_sp.shows ul {
		opacity: 1;
	}

	.list_wrapper {
		margin: 0 auto;
		max-width: 1200px;
	}

	.list_bg_sp ul li {
		text-align: left;
		z-index: 1000;
		position: relative;
	}

	.list_bg_sp ul li.main_title {
		padding-left: 0;
	}

	.list_bg_sp ul li.main_title a::before {
		content: none;
	}
	
	/*accordion*/
	.list_bg_sp .accordion ul {
		float: none;
	}
	.list_bg_sp .accordion_header a {
		pointer-events: none;
	}
	.list_bg_sp .accordion_inner {
		display: none;
		padding: 0 10px 10px;
		width: auto;
	}
	
	.list_bg_sp .accordion_inner li a {
		padding: 10px 0;
		display: block;
	}
	
	.list_bg_sp .accordion .acd-check1-child a::before {
		display: inline-block;
		content: "";
		width: 12px;
		height: 12px;
		background: url("../img/arrow_r_green.svg") 50% 50% no-repeat;
		background-size: cover;
		margin-right: 10px;
		margin-top: 2px;
		margin-bottom: -1px;
		position: static;
	}

	.entry {
		background: #e60012;
		margin-left: 0%;
		padding: 10px 10px 11px 33px;
		border-bottom: none;
	}

	.entry span {
		color: #fff;
	}

	
	.main_title a,
	.recruit-top-col__item a,
	.accordion_inner a {
		pointer-events: none;
	}

	.entry a::before {
		background: url(../img/arrow_right.svg) 50% 50% no-repeat;
		top: 16px;
		pointer-events: none;
	}

	.site-header_fix {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0);
		-webkit-transition: all 150ms linear 200ms;
		transition: all 150ms linear 200ms;
		pointer-events: none;
		z-index: 2;
	}

	.site-header_fix.is-show {
		background: rgba(0, 0, 0, 0.5);
		-webkit-transition: all 300ms linear;
		transition: all 300ms linear;
		position: fixed;
		pointer-events: auto;
		height: 1000%;
	}

	.corpHdr-subNav_head svg {
		display: block;
		width: 100%;
		height: 100%;
		fill: currentColor;
	}

	.corpHdr-subNavTrigger_icon-minus {}

	.corpHdr-subNavTrigger_icon svg {
		position: absolute;
		right: 14px;
		width: 9px;
		height: 18px;
		padding: 0 7px;
		-webkit-transition: opacity 150ms linear;
		transition: opacity 150ms linear;
	}

	.menu_list_open {
		align-items: center;
	}

	.menu_list_open span {
		font-size: 12px;
		color: #3c3c3c;
		font-weight: bold;
	}

	.border_top {
		border-top: 1px #d9d9d9 solid;
		padding-top: 8%;
	}

	.border_bottom {
		border-bottom: 1px #d9d9d9 solid;
		padding-bottom: 8%;
	}

	.border_top a::before {
		top: 18px;
	}

	.title {
		font-size: 15px;
		color: #e60012;
		font-weight: bold;
		border-left: 6px solid #e60012;
		padding-left: 8px;
		margin-top: 21px;
	}

	.intro {
		color: #3c3c3c;
		font-size: 15px;
		font-weight: bold;
		padding-left: 0;
	}

	.acd-check1 {
		background: #87d60f !important;
		transition: 0;
		margin-top: 0%;
	}

	.acd-check2 {
		background: #6e73c7 !important;
		transition: 0;
		margin-top: 0%;
	}

	.acd-check3 {
		background: #f4b801 !important;
		transition: 0;
		margin-top: 0;
	}

	.acd-check4 {
		background: #179be7 !important;
		transition: 0;
		margin-top: 0;
	}

	.acd-check5 {
		background: #ff6291 !important;
		transition: 0;
		margin-top: 0;
	}

	.flex {
		display: flex;
	}

	.recruit-top-col__item .new {
		position: absolute;
		margin-left: 73px;
		padding: 2px 8px;
		background: #e60012;
		color: #fff;
		font-weight: bold;
		bottom: -3px;
	}

	.close_btn {
		background: #f3f3f3;
		display: flex;
		align-items: center;
		padding: 2% 2% 2% 5%;
		margin-top: 6%;
	}

	.close_icon {
		font-weight: bold;
		font-size: 200%;
		color: #9a9a9a;
		border-right: 1px solid;
		padding-right: 5%;
	}

	.close_btn .text {
		display: flex;
		justify-content: center;
		margin-left: 32%;
	}

	.corpHdr-subNavTrigger_icon-plus {
		opacity: 0;
	}

	.corpHdr-subNavTrigger_icon-minus {
		opacity: 0;
	}

	.corpHdr-subNavTrigger_icon-plus.shows {
		opacity: 1;
	}

	.corpHdr-subNavTrigger_icon-minus.shows {
		opacity: 1;
	}

	.mb1_5 {
		margin-bottom: 1.5%;
	}
}