@charset "utf-8";

.page-head{
  width: 100%;
  height: 350px;
  background-color: rgba(230,230,230,1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  }
  .page-head__inner{
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    }
    .page-head__icon{margin-right: 30px;}
      .page-head__svg{
        display: flex;
        width: 80px;
        height: 80px;
        }
    .page-head__txt{color: rgba(255,255,255,1);}
      .-blk.page-head__txt{color: rgba(51,51,51,1);}
      .page-head__txt-eng{
        font-size: 40px;
        font-weight: 500;
        line-height: 1;
        text-shadow:2px 2px 3px rgba(51,51,51,.6);
        }
      .page-head__txt-jp{
        margin-top: 10px;
        font-size: 20px;
        line-height: 1;
        text-shadow:2px 2px 3px rgba(51,51,51,.6);
        }

.breadcrumblist-blc{
  padding: 10px 20px;
  box-sizing: border-box;
  }
.breadcrumb-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  }
  .breadcrumb-item{
    display: flex;
    align-items: center;
    font-size: 12px;
    }
  .breadcrumb-item:not(:last-of-type)::after{
    content: ">";
    margin-right: 0.5em;
    margin-left: 0.5em;
    }
    .current-item{font-size: 12px;}
      .breadcrumb-list span[itemprop="name"] {
        display: inline-block;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        }
    .breadcrumb-link,
    .breadcrumb-nolink{
      display: flex;
      }



.symbol-blc{display: none;}

.small-casestudy{
  padding: 80px 0px;
  background-color: rgba(249,249,249,1);
  }
  .small-casestudy__lineup{}
    .small-casestudy__lineup_inner{
      display: flex;
      flex-wrap: wrap;
      }
      .small-casestudy__lineup-item{
        background-color: rgba(255,255,255,1);
        box-sizing: border-box;
        position: relative;
        }
        .small-casestudy__lineup-item::before{
        content: "";
        width: 100%;
        height: 100%;
        /* background: linear-gradient(180deg, rgba(0,0,0,.85), rgba(0,0,0,.2)); */
        background-color: rgba(0,0,0,.4);
        position: absolute;
        top: 0;
        left: 0;
        transition: .5s;
        z-index: 10;
        }
        .small-casestudy__lineup-item:hover::before{background-color: rgba(0,0,0,.1);}
        .small-casestudy__lineup-item:nth-of-type(-n+2){width: calc((100% - 20px) / 2);}
        .small-casestudy__lineup-item:first-of-type{margin-right: 20px;}
        .small-casestudy__lineup-item:nth-last-of-type(-n+3){
          width: calc((100% - 40px) / 3);
          margin-top: 20px;
          }
        .small-casestudy__lineup-item:nth-last-of-type(-n+2){margin-left: 20px;}
        .small-casestudy__lineup-link{
          display: block;
          transition: .3s;
          position: relative;
          }
          .small-casestudy__lineup-link:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,.4);}
        .small-casestudy__fig{overflow: hidden;}
          .small-casestudy__fig-item{transition: .3s;}
        .small-casestudy__detail{
          width: 100%;
          padding: 20px;
          box-sizing: border-box;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 20;
          }
        .small-casestudy__num{
          margin-bottom: 25px;
          font-size: 13px;
          font-weight: 500;
          color: rgba(255,255,255,.95);
          line-height: 1; 
          text-align: center;
          position: relative;
          top: 0;
          transition: .5s;
          }
          .small-casestudy__num::before{
            content: "";
            width: 50px;
            height: 2px;
            background-color: rgba(255,255,255,1);
            position: absolute;
            left: 50%;
            bottom: -13px;
            transform: translateX(-50%);
            }
        .small-casestudy__ttl{
          font-size: 26px;
          font-weight: 500;
          color: rgba(255,255,255,1);
          line-height: 1;
          text-align: center;
          }
        .small-casestudy__txt{
          display: none;
          margin-top: 10px;
          font-size: 15px;
          line-height: 1.4;
          }

.small-product{
  padding: 80px 0 60px;
  background-color: rgba(255,255,255,1);
  }           
  .small-product__lineup-inner{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    }
    .small-product__item{
      width: calc((100% - 45px) / 3);
      margin-bottom: 15px;
      border: 1px solid rgba(220,220,220,1); 
      background-color: rgba(255,255,255,1);
      /* box-shadow: 1px 1px 7px 4px rgba(0,0,0,.1); */
      transition: .3s;
      box-sizing: border-box;
      }
      .small-product__item:not(:nth-of-type(3n+3)){margin-right: 15px;}
      .small-product__link{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        transition: .3s;
        }
        .disabled .small-product__link{
          pointer-events: none;
          opacity: .4;
          }
        .small-product__link:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
      .small-product__name{
        width: 100%;
        margin-top: 15px;
        text-align: center;
        }
        .small-product__name-eng{
          font-size: 28px;
          line-height: 1;
          }
          .small-product__name-initials{transition: .3s;}
            .small-product__link:hover .small-product__name-initials{color: rgba(78,126,217,1);}
        .small-product__name-jp{
          /* margin-top: 10px; */
          font-size: 20px;
          font-weight: 500;
          line-height: 1;
          }
      .small-product__shape{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        margin: 0 auto;
        border: 1px solid rgba(200,200,200,1);
        box-sizing: border-box;
        }
        .small-product__svg{
          width: 55px;
          height: 55px;
          }
          .small-product__svg use{transition: .3s;}
          .small-product__link:hover .cls1{fill: rgba(78,126,217,1);}
          .small-product__link:hover .cls2{fill: rgba(227,100,109,1);}
          .small-product__link:hover .cls3{fill: rgba(240,189,101,1);}
          .small-product__link:hover .cls4{fill: rgba(217,221,107,1);}
          .small-product__link:hover .cls5{fill: rgba(97,189,186,1);}
          .small-product__link:hover .cls6{fill: rgba(102,189,228,1);}
          .small-product__link:hover .cls7{fill: rgba(101,157,202,1);}
          .small-product__link:hover .cls8{fill: rgba(177,101,162,1);}
          .hl-icon{
            width: 100%;
            height: 100%;
            }
      .small-product__detail{
        width: 100%;
        margin-top: 15px;
        }
        .small-product__detail-txt{font-size: 13px;}
        
.sec-subttl{
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  }
  .sec-subttl::before{
    content: "";
    width: 100px;
    height: 3px;
    background-color: rgba(51,51,51,1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    }
  .sec-subttl-txt{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    }

@media screen and (max-width: 1000px) {

.page-head{height: 300px;}
  .page-head__inner{left: 20px;}
    .page-head__icon{margin-right: 20px;}
    .page-head__svg{
      width: 70px;
      height: 70px;
      }
    .page-head__txt-eng{font-size: 36px;}
    .page-head__txt-jp{font-size: 18px;}
  
}/* max-width:1000px */

@media screen and (max-width: 850px) {

.page-head{height: 200px;}
  .page-head__svg{
    width: 60px;
    height: 60px;
    }
    .page-head__txt-eng{font-size: 30px;}
    .page-head__txt-jp{
      margin-top: 5px;
      font-size: 16px;
      }

.breadcrumblist-blc{
  padding: 8px 10px;
  box-sizing: border-box;
  }
  .breadcrumblist-blc__inner{font-size: 11px;}  

.small-casestudy__lineup-item:nth-last-of-type(-n+3){
  width: calc((100% - 30px) / 3);
  margin-top: 15px;
  }
  .small-casestudy__lineup-item:nth-last-of-type(-n+2){margin-left: 15px;}
.small-casestudy__detail{padding: 15px;}
  .small-casestudy__num{margin-bottom: 22px;}
  .small-casestudy__ttl{font-size: 22px;}
  .small-casestudy__txt{
    margin-top: 5px;
    font-size: 14px;
    }

}/* max-width:850px */

@media screen and (max-width: 700px) {

.small-casestudy__lineup-item:nth-last-of-type(-n+3){
  width: calc((100% - 20px) / 3);
  margin-top: 10px;
  }
  .small-casestudy__lineup-item:nth-last-of-type(-n+2){margin-left: 10px;}
.small-casestudy__detail{padding: 15px;}
  .small-casestudy__num{margin-bottom: 22px;}
  .small-casestudy__ttl{font-size: 20px;}


.small-product__item{width: calc((100% - 30px) / 3);}
  .small-product__item:not(:nth-of-type(4n+4)){margin-right: 0;}
  .small-product__item:not(:nth-of-type(3n+3)){margin-right: 15px;}
  .small-product__name-eng{font-size: 28px;}
  .small-product__name-jp{
    margin-top: 10px;
    font-size: 16px;
    }

.sec-subttl{
  margin-bottom: 25px;
  padding-bottom: 15px;
  }
  .sec-subttl-txt{font-size: 18px;}

}/* max-width:800px */

@media screen and (max-width: 700px) {

.page-head{height: 200px;}
  .page-head__svg{
    width: 50px;
    height: 50px;
    }
    .page-head__txt-eng{font-size: 24px;}
    .page-head__txt-jp{font-size: 15px;}

.small-product__item{margin-bottom: 10px;}
  .small-product__link{padding: 15px;}
    .small-product__name-eng{font-size: 22px;}
    .small-product__name-jp{
      margin-top: 10px;
      font-size: 14px;
      }

}/* max-width:700px */

@media screen and (max-width: 500px) {

.page-head{height: 150px;}
  .page-head__inner{left: 15px;}
    .page-head__icon{margin-right: 10px;}
      .page-head__svg{
        width: 45px;
        height: 45px;
        }
      .page-head__txt-eng{font-size: 20px;}
      .page-head__txt-jp{font-size: 14px;}

  .small-casestudy__lineup{}
  .small-casestudy__lineup_inner{
    display: flex;
    flex-wrap: wrap;
    }
    .small-casestudy__lineup-item{
      border: 1px solid rgba(204,204,204,1);
      background-color: rgba(255,255,255,1);
      box-sizing: border-box;
      }
      .small-casestudy__lineup-item:nth-of-type(-n+2),
      .small-casestudy__lineup-item:nth-last-of-type(-n+3){
        width: 100%;
        }
      .small-casestudy__lineup-item:not(:nth-of-type(3n+2)),
      .small-casestudy__lineup-item:not(:nth-of-type(2n+2)){
        margin-right: 0;
        }
      .small-casestudy__lineup-item:not(:first-of-type){margin-top: 15px;}
      .small-casestudy__lineup-item:nth-last-of-type(-n+2){margin-left: 0;}
.small-product__item{width: calc((100% - 10px) / 2);}
  .small-product__item:not(:nth-of-type(4n+4)){margin-right: 0;}
  .small-product__item:not(:nth-of-type(3n+3)){margin-right: 0;}
  .small-product__item:not(:nth-of-type(2n+2)){margin-right: 10px;}
  .small-product__name-eng{font-size: 18px;}
  .small-product__name-jp{margin-top: 5px;}

.sec-subttl{margin-bottom: 20px;}
  .sec-subttl::before{width: 80px;}
  .sec-subttl-txt{font-size: 16px;}


}