@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:500');

/*--------------------------------
　ベース
--------------------------------*/
body #container {
	background: none;
	/*font-family:YakuHanJPs, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, ncommonJp, sans-serif !important;*/
	font-family:"YakuHanJPs","Roboto","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,"nc3Jp",sans-serif !important;
	line-height: 2;
	text-align: left;
	letter-spacing: normal;
}
#container a:hover {
	text-decoration: none;
}
.jobs_wrapper *,
.jobs_wrapper *::before,
.jobs_wrapper *::after{
	box-sizing: border-box;
	font-feature-settings: "palt";
}
.jobs_container {
	max-width: 960px;
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}
@media screen and (min-width: 760px) and (max-width: 979px){
	.jobs_container {
		padding-top: 25px;
	}
}

.jobs_container {
	/*基本のフォントサイズ（本文）を設定*/
	font-size: 16px;
	color: #3c3c3c;
}

.jobs_container.jobs_container_navitop {
	/*新卒ナビがある場合、上余白を追加*/
	margin-top: 72px;
}

.btn_pagetop{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.btn_pagetop a img{
	opacity: 0.5;
	transition: 0.2s;
}
.btn_pagetop a:hover img{
	opacity: 1;
	transition: 0.2s;
}


/*--------------------------------
　汎用
--------------------------------*/
#container .jobs_container .mb_0 {
	margin-bottom: 0;
}
#container .jobs_container .mt_04em {
	margin-top: 0.4em;
}
#container .jobs_container .mt_05em {
	margin-top: 0.5em;
}
#container .jobs_container .mt_1em {
	margin-top: 1em;
}
#container .jobs_container .mt_2em {
	margin-top: 2em;
}
#container .jobs_container .mt_25em {
	margin-top: 2.5em;
}
#container .jobs_container .mt_3em {
	margin-top: 3em;
}
#container .jobs_container .mt_4em {
	margin-top: 4em;
}
#container .jobs_container .mt_6em {
	margin-top: 6em;
}
#container .jobs_container .pt_0 {
	padding-top: 0;
}
#container .jobs_container .ta_l {
	text-align: left;
}
#container .jobs_container .ta_r {
	text-align: right;
}
#container .jobs_container .ta_c {
	text-align: center;
}

/*長文英字等を改行*/
#container .word_break_all {
	word-break: break-all;
}

/*PC・SP切替*/
#container .sp {
	display: none;
}
#container .pc {
	display: block;
}
@media screen and (min-width: 960px){
	#container .sp_only {
		display: none;
	}
}

/*--------------------------------
　見出し
--------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

/*見出し1*/
.job-header--1 {
	margin-bottom: 40px;
	border-left: 8px solid #e60012;
	padding-left: 16px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.job-header--1__sidebar {
	_padding-right: 20px;
	_border-right: 1px solid #000000;
	_margin-right: 20px;
}
.job-header--1__sidebar::after {
	content: "";
	border-right: solid 1px #666;
	display: inline-block;
	height: 35px;
	position: relative;
	top: 6px;
	margin: 0 20px 0 20px;
}
@media screen and (min-width: 760px) and (max-width: 959px){
	.job-header--1__sidebar::after {
		content: "";
		border-right: solid 1px #666;
		display: inline-block;
		height: 27px;
		position: relative;
		top: 4px;
		margin: 0 20px 0 20px;
	}
}
@media screen and (max-width: 759px) {
	.job-header--1__sidebar::after {
		content: "";
		border-right: solid 1px #666;
		display: inline-block;
		height: 20px;
		position: relative;
		top: 3px;
		margin: 0 15px 0 15px;
	}
}


.job-header--1__subtext {
	display: block;
	font-size: 18px;
	padding-bottom: 0.4em;
	padding-top: 3px;
}
.job-header--1__maintext {
	display: block;
	font-size: 30px;
}
@media screen and (min-width: 760px) and (max-width: 959px){
	.job-header--1__maintext {
		position: relative;
		top: -3px;
	}
}
@media screen and (max-width: 759px) {
	.job-header--1__maintext {
		position: relative;
		top: -1px;
	}
}

/*見出し2-1*/
.job-header--2-1 {
	font-size: 18px;
	line-height: 1.6;
}

/*見出し2-2*/
.job-header--2-2 {
	font-size: 18px;
	background-color: #e6e6e6;
	padding: calc(14px - 0.5em) 20px calc(14px - 0.5em) 20px;
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}
.job-header--2-2 .job-header--2-2__subtext {
	margin-left: auto;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}
.job-header--2-2__subtext i {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../common/v2/img/ncommon/_common/icon/left-fill-red.svg) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 7px;
  margin-right: 7px;
}
.job-header--2-2__subtext span{
	display: inline-block;
  vertical-align: middle;
	margin-bottom: 1px;
}

/*見出し3-1*/
.job-header--3-1 {
	font-size: 18px;
	line-height: 1.6;
}

/*見出し3-2*/
.job-header--3-2 {
	font-size: 0;
}
.job-header--3-2::after {
	content: "";
	display: block;
	clear: both;
}
.job-header--3-2__maintext {
	line-height: 1.6;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
.job-header--3-2__icon--1,
.job-header--3-2__icon--2 {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	margin-right: 12px;
	vertical-align: -0.25em;
}
.job-header--3-2__icon--1 span,
.job-header--3-2__icon--2 span {
	padding: 1px 6px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	line-height: 1.4;
	display: inline-block;
}
.job-header--3-2__icon--1 span {
	border: 1px solid #e60012;
	background: #e60012;
	color: #FFF;
}
.job-header--3-2__icon--2 span {
	border: 1px solid #e60012;
	background: #FFF;
	color: #e60012;
}
.job-header--3-2  .job-btn--1 {
	float: right;
}


/*--------------------------------
　本文
--------------------------------*/
/*本文　12px（SP：10px）*/
.jobs_container .text--xSmall {
	font-size: 12px;
}

/*本文　14px（SP：12px）*/
.jobs_container .text--small {
	font-size: 14px;
}

/*本文　18px（SP：16px）*/
.jobs_container .text--large {
	font-size: 18px;
}


/*--------------------------------
　リスト
--------------------------------*/
/*リスト1　丸リスト*/
.jobs_container .job-list--1 {
	font-size: 14px;
	position: relative;
	margin-left: 1em;
}
.jobs_container .job-list--1::after {
  display: block;
  content: '';
  position: absolute;
  top: .7em;
  left: -1em;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 100%;
}
.jobs_container .job-list--1.no_circle::after{
	content: none;
}

/*リスト2　-リスト*/
.jobs_container .job-list--2 {
	font-size: 14px;
	text-indent: -0.6em;
	padding-left: 0.6em;
	margin-left: 1.2em;
}

/*リスト3　注釈*/
.jobs_container .job-list--3 {
	font-size: 12px;
	text-indent: -1.25em;
	padding-left: 1.25em;
}
.jobs_container .job-list--3 .link.link--intext a::before {
	width: 10px;
  height: 10px;
}
.jobs_container .job-list--3 .link a::before {
	margin-right: 4px;
}
.jobs_container .job-list--3.job-list--3--topspace {
	margin-top: 7px
}
.jobs_container .circle {
	position: relative;
    margin-left: 16px;
}
.jobs_container .circle::before{
	display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: -18px;
    width: 16px;
    height: 16px;
    background-color: #cdcdcd;
    border-radius: 100%;
}
@media screen and (max-width:759px){
	.jobs_container .circle::before{
		top: 7px;
	}
}


/*--------------------------------
　リンク
--------------------------------*/
/*テキストリンク　通常リンク*/
.link {
	margin-left: 19px;
	display: block;
}
.link a {
	background: none;
	font-size:14px;
	opacity: 1;
	-webkit-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
}
.link a:hover span {
	color: rgb(230, 0, 18);
}
.link a::before {
	content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 7px;
  margin-right: 7px;
	margin-left: -19px;
	margin-bottom: -0.05em;
}
.link a span {
	vertical-align: baseline;
	line-height: 14px;
}
.link.link--normal {
	line-height: 1.6;
}

/*戻るリンク*/
.link.link--back {
	line-height: 1.6;
}
.link.link--back a::before {
	content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: baseline;
    background: url(../../../common/v2/img/ncommon/_common/icon/left-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 7px;
		margin-left: -19px;
		margin-bottom: -0.05em;
}

/*メールリンク*/
.link.link--mail {
	margin-left: 28px;
	line-height: 1.6;
}
.link.link--mail a::before {
  width: 18px;
  height: 14px;
  background: url(../img/ico_mail.svg) 50% 50% no-repeat;
  border-radius: 0;
  margin-bottom: -0.15em;
	margin-right: 10px;
	margin-left: -28px;
}

/*文章内テキストリンク*/
.link.link--intext {
	display: inline;
	margin-left: 0;
}
.link.link--intext a {
	font-size: inherit;
}
.link.link--intext a::before {
	margin-left: 0.25em;
	width: 12px;
	height: 12px;
}
.link.link--intext a span {
	text-decoration: underline;
}
.link.link--intext a:hover span {
/*	color: rgb(60, 60, 60);
	opacity: 0.7;
	-webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);*/
}
.link.link--intext .icon-blank {
	margin: 0 4px;
}


/*イベントページ　リンクエリア*/
.job-linkbox--1 {
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job-linkbox--1::after {
    content: "";
    display: block;
    width: calc(31% - 40px);
    padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
}
#container .job-linkbox--1 a:hover {
		color: inherit;
}
#container .job-linkbox--1 a:hover .link {
	color: rgb(230, 0, 18);
}
.job-linkbox--1 .flexitem {
	width: calc(31% - 40px);
	border: 1px solid #d9d9d9;
	padding: 20px;
	margin-bottom: 30px;
}
.job-linkbox--1 .link,
.job-linkbox--1 .link--nolink {
	font-size: 18px;
	margin-bottom: calc(20px - 0.2em - 5px);
	margin-top: -0.3em;
}
.job-linkbox--1 .link::before {
	content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: baseline;
    background: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 8px;
	margin-left: -20px;
}
.job-linkbox--1 .link span {
	vertical-align: middle;
}
.job-linkbox--1__ex {
	display: flex;
	justify-content: space-between;
	margin-bottom: -0.4em;
}
.job-linkbox--1__ex p {
	font-size: 14px;
}
.job-linkbox--1__text {
	width: 52%;
	margin-right: 0.5em;
	line-height: 1.6;
}

.job-linkbox--1__text span {
	display:inline-block;
}

.job-linkbox--1__ex.ex--noicon .job-linkbox--1__text {
	width: 100%;
}

.job-linkbox--1__icon--1,
.job-linkbox--1__icon--2 {
	width: 8em;
	margin-top: 0.3em;
}
.job-linkbox--1__icon--1 span {
	padding: 0.4em 0.6em;
	width: 100px;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    display: block;
    border-radius: 2px;
	text-align: center;
}
.job-linkbox--1__icon--2 span {
	padding: 0.4em 0.6em;
	width: 100px;
    border: 2px solid #e6e6e6;
    background: #fff;
    display: block;
    border-radius: 2px;
	text-align: center;
}



.job-linkbox--2 {

}

.job-linkbox--2 .link-icon,
.job-linkbox--2 .no-link-icon {
    font-size: 18px;
    margin-bottom: calc(20px - 0.2em - 5px);
    margin-top: -0.3em;
	padding-right: 24px;
	display: block;
	position: relative;
}

.job-linkbox--2 .link-icon::after {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}
@media screen and (min-width: 760px) and (max-width: 959px){
	.job-linkbox--2 .link-icon::after {
		width: 15px;
		height: 15px;
	}
}
@media screen and (max-width: 759px) { 
	.job-linkbox--2 .link-icon::after {
		width: 14px;
		height: 14px;
	}
}

#container .job-linkbox--2 a:hover {
	color: inherit;
}
#container .job-linkbox--2 a:hover .link-icon {
color: rgb(230, 0, 18);
}

.job-linkbox--2{
	min-height: 81px;
}

.job-linkbox--2__text--on {
	padding: 0 0 0 10px;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	padding-left: 10px;
    border-left: 6px solid #e60012;
    line-height: 1.5;
	margin-right: 22px;
}

.job-linkbox--2__text--off {
	padding: 0 0 0 10px;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	padding-left: 10px;
    border-left: 6px solid #d9d9d9;
    line-height: 1.5;
	margin-right: 22px;
}

.job-linkbox--2__subtext {
	display: block;
    font-size: 15px;
    padding-bottom: 4px;
    padding-top: 1px;
}

.job-linkbox--2__maintext {
	display: block;
    font-size: 18px;
	overflow-wrap: normal;
}

.job-linkbox--2__status {
	margin:10px 5px 7px;
	font-size: 14px;
}

.job-linkbox--2__icon--1,
.job-linkbox--2__icon--2 {
    margin-top: 0.3em;
}

.job-linkbox--2__icon--1 span {
    padding: 4px 10px;
    border: 2px solid #d9d9d9;
    background: #d9d9d9;;
    display: block;
    border-radius: 2px;
    text-align: center;
	font-size: 14px;
}

.job-linkbox--2__icon--2 span {
    padding: 4px 10px;
    border: 2px solid #e6e6e6;
    background: #fff;
    display: block;
    border-radius: 2px;
    text-align: center;
	font-size: 14px;
}

.job-linkbox--2 .nowrap {
	white-space: nowrap;
}

/*--------------------------------
　ボタン
--------------------------------*/
/*ボタン1*/
.job-btn--1 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
.job-btn--1 a {
	padding: calc(10px - 0.5em - 2px) 7px calc(10px - 0.5em - 1px);
	border: 1px solid #e60012;
	background: #e60012;
	display: block;
	border-radius: 2px;
}
.job-btn--1 a:hover{
	opacity: 0.75;
}
.job-btn--1 a i{
	width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../common/v2/img/ncommon/_common/icon/right-fill-white.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 4px;
}
.job-btn--1 a span {
	color: #FFF;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
	font-size: 95%;
}


/*ボタン2*/
.job-btn--2 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
.job-btn--2 a {
	padding: calc(10px - 0.5em - 2px) 10px calc(10px - 0.5em - 1px);
	border: 1px solid #e60012;
	background: #fff;
	display: block;
	border-radius: 2px;
}
.job-btn--2 a:hover{
	opacity: 0.75;
}
.job-btn--2 a i{
	width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 7px;
}
.job-btn--2 a span {
	color: #e60012;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
}


/*ボタン3　.btn-entry*/
.btn-entry{
	font-weight: bold;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 536px;
}
.btn-entry a:hover{
	opacity: 0.75;
}
.btn-entry .flexitem {
	width: calc(50% - 14px);
}
.btn-entry .btn-entry__submit{
	border: 1px solid #e60012;
	background: #e60012;
	display: block;
	margin: 0 14px 0 0;
	border-radius: 2px;
	text-align: center;
	position: relative;
}

.btn-entry .btn-entry__submit i{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.btn-entry .btn-entry__submit i::before{
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #FFF;
	box-sizing: border-box;
	border-radius: 10px;
}
.btn-entry .btn-entry__submit span {
	margin-left: 18px;
	margin-bottom: 0.05em;
	padding: calc(18px - 0.5em - 1px) 0;
	font-size: 16px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #FFF;
}

.btn-entry .btn-entry__cancel{
	border: 1px solid #929292;
	background: #929292;
	display: block;
	margin: 0 0 0 14px;
	border-radius: 2px;
	text-align: center;
	position: relative;
}
.btn-entry .btn-entry__cancel i{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.btn-entry .btn-entry__cancel i::before{
	content: "";
	width: 18px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #FFF;
	transform: rotate(45deg);
}
.btn-entry .btn-entry__cancel i::after{
	content: "";
	width: 18px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #FFF;
	transform: rotate(-45deg);
}
.btn-entry .btn-entry__cancel span{
	margin-left: 18px;
	margin-bottom: 0.05em;
	padding: calc(18px - 0.5em - 1px) 0;
	font-size: 16px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #FFF;
}


/*--------------------------------
　囲み
--------------------------------*/
/*囲み1*/
.job-frame--1{
	border: 1px solid #d9d9d9;
	padding: 30px;
}
.job-frame--1__title {
	font-size: 18px;
	margin-top: -0.5em;
	margin-bottom: calc( 30px - 1em);
}
.job-frame--1__body {
	position: relative;
}
.job-frame--1__list dl {
	padding: calc(20px - 0.5em) 0 calc(20px - 0.5em + 1px) 0;
	font-size: 14px;
	display: flex;
	background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 4px 1px;
}
.job-frame--1__list dl:first-child {
	background: none;
	padding-top: 0;
	/*padding: 5px 0 20px 0;*/
}
.job-frame--1__list dl:last-child {
	padding-bottom: 0;
	border: none;

}
.job-frame--1__list dd {
	margin-left: 30px;
}
.job-frame--1__date.jtn_data::after {
	content: "NEW";
  display: block;
  height: 18px;
  color: #fff;
  background-color: #e60012;
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
	margin-bottom: 0.5em;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.job-frame--1__last {
	margin-bottom: -0.5em;
}

/*囲み2*/
.job-frame--2 {
	border: 1px solid #d9d9d9;
	padding: 30px;
}
.job-frame--2__title {
	font-size: 18px;
	margin-bottom: calc(20px - 0.5em);
	margin-top: -0.5em;
}
#container .job-frame--2__text {
	font-size: 14px;
}
.job-frame--2 .mb_20px {
	margin-bottom: calc(20px - 0.5em);
}
.job-frame--2__last {
	margin-bottom: -0.5em;
}

/*--------------------------------
　開閉エリア
--------------------------------*/
/*開閉エリア1*/
.job-accordion--1 {
	margin-top: 20px;
	position: relative;
}
.job-accordion--1__btn {
	display: flex;
	text-decoration: none;
	padding: calc(17px - 0.5em) 0;
	padding-left: 20px;
	background: #e6e6e6;
	line-height: 1.6;
	position: relative;
}
.job-accordion--1__btn br {
	display: none;
}
.job-accordion--1__btn span {
	font-size: 18px;
	font-weight: bold;
	padding-right: 50px;
}
/*
.job-accordion--1__btn--disable {
	padding: 16px 0;
}
.job-accordion--1__btn--disable span {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 25px;
	color: #c9c9c9;
}*/
.job-accordion--1__header-note {
	font-size: 13px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 25px;
	color: #646464;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.job-accordion--1__btn i {
	display: block;
	width: 62px;
	height: 30px;
	position: absolute;
	right: 0;
	/*top:　50% - アイコンサイズの半分の高さ*/
	top: calc( 50% - 15px );
}
.job-accordion--1__btn i::before {
	content: "";
	width: 17px;
	height: 3px;
	background: #e60012;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-2px 0 0 -9px;
}
.job-accordion--1__btn i::after {
	content: "";
	width: 3px;
	height: 17px;
	background: #e60012;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-9px 0 0 -2px;
}
.is-accordion-active .job-accordion--1__btn i::before {
	transform: rotate(45deg);
}
.is-accordion-active .job-accordion--1__btn i::after {
	transform: rotate(225deg);
}
.job-accordion--1__body {
	border: 5px solid #e6e6e6;
	border-top: none;
}
.job-accordion--1__tab {
	display: none;
}
.job-accordion--1__inner {
	display: flex;
	padding: 30px 30px 0;
}
.job-accordion--1__listarea:first-child {
	width: calc(50% - 25px);
	margin-right: 25px;
}
.job-accordion--1__listarea:last-child {
	width: calc(50% - 25px);
	padding-left: 25px;
	border-left: 1px solid #d9d9d9;
}
.job-accordion--1__listarea:first-child:last-child {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.job-accordion--1__listarea__title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.job-accordion--1__listarea__list li {
	margin-top: 20px;
	line-height: 1;
}
.job-accordion--1__listarea:first-child:last-child .job-accordion--1__listarea__list {
	display: flex;
	flex-wrap: wrap;
}
.job-accordion--1__listarea:first-child:last-child .job-accordion--1__listarea__list li:nth-child(2n+1) {
	width: calc(50% - 25px);
	margin-right: 25px;
}
.job-accordion--1__listarea:first-child:last-child .job-accordion--1__listarea__list li:nth-child(2n) {
	width: calc(50% - 25px);
	padding-left: 25px;
}
.job-accordion--1__listarea__list a {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.job-accordion--1__listarea__list a:before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 5px;
}
.job-accordion--1__bottom {
	padding: 20px 0 20px 0;
	text-align: center;
}
.job-accordion--1__bottom span {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}
.job-accordion--1__bottom i {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	vertical-align: middle;
	transform: rotate(45deg);
}
.job-accordion--1__bottom i::before {
	content: "";
	width: 12px;
	height: 2px;
	border-radius: 1px;
	background: #8c8c8c;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-1px 0 0 -6px;
}
.job-accordion--1__bottom i::after {
	content: "";
	width: 2px;
	height: 12px;
	border-radius: 1px;
	background: #8c8c8c;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-6px 0 0 -1px;
}


/*--------------------------------
　開閉エリア Ｑ＆Ａ
--------------------------------*/
/*開閉エリアＱ＆Ａ1*/
.job-qa--1__item {
	margin: 24px 0;
}
.job-qa--1__item-header a {
	display: block;
	padding-left: 30px;
	position: relative;
}
.job-qa--1__item-header i {
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	color: #e60012;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	position: absolute;
	left: 1px;
	top: 6px;
}
.job-qa--1__item-header span {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.job-qa--1__item-body div {
	position: relative;
	padding: calc( 24px - 0.5em ) 0 0 27px;
	font-size: 14px;
}

.job-qa--1__item-body div::before {
	content: "A";
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	color: #e60012;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	left: 2px;
	top: 20px;
}


/*--------------------------------
　表組み
--------------------------------*/
/*表組みベース*/
table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*表組み1*/
.job-table--1 {
	font-size: 14px;
}
.job-table--1 th,
.job-table--1 td {
	border: 1px solid #d9d9d9;
	padding: calc( 25px - 0.5em ) 20px;
	text-align: justify;
}
.job-table--1 th {
	background: #f2f2f2;
	font-weight: bold;
	white-space: nowrap;
}
.job-table--1 th.w10{
  width: 10.5em;
}
.job-table--1 li {
	list-style-type: none;
	text-indent: -1em;
    padding-left: 1em;
}
.job-table--1 hr {
	display: block;
	border: none;
	border-top: 1px solid #d9d9d9;
}

/*--------------------------------
　プレエントリー／ログオン
--------------------------------*/
/*プレエントリー／ログオンエリア*/
.entry_logon {
	display: flex;
	justify-content: space-between;
}
.entry_logon .entry_block {
	background: #f2f2f2;
	font-size: 14px;
	position: relative;
	width: 40%;
	padding: 30px 30px 140px;
	flex-grow: 1;
}
.entry_logon > *:first-child.entry_block {
	margin-right: 18px;
}
.entry_logon > *:last-child.entry_block {
	margin-left: 18px;
}
.entry_logon .entry_block_inner {
/*	padding: 0 30px;*/
}
.entry_logon .entry_block_ttl {
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	padding-bottom: calc( 30px - 0.4em );
	margin-bottom: calc( 30px - 0.4em );
	margin-top: calc( -0.4em + 2px);/*行間スペース分詰め*/
	border-bottom: 1px solid #d9d9d9;
}
.entry_logon .btn_area {
	margin-top: auto;

}
.entry_logon .entry_btn {
	margin-bottom: 0;
	display: inline-block;
	min-width: calc( 22em - 8px);
}
.entry_logon .entry_btn span {
	cursor: pointer;
}
.entry_logon .entry_btn .btn_inner {
	font-size: 16px;
	padding: calc(18px - 0.5em - 2px) 12px calc(18px - 0.5em - 1px);
	border: 1px solid #e60012;
	background: #e60012;
	display: block;
	border-radius: 2px;
}
.entry_logon .entry_btn .btn_inner:hover{
	opacity: 0.75;
}
.entry_logon .entry_btn .btn_inner i{
	width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../common/v2/img/ncommon/_common/icon/right-fill-white.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 7px;
		margin-bottom: 1px;
}
.entry_logon .entry_btn .btn_inner span {
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	display: inline-block;
	margin-top: -4px;
}
.entry_logon .btn_area {
	position: absolute;
	bottom: calc( 30px + 1.5em);
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.entry_logon .linkbtn {
	position: absolute;
	bottom: calc( 30px - 1em );
	left: 50%;
	width: 100%;
	text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.entry_logon .linkbtn .link {
	display: inline-block;
}
.entry_logon .linkbtn .link:first-child {
	margin-right: 19px;
}
.entry_logon .form_tbl {
	margin: 70px 0 40px 0;
	padding-top: 0.5em;
}
.entry_logon .form_tbl table {
	width: 100%;
}
.entry_logon .form_tbl table th {
	text-align: left;
	padding: 0;
}
.entry_logon .form_tbl table td {
	padding: 0;
}
.entry_logon .form_tbl .form_entryid th,
.entry_logon .form_tbl .form_entryid td {
	padding-bottom: 16px;
}
.entry_logon .form_tbl input.frm1 {
	padding: 7px;
	font-size: 15px;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.entry_logon__note {
	display: flex;
	justify-content: center;
}
/*プレエントリー／ログオン注釈エリア*/
.entry_logon__note {
	margin-top: calc( 30px - 0.5em );
}


/*--------------------------------
　お問い合わせエリア
--------------------------------*/
/*お問い合わせエリア1*/
.job-inquiry--1 {
	display: flex;
	margin-top: 64px;
}
.job-inquiry--1__ttl {
	display: flex;
	align-items: center;
	border: 1px solid #d9d9d9;
	padding: 0.5em 25px;
	font-size: 16px;
	font-weight: bold;
}
.job-inquiry--1__text {
	padding-left: 25px;
}
.job-inquiry--1__name {
	margin-top: calc( -0.5em + 4px );
	font-weight: bold;
}
.job-inquiry--1__contact {
	display: flex;
	align-items: center;
}
.job-inquiry--1__tel {
	margin-bottom: calc( -0.5em + 4px );
	margin-right: 1.5em;
	font-size: 18px;
	font-weight: bold;
}
.job-inquiry--1__tel span:first-child::before {
	content: '';
	display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/nc3-svgpack-icon-phone-nunber.svg) 50% 50% no-repeat;
  border-radius: 0;
  margin-bottom: -0.1em;
	margin-right: 10px;
}
.job-inquiry--1__sup {
	font-size: 12px;
}
.job-inquiry--1 .link--mail {
	/*
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 2px;
	*/
	line-height: 2;
	margin-top: -4px;
	margin-bottom: -0.5em;
	font-weight: bold;
}


/*--------------------------------
　関連会社採用
--------------------------------*/
/*関連会社採用エリア*/
.job-rel--1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job-rel--1 .flexitem {
	width: 27.4%;
	padding: 2%;
	background: #f2f2f2;
	margin-bottom:4.5%;
	display: flex;
	flex-direction: column;
}
.job-rel--1::after {
	content:"";
	display: block;
	width: 27.4%;
	padding: 2%;
}
.job-rel--1 .job-rel--1__img {
	line-height: 1;
}
.job-rel--1 .job-rel--1__img img {
	max-width: 100%;
    height: auto;
	-webkit-backface-visibility: hidden;
}
.job-rel--1 .job-rel--1__ttl {
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
}
.job-rel--1 .job-rel--1__txt{
	font-size: 14px;
	text-align: justify;
	/*上余白を行間分詰める*/
	margin-top: -0.5em;
}
.job-rel--1__img,
.job-rel--1__ttl,
.job-rel--1__txt {
	margin-bottom: calc( 24px - 0.4em );
}
.job-rel--1 .job-btn--1 {
	display: inline-block;
	text-align: center;
}
.job-rel--1 .job-btn--1 .icon-blank {
	margin-left: 3px;
	vertical-align: 1px;
}
.job-rel--1__col1,
.job-rel--1__col2 {
	margin-top: auto;
}
.job-rel--1 .job-rel--1__col1 {
	display: flex;
	justify-content: center;
}
.job-rel--1 .job-rel--1__col1 .flexitem {
	width: calc( 50% - 5px );
	padding: 0;
	margin-bottom: 0;
}
.job-rel--1 .job-rel--1__col2 {
	display: flex;
	justify-content: center;
}
.job-rel--1 .job-rel--1__col2 .flexitem {
	width: calc( 50% - 2px );
	padding: 0;
	margin-bottom: 0;
}
.job-rel--1 .job-rel--1__col2 .flexitem:first-of-type {
	margin-right: 5px;
}
.job-rel--1 .job-btn--1 a i {
	width: 10px;
	height: 10px;
	vertical-align: 0;
}
.job-rel--1 .job-btn--1 a span {
	margin-top: -0.38em;
}


/*--------------------------------
　キャリア採用　専用　/jobs/career/
--------------------------------*/
.job-btn--1.job-btn--1-carrer a {
	padding: calc(10px - 0.5em - 2px) 52px calc(10px - 0.5em - 1px);
}


/*--------------------------------------------------
元のコンテンツ幅が960pxのため、ブレイクポイント調整

文字はvw指定
文字サイズ14pxの場合 → font-size: calc(14 / 960 * 100vw);
--------------------------------------------------*/
@media screen and (min-width: 760px) and (max-width: 1039px) {

	/*--------------------------------
	 ベース
	--------------------------------*/
	.jobs_container {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}


	/*--------------------------------
　	リンク
	--------------------------------*/
	/*イベントページ　リンクエリア*/
	.job-linkbox--1 .flexitem {
		width:  calc(32% - 40px);
	}
	.job-linkbox--1 .link {
		 font-size: calc(18 / 960 * 100vw);
	}
	.job-linkbox--1__ex p  {
		font-size: calc(14 / 960 * 100vw);
	}
	.job-linkbox--2 p{
		font-size: calc(14 / 960 * 100vw)!important;
	}
	.job-linkbox--2__icon--1 span,
	.job-linkbox--2__icon--2 span {
		font-size: calc(14 / 960 * 100vw);
	}

	/*--------------------------------
	 関連会社採用
	--------------------------------*/
	/*関連会社採用エリア*/
	.job-rel--1 .flexitem {
		width: 28%;
	}
	.job-rel--1::after {
		width: 28%;
	}
	.job-rel--1 .job-rel--1__ttl {
		font-size: calc(18 / 960 * 100vw);
	}
	.job-rel--1 .job-rel--1__txt {
		font-size: calc(14 / 960 * 100vw);
	}
	.job-rel--1 .job-btn--1 a {
		padding: calc(10px - 0.5em) 6px;
	}
	.job-rel--1 .job-btn--1 a span {
		font-size: calc((100vw - 320px) / 140 + 7px);
		margin-top: -0.2em;
	}
	.job-rel--1 .job-btn--1 a i{
    margin-right: 2px;
}
}


/*--------------------------------------------------
　タブレット調整
--------------------------------------------------*/
@media screen and (max-width: 979px) {
	#rec_body #pan,
	.footet_pan {
		padding-left: 10px;
	}
	.job-linkbox--1__icon--1 span {
		width: 80px;
		float: right;
		font-size: 12.8px;
	}
	.job-linkbox--1__icon--2 span {
		width: 80px;
		float: right;
		font-size: 12.8px;
	}
}
@media screen and (max-width: 759px) {
    .job-linkbox--1__icon--2 span {
        padding: 0.4em;
        width: 109px;
        float: right;
    }
}


/*--------------------------------------------------
　以下、既存スタイル
--------------------------------------------------*/
body #container{
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}


#ex-header .header_global {
	width: 960px !important;
	margin: 0 auto !important;
}
#ex-header .header_global {
	width: 960px !important;
}
.megadrop {
	top: 24px !important;
}

#header {
	background: #fff;
	height: 92px;
}
#header p {
	margin: 0;
	padding: 0;
	width: auto;
}
#header .header_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header .header_inner .logo {
	position: absolute;
	top: 40px;
	left: 20px;
}

#head_title {
	padding: 10px 0 33px;
}
#head_title_s #pan,
#head_title #pan {
	width: 800px;
	float: none !important;
	margin: 14px auto 10px;
}
#head_title_s h1,
#head_title h1 {
	width: 800px;
	margin: 0 auto;
	float: none !important;
}

#head_title_s {
	padding: 10px 0 20px;
}
#head_title_s #pan {
	width: 790px;
	text-align: left;
	margin: 34px auto -28px;
	padding: 0;
}
#head_title_s h1 {
	width: 852px;
	text-align: right;
	margin: 0 auto;
}


#footer {
	text-align: left;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	margin-top:64px;
}
#footer .footet_pan {
	width: 960px;
	margin: 30px auto;
	font-size: 12px;
}


#jobs_navi {
	background: #8f8f8f;
	text-align: left;
	height: 37px;
}
#jobs_navi:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
#jobs_navi {
    zoom:1;
}

#jobs_navi ul {
	width: 960px;
	margin: 0 auto;
	color: #fff;
}
#jobs_navi ul li {
	float: left;
	width: 192px;
	text-align: center;
	position: relative;
}
#jobs_navi ul li a {
	display: block;
	color: #fff;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	height: 37px;
}
#jobs_navi ul li.jobs_navi01 {
	width: 182px;
}
#jobs_navi ul li.jobs_navi02 {
	width: 225px;
}
#jobs_navi ul li.jobs_navi03 {
	width: 158px;
}
#jobs_navi ul li.jobs_navi04 {
	width: 118px;
}
#jobs_navi ul li.jobs_navi05 {
	width: 142px;
}
#jobs_navi ul li.jobs_navi06 {
	width: 135px;
}
#jobs_navi ul li.jobs_navi01 a {
	background: transparent url("../img_2016/jobs_navi01.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi02 a {
	background: transparent url("../img_2016/jobs_navi02.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi03 a {
	background: transparent url("../img_2016/jobs_navi03.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi04 a {
	background: transparent url("../img_2016/jobs_navi04.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi05 a {
	background: transparent url("../img_2016/jobs_navi05.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi06 a {
	background: transparent url("../img_2016/jobs_navi06.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi01 a:hover,
#jobs_navi ul li.jobs_navi01 a.on {
	background: transparent url("../img_2016/jobs_navi01_vis.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi02 a:hover,
#jobs_navi ul li.jobs_navi02 a.on {
	background: transparent url("../img_2016/jobs_navi02_vis.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi03 a:hover,
#jobs_navi ul li.jobs_navi03 a.on {
	background: transparent url("../img_2016/jobs_navi03_vis.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi04 a:hover,
#jobs_navi ul li.jobs_navi04 a.on {
	background: transparent url("../img_2016/jobs_navi04_vis.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi05 a:hover,
#jobs_navi ul li.jobs_navi05 a.on {
	background: transparent url("../img_2016/jobs_navi05_vis.png") left top no-repeat;
}
#jobs_navi ul li.jobs_navi06 a:hover,
#jobs_navi ul li.jobs_navi06 a.on {
	background: transparent url("../img_2016/jobs_navi06_vis.png") left top no-repeat;
}
#jobs_navi ul li ul.jobs_navi_child {
	width: 135px;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	top: 37px;
	z-index: 10;
	display: none;
}
#jobs_navi ul li ul.jobs_navi_child li {
	float: none;
	width: 135px;
	text-align: center;
	background: #fff;
}
#jobs_navi ul li ul.jobs_navi_child li a {
	display: block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	height: 37px;
}
#jobs_navi ul li ul.jobs_navi_child li.jobs_navi0601 a {
	background: transparent url("../img_2016/jobs_navi0601.png") left top no-repeat;
}
#jobs_navi ul li ul.jobs_navi_child li.jobs_navi0602 a {
	background: transparent url("../img_2016/jobs_navi0602.png") left top no-repeat;
}
#jobs_navi ul li ul.jobs_navi_child li.jobs_navi0603 a {
	background: transparent url("../img_2016/jobs_navi0603.png") left top no-repeat;
}
#jobs_navi ul li ul.jobs_navi_child li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.header_btns {
	position: absolute;
	top: 0;
	right: 0;
}
.header_btn-parents:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: transparent url("../img_2016/icon_parent.png") left top no-repeat;
}
.header_btn-parents span {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 94px;
  height: 10px;
  background: transparent url("../img_2016/text_parent.png") left top no-repeat;
}
.header_btn-parents:hover:before {
  content: "　";
  overflow: hidden;
  text-indent: -100%;
  background: transparent url("../img_2016/icon_parent.png") left bottom no-repeat;
}
.header_btn-parents:hover span {
  background: transparent url("../img_2016/text_parent.png") left bottom no-repeat;
}

.header_btn-calendar:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: transparent url("../img_2016/icon_calendar.png") left top no-repeat;
}
.header_btn-calendar span {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 71px;
  height: 10px;
  background: transparent url("../img_2016/text_calendar.png") left top no-repeat;
}
.header_btn-calendar:hover:before {
  content: "　";
  overflow: hidden;
  text-indent: -100%;
  background: transparent url("../img_2016/icon_calendar.png") left bottom no-repeat;
}
.header_btn-calendar:hover span {
  background: transparent url("../img_2016/text_calendar.png") left bottom no-repeat;
}

.header_btn-search:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: transparent url("../img_2016/icon_search_h.png") left top no-repeat;
}
.header_btn-search span {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 29px;
  height: 10px;
  background: transparent url("../img_2016/text_search.png") left top no-repeat;
}
.header_btn-search:hover:before {
  content: "　";
  overflow: hidden;
  text-indent: -100%;
  background: transparent url("../img_2016/icon_search_h.png") left bottom no-repeat;
}
.header_btn-search:hover span {
  background: transparent url("../img_2016/text_search.png") left bottom no-repeat;
}

.header_btnList {
  float: left;
  margin-right: 7px;
  height: 24px;
  overflow: hidden;
}
.header_btnList li {
  float: left;
  margin: 0 13px 0 12px;
}
.header_btnList li a {
  display: block;
  padding: 6px 0 4px 0;
}
.header_btnList li a span {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
.header_btnList li img {
  vertical-align: middle;
  margin-right: 7px;
}

html[lang="en"] .header_btnList{
  display: none;
}


.header_btn-menu {
  float: right;
  overflow: hidden;
  height: 24px;
  text-align: left;
}

.header_btn-menu li {
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}
.header_btn-menu a {
  position: relative;
  display: block;
  background: transparent;
  padding: 0;
  height: 24px;
  width: 91px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
}
.header_btn-menu a:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  left: 6px;
  background: transparent url(../img_2016/icon_nav_close_w.png) left top no-repeat;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
}
.header_btn-menu a:hover {
  background: #f0f0f0;
}
.header_btn-menu a:hover img {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-animation: menu 0.35s ease;
          animation: menu 0.35s ease;
}
.header_btn-menu a:hover:before {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.header_btn-menu a.is-open {
  background: #f0f0f0;
}
.header_btn-menu a.is-open img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: menuOpen 0s;
          animation: menuOpen 0s;
}
.header_btn-menu a.is-open:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header_btn-menu a.is-close:hover img {
  -webkit-animation: menuOpen 0s;
          animation: menuOpen 0s;
}
.header_btn-menu a:after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left:6px;
  width: 24px;
  height: 24px;
  background: transparent url(../img_2016/icon_nav_w.png) left top no-repeat;
}
.header_btn-menu a:hover:after{
  background-position: left bottom;
}

.header_btn-menu a span {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin-top: 7px;
  margin-left: 32px;
  width: 37px;
  height: 10px;
  background: transparent url("../img_2016/text_menu2.png") left top no-repeat;
}
html[lang="en"] .header_btn-menu a span{
  background-image: url("../img_2016/text_menu2-en.png");
}
.header_btn-menu a:hover span{
  background-position: left bottom;
}
.header_btn-menu a.is-open span {
  opacity: 1;
  filter: alpha(opacity=100);
  background: transparent url("../img_2016/text_menu_close.png") left top no-repeat;
}
html[lang="en"] .header_btn-menu a.is-open span{
  background-image: url("../img_2016/text_menu_close-en.png");
}

.header_btn-menu a img {
  display: none;
}

.ieLegacy .header_btn-menu a:before {
  display: none;
}
.ieLegacy .header_btn-menu a.is-open:before {
  content: "メニューをとじる";
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}




.head-menu__body {
	float: right;
	padding-top: 52px;
	text-align: left;
}
.head-menu__body li {
	float: left;
	margin: 0 0 0 35px;
	display: inline;
}
.head-menu__body li a {
	display: block;
	height: 32px;
 	white-space: nowrap;
 	text-indent: 100%;
	overflow: hidden;
}

.head-menu__body li.list01 {
	width: 61px;
}
.head-menu__body li.list01 a {
	width: 61px;
	background: url(../img_2016/headernavi01_off.png) no-repeat 0 0;
}
.head-menu__body li.list01 a:hover,
.head-menu__body li.list01 a.on {
	background: url(../img_2016/headernavi01_on.png) no-repeat 0 0;
}

.head-menu__body li.list02 {
	width: 145px;
}
.head-menu__body li.list02 a {
	width: 145px;
	background: url(../img_2016/headernavi02_off.png) no-repeat 0 0;
}
.head-menu__body li.list02 a:hover,
.head-menu__body li.list02 a.on {
	background: url(../img_2016/headernavi02_on.png) no-repeat 0 0;
}

.head-menu__body li.list03 {
	width: 89px;
}
.head-menu__body li.list03 a {
	width: 89px;
	background: url(../img_2016/headernavi03_off.png) no-repeat 0 0;
}
.head-menu__body li.list03 a:hover,
.head-menu__body li.list03 a.on {
	background: url(../img_2016/headernavi03_on.png) no-repeat 0 0;
}

.head-menu__body li.list04 {
	width: 61px;
}
.head-menu__body li.list04 a {
	width: 61px;
	background: url(../img_2016/headernavi04_off.png) no-repeat 0 0;
}
.head-menu__body li.list04 a:hover,
.head-menu__body li.list04 a.on {
	background: url(../img_2016/headernavi04_on.png) no-repeat 0 0;
}

.head-menu__body li.list05 {
	width: 111px;
}
.head-menu__body li.list05 a {
	width: 111px;
	background: url(../img_2016/headernavi05_off.png) no-repeat 0 0;
}
.head-menu__body li.list05 a:hover,
.head-menu__body li.list05 a.on {
	background: url(../img_2016/headernavi05_on.png) no-repeat 0 0;
}






/* 採用情報トップ */
#jobs_topttl{
	background-color: #e60012;
	position: relative;
	min-width: 960px;
}
#jobs_topttl h1{
	background-color: #d40011;
	background-image: url(../img_2019/main_head_bg.png);
	background-repeat: repeat-x;
	height: 145.8px;
}
#jobs_topttl h1 div{
	padding-top: 40.5px;
	max-width: 1200px;
	padding-left: 60px;
	padding-right: 60px;
	min-width: 960px;
	margin: auto;
}
#jobs_topttl h1 div img{
	width: 492.3px;
}

.jobs_hero{
	position: relative;
	max-width: 1200px;
	padding-left: 60px;
	padding-right: 60px;
	margin: auto;
}
.jobs_hero-menu{
	max-width: 492.3px;
	width: 41.6666667vw;
	text-align: left;
}

.jobs-mainvisual{
	position: absolute;
	bottom: 0;
	right: -108px;
	width: 59.1666667vw;
	max-width: 693px;
}
.jobs-mainvisual img{
	display: block;
	width: 100%;
}
.jobs_hero-menu h2{
	margin-top: 27.9px;
}
.jobs_keycontents{
	margin-top: 9px;
}
.jobs_keycontent:not(:first-child){
	margin-top: 5.4px;
}
.jobs_keycontent > div > a{
	display: flex;
	flex-direction: row;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
}
.jobs_keycontent > div > a::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 14px;
	height: 14px;
	background-image: url(../img_2019/arrow_r_red.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.jobs_keycontent__img{
	width: 32.6666667%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.jobs_keycontent__img > img{
	display: none;
}
.jobs_keycontent--1 .jobs_keycontent__img{
	background-image: url(../img_2019/keycontents_kw_img.png);
	padding-top: 30.6666667%;
}
.jobs_keycontent--2 .jobs_keycontent__img{
	background-image: url(../img_2019/keycontents_ms_img.png);
	padding-top: 17%;
}


.jobs_keycontent__text{
	margin-top: 14px;
	margin-bottom: 14px;
	border-left: 4px solid #e60012;
	padding-left: 28px;
	padding-top: 8px;
	padding-right: 8px;
	color: #3c3c3c;
	transition: 0.2s;
}
.jobs_keycontent--2 .jobs_keycontent__text{
	padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    border-left: none;
    width: 100%;
    text-align: center;
}
.jobs_keycontent__label{
	font-size: 25px;
	letter-spacing: 0.18em;
	line-height: 1.25;
	font-weight: bold;
}
.jobs_keycontent--2 .jobs_keycontent__label{
	font-size: 23px;
	letter-spacing: 0.08em;
}
.jobs_keycontent__desc{
	font-size: 12px;
	line-height: 1.6;
	opacity: 0.85;
	margin-top: 4px;
	font-weight: bold;
}

/*--hover--*/
.jobs_keycontent > div > a:hover {
	text-decoration: none !important;
}
.jobs_keycontent > div > a:hover .jobs_keycontent__text{
	color: #e60012;
}
@media screen and (max-width: 1200px){

	#jobs_topttl h1{
		height: 12.2916667vw;
	}
	#jobs_topttl h1 div{
		padding-top: 3.4027778vw;
	}
	#jobs_topttl h1 div img{
		width: 41.6666667vw;
	}
	.jobs_hero-menu h2{
		margin-top: 2.4305556vw;
	}
	.jobs_keycontent > div > a::after{
		right: 1.6666667vw;
	}
	.jobs_keycontent__text{
		margin-top: 1.1111111vw;
		margin-bottom: 1.3888889vw;
		border-left: 4px solid #e60012;
		padding-left: 1.6666667vw;
		padding-top: 0.6944444vw;
		padding-right: 0.6944444vw;
	}
	.jobs_keycontent--2 .jobs_keycontent__text{
		padding-top: 1.01010101vw;
	}
	.jobs_keycontent__label{
		font-size: 2.2222222vw;
	}
	.jobs_keycontent--2 .jobs_keycontent__label{
		font-size: 1.9444444vw;
	}
	.jobs_keycontent__desc{
		font-size: 1.0416667vw;
		margin-top: 0.4166667vw;
	}
}

@media screen and (max-width: 960px){
	#jobs_topttl h1{
		height: 118.0000003px;
	}
	#jobs_topttl h1 div{
		padding-top: 32.66666688px;
	}
	#jobs_topttl h1 div img{
		width: 400.00000032px;
	}
	.jobs_hero-menu{
		width: 400px;
	}
	.jobs-mainvisual{
		right: -80px;
		width: 568.00000032px;
	}
	.jobs-mainvisual img{
		display: block;
		width: 100%;
	}
	.jobs_hero-menu h2{
		margin-top: 35px;
	}
	.jobs_keycontents{
		margin-top: 11px;
	}
	.jobs_keycontent:not(:first-child){
		margin-top: 6px;
	}
	.jobs_keycontent > div > a{
		display: flex;
		flex-direction: row;
		background-color: #fff;
		border-radius: 3px;
	}

	.jobs_keycontent > div > a::after{
		right: 16px;
	}
	.jobs_keycontent__text{
		margin-top: 10.66666656px;
		margin-bottom: 13.33333344px;
		border-left: 4px solid #e60012;
		padding-left: 16.00000032px;
		padding-top: 6.66666624px;
		padding-right: 6.66666624px;
	}
	.jobs_keycontent--2 .jobs_keycontent__text{
		padding-top: 9px;
	}
	.jobs_keycontent__label{
		font-size: 21.33333312px;
	}
	.jobs_keycontent--2 .jobs_keycontent__label{
		font-size: 18.66666624px;
	}
	.jobs_keycontent__desc{
		font-size: 10.00000032px;
		margin-top: 4.00000032px;
	}
}

.jobs_mainmenu{
	margin-top: 22px;
	padding-bottom: 8px;
}
.jobs_mainmenu > li{
	height: 77px;
	border-top: 3px solid #fff;
}
#container .jobs_mainmenu > li > div > a{
	color: #fff;
	height: 77px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-shrink: 0;
	flex-grow: 0;
	transition: 0.2s;
}

#container .jobs_mainmenu > li > div > a::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	margin: auto;
	width: 14px;
	height: 14px;
	background-image: url(../img_2019/arrow_r_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#container .jobs_mainmenu > li > div > a:hover {
	opacity: 0.8;
	text-decoration: none !important;
}

#container .jobs_mainmenu > li > div > a > span{
	display: block;
}
#container li.jobs_mainmenu-item--1 > div > a{
	justify-content: block;
}
.jobs_mainmenu-item--1 .jobs_mainmenu-item__small{
	font-size: 15px;
	margin-top: 30px;
	flex-shrink: 0;
	margin-left: 25px;
	letter-spacing: 0.18em;
	font-weight: bold;
}
.jobs_mainmenu-item__label{
	font-size: 25px;
	margin-top: 23px;
	letter-spacing: 0.16em;
	font-weight: bold;
}
.jobs_mainmenu-item--1 .jobs_mainmenu-item__label{

}
.jobs_mainmenu-item--4{
	display: flex;
	flex-direction: row;
}
.jobs_mainmenu-item--4 > div{
	width: calc(50% - 10px);
	flex-shrink: 0;
	flex-grow: 0;
}
.jobs_mainmenu-item--4 > div:not(:first-child){
	margin-left: 20px;
}
.jobs_mainmenu-item--4 .jobs_mainmenu-item__label{
	font-size: 20px;
	margin-top: 28px;
	margin-right: 32px;
	letter-spacing: 0.1em;
}
.jobs_mainmenu-item--4 .jobs_mainmenu-item__small{
	font-size: 10px;
	margin-right: 332px;
	font-weight: bold;
}
.jobs-mainmenu-btn--internship .jobs_mainmenu-item__label{
	margin-top: 0;
	margin-right: 58px;
}
#container .jobs_mainmenu > li .jobs-mainmenu-btn--internship > a{
	flex-direction: column;
	text-align: center;
	position: relative;
}
.jobs-mainmenu-btn--internship > a::after{
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 21px;
}
.jobs-mainmenu-btn--internship .jobs_mainmenu-item__small{
	margin-top: 8px;
	margin-right: 58px;
}
#container .jobs_mainmenu .jobs_mainmenu-item--5 > div > a{
	justify-content: flex-end;
	height: 54px;
}
#container .jobs_mainmenu .jobs_mainmenu-item--5 > div > a::after{
	width: 10px;
	height: 10px;
	right: 20px;
}
.jobs_mainmenu-item--5 .jobs_mainmenu-item__label{
	font-size: 14px;
	padding-right: 45px;
	margin-top: 19px;
}
@media screen and (max-width: 1200px){
	.jobs_mainmenu{
		margin-top: 1.9444444vw;
		padding-bottom: 0.6944444vw;
	}
	.jobs_mainmenu > li{
		height: 6.5972222vw;
	}
	#container .jobs_mainmenu > li > div > a{
		height: 6.5972222vw;
	}
	#container .jobs_mainmenu > li > div > a::after{
		right: 1.6666667vw;
	}
	.jobs_mainmenu-item--1 .jobs_mainmenu-item__small{
		font-size: 1.25vw;
		margin-top: 2.5694444vw;
		flex-shrink: 0;
		margin-left: 2.2222222vw;
	}
	.jobs_mainmenu-item__label{
		font-size: 2.2222222vw;
		margin-top: 1.9444444vw;
	}
	.jobs_mainmenu-item--1 .jobs_mainmenu-item__label{
		margin-left: 3.75vw;
	}
	.jobs_mainmenu-item--4 > div{
		width: calc(50% - 0.8333333vw);
	}
	.jobs_mainmenu-item--4 > div:not(:first-child){
		margin-left: 1.6666667vw;
	}
	.jobs_mainmenu-item--4 .jobs_mainmenu-item__label{
		font-size: 1.6666667vw;
		margin-top: 2.2222222vw;
	}
	.jobs_mainmenu-item--4 .jobs_mainmenu-item__small{
		font-size: 0.8333333vw;
		margin-right: 2.7777778vw;
	}
	.jobs-mainmenu-btn--internship .jobs_mainmenu-item__label{
		margin-top: 0;
		margin-right: 4.9083333vw;
	}
	.jobs-mainmenu-btn--internship > a::after{
		right: 1.7361111vw;
	}
	.jobs-mainmenu-btn--internship .jobs_mainmenu-item__small{
		margin-top: 0.6944444vw;
		margin-right: 4.9083333vw;
	}
	#container .jobs_mainmenu .jobs_mainmenu-item--5 > div > a{
		height: 4.5833333vw;
	}
	#container .jobs_mainmenu .jobs_mainmenu-item--5 > div > a::after{
		width: 0.8333333vw;
		height: 0.8333333vw;
		right: 1.8055556vw;
	}
	.jobs_mainmenu-item--5 .jobs_mainmenu-item__label{
		font-size: 1.196581197vw;
		padding-right: 3.8888889vw;
		margin-top: 1.50000003vw;
	}
}
@media screen and (max-width: 960px){
	.jobs_mainmenu{
		margin-top: 18.66666624px;
		padding-bottom: 6.66666624px;
	}
	.jobs_mainmenu > li{
		height: 63.33333312px;
	}
	#container .jobs_mainmenu > li > div > a{
		height: 63.33333312px;
	}
	#container .jobs_mainmenu > li > div > a::after{
		right: 16.00000032px;
	}
	.jobs_mainmenu-item--1 .jobs_mainmenu-item__small{
		font-size: 12px;
		margin-top: 24.66666624px;
		margin-left: 21.33333312px;
	}
	.jobs_mainmenu-item__label{
		font-size: 21.33333312px;
		margin-top: 18.66666624px;
	}
	.jobs_mainmenu-item--1 .jobs_mainmenu-item__label{
		margin-left: 36px;
	}
	.jobs_mainmenu-item--4 > div{
		width: calc(50% - 8px);
	}
	.jobs_mainmenu-item--4 > div:not(:first-child){
		margin-left: 16px;
	}
	.jobs_mainmenu-item--4 .jobs_mainmenu-item__label{
		font-size: 16.00000032px;
		margin-top: 21.33333312px;
	}
	.jobs_mainmenu-item--4 .jobs_mainmenu-item__small{
		font-size: 7.99999968px;
	}
	.jobs-mainmenu-btn--internship .jobs_mainmenu-item__label{
		margin-top: 0;
		margin-right: 49.99999968px;
	}
	.jobs-mainmenu-btn--internship > a::after{
		right: 16.66666656px;
	}
	.jobs-mainmenu-btn--internship .jobs_mainmenu-item__small{
		margin-top: 6.66666624px;
		margin-right: 49.99999968px;
	}
	#container .jobs_mainmenu .jobs_mainmenu-item--5 > div > a{
		height: 43.99999968px;
	}
	#container .jobs_mainmenu .jobs_mainmenu-item--5 > div > a::after{
		width: 7.99999968px;
		height: 7.99999968px;
		right: 17.33333376px;
	}
	.jobs_mainmenu-item--5 .jobs_mainmenu-item__label{
		font-size: 12.44444432px;
		padding-right: 37.33333344px;
		margin-top: 14.400000288px;
	}
}
#jobs_top_news,
#jobs_top_news *{
	box-sizing: border-box;
}
#jobs_top_news {
	text-align: left;
	max-width: 1200px;
	padding-left: 60px;
	padding-right: 60px;
	margin: 67px auto 65px;
	display: flex;
	flex-direction: row;
	min-width: 960px;
}
#jobs_top_news h2 {
	padding: 0 0 17px 0;
	border-top: 2px solid #e60012;
	padding-top: 34px;
	flex-shrink: 0;
	flex-grow: 0;
	width: 184px;
}
#jobs_top_news ul{
	border-top: 2px solid #e6e6e6;
	flex-grow: 1;
	padding-left: 70px;
	width: calc(100% - 184px);
}
#jobs_top_news li{
	position: relative;
}
#jobs_top_news li::after{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-image: url(../img_2019/news_border.png);
	background-repeat: repeat-x;

}
#jobs_top_news li a {
	margin: 0;
	padding: 37px 0 37px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000 !important;
	display: flex;
	flex-direction: row;
}
#jobs_top_news li a:hover {
	text-decoration: none;
	color: #000;
}
.jtn_data-wrapper{
	width: 112px;
	flex-shrink: 0;
	padding-top: 3px;
}
#jobs_top_news li a span {
	line-height: 130%;
	display: block;
}
#jobs_top_news li a .jtn_data {
	font-size: 16px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 0.12em;
	display: inline-block;
}
#jobs_top_news li.new a .jtn_data::after{
	content: "NEW";
	display: block;
	height: 16px;
	color: #fff;
	background-color: #e60012;
	font-size: 11px;
	text-align: center;
	margin-top: 4px;
	line-height: 1.5;
}
#jobs_top_news li a .jtn_txt {
	padding-left: 27px;
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 1.625;
	font-weight: normal;
}
#jobs_top_news li a:hover .jtn_txt {
	color: #e60012;
}
#jobs_footer,
#jobs_footer *{
	box-sizing: border-box;
	text-align: left;
}
#jobs_footer{
	height: 92px;
	background-color: #dcdcdc;
}
.jobs_footer__inner{
	display: flex;
	flex-direction: row;
	max-width: 1440px;
	min-width: 960px;
	width: 100%;
	margin: auto;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 21px;
	padding-bottom: 21px;
	height: 100%;
}
.jobs_footer-topicpath{
	flex-grow: 1;
}
.jobs_footer-topicpath > ul{
	display: flex;
	flex-direction: row;
	font-size: 12px;
	letter-spacing: 0.12em;
	padding-top: 26px;
}
.jobs_footer-topicpath > ul > li:not(:last-child)::after{
	content: ">";
	display: inline-block;
	padding-left: 17px;
	padding-right: 17px;
}
#jobs_page_top{
	width: 67px;
	flex-shrink: 0;
	flex-grow: 0;
	position: relative;
}
#jobs_page_top::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img_2019/footer_border.png);
	background-repeat: no-repeat;
}
#jobs_page_top > a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#jobs_page_top > a > span{
	text-align: center;
}

.sp {
	display: none;
}



/* ========================================================================
　モバイル
======================================================================== */
@media screen and (max-width: 759px) {

	/*--------------------------------
　	ベース
	--------------------------------*/
	body #container {
		/*position:sticky用*/
		overflow: visible;
	}
	#container .jobs_container {
		width: auto;
		padding: 30px 14px 0;
	}
	#container .jobs_container {
		/*基本のフォントサイズ（本文）を設定*/
		font-size: 14px;
	}
	.jobs_container.jobs_container_navitop {
		/*新卒ナビがある場合、上余白を追加*/
		margin-top: 46px;
	}
	#container a:hover {
		color: #464646;
	}
	.btn_pagetop {
		/*PCでスマホ幅の時、ページトップのボタンを非表示に*/
		display: none !important;
	}


	/*--------------------------------
	 汎用
	--------------------------------*/
	/*PC・SP切替*/
	#container .pc {
		display: none;
	}
	#container .sp {
		display: block;
	}

	/*--------------------------------
	　見出し
	--------------------------------*/
	/*見出し1*/
	.job-header--1 {
		margin-bottom: 24px;
		padding-left: 12px;
		line-height: 1.2;
		border-left: 6px solid #e60012;
	}
	.job-header--1__sidebar {
		_padding-right: 16px;
		_margin-right: 16px;
	}
	.job-header--1 .break_point{
		display: inline-block;
	}
	.job-header--1__subtext {
		padding-top: 1px;
		font-size: 14px;
		line-height: 1.4;
	}
	.job-header--1__maintext {
		font-size: 21px;
	}

	/*見出し2-1*/
	.job-header--2-1 {
		font-size: 14px;
	}

	/*見出し2-2*/
	.job-header--2-2 {
		font-size: 14px;
		background-color: #e6e6e6;
		padding: calc(14px - 0.5em) 16px calc(14px - 0.5em) 16px;
		margin-bottom: 28px;
	}
	.job-header--2-2 .job-header--2-2__subtext {
		font-size: 9px;
	}
	.job-header--2-2__subtext i {
	  width: 9px;
	  height: 9px;
	  display: inline-block;
	  vertical-align: middle;
	  background: url(../../common/v2/img/ncommon/_common/icon/left-fill-red.svg) 50% 50% no-repeat;
	  background-size: cover;
	  border-radius: 7px;
	  margin-right: 5px;
	}
	.job-header--2-2__subtext span {
		margin-bottom: 0;
	}

	/*見出し3-1*/
	.job-header--3-1 {
		font-size: 14px;
	}


	/*見出し3-2*/
	.job-header--3-2 {
		font-size: 14px;
		position: relative;
	}
	.job-header--3-2__maintext {
		margin-left: 0;
		font-size: 14px;
	}
	.job-header--3-2__icon--1,
	.job-header--3-2__icon--2 {
		/*display: block;*/
		text-align: left;
		line-height: 1;
		margin-right: 4px;
		vertical-align: -0.02em;
	}
	.job-header--3-2__icon--1 span,
	.job-header--3-2__icon--2 span {
		font-size: 9px;
		display: inline;
		letter-spacing: 0.3em;
		padding: 0px 2px 2px 4px;
	}
	.job-header--3-2  .job-btn--1 {
		position: absolute;
		right: 0;
		top: 0;
	}
	.job-header--3-2 .job-btn--1 a {
		padding: calc(10px - 1px - 0.5em) 10px;
	}
	.job-header--3-2 .job-btn--1 a i {
		width: 10px;
		height: 10px;
	}


	/*--------------------------------
	　本文
	--------------------------------*/
	/*本文　12px（SP：10px）*/
	.jobs_container .text--xSmall {
		font-size: 10px;
	}

	/*本文　14px（SP：12px）*/
	.jobs_container .text--small {
		font-size: 12px;
	}

	/*本文　18px（SP：16px）*/
	.jobs_container .text--large {
		font-size: 16px;
	}


	/*--------------------------------
	　リスト
	--------------------------------*/
	/*リスト1　丸リスト*/
	.jobs_container .job-list--1 {
		font-size: 12px;
	}
	.jobs_container .job-list--1::after {
		top: .75em;
		left: -1em;
		width: 8px;
		height: 8px;
	}

	/*リスト2　-リスト*/
	.jobs_container .job-list--2 {
		font-size: 12px;
	}

	/*リスト3　注釈*/
	.jobs_container .job-list--3 {
		font-size: 10px;
	}
	.jobs_container .job-list--3 .link.link--intext a::before {
		width: 10px;
	  height: 10px;
	}


	/*--------------------------------
	　リンク
	--------------------------------*/
	/*テキストリンク　通常リンク*/
	.link {
		margin-left: 18px;
	}
	.link a {
		font-size:12px;
	}
	.link a::before {
	  	margin-right: 6px;
		margin-left: -16px;
		margin-bottom: 0;
		width: 10px;
		height: 10px;
	}

	/*戻るリンク*/
	.link.link--back a::before {
		margin-right: 6px;
		margin-left: -18px;
		margin-bottom: 0;
		width: 10px;
		height: 10px;
	}

	/*メールリンク*/
	.link.link--mail a::before {
	  margin-right: 10px;
	}

	/*文章内テキストリンク*/
	.link.link--intext a::before {
		width: 10px;
		height: 10px;
	}

	/*イベントページ　リンクエリア*/
	.job-linkbox--1 .flexitem {
		width: 100%;
		margin-bottom: 15px;
	}
	.job-linkbox--1 .link,
	.job-linkbox--1 .link--nolink {
		font-size: 14px;
	}
	.job-linkbox--1 .link::before {
		width: 12px;
    	height: 12px;
		margin-bottom: -1px;
	}
	.job-linkbox--1__ex p {
		font-size: 12px;
	}
	.job-linkbox--1__icon--1 span {
		padding: 0.4em;
		width: 109px;
		float: right;
	}
	.job-linkbox--1__icon--1, .job-linkbox--1__icon--2 {
		width: 10em;
	}
	.job-linkbox--2__status {
		font-size: 12px;
	}
	.job-linkbox--2__icon--1 span,
	.job-linkbox--2__icon--2 span {
		font-size: 12px;
	}


	/*--------------------------------
	　ボタン
	--------------------------------*/
	/*ボタン1*/
	.job-btn--1 {
		font-size: 12px;
	}
	.job-btn--1 a {
		padding: calc(8px - 0.5em) calc(10px - 1px) calc(8px - 0.5em);
	}
	.job-btn--1 a i{
		width: 10px;
	  height: 10px;
		margin-right: 7px;
		vertical-align: 0;
	}
	.job-btn--1 a span {
		margin-top: 0;
		margin-bottom: 0;
		margin-top: -0.3em;
	}


	/*ボタン2*/
	.job-btn--2 {
		font-size: 12px;
	}
	.job-btn--2 a {
		padding: calc(8px - 0.5em) calc(10px - 1px) calc(8px - 0.5em);
	}
	.job-btn--2 a i{
		width: 10px;
	  height: 10px;
		margin-right: 4px;
		vertical-align: 0;
	}
	.job-btn--2 a span {
		margin-top: 0;
		margin-bottom: 0;
		margin-top: -0.38em;
	}


	/*ボタン3　.btn-entry*/
	.btn-entry{
		width: 100%;
	}
	.btn-entry .flexitem {
		width: calc(50%);
	}
	.btn-entry .btn-entry__submit{
		margin: 0 7px 0 0;
	}
	.btn-entry .btn-entry__submit i{
		width: 14px;
		height: 14px;
		left: 14px;
	}
	.btn-entry .btn-entry__submit i::before{
		width: 14px;
		height: 14px;
	}
	.btn-entry .btn-entry__submit span {
		margin-left: 14px;
		margin-bottom: 0.2em;
		padding: calc(14px - 0.5em) 0;
		font-size: 14px;
	}
	.btn-entry .btn-entry__cancel{
		margin: 0 0 0 7px;
	}
	.btn-entry .btn-entry__cancel i{
		width: 14px;
		height: 14px;
		left: 14px;
	}
	.btn-entry .btn-entry__cancel i::before{
		width: 14px;
		height: 2px;
	}
	.btn-entry .btn-entry__cancel i::after{
		width: 14px;
		height: 2px;
	}
	.btn-entry .btn-entry__cancel span{
		margin-left: 14px;
		margin-bottom: 0.2em;
		padding: calc(14px - 0.5em) 0;
		font-size: 14px;
	}


	/*--------------------------------
	　囲み
	--------------------------------*/
	/*囲み1*/
	.job-frame--1{
		border: 1px solid #d9d9d9;
		padding: 20px;
	}
	.job-frame--1__title {
		font-size: 14px;
		margin-top: -0.5em;
		margin-bottom: calc(20px - 1em);
	}
	.job-frame--1__list dl {
		padding: calc(16px - 0.5em) 0 calc(16px - 0.5em) 0;
		font-size: 12px;
		display: block;
	}
	.job-frame--1__list dl:first-child {
		background: none;
		padding: 5px 0 16px 0;
	}
	.job-frame--1__list dd {
		margin-left: 0;
	}
	.job-frame--1__date.jtn_data::after {
		content: "NEW";
	  display: inline-block;
	  height: 16px;
		width: 6em;
	  color: #fff;
		margin-left: 1em;
		font-size: 10px;
	}


	/*囲み2*/
	.job-frame--2 {
		padding: 20px;
	}
	.job-frame--2__title {
		font-size: 14px;
		margin-top: -0.5em;
	}
	#container .job-frame--2__text {
		font-size: 12px;
	}
	.job-frame--2 .mb_20px {
		margin-bottom: calc(12px - 0.5em);
	}


	/*--------------------------------
	　開閉エリア
	--------------------------------*/
	/*開閉エリア1*/
	.job-accordion--1__btn {
		padding: calc(16px - 0.4em - 5px) 0 calc(16px - 0.4em);
		padding-left: 16px;
	}
	.job-accordion--1__btn i {
		/*top:　50% - アイコンサイズの半分の高さ - 上罫線の半分の高さ*/
		top: calc( 50% - 15px - 2.5px );
		width: 38px;
	}
	.job-accordion--1__btn i::before {
		width: 15px;
		margin: -1px 0 0 -6px;
	}
	.job-accordion--1__btn i::after {
		height: 15px;
		margin: -7px 0 0 0;
	}
	.job-accordion--1__btn span {
		font-size: 14px;
	}
	.job-accordion--1__inner {
		padding: 14px 14px 0;
		padding-top: 0;
	}
	.job-accordion--1__listarea__title {
		font-size: 12px;
		padding-top: 14px;
	}
	.job-accordion--1__listarea__list li {
		margin-top: 12px;
	}
	.job-accordion--1__inner {
		display: block;
	}
	.job-accordion--1__listarea:first-child {
		width: 100%;
		margin-right: 0;
	}
	.job-accordion--1__listarea:last-child {
		width: 100%;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #d9d9d9;
		margin-top: 14px;
		/*padding-top: 14px;*/
	}
	.job-accordion--1__listarea__list a {
		font-size: 12px;
		padding-left:15px;
	}
	.job-accordion--1__listarea__list a:before {
		width: 10px;
		height: 10px;
		top: 5px;
	}
	.job-accordion--1__bottom {
		padding: 14px 0 14px 0;
		line-height: 1;
		border-top: 1px solid #d9d9d9;
		margin: 14px 14px 0;
	}
	.job-accordion--1__bottom span {
		font-size: 12px;
	}
	/*開閉エリア1-タブ*/
	.job-accordion--1__header{
	  position: -webkit-sticky; /* Safari */
	  position: sticky;
	  top: 53px; /*固定ヘッダの高さ分*/
	  border-top: 5px solid #e6e6e6;
	  border-left: 5px solid #e6e6e6;
	  border-right: 5px solid #e6e6e6;
	  z-index: 10;
	  background: #e6e6e6;
	}
	.is-accordion-active .job-accordion--1__tab{
		display: block;
	}
	.job-accordion--1__tab-body{
	    display: flex;
	    position: relative;
			line-height: 1;
			margin-top: -5px;
	}
	/*
	.job-accordion--1__tab-body::before{
	    content: "";
	    display: inline-block;
	    width: 1px;
	    height: 23px;

	    background-image: linear-gradient(to bottom, #646464, #646464 1px, transparent 1px, transparent 3px);
	    background-repeat: repeat-y;
	    background-position: left top;
	    background-size: 1px 3px;

	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	}*/
	.job-accordion--1__tab-body a{
	    display: block;
	    width: 50%;
	    text-align: center;
	    background: #e6e6e6;
	    padding: 14px 0 14px 0;
	    border-bottom: 2px solid #e6e6e6;
	}
	.job-accordion--1__tab-body a.is-active{
	    border-bottom: 2px solid #e60012;
	}
	.job-accordion--1__tab-body span{
	    font-size: 12px;
	    font-weight: bold;
	}
	.job-accordion--1__tab-body i{
		width: 10px;
		height: 10px;
		display: inline-block;
		vertical-align: middle;
		background: #FFF url(../../common/v2/img/ncommon/_common/icon/down-fill-red.svg) 50% 50% no-repeat;
		background-size: cover;
		border-radius: 7px;
		margin-right: 5px;
		margin-bottom: 2px;
	}
	.job-accordion--1__bottom i {
		margin-right: 3px;
	}
	.job-accordion--1__bottom i::before {
		width: 14px;
		margin: -1px 0 0 -7px;
	}
	.job-accordion--1__bottom i::after {
		height: 14px;
		margin: -7px 0 0 -1px;
	}

	/*とじる部分でsticy停止*/
	/*
	.is-accordion-active .job-accordion--1__header {
		margin-bottom: 44px;
	}
	.is-accordion-active .job-accordion--1__body {
		margin-top: -44px;
	}*/


	/*--------------------------------
	　開閉エリア Ｑ＆Ａ
	--------------------------------*/
	/*開閉エリアＱ＆Ａ1*/
	.job-qa--1__item-header i {
		top: 2px;
	}
	.job-qa--1__item-header span {
		font-size: 14px;
	}
	.job-qa--1__item-body div {
		padding: calc( 18px - 0.5em ) 0 0 27px;
		font-size: 12px;
	}
	.job-qa--1__item-body div::before {
		top: 12px;
	}

	/*--------------------------------
	 表組み
	--------------------------------*/
	/*表組み1*/
	.job-table--1 {
		font-size: 12px;
    word-break: break-all;
	}
	.job-table--1 th,
	.job-table--1 td {
		border: 1px solid #d9d9d9;
		padding: calc( 12px - 0.5em ) 12px;
		text-align: justify;
	}
  .job-table--1 th.w10{
    width: 8em;
  }
	/*--------------------------------
	 プレエントリー／ログオン
	--------------------------------*/
	/*プレエントリー／ログオンエリア*/
	.entry_logon {
		display: block;
	}
	.entry_logon .entry_block {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		margin-bottom: 14px;
	}
	.entry_logon > *:first-child.entry_block {
		margin-right: 0;
	}
	.entry_logon > *:last-child.entry_block {
		margin-left: 0;
	}
	.entry_logon .entry_block_ttl {
		font-size: 14px;
		padding-bottom: calc( 20px - 0.4em );
		margin-bottom: calc( 20px - 0.4em );
	}
	.entry_logon .btn_area {
		position: static;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		margin-top: calc( 20px - 0.5em );
	}
	.entry_logon .form_tbl {
		margin:  0 0 20px 0;
	}
	.entry_logon .linkbtn {
		position: static;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		margin-top: calc( 20px - 0.5em );
		text-align: left;
	}
	.entry_logon .linkbtn .link {
		display: block;
		line-height: 1;
	}
	.entry_logon .linkbtn .link:first-of-type {
		margin-top: 1.4em;
		margin-bottom: 1.2em;
	}
	#container .entry_logon .form_tbl .form_entryid td {
		padding-bottom: 12px;
	}
	.entry_logon .entry_btn {
		width: 100%;
		min-width: auto;
	}
	.entry_logon .entry_btn .btn_inner {
		padding: calc(16px - 0.5em - 4px) 12px calc(16px - 0.5em);
	}
	.entry_logon .entry_btn .btn_inner span {
		font-size: 14px;
		margin-top: -2px;
	}
	.entry_logon__note .link a::before {
		width: 10px;
		height: 10px;
		margin-right: 4px;
		margin-left: -15px;
	}
	.entry_logon__note .link {
		margin-left: 15px;
	}



	/*--------------------------------
	 お問い合わせエリア
	--------------------------------*/
	/*お問い合わせエリア1*/
	.job-inquiry--1 {
		margin-top: 56px;
	}
	.job-inquiry--1__ttl {
		padding: 0.5em 10px;
		font-size: 12px;
	}
	.job-inquiry--1__text {
		padding-left: 14px;
	}
	.job-inquiry--1__contact {
		display: block;
	}
	.job-inquiry--1__name {
		font-size: 12px;
	}
	.job-inquiry--1__tel {
		font-size: 16px;
		margin-right: 10px;
	}
	.job-inquiry--1__tel span:first-child::before {
		margin-bottom: -0.2em;
	}
	.job-inquiry--1 .link--mail {
		margin-bottom: calc( -0.5em + 4px );
	}


	/*--------------------------------
	　関連会社採用
	--------------------------------*/
	/*関連会社採用エリア*/
	.job-rel--1 .job-btn--1 a span {
		font-size: 11px;
		line-height: 1;
	}
	.job-rel--1 .flexitem {
		width: 100%;
		padding: 20px;
	}
	.job-rel--1 .job-rel--1__img {
		width: 63%;
		margin-left:auto;
		margin-right:auto;
	}
	.job-rel--1 .job-rel--1__ttl {
		font-size: 14px;
	}
	.job-rel--1 .job-rel--1__txt{
		font-size: 12px;
	}
	.job-rel--1 .job-btn--1 {
		display: block;
		text-align: center;
	}
	.job-rel--1 .job-btn--1 .icon-blank {
		margin-left: 6px;
	}
	.job-rel--1 .job-rel--1__col1 .job-btn--1 {
		display: block;
	}


	/*--------------------------------------------------
	　以下、既存スタイル
	--------------------------------------------------*/
	#sp_navi_set {
	text-align: left;
	}

	#jobs_navi {
		display: none;
	}
	#footer {
		text-align: left;
		background: #fff;
		margin-top: 56px;
	}
	#footer .footet_pan {
		width: auto !important;
		padding: 20px 14px;
		/*background: #afafaf;
		color: #fff;*/
		margin: 0px !important;
		line-height: 150%;
		font-size: 10px;
	}
	#footer .footet_pan a {
		/*color: #fff;*/
		/*text-decoration: underline;*/
	}
	#page_top {
		padding: 0px !important;
		margin: 0px !important;
	}

	/* 採用情報トップ */
	#jobs_topttl,
	#jobs_topttl *{
		box-sizing: border-box;
	}
	#jobs_topttl h1 {
	}
	#jobs_topttl .mainimg {
		overflow: hidden;
		position: relative;
		clear: both;
	}
	#jobs_topttl .mainimg strong {
		position: absolute;
		z-index: 10;
		left: 0;
		top: 30%;
		width: 100%;
		display: block;
		text-align: center;
	}
	#jobs_topttl .mainimg strong img {
		width: 78%;
		max-width: 576px;
	}
	#jobs_topttl .mainimg li img {
		width: 100%;
		margin: 0 auto;
	}

	.jobs_hero{
		margin-top: 2px;
	}
	.jobs_hero-menu{
		background-color: #e60012;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	.jobs_hero-menu h2{
		margin-top: 7px;
		margin-left: 5px;
	}

	.jobs_keycontents{
		margin-top: 9px;
	}
	.jobs_keycontent:not(:first-child){
		margin-top: 7px;
	}
	.jobs_keycontent > div > a{
		display: flex;
		flex-direction: row;
		background-color: #fff;
		border-radius: 2px;
		position: relative;
	}

	.jobs_keycontent > div > a::after{
		box-sizing: border-box;
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		margin: auto;
		background-image: url(../img_2019/arrow_r_red.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.jobs_keycontent__img{
		width: 30.4225352%;
		min-height: 56px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center bottom;
		flex-shrink: 0;
	}
	.jobs_keycontent__img > img{
		display: none;
	}
	.jobs_keycontent--1 .jobs_keycontent__img{
		background-image: url(../img_2019/keycontents_kw_img.png);
	}
	.jobs_keycontent--2 .jobs_keycontent__img{
		background-image: url(../img_2019/keycontents_ms_img.png);
	}
	.jobs_keycontent__text{
		margin-top: 7px;
		margin-bottom: 7px;
		position: relative;
		border-left: 2px solid #e60012;
		padding-left: 14px;
		padding-top: 6px;
	}
	.jobs_keycontent__label{
		font-size: 19px;
		line-height: 1.210526316;
		font-weight: bold;
		letter-spacing: 0.16em;
	}
	.jobs_keycontent--2 .jobs_keycontent__label{
		font-size: 17px;
		letter-spacing: 0.12em;
	}
	.jobs_keycontent__desc{
		font-size: 11px;
		line-height: 1.363636364;
		padding-top: 4px;
		font-weight: bold;
		letter-spacing: -0.02em;
	}
	.jobs_keycontent--2 .jobs_keycontent__text{
		padding: 11px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-left: none;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	#jobs_key dl {
		display: block;
		margin: 0 10px;
	}
	#jobs_key dl dt {
		margin: 0 0 10px;
	}
	#jobs_key dl dt img {
		width: 100%;
		max-width: 640px;
	}
	#jobs_key dl dd {
		margin: 0 0 12px;
	}
	#jobs_key dl dd img {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}

	.jobs_mainmenu{
		margin-top: 20px;
		border-top: 2px solid #fff;
		padding-bottom: 4px;
		letter-spacing: 0.18em;
	}
	.jobs_mainmenu > li:not(:last-child){
		border-bottom: 2px solid #fff;
	}

	#container .jobs_mainmenu > li > div > a{
		color: #fff;
		height: 68px;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-shrink: 0;
		flex-grow: 0;
	}
	#container .jobs_mainmenu > li > div > a,
	#container .jobs_mainmenu > li > div > a:link{
		color: #fff;
	}
	#container .jobs_mainmenu > li > div > a::after{
		box-sizing: border-box;
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		margin: auto;
		background-image: url(../img_2019/arrow_r_white.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#container .jobs_mainmenu > li > div > a > span{
		color: #fff;
		display: block;
	}

	.jobs_mainmenu-item__label{
		font-size: 18px;
		padding-top: 20px;
	}
	.jobs_mainmenu-item__small{
		font-size: 11px;
		padding-top: 25px;
		padding-right: 22px;
	}

	.jobs_mainmenu-item--1 .jobs_mainmenu-item__label{

	}

	.jobs_mainmenu-item--4{
		display: flex;
		flex-direction: row;
	}
	.jobs_mainmenu-item--4 > div:nth-of-type(1){
		width: 46.9014085%;
		flex-shrink: 0;
		flex-grow: 0;
	}
	.jobs_mainmenu-item--4 > div:nth-of-type(2){
		flex-grow: 1;
	}
	.jobs_mainmenu-item--4 .jobs_mainmenu-item__label{
		font-size: 14px;
	}
	.jobs_mainmenu-item--4 > div:nth-of-type(1) .jobs_mainmenu-item__label{
		padding-top: 22px;
		padding-right: 18px;
	}
	#container .jobs_mainmenu > li .jobs-mainmenu-btn--internship > a{
		flex-direction: column;
		text-align: center;
		position: relative;
	}
	.jobs-mainmenu-btn--internship > a{
		padding-right: 45px;
	}
	.jobs-mainmenu-btn--internship .jobs_mainmenu-item__label{
		margin-top: 0;
		padding-top: 0;
	}
	.jobs-mainmenu-btn--internship .jobs_mainmenu-item__small{
		padding-top: 0;
		padding-right: 0;
		font-size: 7px;
		letter-spacing: 0.1em;
	}

	#container li.jobs_mainmenu-item--5 > div > a{
		height: 38px;
		justify-content: flex-end;
		padding-right: 40px;
	}
	.jobs_mainmenu-item--5 .jobs_mainmenu-item__label{
		padding-top: 10px;
		font-size: 11px;
	}

	.jobs-mainvisual{
		display: none;
	}

	#jobs_top_news {
		text-align: left;
		margin: 28px 10px 33px;
		letter-spacing: 0.12em;
	}
	#jobs_top_news ul{
		border-bottom: 1px solid #e6e6e6;
	}
	#jobs_top_news ul li:not(:first-child) {
		background-image: url(../img_2019/news_border_sp.png);
		background-repeat: repeat-x;
		background-position: left top;
		background-size: 100%;
	}
	#jobs_top_news ul > li > a {
		display: block;
		padding-top: 18px;
		padding-bottom: 23px;
		position: relative;
	}
	#jobs_top_news ul > li:not(:first-child) > a{
		padding-top: 21px;
	}
	#jobs_top_news ul li a span {
		line-height: 130%;
	}
	#jobs_top_news ul li a .jtn_data {
		display: block;
		padding: 0 0 9px;
		font-weight: bold;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 11px;
		width: 114px;
		position: relative;
	}
	#jobs_top_news ul li.new a .jtn_data::after{
		content: "NEW";
		width: 31px;
		height: 14px;
		background-color: #e60012;
		color: #fff;
		font-size: 8px;
		text-align: center;
		display: inline-block;
		margin-left: 8px;
		vertical-align: text-bottom;
	}
	#jobs_top_news ul li a .jtn_txt {
		display: block;
		line-height: 1.692307692;
		font-size: 13px;
		padding-right: 45px;
		letter-spacing: 0.12em;
	}
	#jobs_top_news ul li a::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 12px;
		height: 12px;
		background-image: url(../img_2019/arrow_r_red.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	#jobs_footer{
		height: 60px;
		background-color: #dcdcdc;
	}
	.jobs_footer__inner{
		display: flex;
		flex-direction: row;
		width: 100%;
		margin: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		height: 100%;
	}
	.jobs_footer-topicpath{
		flex-grow: 1;
	}
	.jobs_footer-topicpath > ul{
		display: flex;
		flex-direction: row;
		font-size: 12px;
		padding-top: 10px;
		padding-left: 7px;
		letter-spacing: 0.18em;
	}
	.jobs_footer-topicpath > ul > li:not(:last-child)::after{
		content: ">";
		display: inline-block;
		padding-left: 9px;
		padding-right: 9px;
	}
	#jobs_page_top{
		width: 45px;
		flex-shrink: 0;
		flex-grow: 0;
		position: relative;
	}
	#jobs_page_top::after{
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(../img_2019/footer_border_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	#jobs_page_top > a{
		display: block;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 20px;
	}
	#jobs_page_top > a > span{
		display: block;
		width: 14px;
	}
	#jobs_page_top > a > span > img{
		display: block;
		width: 100%;
		height: auto;
	}

}


/*--374px以下--*/
@media screen and (max-width: 374px){
	.jobs_keycontent__desc{
		font-size: 10px;
		line-height: 1.363636364;
		padding-top: 4px;
		font-weight: bold;
		letter-spacing: -0.02em;
	}
	.jobs_keycontent--2 .jobs_keycontent__label {
	    font-size: 14px;
	    letter-spacing: 0.12em;
	}
	.jobs_mainmenu-item--4 > div:nth-of-type(1) {
	    width: 40.9014085%;
	    flex-shrink: 0;
	    flex-grow: 0;
	}
	.jobs_mainmenu-item--4 .jobs_mainmenu-item__label {
	    font-size: 12px;
	}
	.jobs-mainmenu-btn--internship > a {
	    padding-right: 30px;
	}
	.jobs_mainmenu-item--4 > div:nth-of-type(1) .jobs_mainmenu-item__label{
		padding-top: 25px;
		padding-right: 18px;
	}
	.jobs_mainmenu-item--5 .jobs_mainmenu-item__label{
		padding-top: 11px;
		font-size: 11px;
	}
}