<?php
/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.0
 */

get_header("recruit"); ?>

	<div id="contents">
		<article id="main">
				<div class="recruit_list clearfix">
					<h2>JOB TYPE<br><span class="ttl_jp">募集職種一覧</span></h2>
					<ul class="clearfix">
						<li>
						<img src="<?php echo home_url('/'); ?>img/recruit/top_page/mori_sub.jpg" width="200" height="25" alt="特別養護老人ホーム">
						<img src="<?php echo home_url('/'); ?>img/recruit/top_page/morino_ie_logo.jpg" width="200" height="38" alt="杜の家">
							<?php query_posts('posts_per_page=20&category_name=morino_ie_recruit'); ?>
							<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>							
								<a href="<?php the_permalink(); ?>"><?php the_title();?></a>
							<?php endwhile; endif; ?>
						</li>
						<li>
						<img src="<?php echo home_url('/'); ?>img/recruit/top_page/crear_sub.jpg" width="200" height="25" alt="介護付有料老人ホーム">
						<img src="<?php echo home_url('/'); ?>img/recruit/top_page/crear_logo.jpg" width="200" height="38" alt="クレアール">
							<?php query_posts('posts_per_page=20&category_name=crear_recruit'); ?>
							<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>							
								<a href="<?php the_permalink(); ?>"><?php the_title();?></a>
							<?php endwhile; endif; ?>
						</li>
						<li>
						<img src="<?php echo home_url('/'); ?>img/recruit/top_page/kuro_sub.jpg" width="200" height="25" alt="サービス付高齢者向け">
						<img src="<?php echo home_url('/'); ?>img/recruit/top_page/crear_kuro_logo.jpg" width="200" height="38" alt="クレアール黒崎">
							<?php query_posts('posts_per_page=20&category_name=crear_kurosaki_recruit'); ?>
							<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>							
								<a href="<?php the_permalink(); ?>"><?php the_title();?></a>
							<?php endwhile; endif; ?>
						</li>
					</ul>
				<!-- recruit_list --></div>

			<section class="contact_tel clearfix">
				<a href="<?php echo home_url('/'); ?>recruit/contact/">
					<img src="<?php echo home_url('/'); ?>img/recruit/common/contact.jpg" width="954" height="208" alt="私たちと一緒に働きませんか？無何有の郷までお気軽にお問合せ下さい　電話番号：093-614-2660" class="only_pc">
					<img src="<?php echo home_url('/'); ?>img/recruit/common/contact_sp.jpg" width="516" height="504" alt="私たちと一緒に働きませんか？無何有の郷までお気軽にお問合せ下さい　電話番号：093-614-2660" class="only_sp">
				</a>
			<!-- /contact_tel --></section>

			<p id="pageTop"><a data-scroll href="#header"><br>page top</a></p>

		<!-- /main --></article>
	<!-- /contents --></div>

<?php get_footer("recruit"); ?>
