@charset "UTF-8";



/* [[=====================================================================]] */
/* [[body#home]] */
/*===========================================================================*/

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ dl#lastUpdate]] */
/*===========================================================================*/
#lastUpdate {
	margin: 10px 0 0 0;
	padding: 0 3px 3px 3px;
	background: #006CD9;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

#lastUpdate:first-child {
	margin-top: 0;
}

/* [[┃┠ dt]] */
/*___________________________________________________________________________*/
#lastUpdate dt {
	padding: 5px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

/* [[┃┗ dd]] */
/*___________________________________________________________________________*/
#lastUpdate dd {
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	background:#fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* [[┃　┗ strong]] */
/*---------------------------------------------------------------------------*/
#lastUpdate dd strong {
	color: #DE0000;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #information]] */
/*===========================================================================*/
#information {
	/* margin: 10px 0 0 0; */
	padding: 0 5px 5px 5px;
	background: #B8DEFF;
	border-radius: 5px;
	margin-top: 20px;
}

#information:first-child {
	margin-top: 0;
}

/* [[┃┠ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
hタグで使用のため class 指定
-----------------------------------------------------------------------------*/
#information > .headline {
	padding: 7px 5px 5px 5px;
	color: #0054AA;
	font-weight: bold;
	font-size: 14px;
}

/* [[┃┗ dl]] */
/*___________________________________________________________________________*/
#information dl {
	margin: 4px 0 0 0;
	padding: 10px;
	border: solid 1px #cde;
	background: #fff;
	border-radius: 4px;
}

#information h3 + dl {
	margin-top: 0;
}

/* [[┃　┠ .update]] */
/*---------------------------------------------------------------------------*/
#information dt.update {
	font-weight: bold;
	font-size: 12px;
}

/* [[┃　┠ dt.title]] */
/*---------------------------------------------------------------------------*/
#information dt.headline {
	color: #039;
	font-weight: bold;
	font-size: 14px;
}

/* [[┃　┗ dd.detail]] */
/*---------------------------------------------------------------------------*/
#information dd {
	padding: 3px 0 0 0;
	font-size: 12px;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #special]] */
/*===========================================================================*/
#special {
	padding: 0 5px 5px 5px;
	background: #FBB829;
	border-radius: 8px;
}

/* [[┃┠ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
hタグで使用のため class 指定
-----------------------------------------------------------------------------*/
#special > .headline {
	float: left;
	padding: 0 0 0 30px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/home/spl_title_icon.png) no-repeat left center;
}

/* [[┃┠ p]] */
/*___________________________________________________________________________*/
#special > p {
	float: right;
	padding: 0 5px 0 0;
	color: #000;
	font-size: 11px;
	line-height: 40px;
}

/* [[┃┗ ul]] */
/*___________________________________________________________________________*/
#special ul {
	clear: both;
}

#special ul:first-child {
	padding: 5px 0 0 0;
}

/* [[┃　┗ li]] */
/*---------------------------------------------------------------------------*/
#special li {
	padding: 5px 0 0 0;
}

#special li:first-child {
	padding-top: 0;
}

/* [[┃　　┗ a]] */
/*--------------------------------------------------*/
#special li a {
	display: block;
	padding: 5px 20px 5px 10px;
	background: #fff url(https://image.haj.co.jp/jobkita/primary/pc/home/spl_link_icon.png) no-repeat right center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #da1;
	box-shadow: 0px 1px 2px #da1;
}

#special li a:hover {
	text-decoration: none;
}

/* [[┃　　　┠ span.update]] */
/*------------------------------*/
#special li a .update {
	display: block;
	color: #000;
	font-size: 10px;
}

#special li.new a .update:after {
	content: "NEW";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 2px;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: 8px;
	line-height: 14px;
	background: #f00;
	border-radius: 100px;
}

#special li.notes a .update:after {
	content: "「北海道の大地で働く」が新しくなりました";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
	color: #f60;
	font-weight: bold;
}

/* [[┃　　　┗ span.headline]] */
/*------------------------------*/
#special li a .headline {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

#special li a:hover .headline {
	text-decoration: underline;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .homePickup]] */
/*===========================================================================*/
.homePickup {
	margin-top: 20px;
}
.homePickup_title {
	padding: 10px 0;
	/* border-top: solid 5px #49c; */
	border-bottom: solid 1px #ddd;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
}
.homePickup_body {
	margin-top: 20px;
}

/* [[┃┗ .homePickupSet]] */
/*___________________________________________________________________________*/
.homePickupSet {
	background-color: #fff;
	box-shadow: 0 1px 7px rgba(0,0,0, 0.2);
	border-radius: 5px;

	margin-top: 20px;
	padding: 20px 35px 20px 20px;/* 60px = &_links icon + α */

	position: relative;/* &_links */
}
.homePickupSet:first-child {
	margin-top: 0;
}
/*--------------------*/
.homePickupSet_image {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;/* img */

	float: left;
	width: 150px;
	margin-right: 20px;
}
/* 4:3のアスペクト比よりheightを確保 */
.homePickupSet_image:before {
	content: " ";
	font-size: 0;
	line-height: 0;
	display: block;
	padding-top: 75%;
}
.homePickupSet_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
/*--------------------*/
.homePickupSet_image + .homePickupSet_title,
.homePickupSet_image + .homePickupSet_lead,
.homePickupSet_image + .homePickupSet_text {
	overflow: hidden;
	zoom: 1;
	margin-left: 170px;/* &_image width + margin */
}
.homePickupSet_title,
.homePickupSet_lead {
	color: #0022C8;
}
.homePickupSet:hover .homePickupSet_title,
.homePickupSet:hover .homePickupSet_lead {
	text-decoration: underline;
}
.homePickupSet_title {
	font-weight: bold;
	font-size: 16px;
}
.homePickupSet_lead {
	font-size: 12px;
}
.homePickupSet_text {
	margin-top: 10px;
	font-size: 12px;
 }
.homePickupSet_text:first-child {
	margin-top: 0;
}
.homePickupSet_text strong,
.homePickupSet_text .keyword/* 管理画面より入力されるタグ = SGの管理画面流用のためこのclassにも対応 */
{
	font-weight: bold;
}
/*--------------------*/
.homePickupSet_links {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* text */
	overflow: hidden;
	text-indent: 200%;/* 100% だとiPhone6 iOS12 で「詳細をみる」が表示したたため200%にしました */
	white-space: nowrap;

	/* icon */
	background-image: url(https://image.haj.co.jp/jobkita/primary/pc/home/pickup_links_icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}


/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #hajEvent]] */
/*===========================================================================*/
.hajEventLinks {
	margin-top: 10px;
	border-top: dotted 1px #ddd;
	padding: 10px 0;
}
.hajEventLinks a {
	display: inline-block;
	font-size: 12px;
	padding-left: 17px;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/base/othr_more_icon.png) no-repeat left center;
}


/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .topHajArticle]] */
/*===========================================================================*/
.topHajArticle {
	margin-top: 10px;
}
.topHajArticle_title {
	padding: 7px 10px;
	border-bottom: solid 3px #006CD9;
	color: #0054AA;
	font-weight: bold;
	font-size: 12px;
	background: #f3f3f3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.topHajArticle_body {
	/* 未指定 */
}
.topHajArticleCard {
	margin-top: 10px;
}
.topHajArticleCard + .topHajArticleCard {
	border-top: dotted 1px #ddd;
	padding-top: 10px;
}
.topHajArticleCard_headline {
	display: block;
}
.topHajArticleCardImage {
	display: block;
	width: 60px;
	float: left;

	font-size: 0;
	line-height: 0;
}
.topHajArticleCardImage img {
	display: block;
	width: 100%;
}
.topHajArticleCardTitle {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.topHajArticleCardImage + .topHajArticleCardTitle {
	width: calc(100% - 70px);
	float: right;
}
.topHajArticleCard_headline:hover .topHajArticleCardTitle {
	text-decoration: underline;
}
.topHajArticleCard_lead {
	margin-top: 5px;
	color: #555;
	font-size: 12px;
}
.topHajArticleLinks {
	margin-top: 10px;
	border-top: dotted 1px #ddd;
	padding: 10px 0;
}
.topHajArticleLinks a {
	display: inline-block;
	font-size: 12px;
	padding-left: 17px;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/base/othr_more_icon.png) no-repeat left center;
}
.topHajArticleNew {
	width: 34px;
	line-height: 15px;
	background: #f00;
	border-radius: 100px;

	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;

	color: #fff;
	font-weight: bold;
	font-size: 8px;
	text-align: center;
}


/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #jobList]] */
/*===========================================================================*/
#jobList {
	padding: 20px 0 0 0;
}

#jobList:first-child {
	padding-top: 0;
}

/* [[┃┗ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
hタグで使用のため class 指定
-----------------------------------------------------------------------------*/
#jobList .headline {
	padding: 10px 0;
	/* border-top: solid 5px #49c; */
	border-bottom: solid 1px #ddd;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #special]] */
/*===========================================================================*/
#mainBanner {
	display: grid;
	grid-template-columns: 160px auto auto auto;
	margin: 40px 0 0;
	gap: 20px;
}


/* [[=====================================================================]] */
/* [[▽print style]] */
/*===========================================================================*/
@media print {
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	word-wrap: break-word;
}



}/*△print style*/



/* [[=====================================================================]] */
/* [[▽clearfix]] */
/*===========================================================================*/
.homePickupSet,
.topHajArticleCard_headline,
.clearfix
{ zoom:1; }

.homePickupSet:after,
.topHajArticleCard_headline:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html .homePickupSet,
* html .topHajArticleCard_headline,
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}
