@charset "UTF-8";
#recruit {
  /* カテゴリ設定 */ }
  #recruit .cont__header {
    background-color: #00B3DF; }
    #recruit .cont__header .box__cat_ttl:before {
      background: url("../recruit/img/img_main.jpg") no-repeat center top;
      background-size: cover; }
    #recruit .cont__header .box__cat_nav a.active {
      color: #00B3DF; }
      #recruit .cont__header .box__cat_nav a.active span {
        border-color: #00B3DF; }
  #recruit.index .cont__area {
    padding: 100px 0 120px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #recruit.index .cont__area {
        padding: 60px 0 60px; } }
    #recruit.index .cont__area table {
      border-top: solid 4px #f3f3f3; }
      #recruit.index .cont__area table th {
        letter-spacing: 0.1em; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.index .cont__area table th {
            width: 8em; } }
  #recruit.schedule .inner {
    max-width: 600px; }
  #recruit.schedule .cont__area {
    padding: 100px 0 90px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #recruit.schedule .cont__area {
        padding: 60px 0 60px; } }
    #recruit.schedule .cont__area h2 {
      text-align: center;
      background-color: #00B3DF;
      color: #fff;
      font-size: 24px;
      padding: 20px 0;
      width: 50%;
      margin: 50px auto 50px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #recruit.schedule .cont__area h2 {
          width: 80%;
          font-size: 18px;
          padding: 15px 0; } }
    #recruit.schedule .cont__area dl {
      display: table;
      border: solid 1px #00B3DF;
      width: 100%;
      padding: 7px 50px 7px 30px;
      margin-bottom: 50px;
      position: relative; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #recruit.schedule .cont__area dl {
          padding: 9px 0px 9px 20px; } }
      #recruit.schedule .cont__area dl:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 5px solid;
        border-color: transparent transparent rgba(0, 179, 223, 0.4) rgba(0, 179, 223, 0.4);
        transform: rotate(-45deg);
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -17px; }
      #recruit.schedule .cont__area dl:last-child {
        margin-bottom: 0; }
        #recruit.schedule .cont__area dl:last-child:after {
          display: none; }
      #recruit.schedule .cont__area dl dt {
        display: table-cell;
        font-size: 38px;
        font-size: 3.8rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        color: #00B3DF;
        width: 4.4em; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.schedule .cont__area dl dt {
            font-size: 28px;
            font-size: 2.8rem;
            width: 3.8em; } }
        #recruit.schedule .cont__area dl dt span {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          letter-spacing: 0.05em; }
        #recruit.schedule .cont__area dl dt:after {
          content: "〜";
          float: right;
          font-weight: normal;
          display: inline-block;
          margin-right: 20px;
          font-size: 30px;
          font-size: 3rem;
          position: relative;
          top: 5px; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            #recruit.schedule .cont__area dl dt:after {
              font-size: 24px;
              font-size: 2.4rem;
              margin-right: 7px; } }
      #recruit.schedule .cont__area dl dd {
        display: table-cell;
        font-size: 16px;
        font-size: 1.6rem;
        vertical-align: middle;
        letter-spacing: 0.05em;
        padding: 0 30px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.schedule .cont__area dl dd {
            padding: 0 10px;
            font-size: 14px;
            font-size: 1.4rem; } }
  #recruit.schedule .block_line {
    margin-bottom: 160px; }
    #recruit.schedule .block_line .inner {
      max-width: 1000px; }
      #recruit.schedule .block_line .inner .table_h2 {
        text-align: center;
        background-color: #00B3DF;
        color: #fff;
        font-size: 24px;
        padding: 20px 0;
        width: 50%;
        margin: 50px auto 0; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.schedule .block_line .inner .table_h2 {
            width: 80%;
            font-size: 18px;
            padding: 15px 0; } }
      #recruit.schedule .block_line .inner .table_schedule {
        width: 90%;
        border: 2px solid rgba(0, 179, 223, 0.55);
        padding: 80px 80px 50px;
        margin: -30px auto 0; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.schedule .block_line .inner .table_schedule {
            padding: 50px 20px 20px;
            margin: -25px auto 0; } }
        #recruit.schedule .block_line .inner .table_schedule dl {
          display: flex;
          align-items: center;
          border-bottom: 1px solid rgba(0, 179, 223, 0.2);
          padding-bottom: 30px;
          padding-top: 30px; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            #recruit.schedule .block_line .inner .table_schedule dl {
              padding-top: 20px;
              padding-bottom: 20px; } }
          #recruit.schedule .block_line .inner .table_schedule dl:first-child {
            padding-top: 0; }
          #recruit.schedule .block_line .inner .table_schedule dl:last-child {
            border-bottom: 0; }
          #recruit.schedule .block_line .inner .table_schedule dl dt {
            font-size: 22px;
            background-color: rgba(0, 179, 223, 0.55);
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: bold;
            margin-right: 50px; }
            @media only screen and (max-width: 768px), print and (min-width: 2cm) {
              #recruit.schedule .block_line .inner .table_schedule dl dt {
                font-size: 16px;
                width: 70px;
                height: 70px;
                margin-right: 30px; } }
          #recruit.schedule .block_line .inner .table_schedule dl dd {
            font-size: 26px;
            line-height: 1;
            letter-spacing: 0.1em;
            flex: 1; }
            @media only screen and (max-width: 768px), print and (min-width: 2cm) {
              #recruit.schedule .block_line .inner .table_schedule dl dd {
                font-size: 16px; } }
            #recruit.schedule .block_line .inner .table_schedule dl dd span {
              font-size: 14px; }
              @media only screen and (max-width: 768px), print and (min-width: 2cm) {
                #recruit.schedule .block_line .inner .table_schedule dl dd span {
                  font-size: 12px; } }
          #recruit.schedule .block_line .inner .table_schedule dl .twosteps .step1 {
            margin-bottom: 18px; }
            @media only screen and (max-width: 768px), print and (min-width: 2cm) {
              #recruit.schedule .block_line .inner .table_schedule dl .twosteps .step1 {
                margin-bottom: 10px; } }
          #recruit.schedule .block_line .inner .table_schedule dl .twosteps p {
            position: relative;
            padding-left: 20px; }
            #recruit.schedule .block_line .inner .table_schedule dl .twosteps p:before {
              position: absolute;
              top: 50%;
              left: 0;
              content: "";
              display: block;
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background-color: #000; }
  #recruit.faq .cont__area {
    padding: 80px 0 100px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #recruit.faq .cont__area {
        padding: 50px 0; } }
