@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
#recruit {
  /*++++++++++++++++++++++++++
  	新卒採用情報
  ++++++++++++++++++++++++++*/
  /*++++++++++++++++++++++++++
  	中途採用情報
  ++++++++++++++++++++++++++*/
  /*++++++++++++++++++++++++++
  	採用メッセージ 
  ++++++++++++++++++++++++++*/
  /*++++++++++++++++++++++++++
  	採用Q&A 
  ++++++++++++++++++++++++++*/ }
  #recruit.new_info .cont_header {
    background-image: url("../recruit/img/img_main.jpg"); }
  #recruit .sec_info {
    padding-bottom: 120px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #recruit .sec_info {
        padding-bottom: 60px; } }
    #recruit .sec_info .cont_ttl {
      font-size: 2.4rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      display: flex;
      justify-content: center;
      margin: 100px 0 70px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #recruit .sec_info .cont_ttl {
          margin: 60px 0 30px; } }
      #recruit .sec_info .cont_ttl:before {
        display: block;
        content: "";
        width: 2px;
        height: 1.5em;
        background-color: #000;
        transform: rotate(30deg);
        margin-right: 1.1em; }
      #recruit .sec_info .cont_ttl:after {
        display: block;
        content: "";
        width: 2px;
        height: 1.5em;
        background-color: #000;
        transform: rotate(30deg);
        margin-left: 1.1em; }
    #recruit .sec_info .pic_flow {
      width: 805px;
      margin: 0px auto 60px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #recruit .sec_info .pic_flow {
          width: 300px;
          margin: 0px auto 40px; } }
    #recruit .sec_info .box_contact {
      border: solid 1px #000;
      padding: 20px 40px;
      margin-top: 20px; }
      #recruit .sec_info .box_contact h4 {
        font-weight: bold;
        margin-bottom: 0.8em; }
      #recruit .sec_info .box_contact p {
        line-height: 1.7; }
  #recruit.career_info .cont_header {
    background-image: url("../recruit/img/img_main.jpg"); }
  #recruit.r_message .cont_header {
    background-image: url("../recruit/img/img_main.jpg"); }
  #recruit.r_message .sec_message {
    padding: 120px 0 100px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #recruit.r_message .sec_message {
        padding: 80px 0 50px; } }
    #recruit.r_message .sec_message .box_img {
      position: relative; }
      #recruit.r_message .sec_message .box_img_txt {
        position: absolute;
        right: 40px;
        bottom: 40px;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 20px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.r_message .sec_message .box_img_txt {
            position: static; } }
        #recruit.r_message .sec_message .box_img_txt p:nth-child(1) {
          color: #004170;
          letter-spacing: 0.1em;
          position: relative;
          padding-left: 22px; }
          #recruit.r_message .sec_message .box_img_txt p:nth-child(1):before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 1px;
            background-color: #004170;
            position: absolute;
            top: 46%;
            left: 0; }
        #recruit.r_message .sec_message .box_img_txt p:nth-child(3) {
          font-size: 1.9rem;
          font-weight: bold;
          letter-spacing: 0.2em; }
    #recruit.r_message .sec_message .txt_message {
      font-size: 3.6rem;
      font-weight: bold;
      letter-spacing: 0.15em;
      color: #006fbe;
      text-align: center;
      margin: 70px 0; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #recruit.r_message .sec_message .txt_message {
          font-size: 3.2rem;
          margin: 40px 0 70px; } }
    #recruit.r_message .sec_message .box_message h3 {
      text-align: center;
      background: url("../img/line_dot.svg") repeat-x left 60%;
      background-size: 9px 3px;
      margin-bottom: 40px; }
      #recruit.r_message .sec_message .box_message h3 span {
        background-color: #00b0f0;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        display: inline-block;
        padding: 7px 40px 0;
        height: 46px;
        letter-spacing: 0.1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-radius: 23px;
        position: relative; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.r_message .sec_message .box_message h3 span {
            padding: 7px 30px 0; } }
        #recruit.r_message .sec_message .box_message h3 span:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 15px 15px 0;
          border-color: transparent #00b0f0 transparent transparent;
          position: absolute;
          left: 50px;
          bottom: -14px; }
    #recruit.r_message .sec_message .box_message p {
      letter-spacing: 0.05em;
      margin-bottom: 50px; }
  #recruit.qa .cont_header {
    background-image: url("../recruit/img/img_main.jpg"); }
  #recruit.qa .sec_qa {
    padding: 80px 0 40px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #recruit.qa .sec_qa {
        padding: 50px 0 40px; } }
    #recruit.qa .sec_qa .cont_txt {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 70px;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #recruit.qa .sec_qa .cont_txt {
          font-size: 1.4rem;
          letter-spacing: 0.05em;
          margin-bottom: 40px; } }
  #recruit.qa .box_qa {
    border: solid 2px #00b0f0;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 60px;
    overflow: hidden; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #recruit.qa .box_qa {
        margin-bottom: 40px; } }
    #recruit.qa .box_qa h3 {
      background-color: #00b0f0;
      color: #fff;
      font-size: 2.3rem;
      font-weight: bold;
      position: relative;
      padding: 10px 10px 10px 70px;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #recruit.qa .box_qa h3 {
          font-size: 2.0rem;
          padding-left: 50px; } }
      #recruit.qa .box_qa h3:before {
        display: block;
        content: "";
        width: 60px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: -2px;
        top: 50%; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.qa .box_qa h3:before {
            width: 40px; } }
    #recruit.qa .box_qa .ac_box {
      padding: 15px 50px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #recruit.qa .box_qa .ac_box {
          padding: 5px 10px; } }
      #recruit.qa .box_qa .ac_box dl:last-child {
        background: none; }
    #recruit.qa .box_qa dl {
      background: url("../img/line_dot.svg") repeat-x left bottom;
      background-size: 9px 3px; }
      #recruit.qa .box_qa dl dt {
        color: #004170;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 25px 20px 25px 80px;
        position: relative;
        cursor: pointer;
        line-height: 1.5; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.qa .box_qa dl dt {
            padding: 25px 30px 25px 65px;
            font-size: 1.5rem; } }
        #recruit.qa .box_qa dl dt:before {
          content: "";
          display: block;
          width: 72px;
          height: 42px;
          background: url("../recruit/qa/img/icon_q.svg") no-repeat left center;
          background-size: contain;
          position: absolute;
          top: 18px;
          left: 0px; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            #recruit.qa .box_qa dl dt:before {
              width: 57.6px;
              height: 33.6px; } }
        #recruit.qa .box_qa dl dt:after {
          font-size: 120%;
          display: block;
          content: "＋";
          position: absolute;
          color: #004170;
          top: 50%;
          right: 0px;
          margin-top: -0.5em;
          line-height: 1; }
      #recruit.qa .box_qa dl dd {
        padding-top: 15px;
        padding-bottom: 25px;
        padding-left: 80px;
        position: relative; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #recruit.qa .box_qa dl dd {
            padding-left: 65px; } }
        #recruit.qa .box_qa dl dd:before {
          content: "";
          display: block;
          width: 72px;
          height: 42px;
          background: url("../recruit/qa/img/icon_a.svg") no-repeat left center;
          background-size: contain;
          position: absolute;
          left: 0px;
          top: 8px; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            #recruit.qa .box_qa dl dd:before {
              width: 57.6px;
              height: 33.6px;
              top: 12px; } }
      #recruit.qa .box_qa dl.active dt {
        color: #00b0f0; }
        #recruit.qa .box_qa dl.active dt:after {
          content: "ー"; }

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