templates/base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <!-- Global site tag (gtag.js) - Google Analytics -->
  5.     <script async src="https://www.googletagmanager.com/gtag/js?id=G-C9K47Z80C1"></script>
  6.     <script>
  7.       window.dataLayer = window.dataLayer || [];
  8.       function gtag() {
  9.         dataLayer.push(arguments);
  10.       }
  11.       gtag('js', new Date());
  12.       gtag('config', 'G-C9K47Z80C1');
  13.     </script>
  14.     <meta charset="UTF-8">
  15.     <title>
  16.       {% block title %}神奈川県相模原市・厚木市の注文住宅・分譲住宅|アオイ建設株式会社{% endblock %}
  17.     </title>
  18.     <meta property="og:title" content="{% block meta_og_title %}神奈川県相模原市・厚木市の注文住宅・分譲住宅|アオイ建設株式会社{% endblock %}">
  19.     <meta name="description" content="{% block meta_description %}アオイ建設株式会社は神奈川県相模原市・厚木市・大和市・町田市を中心にデザイン性の高い分譲住宅や注文住宅を自由設計ながらも価格を抑えたハイクオリティでローコストな住宅です。不動産、土地からお探しの方、建て替え・新築一戸建てなどを検討中の方はご相談ください。{% endblock %}">
  20.     <meta property="og:description" content="{% block meta_og_description %}アオイ建設株式会社は神奈川県相模原市・厚木市・大和市・町田市を中心にデザイン性の高い分譲住宅や注文住宅を自由設計ながらも価格を抑えたハイクオリティでローコストな住宅です。不動産、土地からお探しの方、建て替え・新築一戸建てなどを検討中の方はご相談ください。{% endblock %}">
  21.     <meta property="og:url" content="{% block meta_og_siteurl %}{{ app.request.uri }}{% endblock %}">
  22.     <meta property="og:site_name" content="神奈川県相模原市・厚木市の注文住宅・分譲住宅|アオイ建設株式会社">
  23.     <meta property="og:locale" content="ja_JP">
  24.     <meta property="og:type" content="website">
  25.     <meta name="twitter:card" content="summary_large_image"/>
  26.     <meta name="twitter:title" content="{% block meta_twitter_title %}神奈川県相模原市・厚木市の注文住宅・分譲住宅|アオイ建設株式会社{% endblock %}">
  27.     {% block meta_og_image %}
  28.       <meta property="og:image" content="{{ absolute_url('/ogp.png')}}">
  29.       <meta property="og:image:alt" content="OG-Image-Alt">
  30.       <meta property="og:image:width" content="1200">
  31.       <meta property="og:image:height" content="630">
  32.     {% endblock %}
  33.     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  34.     <link rel="preconnect" href="https://fonts.googleapis.com">
  35.     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  36.     <link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,500;0,700;1,700&family=Noto+Sans+JP:wght@300;500&display=swap" rel="stylesheet">
  37.     {% block stylesheets %}
  38.       {{ encore_entry_link_tags('app') }}
  39.     {% endblock %}
  40.     {% block javascripts %}
  41.       {{ encore_entry_script_tags('app') }}
  42.     {% endblock %}
  43.     {% block extraHeader %}{% endblock %}
  44.     <meta
  45.     name="google-site-verification" content="65rqYfDuKu6ac81k18sFyHRLU9JLpsJbwJPP3vteMR4"/>
  46.     <!-- Google Tag Manager -->
  47.     <script>
  48.       (function (w, d, s, l, i) {
  49.         w[l] = w[l] || [];
  50.         w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'});
  51.         var f = d.getElementsByTagName(s)[0],
  52.           j = d.createElement(s),
  53.           dl = l != 'dataLayer' ? '&l=' + l : '';
  54.         j.async = true;
  55.         j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  56.         f.parentNode.insertBefore(j, f);
  57.       })(window, document, 'script', 'dataLayer', 'GTM-5SP55TN');
  58.     </script>
  59.     <!-- End Google Tag Manager -->
  60.   </head>
  61.   <body>
  62.     <!-- Google Tag Manager (noscript) -->
  63.     <noscript>
  64.       <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5SP55TN" height="0" width="0" style="display:none;visibility:hidden"></iframe>
  65.     </noscript>
  66.     <!-- End Google Tag Manager (noscript) -->
  67.     <header>
  68.       <div class="js-menu-toggle header__menu">
  69.         <div class="headerMenuContainer">
  70.           <div class="headerMenuContainer__item">
  71.             <div>
  72.               <a href="{{ path('company_index') }}" class="menu_link">会社概要</a>
  73.               <a href="{{ path('business_index') }}" class="menu_link">事業内容</a>
  74.               <a href="{{ path('news_index') }}" class="menu_link">お知らせ</a>
  75.               <a href="{{ path('blog_index') }}" class="menu_link">ブログ</a>
  76.             </div>
  77.           </div>
  78.           <nav class="headerMenuContainer__navigation">
  79.          <a href="https://home.aoi-cnst.co.jp/" target="_blank">
  80.            <picture>
  81.              <source srcset="{{ asset('build/images/common/button_aoi_home.png') }}" media="(min-width: 429px)"/>
  82.              <img alt="アオイの注文住宅" src="{{ asset('build/images/common/button_aoi_home_sp.png') }}" width="適切な幅" height="適切な高さ" loading="lazy" />
  83.            </picture>
  84.           </a>
  85.           <a href="https://style.aoi-cnst.co.jp/" target="_blank">
  86.               <picture class=""> <source srcset="{{ asset('build/images/common/button_aoi_style.png') }}" media="(min-width: 429px)"/> <img class="" alt="アオイの分譲住宅" src="{{ asset('build/images/common/button_aoi_style_sp.png') }}" width=""   height="" loading="" /></picture>
  87.           </a>
  88.           <a href="https://style.aoi-cnst.co.jp/broker_login" target="_blank">
  89.               <picture class=""> <source srcset="{{ asset('build/images/common/button_aoi_style_broker.png') }}" media="(min-width: 429px)"/> <img class="" alt="仲介業者さま専用サイト" src="{{ asset('build/images/common/button_aoi_style_broker_sp.png') }}" width=""   height="" loading="" /></picture>
  90.           </a>
  91.             <a href="https://recruit.aoi-cnst.co.jp/" target="_blank">
  92.               <picture class=""> <source srcset="{{ asset('build/images/common/button_aoi_recruit.png') }}" media="(min-width: 429px)"/> <img class="" alt="採用サイト" src="{{ asset('build/images/common/button_aoi_recruit_sp.png') }}" width=""   height="" loading="" /></picture>
  93.             </a>
  94.         </nav>
  95.           <div class="headerMenuContainer__contact">
  96.             <h3>アオイ建設株式会社</h3>
  97.             <p>〒252-0311<br>神奈川県相模原市南区東林間3-7-5</p>
  98.             <p>受付時間 9:00-18:00[火・水曜定休]</p>
  99.             <span>0120-140-639</span>
  100.             <a href="{{ path('contact_index') }}" class="button_nomal">お問い合わせ<span></span>
  101.             </a>
  102.           </div>
  103.         </div>
  104.       </div>
  105.       <div class="recruit_entry js-recruit-open js-recruit-close">
  106.         <h1>ENTRY</h1>
  107.         <div class="recruitEntryContainer">
  108.           <a href="https://job.rikunabi.com/2024/company/r509832060/" target="_blank" rel="noopener noreferrer" class="color_lightBlue">
  109.             <img src="{{ asset('build/images/common/rikunavi_logo.png') }}" alt="ロゴ">
  110.             <span class="triangle"></span>
  111.           </a>
  112.           <a href="https://job.mynavi.jp/24/pc/search/corp243964/outline.html
  113.           " target="_blank" rel="noopener noreferrer" class="color_blue">
  114.             <img src="{{ asset('build/images/common/mynavi_logo.png') }}" alt="ロゴ">
  115.             <span class="triangle"></span>
  116.           </a>
  117.         </div>
  118.         <button class="js-recruit-close">
  119.           <span class="line01"></span>
  120.           <span class="line02"></span>
  121.         </button>
  122.       </div>
  123.       <div class="instagram_popup js-inst-open js-inst-close">
  124.         <h3>Instagram</h3>
  125.         <div class="popupContainer">
  126.           <a href="https://www.instagram.com/aoi_house.u" target="_blank" rel="noopener noreferrer">
  127.             <img src="{{ asset('build/images/common/logo_home.png') }}" alt="注文住宅">
  128.             <span class="inst_id">@aoi_house.u</span>
  129.             <span class="triangle"></span>
  130.           </a>
  131.           <a href="https://www.instagram.com/aoi_house.t" target="_blank" rel="noopener noreferrer">
  132.             <img src="{{ asset('build/images/common/logo_style.png') }}" alt="分譲住宅">
  133.             <span class="inst_id">@aoi_house.t</span>
  134.             <span class="triangle"></span>
  135.           </a>
  136.         </div>
  137.         <button class="js-inst-close">
  138.           <span class="line01"></span>
  139.           <span class="line02"></span>
  140.         </button>
  141.       </div>
  142.       <div class="header__wrapper">
  143.         <div class="header__leftContainer">
  144.           <a href="/">
  145.             <img src="{{ asset('build/images/common/logo02.png') }}" alt="ロゴ">
  146.           </a>
  147.           <span>神奈川県相模原市の不動産<br>アオイ建設株式会社</span>
  148.         </div>
  149.         <div class="header__rightContainer">
  150.           <a class="header__button" target="_blank" href="https://home.aoi-cnst.co.jp/">
  151.             <img src="{{ asset('build/images/common/button_header_home_aoi.png') }}" alt="注文住宅サイト">
  152.           </a>
  153.           <a class="header__button" target="_blank" href="https://style.aoi-cnst.co.jp/">
  154.             <img src="{{ asset('build/images/common/button_header_style_aoi.png') }}" alt="分譲住宅サイト">
  155.           </a>
  156.           <a class="header__button" target="_blank" href="https://recruit.aoi-cnst.co.jp/">
  157.             <img src="{{ asset('build/images/common/button_header_recruit_aoi.png') }}" alt="採用サイト">
  158.           </a>
  159.           <a href="https://www.instagram.com/aoi_house.u/" target="_blank" rel="noopener noreferrer" class="sp__sns sp__sns--instagram"></a>
  160.           <a href="{{ path('contact_index') }}" class="sp__sns sp__sns--mail"></a>
  161.           {# <a href=""  class="sp__sns sp__sns--line"></a> #}
  162.           <button class="js-hamburger-toggle hamburgerToggle">
  163.             <span class="number__01"></span>
  164.             <span class="number__02"></span>
  165.             <span class="number__03"></span>
  166.           </button>
  167.         </div>
  168.       </div>
  169.     </header>
  170.     <div class="spFixedMenu">
  171.       <a href="tel:0120140639" class="entry_spButton color__black">
  172.         <img src="{{ asset('build/images/common/icon_phone.png') }}" alt="ロゴ">
  173.         電話する
  174.       </a>
  175.       <a href="https://home.aoi-cnst.co.jp/" target="_blank" class="entry_logoButton">
  176.         <img src="{{ asset('build/images/common/logo_home_02.png') }}" alt="注文住宅サイト">
  177.         <span>注文住宅サイト</span>
  178.       </a>
  179.       <a href="https://style.aoi-cnst.co.jp" target="_blank" class="entry_logoButton">
  180.         <img src="{{ asset('build/images/common/logo_style_02.png') }}" alt="分譲住宅サイト">
  181.         <span>分譲住宅サイト</span>
  182.       </a>
  183.     </div>
  184.     {% block body %}{% endblock %}
  185.     <footer>
  186.       <div class="footerContainer">
  187.         <div class="footerContainer__top">
  188.           <div class="footerContainerTop__left">
  189.             <a href="/">
  190.               <img src="{{ asset('build/images/common/logo02.png') }}" alt="ロゴ">
  191.             </a>
  192.             <div class="footerContainerLeft__sns">
  193.               <a href="https://www.instagram.com/aoi_house.u/" target="_blank" rel="noopener noreferrer" class="footer_sns">
  194.                 <img src="{{ asset('build/images/common/icon_instagram.png') }}" alt="ロゴ">
  195.               </a>
  196.               <a href="{{ path('contact_index') }}" class="footer_sns">
  197.                 <img src="{{ asset('build/images/common/icon_mail.png') }}" alt="ロゴ">
  198.               </a>
  199.             </div>
  200.           </div>
  201.           <div class="footerContainer__bottom">
  202.             <div class="footerContainerBottom__item">
  203.               <a href="/">TOP</a>
  204.               <a href="{{ path('company_index') }}">会社概要</a>
  205.             </div>
  206.             <div class="footerContainerBottom__item">
  207.               <a href="{{ path('business_index') }}">事業内容</a>
  208.               <a href="{{ path('news_index') }}">お知らせ</a>
  209.             </div>
  210.             <div class="footerContainerBottom__item">
  211.               <a href="{{ path('blog_index') }}">ブログ</a>
  212.               <a href="{{ path('privacy_index') }}">個人情報保護方針</a>
  213.             </div>
  214.           </div>
  215.         </div>
  216.         <nav class="footerContainer__navigation">
  217.           <a href="https://home.aoi-cnst.co.jp/" target="_blank">
  218.             <picture class=""> <source srcset="{{ asset('build/images/common/button_aoi_home_footer.png') }}" media="(min-width: 429px)"/> <img class="" alt="アオイの注文住宅" src="{{ asset('build/images/common/button_aoi_home_sp.png') }}" width=""   height="" loading="" /></picture>
  219.           </a>
  220.           <a href="https://style.aoi-cnst.co.jp/" target="_blank">
  221.               <picture class=""> <source srcset="{{ asset('build/images/common/button_aoi_style_footer.png') }}" media="(min-width: 429px)"/> <img class="" alt="アオイの分譲住宅" src="{{ asset('build/images/common/button_aoi_style_sp.png') }}" width=""   height="" loading="" /></picture>
  222.           </a>
  223.           <a href="https://style.aoi-cnst.co.jp/broker_login" target="_blank">
  224.               <picture class=""> <source srcset="{{ asset('build/images/common/button_aoi_style_broker_footer.png') }}" media="(min-width: 429px)"/> <img class="" alt="仲介業者さま専用サイト" src="{{ asset('build/images/common/button_aoi_style_broker_sp.png') }}" width=""   height="" loading="" /></picture>
  225.           </a>
  226.           <a href="https://recruit.aoi-cnst.co.jp/" target="_blank">
  227.             <picture class=""> <source srcset="{{ asset('build/images/common/button_aoi_recruit_footer.png') }}" media="(min-width: 429px)"/> <img class="" alt="採用サイト" src="{{ asset('build/images/common/button_aoi_recruit_sp.png') }}" width=""   height="" loading="" /></picture>
  228.           </a>
  229.         </nav>
  230.       </div>
  231.       <div class="footerBottom">
  232.         <div class="footerBottomContainer">
  233.           <div class="footerBottomContainer__left">
  234.             アオイ建設株式会社
  235.             <span>〒252-0311 神奈川県相模原市南区東林間3-7-5</span>
  236.             <h3>0120-140-639</h3>
  237.             <span>受付時間 : 9:00〜18:00[火・水曜定休]</span>
  238.           </div>
  239.           <div class="footerBottomContainer__right">
  240.             <div class="footerBottomContainerLinks">
  241.               <a href="{{ path('after_support_index') }}" class="button_arrow_right button_arrow_right--light-blue footerBottomContainerLinks__item">
  242.                 <div class="button_arrow_right__row">
  243.                   <strong class="button_arrow_right__label-main">アフターサポート窓口</strong>
  244.                   <div class="button_arrow_right__label-sub">修理・メンテナンスはこちら</div>
  245.                 </div>
  246.                 <span class="button_arrow_right__icon"></span>
  247.               </a>
  248.               <a href="{{ path('contact_index') }}" class="button_arrow_right button_arrow_right footerBottomContainerLinks__item"><strong class="button_arrow_right__label-main">お問い合わせ</strong><span class="button_arrow_right__icon"></span>
  249.               </a>
  250.             </div>
  251.             <span>© 2024 AOI Construction Inc.</span>
  252.           </div>
  253.         </div>
  254.       </div>
  255.     </footer>
  256.     {# Pardot tracking #}
  257.     <script type="text/javascript">
  258.       piAId = '955863';
  259.       piCId = '2573';
  260.       piHostname = 'pi.pardot.com';
  261.       (function () {
  262.         function async_load() {
  263.           var s = document.createElement('script');
  264.           s.type = 'text/javascript';
  265.           s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
  266.           var c = document.getElementsByTagName('script')[0];
  267.           c.parentNode.insertBefore(s, c);
  268.         }
  269.         if (window.attachEvent) {
  270.           window.attachEvent('onload', async_load);
  271.         } else {
  272.           window.addEventListener('load', async_load, false);
  273.         }
  274.       })();
  275.     </script>
  276.   </body>
  277. </html>