Hello @Shohei Nakata,
The 'ArgumentOutOfRange' exception can happen for a variety of reasons. Since you mentioned you are doing a bulk insert the likely root causes 'may' be:
1. If you have invalid data for e.g. a badly formed/ invalid date.
2. If there is a data type or attribute name mis-match.
3. If you are referencing a value in a list by its index number or attempting to add a value using an index number, and the index number is invalid.
4. If you try to extract a substring that is outside the range of a given string.
Hope that gives you an idea of where to look for a root cause,
Regards,
AJ