<?php $__env->startSection('content'); ?>
<?php if(strstr($_SERVER['REQUEST_URI'], 'biz-request')): ?>
  <div class="new-thanks">
  <div class="new-thanks__header">
    <h2 class="new-thanks__header-sub-title en">Thank you</h2>
    <h1 class="new-thanks__header-title">資料の送信が完了しました</h1>
    <p class="new-thanks__header-text new-thanks__header-text_bold">ご入力いただいたメールアドレス宛にPDFファイルのダウンロードURLをメールにてお送りしました。</p>
    <p class="new-thanks__header-text">メールが届かない場合は大変お手数ですが、メールアドレスをご確認のうえ、<br>再度お問い合わせの手続きをお願い致します。</p>
  </div>

  <div class="new-thanks__title-unit">
    <h3 class="new-thanks__title-unit-title">ダウンロード可能な資料</h3>
  </div>


  <?php
  $args = array(
    'post_type' => 'request',
    'taxonomy' => 'request_cat',
    'term' => $term->slug,
    'posts_per_page' => -1,
  );
  $wp_query = new WP_Query($args);
  ?>
  <ul class="request-page__post-list mb-5 pb-5">
    <?php
    if ( $wp_query->have_posts() ): 
      while ( $wp_query->have_posts() ): 
        $wp_query->the_post();
    ?>
    <li class="request-page__post-list-item">
      <a href="<?php the_permalink(); ?>">
        <figure class="request-page__img-wrap">
          <?php if( has_post_thumbnail() ): ?>
            <?php the_post_thumbnail('large', array('class'=>'request-page__img img-transform')); ?>
          <?php endif; ?>
        </figure>
      </a>
      <p class="request-page__cat"><?php echo get_the_terms($post_id, 'request_cat')[0] -> name; ?></p>
      <h2 class="request-page__post-list-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
      <p class="request-page__excerpt"><?php echo mb_substr(get_the_excerpt(), 0, 100); ?></p>
      <a class="request-page__dl-btn" href="<?php the_permalink(); ?>">ダウンロード</a>
    </li>
    <?php endwhile;
    endif;
    wp_reset_postdata();
    ?>
  </ul>

  <a class="btn-gra mt-5 mx-md-auto" href="<?php echo e(home_url('/request/')); ?>">資料ダウンロードトップに戻る</a>
</div>

<?php elseif(strstr($_SERVER['REQUEST_URI'], 'seminar_form')): ?>
<div class="new-thanks">
  <div class="new-thanks__header">
    <h2 class="new-thanks__header-sub-title en">Thank you</h2>
    <h1 class="new-thanks__header-title"><span class="d-md-inline-block">お申し込みいただき</span><span class="d-md-inline-block">誠にありがとうございます。</span></h1>
    <p class="new-thanks__header-text">▼ウェビナー視聴方法について</p>
    <p class="new-thanks__header-text">入力いただいたメールアドレス宛に、開催3営業日前を目処にZOOMリンクをお送りさせていただきます。<br>
※メールが届かない場合、迷惑メールフォルダに自動的に振り分けられている可能性がありますのでご確認ください。</p>

    <p class="new-thanks__header-text new-thanks__header-text_bold">弊社からご連絡までの間、下記コンテンツもご覧いただけましたら幸いです。</p>
  </div>

  <div class="new-thanks__title-unit">
    <h3 class="new-thanks__title-unit-title">自社サービス</h3>
    <h4 class="new-thanks__title-unit-sub-title en">Our Service</h4>
  </div>

  <h3 class="new-thanks__list-title">広告主さま向けのサービス</h3>

  <div class="new-thanks__list">
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/creatorstv/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/imagesctv.png'); ?>">
        <p class="new-thanks__list-text">CreatorsTV<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/ipr/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/imagesipr.png'); ?>">
        <p class="new-thanks__list-text">BitStar Database<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/studio/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/bitstarstudio.png'); ?>">
        <p class="new-thanks__list-text">BitStar Studio<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
  </div>


  <h3 class="new-thanks__list-title mt-5 mt-md-0">クリエイター向けのサービス</h3>

  <div class="new-thanks__list">
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/bsn" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/t1.png'); ?>">
        <p class="new-thanks__list-text">案件紹介サービス<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="<?php echo e(home_url('/')); ?>creator/service/tieup/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/t2.png'); ?>">
        <p class="new-thanks__list-text">タイアップ支援<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/prebo/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/t3.png'); ?>">
        <p class="new-thanks__list-text">プレゼント受け取りサービス<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/d2c/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/t4.png'); ?>">
        <p class="new-thanks__list-text">ブランド、グッズ制作支援<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/production/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/imagespsb1.png'); ?>">
        <p class="new-thanks__list-text">クリエイタープロダクション<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
  </div>


  <a class="btn-gra mt-5 mx-md-auto" href="<?php echo e(home_url('/')); ?>">トップページに戻る</a>
</div>
<?php else: ?>

<div class="new-thanks">
  <div class="new-thanks__header">
    <h2 class="new-thanks__header-sub-title en">Thank you</h2>
    <h1 class="new-thanks__header-title"><span class="d-md-inline-block">お問い合わせ</span><span class="d-md-inline-block">ありがとう<br class="d-md-none">ございます。</span></h1>
    <?php if(strstr($_SERVER['REQUEST_URI'], 'contact')): ?>
    <p class="new-thanks__header-text">ご入力いただいたメールアドレス宛に受付完了メールを配信しております。<br>メールが届かない場合は大変お手数ですが、メールアドレスをご確認のうえ、再度お問い合わせの手続きをお願い致します。</p>
    <?php else: ?>
    <p class="new-thanks__header-text">ご入力いただいたメールアドレス宛に資料添付し送付しております。<br>メールが届かない場合は大変お手数ですが、メールアドレスをご確認のうえ、再度お問い合わせの手続きをお願い致します。</p>
    <?php endif; ?>

    <p class="new-thanks__header-text new-thanks__header-text_bold">弊社からご連絡までの間、下記コンテンツもご覧いただけましたら幸いです。</p>
  </div>

  <div class="new-thanks__title-unit">
    <h3 class="new-thanks__title-unit-title">自社サービス</h3>
    <h4 class="new-thanks__title-unit-sub-title en">Our Service</h4>
  </div>

  <h3 class="new-thanks__list-title">広告主さま向けのサービス</h3>

  <div class="new-thanks__list">
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/creatorstv/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/imagesctv.png'); ?>">
        <p class="new-thanks__list-text">CreatorsTV<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/ipr/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/imagesipr.png'); ?>">
        <p class="new-thanks__list-text">BitStar Database<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/studio/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/bitstarstudio.png'); ?>">
        <p class="new-thanks__list-text">BitStar Studio<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
  </div>


  <h3 class="new-thanks__list-title mt-5 mt-md-0">クリエイター向けのサービス</h3>

  <div class="new-thanks__list">
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/bsn" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/t1.png'); ?>">
        <p class="new-thanks__list-text">案件紹介サービス<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="<?php echo e(home_url('/')); ?>creator/service/tieup/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/t2.png'); ?>">
        <p class="new-thanks__list-text">タイアップ支援<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/prebo/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/t3.png'); ?>">
        <p class="new-thanks__list-text">プレゼント受け取りサービス<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/d2c/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/t4.png'); ?>">
        <p class="new-thanks__list-text">ブランド、グッズ制作支援<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
    <div class="new-thanks__list-item">
      <a class="new-thanks__list-link" href="https://bitstar.tokyo/production/" target="_blank">
        <img class="new-thanks__list-img" src="<?= App\asset_path('images/thanks/imagespsb1.png'); ?>">
        <p class="new-thanks__list-text">クリエイタープロダクション<svg xmlns="http://www.w3.org/2000/svg" width="9.727" height="9.664" viewBox="0 0 9.727 9.664"><g transform="translate(-5.437 -5.5)"><path d="M14.678,13.22a.542.542,0,0,1-.541-.541v-5.6h-5.6A.541.541,0,1,1,8.542,6h6.137a.542.542,0,0,1,.541.541v6.137A.542.542,0,0,1,14.678,13.22Z" transform="translate(-0.556)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/><path  d="M6.542,14.734a.542.542,0,0,1-.383-.924l7.4-7.4a.541.541,0,1,1,.765.765l-7.4,7.4A.537.537,0,0,1,6.542,14.734Z" transform="translate(0 -0.07)" fill="#772AFC" stroke="#772AFC" stroke-width="1"/></g></svg>
        </p>
      </a>
    </div>
  </div>


  <a class="btn-gra mt-5 mx-md-auto" href="<?php echo e(home_url('/')); ?>">トップページに戻る</a>
</div>


<?php endif; ?>

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

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