@charset "UTF-8";



/*===========================================================================*/
/* [[介護・福祉業界ページ用 CSS]] */
/*===========================================================================*/
/*共通要素*/
body {
	/*指定なし*/
}
.contents {
	padding: 0 0 60px 0;
}



/*コンテンツHeder要素*/
.contentsHeader {
	/*指定なし*/
}
.info {
	margin-top: 10px;
	padding: 10px;
	background: #eee;
	border-radius: 8px;
	letter-spacing: initial;
}
.info .info_list {
	position: relative;
}
.info .info_list .info_item {
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	padding-left: 60px;
}
.info .info_list .info_item:first-of-type {
}
.info .info_list .info_item:first-of-type:before {
	position: absolute;
	left: 0;
	display: inline-block;
	content: "info";
	width: 60px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50px;
	background: #1199CC;
}
.info_item+.info_item {
	padding-top: 10px;
}
.info .info_list .info_itemDate {
	padding: 0 0 0 10px;
	color: #1199CC;
}
.info .info_list .info_itemTitle {
	padding: 0 0 0 10px;
}

/*メイン画像*/
.mainPic {
	margin-top: 20px;
	font-size: 0;
	overflow: hidden;
	height: 341px;/* トリミングしたい枠の高さ */
	position: relative;
}
.mainPic_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;
}



/*コンテンツbody要素*/
.contentsBody {
	margin-top: 20px;
	padding: 30px 20px;
	color: #555;
	background: #eef6ff;
}
/*タブ*/
.tab {
	/*現在指定なし*/
}

/*タブナビ*/
.tabNav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.tabNav_item {
	box-sizing: border-box;
	width: 420px;
	margin-left: 20px;
	padding: 10px;
	border-radius: 8px 8px 0 0;
	background: #d4e8ff;
}
.tabNav_item:first-of-type {
	margin-left: 0;
}
.tabNav_item a {
	text-decoration: none;
}
.tabNav_Link {
	/*現在指定なし*/
}
.tabNavLinkTitle {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 5px 5px 5px 15px;
	color: #88bbee;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	background: #fff;
	letter-spacing: initial;
}
.tabNavLinkTitle:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_itemLink.png") no-repeat left top;
	background-size: 15px 15px;
}
.tabNavLinkTitle:after {
	visibility: initial;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 6px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.tabNavLinkTitle_detail {
	display: block;
	text-align: center;
}
.tabNavLinkIllust {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 0;
	text-align: center;
	border-radius: 8px;
	background: #fff;
}
.tabNavLinkIllust_detail {
	max-width: 180px;
	opacity: 0.4;
}

/*.tabNav_item-onが付いているものは、off状態を打ち消し*/
.tabNav_item.tabNav_item-on {
	position: relative;
	box-shadow: 0px -1px 4px rgba(136, 187, 238, 0.35);
	background: #fff;
}
.tabNav_item.tabNav_item-on:after {
	position: absolute;
	/* top: 0; */
	bottom: -3px;
	right: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	display: block;
	content: "";
	z-index: 1;
}
.tabNav_item.tabNav_item-on .tabNavLinkTitle {
	color: #fff;
	background: #88bbee;
}
.tabNav_item.tabNav_item-on .tabNavLinkTitle:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_tabLink.png") no-repeat left top;
	background-size: 15px 15px;
}
.tabNav_item.tabNav_item-on .tabNavLinkTitle:after {
	border-top: 6px solid #88bbed;
}
.tabNav_item.tabNav_item-on .tabNavLinkIllust {
	background: #fffdf2;
}
.tabNav_item.tabNav_item-on .tabNavLinkIllust_detail {
	opacity: 1;
}

/*タブ内容*/

/*共通部分*/
.tabBody {
	padding: 30px 20px;
	box-shadow: 0px 0px 4px rgba(136, 187, 238, 0.35);
	border-radius: 8px;
	background: #fff;
}
.tabBodyChapter {
	margin-top: 40px;
}
.tabBodyChapter:first-of-type {
	margin-top: 0;
}
.tabBodyChapter_title {
	padding: 10px 0;
	color: #4894cb;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #88bbee;
	border-bottom: 1px solid #88bbee;
	text-shadow: 0px 1px 1px #CCCCCC;
}
.tabBodyChapter_links {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}
.tabBodyChapter_jjsLogo {
	max-width: 140px;
	padding-right: 10px;
}

/*職種から探す*/
.jobSearch {
	/*現在指定なし*/
}
.jobSearch_title {
	position: relative;
	margin-top: 30px;
}
.jobSearch_title:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_titleLink.png") no-repeat left top;
	background-size: 15px 15px;
}
.jobSearch_titleLinks {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #224477;
	box-sizing: border-box;
	padding: 10px 10px 10px 30px;
	border: solid 1px #d6dde6;
	background: #eef6ff;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
a.jobSearch_titleLinks,
.jobSearch_titleLinks:hover,
.jobSearch_titleLinks:visited,
.jobSearch_titleLinks:active {
	color: #224477;
	text-decoration: none;
}
.jobSearch_titleLinks:hover {
	text-decoration: none;
	background: #def;
	-webkit-box-shadow: inset 0 1px 1px #d9e9f9;
	box-shadow: inset 0 1px 1px #d9e9f9;
}
.jobSearchList {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
}
.jobSearchList_item {
	position: relative;
	width: calc(50% - 20px);
	margin-top: 10px;
	padding-left: 20px;
}
.jobSearchList_links {
	font-weight: bold;
}
.jobSearchList_links:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_itemLink.png") no-repeat left top;
	background-size: 15px 15px;
}
.jobSearchList_links:hover:before {
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_itemLink-hover.png") no-repeat left top;
	background-size: 15px 15px;
}

/*「決め手」で探す*/
.advantageSearch {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 30px;
	
}
.advantageSearch_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% - 20px);
	margin-left: 20px;
}
.advantageSearch_item:first-of-type {
	margin-left: 0;
}
.advantageSearch_itemSet {
	flex-grow: 1;
	text-align: center;
}
.advantageSearch_img {
	/*現在指定なし*/
}
.advantageSearch_lead {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.advantageSearchBtn {
	/*現在指定なし*/
}
.advantageSearchBtn_links {
	display: inline-block;
	position: relative;
	padding: 5px 5px 5px 30px;
	margin-top: 20px;
	color: #224477;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #d6dde6;
	background: #eef6ff;
	-webkit-box-shadow: inset 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #fff;
	border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
a.advantageSearchBtn_links,
.advantageSearchBtn_links:visited,
.advantageSearchBtn_links:active {
	color: #224477;
	text-decoration: none;
}
.advantageSearchBtn_links:hover {
	color: #224477;
	text-decoration: none;
	background: #def;
	-webkit-box-shadow: inset 0 1px 1px #d9e9f9;
	box-shadow: inset 0 1px 1px #d9e9f9;
}
.advantageSearchBtn_links:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_titleLink.png") no-repeat left top;
	background-size: 15px 15px;
}

/*キーワードから探す*/
.keywordSearch {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: 20px auto 0 auto;
}
.keywordSearch_item {
}
.keywordSearch_item:first-of-type .keywordSearch_links {
	margin-left: 0;
}
.keywordSearch_links {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px 15px 5px 30px;
	font-size: 12px;
	color: #333;
	border-radius: 8px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	background: #fff;
}
a.keywordSearch_links,
.keywordSearch_links:hover,
.keywordSearch_links:visited,
.keywordSearch_links:active {
	color: #333;
	text-decoration: none;
}
.keywordSearch_links:before {
	display: inline-block;
	content: "　";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 5px;
	height: 5px;
	margin: auto 0;
	border-radius: 50%;
	background: #c4c4c4;
}

/*イベントに参加する*/
.event {
	margin-top: 30px;
}
.event_lead {
	letter-spacing: 0.05em;
}
.eventItem {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
/*イベントが0件時の表示*/
.eventItemNone {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.eventItem_set {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 30px;
}
a.eventItem_set {
	text-decoration: none;
}
.eventItem_type {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #eee;
}
.eventItem_inner {
	font-size: 12px;
}
.eventItem_type-jobFair {
	color: #fff;
	background: #00BBFF;
}
.eventItem_type-seminar {
	color: #fff;
	background: #EECC44;
}
.eventItemList {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-left: 10px;
}
.eventItemList:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	width: 10px;
	height: 17px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_eventLink.png") no-repeat right top;
	background-size: 10px 17px;
}
.eventItem_type-jobFair+.eventItemList,
.eventItem_type-seminar+.eventItemList {
	width: calc(100% - 60px);
}
.eventItemList_title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.eventItemList_day {
	padding-top: 5px;
	font-size: 12px;
	color: #555;
}
.eventItemList_lead {
	padding-top: 5px;
	font-size: 14px;
	color: #555;
}

/*介護業界のお役立ち情報*/
.tips {
	margin: 60px 20px 0 20px;
}
.tips_title {
	padding: 10px 0;
	color: #4894cb;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #88bbee;
	border-bottom: 1px solid #88bbee;
	text-shadow: 0px 1px 1px #CCCCCC;
}
.tipsLicense {
	margin-top: 30px;
}
.tipsLicense_title {
	font-size: 16px;
	font-weight: bold;
	color: #4894cb;
}
.tipsLicense_lead {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.tipsLicenseBtn {
	margin-top: 10px;
	color: #fff;
	border: solid 1px #49c;
	background: #8be;
	background:-webkit-gradient(
	linear,
	left top,
	left bottom,
	from(#8be),
	to(#7ad)
	);
	background:-webkit-linear-gradient(
	top,
	#8be,
	#7ad
	);
	background:linear-gradient(
	to bottom,
	#8be,
	#7ad
	);
	-webkit-box-shadow: inset 0px 1px 0px #9ce;
	box-shadow: inset 0px 1px 0px #9ce;
	border-radius: 5px;
}
a.tipsLicenseBtn_links {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 10px 10px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.tipsLicenseBtn_links:hover {
	background: #8be;
	-webkit-box-shadow: inset 0 1px 0px #80b0e0;
	box-shadow: inset 0 1px 0px #80b0e0;
}
.tipsLicenseBtn_links:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_titleLink.png") no-repeat left top;
	background-size: 15px 15px;
}
/*資格取得支援が0件時の表示*/
.tipsLicenseBtnNone {
	margin-top: 10px;
}
.tipsLicenseBtn_links-textSmall {
	font-size: 14px;
}
.tipsInterview {
	margin-top: 30px;
}
.tipsInterview_title {
	font-size: 16px;
	font-weight: bold;
	color: #4894CB;
}
.tipsInterviewBody {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: -20px;

}
/*読み物が0件時の表示*/
.tipsInterviewBodyNone {
	margin-top: 10px;
}
.tipsInterviewBody_item {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	width: calc(100% / 4 - 20px);
}
a.tipsInterviewBody_links {
	display: block;
	text-decoration: none;
}
.tipsInterviewBodyPic {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 200px;
	padding: 65% 0 0 0;
}
img.tipsInterviewBodyPic_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;
}
.tipsInterviewBody_title {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.tipsInterviewBody_day {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	color: #555;
}
.tipsOutline {
	margin-top: 50px;
	padding: 20px;
	border-radius: 8px;
	background: #fff;
}
.tipsOutline_title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.tipsOutline_text {
	margin-top: 5px;
	font-size: 12px;
	color: #555;
}

/*タブページ（紹介してもらうページ要素）*/
.offer {
	margin-top: 30px;
}
.offerSet {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.offerSet_lead {
	width: 85%;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.offerSet_pic {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.offerSet_img {
	width: 100px;
	padding-left: 15px;
}
.offer_careful {
	margin-top: 5px;
	padding: 10px;
	font-size: 12px;
	color: #555;
	border-radius: 5px;
	background: #eee;
}
.offerMerit {
	margin-top: 30px;
}
.offerMerit_title {
	font-size: 16px;
	font-weight: bold;
	color: #4894CB;
}
.offerMeritList {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-top: 10px;
}
.offerMeritList_item {
	width: calc(100% - 20px);
	margin-left: 20px;
}
.offerMeritList_item:first-of-type {
	margin-left: 0;
}
.offerMeritList_lead {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 10px 10px 30px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;
	background: #fffdf2;
}
.offerMeritList_lead:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 18px;
	height: 18px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_checked.png") no-repeat left top;
	background-size: 15px 15px;
}
.offerMeritList_text {
	margin-top: 10px;
	letter-spacing: 0.05em;
}
.offerFlow {
	margin-top: 30px;
}
.offerFlow_title {
	font-size: 16px;
	font-weight: bold;
	color: #4894CB;
}
.offerFlowList {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.offerFlowList-first {
	/*現在指定なし*/
}
.offerFlowList-second {
	/*現在指定なし*/
}
.offerFlowList_item {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
	padding-left: 30px;
}
.offerFlowList_item:first-of-type {
	margin-top: 10px;
}
.offerFlowList_number {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin: auto 0;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #88BBEE;
}
.offerFlowList_textSmall {
	font-size: 12px;
	padding-left: 5px;
}
.offerFlowList_item-attention {
	margin-left: 5px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	background: #ee6344;
}
.offerFlowBtn {
	margin-top: 25px;
	color: #fff;
	border: solid 1px #49c;
	border-radius: 5px;
	background: #8be;
	background: -webkit-gradient( linear, left top, left bottom, from(#8be), to(#7ad) );
	background: -webkit-linear-gradient( top, #8be, #7ad );
	background: linear-gradient( to bottom, #8be, #7ad );
	-webkit-box-shadow: inset 0px 1px 0px rgb(255 255 255 / 40%);
	box-shadow: inset 0px 1px 0px rgb(255 255 255 / 40%);
}
a.offerFlowBtn_links {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 10px 10px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.offerFlowBtn_links:hover {
	background: #8be;
	-webkit-box-shadow: inset 0 1px 0px #80b0e0;
	box-shadow: inset 0 1px 0px #80b0e0;
}
.offerFlowBtn_links:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: auto 0;
	background: url("https://image.haj.co.jp/jobkita/primary/pc/kaigofukushi/icon_titleLink.png") no-repeat left top;
	background-size: 15px 15px;
}



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

.containe:after,
.chapter .textSet:after,
.chapter .textSet a: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 .chapter .textSet a,
* html .block_sisterSite dl,
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}