採用のお問い合わせ RECRUIT

必要事項をご入力の上「確認画面へ」を押してください。

以下の内容でよろしければ「送信する」を押してください。

必須
必須
必須
必須
必須
必須

(function() { window.addEventListener('load', function() { const isPreview = Boolean(document.querySelector('.mw_wp_form_preview')); if (!isPreview) { const category = document.getElementById('category'); // select const othersRow = category.parentElement.parentElement.nextElementSibling; // tr function toggleOthersRow() { if (category.selectedIndex === 8) { othersRow.classList.remove('d-none'); } else { othersRow.classList.add('d-none'); } } toggleOthersRow(); category.addEventListener('change', toggleOthersRow, false); } }); })();