@charset "UTF-8";



/*===========================================================================*/
/* [[IT業界専門ページ用 CSS]] */
/*===========================================================================*/
/*共通要素*/
.contents {
	padding: 0 0 60px 0;
}
.container {
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 30px 0 0 0;
}
.header + .container {
	padding: 42px 0 0 0;
}
.container_calc {
	width: calc(100% + 60px);
	margin: 0 -30px;
	border-collapse: separate;
	border-spacing: 30px 0;
}
.container-column2 {
	 width: 455px;
	 display: table-cell;
	 vertical-align: top;
}



/*ヘッダー要素*/
.header {
	/*指定なし*/
}
.header .header_title {
	padding: 0 0 10px 0;
}
.info {
	padding: 10px;
	background: #eee;
	border-radius: 8px;
}
.info .info_list {
	/*指定なし*/
}
.info .info_list .info_item {
	box-sizing: border-box;
	display: table;
	padding: 10px 0 0 60px;
}
.info .info_list .info_item:first-of-type {
	padding: 0;
}
.info .info_list .info_item:first-of-type:before {
	display: inline-block;
	content: "info";
	width: 60px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50px;
	background: #1199CC;
}
.info .info_list .info_itemDate {
	display: table-cell;
	padding: 0 0 0 10px;
	color: #1199CC;
}
.info .info_list .info_itemTitle {
	display: table-cell;
	padding: 0 0 0 10px;
}



/*スライダー要素*/
.slider {
	margin: 10px 0 0 0;
}
.ui-slider-content img {
	width: 100%;
}
.ui-slider-loader {
	background-color: #ffffff;
}
.ui-slider-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}
.ui-slider-nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	font-size: 8px;
	text-align: center;
}
.ui-slider-nav span,
.ui-slider-navi-template span {
	cursor: pointer;
	color: #cccccc;
	letter-spacing: 3px;
}
.ui-slider-nav .active,
.ui-slider-navi-template .active {
	color: #000000;
}
.ui-slider-control.active,
.ui-slider-navi.active {
	color: #ff0000;
	font-weight: bold;
}
.ui-slider-prev,
.ui-slider-next {
	position: absolute;
	bottom: -26px;
}
.ui-slider-prev {
	left: 15px;
}
.ui-slider-next {
	right: 15px;
}
.ui-slider-prev img,
.ui-slider-next img {
	width: 80%;
	max-width: 13px;
}



/*メインコンテンツ要素*/
/*カード*/
.card {
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	border-radius: 8px;
	box-shadow: 0 0 8px #ddd;
}



/*サブタイトル*/
.subTitle {
	box-sizing: border-box;
	display: block;
	width: 100%;
	min-height: 45px;
	text-align: left;
	color: #fff;
	background: #1199CC;
}
.subTitle .subTitleWrap {
	margin: 0;
	min-height: inherit;
}
.subTitle .subTitleWrap .subTitleWrap_item {
}
.subTitle .subTitleWrap {
	display: table;
	line-height: 60px;
	position: relative;
	text-align: left;
}
.subTitle .subTitleWrap .subTitleWrap_item {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 60px;
}
.subTitle .subTitleWrap .subTitleWrap_itemText {
	font-size: 18px;
}
.subTitle .subTitleWrap_item:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}
/*サブタイトル毎のアイコン*/
.event .subTitle .subTitleWrap_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_event.png) no-repeat center left;
	background-size: 100%;
}



/*章内の要素*/
.chapter {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
.chapter.chapter-fixheight {
	min-height: 204px;
}
.chapter.chapter-solid {
	border-top: solid 1px #eee;
}
.chapter.chapter-dotted {
	border-top: dotted 1px #eee;
}
.chapter .chapter_title {
	position: relative;
	font-size: 14px;
}
.chapter .chapter_title .chapter_titleWrap {
	position: relative;
	display: inline-block;
	padding: 0 0 0 28px;
}
.chapter .chapter_title.chapter_title-center .chapter_titleWrap {
	position: static;
	display: block;
	padding: 0;
	text-align: center;
}
.chapter .chapter_title.chapter_title-check .chapter_titleWrap:before  {
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
}
.chapter .chapter_title.chapter_title-check .chapter_titleWrap:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_checked.png) no-repeat top left;
	background-size: 100%;
}
.chapter .chapter_text {
	padding: 20px 0 0 0;
	font-size: 14px;
	color: #555;
}



/*------ IT・デザイン・クリエイティブ系の仕事を探す部分 / エージェントに相談する ------*/

/*サブタイトル*/
.jobChange .subTitle,
.agent .subTitle {
	display: block;
	width: 100%;
	padding: 0;
	color: #1199CC;
	text-align: center;
	background: #fff;
}
.jobChange .subTitle .subTitleWrap,
.agent .subTitle .subTitleWrap {
	display: table;
	line-height: inherit;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.jobChange .subTitle .subTitleWrap .subTitleWrap_item,
.agent .subTitle .subTitleWrap .subTitleWrap_item {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.jobChange .subTitle .subTitleWrap .subTitleWrap_itemText,
.agent .subTitle .subTitleWrap .subTitleWrap_itemText {
	font-size: 18px;
}
.jobChange .subTitle .subTitleWrap .subTitleWrap_itemNote,
.agent .subTitle .subTitleWrap .subTitleWrap_itemNote {
	display: block;
	font-size: 12px;
}
.jobChange .subTitle .subTitleWrap_item:before,
.agent .subTitle .subTitleWrap_item:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}
/*サブタイトル毎のアイコン*/
.jobChange .subTitle .subTitleWrap_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_jobChange.png) no-repeat center left;
	background-size: 100%;
}
.agent .subTitle .subTitleWrap_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_agent.png) no-repeat center left;
	background-size: 100%;
}

/*job_list*/
.chapter .job_item.job_item-column2 {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.chapter .job_list {
	display: inline-block;
	margin: 20px 0 15px 0;
	font-size: 0;
}
.chapter .job_list .job_item {
	position: relative;
	padding: 0 5px 10px 40px;
	font-size: 12px;
}
.chapter .job_list .job_item:nth-last-child(-n+2) {
	padding: 0 5px 0 40px;
	
}
.chapter .job_list .job_item:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
}
/*IT・コンピュータ・ゲーム・アプリ系の求人アイコン*/
.chapter .job_list .programmer.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_programa.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .se.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_se.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .network.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_network.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .support.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_support.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .tester.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_tester.png) no-repeat top left;
	background-size: 100%;
}
/*Webデザイン・Web制作系の求人アイコン*/
.chapter .job_list .designer.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_designer.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .operator.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_operator.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .edit.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_edit.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .movie.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_movie.png) no-repeat top left;
	background-size: 100%;
}
/*アイコン部分共通要素*/
.chapter .job_list .other.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_other.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .manager.job_item:before {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_job_manager.png) no-repeat top left;
	background-size: 100%;
}
.chapter .job_list .job_item .job_itemJobName {
	display: inline-block;
	min-height: 30px;
	vertical-align: sub;
}

/*.exp_list*/
.exp_list {
	display: table;
	width: calc(100% + 30px);
	margin: 15px -15px 0 -15px;
	font-size: 0;
	border-collapse: separate;
	border-spacing: 15px 0;
}
.exp_item {
	/*未使用*/
}
.exp_item-column2 {
	box-sizing: border-box;
	display: table-cell;
	width: 50%;
}
.exp_itemTitle {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.exp_itemPhoto {
	width: 30px;
	height: 30px;
	padding: 10px 0 0 0;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.exp_itemNotes {
	display: block;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #555;
}
.exp_text {
	padding: 25px 0 0 0;
	color: #555;
}

/*ふきだし*/
.balloon {
	position: relative;
	padding: 10px;
	border-radius: 5px;
	background: #E6F7FF;
}
.balloon.balloon_left:after {
	visibility: initial;
	position: absolute;
	bottom: -12px;
	left: 28px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid #e2f7ff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.balloon.balloon_left-orange {
	background: #FFE6B3;
}
.balloon.balloon_left-orange:after {
	border-top: 12px solid #FFE6B3;
}
.balloon.balloon_center:after {
	visibility: initial;
	position: absolute;
	bottom: -12px;
	left: 44%;
	right: 44%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid #e2f7ff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/*ボタン*/
.chapter .btnSet {
	text-align: center;
	position: relative;
	margin: 15px 0 0 0;
}
.chapter .btnSet a {
	width: 100%;

}
.chapter .btnSet .btnItem {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 10px 40px;
	font-size: 12px;
	color: #fff;
	border-radius: 30px;
	background: #1199CC;
}
.chapter .btnSet a:after {
	position: absolute;
	top: 50%;
	right: 5%;
	content: "";
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_link_btnType.png) no-repeat center right;
	background-size: 100%;
}
/*ボタンのバリデーション*/
.chapter .btnSet.btnSet-deepblue {
	margin: 30px 0 0 0;
}
.chapter .btnSet.btnSet-deepblue .btnItem {
	background: #003d97;
}

/*画像*/
.chapter .photoSet {
	padding: 20px 0 0 0;
	line-height: 0;
	text-align: center;
}
.chapter .photoSet a {
	display: inline-block;
}
.chapter .photoSet img {
	width: 100%;
}
.chapter .photoSet.photoSet-logo {
	padding: 0;
}
.chapter .photoSet.photoSet-logo img {
	max-width: 200px;
}

/*ビジュアルとテキスト*/
.chapter .textSet {
	padding: 20px 0 0 0;
}
.chapter .textSet .textSet_item {
	display: table;
	width: 100%;
	border-collapse: initial;
	border-spacing: 0;
}
.chapter .textSet .textSet_item a {
	position: relative;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	color: #333;
}
.chapter .textSet .textSet_item a:hover {
	text-decoration: none;
}
.chapter .textSet .textSet_item + .textSet_item {
	margin: 20px 0 0 0;
}
.chapter .textSet .textSet_itemVisual {
	max-width: 100%;
	display: table-cell;
	vertical-align: top;
	padding: 0 15px 0 0;
}
.chapter .textSet .textSet_itemText {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.chapter .textSet .textSet_itemText .textSet_itemTextTitle {
	font-size: 14px;
	font-weight: bold;
}
.chapter .textSet .textSet_itemText .textSet_itemTextDay {
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #555;
}
.chapter .textSet .textSet_itemText .textSet_itemTextExplain {
	padding: 5px 0 0 0;
	font-size: 14px;
	color: #555;
}
/*画像とテキストのバリデーション*/
.chapter .textSet.textSet_agent .textSet_itemVisual {
	max-width: 110px;
	float: left;
}
.chapter .textSet.textSet_agent .textSet_itemVisual img {
	max-width: 110px;
}


/*------ イベント部分 ------*/
.event .chapter {
	margin: 0;
}
.event .subTitle .subTitleWrap {
}
.event .subTitle .subTitleWrap .subTitleWrap_item {
}
.chapter .textSet.textSet_event:first-of-type {
	padding: 0;
}
.chapter .textSet.textSet_event .textSet_item {
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	border-radius: 8px;
	box-shadow: 0 0 8px #ddd;
}
.chapter .textSet.textSet_event .textSet_itemText {
	padding: 0 40px 0 0;
}
.chapter .textSet.textSet_event .textSet_itemText:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: table-cell;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 17px;
	margin: auto 0;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_link_thumbType.png) no-repeat center right;
	background-size: 100%;
}
.chapter .textSet.textSet_event .textSet_item .textSet_itemVisual .icatchItem {
	display: inline-block;
	padding: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.chapter .textSet.textSet_event .textSet_item .textSet_itemVisual .icatchItem .icatchItemWrap {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
}
.chapter .jointSessions.textSet_item .textSet_itemVisual .icatchItem {
	background: #00BBFF;
}
.chapter .seminar.textSet_item .textSet_itemVisual .icatchItem {
	background: #EECC44;
}



/*------ 読み物部分 ------*/
.publish_header {
	box-sizing: border-box;
	display: block;
	width: 100%;
	min-height: 45px;
	text-align: left;
	color: #fff;
	background: #1199CC;
}
.publishTitle {
	display: table;
	line-height: 60px;
	position: relative;
	margin: 0;
	text-align: left;
}
.publishTitle_inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 60px;
}
.publishTitle_inner:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/it/icon_publish.png) no-repeat center left;
	background-size: 100%;
}
.publishTitle_name {
	font-size: 18px;
}
.publish_body {
	/*未使用*/
}
.publishList {
	display: table;
	box-sizing: border-box;
	padding: 20px 0 0 0;
	margin: 0 -20px;
	border-collapse: separate;
	border-spacing: 20px 0;
}
.publishList_item {
	display: table-cell;
	width: 220px;
	vertical-align: top;
	border-radius: 8px;
	box-shadow: 0 0 8px #ddd;
}
.publishUnit {
	box-sizing: border-box;
	padding: 0 0 20px 0;
	font-size: 14px;
}
.publishUnit_image {
	overflow: hidden;
	width: 220px;/* トリミングしたい枠の幅 */
	padding: 52% 0 0 0;
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 0;
}
.publishUnit_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}
.publishUnit_title {
	display: block;
	padding: 20px 20px 0 20px;
	font-weight: bold;
}
.publishUnit_title a {
	color: #333;
}
.publishUnit_title a:hover {
	color: #00f;
}
.publishUnit_update {
	display: block;
	padding: 5px 20px 0 20px;
	font-weight: bold;
	font-size: 11px;
}

/*読み物部分が何もない時の処理*/
.publish_body-none .publishList {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 14px;
	border-collapse: inherit;
	border-spacing: inherit;
}
.publish_body-none .publishList_item {
	box-sizing: border-box;
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 8px #ddd;
}


/*おさえの概要文*/
.outline_body {
	padding: 20px;
	border-radius: 8px;
	background-color: #EEE;
}
.outline_body-text {
	margin-top: 10px;
	font-size: 12px;
}


/* [[=====================================================================]] */
/* [[▽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]] */
/*===========================================================================*/
.containe,
.chapter .textSet,
.block_sisterSite dl,
.clearfix
{ zoom:1; }

.containe:after,
.chapter .textSet:after,
.block_sisterSite dl:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html .containe,
* html .chapter .textSet,
* html .block_sisterSite dl,
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}