@charset "utf-8";
/* ==============================
 採用情報 各職種ページ
============================== */
/* ------------------------------
 職種ページ共通（PC）
------------------------------ */
.contentsTop,
.contents {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* -- 見出し・テキスト -- */
.contentsTop h4,
.contents h4,
.contents .faq .q {
	background-color: #d9dfe2;
    background-image: linear-gradient(-90deg, transparent 30%, #fff 30%), linear-gradient(transparent 30%, #fff 30%);
    background-size: 6px 6px;
    mix-blend-mode: multiply;
}
.contentsTop .mainLead {
	font-size: 3.2rem;
}
.contentsTop .mainLead::after {
	content: "";
	display: block;
	width: 66px;
	height: 6px;
	border-radius: 3px;
	background-color: #005580;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.text-marker {
	color: #002940;
}
/* -- お知らせ -- */
.news .cms_link.btn-s {
	position: absolute;
	right: 0;
	top: 105px;
}
@media print, screen and (min-width: 768px) {
	/* -- 下層ページリンク -- */
	.cms_text ul.lowerLink > li a img {
		height: 240px;
	}
}
/* ------------------------------
 職種ページ共通（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- お知らせ -- */
	.news .cms_link.btn-s {
		top: 41px;
	}
}
/* ------------------------------
 職種ページ共通フッター（PC）
------------------------------ */
.jobfooter {
	position: relative;
	z-index: 1;
	padding: 245px 0 10px;
}
.jobfooter::before,
.jobfooter::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 515px;
}
.jobfooter::before {
    background: #96E8FF;
	border-top-left-radius: 70px;
	top: 0;
	z-index: -2;
}
.jobfooter::after {
	border-top-right-radius: 70px;
	background-color: #fff;
	top: 145px;
	z-index: -1;
}
/* -- 灰背景の後にフッターがある場合 */
.last + .jobfooter {
	padding: 100px 0 10px;
}
.last + .jobfooter::before {
	content: none;
}
.last + .jobfooter::after {
	height: calc(100% + 100px);
	top: 0;
}
/* -- */
.jobfooter .cms_text ul.lowerLink {
	margin-bottom: 80px;
}
.jobfooter .contact li,
.jobfooter .contact li > a {
    display: flex;
    justify-content: center;
    align-items: center;
	background: #f2f4f5;
}
.jobfooter .contact li {
	height: 175px;
	border-radius: 30px;
	overflow: hidden;
	padding-left: 0;
}
.cms_block.jobfooter ul > li::before {
	content: none;
}
.jobfooter .contact li > a {
    width: 100%;
    height: 100%;
    color: #002940;
	text-decoration: none;
}
.jobfooter .contact li > a::after {
	content: none;
}
.jobfooter .contact li p {
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 70px;
}
.jobfooter .contact li p::before {
	content: "";
	position: absolute;
	width: 56px;
	height: 56px;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.jobfooter .contact li p::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.jobfooter .contact li.mail a {
    background: #96E8FF;
}
.jobfooter .contact li.mail p::after {
	width: 26px;
	height: 20px;
    background: #96E8FF;
	left: 15px;
	mask-image: url(../img/icon_mail.svg);
}
.jobfooter .contact li.tel p {
	font-size: 1.5rem;
	font-weight: 500;
}
.jobfooter .contact li.tel p a {
	display: block;
    font-family: "Montserrat", sans-serif;
	font-size: 3.5rem;
	font-weight: bold;
    color: #002940;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
.jobfooter .contact li.tel p::after {
	width: 31px;
	height: 30px;
    background: #96E8FF;
	left: 14px;
	background: url(../img/icon_tel.svg) no-repeat center / cover;
}
/* -- LINE -- */
.cms_block.wide > .cms_text.lineBox {
	width: 720px;
	background-color: #fff;
	border: solid 2px #06c755;
	border-radius: 30px;
	padding: 45px 60px;
}
.lineBox .text-lead {
	font-size: 2.1rem;
	letter-spacing: 0;
}
.lineBox .green {
	color: #06c755 !important;
	font-weight: bold;
}
.lineBox .line-b {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.lineBox .cms_image {
	display: flex;
	align-items: center;
	gap: 15px 20px;
}
.lineBox .cms_image > img {
	width: 130px;
	height: 130px;
	border: solid 1px #ccd4d9;
	border-radius: 10px;
}
.lineBox .cms_image .cms_caption_b {
	line-height: 1.4;
	text-align: left;
	margin-top: 0;
}
.lineBox .cms_image .cms_caption_b .inBox {
	display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
}
.lineBox .cms_image .cms_caption_b .inBox a {
	width: 150px;
    height: auto;
}
.lineBox .cms_image .cms_caption_b .inBox a[target="_blank"]::after {
	content: none;
}
.lineBox .cms_image .cms_caption_b .inBox img {
	width: 100%;
	height: 100%;
    border-radius: 5px;
}
.lineBox .cms_image .cms_caption_b .inBox a + p {
	width: calc(100% - 160px);
}
/* -- フッター -- */
.footer::before {
	background: #fff;
    top: 200px;
    mix-blend-mode: unset;
}
.footer .inBlock {
	position: relative;
}
.footer .inBlock::before {
	content: "";
	position: absolute;
	width: 910px;
	height: 910px;
    background: #96E8FF;
	border-radius: 50%;
	top: -360px;
	left: -820px;
	z-index: -2;
	transform: rotate(100deg);
}
.footer .inBlock::after {
	content: "";
	position: absolute;
	width: 730px;
	height: 730px;
	background-color: #fff;
	border-radius: 50%;
	top: -270px;
	left: -730px;
	z-index: -1;
}
@media print, screen and (min-width: 768px) {
	.jobfooter::before {
		left: 2%;
	}
	.jobfooter::after {
		right: 2%;
	}
}
@media print, screen and (min-width: 1450px) {
	.jobfooter::before {
		left: calc(50% - 1140px / 2 - 122px);
	}
	.jobfooter::after {
		right: calc(50% - 1140px / 2 - 122px);
	}
}
/* ------------------------------
 職種ページ共通フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.jobfooter {
		padding: 100px 0 40px;
	}
	.jobfooter::before,
	.jobfooter::after {
		height: 220px;
	}
	.jobfooter::before {
		border-top-left-radius: 30px;
		left: 5%;
	}
	.jobfooter::after {
		border-top-right-radius: 30px;
		top: 50px;
		right: 5%;
	}
	/* -- 灰背景の後にフッターがある場合 */
	.last + .jobfooter {
		padding: 50px 0 40px;
	}
	.last + .jobfooter::after {
		height: calc(100% + 60px);
		top: 0;
	}
	/* -- */
	.cms_block.wide.jobfooter > .cms_text {
		width: 85%;
    	margin-right: 10%;
	}
	.jobfooter .cms_text ul.lowerLink {
		margin-bottom: 40px;
		gap: 15px 0;
	}
	.jobfooter .contact li {
		width: 100%;
		height: 120px;
		border-radius: 20px;
	}
	.jobfooter .contact li:not(:last-child) {
		margin-bottom: 15px;
	}
	.jobfooter .contact li p {
		font-size: 1.8rem;
		line-height: 1.3;
		padding-left: 45px;
	}
	.jobfooter .contact li p::before {
		width: 40px;
		height: 40px;
	}
	.jobfooter .contact li.mail p::after {
		width: 20px;
		height: 16px;
		left: 10px;
	}
	.jobfooter .contact li.tel p a {
		font-size: 3.1rem;
		line-height: 1.2;
		letter-spacing: 0.02em;
	}
	.jobfooter .contact li.tel p::after {
		width: 23px;
		height: 22px;
		left: 9px;
	}
	/* -- LINE -- */
	.cms_block.wide > .cms_text.lineBox {
		border-radius: 15px;
		padding: 25px 5%;
	}
	.lineBox .text-lead {
		font-size: 1.8rem;
	}
	.lineBox .line-b {
		margin-bottom: 15px;
	}
	.lineBox .cms_image {
		flex-direction: column;
	}
	.lineBox .cms_image .cms_caption_b .inBox {
		gap: 8px;
		font-size: 1.1rem;
	}
	/* -- フッター -- */
	.footer::before {
		top: 100px;
	}
	.footer .inBlock::before {
		width: 318px;
		height: 318px;
		top: -140px;
		left: -185px;
	}
	.footer .inBlock::after {
		width: 230px;
		height: 230px;
		top: -96px;
		left: -141px;
	}
}

/* ------------------------------
 職種TOPページタイトル部分（PC）
------------------------------ */
.contentsTop .heading:not(.noimg) {
	min-height: 1390px;
    padding-bottom: 335px;
}
.contentsTop .heading::before {
    height: 915px;
}
.contentsTop .heading:not(.noimg) h1 {
	margin-bottom: 40px;
}
.contentsTop .heading h1 {
    padding-left: 0;
}
.contentsTop .heading h1::before,
.contentsTop .heading h1::after {
    content: none;
}
.contentsTop .heading h1 span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    color: #99aab2;
    letter-spacing: 0.06em;
	padding-left: 30px;
}
.contentsTop .heading h1 span::before {
	content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #005580;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: 0.3em;
}
.contentsTop .heading h1 span::after {
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    left: 6px;
    top: calc(0.3em + 6px);
}
.contentsTop .heading figure {
	height: 800px;
}
.contentsTop .heading::after {
	height: 215px;
}
.contentsTop .heading + .cms_block {
	margin-top: -115px;
}
/* ------------------------------
 職種TOPページタイトル部分（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .heading:not(.noimg) {
		min-height: 535px;
		padding-bottom: 145px;
	}
	.contentsTop .heading::before {
		height: 45%;
	}
	.contentsTop .heading:not(.noimg) h1 {
		font-size: 3.4rem;
		margin-bottom: 25px;
	}
	.contentsTop .heading h1 span {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		padding-left: 20px;
		margin-bottom: 5px;
	}
	.contentsTop .heading h1 span::before {
		width: 14px;
		height: 14px;
		top: 0.2em;
	}
	.contentsTop .heading h1 span::after {
		width: 6px;
		height: 6px;
		left: 4px;
		top: calc(0.2em + 4px);
	}
	.contentsTop .heading figure {
		height: 240px;
	}
	.contentsTop .heading::after {
		height: 215px;
		bottom: -130px;
	}
	.contentsTop .heading + .cms_block {
		width: 85%;
    	margin-right: 10%;
		margin-top: -60px;
	}
	.contentsTop .mainLead {
		font-size: 2.4rem;
	}
	.contentsTop .mainLead::after {
		width: 52px;
		height: 5px;
		margin-top: 10px;
	}
	.contentsTop .f18 {
		font-size: 1.6rem;
	}
}

/* ------------------------------
 職種TOP ブログ一覧（PC）
------------------------------ */
.contentsTop .postBlock .btn-s {
	position: absolute;
	top: 8px;
	right: 0;
}
.contentsTop .postList {
	display: flex;
	justify-content: space-between;
	height: auto;
}
.contentsTop .postList li {
	padding-left: 0;
}
.contentsTop .postList li {
	width: 22.632%;
}
.contentsTop .postList li::before {
	content: none;
}
.contentsTop .postList li a {
	color: #002940;
	text-decoration: none;
}
.contentsTop .postList li a .blogImg {
	margin-bottom: 15px;
}
/* ページネーション */
.contentsTop .cms_block .swiper-pagination.swiper-pagination-bullets {
	display: block;
	width: auto;
	height: 30px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.contentsTop .cms_block .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #b2ccd9;
	margin: 0 3px;
	opacity: 1;
}
.contentsTop .cms_block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #005580;
}
/* 前へ／次へ */
.contentsTop .swiper-buttons {
    position: absolute;
	display: flex;
	justify-content: flex-end;
	height: 36px;
    gap: 10px;
	bottom: 0;
    right: 0;
}
.contentsTop .swiper-buttons .swiper-button-prev,
.contentsTop .swiper-buttons .swiper-button-next {
	position: static;
	width: 36px;
	height: 36px;
	background-color: #005580;
	border-radius: 50%;
	margin: 0;
}
.contentsTop .swiper-buttons .swiper-button-prev::after,
.contentsTop .swiper-buttons .swiper-button-next::after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background: url(../img/arrow_link.svg) no-repeat center / cover;
}
.contentsTop .swiper-buttons .swiper-button-prev::after {
	transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
	/* ページネーション 前へ／次へ */
	.contentsTop .postBlock .swiper-pagination,
	.contentsTop .postBlock .swiper-buttons {
		display: none !important;
	}
}
/* ------------------------------
 職種TOP ブログ一覧（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .postBlock .btn-s {
		top: 3px;
	}
	.contentsTop .postList li a .blogText .title {
		font-size: 1.6rem;
	}
	.contentsTop .postBlock .swiper {
		position: relative;
		overflow: visible;
		padding: 0 25px;
		padding-bottom: 55px;
	}
	.contentsTop .postList li {
		width: 100%;
	}
	/* 前へ／次へ */
	.contentsTop .swiper-buttons {
		height: 30px;
		gap: 5px;
	}
	.contentsTop .swiper-buttons .swiper-button-prev,
	.contentsTop .swiper-buttons .swiper-button-next {
		width: 30px;
		height: 30px;
	}
}

/* ------------------------------
 職種TOP バナー管理（PC）
------------------------------ */
.contentsTop .bnrBlock {
	position: relative;
}
.contentsTop .bnrBlock ul:not(.swiper ul) {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.contentsTop .bnrBlock ul li {
	padding-left: 0;
	border-radius: 30px;
	overflow: hidden;
}
.contentsTop .bnrBlock ul li::before {
	content: none;
}
.contentsTop .bnrBlock ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
/* スライドのとき */
.contentsTop .bnrBlock .swiper {
	overflow: hidden;
	position: relative;
	padding-bottom: 65px;
}
.contentsTop .bnrBlock .swiper ul li {
	width: 546px;
}
@media print, screen and (min-width: 768px) {
	.contentsTop .bnrBlock ul:not(.swiper ul) li {
		width: 47.895%;
	}
}
/* ------------------------------
 職種TOP バナー管理（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .bnrBlock ul li {
		border-radius: 15px;
	}
	.contentsTop .bnrBlock ul:not(.swiper ul) {
		flex-direction: column;
		gap: 20px;
	}
	.contentsTop .bnrBlock ul:not(.swiper ul) li {
		width: 100%;
	}
	/* スライドのとき */
	.contentsTop .bnrBlock .swiper {
		padding-bottom: 55px;
	}
	.contentsTop .bnrBlock .swiper ul li {
		width: 100%;
	}
}

/* ------------------------------
 職種TOP 入力部分（PC）
------------------------------ */
/* -- 画像テキスト横並び -- */
.contentsTop .jobLink {
    position: relative;
	z-index: 1;
	margin-bottom: 130px;
}
.contentsTop .jobLink .cms_image {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.contentsTop .jobLink .cms_image img {
	position: absolute;
    right: calc(50% - 1140px / 2 + 120px);
	border-radius: 0 70px 70px 0;
	z-index: -1;
}
.contentsTop .jobLink.right .cms_image img {
    left: calc(50% - 1140px / 2 + 120px);
	right: auto;
	border-radius: 70px 0 0 70px;
}
.contentsTop .jobLink .inBox {
	width: 446px;
	text-align: left;
}
.contentsTop .jobLink .inBox::after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% + 200px);
	background-color: #fff;
    border-radius: 70px 0 0 70px;
	left: calc(50% + 25px);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.contentsTop .jobLink.right .inBox::after {
	border-top-right-radius: 70px;
	right: calc(50% + 25px);
	left: auto;
}
/* 灰色背景にかぶせる */
.contentsTop .bg + .jobLink {
    margin-top: -710px;
}
/* -- 画像付き下層リンクブロック -- */
.contentsTop .lowerimgBlock {
    position: relative;
	z-index: 1;
}
.contentsTop .lowerimgBlock::after {
	content: "";
    position: absolute;
	width: 100%;
	height: 570px;
	background-color: #fff;
	border-radius: 70px 0 0 0;
	top: 410px;
	z-index: -1;
}
.contentsTop .lowerimgBlock .cms_image {
	position: absolute;
    width: auto;
	height: 700px;
	z-index: -1;
}
.contentsTop .lowerimgBlock .cms_image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.contentsTop .lowerimgBlock .cms_text {
    position: relative;
}
@media print, screen and (min-width: 768px) {
	/* -- 画像テキスト横並び -- */
	.contentsTop .jobLink {
		height: 620px;
	}
	.contentsTop .jobLink .cms_image .cms_caption_b {
		position: absolute;
		display: flex;
		justify-content: flex-end;
		width: 1140px;
		right: calc(50% - 1140px / 2);
		bottom: 0;
		margin-top: 0;
	}
	.contentsTop .jobLink.right .cms_image {
		z-index: -3;
	}
	.contentsTop .jobLink.right .cms_image .cms_caption_b {
		justify-content: flex-start;
		z-index: 1;
	}
	/* -- 大きい画像付き下層リンクブロック（看護） -- */
	.contentsTop .lowerimgBlock {
		padding-top: 515px;
		margin-top: 160px;
	}
	.contentsTop .lowerimgBlock::after {
		left: 2%;
	}
	.contentsTop .lowerimgBlock .cms_image {
		top: 0;
		right: 2%;
	}
	.contentsTop .lowerimgBlock .cms_image img {
		border-radius: 0 70px 0 0;
	}
}
@media print, screen and (min-width: 1450px) {
	.contentsTop .lowerimgBlock::after {
		left: calc(50% - 1140px / 2 - 120px);
	}
}
@media print, screen and (min-width: 1750px) {
	.contentsTop .lowerimgBlock .cms_image {
		right: calc(50% - 1140px / 2 - 270px);
	}
}
@media print, screen and (min-width: 1921px) {
	.contentsTop .jobLink .cms_image img,
	.contentsTop .lowerimgBlock .cms_image img {
		border-radius: 70px !important;
	}
}
/* ------------------------------
 職種TOP 入力部分（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- 画像テキスト横並び -- */
	.contentsTop .jobLink {
		position: relative;
		margin-bottom: 80px;
	}
	.contentsTop .jobLink .cms_image {
		margin-left: 0;
	}
	.contentsTop .jobLink .cms_image img {
		position: relative;
		width: 95%;
		height: 300px;
		object-fit: cover;
		border-radius: 0 30px 30px 0;
		margin-right: 5%;
		right: auto;
	}
	.contentsTop .jobLink .cms_image .cms_caption_b {
		position: relative;
		z-index: 1;
		width: 100%;
		padding: 45px 5% 0 10%;
		margin-top: -80px;
	}
	.contentsTop .jobLink .inBox {
		width: 100%;
	}
	.contentsTop .jobLink.right .cms_image img {
		left: auto;
		border-radius: 30px 0 0 30px;
		margin-right: 0;
		margin-left: 5%;
	}
	.contentsTop .jobLink.right .cms_image .cms_caption_b {
		padding: 45px 10% 0 5%;
	}
	.contentsTop .jobLink .inBox::after {
		border-top-left-radius: 30px;
		left: 5%;
		bottom: auto;
		top: 0;
		z-index: -3;
	}
	.contentsTop .jobLink.right .inBox::after {
		border-top-right-radius: 30px;
		right: 5%;
		left: auto;
	}
	/* 灰色背景にかぶせる */
	.contentsTop .bg + .jobLink {
		margin-top: -270px;
	}
	/* -- 大きい画像付き下層リンクブロック（看護） -- */
	.contentsTop .lowerimgBlock::after {
		height: 200px;
		border-radius: 30px 0 0 0;
		top: 165px;
		left: 5%;
	}
	.contentsTop .lowerimgBlock .cms_image {
		position: relative;
		width: 100%;
		height: auto;
		margin-left: 0;
        margin-right: 0;
	}
	.contentsTop .lowerimgBlock .cms_image img {
		height: 240px;
        object-fit: cover;
		border-radius: 0;
	}
	.contentsTop .lowerimgBlock .cms_text {
		width: 85%;
        margin-left: 10%;
		margin-top: -80px;
	}
}

/* ------------------------------
 職種TOP 装飾（PC）
------------------------------ */
.contentsTop .arch-right-top,
.contentsTop .arch-left-bottom-dot,
.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock),
.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text {
    position: relative;
	z-index: 1;
}
.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,
.contentsTop .arch-left-bottom-dot::before,
.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::before,
.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::before {
	content: "";
	position: absolute;
	width: 745px;
	height: 745px;
	background: #96E8FF;
	border-radius: 50%;
	z-index: -2;
}
.contentsTop .arch-left-bottom.caption .cms_caption_b::after,
.contentsTop .arch-right-top.caption .cms_caption_b::after,
.contentsTop .arch-right-bottom.caption .cms_caption_b::after,
.contentsTop .arch-right-top.bg-br-left-w .cms_text::after,
.contentsTop .arch-left-bottom-dot::after,
.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::after,
.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::after {
	content: "";
	position: absolute;
	width: 565px;
	height: 565px;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}
.contentsTop .bg + .arch-right-top.bg-br-left-w .cms_text::after {
	background-color: #f2f4f5;
}
.contentsTop .bg + .arch-right-top.bg-br-left-w .cms_text::after {
	z-index: -2;
}
.contentsTop .arch-left-bottom-dot::before,
.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::before,
.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::before {
	background-color: #d9dfe2;
	background-image: linear-gradient(-90deg, transparent 30%, #fff 30%), linear-gradient(transparent 30%, #fff 30%);
	background-size: 6px 6px;
    mix-blend-mode: multiply;
}
.contentsTop .arch-right-top.caption .cms_caption_b::before {
	top: -390px;
	right: -775px;
	transform: rotate(-35deg);
}
.contentsTop .arch-right-top.caption .cms_caption_b::after {
	top: -300px;
	right: -685px;
}
.contentsTop .arch-left-bottom.caption .cms_caption_b::before {
	bottom: -510px;
	left: -760px;
	transform: rotate(100deg);
}
.contentsTop .arch-left-bottom.caption .cms_caption_b::after {
	bottom: -420px;
	left: -670px;
}
.contentsTop .arch-right-bottom.caption .cms_caption_b::before {
    top: 85px;
    right: -750px;
    z-index: 1;
	transform: rotate(-35deg);
}
.contentsTop .arch-right-bottom.caption .cms_caption_b::after {
    top: 175px;
    right: -660px;
    z-index: 2;
}
.contentsTop .arch-right-top.bg-br-left-w .cms_text::before {
	top: -265px;
    right: -375px;
}
.contentsTop .arch-right-top.bg-br-left-w .cms_text::after {
	top: -175px;
    right: -285px;
}
.contentsTop .arch-left-bottom-dot::before {
	bottom: -580px;
	left: -765px;
}
.contentsTop .arch-left-bottom-dot::after {
	bottom: -490px;
	left: -675px;
}
.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::before,
.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::before {
	bottom: -490px;
	right: -760px;
}
.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::after,
.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::after {
	bottom: -400px;
	right: -670px;
}
@media print, screen and (min-width: 768px) {
	.contentsTop .arch-right-top.caption .cms_caption_b::before {
		z-index: -3;
	}
	.contentsTop .arch-left-bottom.caption .cms_caption_b::before {
		z-index: 1;
	}
	.contentsTop .arch-right-top.caption .cms_caption_b::after,
	.contentsTop .arch-right-top.bg-br-left-w .cms_text::after {
		z-index: -2;
	}
	.contentsTop .bg + .cms_block .arch-right-top.caption .cms_caption_b::after {
		background-color: #f2f4f5;
	}
	.contentsTop .arch-left-bottom.caption .cms_caption_b::after {
		z-index: 2;
	}
}
/* ------------------------------
 職種TOP 装飾（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.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,
	.contentsTop .arch-left-bottom-dot::before,
	.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::before,
	.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::before {
		width: 274px;
		height: 274px;
	}
	.contentsTop .arch-left-bottom.caption .cms_caption_b::after,
	.contentsTop .arch-right-top.caption .cms_caption_b::after,
	.contentsTop .arch-right-bottom.caption .cms_caption_b::after,
	.contentsTop .arch-right-top.bg-br-left-w .cms_text::after,
	.contentsTop .arch-left-bottom-dot::after,
	.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::after,
	.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::after {
		width: 186px;
		height: 186px;
	}
	.contentsTop .arch-left-bottom-dot::before,
	.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::before,
	.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::before {
		background-image: linear-gradient(-90deg, transparent 40%, #fff 40%), linear-gradient(transparent 40%, #fff 40%);
		background-size: 3px 3px;
	}
	.contentsTop .arch-right-top.caption .cms_caption_b::before,
	.contentsTop .arch-right-bottom.caption .cms_caption_b::before {
		top: auto;
		bottom: -240px;
		right: -170px;
	}
	.contentsTop .arch-right-top.caption .cms_caption_b::after,
	.contentsTop .arch-right-bottom.caption .cms_caption_b::after {
		top: auto;
		bottom: -196px;
		right: -126px;
	}
	.contentsTop .arch-left-bottom.caption .cms_caption_b::before {
		bottom: -265px;
		left: -170px;
	}
	.contentsTop .arch-left-bottom.caption .cms_caption_b::after {
		bottom: -221px;
		left: -126px;
	}
	.contentsTop .arch-right-top.bg-br-left-w .cms_text::before {
		top: -100px;
		right: -170px;
	}
	.contentsTop .arch-right-top.bg-br-left-w .cms_text::after {
		top: -56px;
		right: -126px;
	}
	.contentsTop .arch-left-bottom-dot::before {
		bottom: -255px;
		left: -140px;
	}
	.contentsTop .arch-left-bottom-dot::after {
		bottom: -211px;
		left: -96px;
	}
	.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::before,
	.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::before {
		bottom: -260px;
		right: -150px;
	}
	.contentsTop .arch-right-bottom-dot:not(.lowerimgBlock)::after,
	.contentsTop .arch-right-bottom-dot.lowerimgBlock .cms_text::after {
		bottom: -216px;
		right: -106px;
	}
}

/* ------------------------------
 下層ページ（PC）
------------------------------ */
/* -- FAQ -- */
.faq .q p span {
	-webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
/* -- 先輩の声 -- */
.profile {
	font-size: 2.0rem;
}
.voiceq span::after {
	background: #a5e1fd;
}
/* ------------------------------
 下層ページ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.profile {
		font-size: 1.8rem;
	}
}