DXシステム簡易診断申し込みフォーム

お申し込みありがとうございます。


貴社のDX推進・システム導入・活用における、組織、施策、活動等、課題の傾向を分析し、成果向上に向けた改善ポイントをまとめた「診断レポート」をご提供します。

該当する箇所のチェックボックスを選択しチェックを入れてください。 *複数の項目を選択することができます。

最後にお客様情報をご入力の上、プライバシーポリシーをご確認いただき 「同意して確認画面へ」ボタンより送信画面にお進みください。

目的・目標 ①:企業としてのDX化に向けた戦略・計画を策定している。
②:①について、定量的な目標を定めている。
③:部門単位でのDX化計画を策定している。
④:③について、定量的な目標を定めている。
⑤:目的・目標達成に向けた取り組み状況の把握、課題抽出〜改善策の立案・実行が出来ている。
推進組織・体制 ⑥:経営幹部を筆頭に、DXに取り組む組織・体制を構築している。
⑦:DX専任の部門を設置している。
⑧:プロジェクトとしてDXに取り組んでいる(プロジェクトメンバーは兼務でプロジェクトに参加)。
⑨:⑦または、⑧の組織・体制は、経営幹部、部門責任者、現場スタッフ等、業務に関わる(または経験のある)メンバーも含めている。
⑩:DX推進組織・体制の役割・ミッションが明確に定義されている。
デジタル活用 ⑪:経営判断に必要な情報をスムーズに閲覧・入手できる仕組みがある。
⑫:在宅勤務等、リモートワーク環境が整っており、7割以上の社員がリモートワークを実施している。
⑬:スタッフの勤務状況、活動状況を把握出来る仕組みがある。
⑭:システム・ツールの活用状況を把握し、活用が不十分な場合、課題抽出〜改善策の立案・実行が出来ている。
⑮:業務課題について、ノーコード・ローコード開発ツールを活用し、社内で解決出来る。
デジタル人材育成 ⑯:今後必要となる、デジタル人材(DXの推進や、デジタル活用が出来る人材)について、定義や、採用・育成計画を策定している。
⑰:デジタル人材のキャリアパスを策定している。
⑱:デジタル人材の評価指標を策定している。
⑲:デジタル人材の採用・育成に取り組んでいる。
⑳:全スタッフ対象のIT活用に関する教育・育成カリキュラムがある。
効果 ㉑:戦略・計画通りDX化が進んでいる。
㉒:DX化の目的・目標を達成出来ている。
㉓:リモートワークでも支障なく業務進められている。
㉔:業務効率化の効果が出ている(感じている)。
㉕:生産性が向上している。
会社名
部署名
氏名
電話番号
メールアドレス
業種
住所
/* =================================== 基本設定 =================================== */ html{ overflow-y:scroll; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; font-weight: normal; font-style: normal; } li { list-style: none; } /* =================================== 共通 =================================== */ h1 { display: flex; justify-content: center; align-items: center; width: 500px; height: 15px; background-color: #253F82; border-radius: 5px; padding: 20px; margin: 0; color: white; } /* フォント */ body { font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'MS Pゴシック', 'Hiragino Kaku Gothic ProN', sans-serif; } select,input,button,textarea { font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'MS Pゴシック', 'Hiragino Kaku Gothic ProN', sans-serif; } /* =================================== 画面全体のレイアウト =================================== */ /* 画面全体の表示設定 */ body { background:WhiteSmoke; /* 背景色 */ text-align:center; /* フォームエリアを中央に表示 */ } /* フォームエリア全体の設定 */ div.container { background:white; /* 背景色 */ border:Gainsboro 2px solid; border-top:none; /* 外枠のラインの色と太さ */ font-size:14px; /* フォントの初期サイズ */ color:#333; /* フォントの初期カラー */ margin:0 auto; /* 画面の中央に表示 */ text-align:left; /* 左寄せ */ max-width:960px; /* 画面の横幅 */ width: 100%; background: transparent; border: 0; } /* =================================== 設問エリアのレイアウト =================================== */ /* 設問エリア全体の設定 */ div.wrapper { /* width:940px; 画面の横幅 */ margin:0 auto; /* 中央に表示 */ background:white; width: 100%; padding: 30px 30px 10px; } /* 設問の表 */ table.items { /* border:display none; */ width: 100%; border: 0; } /* 設問の行 */ tr.item { display: flex; border-width: 0 0 1px; border-style: dashed; border-color: #bcbcbc; } /* 必要であれば行のデザインを設定することができます */ table tr:first-child{ border-width: 1px 0; } /*設問名のセルのデザイン */ td.label { /* float:left; */ /* width:920px; 実際の設問名の文字の長さに合わせて調整してください */ /* padding:0px 0px 0px 8px; color:black; */ flex: 0 0 auto; padding: 15px 0; font-size:15px; width: 14em; border: 0 !important; /* border-left:Green 4px solid; background:display:none; border:0px ; */ } /* 設問の入力セルおよび表示セルのデザイン */ td.value { flex: 1 1 auto; padding: 15px; width: 100%; border: 0 !important; } /* 設問の入力例/説明セルのデザイン */ td.comment { display:none; } /* 入力セルの「氏」「名」の文字のデザイン */ span.label_name { padding-right:5px; font-size:85%; font-weight:bold; color:DarkSlateGray; } /* 入力確認画面、完了画面の入力された文字のデザイン */ p.value { font-size:110%; border:0px !important; } /* ボタンの表示エリアの設定 */ div.button_area { /* width:940px; */ width: 100%; /* margin:10px auto 10px auto; 中央に表示、上下に10pxの余白 */ margin: 0 !important; /* background:MintCream; */ /* padding:10px 0 10px 0; ボタンとの上下の隙間のサイズ */ padding: 0 0 30px; text-align:center; /* 中央にボタンを表示 */ background-color: #fff !important; } .privacy_policy{ padding: 0 15px 30px; background-color: #fff; } /* 入力エラーメッセージのデザイン */ div.message { padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */ margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */ font-size:14px; font-weight:bold; color:Green; background:MintCream; } /* 公開終了メッセージのデザイン */ div.finished-message { padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */ margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */ font-size:14px; font-weight:bold; color:Crimson; background:MistyRose; } /* =================================== 入力コントロールのデザイン =================================== */ /* 確認/送信/戻る/登録ボタン */ input[type=button] { display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 270px; height: 60px; font-size: 16px; font-weight: 400; border: 0; color: #fff; background: #263f82; border-radius: 5px; box-shadow: none; cursor: pointer; transition: 0.3s ease; } input[type=button]:hover { opacity: 0.6; /* cursor: pointer; */ } /* 入力中のフィールドの背景色 */ /* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */ input[type="text"]:focus { background-color:MintCream; } /* テキストボックス */ select:focus { background-color:MintCream; } /* プルダウン */ textarea:focus { background-color:MintCream; } /* テキストエリア */ input[type="text"], input[type="password"], textarea, select{ margin: 0 0 10px; padding: 10px; background-color: #f8f8f8; border-width: 1px; border-style: solid; border-color: #e6e6e6; border-radius: 3px; } /* =================================== 必須項目のマークおよびメッセージなど =================================== */ span.required { float:right; /* margin-right:4px; font-size:60%; font-weight:bold; color:OrangeRed; */ display: flex; justify-content: center; align-items: center; width: 50px; height: 20px; font-size: 10px; font-weight: 400; color: #fff; background-color: #eb5656; } span.required:after { /* ここを編集することで表示されるマークを変更できます */ content:"必須"; } /* 必須項目についての説明文 */ p.required_msg { text-align:center; margin-right:4px; font-size:120%; font-weight:bold; color:Red; } p.required_msg:after { /* ここを編集することで表示されるマークを変更できます */ content:"「必須」となっている項目は必ず入力してください。"; } /* メールアドレスの再入力メッセージ */ p.label_mail { margin:5px 0 3px 0; font-size:14px; color:Green; } p.label_mail:after { /* ここを編集することで表示されるメッセージを変更できます */ content:"確認のため、もう一度メールアドレスを入力してください"; } /* =================================== スマートフォン表示用のレイアウト =================================== */ /* スマートフォンとして認識する画面の横幅のサイズ */ @media screen and ( max-width:650px ) { /* フォームエリア全体の設定 */ div.container { width: 100%; } /* 設問エリア全体の設定 */ div.wrapper { padding: 15px; width: 100%; } /* 設問の行 */ tr.item { flex-direction: column; } /* 必要であれば行のデザインを設定することができます */ /*設問名のセルのデザイン */ td.label { /*width: 95%; height: 25px; padding-top:10px; */ display: flex; align-items: center; margin: 0 0 5px; padding: 15px 0 5px; height: auto; width: 100%; font-size: 14px; } span.label_name{ font-size: 14px; } /* 必須項目のマーク */ span.required { /* float:initial; margin-left: 10px; */ } .required_msg::after { font-size: 12px; } p.label_mail{ font-size: 12px; } /* 設問の入力セルおよび表示セルのデザイン */ td.value { /* width: 95%; 入力コントロールの幅に合わせて調整してください */ /* padding-bottom: 0px; */ padding: 0 0 15px; width: 100%; background: transparent; border: 0; } /* 設問の入力例/説明セルのデザイン */ td.comment { display:none; } /* 設問の入力例/テキストボックス */ input[type="text"]{ font-size: 120%; width: 95% !important; } /* 設問の入力例/テキストエリア */ textarea { width: 50%; height: 100px; } /* ボタンの表示エリアの設定 */ div.button_area { /* width: 95%; */ } .privacy_policy{ font-size: 12px; text-align: left; } } div.button_area{ display: flex; justify-content: center; align-items: center; padding: 15px !important; } div.button_area input[type=button]{ margin: 0 10px !important; } div.footer-image-box { text-align: center; margin-top: 15px; margin-bottom: 18px; }
プライバシーポリシーに同意の上、送信してください。

同意して送信すると、Cookieにより当社のWebサイト上における閲覧履歴と個人情報を紐付けて把握、分析する場合があります。
© 2023 株式会社大崎コンピュータエンヂニアリング