@charset "utf-8";
/* ==============================
 介護職員
============================== */
/* ------------------------------
 色変更（PC）
------------------------------ */
.heading::before {
	background: #96E8FF;
	background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 82%);
}
.contentsTop .heading h1::before,
.contentsTop .heading h1 span::before,
.contentsTop h2 span::before,
.contentsTop h2:not(:has(span))::before,
.contentsTop .arch-left-bottom.caption .cms_caption_b::before,
.contentsTop .arch-right-top.caption .cms_caption_b::before,
.contentsTop .arch-right-bottom.caption .cms_caption_b::before,
.contentsTop .arch-right-top.bg-br-left-w .cms_text::before,
.contents .heading h1::before,
.contents h2::before,
.contents h6::before,
.text-marker,
.pageLink .index,
.cms_pdf.btn a::before,
.cms_pdf.btn-s a::before,
.cms_text ul.lowerLink > li a img + p::before,
.cms_text.text-em ul:first-child > li::before,
.cms_block.text-em > .cms_text:first-child ul > li::before,
.list-em ul > li::before,
ul.list-em > li::before,
.list-bg ul > li::before,
.faq .q p span,
.faq .q p::before,
.faq .a p::before,
.faq .a p::after,
.bgBox:not(.noicon) > *:first-child::before,
.bgBox-w:not(.noicon) > *:first-child::before,
.localnavi p::before,
.localnavi ul > li a::before,
.jobfooter::before,
.jobfooter h2 span::before,
.jobfooter .contact li.mail a,
.jobfooter .contact li.mail p::after,
.jobfooter .contact li.tel p::before,
.footer .inBlock::before {
    background: #96E8FF !important;
	background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%) !important;
}
/* 職種TOPリード文 */
.contentsTop .mainLead::after {
	background: #96E8FF;
	background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
/* 先輩の声 */
.voiceq span {
    background: #96E8FF !important;
	background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%) !important;
}
/* 下層リンクブロック */
.cms_text ul.lowerLink > li > a:not(:has(img))::after {
    background: #96E8FF;
	background: url(../img/arrow_link.svg) no-repeat 16px center / 7px 10px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
.cms_text ul.lowerLink > li > a[target="_blank"]:not(:has(img))::after {
	background: url(../img/icon_blank_btn.svg) no-repeat center / 14px 14px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
/* -- ボタン -- */
.btn a::after,
.btn-s a::after {
	background: url(../img/arrow_link.svg) no-repeat center / 10px 15px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
/* ブランク */
.btn a[target="_blank"]::after,
.btn-s a[target="_blank"]::after {
	background: url(../img/icon_blank_btn.svg) no-repeat center / 20px 20px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
/* リスト */
.btn.list a::after,
.btn-s.list a::after {
	background: url(../img/icon_list_btn.svg) no-repeat center / 16px 16px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
/* ダウンロード */
.btn.dl a::after,
.cms_pdf.btn a::after,
.cms_doc.btn a::after,
.cms_xls.btn a::after,
.btn-s.dl a::after,
.cms_pdf.btn-s a::after,
.cms_doc.btn-s a::after,
.cms_xls.btn-s a::after {
	background: url(../img/icon_dl_btn.svg) no-repeat center / 20px 21px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
/* ボタン小 */
.btn-s a::after {
	background: url(../img/arrow_link.svg) no-repeat center / 8px 12px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
.btn-s a[target="_blank"]::after {
	background: url(../img/icon_blank_btn.svg) no-repeat center / 16px 16px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
/* ダウンロード */
.btn-s.dl a::after,
.cms_pdf.btn-s a::after,
.cms_doc.btn-s a::after,
.cms_xls.btn-s a::after {
	background: url(../img/icon_dl_btn.svg) no-repeat center / 16px 17px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
}
/* ------------------------------
 色変更（PC）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_text ul.lowerLink > li > a:not(:has(img))::after {
		background: url(../img/arrow_link.svg) no-repeat 13px center / 7px 10px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
	}
	.cms_text ul.lowerLink > li > a[target="_blank"]:not(:has(img))::after {
		background: url(../img/icon_blank_btn.svg) no-repeat center / 12px 12px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
	}
	/* -- ボタン -- */
	.btn a::after,
	.btn-s a::after {
		background: url(../img/arrow_link.svg) no-repeat center / 8px 12px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
	}
	/* ブランク */
	.btn a[target="_blank"]::after {
		background: url(../img/icon_blank_btn.svg) no-repeat center / 16px 16px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
	}
	/* ダウンロード */
	.btn.dl a::before {
		background: url(../img/icon_dl_btn.svg) no-repeat center / 18px 19px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
	}
	/* -- ボタン小 -- */
	.btn-s a[target="_blank"]::after {
		background: url(../img/icon_blank_btn.svg) no-repeat center / 14px 14px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
	}
	/* ダウンロード */
	.btn-s.dl a::after,
	.cms_pdf.btn-s a::after,
	.cms_doc.btn-s a::after,
	.cms_xls.btn-s a::after {
		background: url(../img/icon_dl_btn.svg) no-repeat center / 14px 16px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
	}
	/* リスト */
	.btn-s.list a::after {
		background: url(../img/icon_list_btn.svg) no-repeat center / 14px 14px, linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(245, 239, 81, 1) 100%);
	}
}
/* ------------------------------
 介護職員限定（PC）
------------------------------ */
.contentsTop .bg.pb {
	padding-bottom: 730px;
}
@media print, screen and (min-width: 768px) {
	.contentsTop .bg.pb + .jobLink {
		height: 600px;
		margin-top: -690px;
	}
}
/* ------------------------------
 介護職員限定（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .bg.pb {
		padding-bottom: 280px;
	}
}