@charset "UTF-8";

.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;
}
#hd_login_link {
  position: relative;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*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;;}
/* レスポンシブHEADER
--------------------------------- */
.header {
  position: relative;
  min-width: 1000px;
  z-index: 1000;
  background-color: #fff;
}
.header-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.header-lead {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  width: 620px;
}
.header-logo {
  width: 330px;
  height: 27px;
  margin-top: 15px;
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo img {
  width: 339px;
  height: 27px;
}
.header-menu-btn, .header-menu-close {
  display: none;
}
.header-float {
  height: 72px;
}
.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);
}

/* 機能ナビゲーション */
.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 {
  background: #fff;
  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: var(--primary-color)!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: var(--primary-color);
  color: #fff!important;
  text-decoration: none;
}

/* 求人件数 */
.header-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(239, 238, 232);
  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: 32px;
  padding: 0 10px;
  transition: .2s ease;
  line-height: 32px;
}
.header-status-ttl-recent, .header-status-ttl-check, .header-status-ttl-search {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 22px;
  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;
  background-size: 16px;
}
.header-status-ttl-check::before {
  background: url("../../../common2014/img/icn_status-check.png") no-repeat left center;
  background-size: 16px;
}
.header-status-ttl-search::before {
  background: url("../../../common2014/img/icn_status-search.png") no-repeat left center;
  background-size: 16px;
}
.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: #e2276e;
  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: var(--primary-color);
  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: var(--primary-color);
  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: var(--primary-color) 3px solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent var(--primary-color);
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  transition: .2s ease;
}
.header-mypage-link a:hover {
  background: var(--primary-color);
  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: 2px 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: var(--primary-color);
  color: #fff!important;
  text-decoration: none;
}

.nav-global-list:hover .nav-global-ttl-first {
  background: #f5faff;
  color: var(--primary-color);
  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 > li {
  position: relative;
  margin-top: 1px;
  padding-left: 10px;
}
.list-global > li:first-child {
  margin-top: 0;
}
.list-global > 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 > 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;
  padding: 5px 20px;
  border-left: #bcbcbc 1px dotted;
  box-sizing: border-box;
}
.footer-section:first-child {
  width: 320px;
  padding-left: 0;
  border-left: 0;
}
.footer-section:nth-child(2) {
  width: 390px;
}
.footer-section:nth-child(3) {
  width: 290px;
  padding-right: 0;
}
.footer-box {
  width: 50%;
  margin-bottom: 25px;
}
.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-list {
  font-size: 12px;
}
.footer-list > li {
  margin-top: 10px;
  line-height: 1.5;
}
.footer-list a {
  color: #fff;
}
.footer-sub-list {
  margin-top: 3px;
}
.footer-sub-list > li {
  display: inline-block;
  padding: 0 5px 0 10px;
  border-left: #bababa 1px solid;
  line-height: 1;
}
.footer-sub-list > li:first-child {
  padding-left: 0;
  border-left: 0;
}
.footer-sub-list > li:last-child {
  padding-right: 0;
}
.footer-bottom {
  padding: 15px;
  background: var(--primary-color);
}
.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;
}
.nav-global-ttl-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin: 8px 5px;
  transition: .2s ease;
  background: #fff;
  color: #333!important;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.uploadProgress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 36px;
  height: 35px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
}
.uploadProgress--0 {background-image: radial-gradient(#f2f2f2 54%, transparent 55%), conic-gradient(#2ab2f9 0% 0%, #d9d9d9 0% 100%);}
.uploadProgress--20 {background-image: radial-gradient(#f2f2f2 54%, transparent 55%), conic-gradient(#2ab2f9 0% 20%, #d9d9d9 20% 100%);}
.uploadProgress--40 {background-image: radial-gradient(#f2f2f2 54%, transparent 55%), conic-gradient(#2ab2f9 0% 40%, #d9d9d9 40% 100%);}
.uploadProgress--60 {background-image: radial-gradient(#f2f2f2 54%, transparent 55%), conic-gradient(#2ab2f9 0% 60%, #d9d9d9 60% 100%);}
.uploadProgress--80 {background-image: radial-gradient(#f2f2f2 54%, transparent 55%), conic-gradient(#2ab2f9 0% 80%, #d9d9d9 80% 100%);}
.uploadProgress--100 {background-image: radial-gradient(#f2f2f2 54%, transparent 55%), conic-gradient(#2ab2f9 0% 100%, #d9d9d9 100% 100%);}
.loginTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 40px;
  width: 1000px;
}
.doctorName {
  border-bottom: 4px solid #ececec;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
}
.doctorName span {
  font-size: 22px;
}
.loginTop__left {
  width: 530px;
  height: auto;
}
.loginTop__right {
  width: 450px;
  height: auto;
}
.loginTop__left__inner #newoffer .newoffer_contents {
  background: #eee;
  margin-top: 50px;
  position: relative;
}
.loginTop__left__inner #newoffer #tab_selecter {
  position: absolute;
  top: -36px;
  left: 0;
  margin: 0;
}
.loginTop__left__inner #newoffer #tab_selecter a {
  align-items: flex-end;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  width: 250px;
  height: 36px;
}
.loginTop__left__inner #newoffer #tab_selecter a:before {
  content: none;
}
.loginTop__left__inner #newoffer #tab_selecter .current {
  background: #eee;
}
.loginTop__left__inner #newoffer {
  margin: 10px 0;
  width: -webkit-fill-available;
  line-height: 1.75;
}
.loginTop__left__inner #newoffer .slider__contents {
  padding: 0 40px;
}
.loginTop__left__inner .newoffer_contents:before {
  left: 20px;
  content: "<";
}
.loginTop__left__inner .newoffer_contents:after {
  content: ">";
  right: 20px;
}
.loginTop__left__inner .newoffer_contents:before,
.loginTop__left__inner .newoffer_contents:after {
  background: #aaa;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  position: absolute;
  top: 15px;
  width: 20px;
  height: 210px;
  z-index: 100;
}
.loginTop__left__inner .bottom_more_search {
  background: #5f93c4;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 0 8px;
  position: relative;
  z-index: 10;
  width: 72px;
}
.loginTop__left__inner .bottom_more_search:after {
  content: "";
  border: solid 1px #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.loginTop__left__inner #newoffer .slider__nav + label {
  margin: 0 12px 4px;
}
.loginTop__left__inner #newoffer .slider {
  height: 250px;
}
.loginTop__left__inner #newoffer .bottom_more_link a {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px #aaa;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
  padding: 10px 30px;
  position: relative;
  width: fit-content;
}
.doctorName:after {
  background: var(--primary-color);
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 150px;
  height: 4px;
}
.loginTop__label {
  background: #284f8d;
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 10px;
}
.loginTop__labelBottom {
  font-size: 16px;
}
.loginTop__right__link {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  width: -webkit-fill-available;
}
.loginTop__right__itemName {
  font-size: 14px;
  margin: 0 auto 0 10px;
}
.loginTop__right__itemName span {
  font-size: 18px;
  line-height: 1.75;
}
.tilelink__ico {
  height: 46px;
}
.loginTop__right__progress p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 46px;
  height: 46px;
  font-size: 12px;
  font-weight: 700;
  background-image: radial-gradient(#f2f2f2 54%, transparent 55%), conic-gradient(#2ab2f9 0% 25%, #d9d9d9 25% 100%);
  border-radius: 50%;
}
.loginTop__right__progress p:last-child {
  margin-top: 5px;
  text-align: center;
}
.loginTop__right__inner {
  background: #eee;
  padding: 20px;
}
.loginTop__right__item {
  box-shadow: 0 3px 5px #ccc;
  margin-bottom: 15px;
}
.loginTop__right__mypage {
  background: #5f93c4;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px #aaa;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
  padding: 15px;
  position: relative;
  width: 300px;
}
.loginTop__right__mypage:after {
  content: "";
  border: solid 1px #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
}
}
/*PC用 e*/

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

/* レイアウト
---------------------------------------------------------- */
.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: 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
--------------------------------- */
.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%);
}
.header-logo a {
  display: block;
  width: 65.3vw;
}
.header-logo img {
  width: 65.3vw;
}
.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: var(--primary-color);
  z-index: 99;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.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: var(--primary-color);
  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;
}
.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: 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: var(--primary-color);
}
.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: var(--primary-color);
  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: #fff;
  color: #333;
  font-size: 1rem;
}
.forPC.nav-global-ttl {
  display: none;
}
.nav-global-ttl:hover {
  text-decoration: none;
}
.nav-global-ttl::after {
  display: block;
  width: 0.63rem;
  height: 0.63rem;
  border: #333 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 > 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;
  width: 100%;
}
.header-area-list a {
  color: #434343;
  display: block;
  text-align: center;
}

/* お問い合わせ電話 */
.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("../../../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 #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;
}
.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: 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);
  }
}
.header-login {
  position: absolute;
  top: 0;
  right: 14.9vw;
  left: 70.2vw;
}
.header-login__btn {
  background: #f6f9fb url("../../../common2014/img/icon_header_login.svg") no-repeat center 2.6vw;
  background-size: 42%;
  border-left: #cfdee8 1px solid;
  box-sizing: border-box;
  color: #7792a4;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2.6vw;
  padding-top: 9.5vw;
  width: 14.9vw;
  height: 14.6vw;
}
  }
/*SP用 e*/

.header-buttons {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-flex;
  gap: 10px;
}

.header-buttons > div {
  height: 37px;
}

.header-buttons .register a {
  background: linear-gradient(to bottom, #dc3674, #af1042, #c61754);
  border-top: solid 1px #b9134b;
  border-right: solid 1px #9e1242;
  border-bottom: solid 1px #84103a;
  border-left: solid 1px #9e1242;
  border-radius: 5px;
  box-shadow: 0 2px 1px #ea6797 inset, 0 2px 4px #aaa;
  box-sizing: border-box;
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: bold;
  padding-right: 2px;
  position: relative;
  width: 140px;
  height: 100%;
  text-decoration: none;
}

.header-buttons .register a span {
  background: #fff;
  border-radius: 10em;
  color: #d01b5d;
  box-shadow: 0 1px 1px #4f152a inset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 0.5em;
  height: 30px;
  width: 30px;
}

.header-buttons .login a {
  background: linear-gradient(to bottom, #fff, #ececec 50%, #e0e0e0 51%, #e4e3e3);
  border: solid 1px #8ba2c1;
  border-radius: 5px;
  box-shadow: 0 2px 4px #a6afbe;
  color: var(--primary-color)!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  width: 140px;
  height: 100%;
  text-decoration: none;
}

.header-buttons a:hover {
  opacity: 0.8;
}