Recruitment inquiries

Please enter the required information and press "Confirm".

If you like the following contents, please click "Send".

Mandatory
Mandatory
Mandatory
Mandatory
Mandatory
Mandatory

(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); } }); })();