@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* ボーダーボックスの変更*/
/* ボーダーボックスの変更*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
icon回転
----------------------------------------------------*/
/*----------------------------------------------------
矢印
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 初期：bg塗りあり、枠線塗りあり ⇨ hoverで反転 */
/* 初期：bg塗りなし、枠線塗りあり ⇨ hoverで反転 */
/* 右矢印付き 「▶︎」*/
/* ボタン矢印あり 「 ---\ 」*/
/* '+' ありボタン */
/* hoverするとブワッとかわる */
main {
  padding-bottom: 45px;
  /* 751- */ }
  @media all and (min-width: 751px) {
    main {
      padding-bottom: 107px; } }

/*----------------------------------------------------
ページ内共通
----------------------------------------------------*/
.recruit_secTitle {
  color: #1BA1E6;
  /* 751- */ }
  .recruit_secTitle .jp, .recruit_secTitle .en {
    display: block; }
  .recruit_secTitle .jp {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6667; }
  .recruit_secTitle .en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6667; }
    .recruit_secTitle .en span {
      position: relative; }
      .recruit_secTitle .en span::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 32px;
        background-color: #1BA1E6;
        top: 50%;
        transform: translateY(-50%);
        right: -40px; }
  @media all and (min-width: 751px) {
    .recruit_secTitle .jp {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1.6667; }
    .recruit_secTitle .en {
      font-size: 26px;
      letter-spacing: 0.05em;
      line-height: 1.6667; } }

/*----------------------------------------------------
ヘッドコンテンツ
----------------------------------------------------*/
#head_recruit {
  padding-top: 47px;
  /* 751- */
  /* CT⇨センターの意味*/ }
  #head_recruit .head_title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    margin-left: 26px;
    margin-bottom: 30px; }
    #head_recruit .head_title::before {
      content: '';
      position: absolute;
      display: block;
      background: #1BA1E6;
      width: 5px;
      height: 65px;
      margin-left: -26px; }
  #head_recruit .text {
    background-color: #fff;
    padding: 36px 24px;
    margin-bottom: -16px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 2; }
  #head_recruit .anchorArea {
    margin-top: -20px;
    position: relative; }
    #head_recruit .anchorArea li {
      background-color: white;
      margin-bottom: 10px;
      box-shadow: 0px 0px 10px rgba(27, 161, 230, 0.2); }
      #head_recruit .anchorArea li a {
        padding: 12px 0 15px 19px;
        display: block;
        position: relative;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 1.6667; }
        #head_recruit .anchorArea li a::after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          border-top: 2px solid #1BA1E6;
          border-right: 2px solid #1BA1E6;
          transform: rotate(45deg);
          top: 40%;
          right: 20px;
          /* -750 */
          transform: rotate(45deg) translateY(-50%); }
          @media all and (max-width: 751px) {
            #head_recruit .anchorArea li a::after {
              transform: rotate(135deg); } }
  @media all and (min-width: 751px) {
    #head_recruit .head_title {
      font-size: 34px;
      letter-spacing: 0.05em;
      line-height: 2;
      margin-left: 26px;
      margin-bottom: 30px;
      z-index: 1; }
      #head_recruit .head_title::before {
        content: '';
        position: absolute;
        display: block;
        background: #1BA1E6;
        width: 5px;
        height: 111px;
        top: 14px;
        margin-left: -26px; }
    #head_recruit .text {
      font-size: 14px;
      letter-spacing: 0.025em;
      line-height: 2; }
    #head_recruit .anchorArea ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    #head_recruit .anchorArea li {
      width: 31%; }
      #head_recruit .anchorArea li a {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 2.5; }
        #head_recruit .anchorArea li a::after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          border-top: 2px solid #1BA1E6;
          border-right: 2px solid #1BA1E6;
          transform: rotate(45deg);
          top: calc(50% - 3px);
          right: 20px;
          transition: all 0.3s;
          transform: rotate(45deg) translateY(-50%); }
        #head_recruit .anchorArea li a:hover {
          filter: drop-shadow(0px 0px 30px rgba(0, 147, 255, 0.2)); }
          #head_recruit .anchorArea li a:hover::after {
            top: calc(50% - 7px);
            transform: rotate(135deg) translateY(-50%); }
    #head_recruit .text {
      padding: 69px 96px; } }
  @media all and (min-width: 1161px) {
    #head_recruit .textArea {
      height: 290px;
      display: flex; }
    #head_recruit .text {
      position: absolute;
      top: -100px;
      right: 0;
      width: 736px; } }

/*----------------------------------------------------
vision
----------------------------------------------------*/
#vision {
  padding: 50px 0 70px;
  background: url("../images/recruit/bg_vision.png");
  background-repeat: no-repeat;
  background-size: 195px 592px;
  background-position: right -15px top 145px;
  /* 751- */
  /* CT⇨センターの意味*/ }
  #vision li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8; }
    #vision li:last-child {
      margin-bottom: 0px; }
  #vision .ttl {
    margin-bottom: 20px;
    position: relative; }
    #vision .ttl .number, #vision .ttl .en {
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 1.6667;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #1BA1E6; }
    #vision .ttl span {
      display: block; }
      #vision .ttl span.number {
        display: inline;
        margin-right: 10px; }
    #vision .ttl .en {
      margin-bottom: 5px; }
    #vision .ttl .jp {
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 1.875;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal; }
  #vision .text {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.846; }
  @media all and (min-width: 751px) {
    #vision {
      background: url("../images/recruit/bg_vision.png");
      background-repeat: no-repeat;
      background-size: 244px 726px;
      background-position: right 50px top 130px;
      padding-top: 130px;
      padding-bottom: 140px; }
      #vision li {
        padding-bottom: 36px;
        margin-bottom: 42px; }
      #vision .ttl .en, #vision .ttl .number {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.6667; }
      #vision .ttl .jp {
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 1.875; }
      #vision .text {
        font-size: 14px;
        letter-spacing: 0.025em;
        line-height: 1.846; }
      #vision .secTitle {
        margin-bottom: 117px; }
        #vision .secTitle h2 span::after {
          content: "";
          position: absolute;
          height: 2px;
          width: 80px;
          background-color: #1BA1E6;
          left: 50%;
          transform: translateX(-50%);
          bottom: -40px; } }
  @media all and (min-width: 1161px) {
    #vision {
      max-width: 1366px;
      margin: 0 auto; }
      #vision .ttl {
        margin-left: 90px; }
        #vision .ttl .number {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -90px; }
      #vision li {
        display: flex;
        justify-content: space-between;
        margin: 36px auto 42px auto;
        max-width: 1000px; }
      #vision .text {
        width: 547px; } }

/*----------------------------------------------------
interview
----------------------------------------------------*/
#interview {
  padding-bottom: 30px;
  /* もっとみるボタン */
  /* 閉じるボタン */
  /* 751- */ }
  #interview .mgbSP {
    /* -750 */ }
    @media all and (max-width: 751px) {
      #interview .mgbSP {
        margin-bottom: 2em; } }
  #interview .float {
    /* 751- */ }
    #interview .float .ttl {
      font-size: 20px;
      border-bottom: 5px solid #40bdc2;
      margin-bottom: 30px; }
    #interview .float .float_block {
      margin-bottom: 60px; }
    @media all and (min-width: 751px) {
      #interview .float .float_block {
        margin-bottom: 107px; }
      #interview .float .float_clear {
        clear: both; } }
    @media all and (min-width: 951px) {
      #interview .float img {
        max-width: 420px; }
      #interview .float img.float_left {
        float: left;
        margin: 0 40px 40px 0; }
      #interview .float img.float_right {
        float: right;
        margin: 0 0px 40px 40px; } }
    @media all and (min-width: 1200px) {
      #interview .float .float_block {
        min-height: 500px; } }
  #interview .text {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 2.1538; }
    #interview .text.grad p {
      position: relative;
      overflow: hidden;
      /* -750 */ }
      @media all and (max-width: 751px) {
        #interview .text.grad p {
          /* 高さのMAX値を指定することでグラデーションがかかる値を制御してる */
          max-height: 350px; } }
      #interview .text.grad p::before {
        content: "";
        position: absolute;
        border-style: none;
        left: 0;
        bottom: 0px;
        z-index: 2;
        width: 100%;
        height: 120px;
        background: linear-gradient(rgba(255, 255, 255, 0) 0, #F7F8F8 100px); }
      @media all and (min-width: 951px) {
        #interview .text.grad p::before {
          max-width: 700px;
          left: initial; } }
  #interview .moreBtn {
    cursor: pointer;
    color: #1BA1E6;
    background: #F7F8F8;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 44px;
    padding: 12px 0;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 2;
    transition: all 0.3s;
    /* 751- */ }
    #interview .moreBtn span {
      position: relative; }
      #interview .moreBtn span::before {
        content: '+';
        font-size: 25px;
        position: absolute;
        font-weight: normal;
        top: 50%;
        transform: translateY(-50%);
        left: -20px; }
    @media all and (min-width: 751px) {
      #interview .moreBtn {
        font-size: 14px;
        letter-spacing: -0.05em;
        line-height: 0;
        max-width: 670px;
        padding: 18px 0; }
        #interview .moreBtn:hover {
          background-color: #1BA1E6;
          color: white; } }
  #interview .closeBtn {
    cursor: pointer;
    color: #1BA1E6;
    background: #F7F8F8;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 44px;
    padding: 12px 0;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 2;
    transition: all 0.3s;
    margin-top: 10px;
    /* 751- */ }
    #interview .closeBtn span {
      position: relative; }
      #interview .closeBtn span::before {
        content: '-';
        font-size: 25px;
        position: absolute;
        font-weight: normal;
        top: calc( 50% - 4px);
        transform: translateY(-50%);
        left: -20px; }
    @media all and (min-width: 751px) {
      #interview .closeBtn {
        display: block;
        margin: 30px auto 0;
        font-size: 14px;
        letter-spacing: -0.05em;
        line-height: 0;
        max-width: 670px;
        padding: 18px 0; }
        #interview .closeBtn:hover {
          background-color: #1BA1E6;
          color: white; } }
  #interview .recruit_secTitle {
    margin-bottom: 20px; }
  #interview .imageArea {
    margin-bottom: 30px; }
  #interview .name span {
    display: block; }
  #interview .name .en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #1BA1E6;
    margin-bottom: 5px; }
  #interview .name .jp {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2; }
  #interview .position {
    margin-bottom: 30px; }
    #interview .position span {
      background-color: #1BA1E6;
      color: white;
      padding: 2px 7px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 12px;
      letter-spacing: 0.025em;
      line-height: 1.6667; }
  #interview .introText {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px; }
  @media all and (min-width: 751px) {
    #interview {
      padding-bottom: 100px; }
      #interview .name {
        margin-bottom: 11px; }
        #interview .name .en {
          font-size: 15px;
          letter-spacing: 0.1em;
          line-height: 2; }
        #interview .name .jp {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 30px;
          letter-spacing: 0.1em;
          line-height: 1.333; }
      #interview .position {
        margin-bottom: 30px; }
        #interview .position span {
          padding: 7px 10px;
          font-size: 16px;
          letter-spacing: 0.1em;
          line-height: 1.6667; }
      #interview .text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.857; } }

/*----------------------------------------------------
office
----------------------------------------------------*/
#office {
  padding-bottom: 43px;
  /* 751- */ }
  #office li {
    padding: 30px 0;
    border-bottom: 1px #D0CECE solid; }
    #office li:first-child {
      border-top: 1px #D0CECE solid; }
  #office .recruit_secTitle {
    margin-bottom: 10px; }
  #office .imageArea {
    margin-bottom: 13px; }
  #office .name {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-left: 1em;
    margin-bottom: 15px;
    position: relative; }
    #office .name::before {
      content: '';
      position: absolute;
      display: block;
      background: #1BA1E6;
      width: 5px;
      height: 16px;
      margin-left: -1em;
      top: 5px; }
  #office .text {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.846; }
  @media all and (min-width: 751px) {
    #office .name {
      font-size: 20px;
      letter-spacing: 0.1em;
      line-height: 1.6667;
      margin-bottom: 29px; }
      #office .name::before {
        content: '';
        position: absolute;
        display: block;
        background: #1BA1E6;
        width: 5px;
        height: 21px;
        margin-left: -1em;
        top: 7px; }
    #office .text {
      font-size: 14px;
      letter-spacing: 0.025em;
      line-height: 1.846; } }
  @media all and (min-width: 1000px) {
    #office .imageArea {
      box-sizing: border-box;
      width: 28%; }
    #office .textArea {
      margin-left: 50px;
      width: 66%; }
    #office li {
      max-width: 1000px;
      margin: 0 auto;
      display: flex; } }

/*----------------------------------------------------
date
----------------------------------------------------*/
#date {
  padding: 40px 0 22px;
  background-color: #fff;
  /* 751- */ }
  #date .recruit_secTitle {
    margin-bottom: 35px; }
  #date ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 15px; }
  #date li {
    width: 48%;
    margin-bottom: 42px; }
  #date .ttlArea {
    text-align: center; }
  #date .ttl {
    background-color: #1E2427;
    margin: 0 auto 19px;
    width: 101px;
    color: white;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.6667; }
  @media all and (min-width: 751px) {
    #date .ttl {
      margin: 0 auto 28px;
      padding: 4px 0;
      width: 144px;
      font-size: 20px;
      letter-spacing: 0.05em;
      line-height: 1.6667; }
    #date ul {
      margin: 0 auto;
      max-width: 875px; }
      #date ul::after {
        content: "";
        display: block;
        width: 31%;
        height: 0; }
    #date li {
      width: 31%;
      margin-bottom: 88px; } }

/*----------------------------------------------------
system
----------------------------------------------------*/
#system {
  padding: 54px 0 54px;
  /* 751- */ }
  #system .recruit_secTitle {
    margin-bottom: 20px; }
  #system li {
    background-color: #fff;
    padding: 32px 22px 31px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px rgba(30, 36, 39, 0.1);
    /* -750 */ }
    @media all and (max-width: 751px) {
      #system li:last-child {
        margin-bottom: 0px; } }
  #system .ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
    margin-bottom: 30px; }
    #system .ttl span {
      font-size: 13px;
      letter-spacing: 0.05em;
      line-height: 1.6667; }
  #system .mainText {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2; }
  #system .sub {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.1;
    color: #697D93; }
  @media all and (min-width: 751px) {
    #system .ttl {
      font-size: 22px;
      letter-spacing: 0.05em;
      line-height: 1.6667;
      margin-bottom: 39px; }
      #system .ttl span {
        font-size: 17px;
        letter-spacing: 0.05em;
        line-height: 1.6667; }
    #system .mainText {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 2.1; }
    #system .sub {
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 2.1; }
    #system li {
      padding: 42px 48px 54px; } }
  @media all and (min-width: 1000px) {
    #system ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    #system li {
      width: 48.275%;
      margin-bottom: 40px; } }

/*----------------------------------------------------
recruitment-type
----------------------------------------------------*/
#recruitment-type .recruit_secTitle {
  margin-bottom: 21px;
  /* 751- */ }
  @media all and (min-width: 751px) {
    #recruitment-type .recruit_secTitle {
      margin-bottom: 40px; } }
#recruitment-type .recruitment.list > ul {
  padding-bottom: 15px;
  /* 751- */
  /* CT⇨センターの意味*/ }
  #recruitment-type .recruitment.list > ul > li {
    margin-bottom: 20px; }
    #recruitment-type .recruitment.list > ul > li a {
      position: relative;
      display: block;
      box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.16); }
    #recruitment-type .recruitment.list > ul > li .image {
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      #recruitment-type .recruitment.list > ul > li .image::before {
        display: block;
        content: '';
        padding-top: 44.68%; }
    #recruitment-type .recruitment.list > ul > li .list_wrap {
      position: relative;
      padding: 20px 45px 25px 20px; }
      #recruitment-type .recruitment.list > ul > li .list_wrap::before, #recruitment-type .recruitment.list > ul > li .list_wrap::after {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        display: block; }
      #recruitment-type .recruitment.list > ul > li .list_wrap::before {
        width: 28px;
        height: 100%;
        background: #1BA1E6; }
      #recruitment-type .recruitment.list > ul > li .list_wrap::after {
        box-sizing: border-box;
        top: 50%;
        margin-top: -5px;
        right: 4px;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left: 6px solid #ffffff; }
    #recruitment-type .recruitment.list > ul > li .list_title {
      font-size: 15px;
      line-height: 1.3;
      letter-spacing: 0.05em;
      font-weight: bold;
      margin: 0 0 5px; }
    #recruitment-type .recruitment.list > ul > li .term {
      display: inline-block;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #ffffff;
      font-size: 12px;
      line-height: 1.1;
      padding: 0.2em 1em;
      background: #1BA1E6; }
    #recruitment-type .recruitment.list > ul > li .lead {
      font-size: 12px;
      line-height: 1.83;
      margin-top: 1.2em; }
  @media all and (min-width: 751px) {
    #recruitment-type .recruitment.list > ul {
      max-width: 1000px;
      margin: 0 auto;
      padding-bottom: 40px; }
      #recruitment-type .recruitment.list > ul > li {
        margin-bottom: 25px; }
        #recruitment-type .recruitment.list > ul > li a {
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        #recruitment-type .recruitment.list > ul > li .image {
          width: 30%; }
          #recruitment-type .recruitment.list > ul > li .image::before {
            padding-top: 65.625%; }
        #recruitment-type .recruitment.list > ul > li .list_wrap {
          width: 65%;
          padding: 10px 58px 15px 0; }
          #recruitment-type .recruitment.list > ul > li .list_wrap::before {
            width: 40px; }
          #recruitment-type .recruitment.list > ul > li .list_wrap::after {
            margin-top: -6px;
            right: 7px;
            width: 7px;
            height: 7px;
            border: 7px solid transparent;
            border-left: 7px solid #ffffff; }
        #recruitment-type .recruitment.list > ul > li .list_title {
          font-size: 18px; }
          #recruitment-type .recruitment.list > ul > li .list_title span {
            display: inline-block;
            position: relative; }
            #recruitment-type .recruitment.list > ul > li .list_title span::before {
              position: absolute;
              bottom: -2px;
              left: 50%;
              right: 50%;
              width: 0%;
              display: block;
              content: '';
              height: 1px;
              background: #1E2427; }
        #recruitment-type .recruitment.list > ul > li .term {
          font-size: 14px;
          margin: 0 5px 5px 0; }
        #recruitment-type .recruitment.list > ul > li .lead {
          margin-top: 0.2em;
          font-size: 13px;
          line-height: 1.6;
          letter-spacing: 0; }
      #recruitment-type .recruitment.list > ul a .list_title span::before,
      #recruitment-type .recruitment.list > ul a .image,
      #recruitment-type .recruitment.list > ul a .list_wrap::before,
      #recruitment-type .recruitment.list > ul a .list_wrap::after {
        transition: all 0.3s; }
      #recruitment-type .recruitment.list > ul a:hover .list_title span::before {
        left: 0%;
        right: 0%;
        width: 100%; }
      #recruitment-type .recruitment.list > ul a:hover .image {
        opacity: 0.78; }
      #recruitment-type .recruitment.list > ul a:hover .list_wrap::before {
        background: #3577ca; }
      #recruitment-type .recruitment.list > ul a:hover .list_wrap::after {
        right: 3px; } }
  @media all and (min-width: 1161px) {
    #recruitment-type .recruitment.list > ul > li .list_wrap {
      padding: 35px 76px 35px 0; }
    #recruitment-type .recruitment.list > ul > li .list_title {
      display: inline-block;
      font-size: 20px;
      margin: 0 15px 5px 0; }
      #recruitment-type .recruitment.list > ul > li .list_title span::before {
        bottom: -5px; }
    #recruitment-type .recruitment.list > ul > li .lead {
      margin-top: 1.2em;
      font-size: 14px;
      line-height: 2;
      letter-spacing: 0.025em; } }

.footBtn a {
  max-width: 1160px; }

/*# sourceMappingURL=recruit.css.map */
