  .m-auto-i {
    margin: 0 auto;

  }

  @media screen and (min-width: 768px) {
    .m-auto-i {
      margin: initial;

    }
  }

  /* 以下、/include/assets/css/hibarpump.cssの内容を直接記載。 */
  /* ハイバーポンプTOPページCSS */
  .hibar_mainImg {
    width: 100% !important;
  }

  @media (max-width: 990px) {

    /* KVCSS */
    .hibar_kv_wrap {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .hibar_kv_text {
      font-size: 18px;
    }

    /* OVCSS */
    .hibar_ov {
      padding: 0 15px;
    }

    .hibar_ov_wrap {
      display: grid;
      text-align: center;
      margin: 50px auto 30px;
      row-gap: 30px;
    }

    .hibar_ov_introText {
      order: 2;
      text-align: left;
    }

    .hibar_ov_wrap a {
      width: 50%;
      min-width: 300px;
    }

    .hibar_ov_product {
      display: flex;
      justify-content: center;
      margin: 0 auto 60px;
    }

    /* Youtube埋め込みCSS */
    .yt_wrap {
      text-align: center;
    }

    .yt_wrap iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
      max-width: 600px;
      display: flex;
      margin: 0 auto;
    }

    .yt_head {
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 20px;
    }

    .yt_elm {
      padding: 0 15px;
    }

    /* ハイバーポンプができるまでボタン */
    .manu_btn {
      display: flex;
      justify-content: center;
      margin: 50px 0;
    }

    /* ハイバーポンプの特長・ハイバーポンプを選ぶポイント */
    .row_sp {
      display: grid;
      row-gap: 50px;
    }

    .row_elm {
      margin: 0 auto;
      max-width: 500px;
    }

    .t-center {
      text-align: center;
    }

    /* 業界別利用例 */

    .usage_head {
      font-size: 24px;
    }

    .usage_text {
      display: flex;
      justify-content: center;
      text-align: left;
    }

    .usage_wrap {
      width: 100%;
      max-width: 800px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto;
      row-gap: 24px;
      column-gap: 60px;
    }

    .usage_elm {
      display: block;
      width: 300px;
      text-align: center;
    }

    .usage_img {
      width: 100%;
      height: 210px;
      margin: 0 auto;
      object-fit: cover;
    }

    .usage_title {
      font-size: 20px;
    }

    .usage_btn {
      display: flex;
      justify-content: center;
      margin-top: 50px;
    }

    /* ハイバーポンプ製品一覧・導入・アフターサポート */

    .hibar_btnWrap {
      display: grid;
      margin-top: 100px;
      row-gap: 30px;
      text-align: center;
    }

    .hibar_btn_elm {
      padding: 10px 80px 12px;
    }

    /* footer-content.phpのCSS */

    .hibar_footer {
      padding-top: 0;
    }

    .hibar_footer p {
      font-size: 14px;
      letter-spacing: 2px;
      color: #fff;
    }

    .hibar_footer a {
      letter-spacing: 1px;
      line-height: 1.8;
      color: #a0a0a0;
    }

    .hibar_footer_title_1 {
      margin-bottom: 10px;
    }

    .hibar_footer_title_2 {
      padding-top: 20px;
      margin-bottom: 10px;
      border-top: 2px solid #636363;
    }

    .hibar_footer_list {
      margin-bottom: 20px;
    }
  }

  @media (min-width: 991px) {

    /* KVCSS */
    .hibar_kv_wrap {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .hibar_kv_text {
      font-size: 28px;
    }

    /* OVCSS */
    .hibar_ov {
      padding: 0 50px;
      display: flex;
      justify-content: center;
    }

    .hibar_ov_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 50px;
      margin: 100px 0 50px;
      /* max-width: 1400px; */
      max-width: 1140px;
    }

    .hibar_ov_wrap img {
      max-width: 500px;
    }

    .hibar_ov_introText {
      /* font-size: 24px; */
      font-size: 20px;
    }

    .hibar_ov_product {
      display: flex;
      justify-content: center;
      margin: 0 auto 80px;
    }

    /* Youtube埋め込みCSS */

    .yt_head {
      text-align: center;
      font-size: 32px;
      margin-bottom: 30px;
    }

    /* .yt_elm {
      padding: 0 50px;
    } */

    .yt_wrap iframe {
      width: 100%;
      max-width: 1000px;
      height: auto;
      aspect-ratio: 16 / 9;
      display: flex;
      margin: 0 auto;
    }

    /* ハイバーポンプができるまで */
    .manu_btn {
      display: flex;
      justify-content: center;
      margin: 50px 0;
    }

    /* ハイバーポンプの特長・ハイバーポンプを選ぶポイント */
    .b-none {
      border: none;
    }

    .t-center {
      text-align: center;
    }

    /* 業界別利用例 */
    .usage_wrap {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      row-gap: 24px;
    }

    .usage_wrap::after {
      content: "";
      display: block;
      width: 30%;
    }

    .usage_head {
      text-align: center;
      font-size: 32px;
      margin-bottom: 30px;
    }

    .usage_elm {
      display: block;
      max-width: 240px;
      margin: 0 15px;
      text-align: center;
    }

    .usage_text {
      display: flex;
      justify-content: center;
      text-align: left;
    }

    .usage_img {
      width: 300px;
      margin: 0 auto;
      height: 210px;
      object-fit: cover;
    }

    .usage_wrap h3 {
      font-weight: 500;
    }

    .usage_title {
      font-size: 20px;
      margin-top: 10px;
    }

    .usage_btn {
      display: flex;
      justify-content: center;
      margin-top: 50px;
    }

    /* ハイバーポンプ製品一覧・導入・アフターサポート */

    .hibar_btnWrap {
      display: flex;
      margin: 0 auto;
      max-width: 960px;
      margin-top: 100px;
      justify-content: space-between;
    }

    .hibar_btn_elm {
      font-size: 18px;
      padding: 10px 100px 12px;
    }

    /* footer-content.phpのCSS */

    .hibar_footer {
      padding-top: 10px;
    }

    .hibar_footer p {
      font-size: 16px;
      letter-spacing: 2px;
      color: #fff;
    }

    .hibar_footer a {
      letter-spacing: 1px;
      line-height: 1.8;
      color: #a0a0a0;
    }

    .hibar_footer_wrap {
      display: block;
    }

    .hibar_footer_2 {
      margin-top: 30px;
    }

    .hibar_footer_3 {
      margin-top: 30px;
    }

    .hibar_footer_list {
      width: 100%;
      display: flex;
      column-gap: 60px;
    }

    .hibar_footer_title_1 {
      margin-bottom: 12px;
    }

    .hibar_footer_title_2 {
      margin-bottom: 12px;
    }
  }

  /* ハイバーポンプができるまでCSS */

  /* KV */
  .hibar_manu_kvArea ul {
    display: none;
  }

  .hibar_kv_link {
    pointer-events: none;
  }

  .hibar_kv_wrap2 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  /* KV PC */
  @media (min-width: 991px) {
    .hibar_kv_wrap2 {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .hibar_kv_head {
      white-space: nowrap;
    }
  }

  /* Youtube埋め込み */
  .yt_wrap2 {
    text-align: center;
    padding: 50px 0;
  }

  .yt_wrap2 iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 600px;
    display: flex;
    margin: 0 auto;
  }

  /* Youtube埋め込み PC */
  @media (min-width: 991px) {
    .yt_wrap2 {
      padding-top: 100px;
    }

    .yt_wrap2 iframe {
      width: 100%;
      max-width: 1000px;
      height: auto;
      aspect-ratio: 16 / 9;
      display: flex;
      margin: 0 auto;
    }
  }

  /* 交互セクション */
  .hibar_ov_wrap2 {
    margin: 0 auto;
    padding: 50px 0;
    display: grid;
    text-align: center;
  }

  .hibar_ov_wrap2 a {
    width: 50%;
    min-width: 300px;
  }

  .hibar_ov_text {
    order: 2;
    text-align: left;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .hibar_ov_textWrap {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .hibar_ov_order0 {
    text-align: left;
    order: 1;
  }

  .hibar_ov_order1 {
    text-align: left;
    order: 1;
  }

  .hibar_ov_head2 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 15px;
  }

  .hibar_ov_img {
    width: 100%;
    max-width: 300px;
    min-height: 240px;
    object-fit: cover;
  }

  @media (max-width: 990px) {
    .hibar_ov_img {
      margin-bottom: 20px;
    }
  }

  /* 交互セクション PC */
  @media (min-width: 991px) {
    .hibar_ov_2 {
      padding: 50px 50px 0;
      justify-content: center;
      display: grid;
    }

    .hibar_ov_wrap2 {
      max-width: 1140px;
      justify-content: normal;
      display: flex;
      align-items: center;
      column-gap: 50px;
      margin: 50px 0;
      padding: 0;
    }

    .hibar_ov_img {
      min-width: 480px;
    }

    .hibar_ov_text {
      order: 0;
      max-width: none;
      margin: 0;
    }

    .hibar_ov_textWrap {
      max-width: none;
      margin: 0;
    }

    .hibar_ov_order0 {
      text-align: left;
      order: 0;
    }

    .hibar_ov_order1 {
      text-align: left;
      order: 1;
    }

    .hibar_ov_text2 {
      order: 1;
    }

    .hibar_ov_head2 {
      font-size: 28px;
    }
  }

  /* ハイバーポンプ製品一覧 */
  .hibar_btn2 {
    margin: 50px 0;
    text-align: center;
  }

  /* 24/6/3update */
  /* テスト・デモ機の貸し出しバナー */
  .update_240603_br {
    display: block;
  }

  .update_240603_768_br {
    display: none;
  }

  .update_240902_img {
    top: 50%;
    transform: translateY(-50%);
  }

  @media (max-width:768px) {
    .update_240902_img {
      width: 300px;
    }

    @media (max-width:480px) {
      .update_240902_img {
        width: 200px;
        top: 36%;
      }

      .update_240603_768_br {
        display: block;
      }

      .update_240603_arrow {
        white-space: nowrap;
      }
    }

    .update_240603_768_br {
      display: block;
    }

    .update_240603_arrow {
      white-space: nowrap;
    }
  }

  /* お気軽相談・見積もり依頼にテスト・デモ機のご依頼追加 */

  @media (min-width: 991px) {
    .update_240603_contact_card {
      flex: 0 0 33%;
    }

    .update_240603_contact_card_item {
      padding: 30px 10px;
    }

    .update_240603_contact_card_item_br {
      display: block;
    }
  }

  @media (max-width:990px) {
    .update_240603_contact_wrap {
      justify-content: center;
    }
  }

  @media (max-width:768px) {
    .update_240603_contact_card_item_br {
      display: none;
    }
  }

  .c-cvareaB {
    padding-top: 20px
  }

  @media(max-width: 767px) {
    .c-cvareaB {
      padding-top: 20px
    }
  }

  .c-cvareaB__txt2 {
    margin-top: 1rem;
  }
