<?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">Thanks</span><meta property="url" content="<?php echo e(home_url('/')); ?>/thanks/"><meta property="position" content="2"></span></div>

<div class="page-header">
  <h1 class="page-header__title page-header__title_contact en">Thank you!</h1>
  <h2 class="page-header__sub-title-thanks">送信が完了しました。</h2>
  <p class="page-header__text">ご入力いただいたメールアドレス宛に受付完了メールを配信しております。<br>メールが届かない場合は大変お手数ですが、メールアドレスをご確認のうえ、<br>再度お問い合わせの手続きをお願い致します。</p>
</div>

<div class="page-content page-content_thanks">
  <a class="button button_black button_return" href="<?php echo e(home_url('/')); ?>">トップページに戻る</a>
</div>

<?php $__env->stopSection(); ?>

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