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

Open in your IDE?
  1. <section class="pg_company_hero">
  2.   <div class="pg_company_hero_text-area">
  3.     {% include "components/common/_content-title.html.twig" with {
  4.     title:'COMPANY',
  5.     japan :'会社概要',
  6.     class:'c-content-title',
  7.     }%}
  8.     <p class="pg_company_hero_text">
  9.       株式会社平塚富士キッチンは平塚市<br class="pc-style">
  10.       から始まり、2027年には創業50年を<br class="pc-style">
  11.       迎えます。現在は小田原、平塚エリア<br class="pc-style">
  12.       を中心に飲食店、EC事業、自社農園<br class="pc-style">
  13.       の経営を行っています。
  14.     </p>
  15.   </div>
  16.   <div class="pg_company_hero_img"></div>
  17. </section>