<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

ul,ol,li,dl,dt,dd {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.area_navi th,
.area_navi td {
  border: solid 1px #ddd;
  text-align: center;
}
.area_navi a:link,
.area_navi a:visited {color: #333;}
.footer {text-align: left;}
.pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0 1.25rem;
  transition: .2s ease;
  box-sizing: border-box;
}
.pagetop-link {
  display: block;
  position: absolute;
  top: -70px;
  right: 0;
  width: 70px;
  height: 70px;
  padding-top: 8px;
  transition: .2s ease;
  background: #f4f4f5;
  color: #333;
  font-size: 0.57rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.pagetop-link::after {
  display: block;
  width: 15px;
  height: 15px;
  border: #333 1px solid;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  content: "";
  margin: 13px auto 0;
}
.pagetop-link:hover {
  text-decoration: none;
}
#side .pointList_new {
  margin-left: 10px;
  display: inline-block;
  padding: 0.2em 1em;
  border: 1px solid #000;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: #e2276e;
  border-color: #e2276e;
  vertical-align: middle;
}
/*PC用 s*/
@media(min-width:769px){
  .forSP {display: none!important;}
.area_navi {
  font-size: 79%;
  left: 570px;
  line-height: 1.2em;
  position: absolute;
  top: 50px;
}
.area_navi.hokkaido {left: 687px;}
.area_navi.tohoku,
.area_navi.kinki,
.area_navi.kyusyu {left: 589px;}
.area_navi.kitakanto,
.area_navi.syutoken,
.area_navi.tokai,
.area_navi.hokushinetsu {left: 638px;}
.area_navi.cyugoku {left: 540px;}
.area_navi th {
  background: #eee;
  color: #333;
  width: 46px;
}
.area_navi td.blank {border: none;}
.area_navi a {transition: .2s ease;}
.area_navi a:link,
.area_navi a:visited {
  display: table;
  width: 48px;
}
.area_navi.zenkoku a {width: 70px;}
.area_navi a:hover {background: #ececec;;}

  .balloon-favorite {
    position: absolute;
    margin: 0;
    padding: 7px 10px;
    display: none;
    width: 160px;
    top: 178px;
    left: calc(50% - 60px);
  }
  .js-fixed .balloon-favorite {
    position: fixed;
    top: 78px;
  }

/* レスポンシブHEADER
--------------------------------- */
.header {
  position: relative;
  min-width: 1000px;
  z-index: 1000;
}
.header-inner {
  width: 1000px;
  margin: 0 auto;
}
.header-lead {
  padding-top: 16px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.header-logo {
  display: block;
  width: 216px;
  height: auto;
  margin: 20px 0 8px;
}
.header-menu-btn, .header-menu-close {
  display: none;
}
.header-float {
  height: 84px;
}
.header-float-item {
  padding-bottom: 38px;
  transition: .2s ease;
  background: #fff;
}
.header-float-item.js-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.15);
}
.header-float__inner {
  padding-bottom: 38px;
  transition: .2s ease;
  background: #fff;
}
.header-float__inner.js-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.15);
}
/* 機能ナビゲーション */
.nav-function {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  z-index: 1;
}
.nav-function-list {
  position: absolute;
  right: 0;
}
.nav-function li {
  margin-left: 3px;
  float: left;
}
.nav-function-blank {
  display: block;
  height: 35px;
  padding: 0 20px;
  transition: .2s ease;
  border: #dcdcdc 1px solid;
  border-top: 0;
  color: #333!important;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
  box-sizing: border-box;
}
.nav-function-blank:hover {
  border-color: #cdd9e7;
  background: #f5faff;
  color: #3e649b;
  text-decoration: none;
}
.nav-function-new, .nav-function-login, .nav-function-mypage, .nav-function-logout {
  display: block;
  height: 35px;
  padding: 0 18px;
  transition: .2s ease;
  background: #ececec;
  color: #333333!important;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  text-decoration: none;
  box-sizing: border-box;
}
.nav-function-new:hover, .nav-function-login:hover, .nav-function-mypage:hover, .nav-function-logout:hover {
  background: #333333;
  color: #fff!important;
  text-decoration: none;
}

/* 求人件数 */
.header-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #313131;
  color: #fff;
  text-align: center;
}
.header-status li {
  display: inline-block;
  margin-left: 16px;
}
.header-status li:first-child {
  margin-left: 0;
}
.header-status a {
  display: block;
  height: 38px;
  padding: 0 10px;
  transition: .2s ease;
  line-height: 38px;
}
.header-status-ttl-recent, .header-status-ttl-check, .header-status-ttl-search {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 26px;
  color: #fff;
  font-size: 12px;
}
.header-status-ttl-recent::before, .header-status-ttl-check::before, .header-status-ttl-search::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 19px;
  margin-top: -10px;
  content: "";
}
.header-status-ttl-recent::before {background: url("/common2014/img/icn_status-recent.png") no-repeat left center;}
.header-status-ttl-check::before {background: url("/common2014/img/icn_status-check.png") no-repeat left center;}
.header-status-ttl-search::before {background: url("/common2014/img/icn_status-search.png") no-repeat left center;}
.header-status-ttl-recent::after, .header-status-ttl-check::after, .header-status-ttl-search::after {
  display: block;
  width: 6px;
  height: 6px;
  border: #747474 1px solid;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -5px;
}
.header-status-number {
  display: inline-block;
  color: #d1b30b;
  vertical-align: middle;
}
.header-status-count {
  padding-right: 3px;
  font-size: 20px;
  font-weight: bold;
}

/* ヘッダーside */
.header-side {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
}

/*  お電話でのお問い合わせ */
.header-contact {
  position: absolute;
  top: 53px;
  right: 0;
  width: 205px;
  height: 37px;
}
.header-contact-ttl {
  display: none;
}
.header-contact a {
  display: block;
  width: 206px;
  height: 38px;
  background: url("/common2014/img/txt_contact01.png") no-repeat 0 0;
  background-size: 100% 100%;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  pointer-events: none;
}

/* エリア別求人 */
.header-area {
  display: flex;
  height: 40px;
}
.header-area-ttl {
  display: none;
}
.header-area-region {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  transition: .2s ease;
  background: #ececec;
  color: #434343;
  font-size: 9px;
  text-decoration: none;
}
.header-area-region:hover {
  background: #385d8f;
  color: #fff;
  text-decoration: none;
}
.header-area-list a {
  color: #434343;
  line-height: 1.3;
  text-decoration: none;
}
.header-area-list a:hover {
  background: #ececec;
}

/* マイページTOPへ */
.header-mypage-link {
  position: absolute;
  top: 53px;
  right: 215px;
}
.header-mypage-link a {
  display: block;
  position: relative;
  width: 170px;
  height: 37px;
  padding: 0 10px;
  transition: .2s ease;
  border-radius: 3px;
  background: #ececec;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 37px;
  text-decoration: none;
  box-sizing: border-box;
}
.header-mypage-link a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/common/img/responsive/ico_btn-new.png") no-repeat 0 0;
  background-size: auto 100%;
  content: "";
  vertical-align: middle;
}
.header-mypage-link a:hover::before {background-position-x: right;}
.header-mypage-link a::after {
  display: block;
  width: 0;
  height: 0;
  border: #333333 3px solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #333333;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  transition: .2s ease;
}
.header-mypage-link a:hover {
  background: #333333;
  color: #fff;
  text-decoration: none;
}
.header-mypage-link a:hover::after {
  border-color: transparent transparent transparent #fff;
}

/* グローバルナビゲーション */
.nav-global {
  width: 1000px;
  margin: 0 auto;
}
.nav-global-list {
  position: relative;
  width: calc(999px / 6);
  float: left;
}
.nav-global-list::after {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  width: 0;
  height: 15px;
  border-left: #aaa 1px dotted;
  content: "";
}
.nav-global-list:first-child::before {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 0;
  height: 15px;
  border-left: #aaa 1px dotted;
  content: "";
}
.nav-global-ttl, .nav-global-ttl-first {
  display: block;
  height: 30px;
  margin: 8px 5px;
  transition: .2s ease;
  background: #fff;
  color: #333!important;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.nav-global-ttl span {
  font-size: 12px;
}
.nav-global-list:hover .nav-global-ttl {
  background: #ff8b14;
  color: #fff!important;
  text-decoration: none;
}

.nav-global-list:hover .nav-global-ttl-first {
  background: #f5faff;
  color: #ef8514!important;
  text-decoration: none;
}


/* 若葉アイコン */
.ico_wakaba {
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: -2px 8px 0 0;
  background: url("/common2014/img/icon_wakaba.png") no-repeat 0 0;
  background-size: 100% 100%;
  vertical-align: middle;
}

/* グローバル内リスト */
.list-global &gt; li {
  position: relative;
  margin-top: 1px;
  padding-left: 10px;
}
.list-global &gt; li:first-child {
  margin-top: 0;
}
.list-global &gt; li::before {
  display: block;
  width: 0;
  height: 0;
  border: #53b8dd 3px solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #53b8dd;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}

/* グローバル内サブリスト*/
.list-sub-global {
  margin: 3px 0 8px;
}
.list-sub-global-short {
  width: 70%;
}
.list-sub-global &gt; li {
  width: 50%;
  margin-top: 1px;
  float: left;
  font-size: 12px;
  line-height: 1.5;
}
.list-sub-global a {
  padding-left: 3px;
}

/* --------------------------------
   #footer
   -------------------------------- */
#footer .fotterTop .inner{
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;  
}
#footer .contListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 28%;
}
#footer .contListWrap:not(:last-child) {
  border-right: dotted 1px #bababa;
  box-sizing: border-box;
  padding-right: 2%;
  margin-right: 2%;
  width: 34%;
}
#footer .fotterTop .inner:after{
  content:'';
  display:block;
  clear:both;
}
#footer .fotterTop h2{
  float: left;
}
#footer .fotterTop .txt{
  margin-left: 154px;
  padding-left: 33px;
  border-left: 1px solid #d1d1d1;
  line-height: 1.5;
}
#footer .fotterTop .txt p{
  margin: 0;
}
#footer .fotterMiddle .inner{
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* clearfix */
*:first-child+html #footer .fotterMiddle .inner{
  zoom: 1;
  }/* IE7 */
#footer .fotterMiddle a{
  color: #fff;
  line-height: 1.3;
}
#footer .fotterMiddle .contListWrap3 dl.contentList{
  width: auto;
}
#footer .fotterMiddle dl.contentList dt{
  margin-bottom: 1em;
  color: #333;
  font-weight: bold;
}
#footer .fotterMiddle dl.contentList li{
  margin-bottom: 1em;
}
#footer .fotterBottom .inner{
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 20px;
}
/* clearfix */
*:first-child+html #footer .fotterBottom .inner{
  zoom: 1;
  }/* IE7 */
#footer .fotterBottom .inner:after{
  content:'';
  display:block;
  clear:both;
}
#footer .fotterBottom a{
  color: #fff;
}
#footer .fotterBottom ul.assistNav{
  float: left;
  letter-spacing: -0.34em;
}
#footer .fotterBottom ul.assistNav li{
  display: inline-block;
  padding: 0 0.75em;
  letter-spacing: normal;
  border-right: 1px solid #bababa;
  line-height: 1.1;
}
* html #footer .fotterBottom ul.assistNav li{
    display: inline;
    zoom: 1;
    }/* IE6 */
*:first-child+html #footer .fotterBottom ul.assistNav li{
    display: inline;
    zoom: 1;
    }/* IE7 */
#footer .fotterBottom ul.assistNav li:first-child{
  padding-left: 0;
}
#footer .fotterBottom ul.assistNav li:last-child{
  padding-right: 0;
  border-right: none;
}
#footer .fotterBottom p.copyright{
    float: left;
    margin-top: 1em;
  }

/* レスポンシブ FOOTER
--------------------------------- */
.footer {
  position: relative;
  min-width: 1000px;
  margin-top: 6.25rem;
  background: #808080;
}
.footer-contact {
  display: none;
}
.footer-inner {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.footer-section {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 5px 20px;
  border-left: #bcbcbc 1px dotted;
  box-sizing: border-box;
}
.footer-section:first-child {
  width: 250px;
  padding-left: 0;
  border-left: 0;
}
.footer-section:nth-child(2) {
  width: 490px;
}
.footer-section:nth-child(3) {
  width: 260px;
  padding-right: 0;
}
.footer-box {
  width: 50%;
  margin-bottom: 25px;
}
.footer-section:nth-child(2) .footer-box{
  width: 35%;
}
.footer-section:nth-child(2) .footer-box:first-child{
  width: auto;
}
.footer-box:last-child {
  margin-bottom: 0;
}
.footer-section:nth-child(3) .footer-box {
  width: 100%;
}
.footer-ttl {
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
.footer-ttl:not(:first-child){
  margin-top: 20px;
}
.footer-list {
  font-size: 12px;
}
.footer-list &gt; li {
  margin-top: 10px;
  line-height: 1.5;
}
.footer-list a {
  color: #fff;
}
.footer-sub-list {
  margin-top: 3px;
}
.footer-sub-list &gt; li {
  display: inline-block;
  padding: 0 5px 0 10px;
  border-left: #bababa 1px solid;
  line-height: 1;
}
.footer-sub-list &gt; li:first-child {
  padding-left: 0;
  border-left: 0;
}
.footer-sub-list &gt; li:last-child {
  padding-right: 0;
}
.footer-bottom {
  padding: 15px;
  background: #313131;
}
.footer-copyright {
  margin-top: 10px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/* ボトムリスト */
.nav-assist {
  text-align: center;
}
.nav-assist li {
  display: inline-block;
  padding: 0 10px 0 13px;
  border-left: #929292 1px dotted;
  font-size: 12px;
  line-height: 1.2;
}
.nav-assist li:first-child {
  border-left: 0;
}
.nav-assist a {
  color: #fff;
}

}
/*PC用 e*/

/*SP用 s*/
@media(max-width:768px){
  .forPC {display: none!important;}

  .balloon-favorite {
    position: fixed;
    display: none;
    width: 30vw;
    top: 12.5vw;
    right: 6vw;
  }

/* レイアウト
---------------------------------------------------------- */
.mode-pc {
  display: none;
}

.section {
  margin: 0 0.63rem 1.88rem;
}
.section-txt {
  margin: 0.94rem 0.32rem;
}

/* パンくず
---------------------------------------------------------- */
.topicpath {
  margin: 0;
  padding: 0.63rem;
  font-size: 0.5rem;
  line-height: 1.5;
}
.topicpath ul {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.topicpath li {
  display: inline-block;
  margin-right: 10px;
}
.topicpath li:last-child a {
  padding-right: 0;
  background: none;
}
.topicpath a {
  padding-right: 14px;
  background: url("/common2014/img/ico_topicpath.png") no-repeat right center;
  text-decoration: none;
}
.topicpath a:hover {
  text-decoration: underline;
}

/* テキスト
-----------------------------------*/
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-blue {
  color: #0c3f81;
}

/* 大見出し
---------------------------------------------------------- */
.ttl-heading {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.63rem 0.63rem 0.5rem;
  border-bottom: #ececec 4px solid;
  font-size: 1.07rem;
}
.ttl-heading::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 75px;
  height: 4px;
  background: #1e5fb3;
  content: "";
}
.ttl-heading .note {
  display: block;
  color: #666;
  font-size: 0.63rem;
  line-height: 1;
}

/* ボタン
---------------------------------------------------------- */
.box-btn {
  margin: 1.88rem 0;
}

/* サイドボタン */
.btn-side {
  display: block;
  position: relative;
  margin: 0.94rem;
  padding: 0.94rem;
  transition: .2s ease;
  border: #92aed3 1px solid;
  background: #fff;
}
.btn-side::after {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: #53b8dd 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}
.btn-side:hover {
  background: #dff7ff;
  text-decoration: none;
}

/* リンク
---------------------------------------------------------- */
.box-link-more {
  margin: 0.63rem 0 0;
}

.link-more {
  display: block;
  position: relative;
  padding: 16px 16px 15px;
  border: #007ad6 1px solid;
  color: #007ad6;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.link-more::after {
  display: block;
  width: 10px;
  height: 10px;
  border: #007ad6 1px solid;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
}

/* リンクリスト
---------------------------------------------------------- */
/* リスト01 */
.list-link01 {
  margin: 0.94rem 0;
}
.list-link01-item {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
}
.list-link01-item::before {
  display: block;
  width: 0;
  height: 0;
  border: #53b8dd 3px solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #53b8dd;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
}

/* リスト02 */
.list-link02 {
  font-size: 0.63rem;
}
.list-link02-item {
  display: inline-block;
  line-height: 1;
}
.list-link02-item:first-child {
  padding-left: 0;
  border: 0;
}
.list-link02 a {
  display: inline-block;
  margin: 1px 0 2px;
  padding: 0.32rem 0.63rem;
  border-radius: 2px;
  background: #e5f0ff;
  text-decoration: none;
}

/* タグリスト
---------------------------------------------------------- */
.list-tag {
  line-height: 1;
}
.list-tag-area, .list-tag-category, .list-tag-new {
  display: inline-block;
  padding: 3px 5px 2px;
  border: #313131 1px solid;
  background: #313131;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.list-tag-category {
  border-color: #e2276e;
  background: #fff;
  color: #e2276e;
}
.list-tag-new {
  border-color: #e2276e;
  background: #e2276e;
}

/* アイコン
---------------------------------------------------------- */
.ico-new {
  display: inline-block;
  padding: 3px 10px 2px;
  border: #e2276e 1px solid;
  background: #e2276e;
  color: #fff;
  font-size: 0.63rem;
  line-height: 1;
  vertical-align: middle;
}
.menu-mypage .ico-new {
  margin-top: -2px;
  margin-left: 5px;
}

/* レスポンシブHEADER SP
--------------------------------- */
.header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 998;
}
.header a {text-decoration: none;}
.header-lead {
  display: none;
}
.header-inner {
  position: relative;
  height: 14.6vw;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(207, 222, 232, 0.4);
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 44vw;
  height: auto;
}
.header-link {
  border-left: #cfdee8 1px solid;
  position: absolute;
  top: 0;
  width: 14.9vw;
  height: 14.6vw;
}
.header-link.header-link__favorite {right: 14.9vw;}
.header-link.header-link__favorite .favorite-count {
  background: #f00;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 3px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-decoration: none;
  min-width: 1.5em;
  height: 1.5em;
}
.header-link.header-link__search {right: calc(29.8vw + 1px);}
.header-menu {
  position: fixed;
  top: 14.6vw;
  left: 100%;
  width: 100vw;
  height: calc(100% - 14.6vw);
  transition: .2s ease;
  border-top: #cfdee8 1px solid;
  background: #f7f7f7;
  z-index: 99;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.header-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.9vw;
  height: 14.6vw;
  padding-top: 9.5vw;
  transition: .3s ease;
  border-left: #cfdee8 1px solid;
  background: #f6f9fb;
  color: #7792a4;
  font-size: 2.6vw;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}
.header-menu-btn::before {
  -webkit-animation: btnSize 0.5s forwards;
  animation: btnSize 0.5s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  top: 2.6vw;
  left: 50%;
  width: 6.13vw;
  height: 6.13vw;
  margin-left: -3vw;
  transition: .2s ease;
  background: url("/common2014/img/ico_header_menu_sp.png") no-repeat 0 0;
  background-size: auto 6.13vw;
  content: "";
}
.header-menu-btn::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  transition: .2s ease;
  background: #fff;
  content: "";
  visibility: visible;
}
.header-menu-btn.js-open {
  border-color: #a1b5c3;
  background: #a1b5c3;
  color: #fff;
  left: 85.1vw;
}
.header-menu-btn.js-open::before {
  -webkit-animation: btnSize-open 0.5s forwards;
  animation: btnSize-open 0.5s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-position: -12.26vw 0;
}
.header-menu-btn.js-open::after {
  background: #a1b5c3;
}
.header-menu-close {
  display: flex;
  justify-content: center;
  height: 18.6vw;
  padding: 4vw;
  background: #333;
  box-sizing: border-box;
}
.header-menu-close-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 48vw;
  border: #fff 1px solid;
  color: #fff;
  font-size: 0.88rem;
  margin: 0 auto;
  line-height: 2.75;
}
.header-menu-close-btn::before,
.header-menu-close-btn::after {
  left: 2vw;
  width: 4vw;
  border-top: #fff 3px solid;
  content: "";
  position: absolute;
  top: 50%;
}
.header-menu-close-btn::before {transform: skewY(-45deg);}
.header-menu-close-btn::after {transform: skewY(45deg);}

/* 機能ナビゲーション */
.nav-function {
  padding: 0.94rem 1.25rem;
  background: #f7f7f7;
}
.nav-function-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.nav-function-list::after {
  display: none;
}
.nav-function li {
  width: calc((100% - 1.25rem) / 2);
}
.nav-function-new, .nav-function-mypage, .nav-function-login, .nav-function-logout {
  display: block;
  padding: 0.63rem 0;
  border: #ff9d14 2px solid;
  border-radius: 4px;
  font-size: 1rem;
  text-align: center;
}
.nav-function-new:hover, .nav-function-mypage:hover, .nav-function-login:hover, .nav-function-logout:hover {
  text-decoration: none;
}
.nav-function-new, .nav-function-mypage {
  background: #ff9d14;
  color: #fff;
}
.nav-function-login, .nav-function-logout {
  background: #fff;
  color: #ff9d14;
}

/* 求人件数 */
.header-status {
  display: flex;
  background: #313131;
}
.header-status li {
  display: flex;
  width: calc(100% / 2);
  border-left: #4d4d4d 1px solid;
}
.header-status li:first-child {
  border-left: 0;
}
.header-status a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.63rem 0.32rem;
  background: #313131;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}
.header-status a:hover {
  text-decoration: none;
}
.header-status-ttl-recent, .header-status-ttl-check, .header-status-ttl-search {
  font-size: 0.75rem;
}
.header-status-number {
  margin-top: 0.19rem;
  color: #d1b30b;
  font-size: 0.88rem;
}
.header-status-count {
  padding-right: 3px;
  font-size: 1.13rem;
  font-weight: bold;
  text-decoration: underline;
}

/* グローバルナビゲーション */
.nav-global {
  border-bottom: #4d4d4d 1px solid;
}
.nav-global-list {
  border-top: #4d4d4d 1px solid;
}
.nav-global-ttl, .nav-global-ttl-first {
  display: block;
  position: relative;
  padding: 0.82rem 2.19rem 0.82rem 1.25rem;
  background: #808080;
  color: #fff;
  font-size: 1rem;
}
.nav-global-ttl:hover, .nav-global-ttl-first:hover {
  text-decoration: none;
}
.nav-global-ttl::after {
  display: block;
  width: 0.63rem;
  height: 0.63rem;
  border: #fff 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 1.57rem;
  margin-top: -0.21rem;
  transform-origin: 75% 25%;
}
.nav-global-ttl.js-open {
  font-weight: bold;
}
.nav-global-ttl-first::after {
  display: block;
  width: 0.63rem;
  height: 0.63rem;
  border: #fff 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 1.57rem;
  margin-top: -0.37rem;
}
.nav-global-panel {
  display: none;
}

/* グローバル内リスト */
.list-global {
  background: #a3a3a3;
}
.list-global &gt; li {
  border-top: #808080 1px solid;
}
.list-global &gt; li &gt; a {
  display: block;
  position: relative;
  padding: 0.94rem 2.19rem 0.82rem 1.25rem;
  color: #fff;
  font-size: 0.88rem;
}
.list-global &gt; li &gt; a:hover {
  text-decoration: none;
}
.list-global &gt; li &gt; a::after {
  display: block;
  width: 0.63rem;
  height: 0.63rem;
  border: #fff 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 1.57rem;
  margin-top: -0.37rem;
}

/* グローバル内サブリスト*/
.list-sub-global {
  display: flex;
  flex-wrap: wrap;
  margin: 0.19rem 1.25rem 0.94rem;
  border-top: #a3a3a3 1px solid;
  border-left: #a3a3a3 1px solid;
  box-sizing: border-box;
}
.list-sub-global &gt; li {
  display: flex;
  width: 100%;
  border-right: #a3a3a3 1px solid;
  border-bottom: #a3a3a3 1px solid;
  background: #d6d6d6;
  font-size: 0.75rem;
  box-sizing: border-box;
}
.list-sub-global a {
  padding: 0.94rem;
  color: #434343;
}
.list-sub-global a:hover {
  text-decoration: none;
}
.list-sub-global-short &gt; li {
  width: 50%;
}

/* PC用マイページTOP */
.header-mypage-link {
  display: none;
}

/* エリア別求人 */
.header-area {
  padding: 0.63rem 0.63rem 0.94rem;
  background: #f7f7f7;
}
.header-area-ttl {
  margin: 0 0.63rem 0.5rem;
  color: #434343;
  font-size: 0.88rem;
  font-weight: bold;
}
.header-area-region {
  display: block;
  padding: 0.63rem 0.32rem 0.5rem;
  background: #ececec;
  color: #434343;
  font-size: 0.88rem;
  font-weight: bold;
  text-align: center;
}
.header-area-list {
  border-top: #ececec 1px solid;
  border-left: #ececec 1px solid;
  width: 100%;
}
.header-area-list a {
  color: #434343;
  display: block;
  text-align: center;
}

/* お問い合わせ電話 */
.header-contact {
  padding: 0.63rem 2.19rem 1.13rem;
  background: #ff9d14;
  color: #fff;
}
.header-contact-ttl {
  margin-bottom: 0.32rem;
  font-size: 0.88rem;
  text-align: center;
}
.header-contact a {
  display: block;
  position: relative;
  height: 8.8vw;
  padding: 0.94rem 0.6vw 1.13rem 0;
  border-radius: 8px;
  background: #fff url("/common2014/img/img_tel_sp.png") no-repeat 49% 50%;
  background-size: 48.8vw 8.8vw;
  color: transparent!important;
  font-size: 10px;
  text-align: center;
  box-shadow: 0 0.19rem 0 0 #cdcdcd;
  overflow: hidden;
}
.header-contact a::after {
  display: block;
  width: 4vw;
  height: 4vw;
  border: #304f89 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  margin-top: -2vw;
}
.area_navi a:link,
.area_navi a:visited {color: #333;}
.area_navi th {background-color: #eee;}
.area_navi td {
  background-color: #fff;
  line-height: 2.5;
  width: calc(100% / 3);
}
.area_navi .row4 td {width: calc(100% / 4);}
.area_navi .row5 td {width: calc(100% / 5);}

/* 若葉アイコン */
.ico_wakaba {
  display: inline-block;
  width: 3vw;
  height: 4.5vw;
  margin: -2px 8px 0 0;
  background: url("/common2014/img/icon_wakaba.png") no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

.footer {
  position: relative;
  margin-top: 6.25rem;
  background: #808080;
}
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem 1.44rem;
  background: #f4f4f5;
}
.footer-contact::after {
  display: none;
}
.footer-contact-ttl {
  color: #434343;
  font-size: 3.47vw;
  font-weight: bold;
  line-height: 1.3;
}
.footer-contact a {
  position: relative;
  width: 66.6vw;
  height: 8.8vw;
  padding: 4vw 0 4.8vw;
  border-radius: 8px;
  background: #fff url("/common2014/img/img_tel_sp.png") no-repeat 40% 50%;
  background-size: 48.8vw 8.8vw;
  color: transparent;
  font-size: 10px;
  text-align: center;
  box-shadow: 0 0.19rem 0 0 #dfdfdf;
  overflow: hidden;
}
.footer-contact a::after {
  display: block;
  width: 4vw;
  height: 4vw;
  border: #304f89 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  margin-top: -2vw;
}
.footer-section {
  padding: 1.25rem 0.63rem 0;
  border-top: #bcbcbc 1px dotted;
}
.footer-section:first-child {
  border-top: 0;
}
.footer-box {
  margin-bottom: 1.57rem;
}
.footer-ttl {
  margin: 0 0.63rem;
  color: #333;
  font-size: 0.82rem;
  font-weight: bold;
}
.footer-ttl:not(:first-child){
  margin-top: 1.57rem;
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
.footer-list &gt; li {
  width: 50%;
  margin-top: 0.63rem;
  padding-left: 0.63rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.footer-section:nth-child(3) .footer-list &gt; li {
  width: 100%;
}
.footer-list a {
  color: #fff;
}
.footer-sub-list &gt; li {
  display: inline-block;
  margin-top: 0.63rem;
  padding: 0 0.63rem 0 0.82rem;
  border-left: #bababa 1px solid;
  line-height: 1.5;
}
.footer-sub-list &gt; li:first-child {
  padding-left: 0;
  border-left: 0;
}
.footer-sub-list &gt; li:last-child {
  padding-right: 0;
}
.footer-bottom {
  padding: 1.25rem 0 0;
  background: #313131;
}
.footer-copyright {
  margin-top: 1.25rem;
  padding: 0.63rem;
  background: #f08226;
  color: #fff;
  font-size: 0.63rem;
  text-align: center;
}

/* ボトムリスト */
.nav-assist {
  margin: 0 0.94rem;
  text-align: center;
}
.nav-assist li {
  display: inline-block;
  margin-top: 0.63rem;
  padding: 0 0.82rem 0 0.63rem;
  border-right: #929292 1px dotted;
  font-size: 12px;
  line-height: 1;
}
.nav-assist li:last-child {
  border-right: 0;
}
.nav-assist a {
  color: #fff;
}

@keyframes btnSize {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes btnSize-open {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes bar01 {
  0% {
    transform: translateY(0.38rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.38rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes bar01-open {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.38rem) rotate(0);
  }
  100% {
    transform: translateY(0.38rem) rotate(-45deg);
  }
}
.header__SNS {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin: 24px 16px;
  padding: 16px;
}
.hamburger-SNS__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.hamburger-SNS__title__icon {
  margin-right: 5px;
  width: auto;
  height: 1.75em;
}
.hamburger-SNS__title__text {
  font-size: 20px;
  font-weight: bold;
}
.hamburger-SNS__content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.hamburger-SNS__content__text {
  margin: 0 auto 5px;
  text-align: left;
  width: fit-content;
}
.hamburger-SNS__content__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.hamburger-SNS__content__X {
  background: #000;
  border-radius: 100px;
}
.hamburger-SNS__content__X .hamburger-SNS__content__icon {
  width: auto;
  height: 55%;
}
.hamburger-SNS__content__icon {
  display: block;
  width: 50px;
  height: 50px;
}
.header__igyo-syokei {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin: 16px;
  padding: 10px 0;
}
.header__igyo-syokei__text {
  color: #333;
  font-weight: bold;
  margin-left: 30px;
}
.header__igyo-syokei__icon {
  margin-bottom: 0.3em;
  margin-left: 30px;
  width: 1.2em;
  height: auto;
}
  }
/*SP用 e*/</pre></body></html>