breadcrumbs.php
<?php breadcrumbs(); ?>
button.php
<div style="display: grid; gap: 10px;">
  <?php get_template_part('blocks/button', null, [
    'content'   => '一覧を見る',
    'color'     => 'color_1',
    'rightIcon' => 'play',
  ]); ?>

  <?php get_template_part('blocks/button', null, [
    'content'   => '一覧を見る',
    'color'     => 'color_2',
    'rightIcon' => 'play',
  ]); ?>

  <?php get_template_part('blocks/button', null, [
    'content'   => '一覧を見る',
    'color'     => 'color_3',
    'rightIcon' => 'play',
  ]); ?>

</div>
company-interview-panel.php
<?php get_template_part('blocks/company-interview-panel', null, [
  'thumbnail' => 'https://placehold.jp/150x150.png',
  'title'     => '採用責任者に聞く「いまスターバックスがマーケター採用を強化する理由」',
  'date'      => '2024.01.01',
  'category'  => 'マーケター',
]); ?>
cv-button.php
<div class="row gap_1">
  <?php get_template_part('blocks/cv-button', null, []); ?>

  <?php get_template_part('blocks/cv-button', null, [
    'content' => "unlock.ly agent\n限定非公開求人はこちら"
  ]); ?>
</div>
divider.php
設定も可能↓
<?php get_template_part('blocks/divider', null, []); ?>

設定も可能↓
<?php get_template_part('blocks/divider', null, [
  'size'  => '100%',
  'width' => '0.5px',
  'color' => 'var(--color-divider)',
  'style' => 'solid',
]); ?>
header-info.php

職種

<?php get_template_part('blocks/header-info', null, [
  'icon'    => 'bag',
  'content' => '職種',
]); ?>
header-navbar.php header-section.php

最新のおすすめ求人

インタビュー/コラム

関連インタビュー/コラム

<?php get_template_part('blocks/header-section', null, [
    'content' => '最新のおすすめ求人',
]); ?>

<?php get_template_part('blocks/header-section', null, [
    'content' => 'インタビュー/コラム',
    'icon'    => 'article',
    'border'  => true,
]); ?>

<?php get_template_part('blocks/header-section', null, [
    'content' => '関連インタビュー/コラム',
    'align'   => 'left',
]); ?>
icon.php
↓呼び出し例
<?php
foreach ([
  'article',
  'bag',
  'chat',
  'company',
  'doll',
  'echo',
  'file',
  'good',
  'location',
  'pen',
  'play',
  'user',
  'chart',
  'arrow-down',
  'info',
  'recruitment',
] as $key => $value) {
  get_template_part('blocks/icon', null, [
    'icon' => $value,
    'size' => '13px',
  ]);
}
 ?>

↓呼び出し例
<?php
  get_template_part('blocks/icon', null, [
    'icon' => 'article',
    'size' => '13px',
  ]);
?>
image.php
画像
<?php get_template_part('blocks/image', null, [
  'src' => 'https://placehold.jp/1000x500.png',
  'alt' => '画像',
  'aspect_ratio' => '16/9',
  'object_fit' => 'cover',
  'width' => '100%',
  'height' => 'auto',
]); ?>
info-row-2.php
年収
1,000万円〜1,100万円
年収
1,000万円〜1,100万円
<?php get_template_part('blocks/info-row-2', null, [
  'icon'    => 'doll',
  'title'   => '年収',
  'content' => '1,000万円〜1,100万円',
]); ?>

<?php get_template_part('blocks/info-row-2', null, [
  'icon'       => 'doll',
  'title'      => '年収',
  'content'    => '1,000万円〜1,100万円',
  'head_width' => '2em',
]); ?>
info-row.php
設立
2024年1月1日
資本金
8,802億円
<?php get_template_part('blocks/info-row', null, [
  'title'   => '設立',
  'content' => '2024年1月1日',
]); ?>
<?php get_template_part('blocks/info-row', null, [
  'title'   => '資本金',
  'content' => '8,802億円',
]); ?>
job-card.php
<?php get_template_part('blocks/job-card', null, [
  'thumbnail' => 'https://placehold.jp/150x150.png',
  'title'     => 'PwCコンサルティング合同会社',
  'subtitle'  => 'Practice CoE Value Design',
  'jobs'      => ['コンサルタント', 'マーケティング', 'デザイン'],

  'text'   => "マーケティング×デジタルで\n消費者価値の最大化にチャンレンジ",
  'income' => '1,000万円〜1,100万円',
  'href'   => '#',
]); ?>
job-change-card.php
40代 A様

40代 A様

「やりたい」を叶えた転職事例タイトルタイトルタイトルタイトル...

前職

大手シンクタンク

現職

外資系コンサルティングファーム (シニアマネージャー)

エンジニアとしてのバックグラウンドを活かし、大手事業会社や大手シンクタンクにて技術知見を活かした新規事業立ち上げ・開発、技術動向調査~提言などを行っておられたAさん。40代後半でありながら、まだまだ自身のやれることを増やしていきたい、そんな思いを持ち...

詳しく見る
<?php get_template_part('blocks/job-change-card', null, [
  // 'title'   => '設立',
  // 'content' => '2024年1月1日',
]); ?>
job-panel.php
<?php get_template_part('blocks/job-panel', null, [
  'thumbnail' => 'https://placehold.jp/150x150.png',
  'title'     => 'PwCコンサルティング合同会社',
  'subtitle'  => 'Practice CoE Value Design',
  'jobs'      => ['コンサルタント', 'マーケティング', 'デザイン'],
]); ?>
links_tab.php
<?php get_template_part('blocks/links-tab', null, [
  'links' => [
    [
      'title' => '企業情報',
      'url'   => '#',
    ],
    [
      'title' => '募集要項',
      'url'   => '#',
    ],
    [
      'title'     => '採用の流れ',
      'url'       => '#',
      'is_active' => true,
    ],
  ],
]); ?>

message.php
画像
有村

PwC社消費財部門は、担当クライアントからの信頼も厚く、一つのプロジェクトに長く携わることができるイメージです。 マーケター・コンサルタントとして腰を据えて成長したい方に特におすすめしたいポジションです。

<?php get_template_part('blocks/message', null, [
  'image'   => 'https://placehold.jp/100x100.png',
  'name'    => '有村',
  'message' => "PwC社消費財部門は、担当クライアントからの信頼も厚く、一つのプロジェクトに長く携わることができるイメージです。\nマーケター・コンサルタントとして腰を据えて成長したい方に特におすすめしたいポジションです。",
]); ?>
search-company.php
<?php get_template_part('blocks/search-company', null, [
  'companies' => [
    [
      'url' => '#',
      'logo' => 'https://placehold.jp/150x150.png',
      'name' => 'Google',
    ],
    [
      'url' => '#',
      'logo' => 'https://placehold.jp/ffffff/c966ff/150x150.png',
      'name' => 'Google',
    ],
    [
      'url' => '#',
      'logo' => 'https://placehold.jp/150x150.png',
      'name' => 'Google',
    ],
    [
      'url' => '#',
      'logo' => 'https://placehold.jp/150x150.png',
      'name' => 'Google',
    ],
    [
      'url' => '#',
      'logo' => 'https://placehold.jp/ffffff/c966ff/150x150.png',
      'name' => 'Google',
    ],
    [
      'url' => '#',
      'logo' => 'https://placehold.jp/150x150.png',
      'name' => 'Google',
    ],
    [
      'url' => '#',
      'logo' => 'https://placehold.jp/150x150.png',
      'name' => 'Google',
    ],
  ],
]); ?>
search-tag.php
<?php get_template_part('blocks/search-tag', null, [
  'tags'       => [
    [
      'content' => '年間休日120日',
      'value'   => '10',
    ],
    [
      'content' => '残業20時間以下',
      'value'   => '20',
    ],
    [
      'content' => '駅近',
      'value'   => '30',
    ],
    [
      'content' => 'テレワーク',
      'value'   => '40',
    ],
    [
      'content' => 'フレックス',
      'value'   => '50',
    ],
  ],
  'check_tags' => ['10', '20'],
]); ?>
search.php
<?php get_template_part('blocks/search', null, []); ?>
spacer.php
<?php get_template_part('blocks/spacer', null, [
  'size'      => '10px',
  'direction' => 'vertical',
]); ?>


<?php get_template_part('blocks/spacer', null, [
  'size'      => '10px',
  'direction' => 'horizontal',
]); ?>
tag-checkbox.php
<div class="row gap_1">
  <?php get_template_part('blocks/tag-checkbox', null, [
    'content' => '年間休日120日',
    'value'   => '10',
  ]); ?>

  <?php get_template_part('blocks/tag-checkbox', null, [
    'content'    => '駅チカ',
    'value'      => '20',
    'old_values' => ['20'],
  ]); ?>
</div>
tag.php

年間休日120日

<?php get_template_part('blocks/tag', null, [
  'content' => '年間休日120日',
]); ?>
text.php

テキスト

<?php get_template_part('blocks/text', null, [
  'tag'         => 'h3',
  'content'     => 'テキスト',
  'font_weight' => 800,
  'font_size'   => '13px',
  'line_height' => '16px',
  'color'       => 'var(--color-text-1)'
]); ?>