templates/pages/entry/_hero.html.twig line 1

Open in your IDE?
  1. <section class="pg_entry_hero">
  2.   <div class="pg_entry_job_main-title">
  3.     {% include "components/common/_main-title.html.twig" with {
  4.     title: '富士キッチンで働く',
  5.     text: '-JOB-',
  6.     class: 'c-main-title',
  7.     }%}
  8.   </div>
  9.   <div class="pg_entry_hero_img">
  10.     <img src="{{ asset('build/images/entry/sp_hero.jpg') }}" alt="" class="sp-style">
  11.     <img src="{{ asset('build/images/entry/hero.jpg') }}" alt="" class="pc-style">
  12.   </div>
  13.   <div class="pg_entry_hero_text-area">
  14.     <div class="pg_entry_hero_title">
  15.       {% include "components/common/_section-title.html.twig" with {
  16.       title: '”食”を楽しくするために、<br>多彩なジャンルで自分らしく働く。',
  17.       class: 'c-section-title',
  18.       }%}
  19.     </div>
  20.     <p class="pg_entry_hero_text">
  21.       私たちは、”食”にまつわる多彩なビジネスを展開しています。<br>
  22.       地元小田原の新鮮な魚介類を使った海鮮問屋ふじ丸と回転寿司ふじ丸。<br>
  23.       黒毛和牛をお値打ち価格で味わえる焼肉 快。<br>
  24.       炭火で焼き上げた国産鶏が自慢の焼鳥 快。<br>
  25.       仕出しのふじきっちん。<br>
  26.       5つの飲食店ブランドの他に、EC事業と自社農場の経営を行っています。あなたの興味に合わせて、活躍の場を用意しています。
  27.     </p>
  28.   </div>
  29. </section>