/* CSS Document */
#ul-header {
  background-image: url("../img/top-service.jpg"); }

h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 3px; }
  @media screen and (max-width: 1199px) {
    h2 {
      font-size: 30px;
      font-size: 3rem; } }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 25px;
      font-size: 2.5rem; } }
  h2 span {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    color: #009CDE;
    font-weight: 400;
    font-family: "Saira", sans-serif; }
    @media screen and (max-width: 1199px) {
      h2 span {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 575px) {
      h2 span {
        font-size: 16px;
        font-size: 1.6rem; } }

#strengths {
  padding: 8rem 0 10rem; }
  @media screen and (max-width: 575px) {
    #strengths {
      padding: 6rem 0 8rem; } }
  #strengths ol {
    margin-top: 3rem;
    counter-reset: number; }
    #strengths ol li {
      width: 100%;
      margin-bottom: 5rem; }
      @media screen and (max-width: 767px) {
        #strengths ol li {
          margin-bottom: 3rem; } }
      #strengths ol li div.d-flex {
        position: relative;
        align-items: center;
        justify-content: space-between;
        background-color: #E5F5FC;
        padding: 2rem 6rem;
        margin-bottom: 3rem; }
        @media screen and (max-width: 1199px) {
          #strengths ol li div.d-flex {
            padding: 2rem 4rem;
            margin-bottom: 2rem; } }
        @media screen and (max-width: 575px) {
          #strengths ol li div.d-flex {
            padding: 2rem;
            flex-wrap: wrap; } }
        #strengths ol li div.d-flex::before {
          content: '';
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
          background: linear-gradient(90deg, #304b9b 0%, #009cde 100%);
          width: 780px;
          height: 100%;
          position: absolute;
          left: 0; }
          @media screen and (max-width: 1399px) {
            #strengths ol li div.d-flex::before {
              clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
              width: 670px; } }
          @media screen and (max-width: 1199px) {
            #strengths ol li div.d-flex::before {
              width: 580px; } }
          @media screen and (max-width: 991px) {
            #strengths ol li div.d-flex::before {
              width: 450px; } }
          @media screen and (max-width: 767px) {
            #strengths ol li div.d-flex::before {
              width: 380px; } }
          @media screen and (max-width: 575px) {
            #strengths ol li div.d-flex::before {
              width: 100%;
              clip-path: none;
              height: 100px;
              top: 0; } }
        #strengths ol li div.d-flex a {
          position: absolute;
          display: flex;
          align-items: baseline;
          font-size: 20px;
          font-size: 2rem;
          color: #fff;
          background-color: #304B9A;
          padding: 0.5rem 2rem;
          z-index: 1;
          bottom: 0;
          left: 0;
          transition: 0.3s; }
          @media screen and (max-width: 1199px) {
            #strengths ol li div.d-flex a {
              font-size: 18px;
              font-size: 1.8rem; } }
          @media screen and (max-width: 991px) {
            #strengths ol li div.d-flex a {
              font-size: 16px;
              font-size: 1.6rem;
              padding: 0.5rem 1.5rem; } }
          @media screen and (max-width: 767px) {
            #strengths ol li div.d-flex a {
              font-size: 14px;
              font-size: 1.4rem;
              padding: 0.5rem 1.5rem; } }
          #strengths ol li div.d-flex a i {
            font-size: 30px;
            font-size: 3rem;
            line-height: 1;
            padding-left: 1rem;
            padding-bottom: 0.5rem; }
            @media screen and (max-width: 1199px) {
              #strengths ol li div.d-flex a i {
                font-size: 25px;
                font-size: 2.5rem; } }
            @media screen and (max-width: 767px) {
              #strengths ol li div.d-flex a i {
                font-size: 20px;
                font-size: 2rem; } }
          #strengths ol li div.d-flex a:hover {
            background-color: #009CDE; }
        #strengths ol li div.d-flex p {
          display: flex;
          align-items: center;
          font-size: 30px;
          font-size: 3rem;
          font-weight: 500;
          color: #fff;
          letter-spacing: 3px;
          position: relative;
          margin-bottom: 0; }
          @media screen and (max-width: 1199px) {
            #strengths ol li div.d-flex p {
              font-size: 25px;
              font-size: 2.5rem; } }
          @media screen and (max-width: 991px) {
            #strengths ol li div.d-flex p {
              font-size: 23px;
              font-size: 2.3rem;
              line-height: 1.75; } }
          @media screen and (max-width: 767px) {
            #strengths ol li div.d-flex p {
              font-size: 20px;
              font-size: 2rem; } }
          @media screen and (max-width: 575px) {
            #strengths ol li div.d-flex p {
              font-size: 18px;
              font-size: 1.8rem;
              width: 100%; } }
          #strengths ol li div.d-flex p::before {
            font-size: 80px;
            font-size: 8rem;
            font-weight: 100;
            line-height: 1;
            color: #fff;
            font-family: "Saira", sans-serif;
            counter-increment: number;
            content: "0" counter(number);
            border-right: 1px solid #fff;
            padding-right: 3rem;
            margin-right: 3rem; }
            @media screen and (max-width: 1199px) {
              #strengths ol li div.d-flex p::before {
                font-size: 70px;
                font-size: 7rem; } }
            @media screen and (max-width: 991px) {
              #strengths ol li div.d-flex p::before {
                font-size: 60px;
                font-size: 6rem; } }
            @media screen and (max-width: 767px) {
              #strengths ol li div.d-flex p::before {
                font-size: 50px;
                font-size: 5rem;
                padding-right: 2rem;
                margin-right: 2rem; } }
            @media screen and (max-width: 575px) {
              #strengths ol li div.d-flex p::before {
                font-size: 40px;
                font-size: 4rem; } }
        #strengths ol li div.d-flex img {
          width: 20%;
          position: relative; }
          @media screen and (max-width: 575px) {
            #strengths ol li div.d-flex img {
              width: 75%;
              margin: 4rem auto 0; } }
        #strengths ol li div.d-flex + p {
          text-align: justify;
          line-height: 2.5; }
          @media screen and (max-width: 1199px) {
            #strengths ol li div.d-flex + p {
              line-height: 1.75; } }
      #strengths ol li:last-child {
        margin-bottom: 0; }

#service .service-flow-img {
  background-color: #009CDE;
  position: relative;
  padding: 8rem 0 6rem; }
  @media screen and (max-width: 575px) {
    #service .service-flow-img {
      padding: 6rem 0 4rem; } }
  #service .service-flow-img h2 {
    color: #fff;
    margin-bottom: 3rem; }
    #service .service-flow-img h2 span {
      color: #fff; }
  #service .service-flow-img p {
    text-align: right;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    opacity: 0.5;
    line-height: 1;
    letter-spacing: 10px; }
    @media screen and (max-width: 1199px) {
      #service .service-flow-img p {
        font-size: 30px;
        font-size: 3rem;
        letter-spacing: 5px; } }
    @media screen and (max-width: 991px) {
      #service .service-flow-img p {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 575px) {
      #service .service-flow-img p {
        letter-spacing: normal;
        padding-top: 2rem; } }
    #service .service-flow-img p span {
      font-size: 120px;
      font-size: 12.0rem;
      font-family: "Saira", sans-serif;
      font-weight: 100;
      letter-spacing: 5px;
      padding-left: 2rem; }
      @media screen and (max-width: 1199px) {
        #service .service-flow-img p span {
          font-size: 100px;
          font-size: 10rem; } }
      @media screen and (max-width: 991px) {
        #service .service-flow-img p span {
          font-size: 80px;
          font-size: 8rem; } }
      @media screen and (max-width: 767px) {
        #service .service-flow-img p span {
          font-size: 70px;
          font-size: 7rem; } }
      @media screen and (max-width: 575px) {
        #service .service-flow-img p span {
          font-size: 60px;
          font-size: 6rem;
          letter-spacing: normal;
          padding-left: 1rem; } }
#service ol {
  margin-top: 1rem;
  counter-reset: number; }
  #service ol li .flow-back {
    position: relative;
    background-color: #009CDE;
    background-image: url("../img/service-flow1-01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 6rem 0 4rem; }
    @media screen and (max-width: 1199px) {
      #service ol li .flow-back {
        padding: 5rem 0 4rem; } }
    @media screen and (max-width: 767px) {
      #service ol li .flow-back {
        background-image: url("../img/service-flow1-01-sm.png");
        background-size: cover;
        background-position: center top;
        padding-top: 30rem; } }
    @media screen and (max-width: 575px) {
      #service ol li .flow-back {
        background-size: contain;
        padding-top: 20rem; } }
    #service ol li .flow-back .caption {
      font-size: 12px;
      font-size: 1.2rem;
      color: #fff;
      background-color: #304B9A;
      padding: 0.5rem 1.5rem;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
    #service ol li .flow-back .container + p {
      font-size: 80px;
      font-size: 8rem;
      font-weight: 100;
      line-height: 1;
      color: #fff;
      font-family: "Saira", sans-serif;
      opacity: 0.5;
      text-align: right;
      margin: 3rem 4rem 0; }
      @media screen and (max-width: 1199px) {
        #service ol li .flow-back .container + p {
          font-size: 70px;
          font-size: 7rem;
          margin: 1rem 3rem 0; } }
      @media screen and (max-width: 767px) {
        #service ol li .flow-back .container + p {
          font-size: 60px;
          font-size: 6rem;
          text-align: center; } }
      @media screen and (max-width: 575px) {
        #service ol li .flow-back .container + p {
          font-size: 40px;
          font-size: 4rem;
          margin: 1rem 0; } }
    #service ol li .flow-back div.d-flex {
      justify-content: flex-end; }
      #service ol li .flow-back div.d-flex .flow-contents {
        width: 42%;
        border-left: 2px solid #fff;
        padding-left: 3rem;
        position: relative; }
        @media screen and (max-width: 1199px) {
          #service ol li .flow-back div.d-flex .flow-contents {
            width: 60%; } }
        @media screen and (max-width: 767px) {
          #service ol li .flow-back div.d-flex .flow-contents {
            width: 90%;
            margin-left: 10%;
            padding-left: 2rem; } }
        @media screen and (max-width: 575px) {
          #service ol li .flow-back div.d-flex .flow-contents {
            width: 100%;
            margin-left: 0;
            padding-left: 0;
            border: none; } }
        #service ol li .flow-back div.d-flex .flow-contents::before {
          font-size: 60px;
          font-size: 6rem;
          font-weight: 100;
          line-height: 1;
          color: #fff;
          font-family: "Saira", sans-serif;
          counter-increment: number;
          content: "0" counter(number);
          top: -0.5rem;
          left: -10rem;
          position: absolute; }
          @media screen and (max-width: 1199px) {
            #service ol li .flow-back div.d-flex .flow-contents::before {
              font-size: 50px;
              font-size: 5rem;
              top: 0;
              left: -8rem; } }
          @media screen and (max-width: 767px) {
            #service ol li .flow-back div.d-flex .flow-contents::before {
              font-size: 45px;
              font-size: 4.5rem;
              left: -7rem; } }
          @media screen and (max-width: 575px) {
            #service ol li .flow-back div.d-flex .flow-contents::before {
              font-size: 35px;
              font-size: 3.5rem;
              left: 0;
              position: relative; } }
        #service ol li .flow-back div.d-flex .flow-contents h3 {
          font-size: 40px;
          font-size: 4rem;
          color: #fff;
          letter-spacing: 2px;
          margin-bottom: 3rem;
          color: #fff; }
          @media screen and (max-width: 1199px) {
            #service ol li .flow-back div.d-flex .flow-contents h3 {
              font-size: 35px;
              font-size: 3.5rem;
              margin-bottom: 2rem; } }
          @media screen and (max-width: 575px) {
            #service ol li .flow-back div.d-flex .flow-contents h3 {
              font-size: 25px;
              font-size: 2.5rem;
              margin-bottom: 1rem; } }
        #service ol li .flow-back div.d-flex .flow-contents p {
          color: #fff;
          text-align: justify;
          margin-bottom: 0; }
  #service ol li ul.d-flex {
    justify-content: space-between;
    height: 500px; }
    @media screen and (max-width: 1399px) {
      #service ol li ul.d-flex {
        height: 450px; } }
    @media screen and (max-width: 1199px) {
      #service ol li ul.d-flex {
        height: 400px; } }
    @media screen and (max-width: 991px) {
      #service ol li ul.d-flex {
        height: 300px; } }
    @media screen and (max-width: 767px) {
      #service ol li ul.d-flex {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 3rem; } }
    #service ol li ul.d-flex li {
      width: 33%;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #service ol li ul.d-flex li {
          width: 100%;
          display: flex;
          justify-content: flex-start; } }
      #service ol li ul.d-flex li figure {
        position: absolute;
        width: 470px;
        left: -50px;
        top: -60px;
        margin: auto; }
        @media screen and (max-width: 1399px) {
          #service ol li ul.d-flex li figure {
            width: 410px; } }
        @media screen and (max-width: 1199px) {
          #service ol li ul.d-flex li figure {
            width: 345px; } }
        @media screen and (max-width: 991px) {
          #service ol li ul.d-flex li figure {
            width: 280px;
            top: -40px; } }
        @media screen and (max-width: 767px) {
          #service ol li ul.d-flex li figure {
            width: 70%;
            top: -40px;
            left: 0;
            margin: 0;
            position: relative; } }
        #service ol li ul.d-flex li figure figcaption {
          position: absolute;
          bottom: 4%;
          right: 30%;
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem; }
          @media screen and (max-width: 767px) {
            #service ol li ul.d-flex li figure figcaption {
              right: 15%; } }
        #service ol li ul.d-flex li figure img {
          width: 100%;
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3)); }
      @media screen and (max-width: 767px) {
        #service ol li ul.d-flex li:nth-child(2) {
          justify-content: center; } }
      #service ol li ul.d-flex li:nth-child(2) figure {
        top: 60px;
        left: -95px; }
        @media screen and (max-width: 1199px) {
          #service ol li ul.d-flex li:nth-child(2) figure {
            left: -95px; } }
        @media screen and (max-width: 991px) {
          #service ol li ul.d-flex li:nth-child(2) figure {
            top: 40px;
            left: -80px; } }
        @media screen and (max-width: 767px) {
          #service ol li ul.d-flex li:nth-child(2) figure {
            top: -30px;
            left: 0; } }
      @media screen and (max-width: 767px) {
        #service ol li ul.d-flex li:nth-child(3) {
          justify-content: flex-end; } }
      @media screen and (max-width: 767px) {
        #service ol li ul.d-flex li:nth-child(3) figure {
          top: -20px;
          left: 0; } }
  #service ol li:nth-child(2) .flow-back {
    background-image: url("../img/service-flow2-01.png");
    background-position: right center; }
    @media screen and (max-width: 767px) {
      #service ol li:nth-child(2) .flow-back {
        background-image: url("../img/service-flow2-01-sm.png");
        background-position: center top; } }
    #service ol li:nth-child(2) .flow-back div.d-flex {
      justify-content: flex-start; }
      #service ol li:nth-child(2) .flow-back div.d-flex .flow-contents {
        width: 45%; }
        @media screen and (max-width: 1199px) {
          #service ol li:nth-child(2) .flow-back div.d-flex .flow-contents {
            width: 60%; } }
        @media screen and (max-width: 767px) {
          #service ol li:nth-child(2) .flow-back div.d-flex .flow-contents {
            width: 100%; } }
    #service ol li:nth-child(2) .flow-back .caption {
      right: 0;
      left: auto; }
  #service ol li:nth-child(2) .inner {
    width: 75%; }
    @media screen and (max-width: 767px) {
      #service ol li:nth-child(2) .inner {
        width: 100%; } }
  #service ol li:nth-child(2) .container + p {
    text-align: left; }
    @media screen and (max-width: 767px) {
      #service ol li:nth-child(2) .container + p {
        text-align: center;
        font-size: 50px;
        font-size: 5rem; } }
  #service ol li:nth-child(2) ul.d-flex {
    flex-wrap: wrap;
    height: 800px; }
    @media screen and (max-width: 1399px) {
      #service ol li:nth-child(2) ul.d-flex {
        height: 600px; } }
    @media screen and (max-width: 1199px) {
      #service ol li:nth-child(2) ul.d-flex {
        height: 480px; } }
    @media screen and (max-width: 991px) {
      #service ol li:nth-child(2) ul.d-flex {
        height: 365px; } }
    @media screen and (max-width: 767px) {
      #service ol li:nth-child(2) ul.d-flex {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 5rem; } }
    @media screen and (max-width: 575px) {
      #service ol li:nth-child(2) ul.d-flex {
        padding-bottom: 4rem; } }
    #service ol li:nth-child(2) ul.d-flex li {
      width: 50%;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #service ol li:nth-child(2) ul.d-flex li {
          width: 100%;
          display: flex;
          justify-content: flex-start; } }
      #service ol li:nth-child(2) ul.d-flex li figure {
        position: absolute;
        width: 570px;
        left: -50px;
        top: -60px;
        margin: auto; }
        @media screen and (max-width: 1399px) {
          #service ol li:nth-child(2) ul.d-flex li figure {
            width: 450px; } }
        @media screen and (max-width: 1199px) {
          #service ol li:nth-child(2) ul.d-flex li figure {
            width: 360px; } }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(2) ul.d-flex li figure {
            width: 280px;
            top: -40px; } }
        @media screen and (max-width: 767px) {
          #service ol li:nth-child(2) ul.d-flex li figure {
            top: -40px;
            left: 0;
            margin: 0;
            position: relative; } }
        #service ol li:nth-child(2) ul.d-flex li figure figcaption {
          position: absolute;
          bottom: 4%;
          right: 30%;
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem; }
          @media screen and (max-width: 767px) {
            #service ol li:nth-child(2) ul.d-flex li figure figcaption {
              right: 15%; } }
        #service ol li:nth-child(2) ul.d-flex li figure img {
          width: 100%;
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3)); }
      @media screen and (max-width: 767px) {
        #service ol li:nth-child(2) ul.d-flex li:nth-child(2) {
          justify-content: center; } }
      #service ol li:nth-child(2) ul.d-flex li:nth-child(2) figure {
        left: -70px; }
        @media screen and (max-width: 1399px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(2) figure {
            left: -90px; } }
        @media screen and (max-width: 1199px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(2) figure {
            left: -105px; } }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(2) figure {
            left: -80px; } }
        @media screen and (max-width: 767px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(2) figure {
            left: -30px;
            top: -30px; } }
        @media screen and (max-width: 575px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(2) figure {
            left: -15px; } }
      @media screen and (max-width: 767px) {
        #service ol li:nth-child(2) ul.d-flex li:nth-child(3) {
          justify-content: center; } }
      #service ol li:nth-child(2) ul.d-flex li:nth-child(3) figure {
        top: -60px;
        left: 40px; }
        @media screen and (max-width: 1199px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(3) figure {
            left: 55px; } }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(3) figure {
            top: -35px;
            left: 55px; } }
        @media screen and (max-width: 767px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(3) figure {
            top: -20px;
            left: 45px; } }
        @media screen and (max-width: 575px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(3) figure {
            left: 15px; } }
      @media screen and (max-width: 767px) {
        #service ol li:nth-child(2) ul.d-flex li:nth-child(4) {
          justify-content: flex-end; } }
      #service ol li:nth-child(2) ul.d-flex li:nth-child(4) figure {
        top: -60px;
        left: 25px; }
        @media screen and (max-width: 1399px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(4) figure {
            left: 0; } }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(4) figure {
            top: -35px;
            left: 25px; } }
        @media screen and (max-width: 991px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(4) figure {
            top: -35px;
            left: 25px; } }
        @media screen and (max-width: 767px) {
          #service ol li:nth-child(2) ul.d-flex li:nth-child(4) figure {
            top: -10px;
            left: 0; } }
  #service ol li:nth-child(3) .flow-back {
    background-image: url("../img/service-flow3-01.png"); }
    @media screen and (max-width: 767px) {
      #service ol li:nth-child(3) .flow-back {
        background-image: url("../img/service-flow3-01-sm.png");
        background-position: center top; } }
  #service ol li:nth-child(4) .flow-back {
    background-image: url("../img/service-flow4-01.png");
    background-position: right center; }
    @media screen and (max-width: 767px) {
      #service ol li:nth-child(4) .flow-back {
        background-image: url("../img/service-flow4-01-sm.png");
        background-position: center top; } }
    #service ol li:nth-child(4) .flow-back div.d-flex {
      justify-content: flex-start; }
      #service ol li:nth-child(4) .flow-back div.d-flex .flow-contents {
        width: 45%; }
        @media screen and (max-width: 1199px) {
          #service ol li:nth-child(4) .flow-back div.d-flex .flow-contents {
            width: 60%; } }
        @media screen and (max-width: 767px) {
          #service ol li:nth-child(4) .flow-back div.d-flex .flow-contents {
            width: 100%; } }
    #service ol li:nth-child(4) .flow-back .caption {
      left: auto;
      right: 0; }
    #service ol li:nth-child(4) .flow-back .inner {
      width: 75%; }
      @media screen and (max-width: 767px) {
        #service ol li:nth-child(4) .flow-back .inner {
          width: 100%; } }
  #service ol li:nth-child(4) .container + p {
    text-align: left; }
    @media screen and (max-width: 767px) {
      #service ol li:nth-child(4) .container + p {
        text-align: center; } }
  #service ol li:nth-child(5) .flow-back {
    background-image: url("../img/service-flow5-01.png"); }
    @media screen and (max-width: 767px) {
      #service ol li:nth-child(5) .flow-back {
        background-image: url("../img/service-flow5-01-sm.png"); } }

#equipment {
  background-color: #304B9A;
  position: relative;
  padding: 8rem 0 10rem; }
  @media screen and (max-width: 575px) {
    #equipment {
      padding: 6rem 0 8rem; } }
  #equipment::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/service-equipment.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    mix-blend-mode: overlay;
    position: absolute;
    z-index: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      #equipment::before {
        background-size: cover; } }
  #equipment h2 {
    color: #fff;
    margin-bottom: 5rem; }
    #equipment h2 span {
      color: #fff; }
  @media screen and (max-width: 767px) {
    #equipment .table-container {
      display: block;
      overflow: scroll; } }
  #equipment table {
    width: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      #equipment table {
        width: 850px; } }
    #equipment table thead th {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      color: #fff;
      background-color: #009CDE;
      border-right: 1px solid #fff;
      padding: 1rem;
      text-align: center; }
      @media screen and (max-width: 575px) {
        #equipment table thead th {
          font-size: 16px;
          font-size: 1.6rem; } }
      #equipment table thead th:last-child {
        border: none; }
    #equipment table tbody th {
      width: 20%;
      font-weight: normal;
      color: #fff;
      background-color: #009CDE;
      border-right: 1px solid #304B9A;
      border-bottom: 1px solid #fff;
      padding: 1rem; }
      @media screen and (max-width: 767px) {
        #equipment table tbody th {
          position: sticky;
          left: 0; } }
      @media screen and (max-width: 575px) {
        #equipment table tbody th {
          padding: 0.5rem;
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 767px) {
        #equipment table tbody th::before {
          content: "";
          position: absolute;
          top: -1px;
          left: -1px;
          width: 100%;
          height: 100%;
          border: 1px solid #fff;
          border-right: 1px solid #304B9A;
          border-bottom: none; } }
    #equipment table tbody td {
      border-right: 1px solid #304B9A;
      padding: 1rem; }
      @media screen and (max-width: 575px) {
        #equipment table tbody td {
          padding: 0.5rem;
          font-size: 14px;
          font-size: 1.4rem; } }
      #equipment table tbody td:last-child {
        border: none; }
    #equipment table tbody tr:nth-child(odd) {
      background-color: #fff; }
    #equipment table tbody tr:nth-child(even) {
      background-color: #E5F5FC; }
    #equipment table tbody tr:first-child th {
      border-top: 1px solid #fff; }
    #equipment table tbody tr:nth-last-child(4) th {
      border-bottom: none; }

#works {
  margin: 8rem 0; }
  @media screen and (max-width: 575px) {
    #works {
      margin: 6rem 0; } }
  #works ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem; }
    @media screen and (max-width: 767px) {
      #works ul {
        justify-content: space-between;
        margin-top: 3rem; } }
    #works ul li {
      width: 40%;
      margin: 1.5%; }
      @media screen and (max-width: 767px) {
        #works ul li {
          width: 48%;
          margin: 0; } }
      @media screen and (max-width: 575px) {
        #works ul li {
          width: 100%;
          margin-bottom: 2rem; } }
      #works ul li figure figcaption {
        margin-top: 1.5rem; }
        @media screen and (max-width: 575px) {
          #works ul li figure figcaption {
            font-size: 14px;
            font-size: 1.4rem;
            margin-top: 1rem; } }
        #works ul li figure figcaption span {
          font-size: 20px;
          font-size: 2rem; }
          @media screen and (max-width: 575px) {
            #works ul li figure figcaption span {
              font-size: 16px;
              font-size: 1.6rem; } }
      @media screen and (max-width: 575px) {
        #works ul li:last-child {
          margin-bottom: 0rem; } }
