<%= render "shared/header" %>

<%= @job.employment_category&.name %>

<%= job_date_and_number(@job) %>

<%= link_to(formated_title(@job), job_path(id: @job.id)) %>

<%= job_images(@job.images, "slider", "slide-item") %> <% if @job.images.size > 1 %> <%= job_images(@job.images, "thumbnail-list", "thumbnail-item") %> <% end %>

<%= link_to "WEBからエントリー", oubo_path(id: @job["id"]) %>

    <% @job.specs.each do |spec| %>
  • <%= spec.name %>
  • <% end %>
<%= sanitize(@job.message.to_s.gsub(/\R/, "
"), tags: %w(br)) %>

<%= link_to "WEBエントリー", oubo_path(id: @job["id"]) %>

雇用形態
<%= @job.employment_category&.name %>
職 種
<%= @job.occupation&.name %>
仕事内容
【業務詳細】
<%= sanitize(@job.work_detail.to_s.gsub(/\R/, "
"), tags: %w(br)) %>

【この業務の大変なところ】
<%= sanitize(@job.work_hard.to_s.gsub(/\R/, "
"), tags: %w(br)) %>

【職場環境】
<%= sanitize(@job.work_environment.to_s.gsub(/\R/, "
"), tags: %w(br)) %>
給与
<% if @job.hope_num.to_i != 1 %>

時給: <% if @job.specs.exists?(id: 359) %> <% if @job.salary_min != @job.salary_max %> <%= @job.salary_min.to_i.to_s(:delimited) %>円 ~ <% end %> <% if @job.salary_max.to_i != 1 %> <%= @job.salary_max.to_i.to_s(:delimited) %>円 <% end %>
<% if @job.salary_min != @job.salary_max %> <%= @job.calculate_salary_min %>円 ~ <% end %> <% if @job.salary_max.to_i != 1 %> <%= @job.calculate_salary_max %>円 <% end %> <% else %> <% if @job.salary_min != @job.salary_max %> <%= @job.salary_min.to_i.to_s(:delimited) %>円 ~ <% end %> <% if @job.salary_max.to_i != 1 %> <%= @job.salary_max.to_i.to_s(:delimited) %>円 <% end %> <% end %>

<% end %> <% if @job.hope_num.to_i != 1 %>

想定月収:<%= @job.salary_month.to_i.to_s(:delimited) %>
(<%= @job.salary_description %>)

<% end %> <% if @job.salary_month_min.to_i != 1 %>

月収:<%= @job.salary_month_min.to_i.to_s(:delimited) %>円 ~ <%= @job.salary_month_max.to_i.to_s(:delimited) %>

年収:<%= @job.min_year.to_i.to_s(:delimited) %>万円 ~ <%= @job.max_year.to_i.to_s(:delimited) %>万円

<% end %>
勤務地
<%= @job.place %>
最寄り
<%= sanitize(@job.access.to_s.gsub(/\R/, "
"), tags: %w(br))%>
勤務時間
<%= sanitize(@job.business_hours.to_s.gsub(/\R/, "
"), tags: %w(br)) %>
休憩時間
<%= sanitize(@job.breaktime.to_s.gsub(/\R/, "
"), tags: %w(br)) %>
所定労働時間
<%= sanitize(@job.worktime.to_s.gsub(/\R/, "
"), tags: %w(br)) %>時間/月
休日・休暇
<%= @job.holidays.map(&:name).join(" ") %>
<%= @job.holiday %>
福利厚生
<%= sanitize(@job.welfare.to_s.gsub(/\R/, "
"), tags: %w(br)) %>
受動喫煙
<%= sanitize(@job.smoking.to_s.gsub(/\R/, "
"), tags: %w(br)) %>
会社情報
<%= @job.company %>

<%= link_to "WEBエントリー", oubo_path(id: @job["id"]) %>

<% if params['areas']&.first %>

<%= area_count_string(params['areas']) %>一覧へ戻る

<% else %>

前のページに戻る

<% end %>
<%= render "shared/footer" %>
ページの先頭へ戻る
<%= render "shared/google_jobs", job: @job %>