@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 .first-view {
  margin: 100px auto; }
  .first-view-area .first-view h1 {
    color: #0079c2;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px; }
    @media (max-width: 413px) {
      .first-view-area .first-view h1 {
        font-size: 1.0rem; } }
    .first-view-area .first-view h1 img {
      height: 20px; }
      @media (max-width: 413px) {
        .first-view-area .first-view h1 img {
          height: 15px; } }
  .first-view-area .first-view .first-view-img {
    margin: 35px 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .first-view-area .first-view .first-view-img {
        position: static; } }
    .first-view-area .first-view .first-view-img p {
      position: absolute;
      width: 55%; }
      @media screen and (max-width: 768px) {
        .first-view-area .first-view .first-view-img p {
          font-size: 0.8rem; } }
      @media screen and (max-width: 767px) {
        .first-view-area .first-view .first-view-img p {
          position: static;
          width: auto;
          margin-bottom: 35px; } }

/*---------------------運用例------------------------*/
.operation-area {
  margin-bottom: 80px; }
  .operation-area .operation-title {
    position: relative;
    text-align: center; }
    .operation-area .operation-title h2 {
      z-index: 1;
      color: #FFF;
      font-size: 1.4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 413px) {
        .operation-area .operation-title h2 {
          font-size: 1.2rem; } }
  .operation-area .operation-text {
    margin: 35px auto 50px;
    text-align: center; }
    @media (max-width: 413px) {
      .operation-area .operation-text {
        font-size: 0.8rem; } }
  .operation-area .operation-view {
    position: relative; }
    .operation-area .operation-view .operation-left {
      width: 40%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .operation-area .operation-view .operation-left {
          width: 100%;
          margin-bottom: 30px; } }
      .operation-area .operation-view .operation-left .operation-view-title {
        margin-bottom: 10px;
        background-color: #e95504;
        border-radius: 20px;
        color: #FFF;
        padding: 5px 0; }
        @media (max-width: 413px) {
          .operation-area .operation-view .operation-left .operation-view-title {
            font-size: 0.8rem; } }
      .operation-area .operation-view .operation-left .operation-item {
        margin-top: 5px;
        display: flex;
        justify-content: space-around;
        font-size: 0.9rem; }
        @media screen and (max-width: 768px) {
          .operation-area .operation-view .operation-left .operation-item {
            font-size: 0.8rem;
            font-weight: bold; } }
        @media (max-width: 413px) {
          .operation-area .operation-view .operation-left .operation-item {
            font-size: 0.7rem; } }
    .operation-area .operation-view .operation-right {
      width: 50%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .operation-area .operation-view .operation-right {
          width: 100%; } }
      .operation-area .operation-view .operation-right .operation-view-title {
        margin-bottom: 10px;
        background-color: #e95504;
        border-radius: 20px;
        color: #FFF;
        padding: 5px 0; }
        @media (max-width: 413px) {
          .operation-area .operation-view .operation-right .operation-view-title {
            font-size: 0.8rem; } }
      .operation-area .operation-view .operation-right .operation-item {
        margin-top: 5px;
        display: flex;
        justify-content: space-around;
        font-size: 0.9rem; }
        @media screen and (max-width: 768px) {
          .operation-area .operation-view .operation-right .operation-item {
            font-size: 0.8rem;
            font-weight: bold; } }
        @media (max-width: 413px) {
          .operation-area .operation-view .operation-right .operation-item {
            font-size: 0.7rem; } }
    .operation-area .operation-view::after {
      content: '';
      border-right: 1px solid #231815;
      display: block;
      width: 0;
      height: 100%;
      position: absolute;
      top: 0;
      left: 45%; }
      @media screen and (max-width: 767px) {
        .operation-area .operation-view::after {
          content: none; } }

/*---------------------導入シーン------------------------*/
.scene-area .scene-title {
  position: relative;
  text-align: center; }
  .scene-area .scene-title h2 {
    z-index: 1;
    color: #FFF;
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 413px) {
      .scene-area .scene-title h2 {
        font-size: 1.2rem; } }
.scene-area .scene-text {
  margin: 35px auto 50px;
  text-align: center; }
  @media (max-width: 413px) {
    .scene-area .scene-text {
      font-size: 0.8rem; } }
.scene-area .scene-box {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .scene-area .scene-box {
      display: flex;
      justify-content: space-around;
      gap: 20px 10px; } }
  @media screen and (max-width: 768px) {
    .scene-area .scene-box .scene-img {
      width: calc(100% / 3 - 10px); } }
  @media screen and (max-width: 767px) {
    .scene-area .scene-box .scene-img {
      width: calc(100% / 2 - 10px); } }
  .scene-area .scene-box .scene-img p {
    font-size: 0.9rem;
    margin-top: 5px; }
    @media (max-width: 413px) {
      .scene-area .scene-box .scene-img p {
        font-size: 0.8rem;
        font-weight: bold; } }

/*---------------------製品仕様------------------------*/
.product-area {
  margin: 100px auto;
  padding: 100px 0;
  background-color: #deeaf7;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .product-area {
      margin: 100px auto 0; } }
  .product-area h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 50px; }
  .product-area .product-box {
    margin-bottom: 100px;
    padding: 50px 30px;
    background-color: #FFF; }
    @media screen and (max-width: 768px) {
      .product-area .product-box {
        padding: 50px 20px; } }
    @media (max-width: 413px) {
      .product-area .product-box {
        padding: 50px 15px; } }
    .product-area .product-box .product-name {
      margin-top: 15px;
      font-weight: bold; }
    .product-area .product-box .product-spec {
      display: flex;
      margin: 20px 0;
      border: 1px solid #000; }
      @media screen and (max-width: 768px) {
        .product-area .product-box .product-spec {
          display: block;
          /*border-bottom: none;*/ } }
      .product-area .product-box .product-spec .product-spec-half {
        width: 50%;
        border-right: 1px solid #000; }
        @media screen and (max-width: 768px) {
          .product-area .product-box .product-spec .product-spec-half {
            width: 100%;
            border-right: none;
            border-bottom: 0.5px solid #000; }
            .product-area .product-box .product-spec .product-spec-half:last-child {
              border-bottom: none; } }
        .product-area .product-box .product-spec .product-spec-half:last-child {
          border-right: none; }
        .product-area .product-box .product-spec .product-spec-half dl {
          display: flex;
          height: 30px;
          border-bottom: 0.5px solid #000; }
          .product-area .product-box .product-spec .product-spec-half dl:last-child {
            border-bottom: none; }
            @media screen and (max-width: 768px) {
              .product-area .product-box .product-spec .product-spec-half dl:last-child {
                /*border-bottom: 1px solid #000;*/ } }
          .product-area .product-box .product-spec .product-spec-half dl.row2 {
            height: 60px; }
            @media screen and (max-width: 768px) {
              .product-area .product-box .product-spec .product-spec-half dl.row2 {
                height: auto; } }
          @media screen and (max-width: 768px) {
            .product-area .product-box .product-spec .product-spec-half dl {
              height: auto; } }
          .product-area .product-box .product-spec .product-spec-half dl dt {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #deeaf7;
            border-right: 1px solid #000;
            width: 30%;
            font-size: 0.8rem; }
            @media screen and (max-width: 1024px) {
              .product-area .product-box .product-spec .product-spec-half dl dt {
                padding: 5px;
                font-size: 0.7rem; } }
            @media screen and (max-width: 768px) {
              .product-area .product-box .product-spec .product-spec-half dl dt {
                font-size: 0.8rem; } }
          .product-area .product-box .product-spec .product-spec-half dl dd {
            display: flex;
            align-items: center;
            padding-left: 10px;
            width: 70%;
            font-size: 0.7rem; }
            @media screen and (max-width: 1024px) {
              .product-area .product-box .product-spec .product-spec-half dl dd {
                padding: 5px;
                text-align: left;
                font-size: 0.6rem; } }
            @media screen and (max-width: 768px) {
              .product-area .product-box .product-spec .product-spec-half dl dd {
                font-size: 0.7rem; } }
    .product-area .product-box .product-note {
      font-size: 0.8rem; }
    .product-area .product-box .product-btn {
      margin: 50px auto 0; }
      .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-box2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .product-area .product-box2 {
        display: block; } }
    .product-area .product-box2 .product-item {
      width: calc(100% / 2 - 10px);
      background-color: #FFF;
      padding: 50px 20px; }
      @media screen and (max-width: 767px) {
        .product-area .product-box2 .product-item {
          width: 100%;
          margin-top: 30px; } }
      @media (max-width: 413px) {
        .product-area .product-box2 .product-item {
          padding: 50px 15px; } }
      .product-area .product-box2 .product-item .product-text {
        color: #0079c2;
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 15px; }
      .product-area .product-box2 .product-item .product-name {
        font-weight: bold;
        margin-top: 15px; }
      .product-area .product-box2 .product-item .product-spec2 {
        margin: 25px 0 20px;
        border: 1px solid #000; }
        .product-area .product-box2 .product-item .product-spec2 dl {
          display: flex;
          border-bottom: 0.5px solid #000; }
          .product-area .product-box2 .product-item .product-spec2 dl:last-child {
            border-bottom: none; }
          .product-area .product-box2 .product-item .product-spec2 dl dt {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #deeaf7;
            border-right: 1px solid #000;
            width: 30%;
            font-size: 0.8rem;
            padding: 5px 10px; }
          .product-area .product-box2 .product-item .product-spec2 dl dd {
            display: flex;
            align-items: center;
            padding: 5px 10px;
            width: 70%;
            font-size: 0.7rem;
            text-align: left; }
      .product-area .product-box2 .product-item .product-note {
        font-size: 0.8rem;
        text-align: left; }
      .product-area .product-box2 .product-item ul {
        font-size: 0.8rem;
        text-align: left;
        margin-top: 35px; }
        .product-area .product-box2 .product-item ul li {
          position: relative;
          padding-left: 15px; }
          .product-area .product-box2 .product-item ul li:before {
            content: "";
            width: 10px;
            height: 10px;
            background: #2e2624;
            border-radius: 5px;
            position: absolute;
            left: 0px;
            top: 4px; }
      .product-area .product-box2 .product-item .product-btn {
        margin: 50px auto 0; }
        .product-area .product-box2 .product-item .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-box2 .product-item .product-btn .btn-detail a {
              width: 250px;
              grid-template-columns: 1fr 50px; } }
          @media (max-width: 413px) {
            .product-area .product-box2 .product-item .product-btn .btn-detail a {
              width: 230px; } }
          .product-area .product-box2 .product-item .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-box2 .product-item .product-btn .btn-detail a .btn-text {
                padding-left: 50px; } }
          .product-area .product-box2 .product-item .product-btn .btn-detail a .btn-arrow {
            font-size: 24px;
            font-weight: 600; }
            .product-area .product-box2 .product-item .product-btn .btn-detail a .btn-arrow img {
              width: 22px;
              margin-bottom: 5px; }
  .product-area .note {
    margin-top: 15px;
    font-size: 0.9rem;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      .product-area .note {
        width: calc(100% - 80px);
        margin: 15px auto 0; } }
    @media screen and (max-width: 767px) {
      .product-area .note {
        width: calc(100% - 40px);
        margin-bottom: 50px; } }

/*---------------------お問い合わせ------------------------*/
.contact-area .product-btn {
  margin: 100px auto; }
  @media screen and (max-width: 767px) {
    .contact-area .product-btn {
      margin: 0 auto; } }
  .contact-area .product-btn .btn-contact {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      .contact-area .product-btn .btn-contact {
        display: none; } }
    .contact-area .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) {
        .contact-area .product-btn .btn-contact a {
          width: 250px;
          grid-template-columns: 1fr 50px; } }
      .contact-area .product-btn .btn-contact a .btn-text {
        font-size: 17px;
        font-weight: 500;
        padding-left: 70px; }
        @media screen and (max-width: 768px) {
          .contact-area .product-btn .btn-contact a .btn-text {
            padding-left: 50px; } }
      .contact-area .product-btn .btn-contact a .btn-arrow {
        font-size: 24px;
        font-weight: 600; }
        .contact-area .product-btn .btn-contact a .btn-arrow img {
          width: 22px;
          margin-bottom: 5px; }
