@charset "utf-8";

/* Sec-Heading */
.p-sec-heading-voice {
	position: relative;
}
.p-sec-heading-voice__ttl,
.p-sec-heading-voice__txt {
	position: absolute;
}
.f_notice {
    text-align: center;
    font-size: larger;
    color: crimson;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.p-sec-heading-voice__ttl {
		right: 50px;
		bottom: 38px;
		text-align: right;
	}
	.p-sec-heading-voice__txt {
		top: 50px;
		left: 50px;
	}
}
@media screen and (max-width: 767px) {
	.p-sec-heading-voice > div {
		position: relative;
	}
	.p-sec-heading-voice__ttl {
		left: 10px;
		bottom: 4px;
	}
	.p-sec-heading-voice__txt {
		position: static;
		padding-top: 8%;
		text-align: center;
	}
	.p-sec-heading-voice__txt.caption > span {
		background: none;
		padding: 0;
		margin: 0;
	}
}

/* Sec-Recruit */
.p-sec-voice dt,
.p-sec-blog dt {
	text-align: center;
}
.p-sec-voice dd {
	border: solid 1px #5d959d;
	border-top: none;
	padding: 15px 10px;
	text-align: center;
}
.p-sec-blog dd {
	border: solid 1px #5d959d;
	border-top: none;
	padding: 15px 10px;
	font-size: 14px;
	letter-spacing: .02em;
}
.p-sec-blog__ttl {
	background-color: #5d959d;
	color: #fff;
	padding: 8px 10px;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 300;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-sec-voice dd {
		padding: 24px 10px;
	}
	.p-sec-blog dd {
		padding: 10px 20px;
	}
}

.p-sec-works__cont {
	padding: 30px 10px;
}
@media screen and (min-width: 768px) {
	.p-sec-works__cont {
		padding: 55px;
	}
}

/**/
.p-sec-heading-staff_yakushoku {
	text-align: center;
}
.p-sec-heading-staff .p-sec-heading-staff__img {
	margin-bottom: 15px;
}
.p-sec-heading-staff .p-sec-heading-staff__img img {
	width: 100%;
	height: auto;
}
.p-sec-staff__column .p-sec-staff__column__ttl01 {
	background-color: #969993;
	width: 11em;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.p-sec-staff__column .p-sec-staff__column__txt p {
	margin-bottom: 1.5em;
    letter-spacing: .08em;
}
.p-sec-staff__column .p-sec-staff__column__img {
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.p-sec-staff__column {
		margin-bottom: 65px;
	}
	.p-sec-staff__column .p-sec-staff__column__img img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.p-sec-heading-staff {
		display: table;
	}
	.p-sec-heading-staff__img {
		display: table-cell;
		width: 40%;	
		vertical-align: middle;
	}
	.p-sec-heading-staff__txt {
		display: table-cell;
		vertical-align: middle;
		padding-left: 30px;
	}

	.p-sec-staff__column {
		position: relative;
	}
	.p-sec-staff__column .p-sec-staff__column__ttl01 {
		position: absolute;
		left: 0;
		top: 0;
	}
	.p-sec-staff__column .p-sec-staff__column__ttl01 {
		margin-bottom: 0;
	}
	.p-sec-staff__column .p-sec-staff__column__ttl01 h4 {
		margin-bottom: 0;
	}
	.p-sec-staff__column .p-sec-staff__column__ttl02 {
		margin-left: 5.5em;
		padding-left: 7em;
		border-left: 1px solid #aaa;
	}
	.p-sec-staff__column .p-sec-staff__column__ttl02 h5 {
		margin-bottom: 0;
		padding-top: 5px;
	}
	.p-sec-staff__column .p-sec-staff__column__txt {
		margin-left: 5.5em;
		padding-left: 7em;
		border-left: 1px solid #aaa;
		padding-top: 10px;
		margin-right: 280px;
		min-height: 300px;
		padding-bottom: 30px;
	}
	.p-sec-staff__column .p-sec-staff__column__txt p {
		margin-bottom: 0;
	    letter-spacing: .08em;
	}
	.p-sec-staff__column .p-sec-staff__column__img {
		position: absolute;
		right: 0;
		top: 0;
	}
	.p-sec-staff__column .p-sec-staff__column__img img {
		width: 250px;
		height: auto;
	}
}

.p-sec-heading-welfare__tbl {
	width: 100%;
}
.p-sec-heading-welfare__tbl th, .p-sec-heading-welfare__tbl td {
	background: #fff;
}
.p-sec-heading-welfare__tbl th {
	white-space: nowrap;
}
.p-sec-heading-welfare__tbl-prim {
	border-spacing: 1px;
	border-right: solid 1px #5d959d;
}
.p-sec-heading-welfare__tbl-prim th {
	border-left: solid 1px #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: 0;
}
.p-sec-heading-welfare__tbl-prim th:first-child {
	border-left: solid 1px #5d959d;
}
.p-sec-heading-welfare__tbl-prim td {
	border-left: solid 1px #5d959d;
	border-bottom: solid 1px #5d959d;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: 0;
}
.p-sec-heading-welfare__tbl-prim th {
	background-color: #5d959d;
	color: #fff;
	padding: 8px;
}
.p-sec-heading-welfare__tbl-prim td {
	padding: 15px;
	white-space: nowrap;
}
.p-sec-heading-welfare__tbl-prim td.txt {
	padding: 15px;
	white-space: nowrap;
}


.p-sec-welfare__list li {
	display: table;
	margin-bottom: 30px;
}
.p-sec-welfare__list .p-sec-welfare__list__img {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}
.p-sec-welfare__list .p-sec-welfare__list__txt {
	display: table-cell;
	vertical-align: middle;
}
.p-sec-welfare__list .p-sec-welfare__list__txt h4 {
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.p-sec-heading-welfare__scroll {
		overflow-x: scroll;
		padding-bottom: 10px;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.p-sec-heading-welfare__scroll::-webkit-scrollbar{
		width: 20px;
		background: #999;
	}
	.p-sec-heading-welfare__scroll::-webkit-scrollbar:horizontal{
		height: 10px;
		background: #eee;
		border-radius: 5px;
	}
	.p-sec-heading-welfare__scroll::-webkit-scrollbar-thumb{
		background: #999;
		border-radius: 5px;
	}
	.p-sec-heading-welfare__scroll::-webkit-scrollbar-thumb:horizontal{
		background: #999;
		border-radius: 5px;
	}
	.p-sec-heading-welfare__scroll.arrow:after {
		content: "　";
		display: block;
		width: 126px;
		height: 80px;
		background: url('/recruit/welfare/img/welfare__icon-07.png') no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -40px;
		margin-left: -63px;
	}
}

@media screen and (min-width: 768px) {
	.p-sec-heading-welfare__tbl-prim th {
		padding: 10px;
	}
	.p-sec-heading-welfare__tbl-prim td {
		padding: 20px;
	}
	.p-sec-welfare__list {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.p-sec-welfare__list li  {
		width: 50%;
	}
}

/* Sec-Career */
.p-sec-heading-career {
	background-color: #fff;
	border: solid 1px #5d959d;
	padding: 20px;
	font-size: 13px;
	letter-spacing: .02em;
}
.p-sec-require__btn > p {
	margin-bottom: 15px;
}
.p-sec-require__btn > p:last-child {
	margin-bottom: 0;
}
.p-sec-require__note {
	color: #767676;
	margin-top: 30px;
	font-size: 13px;
}
.p-tbl-sec.is-modal {
	margin-bottom: 30px;
}
.p-sec-apply__txt {
	color: #767676;
	font-size: 13px;
}
@media screen and (min-width: 768px) {
	.p-sec-heading-career {
		padding: 48px 192px;
		font-size: 14px;
	}
	.p-sec-require__cont {
		margin-bottom: 50px;
	}
	.p-sec-require__cont:last-child {
		margin-bottom: 0;
	}
	.p-sec-require__btn {
		display: none;
	}
	.p-sec-require__note {
		text-align: center;
	}
	/*.p-sec-apply__txt {
		padding: 0 108px;
	}*/
}
@media screen and (max-width: 767px) {
	.p-sec-require__cont {
		display: none;
	}
	.p-tbl-sec.is-modal .u-ti-2 {
		margin-left: 1.5em;
		text-indent: -1.5em;
	}
}
.p-sec-faq {
    background-color: #fff;
    border: solid 1px #5d959d;
    padding: 30px 10px;
}
.p-sec-faq__tbl {
	width: 100%;
    margin-bottom: 40px;
}
.p-sec-faq .p-sec-faq__tbl.last {
    margin-bottom: 0;
}
.p-sec-faq__tbl th, .p-sec-faq__tbl td {
	background: #fff;
	text-align: left;
}
.p-sec-faq__tbl th {
	white-space: nowrap;
}
.p-sec-faq__tbl-prim {
	border-spacing: 1px;
	border-right: solid 1px #5d959d;
}
.p-sec-faq__tbl-prim th {
	border-left: solid 1px #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: 0;
}
.p-sec-faq__tbl-prim th:first-child {
	border-left: solid 1px #5d959d;
}
.p-sec-faq__tbl-prim td {
	border-left: solid 1px #5d959d;
	border-bottom: solid 1px #5d959d;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: 0;
}
.p-sec-faq__tbl-prim tr td:first-child {
	width: 30%;
}
.p-sec-faq__tbl-prim th {
	background-color: #5d959d;
	color: #fff;
	padding: 8px;
}
.p-sec-faq__tbl-prim td {
	padding: 15px;
	white-space: nowrap;
	text-align: left;
}
.p-sec-faq__tbl-prim td.txt {
	padding: 15px;
	white-space: nowrap;
}
.p-sec-faq__tbl-prim td a {
	text-decoration: underline;
}
.p-sec-faq__tbl-prim td a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.p-sec-faq__scroll {
		overflow-x: scroll;
		padding-bottom: 10px;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.p-sec-faq__scroll::-webkit-scrollbar{
		width: 20px;
		background: #999;
	}
	.p-sec-faq__scroll::-webkit-scrollbar:horizontal{
		height: 10px;
		background: #eee;
		border-radius: 5px;
	}
	.p-sec-faq__scroll::-webkit-scrollbar-thumb{
		background: #999;
		border-radius: 5px;
	}
	.p-sec-faq__scroll::-webkit-scrollbar-thumb:horizontal{
		background: #999;
		border-radius: 5px;
	}
	.p-sec-faq__scroll.arrow:after {
		content: "　";
		display: block;
		width: 126px;
		height: 80px;
		background: url('/recruit/welfare/img/welfare__icon-07.png') no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -40px;
		margin-left: -63px;
	}
}
@media screen and (min-width: 768px) {
	.p-sec-faq {
		padding: 60px 60px;
	}

	.p-sec-faq__tbl {
		width: 100%;
	    margin-bottom: 100px;
	}
	.p-sec-faq .p-sec-faq__tbl.last {
	    margin-bottom: 0;
	}

	.p-sec-faq__tbl-prim th {
		padding: 10px;
	}
	.p-sec-faq__tbl-prim td {
		padding: 20px;
	}
	.p-sec-faq__list {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.p-sec-faq__list li  {
		width: 50%;
	}
	.p-sec-faq__tbl-prim td {
		white-space: normal;
	}
	.p-sec-faq__tbl-prim td.txt {
		white-space: normal;
	}

}

/* p-sec-heading-welfare__tbl-sp */
.p-sec-heading-welfare__tbl-sp table{
	width: 100%;
	border-spacing: 1px;
	border-top: solid 1px #5d959d;
	border-right: solid 1px #5d959d;
}
.p-sec-heading-welfare__tbl-sp.tbl-sp-mb {
	margin-bottom: 30px;
}
.p-sec-heading-welfare__tbl-sp table + table {
	margin-top: 15px;
}
.p-sec-heading-welfare__tbl-sp th {
	background-color: #5d959d;
	color: #fff;
	padding: 3px;
	border-bottom: solid 1px #fff;
	width: 80px;
	letter-spacing: 0;
	vertical-align: middle;
}
.p-sec-heading-welfare__tbl-sp tr:last-child th {
	border-bottom: solid 1px #5d959d;
} 
.p-sec-heading-welfare__tbl-sp td {
	border-left: solid 1px #5d959d;
	border-bottom: solid 1px #5d959d;
	background-color: #fff;
	vertical-align: middle;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 10px;
}
/* 採用パートアルバイトNEW */
@media screen and (max-width: 767px) {
/* 採用パートアルバイトNEW */
.p-sec-apply__txt ul.rec_part {
    margin-bottom: 22%;
}
ul.rec_part li {
     padding: 0 1%;
}
	.pc , ul.pc{
		display: none;
	}
/* STEP */	
ol.p-mod-stepbar_rec.step-4 {
    text-align: center;
}
	ol.p-mod-stepbar_rec.step-4 li dl dd {
    background-color: #5d959d;
    color: #fff;
    font-size: larger;
}

	ol.p-mod-stepbar_rec.step-4 li dl dt {
    color: #5d9d9d;
    margin-top: 3%;
    font-weight: bold;
}
	/* map */	
		li.area_sp {
    border: thin solid #5d959d;
    padding: 4%;
    font-size: medium;
}
li.area_sp {
    border: thin solid #5d959d;
    padding: 4%;
    font-size: medium;
    width: 47%;
    margin: 1.5%;
	text-align: center;
	}
	
ul.rec_area_sp {
    display: flex;
    flex-wrap: wrap;
}
h6 {
    color: #5d959d;
    font-weight: bold;
    text-align: center;
    margin-top: 10%;
    font-size: large;
}
		}
@media screen and (min-width: 768px) {
	.p-sec-heading-career , .p-sec-apply__txt{
    max-width: 926px;
    margin: 0 auto;
}
	/* 採用パートアルバイトNEW */
.p-sec-apply__txt ul.rec_part {
    /*display: table;*/
    margin-bottom: 10%;
}
ul.rec_part li {
    display: table-cell;
    width: 50%;
    vertical-align: top;
     padding: 0 1%;
}
		.sp , ul.sp{
		display: none;
	}
/* STEP */	
			.p-mod-stepbar_rec.step-4 dt {
    margin-top: 10px;
    text-align: center;
}
	.p-mod-stepbar_rec.step-4 dd {
    background-color: #5d959d;
    color: #fff;
    padding: 10px 10px 8px;
    text-align: center;
	}
	.p-mod-stepbar_rec.step-4 {
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
	.p-mod-stepbar_rec.step-4 li {
    width: 17.996%;
}
	.p-mod-stepbar_rec.step-4 li, .p-mod-stepbar_rec.step-4.in-icon li dl dt.step {
    position: relative;
	}
	.p-mod-stepbar_rec.step-4 li:after {
    top: 60px;
    left: 106%;
    background-color: #878787;
    width: 40%;
    height: 1px;
}
	.p-mod-stepbar_rec.step-4 li:after, .p-mod-stepbar_rec.step-4.in-icon li dl dt.step:after {
    content: "";
    position: absolute;
}
	.p-mod-stepbar_rec.step-4 li.rec_li_last:after {
    top: 60px;
    left: 106%;
    background-color: #fff;
    width: 40%;
    height: 1px;
}
	ul.rec_btn {
    overflow: hidden;
    margin: 0 auto 100px;
    width: fit-content;
}
	ul.rec_btn li {
    float: left;
    margin: 0 30px;
}
	ol.p-mod-stepbar_rec.step-4 li p {
    font-size: smaller;
    margin-top: 10px;
    line-height: 1.5em;
}
	ul.rec_area {
    line-height: 0.8em;
    font-size: smaller;
}
		}
		
		p.u-mt-m.u-ta-c {
    margin-bottom: 100px;
}
/* map */
h6 {
    color: #5d959d;
    font-weight: bold;
}
.pc.map ul li {
    background-color: rgba( 255, 255, 255, 0.9 );
    border: 2px solid #cecece;
    font-size: 11.5px;
    padding: 15px;
    line-height: 0.8em;
    width: fit-content;
    width: -moz-fit-content;
		}
_:-ms-lang(x), .pc.map ul li {
  font-size: 11.5px;
}
.map{
	background-image: url(/recruit/img/map.jpg);
    background-repeat: no-repeat;
	overflow: hidden;
    line-height: normal;
    min-width: 1000px;
		}
.map a:hover
		{text-decoration: underline}
ul.rec_area_left {
    float: left;
}
_:-ms-lang(x), ul.rec_area_left {
    float: left;
}
ul.rec_area_right {
    float: left;
}
li.m_ishikawa {
    margin: 57px 0 0 90px;
}
li.m_fukui {
    margin: 53px 0 0 200px;
}
li.m_shiga {
    margin: 20px 0 0 116px;
}
li.m_kyoto {
    margin: 50px 0 0 173px;
}
li.m_aichi {
    margin: 30px 0 0 115px;
}
li.m_toyama {
    margin: 55px 0 0 30px;
}
li.m_nigata {
    margin: 40px 0 0 130px;
}
li.m_nagano {
    margin: 30px 0 0 240px;
}
li.m_tochigi {
    margin: 20px 0 0 130px;
}
		li.m_gunma {
    margin: 45px;
}
		/* parttimejobs */
.inblock {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
}
.p-sec-apply__txt h5 {
    color: #5d959d;
    font-size: large;
    font-weight: bolder;
}
.u-mt-m {
    margin-top: 20px !important;
}
p.u-mt-m.u-ta-c.partlink {
    margin: 0;
}
		/* -----------------IEハック----------------- */
@media screen\0 {
	@media screen and (min-width: 768px) {
/* 採用パートアルバイトNEW */
.p-sec-apply__txt ul.rec_part {
    /*display: table;*/
    margin-bottom: 5%;
}
ul.rec_part li {
    display: table-cell;
    width: 50%;
    vertical-align: top;
     padding: 0 1%;
}
		.sp , ul.sp{
		display: none;
	}
/* STEP */	
			.p-mod-stepbar_rec.step-4 dt {
    margin-top: 10px;
    text-align: center;
}
	.p-mod-stepbar_rec.step-4 dd {
    background-color: #5d959d;
    color: #fff;
    padding: 10px 10px 8px;
    text-align: center;
	}
	.p-mod-stepbar_rec.step-4 {
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
	.p-mod-stepbar_rec.step-4 li {
    width: 17.996%;
}
	.p-mod-stepbar_rec.step-4 li, .p-mod-stepbar_rec.step-4.in-icon li dl dt.step {
    position: relative;
	}
	.p-mod-stepbar_rec.step-4 li:after {
    top: 60px;
    left: 106%;
    background-color: #878787;
    width: 40%;
    height: 1px;
}
	.p-mod-stepbar_rec.step-4 li:after, .p-mod-stepbar_rec.step-4.in-icon li dl dt.step:after {
    content: "";
    position: absolute;
}
	.p-mod-stepbar_rec.step-4 li.rec_li_last:after {
    top: 60px;
    left: 106%;
    background-color: #fff;
    width: 40%;
    height: 1px;
}
	ul.rec_btn {
    overflow: hidden;
    margin: 0 auto 100px;
    width: fit-content;
}
	ul.rec_btn li {
    float: left;
    margin: 0 30px;
}
	ol.p-mod-stepbar_rec.step-4 li p {
    font-size: smaller;
    margin-top: 10px;
    line-height: 1.5em;
}
	ul.rec_area {
    line-height: 0.8em;
    font-size: smaller;
}
		}
		
		p.u-mt-m.u-ta-c {
    margin-bottom: 100px;
}
/* map */
h6 {
    color: #5d959d;
    font-weight: bold;
}
.pc.map ul li {
    background-color: rgba( 255, 255, 255, 0.9 );
    border: 2px solid #cecece;
    font-size: smaller;
    padding: 15px;
    line-height: 0.8em;
    width:fit-contents;
	width: -moz-fit-content;
}
.map{
	background-image: url(/recruit/img/map.jpg);
    background-repeat: no-repeat;
	overflow: hidden;
    line-height: normal;
    min-width: 1000px;
	font-size: 14.5px;
		}
.map a:hover
		{text-decoration: underline}
ul.rec_area_left {
    float: left;
	display: inline;
}
ul.rec_area_right {
    float: left;
	display: inline;
	}
li.m_ishikawa {
    margin: 55px 0 0 100px;
}
li.m_fukui {
    margin: 43px 0 0 200px;
    width: 130px;
}
li.m_shiga {
    margin: 20px 0 0 115px;
    width: 167px;
}
li.m_kyoto {
    margin: 20px 0 0 183px;
    width: 100px;
}
li.m_aichi {
    margin: 20px 0 0 135px;
	width: 280px;
}
li.m_toyama {
    margin: 50px 0 0 30px;
    width: 200px;
}
li.m_nigata {
    margin: 40px 0 0 130px;
}
li.m_nagano {
    margin: 30px 0 0 260px;
    width: 200px;
}
li.m_tochigi {
    margin: 0 0 0 150px;
	width: 280px;
}
		li.m_gunma {
    margin: 35px 35px 35px 85px;
	width: 300px;
}
		/* parttimejobs */
.inblock {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
}
.p-sec-apply__txt h5 {
    color: #5d959d;
    font-size: large;
    font-weight: bolder;
}
.p-sec-heading-career , .p-sec-apply__txt{
    max-width: 926px;
    margin: 0 auto;
}
	.u-mt-m {
    margin-top: 20px !important;
}
p.u-mt-m.u-ta-c.partlink {
    margin: 0;
}
}
		@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
.p-sec-apply__txt ul.rec_part {
    /*display: table;*/
    margin-bottom: 5%;
}
/* map */
h6 {
    color: #5d959d;
    font-weight: bold;
}
.pc.map ul li {
    background-color: rgba( 255, 255, 255, 0.9 );
    border: 2px solid #cecece;
    font-size: smaller;
    padding: 15px;
    line-height: 0.8em;
    width:fit-contents;
	width: -moz-fit-content;
}
.map{
	background-image: url(/recruit/img/map.jpg);
    background-repeat: no-repeat;
	overflow: hidden;
    line-height: normal;
    min-width: 1000px;
	font-size: 14.5px;
		}
.map a:hover
		{text-decoration: underline}
ul.rec_area_left {
    float: left;
	display: inline;
}
ul.rec_area_right {
    float: left;
	display: inline;
	}
li.m_ishikawa {
    margin: 55px 0 0 100px;
}
li.m_fukui {
    margin: 43px 0 0 200px;
    width: 130px;
}
li.m_shiga {
    margin: 20px 0 0 115px;
    width: 167px;
}
li.m_kyoto {
    margin: 20px 0 0 183px;
    width: 100px;
}
li.m_aichi {
    margin: 20px 0 0 135px;
	width: 300px;
}
li.m_toyama {
    margin: 50px 0 0 30px;
    width: 200px;
}
li.m_nigata {
    margin: 40px 0 0 130px;
}
li.m_nagano {
    margin: 20px 0 0 260px;
    width: 200px;
}
li.m_tochigi {
    margin: 0 0 0 150px;
	width: 280px;
}
		li.m_gunma {
    margin: 35px 35px 35px 85px;
	width: 280px;
}
.p-sec-heading-career , .p-sec-apply__txt{
    max-width: 926px;
    margin: 0 auto;
}
			.u-mt-m {
    margin-top: 20px !important;
}
p.u-mt-m.u-ta-c.partlink {
    margin: 0;
}
}