templates/pages/index/_recruit.html.twig line 1

Open in your IDE?
  1. <section class="pg_index_recruit">
  2.   <div class="pg_index_recruit_inner">
  3.     {% include "components/common/_content-title.html.twig" with {
  4.     title:'RECRUIT',
  5.     japan :'採用情報',
  6.     class:'c-content-title',
  7.     }%}
  8.     <p class="pg_index_recruit_text">
  9.       共に喜び、共に成長する。<br>私たちと一緒に食の未来を築きあげませんか?
  10.     </p>
  11.     <div class="pg_index_recruit_button">
  12.       {% include "components/common/_button.html.twig" with {
  13.       text: '採用サイトへ',
  14.       src: 'build/images/common/icon-link.svg',
  15.       href: ('https://recruit.fujikitchen.com/'),
  16.       width: '14',
  17.       height: '14',
  18.       class: 'c-white-border-button',
  19.       }%}
  20.     </div>
  21.   </div>
  22. </section>