@charset "UTF-8";



/*=================================================*/
/* [[Smart AI City Sapporo用 CSS]] */
/*=================================================*/
/*共通要素*/

.sacs_contents {
	margin-bottom: 50px;
}

.sacs_contentsTitle {
	margin-bottom: 30px;
	padding-left: 100px;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/sacs/base_icon.png) left center no-repeat;
	background-size: auto 50px;
	color: #01A9E4;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}
.sacs_contentsTitleSub {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;

}

/* [[==============================================]] */

.sacs_attention {
	display: block;
	padding: 5px 10px;
	background-color: #05B;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

/*header独自*/
.sacs_header {
	padding: 300px 50px 100px;
	background-image:
		url(https://image.haj.co.jp/jobkita/primary/pc/it/sacs/base_line.png),
		url(https://image.haj.co.jp/jobkita/primary/pc/it/sacs/title_base.png) 
	;
	background-repeat: repeat-x, no-repeat;
	background-position: bottom left, top center;
	background-size: auto 50px, auto;
	background-color: #01A9E4;
}
.sacs_headerTitle {
	text-align: center;
}
.sacs_headerTitleLogo {
	width: 365px;
}

/* [[==============================================]] */
/*lead独自*/
.sacs_headerLeadTitle {
	margin-top: 50px;
	color: #FFF;
	font-size: 30px;
	text-align: center;
}
.sacs_headerLeadTitleSub {
	display: block;
	color: #222;
	font-size: 18px;
}
.sacs_headerLeadText {
	margin-top: 30px;
	color: #FFF;
	line-height: 1.8;
}


/* [[==============================================]] */
/*index独自*/
.sacs_index {
	margin-top: 30px;
	padding: 30px 30px 20px;
	background-color: #FFF;
}
.sacs_indexTitle {
	margin-bottom: 30px;
	color: #01A9E4;
	font-size: 30px;
	text-align: center;
}
.sacs_indexCategory {
	padding: 5px;
	background-color: #01A9E4;
	color: #FFF;
	font-weight: bold;
}
.sacs_indexList {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.sacs_indexListItem {
	width: calc( 50% - 10px);
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #DDD;
}
.sacs_indexListItem:nth-child(odd) {
	margin-right: 10px;
}
.sacs_indexListItem:nth-child(even) {
	margin-left: 10px;
}
.sacs_indexListItemLink {
	display: block;
}
.sacs_indexListItemThumb {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 70px;
}
.sacs_indexListItemTitleSub,
.sacs_indexListItemTitle {
	display: block;
	font-weight: bold;
}
.sacs_indexListItemTitleSub {
	font-size: 11px;
}
.sacs_indexListItemTitle {
	font-size: 14px;
}


/* [[==============================================]] */
/*intro独自*/
.sacs_introCard {
	display: flex;
	flex-wrap: wrap;
	counter-reset: number;
}
.sacs_introCardItem {
	margin: 0 10px 20px 0;
	padding: 20px;
	position: relative;
	width: calc(50% - 10px);
	box-sizing: border-box;
	box-shadow: 0px 1px 10px 0px #AAD6E4;
	border-radius: 3px;
	border: 1px solid #01A9E4;
}
.sacs_introCardItem:before {
	counter-increment:number;
	content:counter(number);
	display:block;
	width: 25px;
	line-height:25px;
	color: #FFF;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	background-color: #01A9E4;
	border-radius: 100px;
	position: absolute;
	left: 20px;
	top: 20px
}
.sacs_introCardItem:nth-child(odd) {
	margin: 0 10px 20px 0;
}
.sacs_introCardItem:nth-child(even) {
	margin: 0 0 20px 10px;
}
.sacs_introCardItem-more {
	background-color: #01A9E4;
	box-shadow: none;
	color: #FFF;
}
.sacs_introCardTitle {
	color: #01A9E4;
	font-size: 18px;
	line-height: 25px;
	padding-left: 30px;
}
.sacs_introCardTitleSub {
	font-size: 12px;
}
.sacs_introCardDetail {
	margin-top: 10px;
}
.sacs_introCardItem-more:before {
	display: none;
}
.sacs_introCardItem-more .sacs_introCardTitle {
	padding-left: 0;
	color: #FFF;

}


/* [[==============================================]] */
/*Message独自*/
.sacs_message .sacs_contentsMain {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/sacs/mayor_base.jpg) bottom right no-repeat;
	padding: 0 45% 30px 0;
}
.sacs_message .sacs_messageProfile {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
.sacs_message .sacs_messageText {
	margin-top: 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]] */
/*=================================================*/
.sacs_contentsMain,
.sacs_indexListItem,
.sacs_indexListItemLink,
.clearfix
{ zoom:1; }

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

* html .sacs_contentsMain,
* html .sacs_indexListItem,
* html .sacs_indexListItemLink,
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}