body {
  font-family: "Noto Sans JP";
  color: #444;
  font-size: 16px;
  width: 100%;
  /* background-color: #35a424; */
 }

.kiso-blue {
  color: #2b4b95; }



.companyHeader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2.8vw 1vw;
  /* padding: 0.0vw 1vw; */
  width: 80vw;
  /* height: 10vw; */
  height: 2.5vw;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .companyHeader {
      /* height: 30vw; */
      height: 13vw;
     }
     }
  .companyHeader div {
    color: #2449a4;
    font-size: 2.8vw;
    line-height: 4vw; }
    @media screen and (max-width: 1024px) {
      .companyHeader div {
        font-size: 7.8vw;
        line-height: 12.2vw; } }

.companyMvArea {
  width: 100%;
  position: relative; }
  .companyMvArea .mvImage {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 1024px) {
      .companyMvArea .mvImage {
        display: none; } }
  .companyMvArea .mvImageSp {
    display: none; }
    @media screen and (max-width: 1024px) {
      .companyMvArea .mvImageSp {
        display: block;
        width: 100%; } }
  .companyMvArea .mvCover {
    position: absolute;
    width: 80vw;
    height: 100%;
    top: 0;
    right: 50%;
    left: 50%;
    margin-left: -40vw;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .companyMvArea .mvCover {
        /* width: 100%; */
        width: 94%;
        padding: 0 2.7vw;
        margin-left: initial;
        right: initial;
        left: initial;
       }
       }
    .companyMvArea .mvCover .mvCoverBlock {
      flex: 1;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .companyMvArea .mvCover .mvCoverBlock {
          flex-direction: column;
          justify-content: flex-start;
         
        }
       }
      .companyMvArea .mvCover .mvCoverBlock .mvLeftCorner {
        width: 3.5vw;
        height: 3.5vw;
        background: #2b4b95;
        clip-path: polygon(100% 0, 0 0, 0 100%);
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 1024px) {
          .companyMvArea .mvCover .mvCoverBlock .mvLeftCorner {
            width: 12.7vw;
            height: 12.7vw;
           }
           }
      .companyMvArea .mvCover .mvCoverBlock .mvRightCorner {
        width: 20vw;
        height: 20vw;
        background: #2b4b95;
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
        position: absolute;
        right: 0;
        bottom: 0;
        top:17.5%;
       }
        @media screen and (max-width: 1024px) {
          .companyMvArea .mvCover .mvCoverBlock .mvRightCorner {
            width: 76.3vw;
            height: 76.3vw;
            top:45.45%;
           }
           }



      .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock {
        width: 35.6vw;
        height: 11vw;
        display: flex;
        flex-direction: column;
        color: #fff; }
        @media screen and (max-width: 1024px) {
          .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock {
            width: 65.1vw;
            height: 80.1vw;
            align-items: center; } }
        .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock .mvLeftHeader {
          width: 11.25vw;
          height: 1.6vw;
          background: #2b4b95;
          clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
          font-weight: 700;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.1vw; }
          @media screen and (max-width: 1024px) {
            .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock .mvLeftHeader {
              width: 41.2vw;
              height: 5.8vw;
              margin-top: 11.3vw;
              font-size: 4vw; } }
        .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock .mvLeftLarge {
          font-size: 4.1vw;
          /* margin: 1.3vw 0px; */
          margin: -4px 0px;
          white-space: nowrap;
          font-weight: 300;
         }
          @media screen and (max-width: 1024px) {
            .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock .mvLeftLarge {
              font-size: 11.4vw;
              text-align: center;
              line-height: 12.7vw;
              margin: 5vw 0;
              white-space: normal !important;
             }
             }
        .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock .mvLeftMiddle {
          /* font-weight: 700; */
          font-weight: 300;
          font-size: 1.3vw;
          line-height: 2vw;
        
        }
        .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock .mvLeftMiddle br.sp{
          display: none;
        
        }
          @media screen and (max-width: 1024px) {
            .companyMvArea .mvCover .mvCoverBlock .mvLeftBlock .mvLeftMiddle {
              font-size: 5vw;
              line-height: 9.1vw;
              text-align: center;
             } 
            }




      .companyMvArea .mvCover .mvCoverBlock .mvRightBlock {
        background: rgba(255, 255, 255, 0.7);
        /* width: 34vw; */
        width: 32vw;
        height: 17.5vw;
        z-index: 1;
        /* margin-right: 3.5vw; */
        margin-right: 2.5vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0.7vw 1.3vw;
       }
        @media screen and (max-width: 1024px) {
          .companyMvArea .mvCover .mvCoverBlock .mvRightBlock {
            width: 94.6vw;
            height: 50.8vw;
            padding: 5vw;
            padding: initial;
            align-items: center;
            margin-right: initial; } }
        .companyMvArea .mvCover .mvCoverBlock .mvRightBlock p {
          font-size: 1.1vw;
          line-height: 2.2vw;
         }
          @media screen and (max-width: 1024px) {
            .companyMvArea .mvCover .mvCoverBlock .mvRightBlock p {
              font-size: 4vw;
              line-height: 8.1vw;
              text-align: center;
             }
             }


        .companyMvArea .mvCover .mvCoverBlock .mvRightBlock .mvButton {
          margin-top: 1.4vw;
          width: 17vw;
          height: 2.3vw;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #fff;
          border-radius: 1.7vw;
          padding: 0.35vw 1.3vw;
          border: 1px solid #2449a4;
          color: #2449a4;
          font-size: 1.1vw;
         }
         .companyMvArea .mvCover .mvCoverBlock .mvRightBlock .mvButton:hover {
          color: #fff;
          background: #2449a4;
          border: 1px solid #2449a4;

         }
          @media screen and (max-width: 1024px) {
            .companyMvArea .mvCover .mvCoverBlock .mvRightBlock .mvButton {
              width: 63.1vw;
              height: 8.3vw;
              border-radius: 6.3vw;
              padding: 1.25vw 5vw;
              font-size: 4vw;
              line-height: 8.1vw;
              margin-top: 5vw; 
            } 
          }



.sqArea {
  width: 80vw;
  height: 29.6vw;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .sqArea {
      width: 90vw;
      height: 178.1vw;
      margin-bottom: 10.1vw; } }
  .sqArea .sqWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.875vw; }
    .sqArea .sqWrapper.last {
      display: flex;
      justify-content: inherit; }
      .sqArea .sqWrapper.last .sqBlock {
        margin-right: 1.7vw; }
      @media screen and (max-width: 1024px) {
        .sqArea .sqWrapper.last {
          margin-right: initial;
          display: block; }
          .sqArea .sqWrapper.last:last-child {
            margin-bottom: 0; } }
    @media screen and (max-width: 1024px) {
      .sqArea .sqWrapper {
        margin: initial;
        display: block; } }
    .sqArea .sqWrapper .sqBlock {
      width: 18.75vw;
      height: 11.8vw;
      background: #fff;
      position: relative;
      border: 1px solid #2b4b95;
      box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        .sqArea .sqWrapper .sqBlock {
          width: 100%;
          height: 25.4vw;
          margin-bottom: 5vw; } }
      .sqArea .sqWrapper .sqBlock .sqImage {
        position: absolute;
        width: 7vw;
        height: 10.4vw;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover; }
        @media screen and (max-width: 1024px) {
          .sqArea .sqWrapper .sqBlock .sqImage {
            width: 15.2vw;
            height: 22.9vw; } }
        /* .sqArea .sqWrapper .sqBlock .sqImage.topmessage {
          background-image: url(../img/topmessage.jpg); }
        .sqArea .sqWrapper .sqBlock .sqImage.company {
          background-image: url(../img/company.jpg); }
        .sqArea .sqWrapper .sqBlock .sqImage.work {
          background-image: url(../img/work.jpg); }
        .sqArea .sqWrapper .sqBlock .sqImage.history {
          background-image: url(../img/history.jpg); }
        .sqArea .sqWrapper .sqBlock .sqImage.organization {
          background-image: url(../img/organization.jpg); }
        .sqArea .sqWrapper .sqBlock .sqImage.branch {
          background-image: url(../img/branch.jpg); } */
      .sqArea .sqWrapper .sqBlock .sqInnerBlock {
        width: 100%;
        height: 100%;
        clip-path: polygon(37.5% 0, 100% 0, 100% 100%, 0 100%, 0 90%);
        background: #fff;
        position: absolute;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 1024px) {
          .sqArea .sqWrapper .sqBlock .sqInnerBlock {
            clip-path: polygon(17.3% 0, 100% 0, 100% 100%, 0 100%, 0 90%); } }
        .sqArea .sqWrapper .sqBlock .sqInnerBlock .sqCorner {
          background: #f5f5f5;
          width: 7vw;
          height: 7vw;
          position: absolute;
          bottom: 0;
          clip-path: polygon(0 0, 0% 100%, 100% 100%); }
          @media screen and (max-width: 1024px) {
            .sqArea .sqWrapper .sqBlock .sqInnerBlock .sqCorner {
              width: 15.2vw;
              height: 22.9vw; } }
        .sqArea .sqWrapper .sqBlock .sqInnerBlock .sqText {
          z-index: 1;
          color: #2449a4;
          font-size: 1.7vw;
          line-height: 2.6vw;
          width: 88%;
          text-align: center;
          margin-left: 12%; }
          @media screen and (max-width: 1024px) {
            .sqArea .sqWrapper .sqBlock .sqInnerBlock .sqText {
              font-size: 6.6vw;
              line-height: 9.6vw; } }




















































              .service_list_main {
                width: 1160px;
                margin-left: auto;
                margin-right: auto;
                /* margin-block: 0 30px; */
                margin-block: 50px 30px;
                /* background-color: #2449a4; */

              }
              
              .child_cat__list {
                display: flex;
                justify-content: space-between;
                gap: 35px
              }
              .child_cat__list .child_cat__item{
                /* width: 350px;
                height: 300px; */
              }
              
              @media only screen and (max-width: 767px) {
                .child_cat__list {
                  flex-direction: column;
                  align-items: center
                }
              }
              
              a.child_cat__link {
                display: grid;
                place-items: center;
                position: relative;
                overflow: hidden;
                margin-inline: auto;
                aspect-ratio: 350/300;
                /* max-width: 540px */
                max-width: 350px
              }
              
              @media only screen and (max-width: 767px) {
                a.child_cat__link {
                  /* aspect-ratio: 372/207 */
                  aspect-ratio: 350/200
                }
              }
              
              .child_cat__link::after {
                content: "";
                background: rgba(0, 0, 0, .4);
                grid-area: 1/-1;
                height: 100%;
                width: 100%;
                transition: all .3s
              }
              
              .child_cat__link:hover::after {
                background: rgba(0, 0, 0, .1)
              }
              
              h2.child_cat__link__caption {
                color: #fff;
                grid-area: 1/-1;
                z-index: 2;
                text-align: center;
                font-size: 40px;
                font-weight: 400;
                display: block;
                padding: 0 5px
              }
              h2.child_cat__link__caption .child_cat__link__caption_small {
                color: #fff;
                text-align: center;
                font-size: 16px;

              }
              
              @media only screen and (max-width: 767px) {
                .child_cat__link__caption {
                  font-size: min(30px, 7.6335877863vw);
                  padding: 0 10px
                }
              }
              
              .child_cat__link__img {
                grid-area: 1/-1;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 100%;
                min-height: 0
              }


              
              .child_cat__link__img img {
                width: 100%;
                height: 100%
              }
              @media only screen and (max-width: 767px) {
                  .child_cat__link__img img {
                    width: 350px;
                    height: 300px;
                  }
                }
              
              .child_cat__link__triangle_mark {
                position: absolute;
                z-index: 3;
                transition: all .3s
              }
              
              .child_cat__link__triangle_mark::before, .child_cat__link__triangle_mark::after {
                content: "";
                position: absolute;
                top: 0
              }
              
              .child_cat__link__triangle_mark::before {
                border-right: 40px solid rgba(0, 0, 0, 0);
                border-bottom: 40px solid #2449a4;
                border-left: 40px solid rgba(0, 0, 0, 0);
                left: 0;
                z-index: 1
              }
              
              .child_cat__link__triangle_mark::after {
                border-right: 45px solid rgba(0, 0, 0, 0);
                border-bottom: 45px solid #fff;
                border-left: 45px solid rgba(0, 0, 0, 0);
                left: -5px;
                z-index: 0
              }
              
              .child_cat__link__triangle_mark-lefttop {
                transform: rotateZ(-45deg);
                top: 25px;
                left: -35px
              }
              
              .child_cat__link__triangle_mark-rightbottom {
                transform: rotateZ(135deg);
                bottom: 25px;
                right: -35px
              }
              
              .child_cat__link:hover .child_cat__link__triangle_mark-lefttop {
                top: 20px;
                left: -35px
              }
              
              .child_cat__link:hover .child_cat__link__triangle_mark-rightbottom {
                bottom: 20px;
                right: -40px
              }
              
              .child_secondly {
                width: 1160px;
                margin-left: auto;
                margin-right: auto;
                /* margin-block: 30px; */
                margin-block: 50px;
              }
              @media only screen and (max-width: 767px) {
                .child_secondly {
                  width: 354px;
                  margin-left: auto;
                  margin-right: auto;
                  /* margin-block: 30px; */
                  margin-block: 30px;
                  margin-top: -20px;
                }
              }
              
              .child_secondly__list {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                /* gap: 30px 60px */
                gap: 30px 20px;
              }
              
              @media only screen and (max-width: 767px) {
                .child_secondly__list {
                  grid-template-columns: repeat(2, 1fr);
                  gap: 12px;
                }
              }
              
              .child_secondly__item {
                background-color: #fff;
                width: 354px;
                height: 100px;
              }
              @media only screen and (max-width: 767px) {
                .child_secondly__item {
                  background-color: #fff;
                  width: 171px;
                  height: 60px;
                }
              }
              
              .child_secondly__link {
                display: grid;
                place-items: center;
                overflow: hidden;
                width: 90.0763358779vw;
                margin-inline: auto;
                border: 1px solid #2449a4;
                aspect-ratio: 354/100
              }
              
              @media only screen and (max-width: 767px) {
                .child_secondly__link {
                  aspect-ratio: 171/60
                }
              }
              
              .child_secondly__link__caption {
                grid-area: 1/-1;
                z-index: 1;
                color: #2449a4;
                font-size: min(26px, 1.5625vw);
                font-weight: 400;
                padding: 0;
                min-height: 0
              }
              
              @media only screen and (max-width: 767px) {
                .child_secondly__link__caption {
                  font-size: min(16px, 4.0712468193vw)
                }
              }
              
              .child_secondly__link:hover .child_secondly__link__caption {
                transition: all .3s;
                color: #fff
              }
              
              .child_secondly__link__img {
                grid-area: 1/-1;
                display: grid;
                background-color: #fff;
                min-height: 0;
                justify-self: start;
                align-self: stretch
              }
              
              .child_secondly__link__img, .child_secondly__link__img img {
                height: 100%;
                width: 100%;
              }
              
              .child_secondly__link:hover .child_secondly__link__img {
                transition: all .3s;
                background-color: #2449a4
              }
              
              .child_thirdly {
                width: 1160px;
                margin-left: auto;
                margin-right: auto;
                /* margin-block: 30px; */
                margin-block: 50px;
                /* background-color: #888; */
              }
              @media only screen and (max-width: 1024px) {
              .child_thirdly {
                width: 354px;
                margin-left: auto;
                margin-right: auto;
                margin-block: 50px;
              }
            }
              
              .child_thirdly__list {
                width: 100%;
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                /* gap: 30px 60px */
                /* gap: 25px; */
                gap: 25px;

              }
              
              @media only screen and (max-width: 1024px) {
                .child_thirdly__list {
                  grid-template-columns: repeat(2, 1fr)
                }
              }
              
              @media only screen and (max-width: 767px) {
                .child_thirdly__list {
                  grid-template-columns: repeat(1, 1fr);
                }
              }
              
              .child_thirdly__item {
                background-color: #fff;
                width: 270px;
              }
              @media only screen and (max-width: 1024px) {
              .child_thirdly__item {
                background-color: #fff;
                width: 354px;
              }
            }
              
              .child_thirdly__link {
                display: grid;
                place-items: center;
                position: relative;
                overflow: hidden;
                width: 90.0763358779vw;
                margin-inline: auto;
                border: 1px solid #2449a4;
                aspect-ratio: 270/170;
                background-color: #fff
              }
              
              .child_thirdly__link:hover {
                transition: all .3s;
                background-color: #2449a4
              }
              
              @media only screen and (max-width: 767px) {
                .child_thirdly__link {
                  aspect-ratio: 354/100
                }
              }
              
              .child_thirdly__link__caption {
                grid-area: 1/-1;
                z-index: 1;
                color: #2449a4;
                font-size: 26px;
                font-weight: 400;
                padding: 0 0 0 20px;
                font-size: min(26px, 6.6157760814vw);
                min-height: 0
              }
              @media only screen and (max-width: 1024px) {
              .child_thirdly__link__caption {
                font-size: 26px;
              }
            }
              
              .child_thirdly__link:hover .child_thirdly__link__caption {
                transition: all .3s;
                color: #fff
              }
              
              .child_thirdly__link__img {
                grid-area: 1/-1;
                min-height: 0;
                justify-self: start;
                align-self: stretch
              }
              
              .child_thirdly__link__img, .child_thirdly__link__img img {
                height: 100%;
              }
              
              .catalog_dl_btn {
                margin-block: 90px;
                text-align: center
              }
              
              





/* 70周年バナーエリア見出し*/

.footerLinkArea {
  width: 80vw;
  height: 11.1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
 }
  @media screen and (max-width: 1024px) {
    .footerLinkArea {
      width: 95vw;
      height: 41vw;
     }
    }

  .footerLinkArea .footerLinkLarge {
    text-align: center;
    color: #2449a4;
    /* font-size: 2.7vw; */
    font-size: 40px;
    line-height: 4vw;
   }
    @media screen and (max-width: 1024px) {
      .footerLinkArea .footerLinkLarge {
        /* font-size: 8.8vw; */
        font-size: 31px;
        line-height: 12.2vw;
       }
       }

  .footerLinkArea .footerLinkMiddle {
    /* font-size: 1.1vw; */
    font-size: 16px;
    line-height: 1.6vw;
    color: #888;
    font-weight: 500; 
  }
    @media screen and (max-width: 1024px) {
      .footerLinkArea .footerLinkMiddle {
        /* font-size: 4.7vw; */
        font-size: 16px;
        line-height: 5.8vw;
       }
       }
/* 70周年バナーエリア見出し*/

        

/* 70周年バナーエリア*/
.otherLink {
  display: block;
  text-align: center;
  /* width: 62.5vw; */
  width: 900px;
  margin: 0 auto;
 }
  .otherLink.sp {
    display: none;
   }
  @media screen and (max-width: 1024px) {
    .otherLink {
      /* width: 95vw; */
      width: 373px;
     }
      .otherLink.pc {
        display: none;
       }
      .otherLink.sp {
        display: block;
       }
     }
  .otherLink img {
    height: auto;
    width: 100%; 
  }
  /* 70周年バナーエリア*/









  .swiper-slide:hover{
    opacity: 0.7;
    
  }




















/*# sourceMappingURL=content.css.map */
