@charset "utf-8";

/* ------------------------------
 下層ページヘッダー（PC）
------------------------------ */
.heading {
	position: relative;
	z-index: 0;
}
.heading::before {
	content: "";
	position: absolute;
	background: #19668C;
	background: linear-gradient(90deg, rgba(25, 102, 140, 1) 0%, rgba(0, 85, 128, 1) 100%);
	width: 100%;
	height: 835px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -2;
}
.heading::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 326px;
	background-color: #fff;
	border-top-right-radius: 70px;
	bottom: -1px;
	z-index: -1;
}
/* -- h1 -- */
.heading h1 {
	display: block;
	font-size: 5.2rem;
	padding-left: 50px;
    margin: auto;
}
.heading h1::before {
	content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #005580;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: 0.4em;
}
.heading h1::after {
	content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    left: 8px;
    top: calc(0.4em + 8px);
}
/* -- メイン画像あり -- */
.heading:not(.noimg) {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	width: 100%;
    min-height: 1470px;
    padding-bottom: 425px;
}
.heading figure,
.heading figure img {
    border-radius: 70px 0 0 70px;
}
.heading figure {
	position: relative;
    height: 750px;
    border-radius: 70px 0 0 70px;
}
.heading figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 背景 */
.heading figure::before {
    content: "";
    position: absolute;
    width: 745px;
    height: 745px;
    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;
    border-radius: 50%;
    top: -650px;
    right: -310px;
    z-index: -2;
}
.heading figure::after {
	content: "";
    position: absolute;
    width: 565px;
    height: 565px;
    background-color: #fff;
    border-radius: 50%;
    top: -560px;
    right: -220px;
    z-index: -1;
}
/* heading下コンテンツ */
.heading + .cms_block {
	margin-top: -210px;
    position: relative;
    z-index: 1;
}
/* -- メイン画像無し -- */
.heading.noimg {
	display: flex;
	align-items: flex-end;
	min-height: 435px;
	padding-top: 120px;
}
.heading.noimg::before {
	width: 100%;
	height: 435px;
	left: auto;
	bottom: auto;
	right: auto;
	top: 0;
}
.heading.noimg::after {
	height: 100%;
	bottom: auto;
	top: 120px;
	right: calc(50% - 1140px / 2 - 120px);
}
.heading.noimg h1 {
	width: 1140px;
}
/* heading下コンテンツ */
.heading.noimg + .cms_block {
	margin-top: -10px;
}
.heading.noimg + .cms_block.pageLink + .cms_block {
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	/* -- メイン画像あり -- */
	.heading:not(.noimg) h1 {
		width: 96%;
		margin: auto;
	}
	.heading figure {
		left: 2%;
	}
	.heading:not(.noimg)::after {
		right: 2%;
	}
	/* -- メイン画像無し -- */
	.heading.noimg::before {
		left: 0;
	}
	.heading.noimg::after {
		right: 2%;
	}
}
@media print, screen and (min-width: 1395px) {
	/* -- メイン画像無し -- */
	.heading.noimg::before {
		min-width: 1650px;
        left: calc(50% - 1140px / 2 - 120px);
	}
}
@media print, screen and (min-width: 1450px) {
	/* -- メイン画像あり -- */
	.heading:not(.noimg)::after {
		min-width: 1650px;
		right: calc(50% - 1140px / 2 - 120px);
		left: auto;
	}
	/* -- メイン画像無し -- */
	.heading.noimg::after {
		right: calc(50% - 1140px / 2 - 120px);
	}
}
@media print, screen and (min-width: 1705px) {
	/* -- メイン画像あり -- */
	.heading:not(.noimg) h1 {
        width: 95%;
        padding-right: 5%;
		left: calc(50% - 1140px / 2 - 240px);
		margin: auto 0;
	}
	.heading figure {
		width: 1770px;
		left: calc(50% - 1140px / 2 - 240px);
	}
}
/* ------------------------------
 下層ページヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- h1 -- */
	.heading h1 {
		width: 90%;
		font-size: 3.0rem;
		padding-left: 25px;
		line-height: 1.3;
	}
	.heading h1::before {
		width: 18px;
		height: 18px;
		top: 0.3em;
	}
	.heading h1::after {
		width: 8px;
		height: 8px;
		left: 5px;
		top: calc(0.3em + 5px);
	}
	/* -- メイン画像あり -- */
	.heading:not(.noimg) {
		min-height: 520px;
        padding-bottom: 145px;
	}
	.heading:not(.noimg)::before {
		height: 45%;
	}
	.heading:not(.noimg)::after {
		width: 95%;
		height: 200px;
		border-top-right-radius: 30px;
		bottom: -100px;
		right: 5%;
	}
	.heading figure,
	.heading figure img {
        border-radius: 30px 0 0 30px;
	}
	.heading figure {
		width: 95%;
        height: 200px;
        margin: 0;
        left: 5%;
	}
	/* 背景 */
	.heading figure::before {
		width: 272px;
		height: 272px;
		background-image: linear-gradient(-90deg, transparent 40%, #fff 40%), linear-gradient(transparent 40%, #fff 40%);
		background-size: 3px 3px;
		top: -335px;
		right: -105px;
	}
	.heading figure::after {
		width: 184px;
		height: 184px;
		top: -291px;
		right: -61px;
	}
	/* heading下コンテンツ */
	.heading + .cms_block {
		margin-top: -80px;
	}
	.contents > .cms_block:not(.wide),
	.contents > .cms_block.wide .cms_text {
		width: 85%;
		margin-right: 10%;
	}
	/* メイン画像無し */
	.heading.noimg {
		min-height: 115px;
        padding-top: 60px;
        margin-bottom: 40px;
	}
	.heading.noimg::before {
		height: 155px;
	}
	.heading.noimg::after {
		border-top-right-radius: 30px;
		top: 60px;
		right: 5%
	}
	.heading.noimg h1 {
		width: 85%;
		margin-left: 5%;
		margin-right: 10%;
		padding-top: 30px;
	}
	.heading.noimg h1::before {
		top: calc(30px + 0.3em);
	}
	.heading.noimg h1::after {
		top: calc(35px + 0.3em);
	}
	.heading.noimg + .cms_block {
		margin-top: 0;
	}
}
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
.mainLead,
.text-lead {
	position: relative;
	font-weight: bold;
	color: #002940;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
/* -- h2 -- */
.contents h2 {
	font-size: 4.0rem;
	margin-bottom: 35px;
}
.contents h2::before {
	content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 6px;
    background-color: #005580;
    border-radius: 3px;
    left: 0;
    bottom: 0;
}
.contents h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background-color: #f2f4f5;
    border-radius: 3px;
	margin-top: 15px;
}
/* -- h3 -- */
.contents h3,
.contentsTop h3 {
	font-size: 3.0rem;
	margin-bottom: 20px;
}
/* -- h4 -- */
.contents h4,
.contentsTop h4 {
	font-size: 2.5rem;
	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;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 20px;
}
.w1-2 h3,
.w1-3 h3,
.w1-2 h4,
.w1-3 h4 {
	letter-spacing: 0;
}
/* -- h5 -- */
.contents h5,
.contentsTop h5 {
	font-size: 2.4rem;
	border-bottom: dotted 1px #ccd4d9;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
/* -- h6 -- */
.contents h6,
.contentsTop h6 {
	font-size: 2.2rem;
	line-height: 1.75;
	padding-left: 25px;
	margin-bottom: 10px;
}
.contents h6::before,
.contentsTop h6::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: #005580;
	background: linear-gradient(90deg, rgba(0, 85, 128, 1) 0%, rgba(25, 102, 140, 1) 100%);
	border-radius: 100%;
	top: calc(0.875em - 10px);
	left: 0;
}
.contents h6::after,
.contentsTop h6::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 100%;
	top: calc(0.875em - 5px);
	left: 5px;
}
/* -- lead -- */
.mainLead {
	font-size: 4.0rem;
	letter-spacing: 0;
}
.text-lead {
	font-size: 2.0rem;
}
/* -- 強調テキスト -- */
.text-em:not(.noline) {
	border-bottom: dotted 1px #ccd4d9;
	padding: 0 0 20px 0;
}
.cms_block.text-em:not(.noline) {
	border-top: dotted 1px #ccd4d9;
	padding: 45px 0;
}
.text-em:not(.noline) + .text-em:not(.noline) {
	border-top: none;
}
.cms_text.text-em ul:first-child > li,
.cms_text.text-em ol:first-child > li,
.cms_block.text-em > .cms_text:first-child ul > li,
.cms_block.text-em > .cms_text:first-child ol > li {
	font-size: 2.0rem;
	font-weight: bold;
}
.cms_block.text-em ul:first-child > li {
	line-height: 1.5;
}
.text-em .cms_image {
	padding: 20px 0;
}
.cms_text.text-em ul:first-child > li::before,
.cms_block.text-em > .cms_text:first-child ul > li::before,
.cms_block .cms_text.list-em > ul > li::before,
.cms_block ul.list-em > li::before {
    width: 11px;
    height: 11px;
}
/* 背景色付き */
.text-marker,
.text-marker-nocolor {
	display: inline;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	background-color: #005580;
	padding: 2px 4px 3px;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
/* -- 職種ページ フッター／TOP h2 -- */
.contentsTop h2 {
	font-size: 3.8rem;
	line-height: 1.3;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}
.contentsTop h2 span,
.jobfooter h2 span {
	position: relative;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
	color: #99aab2;
	line-height: 1;
	letter-spacing: 0;
	padding-left: 30px;
	margin-bottom: 30px;
}
.contentsTop h2 span::before,
.contentsTop h2:not(:has(span))::before,
.jobfooter h2 span::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
    background: #96E8FF;
	border-radius: 50%;
	top: 5px;
	left: 0;
}
.contentsTop h2 span::after,
.contentsTop h2:not(:has(span))::after,
.jobfooter h2 span::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	top: 11px;
	left: 6px;
}
.contents .jobfooter h2::before,
.contents .jobfooter h2::after {
	content: none;
}
.contentsTop h2:not(:has(span))::before {
	top: 13px;
}
.contentsTop h2:not(:has(span))::after {
	top: 19px;
}
/* 英文字なしh2 */
.contentsTop h2:not(:has(span)) {
	padding-left: 30px;
	margin-bottom: 20px;
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- h2 -- */
	.contents h2 {
		font-size: 2.5rem;
		margin-bottom: 25px;
	}
	.contents h2::before {
		width: 70px;
		height: 5px;
	}
	.contents h2::after {
		height: 5px;
		border-radius: 3px;
		margin-top: 10px;
	}
	/* -- h3 -- */
	.contents h3,
	.contentsTop h3 {
		font-size: 2.1rem;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	/* -- h4 -- */
	.contents h4,
	.contentsTop h4 {
		font-size: 1.9rem;
		letter-spacing: 0.03em;
		background-image: linear-gradient(-90deg, transparent 40%, #fff 40%), linear-gradient(transparent 40%, #fff 40%);
        background-size: 3px 3px;
		border-radius: 10px;
		padding: 15px 5%;
		margin-bottom: 15px;
	}
	/* -- h5 -- */
	.contents h5,
	.contentsTop h5 {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
	}
	/* -- h6 -- */
	.contents h6,
	.contentsTop h6 {
		font-size: 1.7rem;
		padding-left: 22px;
	}
	.contents h6::before,
	.contentsTop h6::before {
	    width: 16px;
    	height: 16px;
		top: calc(0.875em - 9px);
	}
	.contents h6::after,
	.contentsTop h6::after {
	    width: 6px;
    	height: 6px;
		top: calc(0.875em - 4px);
	}
	/* -- lead -- */
	.mainLead {
		font-size: 2.4rem;
	}
	.text-lead {
		font-size: 1.6rem;
	}
	/* -- 強調テキスト -- */
	.text-em:not(.noline) {
		padding: 0 0 10px 0;
	}
	.cms_block.text-em:not(.noline) {
		padding: 25px 0;
	}
	.cms_text.text-em ul:first-child > li,
	.cms_text.text-em ol:first-child > li,
	.cms_block.text-em > .cms_text:first-child ul > li,
	.cms_block.text-em > .cms_text:first-child ol > li {
		font-size: 1.6rem;
	}
	.text-em .cms_image {
		padding: 10px 0;
	}
	.cms_text.text-em ul:first-child > li::before,
	.cms_block.text-em > .cms_text:first-child ul > li::before,
	.cms_block .cms_text.list-em > ul > li::before,
	.cms_block ul.list-em > li::before {
		width: 8px;
		height: 8px;
	}
	/* 背景色付き */
	.text-marker,
	.text-marker-nocolor {
		line-height: 1.75;
		letter-spacing: 0;
		padding: 0 2px 1px;
	}
	
	/* -- 職種ページ フッター／TOP h2 -- */
	.contentsTop h2 {
		font-size: 2.5rem;
		margin-bottom: 25px;
	}
	.contentsTop h2 span,
	.jobfooter h2 span {
		font-size: 1.8rem;
		padding-left: 25px;
		margin-bottom: 20px;
	}
	.contentsTop h2 span::before,
	.contentsTop h2:not(:has(span))::before,
	.jobfooter h2 span::before {
		width: 18px;
		height: 18px;
		top: 0;
	}
	.contentsTop h2 span::after,
	.contentsTop h2:not(:has(span))::after,
	.jobfooter h2 span::after {
		width: 8px;
		height: 8px;
		top: 5px;
		left: 5px;
	}
	.contentsTop h2:not(:has(span))::before {
		top: 7px;
	}
	.contentsTop h2:not(:has(span))::after {
		top: 12px;
	}
	/* 英文字なしh2 */
	.contentsTop h2:not(:has(span)) {
		padding-left: 25px;
	}
}
/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w546,
	.w1-2 {
		width: 47.895%;
	}
	/* 1/3 */
	.w358,
	.w1-3 {
		width: 30.703%;
	}
	.w358.cms_fl + .w358.cms_fl,
	.w358.fl + .w358.fl,
	.w1-3.cms_fl + .w1-3.cms_fl,
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.9455%;
	}
	.w358.cms_fl + .w358.cms_fl.ml0 {
		margin-left: 0;
	}
	/* 2/3 */
	.w749,
	.w2-3 {
		width: 65.3515%;
	}
	/* 1/4 */
	.w246,
	.w1-4 {
		width: 22.632%;
	}
	.w246.cms_fl + .w246.cms_fl,
	.w246.fl + .w246.fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.158%;
	}
	/* 3/4 */
	.w842,
	.w3-4 {
		width: 74.211%;
	}
	/* 1/5 */
	.w1-5 {
		width: 18.246%;
	}
	.w1-5.cms_fl + .w1-5.cms_fl,
	.w1-5.fl + .w1-5.fl {
		margin-left: 2.1925%;
	}
	/* その他 */
	.w860 {
		width: 860px;
	}
	.w990 {
		width: 990px;
	}
	.w1000 {
		width: 1000px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w246,
	.w1-4,
	.w1-5 {
		width: 47.25%;
	}
	.w246.cms_fl,
	.w1-4.cms_fl,
	.w1-5.cms_fl {
		float: left !important;
	}
	.w246.cms_fl + .w246.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-5.cms_fl + .w1-5.cms_fl {
		margin-left: 5.5%;
	}
	.w246.cms_fl + .w246.cms_fl + .w246.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w1-5.cms_fl + .w1-5.cms_fl + .w1-5.cms_fl {
		margin-bottom: 0;
		margin-left: 0;
	}
}
/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 横並び */
.flexBox {
	display: flex !important;
	flex-wrap: wrap;
}
.cms_block.flexBox::after {
	content: none;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
	gap: 30px 3.158%;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* flexBoxの中でも横並びにしない */
.flexBox.h100p > h2,
.flexBox.h100p > h3 {
	width: 100% !important;
	text-align: center !important;
}
.flexBox .fg-1 {
	flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
		gap: 30px 4.211%;
	}
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
		gap: 15px 3.948%;
	}
	.flexBox.div3 > * {
		width: 30.702%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 22.632%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		flex-wrap: wrap;
		gap: 25px 5.5%;
	}
	.flexBox.div4 > * {
		width: 47.25%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並びにしない） */
	.flexBox.div4.sp_nodiv {
		display: block;
	}
	.flexBox.div4.sp_nodiv > * {
		width: 100%;
	}
}
/* ------------------------------
 順番指定
------------------------------ */
@media print, screen and (min-width: 768px) {
	.order1 { order: 1;}
	.order2 { order: 2;}
	.order3 { order: 3;}
}
@media screen and (max-width: 767px) {
	.sp_order1 { order: 1;}
	.sp_order2 { order: 2;}
	.sp_order3 { order: 3;}
}
/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #d9dfe2;
	border-collapse: separate;
	border-radius: 30px;
	overflow: hidden;
}
table tr:not(:last-child) th,
table tr:not(:last-child) td {
	border-bottom: dotted 1px #b2bfc6;
}
table th:not(:last-child),
table td:not(:last-child) {
	border-right: dotted 1px #b2bfc6;
}
table th {
	font-weight: bold;
	color: #002940;
	background-color: #f2f4f5;
	padding: 20px 25px;
}
table td {
	background-color: #fff;
	padding: 20px 25px;
}
table thead th,
table tr.thead-th th,
table tr th.thead-th {
	color: #fff;
    text-align: center;	
	background-color: #005580;
	padding: 20px 25px;
}
table tr:last-child.thead-th th,
table tr:last-child th.thead-th {
	border-bottom: none;
}
table tr.table-td,
table tr td.table-td {
	font-weight: bold;
	color: #fff;
	background-color: #126188;
}
table tr:nth-last-child(2) th[rowspan="2"],
table tr:nth-last-child(3) th[rowspan="3"],
table tr:nth-last-child(4) th[rowspan="4"],
table tr:nth-last-child(5) th[rowspan="5"],
table tr:nth-last-child(6) th[rowspan="6"],
table tr:nth-last-child(7) th[rowspan="7"],
table tr:nth-last-child(8) th[rowspan="8"],
table tr:nth-last-child(9) th[rowspan="9"],
table tr:nth-last-child(10) th[rowspan="10"],
table tr:nth-last-child(2) td[rowspan="2"],
table tr:nth-last-child(3) td[rowspan="3"],
table tr:nth-last-child(4) td[rowspan="4"],
table tr:nth-last-child(5) td[rowspan="5"],
table tr:nth-last-child(6) td[rowspan="6"],
table tr:nth-last-child(7) td[rowspan="7"],
table tr:nth-last-child(8) td[rowspan="8"],
table tr:nth-last-child(9) td[rowspan="9"],
table tr:nth-last-child(10) td[rowspan="10"] {
    border-bottom: none;
}
/* シンプル */
.simple table,
.schedule table {
	border: none;
	border-collapse: collapse;
	border-radius: 0;
	overflow: unset;
}
.simple table th:not(:last-child),
.simple table td:not(:last-child),
.schedule table th:not(:last-child),
.schedule table td:not(:last-child)  {
	border-right: none;
}
.simple table tr th,
.simple table tr td {
	background-color: transparent;
	border-bottom: dotted 1px #b2bfc6;
	padding: 20px 0;
}
.simple table tr:first-child th,
.simple table tr:first-child td {
	border-top: dotted 1px #b2bfc6;
}
/* rowspan で border が消える対策 */
th.rsborder,
td.rsborder {
	border-right: none !important;
}
th.rsborder + td[rowspan],
td.rsborder + td[rowspan] {
	border-left: dotted 1px #b2bfc6;
}
/* スケジュール・沿革 */
.schedule table tr th,
.schedule table tr td {
	background-color: transparent;
}
.schedule table tr:not(:last-child) th,
.schedule table tr:not(:last-child) td {
	border-bottom: none;
}
.schedule table tr th {
	width: 18%;
	font-size: 1.8rem;
	color: #005580;
	padding: 0 10px 0 0;
}
.schedule table tr td {
	position: relative;
	padding: 3px 0 3px 15px;
}
.schedule table tr td strong {
	font-size: 1.8rem;
}
.schedule table tr td::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
	border-left: dotted 1px #005580;
    top: 20px;
    left: 0;
    margin: auto;
}
.schedule table tr:last-child td::before {
	content: none;
}
.schedule table tr td::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #005580;
    border-radius: 100%;
    top: 14px;
    left: -4px;
    margin: auto;
}
.schedule table tr td img {
    margin-top: 10px;
}
/* 均等 */
.table-equal table {
	table-layout: fixed;
}
.table-equal table th,
.table-equal table td {
	padding: 20px 5px;
}
/* 左右中央揃え */
.tac table th,
.tac table td {
	text-align: center;
}
/* 上下中央揃え */
.vam table th,
.vam table td {
	vertical-align: middle;
}
/* -- スクロール -- */
.cms_text.scroller {
	overflow-y: hidden !important;
	padding: 1px;
}
@media print, screen and (min-width: 768px) {
	/* デフォルト */
	table th {
		width: fit-content;
        white-space: nowrap;
	}
	/* シンプル */
	.simple table td:last-child {
		border-left: 35px solid transparent;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	table {
		border-radius: 20px;
	}
	table th,
	table td {
		padding: 15px;
	}
	/* シンプル */
	.simple table td {
		padding: 15px 0;
	}
	.simple table tr:first-child td:not(:first-child) {
		border-top: none;
	}
	/* スケジュール・沿革 */
	.schedule table tr th,
	.schedule table tr td {
		line-height: 1.5;
	}
	.schedule table tr th {
		width: 30%;
		font-size: 1.6rem;
		padding-bottom: 15px;
		padding-right: 5px;
	}
	.schedule table tr td strong {
		font-size: 1.6rem;
	}
	.schedule table tr th span {
		display: block;
		font-size: 1.3rem;
	}
	.schedule table tr td {
		padding: 0 0 10px 13px;
	}
	.schedule table tr td::before {
		top: 15px;
	}
	.schedule table tr td::after {
		top: 9px;
	}
	.schedule table tr td img {
		margin-top: 5px;
	}
	/* レスポンシブ */
	.res table th,
	.res table td {
		width: auto !important;
		display: block;
	}
	.res table th {
		border-right: none;
		border-bottom: dotted 1px #b2bfc6;
	}
	/* スクロール */
	.cms_text.scroller table {
		width: 750px !important;
	}
	.cms_image.scroller img {
		width: auto !important;
	}
	/* スクロールヒント */
	.scroll-hint-icon {
		width: 120px;
		height: 92px;
		border-radius: 10px;
		background: rgba(0, 41, 64, 50%);
		padding-top: 23px;
	}
	.scroll-hint-icon::before {
		width: 32px;
		height: 40px;
		background-image: url(../img/icon_scrollhint.svg);
	}
	.scroll-hint-icon::after {
		width: 32px;
		height: 11px;
		top: 16px;
		margin-left: -19px;
		background-image: url(../img/icon_scrollhint_arrow.svg);
	}
	.scroll-hint-text {
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		letter-spacing: 0.03em;
		margin-top: 1px;
	}
	.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 1;
	}
}
/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_block ul > li {
	position: relative;
	padding-left: 1em;
}
.cms_block ul > li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #005580;
	border-radius: 50%;
	top: 0.5em;
	left: 0;
}
.cms_block ul > li > ul li::before {
	background-color: #6A93A1;
}
/* 注釈リスト */
.cms_block .cms_text.list-note > ul > li,
.cms_block .cms_image.list-note > ul > li,
.cms_block ul.list-note > li {
	padding-left: 1.3em;
}
.cms_block .cms_text.list-note > ul > li::before,
.cms_block .cms_image.list-note > ul > li::before,
.cms_block ul.list-note > li::before {
	content: "※";
	font-size: 100%;
	color: #000;
	top: 0;
	background-color: transparent;
}
/* チェックリスト */
.cms_block .cms_text.list-check ul > li,
.cms_block .cms_image.list-check ul > li,
.cms_block ul.list-check > li {
	padding-left: 1.3em;
}
.cms_block .cms_text.list-check ul > li::before,
.cms_block .cms_image.list-check ul > li::before,
.cms_block ul.list-check > li::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #005580;
	border-radius: 3px;
	top: 5px;
}
.cms_block .cms_text.list-check ul > li::after,
.cms_block .cms_image.list-check ul > li::after,
.cms_block ul.list-check > li::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 4px;
	border-left: solid 3px #EEF6F3;
	border-bottom: solid 3px #EEF6F3;
	top: 6px;
	left: 3px;
	transform: rotate(-45deg);
}
/* 数字リスト */
.cms_block ol:not([start]) { counter-reset: cnt 0; }
.cms_block ol[start="2"] { counter-reset: cnt 1; }
.cms_block ol[start="3"] { counter-reset: cnt 2; }
.cms_block ol[start="4"] { counter-reset: cnt 3; }
.cms_block ol[start="5"] { counter-reset: cnt 4; }
.cms_block ol > li {
	position: relative;
    counter-increment: cnt;
	padding-left: 20px;
}
.cms_block ol > li::before {
	content: counter(cnt) '.';
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: bold;
	color: #005580;
    line-height: 1;
	top: 0.35em;
	left: 0;
}
.cms_block ol > li > ul {
	margin: 5px 0;
}
/* 丸数字リスト */
.cms_block .cms_text.list-c ol > li,
.cms_block .cms_image.list-c ol > li,
.cms_block ol.list-c > li {
	position: relative;
    counter-increment: cnt;
	padding-left: 25px;
}
.cms_block .cms_text.list-c ol > li::before,
.cms_block .cms_image.list-c ol > li::before,
.cms_block ol.list-c > li::before {
	content: counter(cnt);
	width: 17px;
	height: 17px;
	font-size: 60%;
	color: #fff;
	line-height: 17px;
	text-align: center;
	background-color: #005580;
	border-radius: 50%;
	top: 0.5em;
}
/* 強調リスト */
.cms_block .cms_text.list-em > ul > li,
.cms_block .cms_image.list-em .cms_caption_b > ul > li,
.cms_block ul.list-em > li,
.cms_block .cms_text.list-em > ol > li,
.cms_block .cms_image.list-em .cms_caption_b > ol > li,
.cms_block ol.list-em > li {
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: dotted 1px #ccd4d9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list-em.noline li {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
}
.cms_block .cms_text.list-em > ol > li::before,
.cms_block .cms_image.list-em .cms_caption_b > ol > li::before,
.cms_block ol.list-em > li::before {
    font-size: 2.3rem;
}
/* 背景色付きリスト */
.cms_block .list-bg ul > li {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background-color: #002940;
	border-radius: 8px;
	padding: 5px 15px 5px calc(1.3em + 5px);
}
.cms_block .list-bg ul > li::before {
	width: 10px;
	height: 10px;
	background: #fff;
	top: calc(0.5em + 6px);
    left: 15px;
}
/* 横並びリスト（列揃えない） */
.list-flex ul,
ul.list-flex {
	display: flex;
	flex-flow: row wrap;
	gap: 0 2em;
}
table .list-flex ul,
table ul.list-flex {
	gap: 0 1em;
}
/* 下マージン付きリスト */
.cms_block .cms_text.list-mb1em ul > li,
.cms_block .cms_image.list-mb1em ul > li,
.cms_block ul.list-mb1em > li,
.cms_block .cms_text.list-mb1em ol > li,
.cms_block .cms_image.list-mb1em ol > li,
.cms_block ol.list-mb1em > li {
	margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
	/* 折り返すリスト（列の幅揃えない） */
	.list-grid ul,
	.list-grid ol,
	.list-grid-2 ul,
	.list-grid-2 ol,
	.list-grid-3 ul,
	.list-grid-3 ol,
	.list-grid-5 ul,
	.list-grid-5 ol,
	.list-grid-6 ul,
	.list-grid-6 ol,
	.list-grid-7 ul,
	.list-grid-7 ol {
		display: grid;
		grid-template-rows: repeat(4, auto);
		grid-template-columns: repeat(auto-fit, minmax(20%, max-content));
		grid-auto-flow: column;
		gap: 0 25px;
	}
	/* 折り返すリスト 2行 */
	.list-grid-2 ul,
	.list-grid-2 ol {
		grid-template-rows: repeat(2, auto);
	}
	/* 折り返すリスト 3行 */
	.list-grid-3 ul,
	.list-grid-3 ol {
		grid-template-rows: repeat(3, auto);
	}
	/* 折り返すリスト 5行 */
	.list-grid-5 ul,
	.list-grid-5 ol {
		grid-template-rows: repeat(5, auto);
	}
	/* 折り返すリスト 6行 */
	.list-grid-6 ul,
	.list-grid-6 ol {
		grid-template-rows: repeat(6, auto);
	}
	/* 折り返すリスト 7行 */
	.list-grid-7 ul,
	.list-grid-7 ol {
		grid-template-rows: repeat(7, auto);
	}
	/* 横並びリスト（2列） */
	.list-grid-row ul,
	.list-grid-row ol,
	.list-grid-row-3 ul,
	.list-grid-row-3 ol,
	.list-grid-row-4 ul,
	.list-grid-row-4 ol {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 35px;
	}
	/* 横並びリスト（3列） */
	.list-grid-row-3 ul,
	.list-grid-row-3 ol,
	.list-grid-row-4 ul,
	.list-grid-row-4 ol {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0 20px;
	}
	/* 横並びリスト（4列） */
	.list-grid-row-4 ul,
	.list-grid-row-4 ol {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {	
	.cms_block ul > li::before {
		width: 9px;
        height: 9px;
	}
	/* チェックリスト */
	.cms_block .cms_text.list-check ul > li::before,
	.cms_block .cms_image.list-check .cms_caption_b > ul > li::before,
	.cms_block ul.list-check > li::before {
		width: 14px;
		height: 14px;
	}
	.cms_block .cms_text.list-check ul > li::after,
	.cms_block .cms_image.list-check .cms_caption_b > ul > li::after,
	.cms_block ul.list-check > li::after {
		width: 9px;
		height: 4px;
		border-left: solid 2px #EEF6F3;
		border-bottom: solid 2px #EEF6F3;
		top: 6px;
	}
	/* 数字リスト */
	.cms_block ol > li {
		padding-left: 15px;
	}
	/* 数字リスト 丸 */
	.cms_block .cms_text.list-c > ol > li,
	.cms_block .cms_image.list-c .cms_caption_b > ol > li,
	.cms_block ol.list-c > li {
		padding-left: 20px;
	}
	.cms_block .cms_text.list-c > ol > li::before,
	.cms_block .cms_image.list-c .cms_caption_b > ol > li::before,
	.cms_block ol.list-c > li::before {
		width: 16px;
		height: 16px;
		line-height: 16px;
		top: 0.5em;
	}
	/* 強調リスト */
	.cms_block .cms_text.list-em > ul > li,
	.cms_block .cms_image.list-em .cms_caption_b > ul > li,
	.cms_block ul.list-em > li,
	.cms_block .cms_text.list-em > ol > li,
	.cms_block .cms_image.list-em .cms_caption_b > ol > li,
	.cms_block ol.list-em > li {
		font-size: 1.6rem;
		line-height: 1.5;
		padding-left: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.cms_block .cms_text.list-em > ul > li::before,
	.cms_block .cms_image.list-em .cms_caption_b > ul > li::before,
	.cms_block ul.list-em > li::before {
		width: 8px;
		height: 8px;
		top: 0.4em;
	}
	.cms_block .cms_text.list-em > ol > li:before,
	.cms_block .cms_image.list-em .cms_caption_b > ol > li:before,
	.cms_block ol.list-em > li:before {
		font-size: 2.3rem;
	}
	/* 背景色付きリスト */
	.cms_block .list-bg ul > li {
		font-size: 1.6rem;
		border-radius: 4px;
		padding: 3px 10px 3px calc(1.0em + 7px);
	}
	.cms_block .list-bg ul > li::before {
		width: 8px;
		height: 8px;
		top: calc(0.5em + 4px);
		left: 10px;
	}
	/* 横並びリスト（列揃えない） */
	.list-flex ul,
	ul.list-flex {
		gap: 0 1em;
	}
}
/* ------------------------------
 アイコン（PC）
------------------------------ */
.icon-help {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -0.05em;
	background-color: #002940;
	border-radius: 100%;
	vertical-align: bottom;
	margin-right: 3px;
}
.icon-help::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%);	
	background-color: #002940;
	right: 7px;
	bottom: 7px;
}
/* ------------------------------
 角丸（PC）
------------------------------ */
.r20,
.r20 img {
	border-radius: 20px;
}
.nor,
.cms_image.nor img,
.cms_block > .cms_image.nor img {
	border-radius: 0;
}
/* ------------------------------
 角丸（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.r20,
	.r20 img {
		border-radius: 15px;
	}
}
/* ------------------------------
 画像（PC）
------------------------------ */
.cms_image img {
	border-radius: 20px;
}
/* ------------------------------
 画像（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_image img {
		border-radius: 15px;
	}
}
/* ------------------------------
 背景（PC）
------------------------------ */
.bgBox,
.bgBox-w,
.bgBox-dot,
.localnavi {
	background-color: #f2f4f5;
	border-radius: 30px;
	padding: 55px 60px;
}
.bgBox-w {
	background-color: #fff;
}
.bgBox-dot {
	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;
	padding: 40px;
}
/* カコミ見出し */
.bgBox:not(.noicon) > *:first-child::before,
.bgBox-w:not(.noicon) > *:first-child::before,
.localnavi p::before {
	content: "";
	position: absolute;
	width: 48px;
	height: 8px;
	background-color: #005580;
	border-radius: 0 3px 3px 0;
	top: 0.55em;
	left: -60px;
}
.bgBox:not(.noicon) > *:first-child,
.bgBox-w:not(.noicon) > *:first-child {
	position: relative;
	padding-left: 0;
}
.bgBox:not(.noicon) > *:first-child::after,
.bgBox-w:not(.noicon) > *:first-child::after {
	content: none;
}
.bgBox h3,
.bgBox-w h3 {
	font-size: 2.7rem;
}
/* 幅いっぱい背景色変更 */
.bg {
	position: relative;
	z-index: 1;
	padding: 95px 0;
}
.bg::before {
    content: "";
    position: absolute;
    width: 3000px;
    height: 100%;
    background-color: #f2f4f5;
    left: calc(50% - 3000px / 2);
	top: 0;
	bottom: 0;
	margin: auto;
    z-index: -1;
}
.bg.pb {
	padding-bottom: 260px;
}
/* 角丸横付き背景 */
.bg-br-left,
.bg-br-left-w {
	position: relative;
    z-index: 1;
	padding-top: 95px;
}
.bg + .bg-br-left,
.bg + .bg-br-left-w {
    margin-top: -270px;
}
.bg-br-left::before,
.bg-br-left-w::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 90px);
    background-color: #f2f4f5;
    border-top-left-radius: 70px;
    top: 0;
    left: calc(50% - 1140px / 2 - 120px);
	z-index: -1;
}
.bg-br-left-w::before {
    background-color: #fff;
}
.bg-br-left.last::before,
.bg-br-left-w.last::before {
	height: calc(100% + 95px + 1000px);
}
.bg-br-left + *,
.bg-br-left-w + * {
	position: relative;
    z-index: 1;
}
@media print, screen and (min-width: 1920px) {
	.bg::before {
		width: 1920px;
		left: calc(50% - 1920px / 2);
	}
}
/* ------------------------------
 背景（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.bgBox,
	.bgBox-w,
	.bgBox-dot,
	.localnavi {
		padding: 30px 5%;
		border-radius: 20px;
	}
	.bgBox-dot {
		background-image: linear-gradient(-90deg, transparent 40%, #fff 40%), linear-gradient(transparent 40%, #fff 40%);
		background-size: 3px 3px;
		padding: 20px 5%;
	}
	/* カコミ見出し */
	.bgBox:not(.noicon) > *:first-child::before,
	.bgBox-w:not(.noicon) > *:first-child::before {
		width: 5%;
		top: 0.5em;
		left: -5.5%;
	}
	.contentsTop .bgBox:not(.noicon) > *:first-child::before,
	.contentsTop .bgBox-w:not(.noicon) > *:first-child::before,
	.cms_block.bgBox:not(.noicon) > *:first-child::before,
	.cms_block.bgBox-w:not(.noicon) > *:first-child::before {
		left: -6.5%;
	}
	.bgBox h3,
	.bgBox-w h3 {
		font-size: 2.0rem;
	}
	/* 幅いっぱい背景色変更 */
	.bg {
		padding: 40px 0;
	}
	.bg::before {
		width: 768px;
		left: calc(50% - 768px / 2);
	}
	.bg.pb {
		padding-bottom: 160px;
	}
	/* 角丸横付き背景 */
	.bg-br-left,
	.bg-br-left-w {
		padding-top: 25px;
		padding-left: 5%;
	}
	.bg + .bg-br-left,
	.bg + .bg-br-left-w {
		margin-top: -110px;
	}
	.bg-br-left::before,
	.bg-br-left-w::before {
		border-top-left-radius: 25px;
		left: 5%;
	}
	.bg-br-left.last::before,
	.bg-br-left-w.last::before {
		height: calc(100% + 50px + 1000px);
	}
}
/* ------------------------------
 線（PC）
------------------------------ */
/* 上 */
.line-t {
	border-top: dotted 1px #A1C3D1;
	padding-top: 25px;
}
.cms_block.line-t {
	padding-top: 60px;
}
/* 下 */
.line-b {
	border-bottom: dotted 1px #A1C3D1;
	padding-bottom: 25px;
}
.cms_block.line-b {
	padding-bottom: 60px;
}
/* ------------------------------
 線（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 上 */
	.cms_block.line-t {
		padding-top: 30px;
	}
	/* 下 */
	.cms_block.line-b {
		padding-bottom: 30px;
	}
}
/* ------------------------------
 リンク（PC）
------------------------------ */
/* 横並びリンク */
.inlineLink {
	display: flex;
	flex-flow: row wrap;
	gap: 20px 40px;
}
/* ------------------------------
 リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並びリンク */
	.inlineLink {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
}
/* ------------------------------
 ボタン（PC）
------------------------------ */
/*デフォルト*/
.btn,
.btn-s {
	display: block;
}
.btn a,
.btn-s a {
	display: inline;
	position: relative;
	font-size: 2.3rem;
	font-weight: bold;
	color: #002940;
	text-align: left;
	text-decoration: none;
	padding-bottom: 5px;
	transition: .3s ease-in-out;
}
.btn a::before,
.btn a::after,
.btn-s a::before,
.btn-s a::after {
	content: "";
	transition: .3s ease-in-out;
}
.btn a::before,
.btn-s a::before {
	position: absolute;
	display: block;
	width: calc(100% - 62px);
	height: 0;
	border-bottom: dotted 1px #b2bfc6;
	left: 0;
	bottom: 0;
	margin: 0 !important;
}
.btn a::after,
.btn-s a::after {
	display: inline-block;
	width: 52px;
	height: 52px;
	background: #005580 url(../img/arrow_link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 15px;
	border-radius: 50%;
	vertical-align: middle;
    margin-left: 10px;
	margin-bottom: 7px;
}
/* ブランク */
.cms_text .btn a[target="_blank"]::after,
.cms_text .btn-s a[target="_blank"]::after {
	width: 52px;
	height: 52px;
    margin-left: 10px;
	margin-bottom: 7px;
}
.btn a[target="_blank"]::after,
.btn-s a[target="_blank"]::after {
	background-image: url(../img/icon_blank_btn.svg);
	background-size: 20px 20px;
}
/* リスト */
.btn.list a::after,
.btn-s.list a::after {
	background-image: url(../img/icon_list_btn.svg);
	background-size: 16px 16px;
}
/* ダウンロード */
.cms_pdf.btn a::before,
.cms_doc.btn a::before,
.cms_xls.btn a::before,
.cms_ppt.btn a::before,
.cms_pdf.btn-s a::before,
.cms_doc.btn-s a::before,
.cms_xls.btn-s a::before,
.cms_ppt.btn-s a::before {
	background-image: unset;
}
.btn.dl a::after,
.cms_pdf.btn a::after,
.cms_doc.btn a::after,
.cms_xls.btn a::after,
.cms_ppt.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,
.cmscms_ppt_xls.btn-s a::after {
	background-image: url(../img/icon_dl_btn.svg);
	background-size: 20px 21px;
}
/* ボタン小 */
.btn-s a {
	font-size: 1.8rem;
}
.btn-s a::before {
	width: calc(100% - 41px);
}
.btn-s a::after {
	width: 36px;
	height: 36px;
	background-size: 8px 12px;
    margin-left: 5px;
	margin-bottom: 4px;
}
.btn-s.pl a::after {
	transform: rotate(90deg);
}
.cms_text .btn-s a[target="_blank"]::after {
	width: 36px;
	height: 36px;
    margin-left: 5px;
	margin-bottom: 4px;
}
.btn-s a[target="_blank"]::after {
	background-size: 16px 16px;
}
.btn-s.dl a::after,
.cms_pdf.btn-s a::after,
.cms_doc.btn-s a::after,
.cms_xls.btn-s a::after,
.cms_ppt.btn-s a::after {
	background-size: 16px 17px;
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/*デフォルト*/
	.btn a,
	.btn-s a {
		font-size: 1.8rem;
	}
	.btn a::before,
	.btn-s a::before {
		width: calc(100% - 45px);
	}
	.btn a::after,
	.btn-s a::after {
		width: 40px;
		height: 40px;
		background-size: 8px 12px;
		margin-left: 5px;
    	margin-bottom: 2px;
	}
	/* ブランク */
	.cms_text .btn a[target="_blank"]::after,
	.cms_text .btn-s a[target="_blank"]::after {
		width: 40px;
		height: 40px;
		margin-left: 5px;
    	margin-bottom: 2px;
	}
	.btn a[target="_blank"]::after {
		background-size: 16px 16px;
	}
	/* リスト */
	/* ダウンロード */
	.btn.dl a::before {
		background-size: 18px 19px;
	}
	/* ボタン小 */
	.btn-s a {
		font-size: 1.6rem;
	}
	.btn-s a::before {
		width: calc(100% - 35px);
	}
	.btn-s a::after {
		width: 30px;
		height: 30px;
		margin-bottom: 0;
	}
	.cms_text .btn-s a[target="_blank"]::after {
		width: 30px;
		height: 30px;
		margin-bottom: 0;
	}
	.btn-s a[target="_blank"]::after {
		background-size: 14px 14px;
	}
	.btn-s.dl a::after,
	.cms_pdf.btn-s a::after,
	.cms_doc.btn-s a::after,
	.cms_xls.btn-s a::after,
	.cms_ppt.btn-s a::after {
		background-size: 14px 16px;
	}
	.btn-s.list a::after {
		background-size: 14px 14px;
	}
}
/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
/* デフォルト */
.pageLink .cms_text {
    background-color: #f2f4f5;
    border-radius: 30px;
	padding: 35px 0 30px;
}
.pageLink .index {
	position: relative;
	display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
	background-color: #005580;
	border-radius: 0 14px 14px 0;
	padding: 5px 15px 5px 55px;
	margin-bottom: 10px;
}
.pageLink ul {
	display: flex;
	flex-flow: row wrap;
	padding: 0 55px;
	gap: 5px 20px;
}
.pageLink ul li a {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: #002940;
	text-decoration: none;
	z-index: 1;
}
.pageLink ul li a::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #005580;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 3px;
    margin-bottom: 3px;
	z-index: -1;
}
.pageLink ul li a::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 7px;
	background: url(../img/arrow_link.svg) no-repeat;
	transform: rotate(90deg);
    right: 6px;
    bottom: 7px;
}
.pageLink ul li {
	padding-left: 0;
}
.pageLink ul li::before {
	content: none;
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink .cms_text {
		border-radius: 20px;
		padding: 20px 0 15px;
	}
	.pageLink .index {
		font-size: 1.4rem;
		border-radius: 0 10px 10px 0;
		padding: 4px 12px 4px 20px;
	}
	.pageLink ul {
		gap: 0 20px;
        padding: 0 20px;
	}
	.pageLink ul li a {
		font-size: 1.5rem;
	}
	.pageLink ul li a::after {
		background-color: #002940;
	}
	.pageLink ul li a::before {
		width: 4px;
    	height: 7px;
		right: 7px;
    	bottom: 6px;
	}
}
/* ------------------------------
 下層ページリンク（PC）
------------------------------ */
ul.lowerLink {
	display: flex;
	flex-flow: row wrap;
	gap: 45px 3.947%;
}
/* 1/3 */
ul.lowerLink > li {
	width: 30.702%;
}
/* 1/2 */
.div2 ul.lowerLink {
	gap: 45px 4.21%;
}
.div2 ul.lowerLink > li {
	width: 47.895%;
}
/* 幅いっぱい */
.w1-2 ul.lowerLink > li {
	width: 100%;
}
.cms_block .cms_text ul.lowerLink > li {
	padding: 0;
}
.cms_block .cms_text ul.lowerLink > li::before {
	content: none;
}
ul.lowerLink > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 140px;
	background-color: #fff;
	text-decoration: none;
}
ul.lowerLink > li > a,
ul.lowerLink > li > a img {
	border-radius: 30px;
}
ul.lowerLink > li > a p {
	font-size: 2.1rem;
	font-weight: bold;
	color: #002940;
	text-decoration: none;
}
/* 画像あり */
ul.lowerLink > li > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.lowerLink > li > a img + p {
	position: absolute;
	background-color: #fff;
	border-top-right-radius: 20px;
	padding: 15px 18px 1px 28px;
	bottom: -1px;
	left: 0;
}
ul.lowerLink > li > a img + p::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background: rgba(0, 85, 128, 1);
	background: linear-gradient(45deg, rgba(0, 85, 128, 1) 0%, rgba(25, 102, 140, 1) 100%);
	border-radius: 50%;
	overflow: hidden;
	left: 0;
	top: 21px;
}
ul.lowerLink > li > a img + p::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	left: 6px;
	top: 27px;
}
/* 画像なし */
ul.lowerLink > li > a:not(:has(img)) {
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
	border: solid 2px #f2f4f5;
	padding: 20px 60px 20px 30px;
}
.cms_text ul.lowerLink > li > a:not(:has(img))::after {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	background: #005580 url(../img/arrow_link.svg) no-repeat 16px center / 7px 10px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 22px;
	margin: auto;
}
.cms_text ul.lowerLink > li > a[target="_blank"]:not(:has(img))::after {
	background: #005580 url(../img/icon_blank_btn.svg) no-repeat center / 14px 14px;
}
ul.lowerLink > li > a:not(:has(img)) p {
	font-size: 2.0rem;
	line-height: 1.5;
}
/* ----------------------
 下層ページリンク（SP）
---------------------- */
@media screen and (max-width: 767px) {
	ul.lowerLink,
	.div2 ul.lowerLink {
		gap: 20px 0;
	}
	ul.lowerLink > li {
		width: 100% !important;
	}
	ul.lowerLink > li > a {
		min-height: 116px;
	}
	ul.lowerLink > li > a,
	ul.lowerLink > li > a img {
    	border-radius: 20px;
	}
	ul.lowerLink > li > a img {
		height: auto;
	}
	ul.lowerLink > li > a img + p {
	    font-size: 1.8rem;
		border-top-right-radius: 17px;
    	padding: 11px 15px 1px 23px;
	}
	ul.lowerLink > li > a img + p::before {
		width: 18px;
		height: 18px;
		top: 17px;
	}
	ul.lowerLink > li > a img + p::after {
		width: 8px;
		height: 8px;
		left: 5px;
		top: 22px;
	}
	ul.lowerLink > li > a:not(:has(img)) {
		padding: 15px calc(5% + 35px) 15px 5%;
	}
	ul.lowerLink > li > a:not(:has(img)) p {
		font-size: 1.8rem;
	}
	.cms_text ul.lowerLink > li > a:not(:has(img))::after {
		width: 30px;
		height: 30px;
		background: #005580 url(../img/arrow_link.svg) no-repeat 13px center / 7px 10px;
		right: 5%;
	}
	.cms_text ul.lowerLink > li > a[target="_blank"]:not(:has(img))::after {
		background: #005580 url(../img/icon_blank_btn.svg) no-repeat center / 12px 12px;
	}
}
/* ------------------------------
 同階層リンク（PC）
------------------------------ */
.localnavi p {
	position: relative;
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.localnavi ul {
	display: flex;
	flex-flow: row wrap;
	gap: 10px 44px;
}
.cms_block.localnavi ul > li {
	padding-left: 0;
}
.cms_block.localnavi ul > li::before {
	content: none;
}
.cms_block.localnavi ul > li:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 0;
	height: 19px;
	border-right: dotted 1px #b2bfc6;
	right: -22px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.localnavi ul > li a {
	position: relative;
	display: block;
    height: 100%;
	padding-bottom: 3px;
}
.localnavi ul > li a::before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 3px;
	background-color: #005580;
	border-radius: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}
.localnavi ul > li.on a {
	font-weight: bold;
}
.localnavi ul > li.on a::before {
	opacity: 1;
}
.cms_block.localnavi ul > li a br {
	display: none !important;
}
@media print, screen and (min-width: 768px) {
	.localnavi {
		padding: 45px 60px;
	}
}
/* ----------------------
 同階層リンク（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.localnavi p {
		font-size: 1.8rem;
	}
	.localnavi p::before {
		width: 5%;
		top: 0.6em;
		left: -6.5%;
	}
	.localnavi ul {
		gap: 5px 26px;
	}
	.cms_block.localnavi ul > li:not(:last-child)::after {
		height: 15px;
		right: -13px;
	}
}
/* ------------------------------
 新着情報・ブログ・イベント（PC）
------------------------------ */
/* -- 新着一覧ページ -- */
.newsList li {
	width: 100%;
	padding: 24px 0;
	border-bottom: dotted 1px #A1C3D1;
}
.newsList li:first-child {
	border-top: dotted 1px #A1C3D1;
}
/*新着タイトル*/
.headline {
	line-height: 1.5;
}
/*リンクありの場合*/
.headline a {
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: #002940;
}
/* -- 日付 -- */
.date {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #80949f;
}
/* -- カテゴリ・タグ -- */
/* -- 
cate4  ： 医師
cate11  ： 専攻医
cate12  ： 初期研修医
cate13  ： 看護部
cate14 ： 医療技術部
cate15 ： 介護職員
cate16 ： 事務部・その他
-- */
.cate {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 26px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background: #005580;
	border-radius: 13px;
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 8px;
}
:is(.cate4, .cate11, .cate12, .cate13, .cate14, .cate15, .cate16) .cate {
	color: #002940;
	background: #96e8ff;
}
.cate4 .cate {
	background: linear-gradient(45deg, rgba(150, 232, 255, 0.60) 0%, rgba(141, 133, 255, 0.60) 100%);
}
.cate11 .cate {
	background: linear-gradient(45deg, rgba(150, 232, 255, 0.60) 0%, rgba(122, 167, 255, 0.60) 100%);
}
.cate12 .cate {
	background: linear-gradient(45deg, rgba(150, 232, 255, 0.65) 0%, rgba(122, 204, 255, 0.65) 100%);
}
.cate13 .cate {
	background: linear-gradient(45deg, rgba(150, 232, 255, 0.65) 0%, rgba(255, 181, 243, 0.65) 100%);
}
.cate14 .cate {
	background: linear-gradient(45deg, rgba(150, 232, 255, 0.65) 0%, rgba(101, 235, 192, 0.65) 100%);
}
.cate15 .cate {
	background: linear-gradient(45deg, rgba(150, 232, 255, 0.65) 0%, rgba(242, 245, 86, 0.65) 100%);
}
.cate16 .cate {
	background: linear-gradient(45deg, rgba(150, 232, 255, 0.65) 0%, rgba(186, 245, 103, 0.65) 100%);
}
/* -- ブログ・イベント一覧ページ -- */
.postList li a .blogImg {
	position: relative;
}
.postList li a .blogImg img {
	border-radius: 15px;
}
.postList .date {
	position: absolute;
    width: 105px;
    height: 26px;
    line-height: 1;
    background-color: #f2f4f5;
    border-radius: 0 15px 0 0;
    padding: 10px 15px 0 0;
    bottom: -1px;
    left: 0;
	z-index: 1;
}
.postList li a .blogText .title {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}
/* -- 新着情報ブロック -- */
.newsBlock:not(:last-child) {
	margin-bottom: 60px;
}
.cms_block .newsList li {
	display: flex;
    align-items: center;
    gap: 5px 20px;
    background-color: #fff;
    border-bottom: none;
    border-radius: 15px;
	padding: 26px 25px;
}
.cms_block .newsList li:first-child {
    border-top: none;
}
.cms_block .newsList li:not(:last-child) {
    margin-bottom: 10px;
}
.cms_block .newsList li::before {
	content: none;
}
.cms_block .newsList li .cate {
	display: none;
}
.cms_block .newsList li a {
	text-decoration: none;
}
/* -- サイドナビ -- */
.sideContents .localnavi {
	width: 100%;
	border-radius: 20px;
	padding: 0;
}
.sideContents .localnavi ul {
	flex-flow: column;
	gap: 0;
}
.sideContents .localnavi > ul {
	padding: 20px 10px;
}
.sideContents .localnavi ul > li,
.sideContents .localnavi ul > li > p {
	position: relative;
}
.sideContents .localnavi ul:not(.pulldown) > li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 0;
    border-bottom: dotted 1px #b2bfc6;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.sideContents .localnavi p {
	font-size: inherit;
    margin-bottom: 0;
}
.sideContents .localnavi p::before {
	content: none;
}
.sideContents .localnavi ul > li > p .btn-submenu-toggle {
	display: block !important;
    position: absolute;
    width: 50px;
    height: 100%;
    background: none;
    background-color: transparent;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
}
.sideContents .localnavi ul > li.on > p > .btn-submenu-toggle::before,
.sideContents .localnavi ul > li.on > p > .btn-submenu-toggle::after {
	content: "";
    position: absolute;
    background-color: #fff;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.sideContents .localnavi ul > li > p .btn-submenu-toggle::before {
    width: 12px;
    height: 2px;
}
.sideContents .localnavi ul > li > p .btn-submenu-toggle::after {
    width: 2px;
    height: 12px;
}
.sideContents .localnavi ul > li > p.is-open .btn-submenu-toggle::after {
    opacity: 0;
}
.sideContents .localnavi p.title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 2.0rem;
    padding: 25px 30px;
    z-index: 1;
}
.sideContents .localnavi p.title::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
	background-color: #b2bfc6;
    left: 0;
    bottom: 0;
	top: auto;
}
.sideContents .localnavi ul li a {
    position: relative;
    display: block;
    line-height: 1.5;
    background-color: transparent;
    border-radius: 24px;
    padding: 10px 40px 10px 20px;
    transition: 0.3s ease-in-out;
}
.sideContents .localnavi ul > li.on > p > a,
.sideContents .localnavi ul > li.on > a {
    color: #fff;
    background-color: #005580;
}
.sideContents .localnavi ul > li > p:not(:has(.btn-submenu-toggle)) > a {
    padding: 10px 20px;
}
.sideContents .localnavi ul > li > ul.pulldown {
	display: none;
	position: relative;
}
.sideContents .localnavi ul > li > ul.pulldown > li a {
    padding: 10px 20px 10px 35px;
}
.sideContents .localnavi ul > li > ul.pulldown > li a::before {
	content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #6A93A1;
    border-radius: 50%;
    left: 20px;
    top: calc(10px + 0.5em);
	right: auto;
	bottom: auto;
}
/* ----------------------
 新着・ブログ・イベント情報一覧（SP）
---------------------- */
@media screen and (max-width: 767px) {
	/* -- 新着情報一覧 -- */
	.newsList li {
		flex-flow: row wrap;
		gap: 8px 10px;
		padding: 15px 0;
	}
	/*新着タイトル*/
	.headline {
		width: 100%;
	}
	/*日付*/
	.date {
		font-size: 1.5rem;
		line-height: 1;
	}
	.cate {
		font-size: 1.3rem;
		width: 110px;
	}
	/* -- 新着情報ブロック -- */
	.newsBlock:not(:last-child) {
		margin-bottom: 40px;
	}
	.cms_block .newsList li {
		border-radius: 10px;
		padding: 18px 5%;
	}
	/* -- サイドナビ -- */
	.sideContents .localnavi {
		width: 90%;
		border-radius: 15px;
		margin: 0 5% 60px;
	}
	.sideContents .localnavi > ul {
		padding: 15px 10px;
	}
	.sideContents .localnavi ul:not(.pulldown) > li:not(:last-child)::after {
        width: 90%;
	}
	.sideContents .localnavi ul > li > p .btn-submenu-toggle {
        width: calc(5% + 40px);
    }
	.sideContents .localnavi p.title {
		font-size: 1.8rem;
		padding: 25px calc(5% + 10px);
	}
	.sideContents .localnavi ul li a {
		padding: 10px calc(5% + 25px) 10px 5%;
	}
	.sideContents .localnavi ul > li > p:not(:has(.btn-submenu-toggle)) > a {
		padding: 10px 5%;
	}
	.sideContents .localnavi ul > li > ul.pulldown > li a {
		padding: 10px 5% 10px calc(5% + 17px);
	}
	.sideContents .localnavi ul > li > ul.pulldown > li a::before {
		left: calc(5% + 4px);
	}
}
/* ------------------------------
 FAQ（PC）
------------------------------ */
.faq .q,
.faq .a {
	position: relative;
	padding: 23px 20px 23px 65px;
}
.faq .q {
	font-size: 1.8rem;
    font-weight: bold;
	background-color: #f2f2f2;
	border-radius: 15px;
}
.faq .a {
	padding-right: 0;
}
.faq .q p,
.faq .a p {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.faq .q p span,
.faq .a p span {
	display: block;
	width: 100%;
	height: 100%;
    font-family: "Montserrat", sans-serif;
	font-size: 2.0rem;
	font-weight: 600;
	color: #005580;
	text-align: center;
	line-height: 34px;
}
.faq .a p span {
	color: #fff;
}
.faq .q p::before,
.faq .a p::before,
.faq .q p::after,
.faq .a p::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.faq .q p::before,
.faq .a p::before {
	width: 100%;
	height: 100%;
	background-color: #005580;
	z-index: -2;
}
.faq .a p::before {
	background-color: #fff;
}
.faq .q p::after,
.faq .a p::after {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #fff;
	z-index: -1;
}
.faq .a p::after {
	background-color: #005580;
}
/* ------------------------------
 FAQ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.faq .q,
	.faq .a {
		padding: 20px 5% 20px calc(5% + 35px);
	}
	.faq .q {
		font-size: 1.6rem;
		line-height: 1.5;
		border-radius: 10px;
	}
	.faq .a {
		padding-right: 0;
	}
	.faq .q p,
	.faq .a p {
		width: 28px;
		height: 28px;
	    top: 20px;
        left: calc(5% - 1px);
	}
	.faq .q p span,
	.faq .a p span {
		font-size: 1.5rem;
		line-height: 26px;
	}
}
/* ------------------------------
 先輩の声（PC）
------------------------------ */
.profile {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: fit-content;
    min-height: fit-content;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #005580;
	border-radius: 25px 25px 25px 0;
	padding: 5px 25px;
	margin-bottom: 50px;
}
.voiceq {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	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;
	border-radius: 15px;
	padding: 20px 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1;
}
.bgBox .voiceq {
	background: #fff !important;
	mix-blend-mode: unset;
}
.voiceq span {
	position: absolute;
	font-family: "Montserrat", sans-serif;
	font-size: 1.7rem;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	background-color: #005580;
	border-radius: 15px;
	padding: 7px 14px;
	top: -20px;
	left: 0;
}
.voiceq span::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #005580;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	left: 15px;
	bottom: -9px;
	z-index: -1;
}
/* 顔写真あり */
.profileImg {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}
.profileImg img {
    width: 258px;
    height: auto;
    border-radius: 0;
}
.profileImg .cms_caption_b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
	text-align: left;
    background-color: #f2f4f5;
    padding: 30px;
    margin-top: 0;
}
/* ------------------------------
 先輩の声（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.profile {
		font-size: 1.6rem;
	    border-radius: 20px 20px 20px 0;
    	padding: 5px 15px;
		margin-bottom: 40px;
	}
	.voiceq {
		font-size: 1.6rem;
		background-image: linear-gradient(-90deg, transparent 40%, #fff 40%), linear-gradient(transparent 40%, #fff 40%);
        background-size: 3px 3px;
		border-radius: 10px;
		padding: 15px 5%;
		margin-top: 18px;
		margin-bottom: 15px;
	}
	.voiceq span {
		font-size: 1.6rem;
		padding: 5px 12px;
		top: -18px;
	}
	.voiceq span::after {
		left: 10px;
		bottom: -7px;
	}
	/* 顔写真あり */
	.profileImg {
		border-radius: 15px;
	}
	.profileImg img {
		width: 50%;
	}
	.profileImg .cms_caption_b {
		padding: 15px 5%;
	}
}
/* ------------------------------
 福利厚生（PC）
------------------------------ */
.walfareBlock {
	display: flex;
	flex-flow: row wrap;
	gap: 75px 45px;
}
.walfareBlock > .cms_text {
	position: relative;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	background-color: #f2f4f5;
	border-radius: 30px;
	padding: 45px 30px;
	margin-bottom: 0;
}
.walfareBlock .profile {
    position: absolute;
    width: fit-content;
    min-width: 130px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.walfareBlock .line-b {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.walfareBlock > .cms_text > .line-b {
	display: flex;
	flex-direction: column;
}
.walfareBlock .line-b p {
	font-size: 2.2rem;
	letter-spacing: 0.060em;
}
.walfareBlock .walfareBox {
	color: #005580;
}
.walfareBlock .walfareBox p {
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0.060em;
}
.walfareBlock .walfareBox p.text-lead {
	font-size: 2.0rem;
	line-height: 1.5;
	color: #005580;
}
.walfareBlock .walfareBox span {
	font-family: "Montserrat", sans-serif;
	font-size: 8.0rem;
	line-height: 1;
}
.walfareBlock img {
	width: 132px;
	height: auto;
	margin: auto;
}
.subsidy table thead th {
	width: 50%;
}
.subsidy table tbody th {
	position: relative;
	font-size: 2.0rem;
	text-align: center;
}
.subsidy table tbody th::after {
    content: "";
	position: absolute;
	width: 151px;
	height: 24px;
	background: url(../img/subsidy_arrow.png) no-repeat center / cover;
	right: -77px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.subsidy table tbody td {
	font-size: 2.0rem;
	font-weight: bold;
	color: #005580;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.walfareBlock .w1-2 {
		width: 330px;
	}
	.walfareBlock > .cms_text > .line-b {
		min-height: 170px;
	}
	.walfareBlock > .cms_text:not(.w1-3,.w2-3) {
		width: 100%;
		padding: 50px 60px 40px;
	}
}
/* ------------------------------
 福利厚生（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.walfareBlock {
		gap: 35px 0;
	}
	.walfareBlock > .cms_text {
		width: 100%;
		border-radius: 15px;
		padding: 30px 5%;
	}
	.walfareBlock .line-b p {
		font-size: 2.0rem;
	}
	.walfareBlock .walfareBox p {
		font-size: 2.8rem;
	}
	.walfareBlock .walfareBox p.text-lead {
		font-size: 2.0rem;
	}
	.walfareBlock .walfareBox span {
		font-size: 5.0rem;
	}
	.walfareBlock img {
		width: 113px;
	}
	.subsidy table tbody th,
	.subsidy table tbody td {
		font-size: 1.8rem;
	}
	.subsidy table tbody th::after {
        width: 64px;
        height: 10px;
        right: -33px;
	}
}
/* ------------------------------
 ポイント（PC）
------------------------------ */
.bgBox.point > *:first-child {
    letter-spacing: 0;
	padding-left: 40px;
}
.bgBox.point > *:first-child::before {
	width: 92px;
	height: 32px;
	border-radius: 0 16px 16px 0;
	top: -2px;
}
.bgBox.point > *:first-child span {
	display: inline-block;
	position: absolute;
	width: 92px;
	height: 32px;
	font-family: "Montserrat", sans-serif;
	font-size: 1.9rem;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.03em;
	padding: 6px 10px 6px 16px;
	top: -2px;
	left: -60px;
}
.bgBox.point > *:first-child span::before {
	content: "POINT";
	margin-right: 3px;
	font-size: 50%;
	vertical-align: middle;
}
/* ------------------------------
 ポイント（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.bgBox.point {
		padding-top: 25px;
	}
	.bgBox.point > *:first-child {
		padding-left: 0;
		padding-top: 38px;
	}
	.bgBox.point > *:first-child::before {
		width: 75px;
    	height: 30px;
	}
	.bgBox.point > *:first-child span {
		width: 75px;
		height: 30px;
		font-size: 1.7rem;
		padding: 6px 5px 6px 3%;
		left: -5.5%;
	}
}