@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
body {
  color: #363636; }

.home h2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  position: relative; }

a:hover {
  opacity: 0.7; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.pc__only {
  display: block; }

.sp__only {
  display: none; }

.pc__only__il {
  display: inline; }

.sp__only__il {
  display: none; }

img .pc__only {
  display: inline; }

.container {
  padding-top: 113px; }

.renew__container {
  margin: 0 auto;
  width: 1240px; }
  .renew__container .contents {
    padding: 0 50px; }

.renew__container__narrow {
  margin: 0 auto;
  width: 1000px; }

.slide {
  display: block; }

.site-header {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s; }
  .site-header.active {
    background: rgba(255, 255, 255, 0.7); }
  .site-header .header-main {
    background: rgba(255, 255, 255, 0.75); }
  .site-header .c-inner {
    position: relative;
    width: 1140px;
    padding: 13px 0;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .site-header .c-inner .hd-info {
      width: auto; }
  .site-header .site-logo {
    float: none; }
    .site-header .site-logo a {
      padding-top: 0; }
      .site-header .site-logo a img {
        width: auto; }
  .site-header .g__nav {
    padding-top: 5px; }
    .site-header .g__nav ul {
      display: flex; }
      .site-header .g__nav ul li {
        position: relative; }
        .site-header .g__nav ul li::after {
          content: "｜";
          right: 0; }
        .site-header .g__nav ul li:last-child::after {
          content: none; }
        .site-header .g__nav ul li a, .site-header .g__nav ul li span {
          color: #363636;
          font-weight: bold;
          position: relative; }
          .site-header .g__nav ul li a:hover, .site-header .g__nav ul li span:hover {
            text-decoration: none;
            opacity: 1; }
            .site-header .g__nav ul li a:hover::after, .site-header .g__nav ul li span:hover::after {
              content: "";
              position: absolute;
              background: #ffc830;
              width: 75px;
              height: 3px;
              bottom: -5px;
              left: calc(50% - 37px); }
        .site-header .g__nav ul li span:hover {
          cursor: pointer; }
      .site-header .g__nav ul .parent .child {
        display: block;
        position: absolute;
        top: 25.6px;
        left: -30px;
        padding-top: 41px;
        background: transparent;
        width: 10em; }
        .site-header .g__nav ul .parent .child li {
          overflow: hidden;
          height: 0;
          background: rgba(255, 255, 255, 0.7);
          padding: 0 1em; }
          .site-header .g__nav ul .parent .child li::after {
            content: none; }
          .site-header .g__nav ul .parent .child li a {
            display: block; }
            .site-header .g__nav ul .parent .child li a:hover::after {
              content: none; }
          .site-header .g__nav ul .parent .child li:hover {
            background: white;
            transition: all 0.3s; }
      .site-header .g__nav ul .parent:hover li {
        overflow: visible;
        height: 2em;
        border-bottom: 2px solid #ccc; }
        .site-header .g__nav ul .parent:hover li:last-child {
          border: none; }
  .site-header .header__btn__entry {
    display: none;
    position: absolute;
    right: 0; }
    .site-header .header__btn__entry a {
      color: #fff;
      font-weight: bold;
      display: block;
      padding: 5px 20px;
      background: linear-gradient(to right, #f83700, #fab01c);
      transition: all 0.3s;
      border-radius: 20px; }
      .site-header .header__btn__entry a:hover {
        text-decoration: none;
        background: linear-gradient(to left, #f83700, #fab01c); }

.top__links {
  padding: 50px 0; }
  .top__links .links__container {
    width: 810px;
    margin: 0 auto; }
    .top__links .links__container ul {
      display: flex;
      justify-content: space-between; }

.top__image {
  position: relative; }
  .top__image p {
    position: relative; }
    .top__image p img {
      width: 100%; }
    .top__image p::before {
      position: absolute;
      left: 0;
      bottom: -145px;
      content: url(/assets-renew/img/top/bg-top.png);
      mix-blend-mode: multiply; }
  .top__image .scroll__icon {
    position: absolute;
    left: calc(50% - 12px);
    bottom: -25px;
    color: #e5e5e5;
    font-size: 0.8rem; }
    .top__image .scroll__icon .scroll__icon__img {
      background: url(/assets-renew/img/common/icon-scroll-new.png) 2px center no-repeat;
      padding: 8px 12px 8px 8px;
      position: relative;
      display: inline-block; }
      .top__image .scroll__icon .scroll__icon__img::after {
        content: ".";
        font-size: 1.5rem;
        position: absolute;
        line-height: 0;
        top: 0;
        animation-name: goDown;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: ease; }
@keyframes goDown {
  100% {
    top: 6px; } }
.top__new {
  padding: 50px 0;
  margin-top: -7px;
  background: linear-gradient(to right, rgba(248, 54, 0, 0.8), rgba(250, 204, 34, 0.8)); }
  .top__new h2 {
    padding-top: 80px;
    color: white;
    font-size: 2.4rem; }
    .top__new h2::before {
      position: absolute;
      content: url(/assets-renew/img/common/h-new1.png);
      top: 0;
      left: calc(50% - 16px); }
  .top__new .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 100%);
    z-index: 1; }
  .top__new .slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 90%;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%); }
  .top__new .slide .slick-prev {
    left: -5px;
    z-index: 1; }
    .top__new .slide .slick-prev::before {
      content: url(/assets-renew/img/common/new-arrow-l.png); }
  .top__new .slide .slick-next {
    right: 10px;
    z-index: 10; }
    .top__new .slide .slick-next::before {
      content: url(/assets-renew/img/common/new-arrow-r.png); }
  .top__new .slide li {
    margin: 0 15px;
    padding: 20px;
    background: #fff;
    position: relative; }
    .top__new .slide li a {
      color: #363636; }
      .top__new .slide li a:hover {
        text-decoration: none; }
    .top__new .slide li .label-wrap {
      display: flex;
      flex-wrap: wrap; }
    .top__new .slide li .label {
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 0 0.6em;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      border-radius: 5px; }
    .top__new .slide li .label-1 {
      background-color: #eb5819; }
    .top__new .slide li .label-2 {
      background-color: #e6b243; }
    .top__new .slide li .label-3 {
      background-color: #c40018; }
    .top__new .slide li .label-4 {
      background-color: #1d2088; }
    .top__new .slide li .ttl {
      font-weight: bold;
      color: #eb5819;
      margin: 10px 0 20px; }
    .top__new .slide li .top__new__info {
      overflow: hidden;
      margin-bottom: 20px; }
      .top__new .slide li .top__new__info dt {
        clear: left;
        float: left;
        width: 6em;
        color: white;
        font-weight: bold;
        background-color: #1b1b1b;
        text-align: center; }
      .top__new .slide li .top__new__info dd {
        padding-left: 6.5em;
        margin-bottom: 10px; }
    .top__new .slide li .top__new__items {
      display: inline-block;
      background: #d9d9d9;
      padding: 0 0.5em;
      font-size: 1.34rem; }
    .top__new .slide li:after {
      content: url(/assets-renew/img/top/icon-more.png);
      position: absolute;
      bottom: 20px;
      right: 20px; }
  .top__new .btn-archive-news {
    text-align: center; }
    .top__new .btn-archive-news a {
      display: inline-block;
      color: #eb5819;
      font-weight: bold;
      border-radius: 2em;
      background: white;
      line-height: 1;
      margin-top: 25px;
      padding: 1em 2em; }
      .top__new .btn-archive-news a:hover {
        text-decoration: none; }

.top__new2 {
  background: #faf0e1; }
  .top__new2 h2 {
    color: #eb5819; }
    .top__new2 h2::before {
      content: url(/assets-renew/img/common/h-new2.png); }
  .top__new2 .btn-archive-news a {
    color: white;
    background: #eb5819; }

.header__btns-inner {
  display: flex;
  justify-content: space-between; }

.header__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff !important;
  font-weight: bold;
  padding: 10px 17px 7px;
  line-height: 1.3;
  transition: all 0.3s;
  border-radius: 20px; }
  .header__btns:first-of-type {
    background: linear-gradient(to right, #f83700, #fab01c);
    margin-right: 5px; }
    .header__btns:first-of-type img {
      width: 20px; }
    .header__btns:first-of-type:hover {
      text-decoration: none;
      background: linear-gradient(to left, #f83700, #fab01c); }
  .header__btns:last-of-type {
    background-color: #06c755; }
    .header__btns:last-of-type img {
      width: 40px; }
    .header__btns:last-of-type:hover {
      text-decoration: none; }
  .header__btns span {
    display: block; }
  .header__btns img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.top__search h2 {
  color: #eb5819;
  padding-top: 60px;
  margin: 50px auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative; }
  .top__search h2::before {
    position: absolute;
    content: url(/assets-renew/img/common/h-search.png);
    top: 0;
    left: calc(50% - 20px); }
.top__search .free__word__search {
  color: #fff;
  background: #eb5819;
  padding-bottom: 10px; }
  .top__search .free__word__search .renew__container {
    text-align: center; }
    .top__search .free__word__search .renew__container .assistive-text {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 2.5; }
    .top__search .free__word__search .renew__container input {
      height: 43px;
      margin-top: -5px; }
      .top__search .free__word__search .renew__container input[type="text"] {
        margin-left: 10px;
        padding: 0 1em;
        width: 48em; }
      .top__search .free__word__search .renew__container input[type="submit"] {
        background: #ad0000;
        border: none;
        cursor: pointer;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold; }
        .top__search .free__word__search .renew__container input[type="submit"]:hover {
          opacity: 0.7; }
    .top__search .free__word__search .renew__container .free__word__search__submit {
      cursor: pointer;
      background: #ad0000;
      display: inline-block;
      position: relative;
      padding: 0.1em 0.8em; }
      .top__search .free__word__search .renew__container .free__word__search__submit::before {
        content: url(/assets-renew/img/common/icon-search.png);
        position: relative;
        top: 7px;
        margin-right: 5px; }
.top__search .custom__search {
  background: #e4e4e4; }
.top__search .custom__search__inner {
  padding: 50px; }
  .top__search .custom__search__inner .contents {
    background: #fff;
    padding: 50px; }
    .top__search .custom__search__inner .contents h3 {
      color: #eb5819;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
      position: relative; }
  .top__search .custom__search__inner .search__title {
    margin: 25px 0 10px;
    color: #eb5819;
    font-weight: bold;
    position: relative; }
    .top__search .custom__search__inner .search__title::before {
      position: relative;
      margin-right: 10px;
      top: 5px; }
  .top__search .custom__search__inner .intro::before {
    content: url(/assets-renew/img/common/icon-intro.png); }
  .top__search .custom__search__inner .job::before {
    content: url(/assets-renew/img/common/icon-job-r.png); }
  .top__search .custom__search__inner .area::before {
    content: url(/assets-renew/img/common/icon-area-r.png); }
  .top__search .custom__search__inner .time::before {
    content: url(/assets-renew/img/common/icon-time-r.png); }
  .top__search .custom__search__inner .commit::before {
    content: url(/assets-renew/img/common/icon-commitment-r.png); }
  .top__search .custom__search__inner .list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto; }
    .top__search .custom__search__inner .list li {
      margin-bottom: 5px; }
    .top__search .custom__search__inner .list .col-4 {
      width: 25%; }
    .top__search .custom__search__inner .list .col-2 {
      width: 50%; }
    .top__search .custom__search__inner .list input {
      margin-right: 5px; }
  .top__search .custom__search__inner .area-list {
    margin: 20px auto;
    width: 100%; }
    .top__search .custom__search__inner .area-list .area-title th {
      font-weight: bold;
      padding-top: 20px; }
    .top__search .custom__search__inner .area-list td {
      width: 50%; }
      .top__search .custom__search__inner .area-list td input {
        margin-right: 5px; }
.top__search .btn-search {
  text-align: center; }
  .top__search .btn-search input {
    display: inline-block;
    color: #fff;
    border: none;
    border-radius: 2em;
    background: linear-gradient(to right, #fab01c, #f83700);
    cursor: pointer;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: 50px;
    padding: 1em 2em; }
    .top__search .btn-search input:hover {
      text-decoration: none;
      opacity: 0.7;
      background: linear-gradient(to left, #fab01c, #f83700); }

.top__news {
  padding: 50px 0; }
  .top__news h2 {
    background: url(/assets-renew/img/common/border.png) left bottom repeat-x;
    color: #eb5819;
    padding: 60px 0 25px; }
    .top__news h2::before {
      position: absolute;
      content: url(/assets-renew/img/common/h-info.png);
      top: 0;
      left: calc(50% - 20px); }
  .top__news a {
    color: #363636; }
  .top__news .btn-archive-news {
    color: #003774; }
  .top__news .news-list {
    margin: 0 auto 25px;
    width: 755px; }
    .top__news .news-list dl {
      overflow: hidden;
      margin-bottom: 10px; }
      .top__news .news-list dl dt {
        float: left; }
      .top__news .news-list dl dd {
        padding-left: 11em; }
  .top__news .label {
    color: #fff;
    font-size: 1.39rem;
    margin: 0 1em 0 0.5em;
    padding: 0 0.5em; }
  .top__news .label-news {
    background: #003774; }
  .top__news .slide__news img {
    width: 100%;
    verticle-align: bottom; }
  .top__news .slide__news .slick-prev {
    left: 15px;
    z-index: 1; }
    .top__news .slide__news .slick-prev::before {
      content: url(/assets-renew/img/common/news-arrow-l.png); }
  .top__news .slide__news .slick-next {
    right: 10px; }
    .top__news .slide__news .slick-next::before {
      content: url(/assets-renew/img/common/news-arrow-r.png); }

.top__contents {
  background: url(/assets-renew/img/common/bg-contents.png);
    background-size: cover; }
  .top__contents h2 {
    padding-top: 60px; }
    .top__contents h2::before {
      position: absolute;
      content: url(/assets-renew/img/common/h-contents.png);
      top: 0;
      left: calc(50% - 22px); }
  .top__contents .renew__container__narrow {
    padding: 50px 0; }
    .top__contents .renew__container__narrow .contents__list {
      background: #fdf2ed;
      padding: 2px 2px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .top__contents .renew__container__narrow .contents__list li {
        background: #fff;
        font-size: 2.67rem;
        font-weight: bold;
        margin-bottom: 2px;
        text-align: center;
        width: 33.2%; }
        .top__contents .renew__container__narrow .contents__list li a {
          display: block;
          min-height: 85px;
          padding-top: 185px;
          width: 100%;
          position: relative; }
          .top__contents .renew__container__narrow .contents__list li a:hover {
            text-decoration: none;
            background: #eb5819;
            color: #fff;
            opacity: 1; }
          .top__contents .renew__container__narrow .contents__list li a::before {
            display: block;
            position: absolute; }
        .top__contents .renew__container__narrow .contents__list li:first-child a::before {
          left: calc(50% - 43px);
          bottom: 125px;
          content: url(/assets-renew/img/common/icon-contents01.png); }
        .top__contents .renew__container__narrow .contents__list li:first-child a:hover::before {
          content: url(/assets-renew/img/common/icon-contents01-o.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(2) a::before {
          left: calc(50% - 41px);
          bottom: 125px;
          content: url(/assets-renew/img/common/icon-contents02.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(2) a:hover::before {
          content: url(/assets-renew/img/common/icon-contents02-o.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(3) a::before {
          left: calc(50% - 14px);
          bottom: 115px;
          content: url(/assets-renew/img/common/icon-contents03.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(3) a:hover::before {
          content: url(/assets-renew/img/common/icon-contents03-o.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(4) a::before {
          left: calc(50% - 31px);
          bottom: 125px;
          content: url(/assets-renew/img/common/icon-contents04.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(4) a:hover::before {
          content: url(/assets-renew/img/common/icon-contents04-o.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(5) a::before {
          left: calc(50% - 43px);
          bottom: 125px;
          content: url(/assets-renew/img/common/icon-contents05.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(5) a:hover::before {
          content: url(/assets-renew/img/common/icon-contents05-o.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(6) a::before {
          left: calc(50% - 26px);
          bottom: 125px;
          content: url(/assets-renew/img/common/icon-contents06.png); }
        .top__contents .renew__container__narrow .contents__list li:nth-child(6) a:hover::before {
          content: url(/assets-renew/img/common/icon-contents06-o.png); }

.infiniteslide_wrap {
  margin: 50px 0; }

.site-footer {
  background: #4d4d4d;
  color: #fff; }
  .site-footer .footer__wrap {
    border-bottom: 1px solid #fff; }
    .site-footer .footer__wrap .footer__employer {
      display: flex;
      justify-content: space-between;
      padding: 50px 0;
      margin: 0 auto;
      width: 1000px; }
      .site-footer .footer__wrap .footer__employer li {
        line-height: 1; }
      .site-footer .footer__wrap .footer__employer .footer__employer__title {
        font-size: 2.67rem;
        font-weight: bold;
        line-height: 48px; }
      .site-footer .footer__wrap .footer__employer .footer__employer__content {
        line-height: 1.5; }
    .site-footer .footer__wrap .footer__employer__btn {
      text-align: center; }
      .site-footer .footer__wrap .footer__employer__btn a {
        display: inline-block;
        color: #363636;
        font-weight: bold;
        border-radius: 1em;
        background: #fff;
        line-height: 1;
        margin-top: 5px;
        padding: 0.5em 2.5em; }
        .site-footer .footer__wrap .footer__employer__btn a:hover {
          text-decoration: none; }
  .site-footer .footer__wrap__bottom .footer__menu {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 15px;
    margin: 0 auto;
    width: 1000px;
    flex-wrap: nowrap; }
    .site-footer .footer__wrap__bottom .footer__menu a {
      color: #fff;
      font-size: 1.4rem; }
    .site-footer .footer__wrap__bottom .footer__menu .footer__menu__logos {
      margin-bottom: 5px; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__logos ul {
        display: flex; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__logos ul li {
          margin-right: 5px; }
    .site-footer .footer__wrap__bottom .footer__menu .footer__menu__links .footer__menu__gnavi {
      display: flex;
      flex-wrap: wrap;
      margin: 0 50px 10px; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__links .footer__menu__gnavi li {
        width: 33.3%; }
    .site-footer .footer__wrap__bottom .footer__menu .footer__menu__access {
      text-align: center; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__access a {
        display: inline-block;
        color: #363636;
        font-size: 1.5rem;
        font-weight: bold;
        border-radius: 1em;
        background: #fff;
        line-height: 27px;
        margin-top: 5px;
        padding: 0.2em 0.8em; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__access a:hover {
          text-decoration: none; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__access a img {
          vertical-align: sub; }
    .site-footer .footer__wrap__bottom .footer__menu .footer__menu__tel {
      text-align: right;
      min-width: 22%; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__tel .footer__menu__freedial {
        font-size: 3.3rem;
        font-weight: bold;
        position: relative; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__tel .footer__menu__freedial::before {
          content: url(/assets-renew/img/common/icon-freedial.png);
          position: absolute;
          left: -55px;
          top: 3px; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__tel .footer__menu__time {
        font-size: 1.4rem; }
  .site-footer .footer__wrap__bottom .u-inner {
    width: 1000px; }
  .site-footer .footer__column dt {
    overflow: hidden; }

.job-attr {
  height: auto; }
  .job-attr .label.label-3 {
    border-color: #1d2088;
    color: #1d2088; }

.buffer__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px auto; }
  .buffer__pages li {
    margin-right: 20px; }
    .buffer__pages li:nth-child(2) {
      margin-right: 0; }

#job-archive .job-list {
  background-color: white;
  padding: 30px 25px 20px;
  border: 1px solid #c9c9c9; }
  #job-archive .job-list .job-attr ul {
    display: flex;
    flex-wrap: wrap; }
  #job-archive .job-list .job-attr li {
    width: 73%; }
    #job-archive .job-list .job-attr li:first-child {
      margin-right: 20px;
      width: calc(27% - 20px); }
  #job-archive .job-list .job-attr .job-photo .pic-frame {
    display: block; }
  #job-archive .job-list .job-attr .job-photo .noimage {
    background-image: url(/img/job/noimage.jpg); }
  #job-archive .job-list .job-attr .label {
    color: #898989;
    background-color: white;
    border-color: #898989; }
  #job-archive .job-list .job-attr .working-label .label {
    width: auto;
    padding: 0 1em; }
  #job-archive .job-list .job-attr .working-label li {
    margin: 0 5px 5px 0; }
  #job-archive .job-list .job-attr .eyecatch-label {
    margin-bottom: -10px; }
    #job-archive .job-list .job-attr .eyecatch-label .label {
      border: none;
      border-radius: 5px;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 0 0.6em;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      color: white; }
      #job-archive .job-list .job-attr .eyecatch-label .label.label-1 {
        background-color: #eb5819; }
      #job-archive .job-list .job-attr .eyecatch-label .label.label-2 {
        background-color: #e6b243; }
      #job-archive .job-list .job-attr .eyecatch-label .label.label-3 {
        background-color: #c40018; }
      #job-archive .job-list .job-attr .eyecatch-label .label.label-4 {
        background-color: #1d2088; }
      #job-archive .job-list .job-attr .eyecatch-label .label.label-add {
        background-color: #eb5819; }
  #job-archive .job-list .job-attr .job-ttl {
    color: #eb5819; }
    #job-archive .job-list .job-attr .job-ttl::after {
      border: none; }
  #job-archive .job-list .job-attr .job-table {
    margin-bottom: 10px; }
    #job-archive .job-list .job-attr .job-table dt {
      clear: left;
      float: left;
      width: 6em;
      color: white;
      font-weight: bold;
      background-color: #1b1b1b;
      text-align: center; }
    #job-archive .job-list .job-attr .job-table dd {
      padding-left: 6.5em; }
#job-archive .job-list .btn {
  max-width: 260px; }
#job-archive .job-list .btn-job-detail {
  border: 2px solid #eb5819;
  background-color: white;
  color: #eb5819; }
#job-archive .job-list .btn-job-entry {
  background-color: #eb5819; }

.toggle_contents {
  border: 2px solid #eb5819;
  margin-top: 20px; }
  .toggle_contents .toggle_title {
    position: relative;
    padding: 15px;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #eb5819;
    background: #faf0e1;
    color: #eb5819; }
  .toggle_contents .toggle_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #eb5819; }
    .toggle_contents .toggle_btn:before, .toggle_contents .toggle_btn:after {
      display: block;
      content: "";
      background-color: #eb5819;
      position: absolute;
      width: 16px;
      height: 2px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .toggle_contents .toggle_btn:before {
      width: 2px;
      height: 16px; }
  .toggle_contents .toggle_title.selected .toggle_btn:before {
    content: normal; }
  .toggle_contents dd {
    display: none;
    padding: 0 75px; }
  .toggle_contents.pre_open dd {
    display: block; }

@media (max-width: 1240px) {
  .renew__container {
    width: 100%; }

  .site-header .c-inner {
    width: 100%; }
  .site-header .header__btn__entry {
    position: relative; } }
@media (max-width: 1023px) {
  .renew__container__narrow {
    width: 100%; }

  .site-header .g__nav ul li a {
    font-size: 0.8rem; }

  .site-footer .footer__wrap .footer__employer {
    width: 100%; }
  .site-footer .footer__wrap__bottom .footer__menu {
    width: 100%; }
  .site-footer .footer__wrap__bottom .u-inner {
    width: calc(100% - 40px); } }
@media (max-width: 767px) {
  .pc__only {
    display: none; }

  .sp__only {
    display: block; }

  .pc__only__il {
    display: none; }

  .sp__only__il {
    display: inline; }

  h2 {
    font-size: 2rem; }

  img {
    max-width: 100%; }
    img .sp__only {
      display: inline; }

  .container {
    padding-top: 18.5vw; }

  .sp-menu {
    padding: 80px 60px 40px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 998;
    overflow-y: auto; }
    .sp-menu .sp-list-menu {
      text-align: center; }
      .sp-menu .sp-list-menu li > div {
        background: none;
        border-bottom: 1px solid #363636;
        padding: 20px 0;
        color: #333;
        font-weight: 500; }
      .sp-menu .sp-list-menu li > div > a {
        font-size: 1em;
        height: auto;
        display: block;
        padding: 0; }
      .sp-menu .sp-list-menu li > div > .sub {
        padding: 0;
        margin-bottom: 10px; }
      .sp-menu .sp-list-menu li > div > .sub:first-of-type {
        padding-top: 20px; }
      .sp-menu .sp-list-menu li > div > .sub > a {
        color: #707070; }
      .sp-menu .sp-list-menu li > div > a::before {
        content: none; }
      .sp-menu .sp-list-menu ul > li:nth-child(2), .sp-menu .sp-list-menu ul > li:nth-child(3) {
        display: block; }
      .sp-menu .sp-list-menu li:not(:last-child) > div > a {
        border: none; }

  .sp-contact-menu {
    display: block; }
    .sp-contact-menu li {
      border: none; }
    .sp-contact-menu li > div {
      background: none; }
    .sp-contact-menu .footer__menu__freedial {
      font-size: 1.8em;
      font-weight: bold;
      margin-top: 10px;
      position: relative;
      display: inline-block; }
      .sp-contact-menu .footer__menu__freedial a, .sp-contact-menu .footer__menu__freedial a:link, .sp-contact-menu .footer__menu__freedial a:visited, .sp-contact-menu .footer__menu__freedial a:active {
        color: #363636; }
    .sp-contact-menu .footer__menu__time {
      font-size: 0.8em; }

  .sp-menu-btn {
    background: #eb5819; }

  .menu-open .site-header .sp-menu-btn {
    background: rgba(255, 255, 255, 0);
    color: #707070;
    width: 66px;
    height: 79px;
    text-align: center; }
    .menu-open .site-header .sp-menu-btn::after {
      content: "×";
      font-size: 2.5em; }
    .menu-open .site-header .sp-menu-btn img {
      display: none; }

  .header-main {
    padding: 0; }

  .site-header .c-inner {
    padding: 14px 0; }
  .site-header .site-logo {
    margin-left: -20px;
    width: 30%; }
  .site-header .g__nav {
    display: none; }
  .site-header .header__btn__entry {
    display: block;
    position: absolute;
    right: 100px;
    width: 30%; }
    .site-header .header__btn__entry span {
      display: none; }
    .site-header .header__btn__entry a {
      font-size: 3.5vw;
      border-radius: 2em;
      padding: 10px 20px; }
  .site-header .sp-menu-btn {
    right: 0;
    top: 0;
    width: auto;
    height: 12vw;
    padding: 10px;
    border-radius: 0; }
    .site-header .sp-menu-btn img {
      vertical-align: bottom;
      height: 100%; }

  .top__image p::before {
    content: none; }

  .top__links {
    padding: 30px 0 10px; }
    .top__links .links__container {
      width: 100%; }
      .top__links .links__container ul {
        display: block;
        width: 60%;
        margin: 0 auto; }
        .top__links .links__container ul li {
          margin-bottom: 20px; }

  .top__new h2 {
    padding-top: 40px; }
    .top__new h2::before {
      content: "";
      left: calc(50% - 8px);
      background-image: url(/assets-renew/img/common/h-new1.png);
      background-size: contain;
      width: 17px;
      height: 29px; }

  .top__new2 h2::before {
    background-image: url(/assets-renew/img/common/h-new2.png); }
  .top__new2 .slide {
    margin: 0 auto;
    width: calc(100% - 10px); }
    .top__new2 .slide .slick-prev {
      left: 0; }
    .top__new2 .slide .slick-next {
      right: 15px; }
    .top__new2 .slide::before {
      width: 5%; }
    .top__new2 .slide::after {
      left: 95%;
      width: 5%; }
    .top__new2 .slide li .top__new__info dd {
      margin-bottom: 10px; }
  .top__new2 .btn-archive-news a {
    padding: 1.5em 3em;
    border-radius: 2em;
    font-size: 1em;
    font-weight: bold; }

  .top__search h2 {
    padding-top: 40px;
    margin-bottom: 20px; }
    .top__search h2::before {
      content: "";
      left: calc(50% - 15px);
      background: url(/assets-renew/img/common/sp/h-search.png);
      background-size: contain;
      width: 30px;
      height: 24px; }
  .top__search .free__word__search .renew__container {
    text-align: left; }
    .top__search .free__word__search .renew__container form {
      padding: 0 20px; }
    .top__search .free__word__search .renew__container input[type="text"] {
      width: 65vw;
      margin-left: 0;
      margin-top: -12px; }
    .top__search .free__word__search .renew__container input[type="submit"] {
      -webkit-appearance: none;
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 0; }
    .top__search .free__word__search .renew__container .free__word__search__submit {
      padding: 0.5em 0.8em; }
      .top__search .free__word__search .renew__container .free__word__search__submit::before {
        z-index: 10;
        top: 4px;
        margin-right: 0; }
  .top__search .btn-search input[type="submit"] {
    -webkit-appearance: none; }
  .top__search .custom__search__inner {
    padding: 20px; }
    .top__search .custom__search__inner .contents {
      padding: 20px; }
      .top__search .custom__search__inner .contents h3 {
        font-size: 1.8rem; }
    .top__search .custom__search__inner .search__title {
      color: #fff;
      background: #eb5819;
      margin-bottom: 0;
      padding: 10px; }
    .top__search .custom__search__inner .job::before {
      content: url(/assets-renew/img/common/sp/icon-job-r.png); }
    .top__search .custom__search__inner .area::before {
      content: url(/assets-renew/img/common/sp/icon-area-r.png); }
    .top__search .custom__search__inner .time::before {
      content: url(/assets-renew/img/common/sp/icon-time-r.png); }
    .top__search .custom__search__inner .commit::before {
      content: url(/assets-renew/img/common/sp/icon-commitment-r.png); }
    .top__search .custom__search__inner .list input[type="checkbox"], .top__search .custom__search__inner .area-list input[type="checkbox"] {
      display: none; }
      .top__search .custom__search__inner .list input[type="checkbox"] + label, .top__search .custom__search__inner .area-list input[type="checkbox"] + label {
        display: inline-block;
        position: relative;
        background: #faf0e1;
        padding: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px); }
        .top__search .custom__search__inner .list input[type="checkbox"] + label::before, .top__search .custom__search__inner .area-list input[type="checkbox"] + label::before {
          content: none; }
      .top__search .custom__search__inner .list input[type="checkbox"]:checked + label, .top__search .custom__search__inner .area-list input[type="checkbox"]:checked + label {
        background: #eb5819;
        color: #fff; }
    .top__search .custom__search__inner .list {
      justify-content: space-between; }
      .top__search .custom__search__inner .list li {
        width: 49%;
        margin: 0 0 5px 0;
        text-align: center; }
      .top__search .custom__search__inner .list span {
        font-weight: normal; }
      .top__search .custom__search__inner .list .col-2, .top__search .custom__search__inner .list .col-4 {
        width: 49%; }
    .top__search .custom__search__inner .area-list {
      height: 100%;
      width: 100%;
      margin: 0 0 20px; }
      .top__search .custom__search__inner .area-list td {
        width: 49%;
        height: 100%; }
      .top__search .custom__search__inner .area-list input[type="checkbox"] {
        display: none; }
        .top__search .custom__search__inner .area-list input[type="checkbox"] + label {
          display: flex;
          align-items: center;
          justify-content: center; }
    .top__search .custom__search__inner .kodawari-list {
      margin: 20px 0; }
    .top__search .custom__search__inner .areas td {
      text-align: center;
      padding-right: 2.5px;
      padding-bottom: 5px; }
      .top__search .custom__search__inner .areas td:nth-child(2n) {
        padding-right: 0;
        padding-left: 2.5px; }
    .top__search .custom__search__inner .area__lists.list {
      border-bottom: none;
      border-top: none; }
    .top__search .custom__search__inner .area__lists.last {
      border-bottom: 2px solid #eb5819; }
  .top__search .btn-search input {
    padding: 1.5em 2em;
    margin-top: 20px;
    border-radius: 2em;
    font-size: 1em;
    font-weight: bold; }

  .toggle_contents .toggle_title {
    background: #eb5819;
    color: white; }
  .toggle_contents .toggle_btn::before, .toggle_contents .toggle_btn::after {
    background-color: white; }
  .toggle_contents dd {
    padding: 0 20px; }

  .top__news h2 {
    padding-top: 40px; }
    .top__news h2::before {
      content: "";
      left: calc(50% - 15px);
      background: url(/assets-renew/img/common/sp/h-info.png);
      background-size: contain;
      width: 30px;
      height: 30px; }
  .top__news .news-list {
    padding: 0 40px;
    width: calc(100% - 80px); }
    .top__news .news-list .tar {
      text-align: center; }
    .top__news .news-list .label-wrap {
      display: none; }
    .top__news .news-list dl dd {
      padding-left: 6em; }
  .top__news .btn-archive-news {
    display: inline-block;
    color: #fff;
    background: #363636;
    line-height: 1;
    margin-top: 25px;
    padding: 1.5em 3em;
    border-radius: 2em;
    font-size: 1em;
    font-weight: bold; }
    .top__news .btn-archive-news:hover {
      text-decoration: none; }
  .top__news .slide__news {
    padding: 0 40px;
    width: 100%; }

  .top__contents h2 {
    padding-top: 40px; }
    .top__contents h2::before {
      content: "";
      left: calc(50% - 14px);
      background: url(/assets-renew/img/common/sp/h-contents.png);
      background-size: contain;
      width: 29px;
      height: 34px; }
  .top__contents .renew__container__narrow .contents__list {
    margin: 0 auto;
    width: calc(100% - 80px); }
    .top__contents .renew__container__narrow .contents__list li {
      width: calc(50% - 21px);
      padding: 10px;
      font-size: 1em; }
      .top__contents .renew__container__narrow .contents__list li a {
        min-height: unset;
        padding-top: 50px;
        font-size: 0.75em; }
      .top__contents .renew__container__narrow .contents__list li:first-child a::before {
        content: "";
        left: calc(50% - 21px);
        top: 0px;
        background: url(/assets-renew/img/common/sp/icon-contents01.png) no-repeat;
        background-size: contain;
        width: 43px;
        height: 36px; }
      .top__contents .renew__container__narrow .contents__list li:nth-child(2) a::before {
        content: "";
        left: calc(50% - 20px);
        top: 0px;
        background: url(/assets-renew/img/common/sp/icon-contents02.png) no-repeat;
        background-size: contain;
        width: 40px;
        height: 36px; }
      .top__contents .renew__container__narrow .contents__list li:nth-child(3) a::before {
        content: "";
        left: calc(50% - 7px);
        top: 0px;
        background: url(/assets-renew/img/common/sp/icon-contents03.png) no-repeat;
        background-size: contain;
        width: 15px;
        height: 45px; }
      .top__contents .renew__container__narrow .contents__list li:nth-child(4) a::before {
        content: "";
        left: calc(50% - 18px);
        top: 0px;
        background: url(/assets-renew/img/common/sp/icon-contents04.png) no-repeat;
        background-size: contain;
        width: 37px;
        height: 45px; }
      .top__contents .renew__container__narrow .contents__list li:nth-child(5) a::before {
        content: "";
        left: calc(50% - 22px);
        top: 0px;
        background: url(/assets-renew/img/common/sp/icon-contents05.png) no-repeat;
        background-size: contain;
        width: 44px;
        height: 37px; }
      .top__contents .renew__container__narrow .contents__list li:nth-child(6) a::before {
        content: "";
        left: calc(50% - 14px);
        top: 0px;
        background: url(/assets-renew/img/common/sp/icon-contents06.png) no-repeat;
        background-size: contain;
        width: 28px;
        height: 40px; }

  .site-footer {
    padding-bottom: 20px; }
    .site-footer .footer__wrap {
      width: calc(100% - 100px);
      margin: 0 auto; }
      .site-footer .footer__wrap .footer__employer {
        display: block; }
        .site-footer .footer__wrap .footer__employer .footer__employer__title {
          margin-bottom: 10px; }
        .site-footer .footer__wrap .footer__employer .footer__employer__content {
          margin-bottom: 20px; }
    .site-footer .footer__wrap__bottom .footer__menu {
      display: block;
      text-align: left;
      padding: 0 20px;
      margin-top: 40px;
      width: calc(100% - 40px); }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__logos {
        margin: 0 auto 20px;
        width: 80%; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__logos ul {
          margin: 40px auto 0;
          justify-content: center; }
          .site-footer .footer__wrap__bottom .footer__menu .footer__menu__logos ul li {
            margin-right: 10px;
            text-align: center; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__logo {
        width: 50%;
        margin: 0 auto; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__freedial {
        font-size: 1.9em;
        font-weight: bold;
        margin-top: 10px;
        position: relative;
        display: inline-block; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__freedial::before {
          content: "";
          background: url(/assets-renew/img/common/sp/icon-freedial.png);
          background-size: contain;
          width: 45px;
          height: 25px;
          position: relative;
          margin-right: 20px;
          left: 0;
          top: 5px;
          display: inline-block; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__freedial a {
          font-size: 3.2rem; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__access {
        margin: 20px auto; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__access a {
          border-radius: 2em; }
      .site-footer .footer__wrap__bottom .footer__menu .sns__links img {
        width: 70%; }
      .site-footer .footer__wrap__bottom .footer__menu .footer__menu__links .footer__menu__gnavi {
        margin: 0 auto 20px;
        width: 90%; }
        .site-footer .footer__wrap__bottom .footer__menu .footer__menu__links .footer__menu__gnavi li {
          width: 60%; }
          .site-footer .footer__wrap__bottom .footer__menu .footer__menu__links .footer__menu__gnavi li:nth-child(2n) {
            width: 40%; }
    .site-footer small {
      font-size: 0.8em;
      color: #fff; }

  .sp-fixed-menu {
    background-color: rgba(235, 88, 25, 0.2); }

  .fixed-tel a {
    border-color: #eb5819; }
    .fixed-tel a p {
      color: #363636; }
    .fixed-tel a p.tel-number {
      color: #eb5819; }

  .fixed-entry a {
    background-color: #eb5819;
    border-color: #eb5819; }

  .job-attr {
    padding-top: 30px; }

  .fixed-line a img {
    width: 30px; }

  .buffer__pages {
    margin: 30px auto; }

  #job-archive .job-list .job-attr {
    padding-top: 0; }
    #job-archive .job-list .job-attr ul {
      flex-direction: column-reverse; }
      #job-archive .job-list .job-attr ul .working-label {
        flex-direction: row; }
    #job-archive .job-list .job-attr li:first-child {
      width: 100%; }
  #job-archive .job-list .btn-job-detail {
    margin-bottom: 10px; } }
