@charset "UTF-8";
/* --------------------------------
  ブラウザスタイル解除
-------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
  margin: 0;
  padding: 0;
}
fieldset,img{border: 0;}
address,caption,cite,code,dfn,th,var{
  font-style: normal;
  font-weight: normal;
}
ol,ul{list-style: none;}
caption,th{text-align: left;}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
table {border-collapse: collapse;}
/* --------------------------------
  HTML要素
-------------------------------- */
body{
  background: #fff;
  color: #333;
  font-size: 75%;
  font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  word-break: break-all;
}
a{color: var(--primary-color);}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover {text-decoration: none;}
a:active{text-decoration: underline;}
img{
  border: 0;
  vertical-align: bottom;
}
/* --------------------------------
  パンくず
-------------------------------- */
#breadcrumbs,
#topicpath{
  margin: 0;
  line-height: 1.35;
  width: 100%;
}
#breadcrumbs a:hover,
#topicpath a:hover{text-decoration: underline;}
#breadcrumbs dt,
#topicpath dt{display: none;}
#breadcrumbs ul li,
#topicpath ul li{
  display: inline;
  margin-right: 10px;
}
#breadcrumbs ul li a,
#topicpath ul li a{
  background: url("../../../common2014/img/icn_link-topicpath.png") no-repeat right center;
  padding-right: 14px;
}
#breadcrumbs ul li:last-child a,
#topicpath ul li:last-child a{
  background: none;
  padding-right: 0;
}
/* --------------------------------
  見出し
-------------------------------- */
.hdTxt02-01{
  border-top: 4px solid #ececec;
  font-size: 216.67%;
  font-weight: bold;
  line-height: 1;
  padding: 0.58em 0 0.4em;
  position: relative;
}
.hdTxt02-01:after{
  background: var(--primary-color);
  content:'';
  display:block;
  position: absolute;
  top: -4px;
  left: 0px;
  height: 4px;
  width: 55px;
}
.hdTxt03-02 {
  background: #e4ebf5;
  font-size: 116.67%;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1em;
  padding: 8px;
}
.hdTxt03-02 span {
  border-left: 4px solid var(--primary-color);
  display: block;
  line-height: 1.5;
  padding-left: 9px;
}
.section {margin-bottom: 3em;}
/* --------------------------------
  table
-------------------------------- */
table.dataTable01.full {width: 100%;}
table.dataTable01 th,
table.dataTable01 td {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 0.6em 10px;
  vertical-align: top;
  word-wrap: break-word;
}
table.dataTable01 th {background-color: #f4f4f4;}
/* --------------------------------
  求人系
-------------------------------- */
ul.icnTxtList01 li {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  font-size: 83.33%;
  letter-spacing: normal;
  line-height: 1.7;
  margin-right: 1px;
  padding: 0 2px;
  text-align: center;
}
/* --------------------------------
  メインカラム
-------------------------------- */
.main {
  width: 670px;
  float: left;
}
.close_msg{
  border: 1px solid #e2276e;
  color: #e2276e;
  font-size: 30px;
  background-color: #ffe9fb;
  text-align: center;
  margin: 0.5em 0 1em 0;
  width: 100%;
}
.errormemo{
  color: red;
}
/* PC用 s*/
@media(min-width:769px){
  #basemain {
    margin: 0 auto 5em;
    width: 1000px;
  }
  #contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #primary {width: 670px;}
  #side {width: 300px;}
  #breadcrumbs ul,
  #topicpath ul {padding: 0.9em 0;}
  .forSP{
    display:none;
  }
}
/* PC用 e*/
/* SP用 s*/
@media(max-width: 768px){
  body {font-size: 3.2vw;}
  img {
    max-width: 100%;
    height: auto;
  }
  /* --------------------------------
    パンくず
  -------------------------------- */
  #breadcrumbs ul,
  #topicpath ul{
    font-size: 0.8em;
    padding: 0.9em;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;  /* 慣性スクロール */
  }

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

  .section {
    margin: 0 0.63rem 1.88rem;
  }
  .section-txt {
    margin: 0.94rem 0.32rem;
  }
  /* --------------------------------
    メインカラム
  -------------------------------- */
  .main {
    width: auto;
    float: none;
  }

  /* テキスト
  -----------------------------------*/
  .txt-center {
    text-align: center;
  }
  .txt-left {
    text-align: left;
  }
  .txt-right {
    text-align: right;
  }
  .txt-blue {
    color: var(--primary-color);
  }

  /* 大見出し
  ---------------------------------------------------------- */
  .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: var(--primary-color);
    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
  --------------------------------- */
  /* 機能ナビゲーション */
  .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: var(--primary-color) 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: var(--primary-color);
    color: #fff;
  }
  .nav-function-login, .nav-function-logout {
    background: #fff;
    color: var(--primary-color);
  }

  /* 求人件数 */
  .header-status {
    display: flex;
    background: #313131;
  }
  .header-status li {
    display: flex;
    width: calc(100% / 3);
    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(135deg);
    content: "";
    position: absolute;
    top: 50%;
    right: 1.57rem;
    margin-top: -0.21rem;
    transform-origin: 75% 25%;
    transition: .2s ease;
  }
  .nav-global-ttl.js-open {
    font-weight: bold;
  }
  .nav-global-ttl.js-open::after {
    transform: rotate(-45deg);
  }
  .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 > li {
    border-top: #808080 1px solid;
  }
  .list-global > li > a {
    display: block;
    position: relative;
    padding: 0.94rem 2.19rem 0.82rem 1.25rem;
    color: #fff;
    font-size: 0.88rem;
  }
  .list-global > li > a:hover {
    text-decoration: none;
  }
  .list-global > li > 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 > 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 > 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;
  }
  .header-area-list a {
    padding: 0.63rem 0.32rem;
    background: #fff;
    color: #434343;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
  }

  /* お問い合わせ電話 */
  .header-contact {
    padding: 0.63rem 2.19rem 1.13rem;
    background: var(--primary-color);
    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("../../../common/img/responsive/img_tel_sp.png") no-repeat 49% 50%;*/
    background-size: 48.8vw 8.8vw;
    color: transparent;
    font-size: 10px;
    text-align: center;
    box-shadow: 0 0.19rem 0 0 #aac1de;
    overflow: hidden;
  }
  .header-contact a::after {
    display: block;
    width: 4vw;
    height: 4vw;
    border: var(--primary-color) 1px solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    margin-top: -2vw;
  }

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

  /* レスポンシブ FOOTER
  .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: 0;
    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;
  }
  .pagetop.js-fixed {
    position: fixed;
    top: auto;
    bottom: 0;
  }
  .pagetop.js-fixed .pagetop-link {
    top: 0;
    background: rgba(128, 128, 128, 0.7);
    color: #fff;
  }
  .pagetop.js-fixed .pagetop-link::after {
    border-color: #fff;
  }
  .pagetop.js-display .pagetop-link {
    top: -70px;
  }

  .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("../../../common/img/responsive/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: var(--primary-color) 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-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
  }
  .footer-list > 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 > li {
    width: 100%;
  }
  .footer-list a {
    color: #fff;
  }
  .footer-sub-list > 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 > li:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .footer-sub-list > 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: var(--primary-color);
    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);
    }
  }
  .errormemo{
    font-size: 14px;
  }
}
/* SP用 e*/
.regist_date {
  display: none;
}