@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

header .content_wrapper h1 img {
	width: 40px!important;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  line-height: 1.8;
  box-sizing: border-box; }
  body .smp-disp {
    display: none !important; }
  body .pc-disp {
    display: block; }
  body a {
    transition: 0.5s;
    text-decoration: none; }

.content_wrapper {
  width: 980px;
  margin: 0 auto; }

header {
  width: 100%;
  padding: 10px 0; }
  header .content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    header .content_wrapper h1 {
      width: 20%;
      line-height: 0;
      padding: 5px;
      transition: 0.5s ease-out; }
      header .content_wrapper h1 img {
        width: 100%; }
    header .content_wrapper nav {
      width: 80%;
      background-color: transparent; }
      header .content_wrapper nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        list-style-type: none; }
        header .content_wrapper nav ul li {
          font-size: 90%;
          margin: 0 10px; }
          header .content_wrapper nav ul li i {
            display: none; }
          header .content_wrapper nav ul li:nth-child(1) {
            display: none; }
          header .content_wrapper nav ul li a {
            color: #0a0909; }

#fix-header {
  background-color: #e6e6e6;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 990; }

#section_faq_wrapper .title {
  margin-bottom: 50px; }

#section_faq_wrapper h2 {
  font-size: 80%;
  display: inline-block;
  margin-bottom: 10px; }
  #section_faq_wrapper h2 span {
    display: inline-block;
    padding-left: 5px; }

#section_faq_wrapper .title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 30px; }

#section_faq_wrapper h3 {
  position: relative;
  padding-left: 1.2em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 130%;
  margin-bottom: 30px; }

#section_faq_wrapper h3:before {
  content: 'ー';
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  font-weight: bold; }

#section_faq_wrapper .faq_wrapper > div {
  margin-bottom: 50px; }

#section_faq_wrapper .faq_wrapper dl {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px 40px;
  transition: 0.5s ease-out;
  margin-bottom: 20px; }
  #section_faq_wrapper .faq_wrapper dl dt span {
    display: block;
    padding: 20px 70px 22px 76px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s ease-out; }
  #section_faq_wrapper .faq_wrapper dl dd {
    display: none; }
    #section_faq_wrapper .faq_wrapper dl dd p {
      margin: 0 20px 20px;
      padding: 23px 65px 22px 103px;
      line-height: 2;
      background-repeat: no-repeat;
      background-position: 40px 20px;
      background-size: 40px 40px; }

#section_faq_wrapper .faq_wrapper .active span {
  transition: 0.5s ease-out; }

#jtcc_wrapper {
  padding: 80px 0;
  background-size: cover; }
  #jtcc_wrapper .content_wrapper {
    padding: 30px 0; }
    #jtcc_wrapper .content_wrapper .title {
      width: 200px;
      margin: 0 auto; }
      #jtcc_wrapper .content_wrapper .title img {
        width: 100%; }
    #jtcc_wrapper .content_wrapper h2 {
      font-weight: normal;
      text-align: center;
      margin-bottom: 30px; }
    #jtcc_wrapper .content_wrapper .text {
      width: 80%;
      margin: 0 auto 50px auto; }
    #jtcc_wrapper .content_wrapper .button p {
      text-align: center; }

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
  height: 100%; }

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

.modal-bg.is-show {
  display: block;
  z-index: 997; }

.modal-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 400px;
  height: 80%;
  transform: translate(-50%, -50%);
  background: #ffffff; }

.modal-contents.is-show {
  display: block;
  z-index: 999;
  transition: 0.5s ease-out; }

.modal-scroll {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.modal-body {
  display: none; }

.modal-body.is-show {
  display: block; }

.modal-close {
  position: absolute;
  top: -30px;
  right: 0; }

html {
  font-size: 62.5%; }

body {
  color: #0a0909;
  background-color: #e6e6e6;
  font-family: 'Noto Sans Japanese',   sans-serif; }
  body .smp-disp {
    display: none !important; }
  body .pc-disp {
    display: block; }
  body a {
    color: #4e4e4e; }

#twocolumn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 0; }
  #twocolumn_wrapper > * {
    padding: 20px; }
  #twocolumn_wrapper .content_box {
    width: 70%; }
  #twocolumn_wrapper .interview_box, #twocolumn_wrapper .column_box {
    background-color: #ffffff;
    padding: 10px; }
    #twocolumn_wrapper .interview_box h2, #twocolumn_wrapper .column_box h2 {
      font-weight: 700;
      font-size: 110%;
      margin-bottom: 10px;
      padding: 0.25em 0.5em;
      /*上下 左右の余白*/
      background: transparent;
      /*背景透明に*/
      border-left: solid 5px #05849b;
      /*左線*/ }
    #twocolumn_wrapper .interview_box > div, #twocolumn_wrapper .column_box > div {
      margin: 0 auto;
      width: 95%; }
    #twocolumn_wrapper .interview_box h3, #twocolumn_wrapper .column_box h3 {
      margin-bottom: 10px;
      border-bottom: double 3px #05849b; }
    #twocolumn_wrapper .interview_box .name, #twocolumn_wrapper .column_box .name {
      color: #696969;
      font-size: 80%; }
    #twocolumn_wrapper .interview_box p, #twocolumn_wrapper .column_box p {
      margin-bottom: 10px; }
      #twocolumn_wrapper .interview_box p img, #twocolumn_wrapper .column_box p img {
        width: 100%; }
  #twocolumn_wrapper .page-numbers {
    list-style-type: none;
    text-align: center; }
    #twocolumn_wrapper .page-numbers li {
      display: inline-block; }
  #twocolumn_wrapper .newsall_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #twocolumn_wrapper .newsall_box > div {
      background-color: #ffffff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
      transition: 0.5s ease-out;
      position: relative;
      width: 48%;
      margin: 15px 0; }
      #twocolumn_wrapper .newsall_box > div a {
        color: #0a0909; }
      #twocolumn_wrapper .newsall_box > div .tag {
        width: 80%;
        font-size: 80%;
        position: absolute;
        top: -15px;
        left: 5px;
        text-align: center;
        background-color: #ffffff;
        padding: 3px;
        border: 2px solid #05849b; }
        #twocolumn_wrapper .newsall_box > div .tag span {
          display: inline-block; }
      #twocolumn_wrapper .newsall_box > div .tag_rec {
        border: 2px solid #05849b;
        color: #d8063b; }
      #twocolumn_wrapper .newsall_box > div dl dt {
        overflow: hidden;
        z-index: 1; }
        #twocolumn_wrapper .newsall_box > div dl dt .images {
          overflow: hidden;
          z-index: 1; }
        #twocolumn_wrapper .newsall_box > div dl dt img {
          width: 100%;
          transition: 1s ease-out;
          display: block; }
        #twocolumn_wrapper .newsall_box > div dl dt img:hover {
          transform: scale(1.2);
          transition: 1s ease-out;
          opacity: 0.5;
          filter: alpha(opacity=50); }
      #twocolumn_wrapper .newsall_box > div dl dd {
        padding: 15px 10px 20px 10px; }
        #twocolumn_wrapper .newsall_box > div dl dd h2 {
          font-size: 100%;
          margin-bottom: 5px; }
          #twocolumn_wrapper .newsall_box > div dl dd h2 span {
            font-size: 80%; }
          #twocolumn_wrapper .newsall_box > div dl dd h2 p {
            font-size: 110%; }
        #twocolumn_wrapper .newsall_box > div dl dd .sub_content {
          font-size: 80%; }
        #twocolumn_wrapper .newsall_box > div dl dd div {
          font-size: 90%; }
      #twocolumn_wrapper .newsall_box > div:hover {
        transition: 0.5s ease-out;
        background-color: #f3f3f3; }
  #twocolumn_wrapper #side_box {
    width: 30%; }
    #twocolumn_wrapper #side_box h2 {
      font-weight: 700;
      font-size: 110%;
      margin-bottom: 15px;
      padding: 0.25em 0.5em;
      background: transparent;
      border-left: solid 5px #05849b; }
    #twocolumn_wrapper #side_box .recruit_search {
      background-color: #ffffff;
      padding: 10px; }
      #twocolumn_wrapper #side_box .recruit_search .recruit_search_wrapper > li:nth-child(3), #twocolumn_wrapper #side_box .recruit_search .recruit_search_wrapper > li:nth-child(2), #twocolumn_wrapper #side_box .recruit_search .recruit_search_wrapper > li:nth-child(1) {
        width: 100%; }

.job_box .search_results {
  background-color: transparent;
  padding: 0; }

.job_box .recruit_search .recruit_search_wrapper > li:nth-child(2), .job_box .recruit_search .recruit_search_wrapper > li:nth-child(1) {
  width: 40%; }

.job_box .recruit_search .recruit_search_wrapper > li:nth-child(3) {
  width: 18%; }

.job_box a {
  color: #0a0909; }

.job_det_box > div {
  margin-bottom: 30px; }

.job_det_box h2, .job_box h2, .entry_box h2 {
  font-size: 120%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: double 5px #0a0909; }
  .job_det_box h2 span, .job_box h2 span, .entry_box h2 span {
    font-size: 80%;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px; }
  .job_det_box h2 p, .job_box h2 p, .entry_box h2 p {
    font-size: 120%; }

.job_det_box > div, .job_box > div {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 20px 10px; }
  .job_det_box > div dl, .job_box > div dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px; }
    .job_det_box > div dl dt, .job_box > div dl dt {
      width: 35%; }
      .job_det_box > div dl dt img, .job_box > div dl dt img {
        width: 100%; }
    .job_det_box > div dl dd, .job_box > div dl dd {
      width: 60%; }
      .job_det_box > div dl dd > a, .job_box > div dl dd > a {
        display: block; }
        .job_det_box > div dl dd > a p, .job_box > div dl dd > a p {
          font-size: 90%; }

.link_button {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 10px auto; }
  .link_button li {
    width: 48%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-transition: 4px;
    border-radius: 4px; }
    .link_button li a {
      text-align: center;
      display: inline-block;
      width: 100%;
      text-decoration: none;
      padding: 15px 20px;
      font-weight: 700; }
      .link_button li a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .link_button li:nth-child(1) {
      border: 2px solid #4e4e4e;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-transition: 4px;
      border-radius: 4px; }
      .link_button li:nth-child(1) a {
        background-color: #ffffff;
        color: #4e4e4e; }
    .link_button li:nth-child(2) {
      border: 2px solid #60b7ff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-transition: 4px;
      border-radius: 4px; }
      .link_button li:nth-child(2) a {
        background-color: #60b7ff;
        color: #ffffff; }

.job-table {
  border-collapse: collapse;
  width: 90%;
  margin: 0px auto 30px auto;
  font-size: 90%; }
  .job-table th {
    border: 1px solid #dddddd;
    padding: 10px 10px 10px 15px;
    width: 200px;
    text-align: left;
    background-color: #f3f3f3; }
  .job-table td {
    border: 1px solid #dddddd;
    padding: 10px 10px 10px 15px;
    background: #fff; }
  .job-table p.txt {
	margin-bottom: 1.5rem;}
.pager {
  text-align: center;
  padding: 10px 0 80px 0; }

.recruit_search {
  background-color: #eeeeee;
  margin-bottom: 30px; }
  .recruit_search select {
    position: relative;
    width: 100%;
    min-height: 46px;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #acacac;
    background: #ffffff;
    font-size: 100%; }
  .recruit_search .select_wrapper {
    position: relative; }
  .recruit_search .recruit_search_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none; }
    .recruit_search .recruit_search_wrapper > * {
      margin-bottom: 10px; }
    .recruit_search .recruit_search_wrapper > li button {
      display: block;
      width: 80%;
      margin: 0 auto;
      height: 40px;
      color: #ffffff;
      line-height: 25px;
      text-align: center;
      font-size: 100%;
      border: none;
      border-radius: 5px;
      background-color: #046479; }
  .recruit_search .select_wrapper:after {
    color: #3da7ff;
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    position: absolute;
    top: 5px;
    right: 20px;
    width: 20px;
    height: 20px;
    pointer-events: none;
    font-weight: 900;
    font-size: 120%; }
  .recruit_search select::-ms-expand {
    display: none; }

.mw_wp_form_preview .wrapper_column .select_wrapper {
  width: auto !important; }

.mw_wp_form_preview .select_wrapper {
  border: 1px solid transparent !important; }
  .mw_wp_form_preview .select_wrapper:before {
    border-top: 7px solid transparent !important; }

.form {
  padding: 30px 0; }
  .form dl {
    width: 500px;
    margin: 0 auto; }
    .form dl dt {
      margin-bottom: 10px;
      font-size: 80%;
      font-weight: bold; }
    .form dl .select_wrapper {
      display: inline-block;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-transition: 4px;
      border-radius: 4px;
      margin-right: 10px;
      background: #ffffff;
      border: 1px solid #4e4e4e; }
      .form dl .select_wrapper:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        width: 0;
        height: 0;
        margin: -2px 0 0 0;
        border: 5px solid transparent;
        border-top: 7px solid #4e4e4e; }
    .form dl select {
      cursor: pointer;
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      display: block;
      width: 100%;
      padding: 0.6em;
      font-size: 16px;
      border: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-transition: 4px;
      border-radius: 4px;
      background: transparent; }
    .form dl .wrapper_column > * {
      display: inline-block;
      margin-right: 3px; }
    .form dl .wrapper_column input[type="text"] {
      width: 30%; }
    .form dl .wrapper_column .select_wrapper {
      width: 20%; }
      .form dl .wrapper_column .select_wrapper:after {
        width: 1.5em; }
      .form dl .wrapper_column .select_wrapper:before {
        right: 0.5em; }
    .form dl dd {
      margin-bottom: 20px; }
      .form dl dd input {
        padding: 10px;
        font-size: 17px;
        box-sizing: border-box;
        width: 100%;
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-transition: 4px;
        border-radius: 4px;
        border: 1px solid #4e4e4e; }
      .form dl dd .list-radio-button {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        .form dl dd .list-radio-button > li {
          position: relative;
          width: 40%;
          padding: 10px; }
      .form dl dd .mwform-radio-field input {
        width: auto; }
      .form dl dd .wrap-attention {
        padding: 14px;
        height: inherit;
        border: 1px solid #4e4e4e;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-transition: 4px;
        border-radius: 4px;
        background-color: #ffffff; }
        .form dl dd .wrap-attention .wrap-txtarea {
          margin-bottom: 15px;
          padding: 15px;
          border: 1px dashed #4e4e4e;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-transition: 4px;
          border-radius: 4px;
          background-color: #ffffff; }
          .form dl dd .wrap-attention .wrap-txtarea div {
            border: none;
            background: inherit;
            margin: 0;
            padding: 0;
            height: 150px;
            border-radius: 5px;
            width: 100%;
            line-height: 18px;
            overflow: auto;
            font-size: 70%; }
      .form dl dd .list-checkbox input {
        width: auto; }
      .form dl dd .list-checkbox li {
        display: inline-block; }
  .form .btn {
    text-align: center;
    width: 60%;
    margin: 10px auto; }
    .form .btn input {
      font-weight: 700;
      width: 100%;
      margin: 20px auto 10px auto;
      padding: 15px 0 20px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1;
      text-decoration: none;
      letter-spacing: 1.6px;
      -webkit-appearance: none;
      transition: all .4s;
      transform: rotate(0.001deg);
      background-color: #A8D7FF;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-transition: 4px;
      border-radius: 4px;
      color: #ffffff; }
    .form .btn .back-button {
      background-color: #ffc9d7;
      color: #ffffff; }
  .form .label-required:after {
    display: inline-block;
    border-radius: 3px;
    margin-left: .5em;
    padding: .35em .5em;
    line-height: 1;
    vertical-align: middle;
    content: "必須";
    color: #ffffff;
    background-color: #A8D7FF; }

.pager .current {
  border: 1px solid #A8D7FF;
  background-color: #ffffff; }

.pager .page-numbers {
  padding: 5px; }

.pager a {
  text-decoration: underline;
  color: #4e4e4e; }

footer {
  background-color: #000; }
  footer p {
    text-align: center;
    font-size: 80%;
    padding: 10px 0; }
    footer p a {
      color: #ffffff; }
    @media screen and (max-width: 768px) {
		.spn {display:none;}
  body .smp-disp {
    display: block !important; }
  body .pc-disp {
    display: none; }
  header h1 {
    width: 50%; }
    header h1 img {
      width: 100%; }
  .content_wrapper {
    width: 90%;
    min-width: 320px;
    margin: 0 auto; }
  header {
    width: 100%;
    padding: 10px 0; }
    header .content_wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      header .content_wrapper h1 {
        width: 20%;
        min-width: 200px; }
      header .content_wrapper nav {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        background-color: #4B93C6;
        border-top: 1px solid rgba(255, 255, 255, 0.4); }
        header .content_wrapper nav ul {
          justify-content: space-between; }
          header .content_wrapper nav ul li {
            font-size: 90%;
            margin: 0;
            text-align: center;
            width: 25%;
            line-height: 1;
            box-sizing: border-box;
            padding: 10px 0;
            border-right: 1px solid rgba(255, 255, 255, 0.4); }
            header .content_wrapper nav ul li i {
              display: block;
              font-size: 180%; }
            header .content_wrapper nav ul li span {
              font-size: 60%; }
            header .content_wrapper nav ul li:nth-child(1) {
              display: none; }
            header .content_wrapper nav ul li:last-child {
              border-right: none; }
            header .content_wrapper nav ul li a {
              color: #ffffff; }
  #fix-header {
    display: none; }
  #section_faq_wrapper .faq_wrapper dl dt span {
    padding: 20px 50px 22px 55px;
    background-size: 30px; }
  #section_faq_wrapper .faq_wrapper dl dd p {
    padding: 35px 10px 15px 10px;
    background-position: 5px 5px; }
  #twocolumn_wrapper {
    display: block;
    width: 100% !important; }
    #twocolumn_wrapper .content_box, #twocolumn_wrapper #side_box {
      width: 100%; }
    #twocolumn_wrapper .newsall_box {
      display: block; }
      #twocolumn_wrapper .newsall_box > div {
        width: 100%;
        margin-bottom: 30px; }
  .job_box .recruit_search .recruit_search_wrapper > li:nth-child(2), .job_box .recruit_search .recruit_search_wrapper > li:nth-child(1) {
    width: 100%; }
  .job_box .recruit_search .recruit_search_wrapper > li:nth-child(3) {
    width: 100%; }
  .job_det_box h2, .job_box h2, .entry_box h2 {
    font-size: 120%;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: double 5px #0a0909; }
    .job_det_box h2 span, .job_box h2 span, .entry_box h2 span {
      font-size: 80%;
      font-weight: normal;
      display: inline-block;
      margin-bottom: 5px; }
    .job_det_box h2 p, .job_box h2 p, .entry_box h2 p {
      font-size: 120%; }
  .job_det_box > div, .job_box > div {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 20px 10px; }
    .job_det_box > div dl, .job_box > div dl {
      display: inline-block;
      margin-bottom: 40px; }
      .job_det_box > div dl dt, .job_box > div dl dt {
        width: 100%;
        margin-bottom: 30px; }
      .job_det_box > div dl dd, .job_box > div dl dd {
        width: 100%; }
  .link_button {
    display: block; }
    .link_button li {
      width: 100%;
      margin-bottom: 25px; }
  .job-table {
    border-collapse: collapse;
    width: 100%;
    margin: 0px 0px 30px 0px;
    font-size: 100%; }
    .job-table .top {
      border-top: 1px solid #dddddd !important; }
    .job-table th {
      display: block;
      width: 100%;
      border-bottom: 0px;
      border-top: 0px; }
    .job-table td {
      display: block;
      width: 100%; }
  .recruit_search {
    display: block;
    flex-wrap: wrap;
    padding: 20px; }
    .recruit_search > * {
      margin-bottom: 10px; }
    .recruit_search > li:nth-child(2), .recruit_search > li:nth-child(1) {
      width: 100%; }
    .recruit_search > li:nth-child(3) {
      width: 100%; }
      .recruit_search > li:nth-child(3) button {
        width: 100%; }
  .form dl {
    width: 100%;
    margin: 0 auto; }
  .form .btn {
    text-align: center; }
    .form .btn input {
      width: 80%; }}



/* トップページの求人コラム 2019.06.25 */

a.iziModalToggle {
	cursor: pointer;
}
.column_box.recruit {
	background-color: #ffffff;
	padding: 10px;
}
.column_box.recruit h2 {
	font-weight: 700;
	font-size: 110%;
	margin-bottom: 20px;
	padding: 0.25em 0.5em;
	/*上下 左右の余白*/
	background: transparent;
	/*背景透明に*/
	border-left: solid 5px #d8063b;
	/*左線*/
}
.column_box.recruit > div {
	margin: 0 auto;
	width: 95%;
}
.column_box.recruit h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: double 3px #d8063b;
	line-height: 1.4;
}
.column_box.recruit .name {
	color: #696969;
	font-size: 80%;
}
.column_box.recruit p {
	margin-bottom: 15px;
}
.column_box.recruit p img {
	width: 100%;
	margin: 10px 0 20px;
}

/*# sourceMappingURL=maps/single.css.map */





.slider_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  margin-bottom: 30px; }
  .slider_wrapper .slider_img {
    width: 49%;
    margin-top: 10px;
    padding: 0 20px; }
    .slider_wrapper .slider_img img {
      width: 100%; }
    .slider_wrapper .slider_img .slick-slide img {
      width: 90%;
      margin: 0 auto; }
    .slider_wrapper .slider_img a {
      text-align: center;
      text-decoration: none; }
      .slider_wrapper .slider_img a img {
        width: 90%;
        margin: 0 auto; }
  .slider_wrapper .job_description {
    width: 49%; }


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* \f053s */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
      font-family: "Font Awesome 5 Free";
          font-weight: 900;
          z-index: 999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 25px;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -5px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: -20px;
  }

  [dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
  }
}
.slick-prev:before {
  content: '\f100';
}

[dir='rtl'] .slick-prev:before {
  content: '\f100';
}

.slick-next {
  right: -5px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: -20px;
  }

  [dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
  }
}
.slick-next:before {
  content: '\f101';
}

[dir='rtl'] .slick-next:before {
  content: '\f101';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '■';
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-dots li button:before {
  color: #000;
}

.slick-dots li.slick-active button:before {
  color: #000;
}