﻿@charset "utf-8";
/* ***************************************************

Name: add_common.css
Description: 
Create: 2025.08.25
Copyright 2025 Hitachi Solutions Technology, Ltd.

***************************************************** */
/* 共通
/////////////////////////////////////////////////////////////////////////////////////*/
/* ブランディング画像 
-------------------------------------------------------------------------------------*/
.topSolutions, .topCases, .topFields, .topProducts {
  & .inner {
    background-size: cover;
    margin-bottom: 0;
    height: 27.5vh;
  }
  & .catch {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 175%;
    position: relative;
    top: 12vh;
    color: #fff;
    text-shadow: #181a18 1px 0 10px;
  }
  & .txt {
    position: relative;
    top: 11vh;
    font-weight: bold;
    color: #b8b8b8;
  }
}
@media screen and (max-width: 767px) {
  .JS .topSolutions, .topCases, .topFields, .topProducts {
    & .inner {
      background-color: transparent;
      margin-bottom: 0;
      height: 50%;
      padding: 0px;
    }
    & .catch {
      background-color: transparent;
      background-position: right center;
      -webkit-background-size: auto 100%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      padding: 50px 20px;
      margin-bottom: 10px;
      font-size: 112%;
      top: 0;
    }
    & .txt {
      font-size: 90%;
      top: -64px;
      padding-left: 20px;
      color: #b8b8b8;
    }
  }
}
.topSolutions .inner {
  background-image: url("../../hst_images/jp/r1/solution/bg_solutions.jpg");
  background-position: 65% 50%;
}
.topFields .inner {
  background-image: url("../../hst_images/jp/r1/solution/bg_fields.jpg");
  background-position: 65% 50%;
}
.topCases .inner {
  background-image: url("../../hst_images/jp/r1/solution/bg_cases.jpg");
  background-position: 65% 50%;
}
.topProducts .inner {
  background-image: url("../../hst_images/jp/r1/solution/bg_products.jpg");
  background-position: 65% 50%;
}

@media screen and (max-width: 1304px) {
  .JS {
    & .topSolutions .inner {
      background-image: url("../../hst_images/jp/r1/solution/bg_solutions.jpg");
    }
    & .topFields .inner {
      background-image: url("../../hst_images/jp/r1/solution/bg_fields.jpg");
      background-position: 60% 50%;
    }
    & .topProducts .inner {
      background-image: url("../../hst_images/jp/r1/solution/bg_products.jpg");
      background-position: 60% 50%;
    }
    & .topCases .inner {
      background-image: url("../../hst_images/jp/r1/solution/bg_cases.jpg");
      background-position: 60% 50%;
    }
  }
}
/* お問い合わせ
-------------------------------------------------------------------------------------*/
.SolutionInquiry {
  background-color: #353434;
  color: #fff;
  padding: 55px;
  text-align: center;
  & h2 {
    border: none;
  }
}
@media screen and (max-width: 994px) {
  .SolutionInquiry {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 579px) {
  .SolutionInquiry {
    padding: 10%;
  }
}
/* メニューtab
-------------------------------------------------------------------------------------*/
.AreaTabSolutions {
  margin: 0px 0 50px 0;
  padding: 20px 0 0 0;
  background-color: #535353;
  & .TabSolutions {
    display: flex;
    & .TabSolutionsItem {
      width: calc(100%/4);
      margin-right: 2px;
      background-color: #888888;
      box-sizing: border-box;
      & a {
        display: block;
        padding: 0.6rem 1rem;
        color: #151515;
        text-decoration: none;
        text-align: center;
        border-right: none;
        font-size: 90%;
        font-weight: bold;
        box-sizing: border-box;
        border-top: solid 4px;
      }
      &:hover {
        font-weight: bold;
        background-color: #e2e2e2;
      }
    }
    & .Current {
      position: relative;
      background-color: #fff;
      & a {
        color: #3d3d3d;
        font-weight: bold;
        border-top: solid 4px #a3030f;
        &:hover {
          background-color: #fff;
          border-top: solid 4px #a3030f;
        }
      }
    }
  }
}
@media screen and (max-width: 994px) {
  .AreaTabSolutions {
    & .TabSolutions {
      margin: 0 15px;
    }
  }
}
@media screen and (max-width: 579px) {
  .AreaTabSolutions {
    margin: 10px 0 20px 0;
    padding: 0;
    background-color: #fff;
    & .TabSolutions {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 10px 0;
      & .TabSolutionsItem {
        width: calc(100% /2);
        margin-right: 0;
        background-color: #d9d9d9;
        border: 4px solid #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 80px;
        & a {
          display: block;
          color: #151515;
          border-right: none;
          border-top: none;
          padding: 1.5rem 0 0 0;
          flex-direction: column;
        }
        &:hover {
          color: #fff;
          font-weight: bold;
          background-color: #b1000e;
        }
      }
      & .Current {
        position: relative;
        background-color: #b1000e;
        & a {
          color: #fff;
          border-top: none;
          &:hover {
            background-color: #b1000e;
          }
        }
      }
    }
  }
}
/* ページ内リンク
-------------------------------------------------------------------------------------*/
.PageInnerLinks {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  & a {
    margin: 0 15px 15px 0;
    padding: 10px 20px 10px 10px;
    border: solid 1px #ccc;
    border-radius: 30px;
    text-decoration: none;
    font-size: 80%;
    &:hover {
      border: solid 1px #c02;
    }
  }
  & a span {
    padding: 10px 20px 10px 10px;
    background-image: url("../../image/jp/r1/icon/icon_link_bottom_hd.gif");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
  }
}
@media screen and (max-width: 579px) {
  .PageInnerLinks {
    display: block;
    border-top: solid 1px #ccc;
    & a {
      margin: 0;
      border: none;
      border-bottom: solid 1px #ccc;
      border-radius: 0;
      font-size: 80%;
      display: block;
      &:hover {
        background-color: #f2f2f2;
        border: none;
        border-bottom: solid 1px #ccc;
      }
    }
    & a span {
      padding: 0 20px 0 0;
      display: block;
    }
  }
}
/* section 
-------------------------------------------------------------------------------------*/
.SolutionSectionBtm {
  margin-bottom: 50px;
  background-color: #ffffff;
  & h2 {
    background: none;
    margin-bottom: 50px;
    border-bottom: solid 4px #dc0c35;
    position: relative;
    & span {
      display: block;
      padding: 10px 0;
      font-size: 150%;
      line-height: 130%;
      background: none;
    }
  }
  & h3 {
    font-size: 130%;
  }
}
@media screen and (max-width: 767px) {
  .SolutionSectionBtm {
    & h2 {
      margin: 0;
      margin-bottom: 50px;
    }
  }
}

/* 
/////////////////////////////////////////////////////////////////////////////////////*/
/* ソリューション
-------------------------------------------------------------------------------------*/
.headsolution {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  font-size: 90%;
  & img.colum1st {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    height: 246px;
    object-fit: cover;
  }
  & .colum2nd {
    width: 50%;
    box-sizing: border-box;
    & p {
      margin-bottom: 1rem;
    }
    & a {
      padding: 0 20px 0 0;
      background-repeat: no-repeat;
      background-position: right center;
      font-weight: bold;
      font-size: 110%;
    }
  }
}
@media screen and (max-width: 767px) {
  .headsolution {
    & img.colum1st {
      width: 100%;
      margin-bottom: 1rem;
    }
    & .colum2nd {
      width: 100%;
      box-sizing: border-box;
      & p {
        margin-bottom: 1rem;
      }
    }
  }
}
.SolutionMenu {
  margin-bottom: 50px;
  & .box {
    margin-bottom: 1rem;
    background-color: #ffffff;
    & .txt {
      font-size: 80%;
    }
  }
}
/* */
.ProductsTab {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  & .Category, .Keyword {
    display: block;
    font-size: 12px;
    color: #d55e23;
    border: solid 1px currentColor;
    border-radius: 4em;
    padding: 1px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  & .Keyword {
    color: #203e7f;
  }
}
/*　分野別から探す
-------------------------------------------------------------------------------------*/
.fields_sec .accordion_area {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -5px;
}
.accordion_one._flex {
  width: calc(100%/4);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .accordion_one._flex {
    width: calc(100%);
  }
}
.accordion_header {
  border: 1px solid #ddd;
  font-size: 80%;
  padding: 10px 11% 10px 7%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .accordion_header {
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .accordion_header {
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
.accordion_header:hover {
  opacity: .8;
}
@media screen and (max-width: 1024px) {
  .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
.accordion_header .i_box .one_i:before {
  border-right: solid 2px #c02;
  border-top: solid 2px #c02;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.accordion_header.open {
  background-color: #f2f2f2;
  & .i_box {
    padding: auto;
    & .one_i:before {
      top: 45%;
      transform: rotate(-45deg);
    }
  }
}
.accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
  width: calc(400%);
}
@media screen and (max-width: 767px) {
  .accordion_inner {
    width: 100%;
  }
}
.accordion_inner p.txt_a_ac {
  margin: 0;
}
.accordion_one:nth-of-type(2) .accordion_inner {
  position: relative;
  left: -100%;
}
.accordion_one:nth-of-type(3) .accordion_inner {
  position: relative;
  left: -200%;
}
.accordion_one:nth-of-type(4) .accordion_inner {
  position: relative;
  left: -300%;
}
@media screen and (max-width: 767px) {
  .accordion_one:nth-of-type(2) .accordion_inner, .accordion_one:nth-of-type(3) .accordion_inner, .accordion_one:nth-of-type(4) .accordion_inner {
    left: 0;
  }
}
.accordion_header_one {
  border-bottom: 1px solid #fff;
  background-color: #f2f2f2;
  padding: 10px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 10px;
  & ul.acordionlist {
    display: flex;
    flex-wrap: wrap;
    & li {
      width: 48%;
      line-height: 190%;
    }
  }
}
@media screen and (max-width: 1024px) {
  .accordion_header_one {
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .accordion_header_one {
    font-size: 16px;
    & ul.acordionlist {
      margin: 0;
      & li {
        width: 100%;
      }
    }
  }
}
/*　製品一覧
-------------------------------------------------------------------------------------*/
.BoxPatternLine1{
border: solid 1px #ccc;
padding: 30px 15px 20px;
}


/*　導入事例
-------------------------------------------------------------------------------------*/
.case {
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 10px;
}
/* 汎用
/////////////////////////////////////////////////////////////////////////////////////*/
.displayblock {
  display: block;
}
@media screen and (max-width: 767px) {
  .displayblock {
    display: inline;
  }
}
.mbrem1 {
  margin-bottom: 1.5rem;
}