@charset "utf-8";
/* ==============================
 看護師
============================== */
/* ------------------------------
 色変更（PC）
------------------------------ */
.heading::before {
	background: #96E8FF;
	background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(255, 181, 243, 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,
.list-cBox li {
    background: #96E8FF !important;
	background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(255, 181, 243, 1) 100%) !important;
}
/* 職種TOPリード文 */
.contentsTop .mainLead::after {
	background: #96E8FF;
	background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(255, 181, 243, 1) 100%);
}
/* 先輩の声 */
.voiceq span {
    background: #96E8FF !important;
	background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 1) 100%);
}
/* ------------------------------
 色変更（SP）
------------------------------ */
@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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 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(255, 181, 243, 1) 100%);
	}
}
/* ------------------------------
 看護師限定（PC）
------------------------------ */
.contentsTop .bg.pb {
	padding-bottom: 750px;
}
.contentsTop .postBlock .cms_block {
	position: relative;
}
/* -- 看護 PNS（PC） -- */
.cms_image.pns {
	display: flex;
    align-items: center;
    gap: 30px;
	margin-bottom: 20px; 
}
.cms_image.pns.right {
    flex-direction: row-reverse;
}
.cms_image.pns img {
    width: 80px;
    height: 80px;
}
.cms_image.pns .cms_caption_b {
	position: relative;
    margin-top: 0;
    width: 800px;
    background-color: #f2f4f5;
    border-radius: 30px;
    padding: 30px;
}
.cms_image.pns .cms_caption_b::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #f2f4f5;
    bottom: 35px;
    left: -23px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.cms_image.pns.right .cms_caption_b::before {
	left: auto;
    right: -23px;
    transform: scale(-1, 1);
}
/* -- グラデ丸の中にテキスト -- */
.list-cBox ul ,
ul.list-cBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.cms_block .list-cBox li {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.cms_block .list-cBox li.line::after {
	content: "";
	width: 154px;
	height: 154px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.cms_block .list-cBox li::before {
	content: none;
}
/* ------------------------------
 看護師限定（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .bg.pb {
		padding-bottom: 280px;
	}
	/* -- 看護 PNS（SP） -- */
	.cms_image.pns {
		gap: 10px;
	}
	.cms_image.pns img {
		width: 60px;
		height: 60px;
	}
	.cms_image.pns .cms_caption_b {
		width: calc(100% - 70px);
		border-radius: 15px;
		padding: 20px;
	}
	.cms_image.pns .cms_caption_b::before {
		left: -13px;
		bottom: 13%;
	}
	.cms_image.pns.right .cms_caption_b::before {
		left: auto;
		right: -13px;
	}
	/* -- グラデ丸の中にテキスト -- */
	.list-cBox ul ,
	ul.list-cBox {
		gap: 10px 20px;
	}
	.cms_block .list-cBox li {
		font-size: 1.8rem;
		width: 146px;
		height: 146px;
	}
	.cms_block .list-cBox li.line::after {
		width: 140px;
		height: 140px;
	}
}