<?php $__env->startSection('content'); ?>
<div class="breadcrumbs en" typeof="BreadcrumbList" vocab="https://schema.org/">
    <!-- Breadcrumb NavXT 6.6.0 -->
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to STUIO STG." href="<?php echo e(home_url('/')); ?>" class="home"><span property="name">HOME</span></a><meta property="position" content="1"></span>・<span property="itemListElement" typeof="ListItem"><span property="name" class="post post-page current-item">Contact</span><meta property="url" content="<?php echo e(home_url('/')); ?>/contact/"><meta property="position" content="2"></span></div>

<div class="page-header">
  <h1 class="page-header__title page-header__title_contact en">Contact</h1>
  <h3 class="page-header__sub-title page-header__sub-title_contact">YouTube・TikTokなどソーシャルメディアのコンテンツ制作／アカウント運用・コンサルティングをご検討されている企業様は<br>以下のフォームよりご相談ください。BitStar運営より、ご連絡をさせていただきます。
</h3>
  <h3 class="page-header__sub-title page-header__sub-title_contact-sp">お問い合わせ</h3>
</div>

<div class="contact-wrap" id="contact">
  <?php the_content(); ?>
</div>

<script>
  document.addEventListener( 'wpcf7mailsent', function( event ) {
    location = '/thanks/';
  }, false );

  function getCookie(name) {
    let matches = document.cookie.match(new RegExp(
      "(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"
    ));
    return matches ? decodeURIComponent(matches[1]) : 'なし';
  }

  const lpUrlForm = document.getElementById('lp-url-form');

  if (lpUrlForm !== null) {
    lpUrlForm.value = getCookie('lp_url');
  }
</script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>