@charset "utf-8";

/* CSS Document */
.productspage .contentheader{background-image: url(../images/products/product-bg-01.jpg);}

/* index */
.products-list{padding-bottom: 150px;}
  .products-item{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    }
    .products-item:not(:last-of-type){margin-bottom: 150px;}
    .products-item-head{
      width: 50%; 
      margin-right: 5%;
      padding: 40px 0 0;
      box-shadow: 0px 25px 35px 0px rgba(0,0,0,0.2), 0px 30px 25px 0px rgba(0,0,0,0.1);
      }
      .lqualify .products-item-head{background-color: rgba(255,255,255,1);}
      .lrobot .products-item-head{background-color: rgba(0,0,0,1);}
      .bankin .products-item-head{
        padding-bottom: 20px;
        background-color: rgba(143,190,48,1);        
        }
      .lfc .products-item-head{background-color: rgba(0,18,40,1);}
      .products-item-summary{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        }
        .products-item-name{
          margin-bottom: 30px;
          text-align: center;
          }
          .bankin .products-item-name{
            display: flex;
            justify-content: center;
            }
          .products-item-svg{height: auto;font-size: 50px;color: #ffffff;    font-family: 'Montserrat', sans-serif;font-weight: bold;
          line-height: 1;}
          .lqualify .products-item-svg{fill: rgba(51,51,51,1);color: rgba(51,51,51,1);}
          .lrobot .products-item-svg{fill: rgba(255,255,255,1);}
          .lfc .products-item-svg{
            height: 118px;
            fill: rgba(255,255,255,1);
            }
          .bankin .products-item-name img{
            display: block;
            width: 100%;
            max-width: 360px;
            }
        .products-item-ttl{
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 15px;
          }
          .products-item-ttl-txt{
            font-size: 18px;
            font-weight: 500;
            line-height: 1.4;
            text-align: center;
            white-space: pre-line;
            }
            .lrobot .products-item-ttl-txt,
            .bankin .products-item-ttl-txt,
            .lfc .products-item-ttl-txt{
              color: rgba(255,255,255,1);
              }
      .products-item-fig{padding: 20px 40px;}
    .products-item-body{
      display: flex;
      flex-direction: column;
      width: 45%;
      padding-top: 20px;
      padding-bottom: 20px;
      }
      .products-item-lead{margin-bottom: 40px;}
        .products-item-lead-txt{
          font-size: 28px;
          font-weight: 500;
          letter-spacing: 0.05em;
          position: relative;
          }
          .products-item-lead-txt::before{
            content: "";
            width: 150px;
            height: 2px;
            background-color: rgba(150,150,150,1);
            position: absolute;
            bottom: -19px;
            left: 0;
            }
      .products-item-detail{margin-bottom: 40px;}
        .products-item-detail-txt{line-height: 1.8;}

    .products-menu{margin-top: auto;}
      .products-menu-item{}
      .products-menu-item:not(:last-of-type){margin-bottom: 15px;}
        .products-menu-link{
          display: flex;
          align-items: center;
          height: 45px;
          padding-left: 20px;
          border: 1px solid rgba(50,50,50,1);
          }
          .products-menu-txt{
            font-size: 14px;
            font-weight: 500;
            position: relative;
            transition: .3s;
            }
            .products-menu-link:hover .products-menu-txt{opacity: .7;}
            .products-menu-txt::before{
              content: "";  
              width: 30px;
              height: 1px;
              background-color: rgba(183,0,49,1);
              position: absolute;
              top: 50%;
              right: -45px;
              transform: translateY(-50%);
              transition: .3s;
              }
              .products-menu-link:hover .products-menu-txt::before{
                width: 35px;
                right: -50px;
                }
            .products-menu-txt::after{
              content: "";  
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 3px 0 3px 6px;
              border-color: transparent transparent transparent rgba(183,0,49,1);
              position: absolute;
              top: 50%;
              right: -45px;
              transform: translateY(-50%);
              transition: .3s;
              }
              .products-menu-link:hover .products-menu-txt::after{right: -55px;}
    
/* detail */
.productintro{margin-bottom: 100px;}
  .productintro .section-inner{max-width: 800px;}
    .productintro-ttl{margin-bottom: 30px;}
      .productintro-ttl-txt{
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.05em;
        }
        .lfcpage .productintro-ttl-txt br{display: block;}
    .productintro-head{
      padding: 50px 20px;
      margin-bottom: 100px;
      box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
      }
      .lqualifypage  .productintro-head{background-color: rgba(255,255,255,1);}
      .lrobotpage .productintro-head{background-color: rgba(0,0,0,1);}
      .lfcpage .productintro-head{background-color: rgba(0,18,40,1);}
      .productintro-head-summary{margin-bottom: 40px;}
        .productintro-head-name{
          margin-bottom: 10px;
          font-size: 60px;
          font-weight: bold;
          margin-bottom: 15px;
          font-family: 'Montserrat', sans-serif;
          text-align: center;
          }
          .productintro-head-svg{height: 45px;}
            .lqualifypage .productintro-head-svg{fill: rgba(51,51,51,1);}
            .lrobotpage .productintro-head-svg{fill: rgba(255,255,255,1);}
            .lfcpage .productintro-head-svg{
              height: 182px;
              fill: rgba(255,255,255,1);
              }
        .productintro-head-ttl{}
          .productintro-head-txt{text-align: center;}
          .lrobotpage .productintro-head-txt{color: rgba(255,255,255,1);}
          .lfcpage .productintro-head-txt{color: rgba(255,255,255,1);}
      .productintro-head-fig{
        max-width: 550px;
        margin: 0 auto;
        }

    .productintro-subttl{margin-bottom: 50px;}
      .productintro-subttl-txt{
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.05em;
        }
    .productintro-fig{
      max-width: 600px;
      margin: 0 auto 50px;
      }
    .productintro-detail{}
      .productintro-detail-txt{
        font-size: 18px;
        line-height: 2.2;
        text-align: justify;
        }

.productsection-ttl{margin-bottom: 50px;}
  .productsection-ttl-txt{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    }

.function{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(246,247,249,1);
  }
  .function-list{}
    .function-item{
      padding: 30px;
      background-color: rgba(255,255,255,1);
      box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
      }
    .function-item:not(:last-of-type){margin-bottom: 20px;}
      .function-item-ttl{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        }
        .function-item-ttl::before{
          content: "";
          width: 100%;
          height: 3px;
          background-color: rgba(150,150,150,1);
          position: absolute;
          bottom: 0;
          left: 0;
          }
        .function-item-ttl-txt{
          font-size: 20px;
          font-weight: 500;
          line-height: 1.4;
          position: relative;
          }
          .function-item-ttl-txt::before{
            content: "";
            width: 100%;
            height: 3px;
            background-color: rgba(255,216,19,1);
            position: absolute;
            bottom: -10px;
            left: 0;
            }
      .function-item-detail{
        display: flex;
        flex-wrap: wrap;
        }
        .function-item-fig{
          order: 1;
          width: calc(35% - 30px);
          margin-left: 30px;
          }
        .function-item-summary{
          order: 0;
          width: 65%;
          }
          .function-item-summary-txt{line-height: 1.8;}

.merit{
  padding-top: 100px;
  padding-bottom: 60px;
  }
  .merit-list{
    display: flex;
    flex-wrap: wrap;
    }
    .merit-item{
      width: calc((100% - 40px) / 2);
      margin-bottom: 40px;
      padding: 30px;
      border-top: 10px solid rgba(255,216,19,1);
      background-color: rgba(255,255,255,1);
      box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
      }
      .merit-item:not(:nth-of-type(2n+2)){margin-right: 40px;}
      .merit-item-ttl{
        margin-bottom: 40px;  
        position: relative;
        }
        .merit-item-ttl::before{
          content: "";
          width: 80px;
          height: 3px;
          background-color: rgba(150,150,150,1);
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          }
        .merit-item-ttl-txt{
          font-size: 20px;
          font-weight: 500;
          text-align: center;
          }
      .merit-item-summary{}
        .merit-item-summary-txt{line-height: 1.8;}

.spec{}
.lfcpage .spec{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(246,247,249,1);
  }
  .spec-table{}
    .spac-table-list{border-top: 1px solid rgba(230,230,230,1);}
      .spac-table-item{
        display: flex;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(230,230,230,1);
        }
        .spac-table-head{
          width: 200px;
          padding-left: 15px;
          }
        .spac-table-head-text{font-weight: bold;}
        .spac-table-body{
          width: calc(100% - 200px);
          padding-right: 15px;
          padding-left: 15px;
          }
        .spac-table-note{
          margin-left: 1em;
          font-size: 0.8em;
          }
  .spac-feature{}
    .spac-feature-item{}
    .spac-feature-item:not(:last-of-type){margin-bottom: 1em;}
      .spac-feature-head{
        margin-bottom: 5px;
        font-weight: bold;
        }
      .spac-feature-body{}
        .spac-feature-sublist{padding-left: 1em;}
        .spac-feature-subitem{list-style: disc;}


.project{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(245,245,245,1);
  }
  .lfcpage .project{background-color: rgba(255,255,255,1);}

.movie{
  padding-top: 100px;
  padding-bottom: 150px;
  }

.manifold{
  padding: 100px 0px;
  background-color: rgba(246,247,249,1);
  }
  .manifold-inner{
    border: 5px solid rgba(255,216,19,1);
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px -6px rgb(0 0 0 / 60%)
    }
    .manifold-title{
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
      padding-top: 10px;
      padding-bottom: 15px;
      background-color: rgba(255,216,19,1);
      }
      .manifold-title_txt{
        font-size: 22px;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
        }
    .manifold-main{
      padding-right: 40px;
      padding-bottom: 40px;
      padding-left: 40px;
      }  
    .manifold-intro{margin-bottom: 50px;}
    .manifold-subtitle{
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      padding-top: 6px;
      padding-right: 10px;
      padding-left: 10px;
      padding-bottom: 6px;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.4;
      background-color: rgba(235,235,235,1);
      }

    .manifold-feature{margin-bottom: 70px;}
      .manifold-feature_list{
        display: flex;
        padding-top: 10px;
        }
        .manifold-feature_item{
          display: flex;
          flex-direction: column;
          align-items: center;
          width: calc((100% - 100px) / 3);
          padding-top: 10px;
          position: relative;
          }
          .manifold-feature_item:not(:last-of-type){margin-right: 50px;}
          .manifold-feature_item:not(:last-of-type)::after{
            content: "";
            width: 1px;
            height: 100%;
            background-color: rgba(230,230,230,1);
            position: absolute;
            top: 0;
            right: -25px;
            }
          .manifold-feature_fig{
            max-width: 120px;
            margin-bottom: 15px;
            }
          .manifold-feature_subtitle{
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            }
          .manifold-feature_summary{font-size: 15px;}

    .manifold-function{}
      .manifold-function_title{
        margin-bottom: 15px;
        font-weight: 18px;
        font-weight: bold;
        }
      .manifold-function_intro{margin-bottom: 20px;}
      .manifold-function_list{
        display: flex;
        flex-wrap: wrap;
        }
        .manifold-function_item{
          display: flex;
          flex-direction: column;
          align-items: center;
          width: calc((100% - 60px) / 4);
          }
          .manifold-function_item:not(:last-of-type){margin-right: 20px;}
          .manifold-function_fig{margin-bottom: 5px;}
          .manifold-function_subtitle{
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 5px;
            }
          .manifold-function_summary{font-size: 15px;}

.lfcpage .subcta{margin-top: 0;}

@media screen and (max-width: 1199px) {}/* max-width: 1199px */

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

/* index */
.products-list{padding-bottom: 100px;}
.products-item:not(:last-of-type){margin-bottom: 100px;}
.products-item-svg{height: 25px;}
  .products-item-lead-txt{font-size: 22px;}
.products-item-ttl{margin-bottom: 10px;}
  .products-item-ttl-txt{font-size: 16px;}

/* detail */
.productintro{margin-bottom: 80px;}
  .productintro-ttl-txt{font-size: 26px;}
  .productintro-head{
    padding: 30px 15px;
    margin-bottom: 80px;
    }
  .productintro-head-summary{margin-bottom: 30px;}
  .productintro-head-svg{height: 40px;}
  .lfcpage .productintro-head-svg{height: 160px;}
  .productintro-subttl{margin-bottom: 40px;}
    .productintro-subttl-txt{font-size: 20px;}
  .productintro-fig{margin: 0 auto 40px;}
  .productintro-detail{}
    .productintro-detail-txt{
      font-size: 16px;
      line-height: 2;
      }
  .function{
    padding-top: 80px;
    padding-bottom: 80px;
    }
  .productsection-ttl{margin-bottom: 40px;}
    .productsection-ttl-txt{font-size: 26px;}

.merit{
  padding-top: 80px;
  padding-bottom: 60px;
  }
    .merit-item{
      width: calc((100% - 20px) / 2);
      margin-bottom: 20px;
      padding: 25px;
      }
      .merit-item:not(:nth-of-type(2n+2)){margin-right: 20px;}
      .merit-item-ttl{
        margin-bottom: 30px;  
        }
        .merit-item-ttl::before{
          width: 60px;
          bottom: -15px;
          }
        .merit-item-ttl-txt{
          font-size: 18px;
          }
      .merit-item-summary{}
        .merit-item-summary-txt{line-height: 1.8;}

.project{
  padding-top: 80px;
  padding-bottom: 80px;
  }

.movie{
  padding-top: 80px;
  padding-bottom: 100px;
  }        

.manifold{padding-bottom: 80px;}
  .manifold-main{
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    }
  .manifold-intro{margin-bottom: 30px;}  
  .manifold-feature{margin-bottom: 50px;}
  .manifold-feature_item{width: calc((100% - 80px) / 3);}
  .manifold-feature_item:not(:last-of-type){margin-right: 40px;}
  .manifold-feature_subtitle{font-size: 16px;}
  .manifold-function_item{width: calc((100% - 45px) / 4);}
  .manifold-function_item:not(:last-of-type){margin-right: 15px;}
  .manifold-function_subtitle{font-size: 16px;}

}/* max-width: 991px */

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

/* index */
.products-list{
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 80px;
  }
  .products-item:not(:last-of-type){margin-bottom: 80px;}
  .products-item-head{
    padding: 30px 0 0;
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.2), 0px 25px 20px 0px rgba(0,0,0,0.1);
    }
  .products-item-head{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    }
  .products-item-body{
    width: 100%;
    padding: 0;
    }
    .products-item-detail{margin-bottom: 30px;}

/* detail */
.productintro{margin-bottom: 50px;}
  .productintro-ttl-txt{font-size: 22px;}
  .productintro-head{
    padding: 30px 15px;
    margin-bottom: 50px;
    }
  .productintro-head-svg{height: 35px;}
  .lfcpage .productintro-head-svg{height: 142px;}
  .productsection-ttl{margin-bottom: 30px;}
    .productsection-ttl-txt{font-size: 22px;}
  .function{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    .function-item{padding: 25px;}
      .function-item-ttl{margin-bottom: 15px;}
        .function-item-ttl-txt{font-size: 18px;}
        .function-item-fig{
          width: calc(40% - 20px);
          margin-left: 20px;
          }
        .function-item-summary{width: 60%;}

.lfcpage .spec{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(246,247,249,1);
  }

.spac-table-item{
  flex-flow: column;
  padding-top: 15px;
  padding-bottom: 15px;
  }
  .spac-table-head{
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-left: 10px;
    }
  .spac-table-body{
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    }


.project{
  padding-top: 50px;
  padding-bottom: 50px;
  }

.movie{
  padding-top: 50px;
  padding-bottom: 80px;
  }  

.manifold-title{
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  }
  .manifold-title_txt{font-size: 20px;}
  .manifold-main{
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    }
  /* .manifold-subtitle{font-size: 16px;} */
  .manifold-feature_list{flex-direction: column;}
  .manifold-feature_item{
    width: 100%;
    padding-top: 0;
    }
  .manifold-feature_item:not(:last-of-type){
    margin-right: 0;
    margin-bottom: 40px;
    }
  .manifold-feature_item:not(:last-of-type)::after{
    width: 100%;
    height: 1px;
    top: auto;
    right: 0;
    bottom: -20px;
    }

    .manifold-function_item{width: calc((100% - 20px) / 2);}
      .manifold-function_item:not(:last-of-type){margin-right: 0;}
      .manifold-function_item:not(:nth-of-type(2n+2)){margin-right: 20px;}
      .manifold-function_item:not(:nth-last-of-type(-n+2)){margin-bottom: 20px;}
      .manifold-function_summary{font-size: 14px;}

}/* max-width: 767px */

@media not all and (max-width: 575px) {

.spbr{display: none;}

.productintro-ttl-txt br{display: none;}
  
.productsection-ttl-txt br{display: none;}

.manifold-title_txt br{display: none;}
  
}


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


/* index */
.products-item-lead-txt{font-size: 18px;}
.products-item-ttl-txt{font-size: 14px;}
.products-menu-link{
  display: flex;
  align-items: center;
  height: 40px;
  }
  .products-menu-txt{font-size: 13px;}
  .products-item-detail{margin-bottom: 20px;}

/* detail */
/* .productintro-ttl-txt{font-size: 18px;} */
.productintro-head{
  padding: 25px 15px;
  margin-bottom: 40px;
  }
.productintro-head-svg{height: 25px;}
.lfcpage .productintro-head-svg{height: 100px;}
/* .productintro-subttl-txt{font-size: 18px;} */

.productsection-ttl{margin-bottom: 20px;}
  /* .productsection-ttl-txt{font-size: 20px;} */

  .productintro-detail-txt{
    font-size: 15px;
    line-height: 1.8;
    }
    .function-item{padding: 20px;}
      .function-item-ttl{margin-bottom: 15px;}
        /* .function-item-ttl-txt{font-size: 16px;} */
        .function-item-fig{
          width: 100%;
          margin-left: 0;
          }
        .function-item-summary{
          width: 100%;
          margin-bottom: 20px;
          }

.merit{
  padding-top: 80px;
  padding-bottom: 60px;
  }
  .merit-item{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    }
  .merit-item:not(:nth-of-type(2n+2)){margin-right: 0;}
  /* .merit-item-ttl-txt{font-size: 16px;} */

.manifold-function_item{width: 100%;}
  .manifold-function_item:not(:nth-of-type(2n+2)){margin-right: 0;}
  .manifold-function_item:not(:nth-last-of-type(-n+2)){margin-bottom: 0;}
  .manifold-function_item:not(:last-of-type){margin-bottom: 20px;}

}/* max-width: 575px */