CONTACT

お仕事の依頼、制作実績に関する質問など、QA/THINKRについてより詳しく知りたい方は、以下のフォームよりご連絡ください。後ほど担当者より、返信をさせて頂きます。 また、メール (info@thinkr.jp) でも承っております。

名前 *

フリガナ *

会社名

メールアドレス *

確認用メールアドレス *

電話番号 *

具体的なご要望など *

(() => { //多重送信を防止 const sendButton = document.querySelector("[type=submit]"); if (sendButton === null) return false; sendButton.addEventListener("click", (e) => { // sendButton.setAttribute("disabled", ""); sendButton.style.pointerEvents = "none"; }); })();