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

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

.bg-white {
  background: #fff; }

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

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

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

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

header.site-header {
  height: 100px;
  overflow: hidden;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0px 2px 8px 0px rgba(62, 72, 76, 0.04); }
  header.site-header div.site-name {
    float: left;
    overflow: hidden; }
    header.site-header div.site-name div.logo {
      width: 140px;
      /* background: $main-color; */
      height: 100px;
      float: left;
      padding: 15px; }
      header.site-header div.site-name div.logo img {
        display: block;
        width: auto;
        height: 100%; }
    header.site-header div.site-name div.site-title {
      padding-left: 20px;
      padding-top: 30px;
      float: left;
      font-size: 14px;
      line-height: 1.6; }
      header.site-header div.site-name div.site-title h1, 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 {
      padding-top: 10px; }
      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: 90px;
          line-height: 80px; }
        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.fix {
  height: 68px; }
  header.site-header.fix .site-name .logo {
    padding: 10px; }
  header.site-header.fix .site-name .site-title {
    font-size: 12px;
    padding-top: 12px; }
  header.site-header.fix nav.gnav a {
    line-height: 45px;
    font: 13px;
    height: 58px; }

.topic-path {
  padding: 15px 0;
  margin-bottom: 40px; }
  .topic-path ol {
    font-size: 11px;
    color: #000; }
    .topic-path ol li {
      display: inline-block;
      margin-right: 2px; }
      .topic-path ol li a {
        color: #000;
        text-decoration: none; }
    .topic-path ol li:after {
      font-family: FontAwesome;
      content: "\f054";
      position: relative;
      color: #cb0009;
      margin-left: 6px; }
    .topic-path ol li:last-child:after {
      content: ""; }

.site-contents .is-title-type1 {
  border-left: solid 7px #cb0009;
  padding-left: 15px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px; }

div.main-v {
  position: relative;
  text-align: center;
  padding-top: 0;
  margin-bottom: 50px; }
  div.main-v div.btn {
    position: absolute;
    bottom: 40px;
    left: 50%; }
    div.main-v div.btn a {
      margin: 0 auto;
      background: #cb0009;
      color: #ffffff;
      display: block;
      width: 382px;
      margin-left: -191px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      border-radius: 200px;
      font-size: 21px;
      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.main-v div.btn a:hover {
      opacity: 0.9; }

div.mv-feature {
  overflow: hidden;
  margin: -15px auto 40px;
  padding: 20px 0; }
  div.mv-feature .base {
    float: left;
    width: 33.33333%;
    border-right: #c9d7d9 solid 1px;
    text-align: center;
    font-weight: bold; }
    div.mv-feature .base .icon {
      width: 50px;
      margin: 0 auto 13px; }
      div.mv-feature .base .icon img {
        width: 100%;
        height: auto; }

section.box {
  margin-bottom: 60px;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
  section.box div.box-title {
    text-align: center;
    margin-bottom: 35px; }
    section.box div.box-title h2 {
      font-weight: bold;
      font-size: 26px;
      display: block; }
    section.box div.box-title h2:after {
      content: "";
      background: #cb0009;
      display: block;
      height: 6px;
      width: 50px;
      margin: 0 auto;
      margin-top: 28px; }

section.box.box-introduction {
  padding: 50px 100px; }
  section.box.box-introduction div.box-body {
    overflow: hidden; }
    section.box.box-introduction div.box-body div.photo {
      float: left;
      width: 415px;
      padding-top: 10px; }
      section.box.box-introduction div.box-body div.photo img {
        display: block;
        width: 100%;
        height: auto; }
    section.box.box-introduction div.box-body div.detail {
      width: 440px;
      float: right;
      line-height: 1.6;
      color: #546264; }

section.box.box-job-categories {
  padding: 50px 0 20px; }
  section.box.box-job-categories div.box-body div.shortcut {
    background: #edf6f7;
    padding: 18px 21px 0px 21px; }
    section.box.box-job-categories div.box-body div.shortcut ul {
      display: block;
      margin-right: -20px;
      overflow: hidden;
      padding-top: 3px;
      padding-bottom: 3px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      section.box.box-job-categories div.box-body div.shortcut ul li {
        display: block;
        width: 250px;
        margin-bottom: 18px;
        background: #fff;
        margin-right: 18px;
        box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
        border-radius: 7px; }
        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: 38px 10px 40px 10px;
          position: relative; }
          section.box.box-job-categories div.box-body div.shortcut ul li a .in {
            border-bottom: solid 1px #e7eeef; }
          section.box.box-job-categories div.box-body div.shortcut ul li a .icon {
            border-radius: 100px;
            margin: 0 auto 25px;
            width: 92px;
            height: 92px;
            display: table;
            background: #cb0009; }
            section.box.box-job-categories div.box-body div.shortcut ul li a .icon span {
              display: table-cell;
              width: 92px;
              height: 92px;
              vertical-align: middle; }
            section.box.box-job-categories div.box-body div.shortcut ul li a .icon img {
              max-width: 60px;
              max-height: 60px; }
          section.box.box-job-categories div.box-body div.shortcut ul li a .name {
            margin-bottom: 30px; }
        section.box.box-job-categories div.box-body div.shortcut ul li a:hover {
          opacity: 0.8;
          background-color: #fafafa; }
        section.box.box-job-categories div.box-body div.shortcut ul li a:after {
          font-family: FontAwesome;
          display: block;
          content: "\f078";
          position: absolute;
          left: 50%;
          bottom: 15px;
          color: #cb0009;
          font-size: 12px; }
  section.box.box-job-categories div.box-body div.job-categories {
    padding: 45px 45px 0; }
    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: 33px;
      padding-top: 34px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category .job-category-inner {
        margin: 0 55px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category div.title {
        margin-bottom: 30px;
        display: table; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.title > * {
          display: table-cell;
          height: 42px;
          vertical-align: middle; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.title span.icon {
          background: #cb0009;
          width: 42px;
          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: 50%; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.title h3 {
          font-weight: bold;
          font-size: 24px;
          padding-left: 15px; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category figure {
        display: block;
        margin-bottom: 30px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category figure img {
          width: 100%;
          display: block; }
      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: 20px;
        margin-bottom: 20px; }
      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: 15px;
            line-height: 1.8; }
      section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews {
        padding-top: 33px;
        margin-bottom: 50px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents {
          margin-bottom: 50px;
          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: 423px; }
            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;
              display: block;
              color: #000;
              padding: 18px 28px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a h5, section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a h3 {
                font-size: 18px;
                font-weight: bold;
                line-height: 2;
                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 figure {
                margin-bottom: 14px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category section.interviews div.interview-contents div.interview a p {
                color: #546264;
                line-height: 2;
                font-size: 14px;
                margin-bottom: 25px;
                padding-left: 5px; }
              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 {
                border-top: solid 1px #e7eeef;
                padding: 20px;
                text-align: center;
                position: relative; }
                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 div.to-detail:after {
                font-family: FontAwesome;
                content: "\f054";
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -3px;
                color: #cb0009;
                line-height: 1;
                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: 320px;
          height: 62px;
          line-height: 62px;
          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: 20px;
          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 section.interviews div.to-all a:hover {
          opacity: 0.8; }
      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: 40px; }
          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: 18px;
            overflow: hidden;
            position: relative;
            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: 256px;
              float: left;
              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: 568px;
              float: right;
              padding-top: 14px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail ul.main-tags {
                font-size: 13px;
                overflow: hidden;
                margin-bottom: 18px; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail ul.main-tags li {
                  display: block;
                  float: left;
                  margin-right: 8px;
                  padding: 5px 15px;
                  overflow: hidden; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail 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: 10px; }
                section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail ul.main-tags li.tag-employment-status {
                  border: solid 1px #fff;
                  color: #e83828;
                  position: relative;
                  -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 ul.main-tags li.tag-employment-status:after {
                  content: '';
                  position: absolute;
                  background: #e83828;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  display: block;
                  opacity: 0.1; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail h3 {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 14px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail h5 {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 14px; }
              section.box.box-job-categories div.box-body div.job-categories div.job-category div.jobs div.job-contents div.job a .detail p {
                font-size: 14px;
                color: #546264;
                margin-bottom: 22px; }
              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 {
                overflow: hidden; }
                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: 13px;
                  color: #546264;
                  background: #edf6f7;
                  border: solid 1px #d6e1eb;
                  margin-right: 8px;
                  margin-bottom: 8px;
                  padding: 7px 10px;
                  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: 20px;
            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: 25px 0 35px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.to-all-jobs a {
          display: block;
          width: 482px;
          height: 68px;
          line-height: 68px;
          background: url(../img/arrow_white.png) no-repeat 93% center #cb0009;
          background-size: 10px;
          font-weight: bold;
          color: #ffffff;
          font-size: 18px;
          text-decoration: none;
          text-align: center;
          margin: 0 auto;
          border-radius: 100px; }
        section.box.box-job-categories div.box-body div.job-categories div.job-category div.to-all-jobs a:hover {
          opacity: 0.8; }

section.box-feature {
  padding-top: 47px;
  margin-bottom: 30px; }
  section.box-feature div.box-title {
    margin-bottom: 55px; }
  section.box-feature div.box-body .features {
    padding: 0 100px; }
    section.box-feature div.box-body .features section {
      margin-bottom: 50px; }
      section.box-feature div.box-body .features section div.number {
        display: block;
        width: 84px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        background: #cb0009;
        text-align: center;
        margin-bottom: 20px; }
      section.box-feature div.box-body .features section div.title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 18px; }
      section.box-feature div.box-body .features section p.sub-title {
        font-size: 15px;
        margin-bottom: 18px; }
      section.box-feature div.box-body .features section p.text {
        padding-top: 7px;
        line-height: 1.8;
        color: #546264; }
  section.box-feature div.box-body .feature-slider {
    padding: 0 90px 65px;
    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: -44px; }
    section.box-feature div.box-body .feature-slider .next-arrow {
      right: -44px; }
    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.8;
        padding-top: 10px; }

div.to-jobs {
  margin-bottom: 30px; }
  div.to-jobs a.to-jobs-link {
    display: block;
    width: 482px;
    height: 80px;
    line-height: 80px;
    background: url(../img/arrow_white.png) no-repeat 93% center #cb0009;
    background-size: 10px;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0px 2px 9px 0px rgba(120, 114, 122, 0.44); }
  div.to-jobs a.to-jobs-link:hover {
    opacity: 0.8; }

section.box-company {
  padding: 50px 100px 60px; }
  section.box-company div.box-body table {
    width: 100%; }
    section.box-company div.box-body table tbody tr th, section.box-company div.box-body table tbody tr td {
      padding: 15px 0px 15px 30px;
      line-height: 1.8; }
    section.box-company div.box-body table tbody tr th {
      width: 200px;
      font-weight: bold;
      text-align: left; }
    section.box-company div.box-body table tbody tr td {
      color: #546264;
      padding-right: 15px; }
    section.box-company div.box-body table tbody tr:nth-child(odd) {
      background: #edf6f7; }

section.box-faq {
  padding: 50px 100px; }
  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 98% center #cb0009;
      color: #ffffff;
      padding: 16px 30px;
      font-weight: bold;
      font-size: 16px;
      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: 15px;
      background: #edf6f7;
      color: #546264;
      padding: 14px 30px 30px;
      line-height: 2;
      display: none; }
  section.box-faq div.box-body section.faq.is-opend div.faq-question {
    background: url("../img/faq_minus.png") no-repeat 98% center #cb0009; }

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: 37px;
    margin-bottom: 32px; }
    footer.site-footer div.base-width nav ul li {
      display: inline-block;
      font-size: 13px;
      padding: 10px 25px;
      border-right: solid 1px #3e4a4c; }
      footer.site-footer div.base-width nav ul li a {
        display: inline-block; }
      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: 50px; }
    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: solid 1px #3e4a4c;
    padding-top: 35px;
    padding-bottom: 100px; }
    footer.site-footer div.copyright small {
      font-size: 10px;
      letter-spacing: 0.2em; }

/*
https://copypet.jp/797/
*/
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  text-align: center; }

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.cp_ipselect select::-ms-expand {
  display: none; }

.cp_ipselect.cp_sl02 {
  position: relative;
  border: 1px solid #c9d7d9;
  border-radius: 2px;
  background: #ffffff; }

.cp_ipselect.cp_sl02::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #cb0009;
  pointer-events: none; }

.cp_ipselect.cp_sl02:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #c9d7d9; }

.cp_ipselect.cp_sl02 select {
  padding: 8px 38px 8px 8px;
  color: #666666; }

/* pretty checkbox */
.pretty .state label:after,
.pretty .state label:before {
  width: calc(1.2em + 2px);
  height: calc(1.2em + 2px);
  border-radius: 0; }

.pretty .state label:before {
  border-color: #c9d7d9; }

.pretty .state label {
  text-indent: 2.2em; }

.pretty.p-svg .state .svg {
  width: calc(1.2em + 2px);
  height: calc(1.2em + 2px); }

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
  background-color: #cb0009 !important; }

/* ----------------------------
    求人一覧
---------------------------- */
.page-jobs .search-conditions {
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
  background: #fff;
  padding: 10px 100px 30px;
  margin-bottom: 75px; }
  .page-jobs .search-conditions table {
    font-size: 15px;
    width: 100%; }
    .page-jobs .search-conditions table tr th, .page-jobs .search-conditions table tr td {
      padding: 25px 0;
      border-bottom: solid 1px #dbedef;
      vertical-align: middle; }
    .page-jobs .search-conditions table tr th {
      font-weight: bold;
      width: 150px;
      text-align: left; }
    .page-jobs .search-conditions table tr td .cp_ipselect {
      width: 440px; }
    .page-jobs .search-conditions table tr td .checkboxs > * {
      margin-bottom: 20px; }
    .page-jobs .search-conditions table tr td .checkboxs > div:last-child {
      margin-bottom: 0; }
    .page-jobs .search-conditions table tr td .prefecture_wraper {
      display: flex;
      justify-content: space-between; }
      .page-jobs .search-conditions table tr td .prefecture_wraper .cp_ipselect {
        width: calc(50% - 5px); }
  .page-jobs .search-conditions .submit {
    text-align: center;
    padding-top: 30px; }
    .page-jobs .search-conditions .submit button {
      -webkit-appearance: none;
      appearance: none;
      background: #cb0009;
      border-radius: 100px;
      width: 242px;
      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: 45px 100px;
  margin-bottom: 75px; }
  .page-jobs .jobs div.job {
    overflow: hidden;
    box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
    border: solid 1px #e7eeef;
    margin-bottom: 40px; }
    .page-jobs .jobs div.job a {
      display: block;
      padding: 18px;
      overflow: hidden;
      color: #000;
      position: relative; }
      .page-jobs .jobs div.job a figure {
        display: block;
        width: 256px;
        float: left;
        margin: 0; }
        .page-jobs .jobs div.job a figure img {
          display: block; }
      .page-jobs .jobs div.job a .detail {
        width: 568px;
        float: right;
        padding-top: 14px; }
        .page-jobs .jobs div.job a .detail ul.main-tags {
          font-size: 13px;
          overflow: hidden;
          margin-bottom: 18px; }
          .page-jobs .jobs div.job a .detail ul.main-tags li {
            display: block;
            float: left;
            margin-right: 8px;
            padding: 5px 15px; }
          .page-jobs .jobs div.job a .detail 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 ul.main-tags li.tag-employment-status {
            border: solid 1px #fff;
            color: #e83828;
            position: relative;
            overflow: hidden;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px; }
          .page-jobs .jobs div.job a .detail ul.main-tags li.tag-employment-status:after {
            content: '';
            position: absolute;
            background: #e83828;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            opacity: 0.1; }
        .page-jobs .jobs div.job a .detail h3 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 14px; }
        .page-jobs .jobs div.job a .detail h5 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 14px; }
        .page-jobs .jobs div.job a .detail p {
          font-size: 14px;
          color: #546264;
          margin-bottom: 22px; }
        .page-jobs .jobs div.job a .detail ul.sub-tags {
          overflow: hidden; }
          .page-jobs .jobs div.job a .detail ul.sub-tags li {
            font-size: 13px;
            color: #546264;
            background: #edf6f7;
            border: solid 1px #d6e1eb;
            margin-right: 8px;
            padding: 7px 10px;
            display: block;
            float: left;
            margin-bottom: 8px; }
    .page-jobs .jobs div.job a:after {
      font-family: FontAwesome;
      content: "\f054";
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -5px;
      color: #cb0009;
      font-size: 12px; }
    .page-jobs .jobs div.job a:hover {
      opacity: 0.8;
      background-color: #fafafa; }
  .page-jobs .jobs .wp-pagenavi {
    text-align: center; }
    .page-jobs .jobs .wp-pagenavi > * {
      display: inline-block;
      background: #edf6f7;
      padding: 15px;
      margin-right: 5px;
      color: #546264;
      font-size: 13px;
      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 .entry-btn {
  overflow: hidden; }
  .page-job-detail .entry-btn a {
    display: block;
    width: 225px;
    height: 50px;
    line-height: 50px;
    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: 42px;*/
  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: 42px;
    overflow: hidden;
    padding-top: 5px; }
  .page-job-detail .job-header .base-width {
    overflow: hidden;
    padding: 10px 0; }
    .page-job-detail .job-header .base-width .left {
      float: left;
      width: 15%; }
      .page-job-detail .job-header .base-width .left a {
        display: block;
        border-left: #c9d7d9 solid 1px;
        border-right: #c9d7d9 solid 1px;
        text-align: center;
        background: url("../img/arrow_glay.png") no-repeat 85% 50%;
        background-size: 9px;
        padding: 14px 0;
        color: #111;
        text-decoration: none;
        font-size: 14px; }
      .page-job-detail .job-header .base-width .left a:hover {
        opacity: 0.6; }
    .page-job-detail .job-header .base-width .right {
      float: right;
      width: 30%; }
    .page-job-detail .job-header .base-width .entry-btn a {
      float: right;
      margin: 0;
      height: 40px;
      line-height: 38px; }
.page-job-detail .job-body {
  padding-top: 42px; }
  .page-job-detail .job-body .job-body-inner {
    padding: 55px 100px 0;
    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: 40px; }
      .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: 5px 20px 6px;
        border-radius: 0px;
        font-size: 13px;
        margin-bottom: 15px; }
      .page-job-detail .job-body .job-body-inner .job-title h1 {
        font-size: 23px;
        font-weight: bold; }
  .page-job-detail .job-body .main-image {
    margin-bottom: 30px; }
    .page-job-detail .job-body .main-image img {
      display: block;
      width: 100%;
      height: auto; }
  .page-job-detail .job-body .interviews-btn {
    padding-bottom: 55px;
    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: 14px;
      text-align: center;
      position: relative;
      line-height: 160%;
      padding: 15px 0;
      width: 50%; }
    .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: 55px;
    margin-bottom: 30px;
    border-bottom: solid 1px #c9d7d9; }
    .page-job-detail .job-body .feature .feature-texts {
      margin-bottom: 10px;
      overflow: hidden; }
      .page-job-detail .job-body .feature .feature-texts .feature-text {
        margin-bottom: 25px; }
      .page-job-detail .job-body .feature .feature-texts 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 .feature .feature-texts h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 2px;
        background: #cb0009; }
      .page-job-detail .job-body .feature .feature-texts p {
        font-size: 15px;
        color: #000011;
        line-height: 1.8; }
    .page-job-detail .job-body .feature .feature-slider {
      padding: 0;
      position: relative;
      margin-bottom: 30px; }
      .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 10px 0 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: 250px;
      margin: 0 auto; }
  .page-job-detail .job-body .interviews {
    overflow: hidden;
    margin-bottom: 30px; }
    .page-job-detail .job-body .interviews > div:nth-child(odd) {
      float: left;
      clear: both; }
    .page-job-detail .job-body .interviews > div:nth-child(even) {
      float: right; }
    .page-job-detail .job-body .interviews .interview {
      box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
      border: solid 1px #e7eeef;
      width: 423px;
      margin-bottom: 25px; }
      .page-job-detail .job-body .interviews .interview a {
        text-decoration: none;
        display: block;
        color: #000;
        padding: 18px 28px 5px; }
        .page-job-detail .job-body .interviews .interview a h5 {
          font-size: 18px;
          font-weight: bold;
          line-height: 2;
          margin-bottom: 12px; }
        .page-job-detail .job-body .interviews .interview a .content {
          overflow: hidden; }
        .page-job-detail .job-body .interviews .interview a figure {
          margin-bottom: 14px; }
          .page-job-detail .job-body .interviews .interview a figure img {
            display: block;
            width: 100%;
            height: auto; }
        .page-job-detail .job-body .interviews .interview a p {
          color: #546264;
          line-height: 2;
          font-size: 14px;
          margin-bottom: 25px;
          padding-left: 5px; }
        .page-job-detail .job-body .interviews .interview a div.to-detail {
          border-top: solid 1px #e7eeef;
          padding: 20px;
          text-align: center;
          background-size: 7px;
          position: relative; }
          .page-job-detail .job-body .interviews .interview a div.to-detail span {
            color: #111111;
            font-size: 14px; }
        .page-job-detail .job-body .interviews .interview a div.to-detail:after {
          font-family: FontAwesome;
          content: "\f054";
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -4px;
          color: #cb0009;
          line-height: 1;
          font-size: 12px; }
      .page-job-detail .job-body .interviews .interview a:hover {
        background: #fafafa;
        opacity: 0.9; }
  .page-job-detail .job-body .job-detail .entry-btn {
    padding: 35px;
    border-top: solid 1px #c9d7d9;
    border-bottom: solid 1px #c9d7d9;
    margin-bottom: 50px; }
    .page-job-detail .job-body .job-detail .entry-btn a {
      width: 500px;
      font-size: 18px;
      line-height: 60px;
      height: 60px;
      box-shadow: 0px 2px 9px 0px rgba(152, 157, 165, 0.44); }
  .page-job-detail .job-body .job-detail section {
    margin-bottom: 60px; }
    .page-job-detail .job-body .job-detail section .is-title-type1 {
      font-size: 20px; }
    .page-job-detail .job-body .job-detail section table {
      font-size: 15px;
      width: 100%; }
      .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 {
        padding: 10px 25px;
        line-height: 1.8; }
      .page-job-detail .job-body .job-detail section table th {
        font-weight: bold;
        width: 200px;
        text-align: left; }
      .page-job-detail .job-body .job-detail section table td .notes {
        font-size: 12px;
        color: #5e5e5e; }
  .page-job-detail .job-body .job-detail .flows .flow {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5px; }
    .page-job-detail .job-body .job-detail .flows .flow h4 {
      font-weight: bold;
      font-size: 14px; }
    .page-job-detail .job-body .job-detail .flows .flow p {
      font-size: 13px;
      color: #546264; }
  .page-job-detail .job-body .job-detail .flows .flow:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 10px;
    color: #adb9bb; }
  .page-job-detail .job-body .job-detail .flows .flow:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .page-job-detail .job-body .job-detail .flows .flow:last-child:after {
    display: none; }
  .page-job-detail .job-body .publish_at {
    color: #8d9498;
    font-size: 12px;
    text-align: right;
    padding: 16px 0 20px; }
.page-job-detail .to-top-btn {
  overflow: hidden;
  margin-bottom: 65px; }
  .page-job-detail .to-top-btn a {
    display: block;
    width: 485px;
    height: 50px;
    line-height: 50px;
    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; }
  .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 {
  padding: 55px 100px 70px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 75px;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
  .page-job-detail .other-jobs div.job {
    overflow: hidden;
    box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
    border: solid 1px #e7eeef;
    margin-bottom: 40px; }
    .page-job-detail .other-jobs div.job a {
      display: block;
      padding: 18px;
      overflow: hidden;
      color: #000;
      position: relative; }
      .page-job-detail .other-jobs div.job a figure {
        display: block;
        width: 256px;
        float: left;
        margin: 0; }
        .page-job-detail .other-jobs div.job a figure img {
          display: block; }
      .page-job-detail .other-jobs div.job a .detail {
        width: 568px;
        float: right;
        padding-top: 14px; }
        .page-job-detail .other-jobs div.job a .detail ul.main-tags {
          font-size: 13px;
          overflow: hidden;
          margin-bottom: 18px; }
          .page-job-detail .other-jobs div.job a .detail ul.main-tags li {
            display: block;
            float: left;
            margin-right: 8px;
            padding: 5px 15px; }
          .page-job-detail .other-jobs div.job a .detail 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: 10px; }
          .page-job-detail .other-jobs div.job a .detail ul.main-tags li.tag-employment-status {
            border: solid 1px #fff;
            color: #e83828;
            position: relative;
            overflow: hidden;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px; }
          .page-job-detail .other-jobs div.job a .detail ul.main-tags li.tag-employment-status:after {
            content: '';
            position: absolute;
            background: #e83828;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            opacity: 0.1; }
        .page-job-detail .other-jobs div.job a .detail h3 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 14px; }
        .page-job-detail .other-jobs div.job a .detail h5 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 14px; }
        .page-job-detail .other-jobs div.job a .detail p {
          font-size: 14px;
          color: #546264;
          margin-bottom: 22px; }
        .page-job-detail .other-jobs div.job a .detail ul.sub-tags {
          overflow: hidden; }
          .page-job-detail .other-jobs div.job a .detail ul.sub-tags li {
            font-size: 13px;
            color: #546264;
            background: #edf6f7;
            border: solid 1px #d6e1eb;
            margin-right: 8px;
            margin-bottom: 8px;
            padding: 7px 10px;
            display: block;
            float: left; }
    .page-job-detail .other-jobs div.job a:after {
      font-family: FontAwesome;
      content: "\f054";
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -5px;
      color: #cb0009;
      font-size: 12px; }
    .page-job-detail .other-jobs div.job a:hover {
      opacity: 0.8;
      background-color: #fafafa; }
  .page-job-detail .other-jobs div.to-all a {
    display: block;
    width: 320px;
    height: 62px;
    line-height: 62px;
    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: 50px; }
  .title-center h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px; }
  .title-center small {
    font-size: 12px;
    color: #cb0009; }

.page-interview .box {
  background: #fff;
  padding: 50px 100px;
  margin-bottom: 45px;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
.page-interview .shortcut-links {
  margin-bottom: 50px; }
  .page-interview .shortcut-links ul {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    background: #fff;
    font-size: 15px; }
    .page-interview .shortcut-links ul li {
      padding: 0;
      margin-right: 18px;
      overflow: hidden;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      width: 25%;
      border: solid 1px #e7eeef;
      box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27); }
      .page-interview .shortcut-links ul li a {
        color: #000;
        display: block;
        text-decoration: none;
        height: 50px;
        line-height: 50px; }
      .page-interview .shortcut-links ul li a:hover {
        background: #cb0009;
        color: #fff; }
.page-interview .shortcut-interviews {
  overflow: hidden; }
  .page-interview .shortcut-interviews > div:nth-child(odd) {
    float: left;
    clear: both; }
  .page-interview .shortcut-interviews > div:nth-child(even) {
    float: right; }
  .page-interview .shortcut-interviews .shortcut-interview {
    box-shadow: 0px 3px 6px 0px rgba(171, 194, 194, 0.27);
    border: solid 1px #e7eeef;
    width: 423px;
    margin-bottom: 25px; }
    .page-interview .shortcut-interviews .shortcut-interview a {
      text-decoration: none;
      display: block;
      color: #000;
      padding: 18px 28px 5px; }
      .page-interview .shortcut-interviews .shortcut-interview a h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 2;
        margin-bottom: 12px; }
      .page-interview .shortcut-interviews .shortcut-interview a .content {
        overflow: hidden; }
      .page-interview .shortcut-interviews .shortcut-interview a figure {
        margin-bottom: 14px; }
        .page-interview .shortcut-interviews .shortcut-interview a figure img {
          display: block;
          width: 100%;
          height: auto; }
      .page-interview .shortcut-interviews .shortcut-interview a p {
        color: #546264;
        line-height: 2;
        font-size: 14px;
        margin-bottom: 25px;
        padding-left: 5px; }
      .page-interview .shortcut-interviews .shortcut-interview a div.to-detail {
        border-top: solid 1px #e7eeef;
        padding: 20px;
        text-align: center;
        background-size: 7px;
        position: relative; }
        .page-interview .shortcut-interviews .shortcut-interview a div.to-detail span {
          color: #111111;
          font-size: 14px; }
      .page-interview .shortcut-interviews .shortcut-interview a div.to-detail:after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -4px;
        color: #cb0009;
        line-height: 1;
        font-size: 12px; }
    .page-interview .shortcut-interviews .shortcut-interview a:hover {
      background: #fafafa;
      opacity: 0.9; }
.page-interview div.to-all {
  padding-top: 15px; }
  .page-interview div.to-all a {
    display: block;
    width: 320px;
    height: 62px;
    line-height: 62px;
    margin: 0 auto;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
    position: relative;
    background: #edf6f7;
    cursor: pointer; }
  .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 {
  padding-bottom: 0;
  margin-bottom: 60px; }
  .page-interview .box-interviews div.box-title {
    margin-bottom: 50px; }
    .page-interview .box-interviews div.box-title h2 {
      font-size: 26px;
      font-weight: bold;
      text-align: center; }
    .page-interview .box-interviews div.box-title h2:after {
      content: "";
      background: #cb0009;
      display: block;
      height: 6px;
      width: 50px;
      margin: 0 auto;
      margin-top: 28px; }
  .page-interview .box-interviews .interview {
    border-top: solid 1px #c9d7d9;
    padding-top: 38px;
    padding-bottom: 65px; }
    .page-interview .box-interviews .interview .interview-header {
      overflow: hidden; }
      .page-interview .box-interviews .interview .interview-header figure {
        width: 424px;
        float: left;
        margin-bottom: 30px; }
        .page-interview .box-interviews .interview .interview-header figure img {
          display: block;
          width: 100%;
          height: auto; }
      .page-interview .box-interviews .interview .interview-header .about {
        width: 430px;
        margin-bottom: 30px;
        float: right; }
        .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: 8px 20px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
          color: #e83828;
          font-size: 13px;
          margin-bottom: 12px; }
        .page-interview .box-interviews .interview .interview-header .about h4 {
          font-size: 22px;
          font-weight: bold;
          line-height: 1.5;
          margin-bottom: 15px; }
        .page-interview .box-interviews .interview .interview-header .about p {
          color: #7a8287;
          font-size: 14px;
          line-height: 2; }
    .page-interview .box-interviews .interview .history {
      clear: both;
      background: #edf6f7;
      margin-bottom: 30px; }
      .page-interview .box-interviews .interview .history table tr {
        vertical-align: top; }
        .page-interview .box-interviews .interview .history table tr th, .page-interview .box-interviews .interview .history table tr td {
          padding: 25px 20px;
          font-size: 14px; }
        .page-interview .box-interviews .interview .history table tr th {
          font-weight: bold;
          width: 130px; }
        .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: 0;
          color: #adb9bb; }
        .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: 19px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 10px;
        box-shadow: inset 0  -2px 0 #ddd;
        position: relative;
        padding-bottom: 14px; }
      .page-interview .box-interviews .interview .detail section h4:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 2px;
        background: #cb0009; }
      .page-interview .box-interviews .interview .detail section p {
        font-size: 15px;
        line-height: 1.8; }
    .page-interview .box-interviews .interview div.to-jobs-link {
      padding-top: 30px; }
      .page-interview .box-interviews .interview div.to-jobs-link a {
        display: block;
        width: 480px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        text-decoration: none;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        border-radius: 200px;
        position: relative;
        background: #cb0009;
        color: #ffffff;
        box-shadow: 0px 2px 9px 0px rgba(153, 155, 158, 0.44); }
      .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: 30px;
        top: 50%;
        margin-top: -5px;
        color: #ffffff;
        line-height: 1;
        font-size: 12px; }
    .page-interview .box-interviews .interview div.to-jobs-link.no-jobs a {
      background-color: #aaa;
      cursor: not-allowed; }
    .page-interview .box-interviews .interview div.to-jobs-link.no-jobs a:hover {
      opacity: 1; }

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

.page-entry .box {
  padding: 50px 100px;
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07);
  margin-bottom: 75px; }
.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: 390px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    -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 th, .form table td {
    padding: 14px 18px;
    border-bottom: solid 1px #c9d7d9;
    vertical-align: top; }
  .form table th {
    background: #edf6f7;
    padding: 25px 18px; }
  .form table th.name {
    width: 180px;
    font-weight: bold;
    text-align: left; }
  .form table th.mark {
    width: 64px;
    padding-top: 22px; }
    .form table th.mark span {
      display: block;
      width: 36px;
      font-size: 11px;
      border: solid 1px #666;
      color: #666;
      background: #fff;
      padding: 3px 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .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 td {
    vertical-align: middle; }
    .form table td .notes {
      font-size: 12px;
      color: #999;
      display: inline-block;
      margin-top: 5px; }
  .form table .flat {
    display: flex;
    flex-wrap: wrap; }
    .form table .flat .unit {
      padding: 14px 10px 0; }
    .form table .flat input[type=text],
    .form table .flat input[type=tel],
    .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: 600px;
      display: flex;
      flex-wrap: wrap; }
      .form table .wpcf7-form-control-wrap.qualifications .wpcf7-form-control .wpcf7-list-item {
        width: 300px;
        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: 15px; }
  .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: 100%; }
  .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: 45px 0 0;
  font-size: 16px; }
  .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 .submit-btn {
  text-align: center;
  position: relative;
  width: 334px;
  height: 68px;
  margin: 25px auto 0; }
  .form .submit-btn input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #cb0009;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    font-size: 19px;
    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; }

.page-entry-thanks .topic-path,
.page-contact-thanks .topic-path {
  margin-bottom: 0px; }
.page-entry-thanks .box,
.page-contact-thanks .box {
  text-align: center;
  background: #fff;
  padding: 120px 100px;
  margin-bottom: 45px;
  box-shadow: 0px 4px 18px 0px rgba(62, 72, 76, 0.07); }
  .page-entry-thanks .box h2,
  .page-contact-thanks .box h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px; }
  .page-entry-thanks .box p,
  .page-contact-thanks .box p {
    color: #546264;
    margin-bottom: 50px;
    line-height: 1.8; }
  .page-entry-thanks .box a.back,
  .page-contact-thanks .box a.back {
    display: block;
    width: 280px;
    border-radius: 50px;
    border: solid 1px #ccc;
    color: #bbb;
    font-size: 14px;
    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: 50px 100px;
  margin-bottom: 50px; }

.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: 22px; }
  .post-contents h3 {
    font-size: 20px; }
  .post-contents h4 {
    font-size: 18px; }
  .post-contents h5 {
    font-size: 16px; }
  .post-contents h6 {
    font-size: 15px; }
  .post-contents p {
    margin-bottom: 10px;
    font-size: 15px; }
  .post-contents a {
    color: #cb0009; }
  .post-contents a:hover {
    opacity: 0.8; }
  .post-contents figure {
    margin: 15px 0; }

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

/* ----------------------------
    動画の設定
---------------------------- */
/** TOPページの動画 **/
section.box.box-top-movie {
  padding: 50px 100px; }
  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: 560px;
      margin: 0 auto 25px 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: 560px;
        height: 375px; }
    section.box.box-top-movie div.youtube-pattern-a div.youtube-flex-box {
      display: flex;
      align-items: stretch;
      justify-content: center; }
      section.box.box-top-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub {
        width: 400px;
        margin: 5px 20px 0 20px; }
        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: 24px;
          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: 400px;
          height: 320px; }
  section.box.box-top-movie div.youtube-pattern-b {
    overflow: hidden; }
    section.box.box-top-movie div.youtube-pattern-b div.youtube-flex-box {
      display: flex;
      align-items: stretch;
      justify-content: center; }
      section.box.box-top-movie div.youtube-pattern-b div.youtube-flex-box div.youtube-inner-sub {
        width: 400px;
        margin: 5px 20px 0 20px; }
        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: 24px;
          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: 400px;
          height: 320px; }

/** 求人ページの動画 **/
.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: flex;
    align-items: stretch;
    justify-content: center; }
    .page-job-detail .job-body .jobs-movie div.youtube-pattern-a div.youtube-flex-box div.youtube-inner-sub {
      width: 32%;
      margin: 5px 5px 45px 5px; }
      .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: 28px;
        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%; }
