/* CSS Document */
.pdf-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 75px; }
  @media screen and (max-width: 767px) {
    .pdf-button {
      top: 0; } }
  @media screen and (max-width: 575px) {
    .pdf-button {
      justify-content: space-around;
      right: 0;
      top: 10px;
      left: 0; } }
  .pdf-button ul {
    display: flex; }
    @media screen and (max-width: 575px) {
      .pdf-button ul {
        justify-content: space-around; } }
    .pdf-button ul li {
      padding: 1em 1em 0 0; }
      @media screen and (max-width: 575px) {
        .pdf-button ul li {
          padding: 0.5em; } }
      .pdf-button ul li a {
        display: flex;
        align-items: center;
        height: 46px;
        padding: 1.5em !important;
        text-align: center;
        color: #103159;
        background-color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #103159;
        transition: 0.3s; }
        @media screen and (max-width: 575px) {
          .pdf-button ul li a {
            padding: 1em 1em 0.8em 1em !important;
            font-size: 14px;
            font-size: 1.4rem; } }
        .pdf-button ul li a::after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c1";
          font-weight: 900;
          margin-left: 1em; }
        .pdf-button ul li a:hover {
          background-color: #103159;
          color: #fff; }

#topslide {
  position: relative; }
  @media screen and (max-width: 767px) {
    #topslide {
      margin-top: 70px; } }
  @media screen and (max-width: 575px) {
    #topslide {
      margin-top: 55px; } }
  #topslide .topslide-box {
    position: relative; }
    #topslide .topslide-box .catchcopy {
      position: absolute;
      z-index: 5;
      color: #fff;
      -webkit-filter: drop-shadow(0px 0px 2px #103159);
      filter: drop-shadow(0px 0px 2px #103159);
      text-align: right;
      right: 5rem;
      bottom: 8%; }
      @media screen and (max-width: 575px) {
        #topslide .topslide-box .catchcopy {
          right: 0;
          left: 0;
          text-align: center; } }
      #topslide .topslide-box .catchcopy img {
        width: 700px; }
        @media screen and (max-width: 1399px) {
          #topslide .topslide-box .catchcopy img {
            width: 580px; } }
        @media screen and (max-width: 1199px) {
          #topslide .topslide-box .catchcopy img {
            width: 500px; } }
      #topslide .topslide-box .catchcopy p {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.8;
        letter-spacing: 0.7rem;
        border-bottom: solid 1px #fff;
        display: inline-block;
        padding-left: 1rem;
        padding-bottom: 1.6rem;
        margin-bottom: 2.6rem; }
        @media screen and (max-width: 1399px) {
          #topslide .topslide-box .catchcopy p {
            font-size: 21px;
            font-size: 2.1rem;
            line-height: 1.6; } }
        @media screen and (max-width: 1199px) {
          #topslide .topslide-box .catchcopy p {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.6;
            margin-bottom: 2rem; } }
      #topslide .topslide-box .catchcopy h2 {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.4rem;
        font-weight: 400; }
        @media screen and (max-width: 1199px) {
          #topslide .topslide-box .catchcopy h2 {
            font-size: 14px;
            font-size: 1.4rem; } }
    #topslide .topslide-box .swiper-box1 {
      position: relative;
      display: flex;
      align-items: center; }
    #topslide .topslide-box .swiper-img {
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh; }
      @media screen and (max-width: 1399px) {
        #topslide .topslide-box .swiper-img {
          height: 735px; } }
      @media screen and (max-width: 1199px) {
        #topslide .topslide-box .swiper-img {
          height: 660px; } }
      @media screen and (max-width: 991px) {
        #topslide .topslide-box .swiper-img {
          height: 470px; } }
      @media screen and (max-width: 767px) {
        #topslide .topslide-box .swiper-img {
          width: 100%; } }
      @media screen and (max-width: 575px) {
        #topslide .topslide-box .swiper-img {
          height: 100vh; } }
    #topslide .topslide-box .img1 {
      background-image: url("../img/top-img01.jpg");
      background-size: cover; }
    #topslide .topslide-box .img2 {
      background-image: url("../img/top-img02.jpg");
      background-size: cover; }
    #topslide .topslide-box .img3 {
      background-image: url("../img/top-img03-2.jpg");
      background-size: cover; }
    @media screen and (max-width: 575px) {
      #topslide .topslide-box .swiper-pagination {
        display: none; } }
    @media screen and (max-width: 991px) {
      #topslide .topslide-box .swiper-pagination-bullet {
        width: 30px; } }
    @media screen and (max-width: 767px) {
      #topslide .topslide-box .swiper-pagination-fraction,
      #topslide .topslide-box .swiper-pagination-custom,
      #topslide .topslide-box .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 10px; } }
    @media screen and (max-width: 575px) {
      #topslide .topslide-box .swiper-wrapper {
        height: 400px; } }

#company {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 12rem; }
  @media screen and (max-width: 1199px) {
    #company {
      padding-bottom: 9rem; } }
  @media screen and (max-width: 991px) {
    #company {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  @media screen and (max-width: 767px) {
    #company {
      padding-top: 4rem;
      padding-bottom: 6rem; } }
  @media screen and (max-width: 767px) {
    #company .container-l {
      width: 90%; } }
  #company .company-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    #company .company-bg .bg {
      width: 537px;
      height: 358px;
      background-color: #d8f1f6; }
      @media screen and (max-width: 1199px) {
        #company .company-bg .bg {
          width: 400px; } }
      @media screen and (max-width: 991px) {
        #company .company-bg .bg {
          width: 320px;
          height: 280px; } }
      @media screen and (max-width: 767px) {
        #company .company-bg .bg {
          display: none; } }
  #company .company-flex {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      #company .company-flex {
        justify-content: flex-start; } }
    #company .company-flex .company-left {
      width: 53%;
      position: absolute;
      top: 26rem;
      left: 2rem; }
      @media screen and (max-width: 1199px) {
        #company .company-flex .company-left {
          width: 45%; } }
      @media screen and (max-width: 991px) {
        #company .company-flex .company-left {
          top: 25rem;
          left: 0;
          width: 48%; } }
      @media screen and (max-width: 767px) {
        #company .company-flex .company-left {
          width: 100%;
          display: flex;
          justify-content: flex-end;
          align-items: flex-end;
          top: 0;
          right: 0;
          left: 0;
          bottom: -45px; } }
      @media screen and (max-width: 575px) {
        #company .company-flex .company-left {
          display: none; } }
      @media screen and (max-width: 767px) {
        #company .company-flex .company-left img {
          width: 40%; } }
    @media screen and (max-width: 575px) {
      #company .company-flex .link-box {
        margin: auto; } }
    #company .company-flex .company-right {
      width: 80%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-right: 10rem; }
      @media screen and (max-width: 1399px) {
        #company .company-flex .company-right {
          width: 75%; } }
      @media screen and (max-width: 1199px) {
        #company .company-flex .company-right {
          margin-right: 5rem; } }
      @media screen and (max-width: 991px) {
        #company .company-flex .company-right {
          margin-right: 1rem; } }
      @media screen and (max-width: 767px) {
        #company .company-flex .company-right {
          width: 100%;
          align-items: flex-start;
          margin-right: 0; } }
      #company .company-flex .company-right p {
        font-size: 26px;
        font-size: 2.6rem;
        color: #00bee6;
        text-align: right;
        letter-spacing: 0.5rem;
        line-height: 2;
        margin-bottom: 5.5rem; }
        @media screen and (max-width: 1199px) {
          #company .company-flex .company-right p {
            font-size: 20px;
            font-size: 2rem;
            margin-bottom: 4.5rem; } }
        @media screen and (max-width: 991px) {
          #company .company-flex .company-right p {
            line-height: 1.7;
            margin-bottom: 2.5rem; } }
        @media screen and (max-width: 767px) {
          #company .company-flex .company-right p {
            text-align: justify; } }
        @media screen and (max-width: 575px) {
          #company .company-flex .company-right p {
            letter-spacing: 0.1em; } }
      #company .company-flex .company-right h4 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        width: 45%;
        line-height: 2;
        margin-bottom: 6.5rem; }
        @media screen and (max-width: 1199px) {
          #company .company-flex .company-right h4 {
            width: 60%;
            margin-bottom: 4.5rem; } }
        @media screen and (max-width: 991px) {
          #company .company-flex .company-right h4 {
            line-height: 1.7;
            margin-bottom: 3.5rem; } }
        @media screen and (max-width: 767px) {
          #company .company-flex .company-right h4 {
            width: 100%; } }

#products {
  padding: 11rem 0 12rem 0;
  margin-bottom: 20rem;
  text-align: center;
  background-image: linear-gradient(0deg, #1e2d57, #007ea0 50%, #00b4c8); }
  @media screen and (max-width: 1199px) {
    #products {
      padding: 9rem 0 9rem 0;
      margin-bottom: 15rem; } }
  @media screen and (max-width: 991px) {
    #products {
      padding: 5rem 0 6rem 0; } }
  @media screen and (max-width: 767px) {
    #products {
      margin-bottom: 8rem; } }
  #products .main-midashi {
    color: #fff; }
    #products .main-midashi span {
      color: #fff; }
  @media screen and (max-width: 575px) {
    #products .container-l {
      width: 85%; } }
  #products p {
    color: #fff;
    margin-bottom: 5.5rem; }
    @media screen and (max-width: 991px) {
      #products p {
        margin-bottom: 3rem; } }
    @media screen and (max-width: 575px) {
      #products p {
        text-align: justify;
        width: 85%;
        margin: auto;
        margin-bottom: 3rem; } }
  #products ul {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      #products ul {
        margin-bottom: 0; } }
    #products ul li {
      padding-right: 5px;
      padding-left: 5px; }
      @media screen and (max-width: 767px) {
        #products ul li {
          margin-bottom: 1rem; } }
      @media screen and (max-width: 767px) {
        #products ul li {
          margin-bottom: 0.5rem; } }
      #products ul li a {
        color: #fff; }
        #products ul li a .products-img01 {
          background-color: #fff;
          overflow: hidden;
          transition: 0.5s; }
          #products ul li a .products-img01 img {
            transition: 0.5s; }
        #products ul li a h6 {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 400;
          background-color: #fff;
          color: #103159;
          padding: 1.8rem 0;
          transition: 0.5s; }
          @media screen and (max-width: 1199px) {
            #products ul li a h6 {
              font-size: 17px;
              font-size: 1.7rem; } }
          @media screen and (max-width: 991px) {
            #products ul li a h6 {
              font-size: 15px;
              font-size: 1.5rem; } }
          @media screen and (max-width: 767px) {
            #products ul li a h6 {
              font-size: 12px;
              font-size: 1.2rem; } }
          @media screen and (max-width: 575px) {
            #products ul li a h6 {
              padding: 1rem 0; } }
        #products ul li a:hover .products-img01 img {
          transform: scale(1.05, 1.05);
          opacity: 0.6; }
        #products ul li a:hover h6 {
          background-color: #103159;
          color: #fff; }
  @media screen and (max-width: 575px) {
    #products ul.row {
      margin-right: -5px;
      margin-left: -5px; } }

#news {
  background-color: #d9e0e5;
  padding: 7rem 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 991px) {
    #news {
      padding: 4rem 0; } }
  #news .news-box {
    width: 90%;
    padding: 6.5rem 0;
    background-color: #fff;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      #news .news-box {
        padding: 3.5rem 0; } }
    @media screen and (max-width: 767px) {
      #news .news-box {
        flex-direction: column;
        align-items: center; } }
    #news .news-box .main-midashi {
      padding-right: 3rem; }
      @media screen and (max-width: 767px) {
        #news .news-box .main-midashi {
          text-align: center;
          padding-right: 0; } }
    #news .news-box ul {
      width: 70%; }
      @media screen and (max-width: 767px) {
        #news .news-box ul {
          width: 90%; } }
      #news .news-box ul li {
        border-bottom: 1px solid #00bee6;
        padding: 1.5rem 0;
        display: flex; }
        #news .news-box ul li span {
          color: #00bee6;
          padding-right: 3rem;
          padding-left: 3rem; }
          @media screen and (max-width: 575px) {
            #news .news-box ul li span {
              padding-left: 0; } }
        #news .news-box ul li p {
          margin-bottom: 0; }
