@charset "UTF-8";
/*
@include mq(m, max) {}
*/
.recruit_new.page_main {
  background-image: url("../images/page/recruit/new/new_top_main.png"); }
  @media screen and (max-width: 520px) {
    .recruit_new.page_main {
      padding: 32% 2% 2%; } }

.recruit_new2.page_main {
  background-image: url("../images/page/recruit/new/new_main.jpg"); }
  @media screen and (max-width: 520px) {
    .recruit_new2.page_main {
      padding: 32% 2% 2%; } }

.recruit_new {
  /*　
  新卒採用	
  */
  /*　
  スタッフ詳細
  */
  /*　
  メッセージ	
  */ }
  @media screen and (max-width: 520px) {
    .recruit_new {
      padding: 0 10px; } }
  .recruit_new * {
    box-sizing: border-box; }
  .recruit_new img {
    max-width: 100%;
    height: auto; }
  .recruit_new .inner {
    max-width: 1080px; }
  .recruit_new .topBox1 {
    background: url("../images/page/recruit/new/new_top_1.png") no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 40px 50px;
    border-radius: 16px; }
    @media screen and (max-width: 520px) {
      .recruit_new .topBox1 {
        padding: 30px 20px; } }
    .recruit_new .topBox1 h2 {
      text-align: center;
      font-size: 25px;
      font-weight: 600;
      padding: 0 0 30px; }
      @media screen and (max-width: 520px) {
        .recruit_new .topBox1 h2 {
          font-size: 16px; } }
    .recruit_new .topBox1 .inBox {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 9px;
      padding: 40px; }
      @media screen and (max-width: 520px) {
        .recruit_new .topBox1 .inBox {
          padding: 20px; } }
      .recruit_new .topBox1 .inBox p {
        line-height: 28px; }
        @media screen and (max-width: 520px) {
          .recruit_new .topBox1 .inBox p {
            font-size: 15px; } }
        @media screen and (max-width: 1050px) {
          .recruit_new .topBox1 .inBox p br {
            display: none; } }
  .recruit_new .topBox2 .title {
    background-color: #12B3C7;
    border-radius: 14px;
    text-align: center;
    color: #FFF;
    padding: 20px; }
    .recruit_new .topBox2 .title .box {
      position: relative;
      display: inline-block; }
      .recruit_new .topBox2 .title .box:after {
        display: block;
        content: "";
        position: absolute;
        right: -100px;
        bottom: -20px;
        background: url("../images/page/recruit/new/new_top_2.png") no-repeat right bottom;
        background-size: 100%;
        width: 61px;
        height: 65px; }
        @media screen and (max-width: 520px) {
          .recruit_new .topBox2 .title .box:after {
            display: none; } }
    .recruit_new .topBox2 .title p {
      font-size: 20px;
      font-weight: 700;
      padding: 0 0 10px; }
      @media screen and (max-width: 520px) {
        .recruit_new .topBox2 .title p {
          font-size: 16px; } }
    .recruit_new .topBox2 .title h2 {
      font-size: 18px;
      font-weight: normal; }
      @media screen and (max-width: 520px) {
        .recruit_new .topBox2 .title h2 {
          font-size: 14px; } }
  .recruit_new .topBox2 .inBox {
    padding: 40px 0 0 0;
    text-align: center; }
    @media screen and (max-width: 520px) {
      .recruit_new .topBox2 .inBox {
        width: 100%;
        overflow-x: scroll;
        padding: 20px 0 20px; }
        .recruit_new .topBox2 .inBox img {
          max-width: none !important;
          width: 200%; } }
  .recruit_new .topBox3 .inBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 50px 0 0 0; }
    .recruit_new .topBox3 .inBox .in {
      margin: 0 1% 30px;
      width: 31%;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
      border-radius: 25px;
      overflow: hidden;
      background-color: #FFF; }
      @media screen and (max-width: 736px) {
        .recruit_new .topBox3 .inBox .in {
          width: 100%;
          margin: 0 0 20px; } }
      .recruit_new .topBox3 .inBox .in a {
        color: #333; }
        .recruit_new .topBox3 .inBox .in a .imgBox {
          border-radius: 25px 25px 0 0;
          overflow: hidden;
          width: 100%;
          height: 178px; }
          .recruit_new .topBox3 .inBox .in a .imgBox img {
            max-width: 100%;
            width: 100%;
            height: auto; }
        .recruit_new .topBox3 .inBox .in a .txBox {
          padding: 20px 15px; }
          .recruit_new .topBox3 .inBox .in a .txBox p.tx1 {
            font-size: 14px;
            color: #12B3C7;
            padding: 0 0 30px; }
          .recruit_new .topBox3 .inBox .in a .txBox p.tx2 {
            font-size: 13px; }
          .recruit_new .topBox3 .inBox .in a .txBox p.tx3 {
            font-size: 14px; }
  .recruit_new .topBox4 {
    background: url("../images/page/recruit/new/new_top_9.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 326px;
    position: relative;
    margin: 0 0 50px; }
    .recruit_new .topBox4 .btn {
      position: absolute;
      top: 70%;
      left: 50%;
      display: inline-block;
      width: 406px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 520px) {
        .recruit_new .topBox4 .btn {
          width: 90%; } }
      .recruit_new .topBox4 .btn a {
        display: block;
        width: 100%;
        border: 1px solid #FFF;
        background-color: #5E9FAE;
        color: #FFF;
        text-align: center;
        border-radius: 50px;
        padding: 30px;
        position: relative;
        font-size: 20px; }
        @media screen and (max-width: 520px) {
          .recruit_new .topBox4 .btn a {
            font-size: 15px; } }
        .recruit_new .topBox4 .btn a:before, .recruit_new .topBox4 .btn a:after {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          content: "";
          position: absolute;
          top: 45%;
          right: 30px;
          -webkit-transform: translate(0%, -50%) rotate(45deg);
          -moz-transform: translate(0%, -50%) rotate(45deg);
          -ms-transform: translate(0%, -50%) rotate(45deg);
          -o-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
          width: 15px;
          height: 3px;
          background-color: #FFF; }
        .recruit_new .topBox4 .btn a:after {
          -webkit-transform: translate(0%, -50%) rotate(-45deg);
          -moz-transform: translate(0%, -50%) rotate(-45deg);
          -ms-transform: translate(0%, -50%) rotate(-45deg);
          -o-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
          top: 55%; }
        .recruit_new .topBox4 .btn a:hover:before, .recruit_new .topBox4 .btn a:hover:after {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          right: 25px; }
  .recruit_new .mynav {
    width: 560px;
    margin: 0 auto; }
    @media screen and (max-width: 580px) {
      .recruit_new .mynav {
        width: 100%; } }
    .recruit_new .mynav a {
      display: block;
      width: 100%;
      border: 1px solid #22ACEC;
      background-color: #EEEEEE;
      padding: 15px;
      text-align: center;
      position: relative; }
      .recruit_new .mynav a:before, .recruit_new .mynav a:after {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        content: "";
        position: absolute;
        top: 45%;
        right: 30px;
        -webkit-transform: translate(0%, -50%) rotate(45deg);
        -moz-transform: translate(0%, -50%) rotate(45deg);
        -ms-transform: translate(0%, -50%) rotate(45deg);
        -o-transform: translate(0%, -50%) rotate(45deg);
        transform: translate(0%, -50%) rotate(45deg);
        width: 15px;
        height: 3px;
        background-color: #3E96D2; }
      .recruit_new .mynav a:after {
        -webkit-transform: translate(0%, -50%) rotate(-45deg);
        -moz-transform: translate(0%, -50%) rotate(-45deg);
        -ms-transform: translate(0%, -50%) rotate(-45deg);
        -o-transform: translate(0%, -50%) rotate(-45deg);
        transform: translate(0%, -50%) rotate(-45deg);
        top: 55%; }
      .recruit_new .mynav a:hover:before, .recruit_new .mynav a:hover:after {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        right: 25px; }
  .recruit_new.recruit_staff .main {
    position: relative;
    width: 100%; }
    @media screen and (max-width: 736px) {
      .recruit_new.recruit_staff .main {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
    .recruit_new.recruit_staff .main .txBox {
      position: relative;
      z-index: 2;
      width: 57%;
      padding: 30px 0; }
      @media screen and (max-width: 736px) {
        .recruit_new.recruit_staff .main .txBox {
          width: 95%;
          order: 2;
          margin: -50px auto 0; } }
      .recruit_new.recruit_staff .main .txBox .inBox {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        padding: 50px 20px 50px 30px;
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 736px) {
          .recruit_new.recruit_staff .main .txBox .inBox {
            padding: 20px; } }
        .recruit_new.recruit_staff .main .txBox .inBox:after {
          content: "";
          display: block;
          background: url("../images/page/recruit/new/bg.png");
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          opacity: 0.9; }
        .recruit_new.recruit_staff .main .txBox .inBox h2 {
          position: relative;
          z-index: 2;
          font-size: 25px;
          padding: 0 0 30px;
          line-height: 33px; }
          @media screen and (max-width: 736px) {
            .recruit_new.recruit_staff .main .txBox .inBox h2 {
              font-size: 18px;
              padding: 0 0 20px; } }
          @media screen and (max-width: 1200px) {
            .recruit_new.recruit_staff .main .txBox .inBox h2 br {
              display: none; } }
        .recruit_new.recruit_staff .main .txBox .inBox p {
          font-size: 16px;
          position: relative;
          z-index: 2;
          line-height: 33px; }
          @media screen and (max-width: 736px) {
            .recruit_new.recruit_staff .main .txBox .inBox p {
              font-size: 14px; } }
    .recruit_new.recruit_staff .main .imgBox {
      width: 60%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      text-align: right; }
      @media screen and (max-width: 1200px) {
        .recruit_new.recruit_staff .main .imgBox {
          height: 350px;
          overflow: hidden; }
          .recruit_new.recruit_staff .main .imgBox img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: auto;
            height: 100%;
            max-width: none; } }
    @media screen and (max-width: 1200px) and (max-width: 736px) {
      .recruit_new.recruit_staff .main .imgBox img {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: 100%;
        height: auto; } }

      @media screen and (max-width: 736px) {
        .recruit_new.recruit_staff .main .imgBox {
          width: 100%;
          height: auto;
          position: relative;
          top: auto;
          right: auto;
          order: 1; } }
  .recruit_new.recruit_staff .staffBox .subttl001 {
    font-size: 23px;
    padding: 0 20px;
    border-left: 5px solid #30c6d1; }
  .recruit_new.recruit_staff .staffBox p {
    font-weight: normal;
    line-height: 33px;
    padding: 0 0 1em; }
  .recruit_new.recruit_staff .staffBox .inBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .recruit_new.recruit_staff .staffBox .inBox .txBox {
      width: 48%; }
      @media screen and (max-width: 520px) {
        .recruit_new.recruit_staff .staffBox .inBox .txBox {
          width: 100%; } }
    .recruit_new.recruit_staff .staffBox .inBox .imgBox {
      width: 48%; }
      @media screen and (max-width: 520px) {
        .recruit_new.recruit_staff .staffBox .inBox .imgBox {
          width: 100%; } }
    .recruit_new.recruit_staff .staffBox .inBox.type2 .txBox {
      order: 2;
      width: 48%; }
      @media screen and (max-width: 520px) {
        .recruit_new.recruit_staff .staffBox .inBox.type2 .txBox {
          order: 1;
          width: 100%; } }
    .recruit_new.recruit_staff .staffBox .inBox.type2 .imgBox {
      order: 1;
      width: 48%; }
      @media screen and (max-width: 520px) {
        .recruit_new.recruit_staff .staffBox .inBox.type2 .imgBox {
          order: 2;
          width: 100%; } }
  .recruit_new.recruit_staff .staffBox2 {
    border: 1px solid #12B3C7;
    background-color: rgba(231, 247, 249, 0.3);
    padding: 30px;
    max-width: 1144px;
    margin: 0 auto; }
    .recruit_new.recruit_staff .staffBox2 .subttl001 {
      font-size: 23px;
      padding: 0 20px;
      border-left: 5px solid #30c6d1; }
    .recruit_new.recruit_staff .staffBox2 p {
      font-weight: normal;
      line-height: 33px; }
  .recruit_new.recruit_message .inner {
    max-width: 1200px; }
    .recruit_new.recruit_message .inner .title {
      background-color: rgba(18, 179, 199, 0.05);
      border-radius: 16px;
      padding: 50px; }
      @media screen and (max-width: 520px) {
        .recruit_new.recruit_message .inner .title {
          padding: 20px; } }
      .recruit_new.recruit_message .inner .title h2 {
        margin-bottom: 0 !important; }
    .recruit_new.recruit_message .inner .messageBox {
      max-width: 1080px;
      margin: 0 auto;
      padding: 50px 0; }
      .recruit_new.recruit_message .inner .messageBox p {
        line-height: 32px; }
    .recruit_new.recruit_message .inner .imgBox {
      text-align: center; }

      @media screen and (max-width: 520px) {
        p.staffBox3 {
          font-size: 3.3vw;
          } }