CONTACT

お問い合わせ

- Contact -

オフィス風景

アインビズ株式会社のWebサイトをご覧いただき、誠にありがとうございます。

IoT・AI技術を活用したビジネス戦略立案、ITソリューション提供、システム開発など、

お客様の多様なご要望に対し、最適なご提案をいたします。

どんな小さなことでも、お気軽にお問い合わせください。

よくあるお問い合わせ内容

  • サービス内容について聞きたい
  • 具体的な課題について相談したい
  • お見積りや料金プランを知りたい
  • 導入事例や実績について聞きたい
  • 業務提携や協業について相談したい
  • その他、ご不明な点・ご要望

お電話でのお問い合わせ

03-4500-0737

(受付時間 / 平日10:00-17:00)

お問い合わせフォーム

以下のフォームに必要事項をご入力ください

ビジネスパートナーをお探しですか?

共に成長し、新しい価値を創造するパートナーを募集しています。ご興味をお持ちいただけましたら、ぜひお問い合わせください。

お問い合わせ

パートナーシップのご相談も承っております

// CTAセクション初期化 - 高優先度 function initializeCTASections() { const ctaSections = document.querySelectorAll(".cta-section"); ctaSections.forEach(function (section) { // CTAセクションの表示を最優先で実行 section.style.display = "flex"; section.style.visibility = "visible"; section.style.opacity = "1"; // アニメーション効果を追加 const ctaContent = section.querySelector(".cta-content"); if (ctaContent) { ctaContent.style.animation = "fadeInUp 0.8s ease-out"; } // ボタンのホバー効果を強化 const ctaButton = section.querySelector(".cta-button"); if (ctaButton) { ctaButton.addEventListener("mouseenter", function () { this.style.transform = "translateY(-3px) scale(1.05)"; }); ctaButton.addEventListener("mouseleave", function () { this.style.transform = "translateY(0) scale(1)"; }); } }); } // CTAセクションを即座に初期化 initializeCTASections(); // DOMContentLoadedでも初期化(念のため) document.addEventListener("DOMContentLoaded", initializeCTASections);