@charset "utf-8";
/* ==============================
 医療技術部
============================== */
/* ------------------------------
 色変更（PC）
------------------------------ */
.heading::before {
	background: #96E8FF;
	background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(101, 235, 192, 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(101, 235, 192, 1) 100%) !important;
}
/* 職種TOPリード文 */
.contentsTop .mainLead::after {
	background: #96E8FF;
	background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(101, 235, 192, 1) 100%);
}
/* 先輩の声 */
.voiceq span {
    background: #96E8FF !important;
	background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 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(101, 235, 192, 1) 100%);
	}
}
/* ------------------------------
 医療技術部限定（PC）
------------------------------ */
.cms_block ul.contactList {
    display: flex;
    align-items: stretch;
	margin-top: 30px;
}
.cms_block ul.contactList li {
	position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: calc(100% / 3);
    padding-left: 0;
}
.cms_block ul.contactList li:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 0;
	height: 90%;
    border-right: dotted 1px #ccd4d9;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.cms_block ul.contactList li::before {
    content: none;
}
.cms_block ul.contactList li a {
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 100%;
    font-weight: 500;
	color: #002940;
    text-decoration: none;
	padding: 15px 0;
}
.cms_block ul.contactList li a div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.cms_block ul.contactList li a span {
    display: block;
    line-height: 1;
    font-family: Arial, sans-serif;
}
.cms_block ul.contactList li a::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
	background: #96E8FF !important;
    background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(101, 235, 192, 1) 100%) !important;
    border-radius: 50%;
	margin-bottom: 5px;
}
.cms_block ul.contactList li a::after {
    content: "";
    position: absolute;
    top: 29px;
	left: 0;
	right: 0;
    margin: auto;
}
.cms_block ul.contactList li.tel a {
	font-size: 1.5rem;
}
.cms_block ul.contactList li.tel a::after {
    width: 31px;
    height: 30px;
    background: url(../img/icon_tel.svg) no-repeat center / cover;
}
.cms_block ul.contactList li.tel a span {
    font-size: 2.8rem;
    letter-spacing: 0.020rem;
}
.cms_block ul.contactList li.tel a strong {
	font-size: 1.6rem;
}
.cms_block ul.contactList li.mail a::after {
    width: 26px;
    height: 20px;
    background: url(../img/icon_mail.svg) no-repeat center / cover;
    top: 33px;
}
.cms_block ul.contactList li.mail a span {
    font-size: 1.9rem;
}
.cms_block ul.contactList li.mail a p {
    padding-bottom: 15px;
}
.cms_block ul.contactList li.link a {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
}
.cms_block ul.contactList li.link a::after {
    width: 29px;
    height: 28px;
    background: url(../img/icon_sitelink.svg) no-repeat center / cover;
}
.cms_block ul.contactList li.link a[target="_blank"] p::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icon_blank_r.svg) no-repeat center / cover;
    vertical-align: middle;
    margin: 0 0 0.2em 5px;
}
/* ------------------------------
 医療技術部限定（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block ul.contactList {
		flex-direction: column;
		margin-top: 15px;
	}
	.cms_block ul.contactList li {
		width: 100%;
	}
	.cms_block ul.contactList li:not(:last-child)::after {
		width: 80%;
		height: 0;
		top: auto;
		left: 0;
		border-right: none;
		border-bottom: dotted 1px #ccd4d9;
	}
	.cms_block ul.contactList li a {
		padding: 15px 5%;
	}
	.cms_block ul.contactList li a::before {
		width: 40px;
		height: 40px;
	}
	.cms_block ul.contactList li a::after {
		top: 24px;
	}
	.cms_block ul.contactList li.tel a {
		font-size: 1.4rem;
	}
	.cms_block ul.contactList li.tel a::after {
		width: 23px;
		height: 22px;
	}
	.cms_block ul.contactList li.tel a span {
		font-size: 2.4rem;
	}
	.cms_block ul.contactList li.tel a strong {
		font-size: 1.5rem;
	}
	.cms_block ul.contactList li.mail a::after {
        width: 20px;
        height: 16px;
		top: 27px;
	}
	.cms_block ul.contactList li.mail a span {
		font-size: 1.7rem;
	}
	.cms_block ul.contactList li.mail a p {
		padding-bottom: 10px;
	}
	.cms_block ul.contactList li.link a {
		font-size: 1.8rem;
	}
	.cms_block ul.contactList li.link a::after {
		width: 23px;
		height: 22px;
	}
}