@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:900,900i");
#company {
  color: #484364; }

article {
  max-width: 100% !important; }

section {
  width: 100%;
  max-width: 1000px;
  margin: auto; }

#interview {
  display: table; }
  @media (max-width: 768px) {
    #interview {
      display: block; } }
  #interview .interview_l {
    width: 300px;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 768px) {
      #interview .interview_l {
        display: block;
        margin: auto;
        height: 200px;
        margin-bottom: 30px; } }
    #interview .interview_l .grad-boarder span:nth-child(1) {
      position: absolute;
      width: 100%;
      height: 1px;
      top: 0;
      left: 0;
      display: block;
      background: -webkit-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%);
      background: -ms-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%); }
    #interview .interview_l .grad-boarder span:nth-child(2) {
      position: absolute;
      width: 100%;
      height: 1px;
      top: 160px;
      left: 0;
      display: block;
      background: -webkit-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%);
      background: -ms-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%); }
      @media (max-width: 768px) {
        #interview .interview_l .grad-boarder span:nth-child(2) {
          top: 140px; } }
    #interview .interview_l h3 {
      font-size: 30px;
      color: #585371;
      font-weight: normal;
      padding: 50px 0 5px;
      line-height: 1;
      letter-spacing: 5px; }
    #interview .interview_l p span {
      position: absolute;
      top: 0;
      left: 0;
      width: 56%;
      height: 30px;
      background: url(../img/company/bg_name.png) no-repeat top left;
      color: white;
      line-height: 2.3;
      padding-right: 10px; }
    #interview .interview_l small {
      font-size: 25px;
      color: #c9c6db;
      letter-spacing: 3px;
      font-family: 'PT Sans Narrow';
      font-weight: normal; }
  #interview .interview_r {
    display: table-cell;
    vertical-align: top; }
    #interview .interview_r .interview_box {
      max-height: 400px;
      overflow: auto;
      padding: 0 60px;
      margin: 0; }
      @media (max-width: 768px) {
        #interview .interview_r .interview_box {
          padding: 0 10px 0 0; } }
      #interview .interview_r .interview_box::-webkit-scrollbar {
        width: 5px; }
      #interview .interview_r .interview_box::-webkit-scrollbar-track {
        background-color: rgba(169, 171, 172, 0.5);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
      #interview .interview_r .interview_box::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.5);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
      #interview .interview_r .interview_box dt {
        margin-bottom: 15px; }
        @media (max-width: 640px) {
          #interview .interview_r .interview_box dt img {
            width: 100%; } }
      #interview .interview_r .interview_box dd {
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 40px; }

#message {
  max-width: 1100px; }
  #message .section-inner {
    padding: 60px 0; }
    @media (min-width: 1640px) {
      #message .section-inner {
        padding: 100px 0 250px; } }
  #message .message {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    vertical-align: top;
    display: inline-block; }
    @media (max-width: 768px) {
      #message .message {
        display: block;
        margin: auto;
        margin-bottom: 30px; } }
    #message .message .grad-boarder span:nth-child(2) {
      position: absolute;
      width: 100%;
      height: 1px;
      top: 70px;
      left: 0;
      display: block;
      background: -webkit-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%);
      background: -ms-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%); }
    #message .message h3 {
      font-size: 30px;
      color: #585371;
      font-weight: normal;
      padding: 10px 0 5px;
      line-height: 1;
      letter-spacing: 5px;
      display: inline-block; }
      #message .message h3 small {
        font-size: 20px;
        color: #c9c6db;
        font-family: 'PT Sans Narrow';
        font-weight: normal;
        letter-spacing: 1px;
        padding-left: 15px; }
        @media (max-width: 768px) {
          #message .message h3 small {
            padding: 0; } }
    #message .message p {
      display: block;
      margin: 0 10px 0 0; }
  #message .message_box {
    float: left;
    margin: 0;
    width: 100%; }
    @media (max-width: 768px) {
      #message .message_box {
        float: none;
        margin-bottom: 50px; } }
    #message .message_box:nth-of-type(2) {
      float: right;
      text-align: right; }
      #message .message_box:nth-of-type(2) dt {
        max-width: 550px;
        text-align: left;
        margin-left: auto; }
      #message .message_box:nth-of-type(2) dd {
        margin-left: auto; }
      @media (max-width: 768px) {
        #message .message_box:nth-of-type(2) {
          float: none;
          text-align: left; } }
    @media (max-width: 768px) {
      #message .message_box:last-of-type {
        margin-bottom: 0; } }
    #message .message_box dt {
      margin-bottom: 25px; }
      @media (max-width: 640px) {
        #message .message_box dt img {
          width: 100%; } }
    #message .message_box dd {
      margin: 0;
      max-width: 550px;
      line-height: 1.8;
      text-align: left; }
      @media (max-width: 768px) {
        #message .message_box dd {
          max-width: 100%; } }

#data {
  margin: auto;
  max-width: 80vw;
  min-width: 320px; }
  @media (max-width: 768px) {
    #data {
      max-width: 100%; } }
  #data .section-inner {
    padding: 120px 0; }
    @media (min-width: 1640px) {
      #data .section-inner {
        padding: 150px; } }
  @media (max-width: 768px) {
    #data .section-head {
      margin-bottom: 0; } }
  #data h3 {
    font-weight: normal;
    border: solid 1px;
    border-radius: 25px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px; }
  #data p {
    max-width: 310px;
    height: 40px;
    margin: 15px auto; }
  #data .data_box {
    display: table;
    text-align: center;
    margin-bottom: 80px;
    width: 100%; }
    @media (max-width: 768px) {
      #data .data_box {
        display: block;
        margin-bottom: 0; } }
    #data .data_box .cell_box {
      display: table-cell; }
      @media (max-width: 768px) {
        #data .data_box .cell_box {
          display: block; } }
      #data .data_box .cell_box .data_inner {
        display: inline-block;
        width: 100%;
        max-width: 400px;
        vertical-align: top; }
        @media (max-width: 768px) {
          #data .data_box .cell_box .data_inner {
            margin-top: 80px; } }
        #data .data_box .cell_box .data_inner .data_cont {
          display: table;
          width: 100%;
          height: 160px;
          margin: auto;
          position: relative; }
          #data .data_box .cell_box .data_inner .data_cont strong {
            display: block;
            font-size: 18px; }
          #data .data_box .cell_box .data_inner .data_cont small {
            font-size: 10px;
            height: auto;
            display: block; }
          #data .data_box .cell_box .data_inner .data_cont .data_01 {
            display: table-cell;
            vertical-align: bottom; }
            #data .data_box .cell_box .data_inner .data_cont .data_01:nth-child(1) {
              width: 81%; }
            #data .data_box .cell_box .data_inner .data_cont .data_01:nth-child(2) {
              width: 19%; }
            #data .data_box .cell_box .data_inner .data_cont .data_01 .graph {
              height: 7px; }
            #data .data_box .cell_box .data_inner .data_cont .data_01 .graph_1 {
              background-color: #619cdf; }
            #data .data_box .cell_box .data_inner .data_cont .data_01 .graph_2 {
              background-color: #855ce1; }
          #data .data_box .cell_box .data_inner .data_cont .data_02 {
            display: table-cell;
            vertical-align: bottom;
            height: 100%; }
            #data .data_box .cell_box .data_inner .data_cont .data_02 .graph {
              width: 40px;
              margin: 0 auto 5px; }
            #data .data_box .cell_box .data_inner .data_cont .data_02 .graph_1 {
              height: 20%;
              background-color: #639fe3; }
            #data .data_box .cell_box .data_inner .data_cont .data_02 .graph_2 {
              height: 42%;
              background-color: #5a7eca; }
            #data .data_box .cell_box .data_inner .data_cont .data_02 .graph_3 {
              height: 33%;
              background-color: #6770d2; }
            #data .data_box .cell_box .data_inner .data_cont .data_02 .graph_4 {
              height: 5%;
              background-color: #855ce1; }
          #data .data_box .cell_box .data_inner .data_cont .data_03 {
            display: table-cell;
            vertical-align: bottom; }
            #data .data_box .cell_box .data_inner .data_cont .data_03:nth-child(1) {
              width: 64%; }
            #data .data_box .cell_box .data_inner .data_cont .data_03:nth-child(2) {
              width: 36%; }
            #data .data_box .cell_box .data_inner .data_cont .data_03 .graph {
              height: 7px; }
            #data .data_box .cell_box .data_inner .data_cont .data_03 .graph_1 {
              background-color: #619cdf; }
            #data .data_box .cell_box .data_inner .data_cont .data_03 .graph_2 {
              background-color: #855ce1; }
          #data .data_box .cell_box .data_inner .data_cont .data_05 {
            display: table-cell;
            vertical-align: bottom;
            height: 100%; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .data_05 {
                display: inline-block;
                height: 100px;
                width: 33.333%;
                margin-top: 30px; } }
            #data .data_box .cell_box .data_inner .data_cont .data_05 .graph {
              width: 40px;
              margin: 0 auto 5px; }
            #data .data_box .cell_box .data_inner .data_cont .data_05 .graph_1 {
              height: 33%;
              background-color: #639fe3; }
            #data .data_box .cell_box .data_inner .data_cont .data_05 .graph_2 {
              height: 20%;
              background-color: #5a7eca; }
            #data .data_box .cell_box .data_inner .data_cont .data_05 .graph_3 {
              height: 26%;
              background-color: #6770d2; }
            #data .data_box .cell_box .data_inner .data_cont .data_05 .graph_4 {
              height: 5%;
              background-color: #855ce1; }
            #data .data_box .cell_box .data_inner .data_cont .data_05 .graph_5 {
              height: 7%;
              background-color: #a14eee; }
            #data .data_box .cell_box .data_inner .data_cont .data_05 .graph_6 {
              height: 9%;
              background-color: #7915d6; }
            #data .data_box .cell_box .data_inner .data_cont .data_05 strong {
              font-size: 16px; }
            #data .data_box .cell_box .data_inner .data_cont .data_05 small {
              height: 30px;
              width: 60px; }
              @media (max-width: 768px) {
                #data .data_box .cell_box .data_inner .data_cont .data_05 small {
                  width: 90px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_box:first-of-type {
            width: 100%; }
          #data .data_box .cell_box .data_inner .data_cont .value_box:last-of-type {
            width: 60px; }
          #data .data_box .cell_box .data_inner .data_cont .value_box02:first-of-type {
            width: 60px; }
          #data .data_box .cell_box .data_inner .data_cont .value_box02:last-of-type {
            width: 100%; }
          #data .data_box .cell_box .data_inner .data_cont .value_box, #data .data_box .cell_box .data_inner .data_cont .value_box02 {
            display: table-cell;
            vertical-align: bottom; }
            #data .data_box .cell_box .data_inner .data_cont .value_box .table_box, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box {
              display: table;
              width: 100%; }
              #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06 {
                display: table-cell; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06:nth-child(1), #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06:nth-child(1) {
                  width: 29%; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06:nth-child(2), #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06:nth-child(2) {
                  width: 56%; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06:nth-child(3), #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06:nth-child(3) {
                  width: 15%; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06 .graph, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06 .graph {
                  height: 60px;
                  margin: 0 auto 5px; }
                  #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06 .graph small, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06 .graph small {
                    color: #fff;
                    margin: 0;
                    line-height: 6;
                    display: inline-block; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06 .graph_1, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06 .graph_1 {
                  background-color: #639fe3; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06 .graph_2, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06 .graph_2 {
                  background-color: #5a7eca; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_06 .graph_3, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_06 .graph_3 {
                  background-color: #845ce1; }
              #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07 {
                display: table-cell; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07:nth-child(1), #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07:nth-child(1) {
                  width: 17%; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07:nth-child(2), #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07:nth-child(2) {
                  width: 33%; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07:nth-child(3), #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07:nth-child(3) {
                  width: 50%; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07 .graph, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07 .graph {
                  height: 60px;
                  margin: 0 auto 5px; }
                  #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07 .graph small, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07 .graph small {
                    color: #fff;
                    margin: 0;
                    line-height: 6;
                    display: inline-block;
                    padding: 0 5px; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07 .graph_1, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07 .graph_1 {
                  background-color: #639fe3; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07 .graph_2, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07 .graph_2 {
                  background-color: #5a7eca; }
                #data .data_box .cell_box .data_inner .data_cont .value_box .table_box .data_07 .graph_3, #data .data_box .cell_box .data_inner .data_cont .value_box02 .table_box .data_07 .graph_3 {
                  background-color: #845ce1; }
          #data .data_box .cell_box .data_inner .data_cont .data_04 {
            position: absolute;
            width: 50px; }
            #data .data_box .cell_box .data_inner .data_cont .data_04 strong {
              font-size: 16px; }
            #data .data_box .cell_box .data_inner .data_cont .data_04 img {
              margin: 10px 0; }
            #data .data_box .cell_box .data_inner .data_cont .data_04 .border_place {
              width: 40px;
              height: 2.2px;
              border: solid #e5e5e5 1px;
              border-radius: 10px;
              background: #484364;
              position: absolute; }
              @media (max-width: 768px) {
                #data .data_box .cell_box .data_inner .data_cont .data_04 .border_place {
                  width: 20px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_01 {
            top: 25px;
            right: -70px; }
            #data .data_box .cell_box .data_inner .data_cont .value_01 .border_place {
              top: 15px;
              right: 50px; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_01 {
                right: -40px; }
                #data .data_box .cell_box .data_inner .data_cont .value_01 .border_place {
                  display: none; } }
          #data .data_box .cell_box .data_inner .data_cont .value_02 {
            top: 90px;
            right: -50px; }
            #data .data_box .cell_box .data_inner .data_cont .value_02 .border_place {
              top: 15px;
              right: 46px; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_02 {
                right: -30px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_03 {
            bottom: 24px;
            right: -55px; }
            #data .data_box .cell_box .data_inner .data_cont .value_03 .border_place {
              top: 15px;
              right: 50px; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_03 {
                right: -35px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_04 {
            bottom: -30px;
            right: 40px; }
            #data .data_box .cell_box .data_inner .data_cont .value_04 .border_place {
              top: -25px;
              left: 0;
              transform: rotate(90deg); }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_04 .border_place {
                width: 25px;
                left: 12px;
                top: -20px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_05 {
            top: 85px;
            left: 80px; }
            #data .data_box .cell_box .data_inner .data_cont .value_05 .border_place {
              top: 50px;
              left: 10px;
              transform: rotate(90deg);
              width: 26px; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_05 {
                top: 75px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_06 {
            top: 85px;
            left: 40px; }
            #data .data_box .cell_box .data_inner .data_cont .value_06 .border_place {
              top: 50px;
              left: 10px;
              transform: rotate(90deg);
              width: 26px; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_06 {
                top: 75px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_07 {
            bottom: -30px;
            left: 43px; }
            #data .data_box .cell_box .data_inner .data_cont .value_07 .border_place {
              top: -20px;
              left: 8px;
              transform: rotate(90deg);
              width: 30px; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_07 .border_place {
                width: 25px;
                top: -18px;
                left: 10px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_08 {
            bottom: 45px;
            left: -70px; }
            #data .data_box .cell_box .data_inner .data_cont .value_08 .border_place {
              top: 15px;
              left: 45px; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_08 {
                left: -47px; } }
          #data .data_box .cell_box .data_inner .data_cont .value_09 {
            top: 40px;
            left: -60px; }
            #data .data_box .cell_box .data_inner .data_cont .value_09 img {
              position: absolute;
              top: 0;
              left: 0; }
            #data .data_box .cell_box .data_inner .data_cont .value_09 .border_place {
              top: 15px;
              left: 45px; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_cont .value_09 {
                left: -30px; } }
        #data .data_box .cell_box .data_inner .data_place {
          width: auto; }
          #data .data_box .cell_box .data_inner .data_place img {
            margin: 10px 0; }
            @media (max-width: 768px) {
              #data .data_box .cell_box .data_inner .data_place img {
                width: 90%;
                height: auto; } }
  #data .data_cont_2 {
    max-width: 260px; }
  #data .box_01 .cell_box, #data .box_02 .cell_box {
    width: 50%; }
    @media (max-width: 768px) {
      #data .box_01 .cell_box, #data .box_02 .cell_box {
        width: 100%; } }
  #data .box_02 .cell_box {
    width: calc(33.3333%); }
    @media (max-width: 1300px) {
      #data .box_02 .cell_box {
        display: inline-block;
        width: 49%; }
        #data .box_02 .cell_box:last-child {
          margin-top: 80px; } }
    @media (max-width: 768px) {
      #data .box_02 .cell_box {
        width: 100%; }
        #data .box_02 .cell_box:last-child {
          margin-top: 0; } }
    #data .box_02 .cell_box .data_cont {
      height: 200px; }

#overview {
  margin: auto; }
  #overview .section-inner {
    vertical-align: top;
    padding: 100px 0 0; }
  #overview .tabs {
    margin-top: 50px;
    text-align: center; }
    #overview .tabs .tab_item {
      width: 100px;
      height: 35px;
      line-height: 3;
      text-align: center;
      font-weight: normal;
      color: #484364;
      margin-right: 22px;
      display: inline-block;
      text-align: center;
      font-weight: bold;
      transition: all 0.2s ease;
      border: 1px solid #484364;
      border-radius: 3px;
      font-size: 12px;
      font-weight: normal; }
      #overview .tabs .tab_item:hover {
        cursor: pointer; }
      #overview .tabs .tab_item:first-of-type {
        width: 140px; }
      #overview .tabs .tab_item:last-of-type {
        margin-right: 0; }
    #overview .tabs .tab_item:hover {
      opacity: 0.75;
      background-color: #484364;
      color: #fff; }
    #overview .tabs .tab_1 {
      width: 190px; }
  #overview .tab_content {
    clear: both;
    overflow: hidden; }
  #overview .cont_01 {
    text-align: left; }
    #overview .cont_01 table {
      width: 700px;
      margin: 0 auto 80px; }
      @media (max-width: 768px) {
        #overview .cont_01 table {
          width: 100%; } }
      #overview .cont_01 table tr {
        border-bottom: solid 1px #484364;
        max-width: 700px; }
        #overview .cont_01 table tr:first-child {
          border-top: solid 1px #484364; }
        #overview .cont_01 table tr th {
          padding: 10px 50px 10px 25px;
          width: 70px;
          vertical-align: top; }
          @media (max-width: 768px) {
            #overview .cont_01 table tr th {
              padding: 10px 25px; } }
        #overview .cont_01 table tr td {
          padding: 10px; }
          #overview .cont_01 table tr td ul {
            list-style: none;
            margin: 0; }
            #overview .cont_01 table tr td ul li {
              position: relative;
              line-height: 1.7; }
              #overview .cont_01 table tr td ul li::after {
                content: '';
                width: 5px;
                height: 5px;
                background: #484364;
                display: block;
                border-radius: 10px;
                position: absolute;
                top: 8px;
                left: -15px; }
          #overview .cont_01 table tr td p {
            margin: 8px 0 0; }
  #overview .cont_02 {
    text-align: left;
    margin: auto;
    max-width: 700px; }
    #overview .cont_02 .history {
      max-height: 350px;
      overflow-x: hidden;
      overflow-y: scroll;
      position: relative; }
      #overview .cont_02 .history::-webkit-scrollbar {
        width: 5px; }
      #overview .cont_02 .history::-webkit-scrollbar-track {
        background-color: rgba(169, 171, 172, 0.5);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
      #overview .cont_02 .history::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.5);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
      #overview .cont_02 .history .history_box {
        margin-bottom: 70px;
        display: table;
        width: 100%; }
        #overview .cont_02 .history .history_box:last-of-type {
          margin-bottom: 0;
          overflow: hidden; }
        #overview .cont_02 .history .history_box h3 {
          font-size: 30px;
          font-weight: bold;
          color: #A9A7B3;
          line-height: 1;
          display: table-cell;
          vertical-align: top;
          text-align: left; }
        #overview .cont_02 .history .history_box dl {
          float: right;
          margin: 0 0 30px;
          display: table-cell;
          width: 90%; }
          #overview .cont_02 .history .history_box dl dt {
            float: left;
            font-weight: bold;
            position: relative;
            width: 45px;
            margin-right: 20px; }
            #overview .cont_02 .history .history_box dl dt::after {
              content: '';
              width: 10px;
              height: 10px;
              background: #484364;
              display: block;
              border-radius: 10px;
              position: absolute;
              top: 5px;
              left: -35px; }
              @media (max-width: 768px) {
                #overview .cont_02 .history .history_box dl dt::after {
                  left: -45%; } }
            #overview .cont_02 .history .history_box dl dt::before {
              content: '';
              width: 2px;
              height: 500px;
              background: #484364;
              position: absolute;
              display: block;
              top: 0;
              left: -31px; }
              @media (max-width: 768px) {
                #overview .cont_02 .history .history_box dl dt::before {
                  left: -16px; } }
          #overview .cont_02 .history .history_box dl dd {
            float: left;
            margin: 0; }

#access {
  margin: auto; }
  #access .map_box {
    display: table;
    margin: auto;
    width: 100%; }
    @media (max-width: 768px) {
      #access .map_box {
        display: block; } }
    #access .map_box .map_cont {
      display: table-cell;
      width: 50%; }
      @media (max-width: 768px) {
        #access .map_box .map_cont {
          display: block;
          width: 100%;
          padding: 0; } }
      #access .map_box .map_cont h3 {
        font-size: 24px;
        font-weight: normal; }
      #access .map_box .map_cont p {
        margin: 5px 0; }
        #access .map_box .map_cont p:last-child {
          margin-bottom: 30px; }
          @media (max-width: 768px) {
            #access .map_box .map_cont p:last-child {
              margin-bottom: 7%; } }
      #access .map_box .map_cont:first-child {
        padding-right: 30px; }
        @media (max-width: 768px) {
          #access .map_box .map_cont:first-child {
            padding: 0;
            margin-bottom: 50px; } }
      #access .map_box .map_cont:last-child {
        padding-left: 30px; }
        @media (max-width: 768px) {
          #access .map_box .map_cont:last-child {
            padding: 0; } }
    #access .map_box .map {
      width: 100%;
      height: 300px;
      margin-bottom: 20px; }

.fontRobot {
  font-family: 'Roboto', sans-serif;
  font-weight: 900; }

.fontRobotItaric {
  font-family: 'Roboto', sans-serif;
  font-weight: '900i';
  font-style: italic; }

.colRed {
  color: #ff4040; }

.notes {
  font-size: 12px;
  color: #8b8b8b; }

html {
  font-size: 100%;
  font-family: sans-serif; }

body {
  font-size: 16px;
  font-family: Meiryo,sans-serif,"Helvetica Neue", "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Arial, sans-serif;
  background: url("../img/bg.jpg") repeat;
  -ms-text-fill-color: transparent;
  -ms-background-clip: text;
  min-width: 230px; }
  @media (max-width: 768px) {
    body {
      position: relative;
      left: 0; } }

a {
  text-decoration: none;
  transition-duration: 0.5s;
  color: #484364;
  cursor: pointer; }
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

h1, h2, h3, h4, h5, h6, nav, .btn_more {
  font-family: 'PT Sans Narrow',  Meiryo;
  margin: 0; }

ul {
  padding: 0; }

section {
  padding: 0;
  display: table;
  transition-duration: 0.5s; }
  @media (max-width: 768px) {
    section {
      display: block;
      overflow: hidden;
      margin: 0 0 100px; } }
  @media (min-width: 1640px) {
    section {
      transform: scale(1.1, 1.1); } }

@media (max-width: 1040px) {
  article {
    padding: 0 10px; } }
@media (max-width: 768px) {
  article {
    padding: 0 20px;
    overflow: hidden; } }

.section-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 60px 0 0; }
  @media (max-width: 768px) {
    .section-inner {
      display: block;
      padding: 0 0 60px; } }
  @media (min-width: 1640px) {
    .section-inner {
      transform: scale(1.07, 1.07);
      padding: 100px 0; } }

@media (min-width: 769px) {
  .sp {
    display: none !important; } }
@media (max-width: 768px) {
  .pc {
    display: none !important; } }
@media (min-width: 641px) {
  .sp2 {
    display: none !important; } }
@media (max-width: 640px) {
  .pc2 {
    display: none !important; } }
/* ==========================================================================
   header
   ========================================================================== */
header {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 0 10px;
  position: fixed;
  z-index: 999;
  top: 0;
  background: -webkit-linear-gradient(0deg, #036eb8 75%, rgba(255, 255, 255, 0) 95%) no-repeat;
  background: -ms-linear-gradient(0deg, #036eb8 75%, rgba(255, 255, 255, 0) 95%) no-repeat;
  background-size: 100% 65px; }
  @media (max-width: 768px) {
    header {
      background: #036eb8;
      padding: 0 30px; } }
  header .inner {
    max-width: 1000px;
    margin: 0 auto; }
  header h1 {
    float: left;
    margin: 11px 0; }
  header nav {
    float: right;
    margin: 20px;
    z-index: 999; }
    header nav ul {
      margin: 0; }
      header nav ul li {
        list-style: none;
        float: left;
        margin-right: 35px;
        text-shadow: 0px 1px 8px #00173c; }
        @media (max-width: 768px) {
          header nav ul li {
            float: none;
            display: block;
            border-bottom: solid 1px #fff;
            margin: 0; }
            header nav ul li:last-of-type {
              border-bottom: none; } }
        header nav ul li:last-child {
          margin-right: 0; }
        header nav ul li a {
          color: #fff;
          font-weight: normal;
          letter-spacing: 1px;
          font-size: 18px; }
          @media (max-width: 768px) {
            header nav ul li a {
              display: block;
              padding: 15px; } }
  header .sp_menu #slide_menu {
    position: fixed;
    top: 60px;
    right: -180px;
    width: 180px;
    height: 100%;
    background: rgba(3, 110, 184, 0.8);
    margin: 0; }
    header .sp_menu #slide_menu li:hover {
      opacity: 0.7;
      cursor: pointer; }
    header .sp_menu #slide_menu li a:hover {
      opacity: 1; }
  header .sp_menu #button {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #036eb8;
    border: none;
    outline: none; }
    header .sp_menu #button img {
      position: absolute;
      top: 18px;
      right: 14px; }

main {
  position: relative;
  z-index: 99; }
  main a:hover {
    opacity: 0.95; }
  main #main-slide {
    height: 100vh; }
    main #main-slide img {
      width: 100%; }
    main #main-slide .slide_1 {
      text-align: center;
      color: #fff;
      position: relative;
      text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
      height: 100vh;
      background: url("../img/mainvisual_01.jpg") no-repeat top center;
      background-size: cover; }
      main #main-slide .slide_1 img {
        position: absolute;
        max-width: 431px;
        max-height: 483px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0; }
        @media (max-width: 768px) {
          main #main-slide .slide_1 img {
            width: 70%;
            height: auto; } }
      main #main-slide .slide_1 .slide_title_1 {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        z-index: 2; }
        main #main-slide .slide_1 .slide_title_1 h2 {
          font-size: 120px;
          margin: 0; }
          @media (max-width: 768px) {
            main #main-slide .slide_1 .slide_title_1 h2 {
              font-size: 60px;
              font-size: 15vw; } }
        main #main-slide .slide_1 .slide_title_1 p {
          font-size: 50px;
          margin: 0;
          font-family: 'PT Sans Narrow'; }
          @media (max-width: 768px) {
            main #main-slide .slide_1 .slide_title_1 p {
              font-size: 30px;
              font-size: 7.5vw; } }
    main #main-slide .slide_2 {
      color: #fff;
      position: relative;
      height: 100vh;
      background: url("../img/mainvisual_02.jpg") no-repeat top center;
      background-size: cover; }
      @media (max-width: 768px) {
        main #main-slide .slide_2 {
          background: url("../img/mainvisual_02_sp.jpg") no-repeat top center;
          background-size: cover; } }
      main #main-slide .slide_2 .slide_title_2 {
        text-align: center;
        position: absolute;
        top: 52%;
        left: 0;
        right: 0;
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
        transform: translate(0, -50%);
        padding: 0 10px; }
        main #main-slide .slide_2 .slide_title_2 h2 img {
          width: auto;
          margin: auto; }
          @media (max-width: 768px) {
            main #main-slide .slide_2 .slide_title_2 h2 img {
              width: 100%; } }
          @media (max-width: 640px) {
            main #main-slide .slide_2 .slide_title_2 h2 img {
              width: 70%; } }
        main #main-slide .slide_2 .slide_title_2 p {
          font-size: 20px;
          font-family: Hiragino Kaku Gothic ProN;
          letter-spacing: 10px; }
          main #main-slide .slide_2 .slide_title_2 p:first-of-type {
            margin: 0 0 35px 0; }
            @media (max-width: 768px) {
              main #main-slide .slide_2 .slide_title_2 p:first-of-type {
                font-size: 10px;
                font-size: 2.5vw;
                margin: 10px 0 20px; } }
        main #main-slide .slide_2 .slide_title_2 a {
          font-size: 20px;
          font-weight: 100;
          padding: 15px 55px;
          border: solid 1px #fff;
          color: #fff;
          position: relative;
          letter-spacing: 1px; }
          @media (max-width: 768px) {
            main #main-slide .slide_2 .slide_title_2 a {
              font-size: 15px;
              padding: 10px 55px; } }
          main #main-slide .slide_2 .slide_title_2 a::after {
            content: '';
            display: inline-block;
            background: url("../img/icon_arrow_r.png") no-repeat;
            background-size: contain;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 15px;
            top: 20px; }
            @media (max-width: 768px) {
              main #main-slide .slide_2 .slide_title_2 a::after {
                top: 11px; } }
    main #main-slide .slide_3 {
      color: #fff;
      position: relative;
      height: 100vh;
      background: url("../img/mainvisual_03.jpg") no-repeat top center;
      background-size: cover; }
      @media (max-width: 768px) {
        main #main-slide .slide_3 {
          background: url("../img/mainvisual_03_sp.jpg") no-repeat top center;
          background-size: cover; } }
      main #main-slide .slide_3 .slide_title_3 {
        position: absolute;
        top: 115px;
        left: 125px;
        right: 0;
        bottom: 0; }
        @media (max-width: 1200px) {
          main #main-slide .slide_3 .slide_title_3 {
            left: 25px;
            top: 80px; } }
        main #main-slide .slide_3 .slide_title_3 h2 {
          font-size: 130px;
          line-height: 0.9em;
          font-style: italic;
          letter-spacing: -4px;
          text-shadow: 0 0 15px rgba(0, 23, 60, 0.6);
          margin: 0; }
          @media (max-width: 768px) {
            main #main-slide .slide_3 .slide_title_3 h2 {
              font-size: 80px;
              font-size: 14vw;
              letter-spacing: 0.2px; } }
        main #main-slide .slide_3 .slide_title_3 p {
          font-size: 55px;
          margin: 0 0 50px 0;
          font-family: sans-serif;
          font-weight: bold;
          text-shadow: 0 0 15px rgba(0, 23, 60, 0.6); }
          @media (max-width: 768px) {
            main #main-slide .slide_3 .slide_title_3 p {
              font-size: 35px;
              font-size: 8vw;
              margin: 0 0 30px 0; } }
        main #main-slide .slide_3 .slide_title_3 .btn_recruit {
          width: 400px;
          height: 85px;
          text-shadow: 0 0 15px rgba(0, 23, 60, 0.6);
          display: table;
          border: solid 1px #fff; }
          main #main-slide .slide_3 .slide_title_3 .btn_recruit:first-of-type {
            margin-bottom: 30px; }
          @media (max-width: 768px) {
            main #main-slide .slide_3 .slide_title_3 .btn_recruit {
              width: 225px;
              height: 60px; } }
          main #main-slide .slide_3 .slide_title_3 .btn_recruit a {
            font-size: 28px;
            font-style: italic;
            font-weight: bold;
            padding: 0 20px;
            color: #fff;
            position: relative;
            text-shadow: 0 0 15px rgba(0, 23, 60, 0.6);
            display: table-cell;
            vertical-align: middle; }
            @media (max-width: 768px) {
              main #main-slide .slide_3 .slide_title_3 .btn_recruit a {
                font-size: 18px;
                padding: 0 15px;
                text-align: left; } }
            main #main-slide .slide_3 .slide_title_3 .btn_recruit a::after {
              content: '';
              display: inline-block;
              background: url("../img/icon_arrow_r.png") no-repeat;
              background-size: contain;
              width: 12px;
              height: 12px;
              position: absolute;
              right: 15px;
              top: 35px; }
              @media (max-width: 768px) {
                main #main-slide .slide_3 .slide_title_3 .btn_recruit a::after {
                  width: 8px;
                  height: 12px;
                  right: 8px;
                  top: 25px; } }
    main #main-slide .slick-dots {
      left: 45px;
      bottom: 35px; }
      @media (max-width: 768px) {
        main #main-slide .slick-dots {
          left: 10px; } }
      main #main-slide .slick-dots li {
        width: 35px;
        height: 15px;
        margin: 0 10px; }
        main #main-slide .slick-dots li button {
          width: 35px;
          height: 15px; }
          main #main-slide .slick-dots li button::before {
            width: 35px;
            height: 15px;
            box-shadow: 0 0 8px 0px #373737;
            opacity: 0.95; }
        @media (max-width: 768px) {
          main #main-slide .slick-dots li {
            width: 18px;
            margin: 0 5px; }
            main #main-slide .slick-dots li button {
              width: 18px; }
              main #main-slide .slick-dots li button::before {
                width: 18px; } }
      main #main-slide .slick-dots .slick-active button:before {
        box-shadow: 0 0 5px 0px white !important; }
  main .scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center; }

article {
  max-width: 1000px;
  margin: auto;
  margin-top: 100px;
  font-size: 14px;
  color: #484364;
  /*=====================================================
  news
  =======================================================*/
  /*=====================================================
  works
  =======================================================*/
  /*=====================================================
  company
  =======================================================*/
  /*=====================================================
  recruit
  =======================================================*/
  /*=====================================================
  contact
  =======================================================*/ }
  article h2 {
    font-size: 48px;
    text-align: center;
    display: inline-block; }
    article h2 span {
      font-size: 14px;
      display: block; }
    article h2 strong {
      font-weight: normal;
      font-size: 14px;
      display: block; }
    article h2.h2_text {
      color: #036eb8; }
  article .section-head {
    text-align: center;
    margin-bottom: 60px; }
    article .section-head img {
      display: block;
      margin: auto; }
  article #news .section-head {
    margin-bottom: 10px; }
  article #news .section-inner {
    text-align: center; }
  article #news .news-important {
    text-align: center; }
    article #news .news-important h3 {
      padding: 8px 18px 3px 18px;
      display: inline-block;
      margin-right: 15px;
      font-size: 14px;
      position: relative;
      overflow: hidden;
      vertical-align: middle; }
      article #news .news-important h3 .grad-boarder span:nth-child(1) {
        width: 135px;
        height: 3px;
        display: block;
        background: -webkit-linear-gradient(-45deg, #cb2d3e 0%, #ef473a 60%);
        background: -ms-linear-gradient(-45deg, #cb2d3e 0%, #ef473a 60%);
        position: absolute;
        top: 0px;
        right: 4px; }
        article #news .news-important h3 .grad-boarder span:nth-child(1)::after {
          content: '';
          width: 3px;
          height: 31px;
          display: block;
          background-color: #cb2d3e; }
      article #news .news-important h3 .grad-boarder span:nth-child(2) {
        width: 135px;
        height: 3px;
        display: block;
        background: -webkit-linear-gradient(-45deg, #cb2d3e 0%, #ef473a 60%);
        background: -ms-linear-gradient(-45deg, #cb2d3e 0%, #ef473a 60%);
        position: absolute;
        bottom: 0px;
        left: 3px; }
        article #news .news-important h3 .grad-boarder span:nth-child(2)::after {
          content: '';
          width: 3px;
          height: 31px;
          display: block;
          background-color: #ef473a;
          position: absolute;
          right: 0;
          bottom: 0; }
    article #news .news-important a {
      color: #484364;
      font-weight: bold;
      cursor: pointer; }
      article #news .news-important a p {
        display: inline-block;
        text-decoration: underline; }
  article #news ul {
    padding: 0;
    font-size: 0;
    margin: 10px 0;
    text-align: left; }
    article #news ul li {
      display: inline-block;
      width: 23.5%;
      font-size: 14px;
      margin-right: 2%; }
      article #news ul li:hover span {
        opacity: 0.7; }
      @media (max-width: 768px) {
        article #news ul li {
          width: 48%;
          margin-right: 0; }
          article #news ul li:nth-child(odd) {
            margin-right: 4%; } }
      article #news ul li:last-child {
        margin-right: 0; }
      article #news ul li a {
        color: #484364; }
        article #news ul li a img {
          width: 100%; }
        article #news ul li a .news-date {
          font-weight: bold;
          margin: 5px 0 0 0; }
          article #news ul li a .news-date .news-cat {
            font-size: 12px;
            font-weight: normal;
            padding: 3px 10px;
            color: #fff;
            border-radius: 2px;
            margin-left: 10px; }
            @media (max-width: 768px) {
              article #news ul li a .news-date .news-cat {
                padding: 3px 5px;
                margin-left: 5px; } }
  article #news .news {
    width: 100%;
    border: solid 1px #484364;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin-top: 30px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      article #news .news {
        padding: 15px; } }
    article #news .news h3 {
      float: left;
      text-align: center;
      font-size: 24px;
      vertical-align: middle;
      padding: 27px 30px 17px 30px;
      border-radius: 3px;
      margin: 0 25px 0 0;
      position: relative;
      overflow: hidden; }
      @media (max-width: 640px) {
        article #news .news h3 {
          float: none;
          margin: 0 0 15px 0; } }
      article #news .news h3 span {
        font-size: 12px;
        display: block; }
      article #news .news h3 .grad-boarder span:nth-child(1) {
        width: 100%;
        height: 3px;
        display: block;
        background: -webkit-linear-gradient(-45deg, #1f1c2c 0%, #6c6498 60%);
        background: -ms-linear-gradient(-45deg, #1f1c2c 0%, #6c6498 60%);
        position: absolute;
        top: 0;
        right: 0; }
        article #news .news h3 .grad-boarder span:nth-child(1)::after {
          content: '';
          width: 3px;
          height: 92px;
          display: block;
          background-color: #1f1c2c; }
      article #news .news h3 .grad-boarder span:nth-child(2) {
        width: 100%;
        height: 3px;
        display: block;
        background: -webkit-linear-gradient(-45deg, #1f1c2c 0%, #6c6498 60%);
        background: -ms-linear-gradient(-45deg, #1f1c2c 0%, #6c6498 60%);
        position: absolute;
        bottom: 0;
        left: 0; }
        article #news .news h3 .grad-boarder span:nth-child(2)::after {
          content: '';
          width: 3px;
          height: 92px;
          display: block;
          background-color: #6c6498;
          position: absolute;
          right: 0;
          bottom: 0; }
    article #news .news ul {
      display: block;
      margin: 0;
      width: auto;
      max-height: 300px;
      overflow: auto;
      scrollbar-face-color: #484364;
      scrollbar-track-color: #a9abac;
      scrollbar-arrow-color: #a9abac; }
      @media (max-width: 768px) {
        article #news .news ul {
          width: auto;
          height: 300px; } }
      article #news .news ul li {
        display: block;
        width: 98%;
        border-bottom: solid 1px #484364;
        padding: 10px 0; }
        article #news .news ul li a {
          color: #484364; }
        article #news .news ul li:last-child {
          border-bottom: none; }
        article #news .news ul li p {
          display: inline-block;
          margin: 0;
          vertical-align: top; }
          @media (max-width: 1040px) {
            article #news .news ul li p {
              width: 65%; } }
          @media (max-width: 640px) {
            article #news .news ul li p {
              margin-bottom: 5px;
              display: block;
              width: 100%; } }
          article #news .news ul li p span {
            margin: 0 20px 0 5px; }
        article #news .news ul li .news-date {
          width: auto; }
  article .news-cat {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px; }
    @media (max-width: 768px) {
      article .news-cat {
        padding: 3px 5px;
        margin-left: 5px; } }
    article .news-cat a {
      color: #fff;
      pointer-events: none;
      cursor: default; }
  article .cat-product {
    background-color: #f65f7b; }
    article .cat-product a {
      color: #fff; }
  article .cat-recruit {
    background-color: #ef983a; }
  article .cat-other {
    background-color: #54827b; }
  article .cat-notices {
    background-color: #ef473a; }
  @media (max-width: 768px) {
    article #works {
      overflow: visible; } }
  article #works #works-slide {
    width: 100%;
    max-width: 1000px;
    max-height: 235px; }
    @media (min-width: 769px) and (max-width: 1080px) {
      article #works #works-slide {
        max-width: 75vh;
        margin: auto; } }
    article #works #works-slide .slide-box {
      height: 235px;
      text-align: center;
      background: #fff;
      vertical-align: top;
      font-size: 14px;
      margin: 7.5px;
      outline: none;
      position: relative; }
      article #works #works-slide .slide-box p {
        margin: 10px 5px 5px;
        height: 40px;
        word-break: keep-all; }
      article #works #works-slide .slide-box img {
        display: inline-block;
        min-width: 150px;
        max-height: 150px; }
      article #works #works-slide .slide-box .btn_more {
        display: none; }
      article #works #works-slide .slide-box:hover {
        background: -webkit-linear-gradient(-45deg, #ec008c 0%, #fc6767 60%);
        background: -ms-linear-gradient(-45deg, #ec008c 0%, #fc6767 60%);
        opacity: 1 !important;
        position: relative; }
        article #works #works-slide .slide-box:hover p {
          color: #fff; }
        article #works #works-slide .slide-box:hover a {
          opacity: 1 !important; }
        article #works #works-slide .slide-box:hover .btn_more {
          display: inline-block;
          width: 100px;
          height: 30px;
          color: #fff;
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          top: 0;
          margin: auto;
          font-size: 18px;
          letter-spacing: 1.3px;
          font-weight: bold;
          padding: 10px 20px;
          border: solid 1.5px #fff;
          line-height: 1.9; }
          article #works #works-slide .slide-box:hover .btn_more::after {
            content: '';
            display: inline-block;
            background: url("../img/icon_arrow_r.png") no-repeat center center;
            background-size: contain;
            width: 9px;
            height: 9px;
            margin-left: 8px;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            bottom: 50%;
            transform: translate(-50%, -50%);
            right: 10px; }
        article #works #works-slide .slide-box:hover img {
          opacity: 0.4; }
  article #works .remodal .remodal_r dl {
    margin: 0 0 30px; }
  article #works .remodal .remodal_r a {
    color: #484364;
    background: #fff;
    padding: 12px 14px;
    border-radius: 5px;
    margin-top: 10px; }
    article #works .remodal .remodal_r a::after {
      content: '';
      display: inline-block;
      background: url(../../../img/icon_arrow_r_pink.png) no-repeat center center;
      background-size: contain;
      width: 10px;
      height: 11px;
      margin-left: 8px; }
  article .slide-arrow {
    width: 15px;
    height: auto;
    padding: 15px; }
  article .slick-next {
    right: -30px; }
  article .slick-prev {
    left: -30px; }
  article #company {
    text-align: center;
    width: 100%;
    font-size: 0;
    margin: 0 auto 100px; }
    article #company .box_l {
      display: inline-block;
      width: 50%;
      font-size: 14px;
      vertical-align: middle; }
      @media (max-width: 640px) {
        article #company .box_l {
          display: block;
          width: 100%; } }
      article #company .box_l .section-head {
        margin-bottom: 0; }
        article #company .box_l .section-head h2 {
          margin-bottom: 60px; }
          @media (max-width: 768px) {
            article #company .box_l .section-head h2 {
              margin-bottom: 30px; } }
          @media (max-width: 640px) {
            article #company .box_l .section-head h2 {
              margin-bottom: 10px; } }
      article #company .box_l p {
        width: 310px;
        margin: auto;
        line-height: 2;
        text-align: left; }
        @media (max-width: 768px) {
          article #company .box_l p {
            width: 270px; } }
        @media (max-width: 640px) {
          article #company .box_l p {
            width: 100%;
            margin-bottom: 20px; } }
    article #company .box_r {
      display: inline-block;
      width: 50%;
      position: relative;
      font-size: 14px;
      vertical-align: middle; }
      @media (max-width: 640px) {
        article #company .box_r {
          display: block;
          width: 100%;
          height: 150px;
          background: url("../img/img_company_sp.jpg") no-repeat center center;
          background-size: cover;
          outline: solid 1px rgba(255, 255, 255, 0.6);
          outline-offset: -0.5em; } }
      article #company .box_r a {
        color: #fff;
        width: 150px;
        height: 50px;
        border: solid 1px #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        line-height: 3;
        background: rgba(225, 225, 225, 0);
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 1.3px; }
        article #company .box_r a:hover {
          background: -webkit-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%);
          background: -ms-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%); }
        article #company .box_r a::after {
          content: '';
          display: inline-block;
          background: url("../img/icon_arrow_r.png") no-repeat;
          background-size: contain;
          width: 7px;
          height: 7px;
          vertical-align: middle;
          position: absolute;
          right: 10px;
          top: 22px; }
      article #company .box_r img {
        outline: solid 1px rgba(255, 255, 255, 0.6);
        outline-offset: -2em;
        width: 100%; }
  article #recruit {
    text-align: center;
    width: 100%;
    font-size: 0;
    margin: auto; }
    article #recruit .box_l {
      display: inline-block;
      width: 50%;
      position: relative;
      font-size: 14px;
      vertical-align: middle; }
      @media (max-width: 640px) {
        article #recruit .box_l {
          display: block;
          width: 100%;
          height: 150px;
          background: url("../img/img_recruit_sp.jpg") no-repeat center center;
          background-size: cover;
          outline: solid 1px rgba(255, 255, 255, 0.6);
          outline-offset: -0.5em; } }
      article #recruit .box_l a {
        color: #fff;
        width: 150px;
        height: 50px;
        border: solid 1px #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        line-height: 3;
        background: rgba(225, 225, 225, 0);
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 1.3px; }
        article #recruit .box_l a:hover {
          background: -webkit-linear-gradient(-45deg, #f2994a 0%, #f2c94c 60%);
          background: -ms-linear-gradient(-45deg, #f2994a 0%, #f2c94c 60%); }
        article #recruit .box_l a::after {
          content: '';
          display: inline-block;
          background: url("../img/icon_arrow_r.png") no-repeat;
          background-size: contain;
          width: 7px;
          height: 7px;
          vertical-align: middle;
          position: absolute;
          right: 10px;
          top: 22px; }
      article #recruit .box_l img {
        outline: solid 1px rgba(255, 255, 255, 0.6);
        outline-offset: -2em;
        width: 100%; }
        @media (max-width: 640px) {
          article #recruit .box_l img {
            outline-offset: -0.5em; } }
    article #recruit .box_r {
      display: inline-block;
      width: 50%;
      font-size: 14px;
      vertical-align: middle; }
      @media (max-width: 640px) {
        article #recruit .box_r {
          display: block;
          width: 100%; } }
      article #recruit .box_r .section-head {
        margin-bottom: 0; }
      article #recruit .box_r h2 {
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          article #recruit .box_r h2 {
            margin-bottom: 10px; } }
        @media (max-width: 640px) {
          article #recruit .box_r h2 img {
            width: 80%; } }
      article #recruit .box_r p {
        width: 310px;
        margin: auto;
        line-height: 2;
        text-align: left; }
        @media (max-width: 768px) {
          article #recruit .box_r p {
            width: 270px; } }
        @media (max-width: 640px) {
          article #recruit .box_r p {
            margin-bottom: 20px;
            width: 100%; } }
  article #contact .form {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 700px; }
    article #contact .form h3 {
      font-size: 20px;
      text-align: center;
      margin-bottom: 30px;
      padding-bottom: 5px;
      display: block;
      position: relative; }
      article #contact .form h3::after {
        content: "";
        width: 80px;
        height: 4px;
        background: #484364;
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: auto;
        display: inline-block; }
    article #contact .form form input {
      width: 100%;
      height: 50px;
      color: #484364;
      padding: 0 0 0 12px;
      border: 1px solid #9c9c9c;
      border-radius: 5px;
      box-sizing: border-box;
      background-color: rgba(255, 255, 255, 0);
      outline: 0;
      margin-bottom: 20px;
      -webkit-user-select: auto;
      -webkit-transition: all .2s;
      transition: all .3s; }
      @media (max-width: 768px) {
        article #contact .form form input {
          width: 100%; } }
      article #contact .form form input:placeholder-shown {
        color: #827e97; }
      article #contact .form form input::-webkit-input-placeholder {
        color: #827e97; }
      article #contact .form form input:hover {
        box-shadow: 0 0 0 0.6px #484364; }
      article #contact .form form input:focus {
        box-shadow: 0 0 0 0.6px #484364; }
    article #contact .form form textarea {
      width: 100%;
      height: 211px;
      color: #484364;
      padding: 10px;
      border: 1px solid #9c9c9c;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0);
      box-sizing: border-box;
      outline: 0;
      resize: none;
      -webkit-user-select: auto;
      -webkit-transition: all .2s;
      transition: all .3s; }
      @media (max-width: 800px) {
        article #contact .form form textarea {
          width: 100%;
          height: 269px; } }
      article #contact .form form textarea:placeholder-shown {
        color: #827e97; }
      article #contact .form form textarea::-webkit-input-placeholder {
        color: #827e97; }
      article #contact .form form textarea:hover {
        box-shadow: 0 0 0 0.6px #484364; }
      article #contact .form form textarea:focus {
        box-shadow: 0 0 0 0.6px #484364; }
    article #contact .form form h4, article #contact .form form label {
      display: none; }
    article #contact .form .formsubmit {
      display: inline-block;
      text-align: center;
      width: 100%; }
      article #contact .form .formsubmit input {
        width: 100px;
        height: 30px;
        color: #484364;
        padding: 0 12px;
        border: 1px solid #9c9c9c;
        border-radius: 3px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0);
        outline: 0;
        border-radius: 15px;
        margin-top: 20px;
        vertical-align: top;
        font-size: 14px;
        -webkit-transition: all .2s;
        transition: all .3s; }
        article #contact .form .formsubmit input:hover {
          background-color: #484364;
          color: #fff; }
      article #contact .form .formsubmit .backButton {
        margin-right: 30px; }
    article #contact .form .btn_recruit {
      color: #484364;
      width: 250px;
      height: 50px;
      border: solid 1px #9c9c9c;
      margin: 10px auto 0;
      line-height: 3.3;
      background: rgba(225, 225, 225, 0);
      font-size: 16px;
      letter-spacing: 1.3px;
      display: inline-block;
      position: relative;
      border-radius: 5px;
      font-weight: bold; }
      @media (max-width: 768px) {
        article #contact .form .btn_recruit {
          text-align: center; } }
      article #contact .form .btn_recruit:hover {
        background: -webkit-linear-gradient(-45deg, #036eb8 0%, #8d00f0 90%);
        background: -ms-linear-gradient(-45deg, #036eb8 0%, #8d00f0 90%);
        color: #fff;
        border: solid 1px #fff; }
        article #contact .form .btn_recruit:hover::after {
          background: url("../img/icon_arrow_r.png") no-repeat;
          background-size: contain; }
      article #contact .form .btn_recruit::after {
        content: '';
        display: inline-block;
        background: url("../img/icon_arrow_r_bl.png") no-repeat;
        background-size: contain;
        width: 7px;
        height: 7px;
        vertical-align: middle;
        position: absolute;
        right: 10px;
        top: 22px; }
    article #contact .form .policy {
      text-align: center;
      margin: 35px 0;
      display: block; }
      article #contact .form .policy a {
        width: auto;
        height: auto;
        border: none;
        text-decoration: underline; }

.mw_wp_form_preview {
  margin-top: 50px; }
  .mw_wp_form_preview h4 {
    font-size: 18px;
    font-weight: normal;
    display: inline-block !important;
    padding-bottom: 5px;
    margin: 0; }
  .mw_wp_form_preview p {
    margin: 20px 0 20px;
    line-height: 3; }
  .mw_wp_form_preview .preview_box {
    display: block;
    text-align: left;
    padding: 20px 0;
    border-bottom: solid 1px #9c9c9c; }
    .mw_wp_form_preview .preview_box:first-of-type {
      border-top: solid 1px #9c9c9c;
      margin-top: 30px; }
    .mw_wp_form_preview .preview_box label {
      display: block !important;
      color: #898799;
      margin: 0 0 5px; }

.mw_wp_form_complete {
  margin-top: 50px; }
  .mw_wp_form_complete h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: dotted 1px #484364;
    display: inline-block;
    padding-bottom: 5px; }
  .mw_wp_form_complete p {
    line-height: 2.2; }

.caution p {
  line-height: 2.2; }
  .caution p:first-child {
    text-align: center;
    margin-bottom: 50px; }
.caution .caution_box ul {
  margin: 10px 0;
  list-style: none;
  text-align: left; }
  .caution .caution_box ul li {
    line-height: 2.2; }
    .caution .caution_box ul li span {
      font-weight: normal; }

/*=====================================================
	policy
=======================================================*/
#policy p {
  line-height: 2.2; }
@media (min-width: 1640px) {
  #policy .section-inner {
    padding: 200px 0; } }

.policy_box, .caution_box {
  width: auto;
  margin-top: -100px;
  padding: 100px 0 45px 0;
  text-align: center; }
  .policy_box:last-of-type, .caution_box:last-of-type {
    margin-bottom: 60px;
    border-bottom: solid 1px #484364; }
  .policy_box h3, .policy_box h4, .caution_box h3, .caution_box h4 {
    font-family: Meiryo; }
  .policy_box h3, .caution_box h3 {
    border-top: solid 1px #484364;
    font-size: 20px;
    text-align: left;
    padding: 0 0 5px;
    display: block;
    padding-top: 45px;
    margin-top: 45px; }
  .policy_box h4, .policy_box p, .caution_box h4, .caution_box p {
    text-align: left; }
  .policy_box p, .caution_box p {
    margin-bottom: 0;
    line-height: 2.2; }
  .policy_box .bg_white, .caution_box .bg_white {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px; }
  .policy_box a, .caution_box a {
    text-decoration: underline; }

.policy_box ul {
  list-style: none;
  margin: 15px 0;
  border-top: dotted 1px #484364;
  border-bottom: dotted 1px #484364;
  padding: 8px 0; }
  .policy_box ul li {
    text-align: left;
    word-break: break-all;
    line-height: 2.2; }

/*=====================================================
news.html
=======================================================*/
#news_detail {
  display: block;
  transform: none; }
  #news_detail .section_news {
    padding: 70px 46px 46px; }
  #news_detail .section-inner {
    display: block;
    transform: none; }
  #news_detail .content_inner {
    text-align: center; }
  #news_detail .news_area {
    background-color: rgba(255, 255, 255, 0.6);
    line-height: 1.2em;
    text-align: left;
    border-radius: 10px;
    border: solid 1px #484364;
    margin-bottom: 60px; }
    #news_detail .news_area .news_title {
      padding: 20px 0;
      border-bottom: solid 2px #484364;
      margin: 15px 40px 0; }
      @media (max-width: 768px) {
        #news_detail .news_area .news_title {
          margin: 0 25px; } }
      #news_detail .news_area .news_title .date, #news_detail .news_area .news_title .cat, #news_detail .news_area .news_title .title {
        display: inline-block;
        vertical-align: middle; }
      #news_detail .news_area .news_title .date {
        margin-right: 10px;
        float: left;
        font-family: Meiryo;
        font-weight: 700; }
      #news_detail .news_area .news_title .cat {
        margin-right: 10px;
        padding: 0 10px;
        line-height: 1.5em;
        background-color: #fff;
        color: #2d2d2d;
        font-size: 14px; }
      #news_detail .news_area .news_title .title {
        display: block;
        font-size: 20px;
        margin-top: 25px;
        font-weight: bold;
        line-height: 1.5; }
    #news_detail .news_area .news_inner {
      padding: 40px; }
      @media (max-width: 768px) {
        #news_detail .news_area .news_inner {
          padding: 25px; } }
      #news_detail .news_area .news_inner h1 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 50px;
        line-height: 1.2em; }
      #news_detail .news_area .news_inner h2 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 40px;
        font-style: normal;
        text-align: left;
        line-height: 1.2em; }
      #news_detail .news_area .news_inner h3 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 1.2em; }
      #news_detail .news_area .news_inner h4 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 18px; }
        #news_detail .news_area .news_inner h4:first-child {
          margin-top: 0; }
      #news_detail .news_area .news_inner h5 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.2em; }
      #news_detail .news_area .news_inner h6 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 1.2em; }
      #news_detail .news_area .news_inner .title_boder {
        border-bottom: solid 1px #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      #news_detail .news_area .news_inner .colBlue {
        color: #0d64af; }
      #news_detail .news_area .news_inner img {
        max-width: 100%; }
      #news_detail .news_area .news_inner p {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.5; }
      #news_detail .news_area .news_inner ul {
        list-style: none; }
        #news_detail .news_area .news_inner ul li {
          text-indent: -1em;
          padding-left: 1em;
          margin-bottom: 5px; }
      #news_detail .news_area .news_inner dl {
        margin-bottom: 15px;
        font-size: 15px; }
        #news_detail .news_area .news_inner dl dt {
          font-weight: bold; }
        #news_detail .news_area .news_inner dl dd {
          margin-bottom: 10px; }
      #news_detail .news_area .news_inner table {
        margin-bottom: 15px;
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        width: 100%;
        font-size: 15px; }
        #news_detail .news_area .news_inner table th {
          border-right: solid 1px #ccc;
          border-bottom: solid 1px #ccc;
          padding: 10px;
          background-color: #f6f6f6; }
        #news_detail .news_area .news_inner table td {
          border-right: solid 1px #ccc;
          border-bottom: solid 1px #ccc;
          padding: 10px; }
      #news_detail .news_area .news_inner .btn {
        font-size: 20px;
        padding: 20px;
        margin-top: 0;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        display: inline-block;
        background-color: #0d64af;
        position: relative;
        overflow: hidden;
        text-align: center;
        color: #fff;
        width: 100%;
        max-width: 200px;
        line-height: 1;
        box-sizing: border-box; }
        #news_detail .news_area .news_inner .btn:before {
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          border-radius: 30px; }
        #news_detail .news_area .news_inner .btn:after {
          content: "";
          border: solid transparent;
          display: inline-block;
          position: absolute;
          border-width: 6px;
          border-left-color: #fff;
          margin-top: -6px;
          right: 2px;
          top: 50%; }
        #news_detail .news_area .news_inner .btn:hover {
          color: #0d64af;
          opacity: 1;
          background-color: rgba(13, 100, 175, 0.5); }
          #news_detail .news_area .news_inner .btn:hover:after {
            border-left-color: #0d64af; }
      @media (max-width: 639px) {
        #news_detail .news_area .news_inner .btn {
          padding: 20px; } }
      #news_detail .news_area .news_inner .btn-large {
        max-width: 300px; }
      #news_detail .news_area .news_inner .btn-small {
        max-width: 150px; }
      #news_detail .news_area .news_inner .btn-100 {
        max-width: none; }
      #news_detail .news_area .news_inner .btn-auto {
        max-width: none;
        width: auto; }
      #news_detail .news_area .news_inner .layout-left {
        text-align: left;
        margin: 0 auto 0 0;
        display: block; }
      #news_detail .news_area .news_inner .layout-center {
        text-align: center;
        margin: 0 auto;
        display: block; }
      #news_detail .news_area .news_inner .layout-right {
        text-align: right;
        margin: 0 0 0 auto;
        display: block; }
      #news_detail .news_area .news_inner .row {
        display: table;
        width: 100%;
        table-layout: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #news_detail .news_area .news_inner .row-col1 {
        display: table-cell;
        width: 100%;
        padding: 10px; }
      #news_detail .news_area .news_inner .row-col2 {
        display: table-cell;
        width: 50%;
        padding: 10px;
        vertical-align: top; }
      #news_detail .news_area .news_inner .row-col3 {
        display: table-cell;
        width: 33.333%;
        padding: 10px;
        vertical-align: top; }
      #news_detail .news_area .news_inner .row-col4 {
        display: table-cell;
        width: 25%;
        padding: 10px;
        vertical-align: top; }
      #news_detail .news_area .news_inner .bg-gray {
        background-color: #ccc; }
      #news_detail .news_area .news_inner .bg-lightgray {
        background-color: #eaeaea; }
      @media (max-width: 639px) {
        #news_detail .news_area .news_inner .row-col1, #news_detail .news_area .news_inner .row-col2, #news_detail .news_area .news_inner .row-col3, #news_detail .news_area .news_inner .row-col4 {
          display: block;
          width: auto; } }
      #news_detail .news_area .news_inner .colGray {
        color: #83838f; }
      #news_detail .news_area .news_inner .font-bold {
        font-weight: bold; }
      #news_detail .news_area .news_inner .div-border {
        border: 2px solid #125E9D;
        position: relative; }
      #news_detail .news_area .news_inner .border-title {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        margin-left: 18px;
        padding: 6px 10px;
        background: #ffffff; }
      #news_detail .news_area .news_inner .div-border-text {
        padding: 25px 15px 10px;
        font-size: 0.85em; }
      #news_detail .news_area .news_inner .border-link {
        margin-bottom: 15px; }
      #news_detail .news_area .news_inner .border-link li {
        display: inline; }
      #news_detail .news_area .news_inner .border-link li a {
        font-size: 1em !important;
        padding: 15px 30px !important; }
      @media (max-width: 639px) {
        #news_detail .news_area .news_inner .border-link li {
          display: block; } }
      #news_detail .news_area .news_inner .left-dt {
        float: left;
        font-weight: normal; }
      #news_detail .news_area .news_inner .right-dd {
        margin-bottom: 5px !important; }
      @media (max-width: 639px) {
        #news_detail .news_area .news_inner .left-dt {
          float: left; }
        #news_detail .news_area .news_inner .right-dd {
          margin-bottom: 10px !important; } }
      #news_detail .news_area .news_inner .title-Gray {
        background-color: #c5c5c5;
        color: #fff !important;
        padding: 5px 10px;
        font-weight: normal;
        line-height: 1.3; }
      #news_detail .news_area .news_inner .img-pc-only {
        display: block; }
        @media (max-width: 639px) {
          #news_detail .news_area .news_inner .img-pc-only {
            display: none; } }
      #news_detail .news_area .news_inner .img-sp-only {
        display: none; }
        @media (max-width: 639px) {
          #news_detail .news_area .news_inner .img-sp-only {
            display: block; } }

/*=====================================================
404.html
=======================================================*/
#not-found {
  text-align: center;
  margin-bottom: 60px;
  width: 100%; }
  @media (max-width: 768px) {
    #not-found {
      margin: 0; } }
  #not-found img {
    margin-bottom: 30px;
    width: auto; }
    @media (max-width: 768px) {
      #not-found img {
        max-width: 260px; } }
  #not-found h2 {
    font-size: 20px;
    display: block; }
  #not-found p {
    line-height: 2; }
  #not-found a {
    color: #484364;
    width: 180px;
    height: 50px;
    border: solid 1px #484364;
    margin: auto;
    line-height: 3.3;
    background: rgba(225, 225, 225, 0);
    font-size: 16px;
    letter-spacing: 1.3px;
    display: inline-block;
    position: relative; }
    @media (max-width: 768px) {
      #not-found a {
        text-align: center; } }
    #not-found a:hover {
      background: -webkit-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%);
      background: -ms-linear-gradient(-45deg, #036eb8 0%, #8d00f0 60%);
      color: #fff;
      border: solid 1px #fff; }
      #not-found a:hover::after {
        background: url("../img/icon_arrow_r.png") no-repeat;
        background-size: contain; }
    #not-found a::after {
      content: '';
      display: inline-block;
      background: url("../img/icon_arrow_r_bl.png") no-repeat;
      background-size: contain;
      width: 7px;
      height: 7px;
      vertical-align: middle;
      position: absolute;
      right: 10px;
      top: 22px; }

/*=====================================================
	pagetop
	=======================================================*/
.pagetop {
  position: fixed;
  right: 60px;
  bottom: 20px;
  z-index: 9; }
  @media (max-width: 1300px) {
    .pagetop {
      right: 15px; } }

/*=====================================================
	pagenation
	=======================================================*/
.pagenation {
  position: fixed;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  list-style: none;
  z-index: 9; }
  @media (max-width: 1300px) {
    .pagenation {
      right: 30px; } }
  @media (max-width: 1120px) {
    .pagenation {
      display: none; } }
  .pagenation li {
    margin-bottom: 10px; }
    .pagenation li:last-child {
      margin-bottom: 0; }
    .pagenation li a {
      width: 7px;
      height: 7px;
      background-color: transparent;
      border: solid 2px #535353;
      display: inline-block;
      border-radius: 10px; }
      .pagenation li a:hover {
        background-color: #535353; }
  .pagenation .current {
    background-color: #535353;
    border: solid 2px #535353; }

/*=====================================================
	footer
	=======================================================*/
.footer-container {
  background: url("../img/bg_footer.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 45px;
  min-width: 230px; }
  @media (max-width: 768px) {
    .footer-container {
      padding: 45px 0; } }
  .footer-container footer {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    text-align: center; }
    .footer-container footer .sitemap {
      display: table;
      margin: auto;
      margin-bottom: 50px;
      clear: both;
      /*new footer start*/
      /*new footer end*/
      /*.map_box{
      	display: table-cell;
      	vertical-align: top;
      	text-align: left;
      	width: 170px;
      	@media(max-width: 900px){
      		width: auto;
      		padding: 0 25px;
      	}
      	@media(max-width: 768px){
      		display: inline-block;
      		width: 50%;
      		margin-bottom: 15px;
      		padding: 0;
      		&:last-child{
      			border-bottom: none;
      			margin-bottom: 50px;
      		}
      	}
      	&:last-child{
      		width: auto;
      	}
      	h3{
      		position: relative;
      		font-weight: normal;
      		font-size: 16px;
      		@media(max-width: 768px){
      			text-align: center;
      			display: inline-block;
      			margin-left: 30px;
      		}
      		&::before{
      			content: '';
      			display: inline-block;
      			background: url('../img/icon_box.png') no-repeat;
      			background-size: contain;
      			width: 	19px;
      			height: 21px;
      			vertical-align: middle;
      			position: absolute;
      			left: -30px;
      			top: 0;
      		}
      		a{
      			color: #fff;
      		}
      	}
      	ul{
      		list-style: none;
      		font-size: 12px;
      		line-height: 2;
      		li{
      			a{
      				color: #fff;
      				&::before{
      					content: ' ';
      				    display: inline-block;
      				    width: 3px;
      				    height: 3px;
      				    border-radius: 5px;
      				    background-color: #fff;
      				    vertical-align: middle;
      				    margin-right: 10px;
      				}
      			}
      		}
      	}
      }*/ }
      @media (max-width: 768px) {
        .footer-container footer .sitemap {
          display: block;
          margin: 0 20px;
          font-size: 0;
          text-align: left; } }
      .footer-container footer .sitemap ul {
        margin: 0; }
        .footer-container footer .sitemap ul li {
          display: table-cell;
          position: relative;
          text-align: left;
          width: 170px;
          font-size: 16px; }
          @media (max-width: 900px) {
            .footer-container footer .sitemap ul li {
              width: auto;
              padding: 0 25px; } }
          @media (max-width: 768px) {
            .footer-container footer .sitemap ul li {
              display: inline-block;
              width: 50%;
              margin-bottom: 15px;
              padding: 0; }
              .footer-container footer .sitemap ul li:last-child {
                border-bottom: none;
                margin-bottom: 50px; } }
          .footer-container footer .sitemap ul li:last-child {
            width: auto; }
          .footer-container footer .sitemap ul li:before {
            content: '';
            display: inline-block;
            background: url("../img/icon_box.png") no-repeat;
            background-size: contain;
            width: 19px;
            height: 21px;
            vertical-align: middle;
            position: absolute;
            left: -30px;
            top: 0; }
            @media (max-width: 900px) {
              .footer-container footer .sitemap ul li:before {
                left: -5px; } }
            @media (max-width: 768px) {
              .footer-container footer .sitemap ul li:before {
                left: 0; } }
          .footer-container footer .sitemap ul li a {
            color: #fff; }
            @media (max-width: 768px) {
              .footer-container footer .sitemap ul li a {
                margin-left: 30px; } }
    .footer-container footer small {
      display: block;
      margin-top: 30px; }

/* ==========================================================================
   remodal
   ========================================================================== */
.remodal {
  font-family: Hiragino Kaku Gothic ProN;
  min-width: 230px; }
  @media (max-width: 768px) {
    .remodal {
      padding: 20px 20px 30px; } }

.remodal_l {
  width: 48%;
  float: left;
  color: #fff;
  font-weight: normal; }
  .remodal_l img {
    display: block;
    margin: auto; }
  .remodal_l p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 2; }
  @media (max-width: 768px) {
    .remodal_l {
      width: 100%;
      float: none;
      margin-bottom: 30px; }
      .remodal_l img {
        width: auto;
        max-width: 80%; }
      .remodal_l p {
        margin: 0; } }

.remodal_r {
  width: 48%;
  float: right;
  color: #fff;
  text-align: left; }
  .remodal_r h2 {
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 25px;
    margin-bottom: 30px;
    word-break: keep-all;
    font-weight: bold;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .remodal_r h2 {
        font-size: 22px; } }
  .remodal_r dl {
    margin: 0 0 30px; }
    .remodal_r dl dt {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 8px; }
    .remodal_r dl dd {
      margin-left: 0;
      margin-bottom: 20px;
      line-height: 1.3; }
      @media (max-width: 768px) {
        .remodal_r dl dd {
          font-size: 16px; } }
      .remodal_r dl dd:last-child {
        margin-bottom: 0; }
  .remodal_r a {
    color: #484364;
    background: #fff;
    padding: 12px 14px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block; }
    .remodal_r a::after {
      content: '';
      display: inline-block;
      background: url("../img/icon_arrow_r_pink.png") no-repeat center center;
      background-size: contain;
      width: 10px;
      height: 11px;
      margin-left: 8px; }
    .remodal_r a:hover {
      opacity: 0.7; }
  @media (max-width: 768px) {
    .remodal_r {
      width: 100%;
      float: none;
      display: block; } }

@media (max-width: 768px) {
  .remodal-close {
    width: 22px;
    height: 22px; } }
@media (max-width: 768px) {
  .remodal-close::before {
    width: 22px;
    height: 22px; } }

/* ==========================================================================
   mCustomScrollbar
   ========================================================================== */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #484364; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: #484364; }

/* ==========================================================================
   background visual
   ========================================================================== */
#stage canvas {
  width: 500px;
  height: 500px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  z-index: -2; }

/* ==========================================================================
   mar/pad
   ========================================================================== */
.mt--0 {
  margin-top: 0px !important; }

.mt--5 {
  margin-top: 5px !important; }

.mt--10 {
  margin-top: 10px !important; }

.mt--20 {
  margin-top: 20px !important; }

.mt--30 {
  margin-top: 30px !important; }

.mt--40 {
  margin-top: 40px !important; }

.mt--50 {
  margin-top: 50px !important; }

.mt--60 {
  margin-top: 60px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

.mb--10 {
  margin-bottom: 10px !important; }

.mb--20 {
  margin-bottom: 20px !important; }

.mb--30 {
  margin-bottom: 30px !important; }

.mb--40 {
  margin-bottom: 40px !important; }

.mb--50 {
  margin-bottom: 50px !important; }

.mb--60 {
  margin-bottom: 60px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mr--5 {
  margin-right: 5px !important; }

.mr--10 {
  margin-right: 10px !important; }

.mr--20 {
  margin-right: 20px !important; }

.mr--30 {
  margin-right: 30px !important; }

.mr--40 {
  margin-right: 40px !important; }

.mr--50 {
  margin-right: 50px !important; }

.mr--60 {
  margin-right: 60px !important; }

.mr--70 {
  margin-right: 70px !important; }

.mr--80 {
  margin-right: 80px !important; }

.mr--90 {
  margin-right: 90px !important; }

.mr--100 {
  margin-right: 100px !important; }

.ml--0 {
  margin-left: 0px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ml--100 {
  margin-left: 100px !important; }

.pt--0 {
  padding-top: 0px !important; }

.pt--5 {
  padding-top: 5px !important; }

.pt--10 {
  padding-top: 10px !important; }

.pt--15 {
  padding-top: 15px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

.pb--5 {
  padding-bottom: 5px !important; }

.pb--10 {
  padding-bottom: 10px !important; }

.pb--20 {
  padding-bottom: 20px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pr--5 {
  padding-right: 5px !important; }

.pr--10 {
  padding-right: 10px !important; }

.pr--20 {
  padding-right: 20px !important; }

.pr--30 {
  padding-right: 30px !important; }

.pr--40 {
  padding-right: 40px !important; }

.pr--50 {
  padding-right: 50px !important; }

.pr--60 {
  padding-right: 60px !important; }

.pr--70 {
  padding-right: 70px !important; }

.pr--80 {
  padding-right: 80px !important; }

.pr--90 {
  padding-right: 90px !important; }

.pr--100 {
  padding-right: 100px !important; }

.pl--0 {
  padding-left: 0px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pl--100 {
  padding-left: 100px !important; }

@media (max-width: 639px) {
  .mt--30 {
    margin-top: 20px !important; }

  .mt--40 {
    margin-top: 20px !important; }

  .mt--50 {
    margin-top: 20px !important; }

  .mt--60 {
    margin-top: 20px !important; }

  .mt--70 {
    margin-top: 20px !important; }

  .mt--80 {
    margin-top: 20px !important; }

  .mt--90 {
    margin-top: 20px !important; }

  .mt--100 {
    margin-top: 20px !important; }

  .mb--30 {
    margin-bottom: 20px !important; }

  .mb--40 {
    margin-bottom: 20px !important; }

  .mb--50 {
    margin-bottom: 20px !important; }

  .mb--60 {
    margin-bottom: 20px !important; }

  .mb--70 {
    margin-bottom: 20px !important; }

  .mb--80 {
    margin-bottom: 20px !important; }

  .mb--90 {
    margin-bottom: 20px !important; }

  .mb--100 {
    margin-bottom: 20px !important; }

  .mr--0 {
    margin-right: 0px !important; }

  .mr--5 {
    margin-right: 0px !important; }

  .mr--10 {
    margin-right: 0px !important; }

  .mr--20 {
    margin-right: 0px !important; }

  .mr--30 {
    margin-right: 0px !important; }

  .mr--40 {
    margin-right: 0px !important; }

  .mr--50 {
    margin-right: 0px !important; }

  .mr--60 {
    margin-right: 0px !important; }

  .mr--70 {
    margin-right: 0px !important; }

  .mr--80 {
    margin-right: 0px !important; }

  .mr--90 {
    margin-right: 0px !important; }

  .mr--100 {
    margin-right: 0px !important; }

  .ml--0 {
    margin-left: 0px !important; }

  .ml--5 {
    margin-left: 0px !important; }

  .ml--10 {
    margin-left: 0px !important; }

  .ml--20 {
    margin-left: 0px !important; }

  .ml--30 {
    margin-left: 0px !important; }

  .ml--40 {
    margin-left: 0px !important; }

  .ml--50 {
    margin-left: 0px !important; }

  .ml--60 {
    margin-left: 0px !important; }

  .ml--70 {
    margin-left: 0px !important; }

  .ml--80 {
    margin-left: 0px !important; }

  .ml--90 {
    margin-left: 0px !important; }

  .ml--100 {
    margin-left: 0px !important; }

  .pt--30 {
    padding-top: 20px !important; }

  .pt--40 {
    padding-top: 20px !important; }

  .pt--50 {
    padding-top: 20px !important; }

  .pt--60 {
    padding-top: 20px !important; }

  .pt--70 {
    padding-top: 20px !important; }

  .pt--80 {
    padding-top: 20px !important; }

  .pt--90 {
    padding-top: 20px !important; }

  .pt--100 {
    padding-top: 20px !important; }

  .pb--30 {
    padding-bottom: 20px !important; }

  .pb--40 {
    padding-bottom: 20px !important; }

  .pb--50 {
    padding-bottom: 20px !important; }

  .pb--60 {
    padding-bottom: 20px !important; }

  .pb--70 {
    padding-bottom: 20px !important; }

  .pb--80 {
    padding-bottom: 20px !important; }

  .pb--90 {
    padding-bottom: 20px !important; }

  .pb--100 {
    padding-bottom: 20px !important; }

  .pr--0 {
    padding-right: 0px !important; }

  .pr--5 {
    padding-right: 0px !important; }

  .pr--10 {
    padding-right: 0px !important; }

  .pr--20 {
    padding-right: 0px !important; }

  .pr--30 {
    padding-right: 0px !important; }

  .pr--40 {
    padding-right: 0px !important; }

  .pr--50 {
    padding-right: 0px !important; }

  .pr--60 {
    padding-right: 0px !important; }

  .pr--70 {
    padding-right: 0px !important; }

  .pr--80 {
    padding-right: 0px !important; }

  .pr--90 {
    padding-right: 0px !important; }

  .pr--100 {
    padding-right: 0px !important; }

  .pl--0 {
    padding-left: 0px !important; }

  .pl--5 {
    padding-left: 0px !important; }

  .pl--10 {
    padding-left: 0px !important; }

  .pl--20 {
    padding-left: 0px !important; }

  .pl--30 {
    padding-left: 0px !important; }

  .pl--40 {
    padding-left: 0px !important; }

  .pl--50 {
    padding-left: 0px !important; }

  .pl--60 {
    padding-left: 0px !important; }

  .pl--70 {
    padding-left: 0px !important; }

  .pl--80 {
    padding-left: 0px !important; }

  .pl--90 {
    padding-left: 0px !important; }

  .pl--100 {
    padding-left: 0px !important; } }
