@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*変数*/
/*---------画面幅---------*/
/*---------流用高---------*/
/*---------色コード---------*/
/*関数*/
/*---------------------変数レスポンシブ------------------------*/
/* リセット
----------------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

img, abbr, acronym, fieldset {
  border: 0; }

ul, li {
  list-style-type: none; }

/*---------------------基本------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  /*vertical-align: bottom;*/ }

html, body {
  font-family: verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  /*line-height:1.5;*/
  font-size: 16px;
  margin: 0;
  padding: 0;
  /*min-width: 1120px;*/
  -webkit-text-size-adjust: none;
  color: #333; }

img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  flex-shrink: 0; }

a {
  text-decoration: none;
  color: inherit;
  display: block; }

　
h2, p {
  margin: 0; }

h3 {
  font-size: 1.2rem; }

br {
  font-size: 0; }

/*初期化*/
p {
  font-size: 1rem; }

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  display: inline-block; }

span {
  display: inline-block; }

main {
  /*overflow-X: hidden;*/ }
  @media screen and (max-width: 767px) {
    main {
      /*margin-bottom: 100px;*/ } }

/*---------------------汎用------------------------*/
.wrap-style-b {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-b {
      width: 100%; } }

.wrap-style-1 {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-1 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-1 {
      width: calc(100% - 40px); } }

.wrap-style-2 {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-2 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-2 {
      width: calc(100% - 40px); } }

.flex-base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex-base {
      display: block; } }

/*---------------------フッター---------------------*/
.fix-sp-btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .fix-sp-btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      position: fixed;
      bottom: 0;
      background: #fff; }
      .fix-sp-btn > div {
        width: 49%; } }

/*---------------------バナー------------------------*/
.banner {
  width: 100%;
  padding: 120px 0 0; }
  @media screen and (max-width: 1024px) {
    .banner {
      padding: 110px 0 0; } }
  @media screen and (max-width: 768px) {
    .banner {
      padding: 85px 0 0; } }
  @media screen and (max-width: 767px) {
    .banner {
      padding: 65px 0 0; } }
  .banner img {
    display: block;
    width: 100%;
    height: 100%; }

/*---------------------ファーストビュー------------------------*/
.first-view-area img {
  width: 100%;
  height: 100%; }
.first-view-area .first-view {
  margin: 100px auto 80px;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .first-view-area .first-view {
      flex-direction: column; } }
  .first-view-area .first-view .fv-left {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .first-view-area .first-view .fv-left {
        width: 100%; } }
    .first-view-area .first-view .fv-left h3 {
      font-size: 1.6rem;
      /*color: $blue;*/
      margin-bottom: 40px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .first-view-area .first-view .fv-left h3 {
          /*text-align: center;*/
          font-size: 1.4rem;
          font-weight: 900; } }
      @media (max-width: 413px) {
        .first-view-area .first-view .fv-left h3 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .first-view-area .first-view .fv-left h3 + p {
          margin-bottom: 30px;
          text-align: justify;
          font-size: 0.9rem; } }
    .first-view-area .first-view .fv-left p {
      text-align: justify; }
  .first-view-area .first-view .fv-right {
    width: 50%;
    display: flex;
    justify-content: space-evenly; }
    @media screen and (max-width: 767px) {
      .first-view-area .first-view .fv-right {
        width: 100%; } }
    .first-view-area .first-view .fv-right img {
      max-width: 45%; }
.first-view-area .second-view {
  margin: 100px auto 60px;
  align-items: baseline; }
  @media screen and (max-width: 767px) {
    .first-view-area .second-view {
      flex-direction: column;
      margin-bottom: 80px; } }
  .first-view-area .second-view .se-left {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .first-view-area .second-view .se-left {
        width: 100%;
        margin-bottom: 80px; } }
    .first-view-area .second-view .se-left h3 {
      font-size: 1.6rem;
      /*color: $blue;*/
      margin-bottom: 40px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .first-view-area .second-view .se-left h3 {
          /*text-align: center;*/
          font-size: 1.4rem;
          font-weight: 900; } }
      @media (max-width: 413px) {
        .first-view-area .second-view .se-left h3 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .first-view-area .second-view .se-left h3 + p {
          margin-bottom: 30px;
          text-align: justify;
          font-size: 0.9rem; } }
    .first-view-area .second-view .se-left p {
      text-align: justify;
      margin-bottom: 20px; }
  .first-view-area .second-view .se-right {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .first-view-area .second-view .se-right {
        width: 100%; } }
    .first-view-area .second-view .se-right h3 {
      font-size: 1.6rem;
      /*color: $blue;*/
      margin-bottom: 40px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .first-view-area .second-view .se-right h3 {
          /*text-align: center;*/
          font-size: 1.4rem;
          font-weight: 900; } }
      @media (max-width: 413px) {
        .first-view-area .second-view .se-right h3 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .first-view-area .second-view .se-right h3 + p {
          margin-bottom: 30px;
          text-align: justify;
          font-size: 0.9rem; } }
    .first-view-area .second-view .se-right p {
      display: flex;
      text-align: justify;
      margin-bottom: 30px; }
      .first-view-area .second-view .se-right p img {
        width: 40%;
        margin-left: 10px; }

/*---------------------システム構成例------------------------*/
.sysconf-area h3 {
  background: #1e1e1e;
  color: #fff;
  text-align: center;
  line-height: 2.5rem; }
.sysconf-area .sysconf-view {
  margin-bottom: 30px; }
  .sysconf-area .sysconf-view .sysconf-box {
    position: relative;
    padding: 50px 0 50px; }
    .sysconf-area .sysconf-view .sysconf-box .sysconf-title-one {
      margin-bottom: 30px; }
      .sysconf-area .sysconf-view .sysconf-box .sysconf-title-one img {
        width: 210px; }
    .sysconf-area .sysconf-view .sysconf-box .sysconf-left {
      width: 45%; }
      @media screen and (max-width: 767px) {
        .sysconf-area .sysconf-view .sysconf-box .sysconf-left {
          width: 100%;
          margin-bottom: 40px; } }
      .sysconf-area .sysconf-view .sysconf-box .sysconf-left h5 {
        font-size: 1.2rem;
        font-weight: bold;
        color: #b0292c;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .sysconf-area .sysconf-view .sysconf-box .sysconf-left h5 {
            font-size: 1rem; } }
      @media screen and (max-width: 767px) {
        .sysconf-area .sysconf-view .sysconf-box .sysconf-left p {
          font-size: 0.9rem; } }
    .sysconf-area .sysconf-view .sysconf-box .sysconf-right {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .sysconf-area .sysconf-view .sysconf-box .sysconf-right {
          width: 100%; } }
    .sysconf-area .sysconf-view .sysconf-box .sysconf-title-two {
      margin-bottom: 30px; }
      .sysconf-area .sysconf-view .sysconf-box .sysconf-title-two img {
        width: 277px; }
    .sysconf-area .sysconf-view .sysconf-box::after {
      content: '';
      border-bottom: 1px solid #b4b4b4;
      display: block;
      width: 100%;
      height: 0;
      position: absolute;
      top: 100%; }
    .sysconf-area .sysconf-view .sysconf-box:last-child::after {
      content: none; }

/*---------------------製品仕様------------------------*/
@media screen and (max-width: 767px) {
  .product-area {
    margin-bottom: 180px; } }
.product-area h3 {
  background: #1e1e1e;
  color: #fff;
  text-align: center;
  line-height: 2.5rem; }
.product-area .product-box h4 {
  margin: 50px auto; }
.product-area .product-box .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px; }
  .product-area .product-box .product-list .product-item {
    width: calc(100% / 4 - 15px);
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .product-area .product-box .product-list .product-item {
        width: calc(100% / 2 - 10px); } }
    .product-area .product-box .product-list .product-item .product-gray-area {
      background-color: #f5f5f5;
      padding: 20px;
      flex-grow: 1; }
      @media screen and (max-width: 767px) {
        .product-area .product-box .product-list .product-item .product-gray-area {
          padding: 20px 5px; } }
      .product-area .product-box .product-list .product-item .product-gray-area img {
        width: 80%; }
        @media screen and (max-width: 767px) {
          .product-area .product-box .product-list .product-item .product-gray-area img {
            width: 90%; } }
      .product-area .product-box .product-list .product-item .product-gray-area .product-number {
        font-size: 0.9rem;
        color: #fff;
        margin: 15px auto;
        padding: 5px;
        border-radius: 20px;
        background-color: #00437e; }
        @media screen and (max-width: 767px) {
          .product-area .product-box .product-list .product-item .product-gray-area .product-number {
            font-size: 0.7rem; } }
      .product-area .product-box .product-list .product-item .product-gray-area .product-name {
        font-size: 0.9rem; }
        @media screen and (max-width: 767px) {
          .product-area .product-box .product-list .product-item .product-gray-area .product-name {
            font-size: 0.7rem; } }
    .product-area .product-box .product-list .product-item a {
      font-size: 0.9rem;
      color: #5a5a5a;
      margin-top: 5px; }
      .product-area .product-box .product-list .product-item a span {
        text-decoration: underline;
        font-weight: bold; }
.product-area .product-box .product-btn {
  margin: 100px auto; }
  .product-area .product-box .product-btn .btn-detail {
    padding-bottom: 100px;
    border-bottom: 1px solid #b4b4b4; }
    .product-area .product-box .product-btn .btn-detail a {
      display: grid;
      grid-template-columns: 1fr 70px;
      width: 325px;
      height: 50px;
      background-color: #414141;
      color: #FFF;
      text-align: center;
      line-height: 50px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .product-area .product-box .product-btn .btn-detail a {
          width: 250px;
          grid-template-columns: 1fr 50px; } }
      .product-area .product-box .product-btn .btn-detail a .btn-text {
        font-size: 17px;
        font-weight: 500;
        padding-left: 70px; }
        @media screen and (max-width: 768px) {
          .product-area .product-box .product-btn .btn-detail a .btn-text {
            padding-left: 50px; } }
      .product-area .product-box .product-btn .btn-detail a .btn-arrow {
        font-size: 24px;
        font-weight: 600; }
        .product-area .product-box .product-btn .btn-detail a .btn-arrow img {
          width: 22px;
          margin-bottom: 5px; }
  .product-area .product-box .product-btn .btn-contact {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      .product-area .product-box .product-btn .btn-contact {
        display: none; } }
    .product-area .product-box .product-btn .btn-contact a {
      display: grid;
      grid-template-columns: 1fr 70px;
      width: 325px;
      height: 50px;
      background-color: #d04730;
      color: #FFF;
      text-align: center;
      line-height: 50px;
      margin: 15px auto 0; }
      @media screen and (max-width: 768px) {
        .product-area .product-box .product-btn .btn-contact a {
          width: 250px;
          grid-template-columns: 1fr 50px; } }
      .product-area .product-box .product-btn .btn-contact a .btn-text {
        font-size: 17px;
        font-weight: 500;
        padding-left: 70px; }
        @media screen and (max-width: 768px) {
          .product-area .product-box .product-btn .btn-contact a .btn-text {
            padding-left: 50px; } }
      .product-area .product-box .product-btn .btn-contact a .btn-arrow {
        font-size: 24px;
        font-weight: 600; }
        .product-area .product-box .product-btn .btn-contact a .btn-arrow img {
          width: 22px;
          margin-bottom: 5px; }
