応募フォーム

<div class="container" id="others">
            <ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
                <!-- 1つめ -->
                <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                    <a itemprop="item" href="index.html">
                        <span itemprop="name">Home</span>
                    </a>
                    <meta itemprop="position" content="1" />
                </li>

                <!-- 2つめ -->
                <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                    <a itemprop="item" href="blog.html">
                        <span itemprop="name">Recruit</span>
                    </a>
                    <meta itemprop="position" content="2" />
                </li>

                <!-- 3つめ -->
                <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                    <a itemprop="item" href="blog.html">
                        <span itemprop="name">Entry Form</span>
                    </a>
                    <meta itemprop="position" content="2" />
                </li>
            </ol>

            <section class="entry_form">
                <h2>Entry Form<span>エントリーフォーム</span></h2>
                <p class="komoji">情報の入力を下記の欄にお願いいたします。</p>
                <div>
                    <form action="sample.cgi" method="post">
                        <table>
                            <tbody>
                                <tr>
                                    <th>応募職種</th>
                                    <td><select name="occupation" id="">
                                            <option>ここから選択してください</option>
                                            <option value="eigyou">営業</option>
                                            <option value="ippannjimu">一般事務</option>
                                            <option value="itsupportjimu">ITサポート事務</option>
                                            <option value="programer">プログラマー</option>
                                        </select></td>
                                </tr>
                                <tr>
                                    <th><label for="name" required>お名前(漢字)<span class="required">※必須</span></label></th>
                                    <td><input type="text" name="name" id="name" placeholder="例:山田太郎"></td>
                                </tr>
                                <tr>
                                    <th><label for="name" required>お名前(かな)<span class="required">※必須</span></label></th>
                                    </th>
                                    <td><input type="text" name="name" id="name" placeholder="例:やまだたろう"></td>
                                </tr>
                                <tr>
                                    <th><label for="mail">メールアドレス<span class="required">※必須</span></label></th>
                                    <td><input type="email" name="email" id="email"></td>
                                </tr>
                                <tr>
                                    <th><label for="tel">電話番号</label></th>
                                    <td><input type="tel" name="tel" id="tel"></td>
                                </tr>
                                <tr>
                                    <th><label for="reason" required>転職理由・志望動機<br><span
                                                class="required">※必須</span></label>
                                    </th>
                                    <td><textarea name="reason" id="reason" cols="93" rows="10"
                                            placeholder="こちらにご記入をお願いいたします。"></textarea></td>
                                </tr>
                                <tr>
                                    <th><label for="file">履歴書・職務経歴書・<br>ハローワーク紹介状<br>(あればポートフォリオ/制作物)</label></th>
                                    <td><textarea name="file" id="file" cols="93" rows="5"></textarea>
                                        <p>履歴書(顔写真付き)、職務経歴書、ポートフォリオまたは制作物の添付をお願いいたします。<br>提出には、外部オンラインストレージサービス(firestorage、ギガファイル便
                                            等)をご利用ください。<br>制作物をネット上に公開している場合、制作物のURLをご入力いただいても問題ございません。</p>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                        <div class="submit">
                            <input type="submit" value="入力内容を送信する"><img src="image/migi.png" /*width="51" height="51"*/
                                alt="右矢印">
                        </div>
                    </form>
                </div>
            </section>
        </div>