@charset "UTF-8";
/* ----------------------------
   カラーの設定
---------------------------- */
/*　背景色　*/
/*　ヘッダー・フッター　*/
/*　メインのボタン　*/
/*　TOPページ アイコンのタグ　*/
/*　職種などのタグ　*/
/*　リンクの矢印　*/
/*　PRタグ　*/
/*　よくある質問　*/
* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

body {
  background: #edf6f7;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  padding-top: 60px; }

.bg-white {
  background: #fff; }

.base-width {
  width: auto;
  margin: 0 auto; }

.box-shadow {
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }

.is-pc-block {
  display: none; }

.is-sp-block {
  display: block; }

header.site-header {
  height: 60px;
  overflow: inherit;
  background: #ffffff;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }
  header.site-header div.site-name {
    float: left;
    overflow: hidden; }
    header.site-header div.site-name div.logo {
      width: 120px;
      /* background: $main-color; */
      height: 60px;
      float: left;
      padding-top: 7px; }
      header.site-header div.site-name div.logo img {
        width: auto;
        height: 45px;
        display: block;
        margin: 0; }
    header.site-header div.site-name div.site-title {
      padding-left: 0;
      padding-top: 14px;
      float: left;
      font-size: 10px;
      line-height: 1.6; }
      header.site-header div.site-name div.site-title p {
        font-weight: bold;
        color: #000000; }
  header.site-header nav.gnav {
    float: right;
    padding-right: 15px; }
    header.site-header nav.gnav ul li {
      font-weight: bold;
      font-size: 14px;
      display: block;
      float: left; }
      header.site-header nav.gnav ul li a {
        text-decoration: none;
        color: #000000;
        display: block;
        padding: 0 25px 0;
        height: 100px;
        line-height: 100px; }
      header.site-header nav.gnav ul li a:hover {
        color: base-txt-hover-color; }
    header.site-header nav.gnav ul li.is-actived {
      box-shadow: inset 0 -4px 0 #cb0009; }
  header.site-header .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }
  header.site-header .global-nav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: #000;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */ }
  header.site-header .hamburger {
    position: absolute;
    background-color: #000000 !important;
    color: #ffffff !important;
    right: 0;
    top: 0;
    width: 60px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 60px;
    /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300; }
  header.site-header .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  header.site-header .global-nav__item {
    text-align: left;
    padding: 0; }
  header.site-header .global-nav__item a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px; }
  header.site-header .global-nav__item a:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  header.site-header .hamburger__line {
    position: absolute;
    left: 22px;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    transition: all .6s; }
  header.site-header .hamburger__line--1 {
    top: 14px; }
  header.site-header .hamburger__line--2 {
    top: 20px; }
  header.site-header .hamburger__line--3 {
    top: 26px; }
  header.site-header .hamburger .text {
    white-space: nowrap;
    font-size: 7px;
    text-align: center;
    position: absolute;
    letter-spacing: -0.1em;
    bottom: 14px;
    left: 0;
    right: 0; }
  header.site-header .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer; }
  header.site-header .is-nav-opened {
    display: none; }
  header.site-header is-nav-closed {
    display: block; }

/* 表示された時用のCSS */
.nav-open header.site-header {
  overflow: inherit !important; }
  .nav-open header.site-header .global-nav {
    right: 0; }
  .nav-open header.site-header .black-bg {
    opacity: .8;
    visibility: visible; }
  .nav-open header.site-header .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px; }
  .nav-open header.site-header .hamburger__line--2 {
    width: 0;
    left: 50%; }
  .nav-open header.site-header .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px; }
  .nav-open header.site-header .is-nav-opened {
    display: block; }
  .nav-open header.site-header .is-nav-closed {
    display: none; }

div.main-v {
  position: relative;
  text-align: center;
  padding-top: 0;
  margin-bottom: 15px; }
  div.main-v div.btn {
    position: absolute;
    bottom: 25px;
    padding: 0 15px;
    left: 0;
    right: 0; }
    div.main-v div.btn a {
      margin: 0 auto;
      background: #cb0009;
      color: #ffffff;
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 200px;
      font-size: 17px;
      text-decoration: none;
      font-weight: bold;
      background: url("../img/arrow_white.png") no-repeat 90% center #cb0009;
      background-size: 10px;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.57); }

div.mv-feature {
  overflow: hidden;
  border-left: none;
  margin: -25px auto 20px;
  padding: 10px 0; }
  div.mv-feature .base {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: #c9d7d9 solid 1px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    display: table; }
    div.mv-feature .base .icon {
      display: table-cell;
      vertical-align: middle;
      width: 20%;
      margin: 0 auto 13px;
      text-align: center;
      padding: 15px; }
      div.mv-feature .base .icon img {
        width: 100%;
        height: auto;
        margin: auto; }
    div.mv-feature .base .txt {
      display: table-cell;
      vertical-align: middle;
      width: 80%; }
    div.mv-feature .base p {
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px; }
  div.mv-feature .base:last-child {
    border: none; }

section.box {
  margin: 0 12px 12px; }
  section.box div.box-title {
    text-align: center;
    margin-bottom: 25px; }
    section.box div.box-title h2 {
      font-weight: bold;
      font-size: 20px;
      display: block; }
    section.box div.box-title h2:after {
      content: "";
      background: #cb0009;
      display: block;
      height: 6px;
      width: 50px;
      margin: 0 auto;
      margin-top: 20px; }

section.box.box-introduction {
  padding: 25px 20px 20px; }
  section.box.box-introduction div.box-body {
    overflow: hidden; }
    section.box.box-introduction div.box-body div.photo {
      float: none;
      width: 100%;
      padding-top: 0;
      margin-bottom: 15px; }
      section.box.box-introduction div.box-body div.photo img {
        display: block; }
    section.box.box-introduction div.box-body div.detail {
      width: auto;
      float: none;
      line-height: 1.6;
      color: #546264; }
      section.box.box-introduction div.box-body div.detail p {
        font-size: 14px; }

section.box.box-job-categories {
  padding: 25px 0 20px; }
  section.box.box-job-categories div.box-body div.shortcut {
    background: #edf6f7;
    padding: 15px; }
    section.box.box-job-categories div.box-body div.shortcut ul {
      display: block;
      margin-right: 0;
      overflow: hidden;
      padding: 0; }
      section.box.box-job-categories div.box-body div.shortcut ul li {
        display: block;
        width: 100%;
        float: left;
        background: #fff;
        margin-right: 0;
        box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
        border-radius: 7px;
        margin-bottom: 10px; }
        section.box.box-job-categories div.box-body div.shortcut ul li a {
          color: #000;
          font-weight: bold;
          display: block;
          text-align: center;
          text-decoration: none;
          padding: 15px 20px; }
          section.box.box-job-categories div.box-body div.shortcut ul li a .in {
            border-bottom: none;
            display: table;
            width: 100%; }
            section.box.box-job-categories div.box-body div.shortcut ul li a .in > * {
              display: table-cell;
              vertical-align: middle; }
          section.box.box-job-categories div.box-body div.shortcut ul li a .icon {
            margin-bottom: 0;
            width: 40px;
            height: 40px; }
            section.box.box-job-categories div.box-body div.shortcut ul li a .icon span {
              width: 40px;
              height: 40px; }
          section.box.box-job-categories div.box-body div.shortcut ul li a .icon img {
            max-width: 20px;
            max-height: 20px; }
          section.box.box-job-categories div.box-body div.shortcut ul li a .name {
            margin-bottom: 0px;
            text-align: left;
            padding: 0 15px;
            font-size: 14px; }
        section.box.box-job-categories div.box-body div.shortcut ul li a:after {
          display: none; }
  section.box.box-job-categories div.box-body div.job-categories {
    padding: 15px; }
    section.box.box-job-categories div.box-body div.job-categories div.job-category {
      border: solid 1px #c9d7d9;
      overflow: hidden;
      box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
      margin-bottom: 10px;
      padding-top: 10px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category .job-category-inner {
        margin: 0 15px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category div.title {
        margin-bottom: 15px;
        display: table; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.title > * {
          display: table-cell;
          height: 30px;
          vertical-align: middle; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.title span.icon {
          background: #cb0009;
          width: 30px;
          text-align: center;
          border-radius: 100px; }
          section.box.box-job-categories div.box-body div.job-categories div.job-category div.title span.icon img {
            width: auto;
            max-width: 16px;
            max-height: 16px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.title h3 {
          font-weight: bold;
          font-size: 17px;
          padding-left: 10px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category figure {
        display: block;
        margin-bottom: 15px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category h4 {
        border-left: solid 7px #cb0009;
        padding-left: 15px;
        line-height: 1.2;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 8px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category section.introduction {
        border-bottom: solid 1px #c9d7d9; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category section.introduction div.texts {
          padding-bottom: 40px;
          color: #546264; }
          section.box.box-job-categories div.box-body div.job-categories div.job-category section.introduction div.texts p {
            font-size: 14px;
            line-height: 1.8; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews {
        padding-top: 20px;
        margin-bottom: 20px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews h4 {
          margin-bottom: 15px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents {
          margin-bottom: 10px;
          overflow: hidden; }
          section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents > div:nth-child(odd) {
            float: left; }
          section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents > div:nth-child(even) {
            float: right; }
          section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview {
            box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
            border: solid 1px #e7eeef;
            width: auto;
            margin-bottom: 12px; }
            section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a {
              text-decoration: none;
              position: relative;
              display: block;
              color: #000;
              padding: 10px 25px 10px 15px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a h5 {
                font-size: 15px;
                font-weight: bold;
                line-height: 1.6;
                margin-bottom: 12px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a .content {
                border-top: solid 1px #e7eeef;
                padding: 12px 0;
                display: table; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a .content > * {
                  display: table-cell;
                  vertical-align: middle; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a .content figure {
                  margin-bottom: 14px;
                  width: 30%; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a .content p {
                  color: #546264;
                  line-height: 1.5;
                  font-size: 11px;
                  margin-bottom: 0px;
                  padding-left: 10px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a div.to-detail {
                display: none;
                border-top: solid 1px #e7eeef;
                padding: 20px;
                text-align: center;
                background-size: 7px; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a div.to-detail span {
                  color: #111111;
                  font-size: 14px; }
            section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a:after {
              font-family: FontAwesome;
              content: "\f054";
              position: absolute;
              right: 5px;
              top: 50%;
              margin-top: -5px;
              color: #cb0009;
              font-size: 12px; }
            section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a:hover {
              background: #fafafa;
              opacity: 0.9; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.to-all a {
          display: block;
          width: 100%;
          height: 50px;
          line-height: 50px;
          margin: 0 auto;
          text-decoration: none;
          color: #000000;
          font-size: 15px;
          font-weight: bold;
          background: #edf6f7;
          background-size: 7px;
          text-align: center;
          border-radius: 200px;
          position: relative; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.to-all a:after {
          font-family: FontAwesome;
          content: "\f054";
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -5px;
          color: #cb0009;
          font-size: 12px;
          line-height: 1.3; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs {
        border-top: solid 1px #e7eeef;
        padding-top: 33px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job {
          border: solid 1px #e7eeef;
          box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
          margin-bottom: 15px; }
          section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a {
            display: block;
            padding: 0px;
            margin: 10px;
            overflow: hidden;
            background-size: 8px;
            color: #000; }
            section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a figure {
              display: block;
              width: auto;
              float: left;
              width: 30%;
              margin: 0; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a figure img {
                display: block; }
            section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail {
              width: auto;
              float: none;
              padding-top: 0px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail .detail-in {
                float: right;
                width: 65%;
                padding-right: 20px; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail .detail-in ul.main-tags {
                  font-size: 9px;
                  overflow: hidden;
                  margin-bottom: 10px; }
                  section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail .detail-in ul.main-tags li {
                    display: block;
                    float: left;
                    margin-right: 8px;
                    padding: 4px 10px;
                    letter-spacing: -0.1em; }
                  section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail .detail-in ul.main-tags li.tag-job-category {
                    border: solid 1px #e83828;
                    background-color: #ffffff;
                    color: #e83828;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    border-radius: 0px;
                    margin-bottom: 5px; }
                  section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail .detail-in ul.main-tags li.tag-employment-status {
                    border: solid 1px #fff;
                    color: #e83828;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail .detail-in h3, section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail .detail-in h5 {
                  font-size: 15px;
                  font-weight: bold;
                  margin-bottom: 5px;
                  line-height: 1.5; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail .detail-in p {
                  font-size: 10px;
                  color: #546264;
                  margin-bottom: 0px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail ul.sub-tags {
                clear: both;
                overflow: hidden;
                padding-top: 12px; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail ul.sub-tags li {
                  font-size: 8px;
                  color: #546264;
                  background: #edf6f7;
                  border: solid 1px #d6e1eb;
                  margin-right: 5px;
                  padding: 5px 8px;
                  display: block;
                  float: left; }
          section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a:after {
            font-family: FontAwesome;
            content: "\f054";
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -4px;
            color: #cb0009;
            line-height: 1;
            font-size: 12px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category div.to-all-jobs {
        background: #edf6f7;
        padding: 15px 0 15px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.to-all-jobs a {
          display: block;
          width: 90%;
          height: auto;
          line-height: 1.5;
          padding: 10px 20px;
          background: url(../img/arrow_white.png) no-repeat 95% center #cb0009;
          background-size: 8px;
          font-weight: bold;
          color: #ffffff;
          font-size: 13px;
          text-decoration: none;
          text-align: center;
          margin: 0 auto;
          border-radius: 100px; }

section.box-feature {
  padding-top: 30px;
  margin-bottom: 0px; }
  section.box-feature div.box-title {
    margin-bottom: 30px; }
  section.box-feature div.box-body .features {
    padding: 0 15px; }
    section.box-feature div.box-body .features section {
      margin-bottom: 30px; }
      section.box-feature div.box-body .features section div.number {
        display: block;
        width: 70px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        background: #cb0009;
        text-align: center;
        margin-bottom: 10px; }
      section.box-feature div.box-body .features section div.title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 155%; }
      section.box-feature div.box-body .features section p.sub-title {
        font-size: 13px;
        margin-bottom: 8px; }
      section.box-feature div.box-body .features section p.text {
        padding-top: 7px;
        line-height: 1.8;
        font-size: 14px;
        color: #546264; }
  section.box-feature div.box-body .feature-slider {
    padding: 0 50px 25px;
    position: relative; }
    section.box-feature div.box-body .feature-slider .slick-prev:before, section.box-feature div.box-body .feature-slider .slick-next:before {
      width: 32px;
      height: 32px;
      background: #000; }
    section.box-feature div.box-body .feature-slider .slide-arrow {
      position: absolute;
      top: 100px;
      z-index: 10;
      cursor: pointer; }
    section.box-feature div.box-body .feature-slider .slide-arrow:hover {
      opacity: 0.6; }
    section.box-feature div.box-body .feature-slider .prev-arrow {
      left: -35px; }
    section.box-feature div.box-body .feature-slider .next-arrow {
      right: -35px; }
    section.box-feature div.box-body .feature-slider .slick-slide {
      padding: 0 10px; }
      section.box-feature div.box-body .feature-slider .slick-slide img {
        width: 100%; }
      section.box-feature div.box-body .feature-slider .slick-slide p {
        font-size: 12px;
        color: #546264;
        line-height: 1.5;
        padding-top: 10px; }

div.to-jobs {
  margin-bottom: 0px;
  padding: 15px 15px 20px; }
  div.to-jobs a.to-jobs-link {
    display: block;
    width: auto;
    height: 56px;
    line-height: 56px;
    background: url(../img/arrow_white.png) no-repeat 93% center #cb0009;
    background-size: 10px;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px; }

section.box-company {
  padding: 25px 15px 15px; }
  section.box-company div.box-body table {
    width: 100%;
    font-size: 14px; }
    section.box-company div.box-body table tbody tr {
      display: block;
      padding: 10px 15px; }
      section.box-company div.box-body table tbody tr th, section.box-company div.box-body table tbody tr td {
        display: block;
        padding: 0;
        line-height: 1.5; }
      section.box-company div.box-body table tbody tr th {
        width: auto;
        font-weight: bold;
        text-align: left; }
      section.box-company div.box-body table tbody tr td {
        color: #546264; }
    section.box-company div.box-body table tbody tr:nth-child(odd) {
      background: #edf6f7; }

section.box-faq {
  padding: 25px 15px 15px; }
  section.box-faq div.box-body section.faq {
    margin-bottom: 1px; }
    section.box-faq div.box-body section.faq div.faq-question {
      background: url("../img/faq_plus.png") no-repeat 95% center #cb0009;
      background-size: 15px;
      color: #ffffff;
      padding: 8px 30px 8px 15px;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.6;
      cursor: pointer; }
    section.box-faq div.box-body section.faq div.faq-question:hover {
      opacity: 0.8; }
    section.box-faq div.box-body section.faq div.faq-answer {
      font-size: 14px;
      background: #edf6f7;
      color: #546264;
      padding: 10px 15px;
      line-height: 1.8;
      display: none; }
  section.box-faq div.box-body section.faq.is-opend div.faq-question {
    background: url("../img/faq_minus.png") no-repeat 95% center #cb0009;
    background-size: 15px; }

footer.site-footer {
  background: #000000;
  color: #ffffff;
  text-align: center; }
  footer.site-footer a {
    color: #ffffff;
    text-decoration: none; }
  footer.site-footer div.base-width nav {
    display: block;
    padding-top: 0;
    margin-bottom: 30px; }
    footer.site-footer div.base-width nav ul li {
      display: block;
      font-size: 12px;
      padding: 0;
      border-right: none;
      border-bottom: solid 1px #3e4a4c;
      text-align: left; }
      footer.site-footer div.base-width nav ul li a {
        display: block;
        padding: 20px 25px; }
      footer.site-footer div.base-width nav ul li a:hover {
        color: #cb0009; }
    footer.site-footer div.base-width nav ul li:last-child {
      border-right: none; }
  footer.site-footer div.base-width div.to-official {
    margin-bottom: 30px; }
    footer.site-footer div.base-width div.to-official a {
      font-size: 12px;
      display: block;
      width: 170px;
      height: 50px;
      line-height: 50px;
      background: #475356;
      border-radius: 100px;
      text-align: center;
      margin: 0 auto; }
    footer.site-footer div.base-width div.to-official a:hover {
      background-color: #cb0009;
      color: #fff; }
  footer.site-footer div.copyright {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 100px; }
    footer.site-footer div.copyright small {
      font-size: 8px;
      letter-spacing: 0.1em; }

.site-contents {
  padding: 0 10px; }
  .site-contents .topic-path {
    padding: 15px 0 0;
    margin-bottom: 15px;
    line-height: 1.5;
    overflow: scroll; }
    .site-contents .topic-path ol {
      display: table;
      font-size: 10px;
      color: #000;
      white-space: nowrap;
      margin: 0; }
      .site-contents .topic-path ol li {
        display: table-cell;
        margin-right: 0;
        padding: 0 5px 0 0; }
        .site-contents .topic-path ol li a {
          color: #000;
          text-decoration: none; }
      .site-contents .topic-path ol li:after {
        font-family: FontAwesome;
        content: "\f054";
        position: relative;
        color: #cb0009;
        margin-left: 6px; }
      .site-contents .topic-path ol li:last-child:after {
        content: ""; }
  .site-contents .is-title-type1 {
    border-left: solid 6px #cb0009;
    padding-left: 10px;
    line-height: 1.1;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px; }

/* ----------------------------
    求人一覧
---------------------------- */
.page-jobs {
  margin-bottom: 30px; }
  .page-jobs .search-conditions {
    box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
    background: #fff;
    padding: 0 15px;
    margin-bottom: 30px; }
    .page-jobs .search-conditions table {
      font-size: 15px;
      width: 100%; }
      .page-jobs .search-conditions table tr {
        border-bottom: solid 1px #dbedef;
        display: block;
        padding: 15px 0; }
        .page-jobs .search-conditions table tr th, .page-jobs .search-conditions table tr td {
          padding: 0;
          border-bottom: none;
          vertical-align: middle;
          display: block; }
        .page-jobs .search-conditions table tr th {
          font-weight: bold;
          width: auto;
          text-align: left;
          margin-bottom: 15px; }
        .page-jobs .search-conditions table tr td .cp_ipselect {
          width: auto; }
          .page-jobs .search-conditions table tr td .cp_ipselect select {
            font-size: 16px;
            padding-left: 15px; }
        .page-jobs .search-conditions table tr td .checkboxs {
          border: 1px solid #c9d7d9; }
          .page-jobs .search-conditions table tr td .checkboxs > * {
            margin-bottom: 0px;
            border-bottom: 1px solid #c9d7d9;
            padding: 15px; }
            .page-jobs .search-conditions table tr td .checkboxs > * .pretty {
              margin-right: 0;
              display: block; }
          .page-jobs .search-conditions table tr td .checkboxs > div:last-child {
            margin-bottom: 0;
            border-bottom: none; }
        .page-jobs .search-conditions table tr td .prefecture_wraper {
          display: block;
          justify-content: initial; }
          .page-jobs .search-conditions table tr td .prefecture_wraper .cp_ipselect {
            width: 100%;
            margin-bottom: 10px; }
            .page-jobs .search-conditions table tr td .prefecture_wraper .cp_ipselect:last-of-type {
              margin-bottom: 0; }
      .page-jobs .search-conditions table tr:last-child {
        border-bottom: none; }
    .page-jobs .search-conditions .submit {
      text-align: center;
      padding: 10px  0 30px; }
      .page-jobs .search-conditions .submit button {
        -webkit-appearance: none;
        appearance: none;
        background: #cb0009;
        border-radius: 100px;
        width: 80%;
        height: 42px;
        line-height: 42px;
        border: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px; }
  .page-jobs .jobs {
    box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
    background: #fff;
    padding: 15px;
    margin-bottom: 0px; }
    .page-jobs .jobs div.job {
      border: solid 1px #e7eeef;
      box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.1);
      margin-bottom: 15px; }
      .page-jobs .jobs div.job a {
        display: block;
        padding: 0px;
        margin: 10px;
        overflow: hidden;
        background-size: 8px;
        color: #000; }
        .page-jobs .jobs div.job a figure {
          display: block;
          width: auto;
          float: left;
          width: 30%;
          margin: 0; }
          .page-jobs .jobs div.job a figure img {
            display: block; }
        .page-jobs .jobs div.job a .detail {
          width: auto;
          float: none;
          padding-top: 0px; }
          .page-jobs .jobs div.job a .detail .detail-in {
            float: right;
            width: 65%;
            padding-right: 20px; }
            .page-jobs .jobs div.job a .detail .detail-in ul.main-tags {
              font-size: 9px;
              overflow: hidden;
              margin-bottom: 10px; }
              .page-jobs .jobs div.job a .detail .detail-in ul.main-tags li {
                display: block;
                float: left;
                margin-right: 8px;
                padding: 4px 10px;
                letter-spacing: -0.1em; }
              .page-jobs .jobs div.job a .detail .detail-in ul.main-tags li.tag-job-category {
                border: solid 1px #e83828;
                background-color: #ffffff;
                color: #e83828;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px; }
              .page-jobs .jobs div.job a .detail .detail-in ul.main-tags li.tag-employment-status {
                border: solid 1px #fff;
                color: #e83828;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px; }
            .page-jobs .jobs div.job a .detail .detail-in h3, .page-jobs .jobs div.job a .detail .detail-in h5 {
              font-size: 14px;
              font-weight: bold;
              margin-bottom: 5px;
              line-height: 1.5; }
            .page-jobs .jobs div.job a .detail .detail-in p {
              font-size: 10px;
              color: #546264;
              margin-bottom: 0px; }
          .page-jobs .jobs div.job a .detail ul.sub-tags {
            clear: both;
            overflow: hidden;
            padding-top: 12px; }
            .page-jobs .jobs div.job a .detail ul.sub-tags li {
              font-size: 8px;
              color: #546264;
              background: #edf6f7;
              border: solid 1px #d6e1eb;
              margin-right: 5px;
              padding: 5px 8px;
              display: block;
              float: left; }
      .page-jobs .jobs div.job a:after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -5px;
        color: #cb0009;
        font-size: 12px; }
    .page-jobs .jobs .wp-pagenavi {
      text-align: center;
      padding: 20px 0; }
      .page-jobs .jobs .wp-pagenavi > * {
        display: inline-block;
        background: #edf6f7;
        padding: 10px 15px;
        margin-right: 5px;
        color: #546264;
        font-size: 12px;
        text-decoration: none;
        border-radius: 4px; }
      .page-jobs .jobs .wp-pagenavi > .current {
        background-color: #cb0009;
        color: #fff; }
      .page-jobs .jobs .wp-pagenavi > a:hover {
        opacity: 0.7;
        background-color: #cb0009;
        color: #fff; }

/* ----------------------------
    求人詳細
---------------------------- */
.page-job-detail {
  padding: 0; }
  .page-job-detail .entry-btn {
    overflow: hidden; }
    .page-job-detail .entry-btn a {
      display: block;
      width: 90%;
      height: 40px;
      line-height: 40px;
      background: #cb0009;
      color: #ffffff;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      position: relative;
      margin: 0 auto; }
    .page-job-detail .entry-btn a:hover {
      opacity: 0.6; }
    .page-job-detail .entry-btn a:after {
      font-family: FontAwesome;
      content: "\f054";
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -5px;
      color: #ffffff;
      line-height: 1;
      font-size: 13px; }
  .page-job-detail .job-header {
    background: #fff;
    margin-bottom: 0;
    box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
    .page-job-detail .job-header .topic-path {
      background-color: #edf6f7;
      margin-bottom: 0;
      height: auto;
      overflow: scroll;
      padding: 0; }
    .page-job-detail .job-header .base-width {
      overflow: hidden;
      padding: 10px;
      height: auto; }
      .page-job-detail .job-header .base-width .left {
        float: left;
        width: 50%; }
        .page-job-detail .job-header .base-width .left a {
          border: none;
          background-color: #e4edee;
          border-radius: 100px;
          font-size: 13px;
          font-weight: bold;
          height: 40px;
          line-height: 38px;
          padding: 0; }
      .page-job-detail .job-header .base-width .right {
        float: right;
        width: 50%; }
        .page-job-detail .job-header .base-width .right a {
          font-size: 13px;
          font-weight: bold;
          width: 95%; }
        .page-job-detail .job-header .base-width .right a:after {
          font-size: 10px; }
  .page-job-detail .job-body {
    padding: 18px 10px; }
    .page-job-detail .job-body .job-body-inner {
      padding: 15px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
      .page-job-detail .job-body .job-body-inner .job-title {
        margin-bottom: 24px; }
        .page-job-detail .job-body .job-body-inner .job-title .job-category {
          border: solid 1px #e83828;
          background-color: #ffffff;
          color: #e83828;
          text-align: center;
          display: inline-block;
          padding: 3px 10px 4px;
          border-radius: 100px;
          font-size: 10px;
          margin-bottom: 8px; }
        .page-job-detail .job-body .job-body-inner .job-title h1 {
          font-size: 13px;
          font-weight: bold;
          line-height: 1.3; }
    .page-job-detail .job-body .main-image {
      margin-bottom: 12px; }
      .page-job-detail .job-body .main-image img {
        display: block;
        width: 100%;
        height: auto; }
    .page-job-detail .job-body .interviews-btn {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: solid 1px #c9d7d9; }
      .page-job-detail .job-body .interviews-btn a {
        display: block;
        background: #edf6f7;
        border-radius: 200px;
        margin: 0 auto;
        text-decoration: none;
        color: #000000;
        font-size: 13px;
        text-align: center;
        position: relative;
        line-height: 160%;
        padding: 8px 0;
        width: 100%; }
      .page-job-detail .job-body .interviews-btn a:after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        top: 50%;
        right: 18px;
        margin-top: -5px;
        color: #cb0009;
        line-height: 1;
        font-size: 13px; }
      .page-job-detail .job-body .interviews-btn a:hover {
        opacity: 0.8; }
    .page-job-detail .job-body .feature {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: solid 1px #c9d7d9; }
      .page-job-detail .job-body .feature .feature-texts {
        margin-bottom: 25px; }
        .page-job-detail .job-body .feature .feature-texts h2 {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 10px;
          font-weight: bold; }
        .page-job-detail .job-body .feature .feature-texts p {
          font-size: 14px;
          color: #000011;
          line-height: 1.6; }
      .page-job-detail .job-body .feature .feature-slider {
        padding: 0;
        position: relative;
        margin: 0 50px 20px; }
        .page-job-detail .job-body .feature .feature-slider .slick-prev:before, .page-job-detail .job-body .feature .feature-slider .slick-next:before {
          width: 32px;
          height: 32px;
          background: #000; }
        .page-job-detail .job-body .feature .feature-slider .slide-arrow {
          position: absolute;
          top: 100px;
          z-index: 10;
          cursor: pointer; }
        .page-job-detail .job-body .feature .feature-slider .slide-arrow:hover {
          opacity: 0.6; }
        .page-job-detail .job-body .feature .feature-slider .prev-arrow {
          left: -44px; }
        .page-job-detail .job-body .feature .feature-slider .next-arrow {
          right: -44px; }
        .page-job-detail .job-body .feature .feature-slider .slick-slide {
          padding: 0; }
          .page-job-detail .job-body .feature .feature-slider .slick-slide img {
            width: 100%;
            height: auto; }
          .page-job-detail .job-body .feature .feature-slider .slick-slide p {
            font-size: 12px;
            color: #546264;
            line-height: 1.8;
            padding-top: 10px; }
      .page-job-detail .job-body .feature .entry-btn a {
        width: 100%;
        margin: 0 auto; }
    .page-job-detail .job-body .interviews {
      overflow: hidden;
      margin-bottom: 10px; }
      .page-job-detail .job-body .interviews > div:nth-child(odd) {
        float: none; }
      .page-job-detail .job-body .interviews > div:nth-child(even) {
        float: none; }
      .page-job-detail .job-body .interviews div.interview {
        box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
        border: solid 1px #e7eeef;
        width: auto;
        margin-bottom: 12px; }
        .page-job-detail .job-body .interviews div.interview a {
          text-decoration: none;
          position: relative;
          display: block;
          color: #000;
          padding: 10px 25px 10px 15px; }
          .page-job-detail .job-body .interviews div.interview a h5 {
            font-size: 15px;
            font-weight: bold;
            line-height: 1.6;
            margin-bottom: 12px; }
          .page-job-detail .job-body .interviews div.interview a .content {
            border-top: solid 1px #e7eeef;
            padding: 12px 0;
            display: table; }
            .page-job-detail .job-body .interviews div.interview a .content > * {
              display: table-cell;
              vertical-align: middle; }
            .page-job-detail .job-body .interviews div.interview a .content figure {
              margin-bottom: 14px;
              width: 30%; }
            .page-job-detail .job-body .interviews div.interview a .content p {
              color: #546264;
              line-height: 1.5;
              font-size: 11px;
              margin-bottom: 0px;
              padding-left: 10px; }
          .page-job-detail .job-body .interviews div.interview a div.to-detail {
            display: none;
            border-top: solid 1px #e7eeef;
            padding: 20px;
            text-align: center; }
            .page-job-detail .job-body .interviews div.interview a div.to-detail span {
              color: #111111;
              font-size: 14px; }
        .page-job-detail .job-body .interviews div.interview a:after {
          font-family: FontAwesome;
          content: "\f054";
          position: absolute;
          right: 5px;
          top: 50%;
          margin-top: -5px;
          color: #cb0009;
          font-size: 12px; }
        .page-job-detail .job-body .interviews div.interview a:hover {
          background: #fafafa;
          opacity: 0.9; }
    .page-job-detail .job-body .job-detail .entry-btn {
      padding: 0 0 25px;
      border-top: none;
      border-bottom: solid 1px #dcecee;
      margin-bottom: 25px; }
      .page-job-detail .job-body .job-detail .entry-btn a {
        width: 95%;
        font-size: 15px;
        line-height: 40px;
        height: 40px; }
      .page-job-detail .job-body .job-detail .entry-btn a:after {
        font-size: 10px; }
    .page-job-detail .job-body .job-detail section {
      margin-bottom: 20px;
      border-bottom: solid 1px #dcecee;
      padding-bottom: 20px; }
      .page-job-detail .job-body .job-detail section .is-title-type1 {
        font-size: 17px; }
      .page-job-detail .job-body .job-detail section table {
        font-size: 15px;
        width: 100%;
        display: block; }
        .page-job-detail .job-body .job-detail section table tbody {
          display: block; }
        .page-job-detail .job-body .job-detail section table tr {
          display: block;
          padding: 10px 15px; }
        .page-job-detail .job-body .job-detail section table tr:nth-child(odd) {
          background-color: #edf6f7; }
        .page-job-detail .job-body .job-detail section table th, .page-job-detail .job-body .job-detail section table td {
          display: block;
          padding: 0px;
          line-height: 1.8; }
        .page-job-detail .job-body .job-detail section table th {
          font-weight: bold;
          width: auto;
          text-align: left;
          font-size: 14px; }
        .page-job-detail .job-body .job-detail section table td {
          font-size: 13px;
          color: #5e5e5e; }
          .page-job-detail .job-body .job-detail section table td .notes {
            font-size: 10px;
            color: #5e5e5e; }
    .page-job-detail .job-body .job-detail section:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .page-job-detail .job-body .publish_at {
      color: #8d9498;
      font-size: 8px;
      text-align: right;
      padding: 16px 0 0; }
  .page-job-detail .to-top-btn {
    overflow: hidden;
    margin: 0 30px 25px; }
    .page-job-detail .to-top-btn a {
      display: block;
      width: 100%;
      height: 36px;
      line-height: 36px;
      background: #edf6f7;
      color: #000000;
      text-decoration: none;
      text-align: center;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      position: relative;
      margin: 0 auto;
      font-size: 14px; }
    .page-job-detail .to-top-btn a:hover {
      opacity: 0.6; }
    .page-job-detail .to-top-btn a:after {
      font-family: FontAwesome;
      content: "\f054";
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -5px;
      color: #cb0009;
      line-height: 1;
      font-size: 13px; }
  .page-job-detail .other-jobs {
    margin: 0 10px 30px;
    padding: 20px 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
    .page-job-detail .other-jobs div.job {
      border: solid 1px #e7eeef;
      box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.1);
      margin-bottom: 15px; }
      .page-job-detail .other-jobs div.job a {
        display: block;
        padding: 0px;
        margin: 10px;
        overflow: hidden;
        background-size: 8px;
        color: #000; }
        .page-job-detail .other-jobs div.job a figure {
          display: block;
          width: auto;
          float: left;
          width: 30%;
          margin: 0; }
          .page-job-detail .other-jobs div.job a figure img {
            display: block; }
        .page-job-detail .other-jobs div.job a .detail {
          width: auto;
          float: none;
          padding-top: 0px; }
          .page-job-detail .other-jobs div.job a .detail .detail-in {
            float: right;
            width: 65%;
            padding-right: 20px; }
            .page-job-detail .other-jobs div.job a .detail .detail-in ul.main-tags {
              font-size: 9px;
              overflow: hidden;
              margin-bottom: 10px; }
              .page-job-detail .other-jobs div.job a .detail .detail-in ul.main-tags li {
                display: block;
                float: left;
                margin-right: 8px;
                padding: 4px 10px;
                letter-spacing: -0.1em; }
              .page-job-detail .other-jobs div.job a .detail .detail-in ul.main-tags li.tag-job-category {
                border: solid 1px #e83828;
                background-color: #ffffff;
                color: #e83828;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                margin-bottom: 5px; }
              .page-job-detail .other-jobs div.job a .detail .detail-in ul.main-tags li.tag-employment-status {
                border: solid 1px #fff;
                color: #e83828;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px; }
            .page-job-detail .other-jobs div.job a .detail .detail-in h3, .page-job-detail .other-jobs div.job a .detail .detail-in h5 {
              font-size: 14px;
              font-weight: bold;
              margin-bottom: 5px;
              line-height: 1.5; }
            .page-job-detail .other-jobs div.job a .detail .detail-in p {
              font-size: 10px;
              color: #546264;
              margin-bottom: 0px; }
          .page-job-detail .other-jobs div.job a .detail ul.sub-tags {
            clear: both;
            overflow: hidden;
            padding-top: 12px; }
            .page-job-detail .other-jobs div.job a .detail ul.sub-tags li {
              font-size: 8px;
              color: #546264;
              background: #edf6f7;
              border: solid 1px #d6e1eb;
              margin-right: 5px;
              padding: 5px 8px;
              display: block;
              float: left; }
      .page-job-detail .other-jobs div.job a:after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -5px;
        color: #cb0009;
        font-size: 12px; }
    .page-job-detail .other-jobs div.to-all {
      padding: 10px 0; }
      .page-job-detail .other-jobs div.to-all a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        text-decoration: none;
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        background-size: 7px;
        text-align: center;
        border-radius: 200px;
        background-color: #edf6f7;
        position: relative; }
      .page-job-detail .other-jobs div.to-all a:after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -5px;
        color: #cb0009;
        font-size: 12px;
        line-height: 1; }
      .page-job-detail .other-jobs div.to-all a:hover {
        opacity: 0.8;
        background-color: #fafafa; }

body.fixed {
  padding-top: 254px; }
  body.fixed .page-job-detail .topic-path {
    display: none; }
  body.fixed .page-job-detail .job-header {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 100; }

.title-center {
  text-align: center;
  margin-bottom: 25px;
  padding-top: 10px; }
  .title-center h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
  .title-center small {
    font-size: 10px; }

.page-interview .box {
  background: #fff;
  padding: 15px 15px 0;
  margin-bottom: 20px;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
.page-interview .shortcut-links {
  margin-bottom: 30px; }
  .page-interview .shortcut-links ul {
    width: 100%;
    text-align: left;
    overflow: hidden;
    border: solid 1px #e7eeef;
    border-radius: 12px;
    box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
    background: #fff;
    font-size: 13px;
    display: block; }
    .page-interview .shortcut-links ul li {
      padding: 0;
      width: 100%;
      float: none;
      border: none;
      border-bottom: solid 1px #e7eeef;
      border-radius: 0;
      box-shadow: none; }
      .page-interview .shortcut-links ul li a {
        color: #000;
        display: block;
        text-decoration: none;
        height: auto;
        line-height: 1.8;
        padding: 10px 15px;
        position: relative; }
      .page-interview .shortcut-links ul li a:hover,
      .page-interview .shortcut-links ul li a:active {
        background: #cb0009;
        color: #fff; }
      .page-interview .shortcut-links ul li a:after {
        font-family: FontAwesome;
        content: "\f078";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -7px;
        color: #cb0009;
        line-height: 1;
        font-size: 10px; }
    .page-interview .shortcut-links ul li:last-child {
      border: none; }
.page-interview .shortcut-interviews {
  overflow: hidden; }
  .page-interview .shortcut-interviews > div:nth-child(odd) {
    float: none; }
  .page-interview .shortcut-interviews > div:nth-child(even) {
    float: none; }
  .page-interview .shortcut-interviews div.shortcut-interview {
    box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
    border: solid 1px #e7eeef;
    width: auto;
    margin-bottom: 12px; }
    .page-interview .shortcut-interviews div.shortcut-interview a {
      text-decoration: none;
      position: relative;
      display: block;
      color: #000;
      padding: 10px 25px 10px 15px; }
      .page-interview .shortcut-interviews div.shortcut-interview a h3 {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 12px; }
      .page-interview .shortcut-interviews div.shortcut-interview a .content {
        border-top: solid 1px #e7eeef;
        padding: 12px 0;
        display: table; }
        .page-interview .shortcut-interviews div.shortcut-interview a .content > * {
          display: table-cell;
          vertical-align: middle; }
        .page-interview .shortcut-interviews div.shortcut-interview a .content figure {
          margin-bottom: 14px;
          width: 30%; }
        .page-interview .shortcut-interviews div.shortcut-interview a .content p {
          color: #546264;
          line-height: 1.5;
          font-size: 11px;
          margin-bottom: 0px;
          padding-left: 10px; }
      .page-interview .shortcut-interviews div.shortcut-interview a div.to-detail {
        display: none;
        border-top: solid 1px #e7eeef;
        padding: 20px;
        text-align: center; }
        .page-interview .shortcut-interviews div.shortcut-interview a div.to-detail span {
          color: #111111;
          font-size: 14px; }
    .page-interview .shortcut-interviews div.shortcut-interview a:after {
      font-family: FontAwesome;
      content: "\f054";
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -5px;
      color: #cb0009;
      font-size: 12px; }
    .page-interview .shortcut-interviews div.shortcut-interview a:hover {
      background: #fafafa;
      opacity: 0.9; }
.page-interview div.to-all {
  padding-top: 15px;
  padding-bottom: 15px; }
  .page-interview div.to-all a {
    display: block;
    width: 60%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
    position: relative;
    background: #edf6f7; }
  .page-interview div.to-all a:hover {
    opacity: 0.6; }
  .page-interview div.to-all a:after {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    color: #cb0009;
    line-height: 1;
    font-size: 16px; }
.page-interview .box-interviews div.box-title {
  margin-bottom: 20px;
  padding-top: 10px; }
  .page-interview .box-interviews div.box-title h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .page-interview .box-interviews div.box-title h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 40px;
    margin: 0 auto;
    margin-top: 20px; }
.page-interview .box-interviews h3 {
  font-size: 16px;
  line-height: 1.3;
  border: none;
  position: relative;
  padding-left: 15px; }
.page-interview .box-interviews h3:after {
  content: "";
  width: 5px;
  height: 18px;
  background: #cb0009;
  position: absolute;
  left: 0;
  top: 2px; }
.page-interview .box-interviews .interview {
  border-top: solid 1px #c9d7d9;
  padding-top: 15px;
  padding-bottom: 40px; }
  .page-interview .box-interviews .interview .interview-header figure {
    width: auto;
    float: none;
    margin-bottom: 15px; }
    .page-interview .box-interviews .interview .interview-header figure img {
      display: block;
      width: 100%;
      height: auto; }
  .page-interview .box-interviews .interview .interview-header .about {
    width: auto;
    margin-bottom: 10px;
    float: none; }
    .page-interview .box-interviews .interview .interview-header .about .tag-job-category {
      border: solid 1px #e83828;
      background-color: #ffffff;
      display: inline-block;
      margin-right: 8px;
      padding: 5px 12px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      color: #e83828;
      font-size: 10px;
      margin-bottom: 6px; }
    .page-interview .box-interviews .interview .interview-header .about h4 {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 5px; }
    .page-interview .box-interviews .interview .interview-header .about p {
      color: #7a8287;
      font-size: 10px;
      line-height: 2; }
  .page-interview .box-interviews .interview .history {
    clear: both;
    background: #edf6f7;
    margin-bottom: 25px; }
    .page-interview .box-interviews .interview .history table {
      display: block; }
      .page-interview .box-interviews .interview .history table tr {
        vertical-align: top;
        display: block;
        padding: 18px 14px; }
        .page-interview .box-interviews .interview .history table tr th, .page-interview .box-interviews .interview .history table tr td {
          padding: 0;
          font-size: 14px;
          display: block; }
        .page-interview .box-interviews .interview .history table tr th {
          font-weight: bold;
          width: auto;
          text-align: left;
          margin-bottom: 10px; }
        .page-interview .box-interviews .interview .history table tr td ul li {
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 10px; }
        .page-interview .box-interviews .interview .history table tr td ul li:after {
          font-family: FontAwesome;
          content: "\f078";
          position: absolute;
          bottom: 0;
          left: 10px;
          color: #adb9bb;
          font-size: 10px; }
        .page-interview .box-interviews .interview .history table tr td ul li:last-child {
          margin-bottom: 0;
          padding-bottom: 0; }
        .page-interview .box-interviews .interview .history table tr td ul li:last-child:after {
          display: none; }
  .page-interview .box-interviews .interview .detail section {
    margin-bottom: 15px; }
    .page-interview .box-interviews .interview .detail section h4 {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 10px; }
    .page-interview .box-interviews .interview .detail section p {
      font-size: 13px;
      line-height: 1.8; }
  .page-interview .box-interviews .interview div.to-jobs-link {
    padding-top: 10px; }
    .page-interview .box-interviews .interview div.to-jobs-link a {
      display: block;
      width: 100%;
      height: auto;
      line-height: 1.5;
      padding: 15px 50px;
      margin: 0 auto;
      text-decoration: none;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      border-radius: 200px;
      position: relative;
      background: #cb0009;
      color: #ffffff; }
    .page-interview .box-interviews .interview div.to-jobs-link a:hover {
      opacity: 0.6; }
    .page-interview .box-interviews .interview div.to-jobs-link a:after {
      font-family: FontAwesome;
      content: "\f054";
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -5px;
      color: #ffffff;
      line-height: 1;
      font-size: 12px; }

.page-contact .box {
  padding: 0 0 25px;
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
  margin-bottom: 20px; }

.page-entry .box {
  padding: 0 0 25px;
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
  margin-bottom: 20px; }
.page-entry .form .wpcf7-form-control-wrap.work_experience,
.page-entry .form .wpcf7-form-control-wrap.employment_status,
.page-entry .form .wpcf7-form-control-wrap.academic_background {
  position: relative;
  display: block;
  max-width: 200px; }
  .page-entry .form .wpcf7-form-control-wrap.work_experience select,
  .page-entry .form .wpcf7-form-control-wrap.employment_status select,
  .page-entry .form .wpcf7-form-control-wrap.academic_background select {
    width: 100%;
    display: block; }
.page-entry .form .wpcf7-form-control-wrap.employment_status:after,
.page-entry .form .wpcf7-form-control-wrap.academic_background:after,
.page-entry .form .wpcf7-form-control-wrap.work_experience:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  color: #ccc;
  top: 50%;
  right: 10px;
  margin-top: -8px; }
.page-entry .form .wpcf7-form-control-wrap.gender {
  position: relative;
  top: -4px; }
.page-entry .form .more-input-btn {
  padding: 30px 0; }
  .page-entry .form .more-input-btn a {
    display: block;
    position: relative;
    background: #FFE9EA;
    color: #FF3508;
    font-weight: bold;
    text-align: center;
    width: 80%;
    padding: 10px 50px 10px 25px;
    height: auto;
    line-height: 1.5em;
    font-size: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0 auto;
    cursor: pointer; }
  .page-entry .form .more-input-btn a:after {
    font-family: FontAwesome;
    content: "\f055";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    line-height: 1;
    font-size: 18px;
    color: #FF3508; }
  .page-entry .form .more-input-btn a:hover {
    opacity: 0.8; }

.form table {
  width: 100%;
  border-top: solid 1px #c9d7d9;
  font-size: 15px; }
  .form table tr {
    display: block;
    position: relative;
    border-bottom: solid 1px #c9d7d9;
    padding: 15px; }
  .form table th, .form table td {
    padding: 0;
    border-bottom: none;
    vertical-align: top;
    display: block; }
  .form table th {
    background: #fff;
    padding: 0;
    margin-bottom: 14px; }
  .form table th.name {
    width: auto;
    font-weight: bold;
    text-align: left;
    padding-left: 46px; }
  .form table th.mark {
    width: auto;
    padding-top: 0;
    position: absolute;
    left: 14px;
    top: 13px; }
    .form table th.mark span.must {
      display: block;
      width: 36px;
      font-size: 11px;
      border: solid 1px #FF340A;
      color: #FF340A;
      background: #fff;
      padding: 3px 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
  .form table .flat {
    display: flex;
    flex-wrap: wrap; }
    .form table .flat .unit {
      padding: 14px 10px 0; }
    .form table .flat textarea,
    .form table .flat select,
    .form table .flat input[type=text],
    .form table .flat input[type=tel],
    .form table .flat input[type=email],
    .form table .flat input[type=number] {
      display: block;
      width: 100%; }
  .form table .wpcf7-form-control-wrap.qualifications {
    margin-bottom: 5px;
    overflow: hidden;
    display: block; }
    .form table .wpcf7-form-control-wrap.qualifications .wpcf7-form-control {
      width: auto;
      display: block;
      flex-wrap: wrap; }
      .form table .wpcf7-form-control-wrap.qualifications .wpcf7-form-control .wpcf7-list-item {
        width: auto;
        display: block;
        margin: 0;
        padding: 3px 0; }
  .form table textarea,
  .form table select,
  .form table input[type=text],
  .form table input[type=tel],
  .form table input[type=email],
  .form table input[type=number] {
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #e7eeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #edf6f7;
    padding: 12px 15px;
    font-size: 16px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100% !important; }
  .form table input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute; }
  .form table input[type="checkbox"] + span::before {
    display: inline-block;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-right: .5rem;
    position: relative;
    top: 4px;
    cursor: pointer; }
  .form table input[type="checkbox"]:checked + span::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23FF340A' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 2px 4px;
    background-size: 16px; }
  .form table input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute; }
  .form table input[type="radio"] + span::before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    margin-right: .5rem;
    position: relative;
    top: 4px;
    border-radius: 100px;
    cursor: pointer; }
  .form table input[type="radio"]:checked + span::before {
    border: 2px solid #cb0009;
    background: #cb0009;
    box-shadow: inset 0 0 0 3px #fff; }
  .form table .wpcf7-not-valid {
    border-color: #FF340A !important; }
  .form table .wpcf7-checkbox span.wpcf7-list-item,
  .form table .wpcf7-radio span.wpcf7-list-item {
    margin: 0;
    margin-right: 10px; }
  .form table textarea {
    width: auto; }
  .form table .unit {
    display: inline-block;
    padding-left: 10px; }
  .form table .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 8px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }
.form .agree-btn {
  text-align: center;
  padding: 15px 0 0;
  font-size: 14px; }
  .form .agree-btn .agree a {
    color: #cb0009;
    text-decoration: none; }
  .form .agree-btn .agree input {
    padding: 10px;
    width: 20px;
    height: 20px; }
  .form .agree-btn .agree .wpcf7-list-item-label {
    position: relative;
    top: -5px; }
  .form .agree-btn .agree .wpcf7-list-item {
    margin: 0; }
.form .submit-btn {
  text-align: center;
  position: relative;
  width: 80%;
  height: 44px;
  line-height: 44px;
  margin: 15px auto 0; }
  .form .submit-btn input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #cb0009;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    cursor: pointer; }
  .form .submit-btn input[type=submit]:hover {
    opacity: 0.8; }
  .form .submit-btn input[type=submit]:disabled {
    opacity: 0.5; }
  .form .submit-btn input[type=submit]:disabled:hover {
    opacity: 0.5; }
.form .submit-btn:after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  color: #fff;
  line-height: 1;
  font-size: 12px; }
.form div.wpcf7-validation-errors {
  background: #f7faca;
  color: #585334;
  padding: 15px;
  border: none;
  text-align: center;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.5; }

.page-entry-thanks .topic-path,
.page-contact-thanks .topic-path {
  margin-bottom: 15px; }
.page-entry-thanks .box,
.page-contact-thanks .box {
  text-align: center;
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
  .page-entry-thanks .box h2,
  .page-contact-thanks .box h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5; }
  .page-entry-thanks .box p,
  .page-contact-thanks .box p {
    color: #546264;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px; }
  .page-entry-thanks .box a.back,
  .page-contact-thanks .box a.back {
    display: block;
    width: 80%;
    border-radius: 50px;
    border: solid 1px #ccc;
    color: #bbb;
    font-size: 13px;
    padding: 10px;
    text-decoration: none;
    margin: 0 auto; }
  .page-entry-thanks .box a.back:hover,
  .page-contact-thanks .box a.back:hover {
    background: #eee; }

.page-privacy .box {
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
  padding: 20px 30px;
  margin-bottom: 20px; }

.post-contents {
  line-height: 2; }
  .post-contents h2,
  .post-contents h3,
  .post-contents h4,
  .post-contents h5,
  .post-contents h6 {
    font-weight: bold;
    margin: 15px 0; }
  .post-contents h2 {
    font-size: 20px; }
  .post-contents h3 {
    font-size: 18px; }
  .post-contents h4 {
    font-size: 16px; }
  .post-contents h5 {
    font-size: 15px; }
  .post-contents h6 {
    font-size: 14px; }
  .post-contents p {
    margin-bottom: 10px;
    font-size: 14px; }
  .post-contents a {
    color: #cb0009; }
  .post-contents a:hover {
    opacity: 0.8; }
  .post-contents figure {
    margin: 15px 0; }

br.is-sp-only {
  display: block; }

/* ----------------------------
    動画の設定
---------------------------- */
/** TOPページの動画 **/
section.box.box-top-movie {
  padding: 25px 20px 20px; }
  section.box.box-top-movie div.youtube-pattern-a {
    overflow: hidden; }
    section.box.box-top-movie div.youtube-pattern-a div.youtube-inner-main {
      width: 100%;
      margin: 0 auto 20px auto; }
      section.box.box-top-movie div.youtube-pattern-a div.youtube-inner-main div.sub_title {
        background-color: #000000;
        color: #fff;
        height: 28px;
        font-size: 14px;
        text-align: center;
        padding: 5px 5px;
        box-sizing: border-box; }
      section.box.box-top-movie div.youtube-pattern-a div.youtube-inner-main div.youtube-movie iframe {
        width: 100%;
        height: 100%; }
    section.box.box-top-movie div.youtube-pattern-a div.youtube-flex-box {
      width: 100%;
      margin: 0 auto 20px auto;
      display: inline-block;
      align-items: stretch;
      justify-content: center; }
      section.box.box-top-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub {
        width: 100%;
        margin: 0 auto 20px auto; }
        section.box.box-top-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub div.sub_title {
          background-color: #000000;
          color: #fff;
          height: auto;
          font-size: 14px;
          text-align: center;
          padding: 5px 5px;
          box-sizing: border-box; }
        section.box.box-top-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub div.youtube-movie iframe {
          width: 100%;
          height: 100%; }
      section.box.box-top-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub:nth-last-child(1) {
        margin-bottom: 0; }
  section.box.box-top-movie div.youtube-pattern-b {
    overflow: hidden; }
    section.box.box-top-movie div.youtube-pattern-b div.youtube-flex-box {
      width: 100%;
      margin: 0 auto 20px auto;
      display: inline-block;
      align-items: stretch;
      justify-content: center; }
      section.box.box-top-movie div.youtube-pattern-b div.youtube-flex-box div.youtube-inner-sub {
        width: 100%;
        margin: 0 auto 20px auto; }
        section.box.box-top-movie div.youtube-pattern-b div.youtube-flex-box div.youtube-inner-sub div.sub_title {
          background-color: #000000;
          color: #fff;
          height: auto;
          font-size: 14px;
          text-align: center;
          padding: 5px 5px;
          box-sizing: border-box; }
        section.box.box-top-movie div.youtube-pattern-b div.youtube-flex-box div.youtube-inner-sub div.youtube-movie iframe {
          width: 100%;
          height: 100%; }
      section.box.box-top-movie div.youtube-pattern-b div.youtube-flex-box div.youtube-inner-sub:nth-last-child(1) {
        margin-bottom: 0; }

/** 求人ページの動画 **/
.page-job-detail .job-body .jobs-movie .jobs-movie-title {
  margin-bottom: 10px;
  overflow: hidden; }
  .page-job-detail .job-body .jobs-movie .jobs-movie-title h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    padding-bottom: 14px;
    box-shadow: inset 0  -2px 0 #ddd; }
  .page-job-detail .job-body .jobs-movie .jobs-movie-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #cb0009; }
.page-job-detail .job-body .jobs-movie div.youtube-pattern-a {
  overflow: hidden; }
  .page-job-detail .job-body .jobs-movie div.youtube-pattern-a div.youtube-flex-box {
    display: inline-block;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin: 0 auto 20px auto; }
    .page-job-detail .job-body .jobs-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub {
      width: 100%;
      margin: 0 auto 20px auto; }
      .page-job-detail .job-body .jobs-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub div.sub_title {
        width: 100%;
        background-color: #000000;
        color: #fff;
        height: auto;
        font-size: 14px;
        text-align: center;
        padding: 5px 5px;
        box-sizing: border-box; }
      .page-job-detail .job-body .jobs-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub div.youtube-movie iframe {
        width: 100%;
        height: 100%; }
    .page-job-detail .job-body .jobs-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub:nth-last-child(1) {
      margin-bottom: 25px; }
