@charset "utf-8";
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
.mainLead,
.text-lead,
.text-em,
.text-marker {
	position: relative;
	font-weight: 600;
	color: var(--main-font-color);
	line-height: 1.5;
}
/* -- h1 -- */
.contents h1 {
  font-size: 5.2rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
  padding-top: 40px;
  position: relative;
}
.contents h1 span {
	font-family: "Montserrat", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	display: block;
}
.contents h1::before {
  content: "";
  width: 75px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icon_title.png) no-repeat 0 0 / cover;
}
/* -- h2 -- */
.contents h2 {
	font-size: 3.8rem;
	letter-spacing: 0.06em;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.contents h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 69px;
	height: 6px;
	background: url(../img/h2_title.png) no-repeat center center / cover;
	border-radius: 6px;
	left: 0;
	bottom: 0;
}
/* -- h3 -- */
.contents h3 {
	font-size: 2.7rem;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
}
/* -- h4 -- */
.contents h4 {
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	padding: 17px 20px;
	background-color: var(--base-color);
	margin-bottom: 20px;
	border-radius: 8px;
}
/* -- h5 -- */
.contents h5 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #C2C2C2;
}
/* -- h6 -- */
.contents h6 {
	font-size: 2.0rem;
	margin-bottom: 15px;
}
/* -- 強調タイトル -- */
.title-em {
	margin-bottom: 10px;
}
/* -- 強調テキスト -- */
.text-em em,
em.text-em {
	font-weight: 600;
	font-style: normal;
	color: #fff;
	padding: 0 2px;
	background-color: var(--green-color);
}
/* -- lead -- */
.mainLead {
	font-size: 3.8rem;
	letter-spacing: 0.06em;
	line-height: 1.78;
}
.mainLead span {
	background: #F7F4F2
}
.text-lead,
span.text-lead,
.text-marker {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.78;
	padding: 0 2px;
	margin-bottom: 10px;
}
/* 背景色（マーカー） */
.text-lead span,
span.text-lead,
.text-marker {
	background: var(--base-color)
}
/* -- 囲みテキスト -- */
.text-box {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding: 5px 24px;
	background-color: var(--gray-color);
	border-radius: 8px;
	margin-bottom: 15px;
}
/* 囲みテキスト 並び横幅揃える */
.cate-inline .text-box {
	min-width: 110px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.4;
	padding: 3px 10px;
	border-radius: 4px;
	margin-bottom: 5px;
	margin-right: 5px;
}
/* -- 囲み矢印テキスト -- */
.text-boxarrow {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background-color: var(--red-color);
	border-radius: 50px;
	padding: 10px 25px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.text-boxarrow::after {
	content: "";
	width: 14px;
	height: 7px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: var(--red-color);
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	margin: auto;
}
/* -- 英語テキスト -- */
.text-en {
	font-family: Arial, sans-serif;
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- h1 -- */
	.contents h1 {
        font-size: 3.2rem;
		padding-top: 35px;
    }
	.contents h1 span {
		font-size: 1.3rem;
	}
	.contents h1::before {
        width: 65px;
        height: 14px;
    }
	/* -- h2 -- */
	.contents h2 {
		font-size: 2.8rem;
		letter-spacing: 0.03em;
		margin-bottom: 25px;
	}
	.contents h2::after {
		width: 48px;
		height: 5px;
	}
	/* -- h3 -- */
	.contents h3 {
		font-size: 2.2rem;
		letter-spacing: 0.03em;
		margin-bottom: 10px;
	}
	/* -- h4 -- */
	.contents h4 {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	/* -- h5 -- */
	.contents h5 {
		font-size: 1.8rem;
	}
	/* -- h6 -- */
	.contents h6 {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	/* -- lead -- */
	.mainLead {
		font-size: 2.8rem;
		letter-spacing: 0.03em;
	}
	.text-lead {
		font-size: 1.7rem;
		letter-spacing: 0.03em;
		line-height: 2;
	}
	/* -- 囲みテキスト -- */
	.text-box {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	
}

/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w546 {
		width: 546px;
	}
	.w1-2 {
		width: 47.895%;
	}
	/* ローカルメニューあり1/2 */
	.mainContents .w392,
	.mainContents .w1-2 {
		width: 47.805%;
	}
	/* 1/3 */
	.w350 {
		width: 350px;
	}
	.w1-3 {
		width: 30.702%;
	}
	.w350.cms_fl + .w350.cms_fl:not(.cms_clear_before),
	.w350.fl + .w350.fl:not(.cms_clear_before) {
		margin-left: 45px;
	}
	.w1-3.cms_fl + .w1-3.cms_fl:not(.cms_clear_before),
	.w1-3.fl + .w1-3.fl:not(.cms_clear_before) {
		margin-left: 3.947%;
	}
	.w350.cms_fl + .w350.cms_fl.ml0 {
		margin-left: 0;
	}
	/* ローカルメニューあり1/3 */
	.mainContents .w256,
	.mainContents .w1-3 {
		width: 31.22%;
	}
	.w256.cms_fl + .w256.cms_fl:not(.cms_clear_before),
	.w256.fl + .w256.fl:not(.cms_clear_before),
	.mainContents .w1-3.cms_fl + .w1-3.cms_fl:not(.cms_clear_before),
	.mainContents .w1-3.fl + .w1-3.fl:not(.cms_clear_before) {
		margin-left: 3.17%;
	}
	/* 2/3 */
	.w745 {
		width: 745px;
	}
	.w2-3 {
		width: 65.351%;
	}
	/* ローカルメニューあり2/3 */
	.mainContents .w538,
	.mainContents .w2-3 {
		width: 65.61%;
	}
	/* 1/4 */
	.w258,
	.w1-4 {
		width: 22.632%;
	}
	.w258.cms_fl + .w258.cms_fl:not(.cms_clear_before),
	.w258.fl + .w258.fl:not(.cms_clear_before),
	.w1-4.cms_fl + .w1-4.cms_fl:not(.cms_clear_before),
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.157%;
	}
	.mainContents .w186,
	.mainContents .w1-4 {
		width: 22.683%;
	}
	.mainContents .w186.cms_fl + .w186.cms_fl:not(.cms_clear_before),
	.mainContents .w186.fl + .w186.fl:not(.cms_clear_before),
	.mainContents .w1-4.cms_fl + .w1-4.cms_fl:not(.cms_clear_before),
	.mainContents .w1-4.fl + .w1-4.fl {
		margin-left: 3.09%;
	}
	/* 3/4 */
	.w846,
	.w3-4 {
		width: 74.211%;
	}
	/* 1/5 */
	.w1-5 {
		width: 19.513%;
	}
	.w1-5.cms_fl + .w1-5.cms_fl,
	.w1-5.fl + .w1-5.fl {
		margin-left: 0.60875%;
	}
	/* その他 */
	.w480 {
		width: 480px;
	}
	.w820 {
		width: 820px;
	}
	.w980 {
		width: 980px;
	}
	
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w258,
	.w1-4,
	.w1-5,
	.sp_w1-2 {
		width: 47.25%;
	}
	.sp_w100 {
		width: 100%;
	}
	.w258.cms_fl,
	.w1-4.cms_fl,
	.w1-5.cms_fl {
		float: left !important;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-5.cms_fl + .w1-5.cms_fl {
		margin-left: 5.5%;
	}
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl.cms_clear_before,
	.w1-5.cms_fl + .w1-5.cms_fl + .w1-5.cms_fl {
		margin-bottom: 0;
		margin-left: 0;
	}
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl {
		margin-left: 5.5%;
		margin-bottom: 20px;
	}
	.w1-4.cms_fl + .w1-4.cms_fl.cms_clear_before {
		margin-left: 0 !important;
	}
}

/* ------------------------------
 ボックス（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;
}
/* 横並び 縦上揃え */
.flexBox.ai-s {
	align-items: flex-start;
}
/* 横並び 縦下揃え */
.flexBox.ai-e {
	align-items: flex-end;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
	gap: 30px 3.09%;
}
/* 横並びで写真キャプションが上 */
.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;
}
.flexBox.div2 > h2, .flexBox.div2 > h3, .flexBox.div2 > h4, .flexBox.div2 > h5, .flexBox.div2 > h6,
.flexBox.div3 > h2, .flexBox.div3 > h3, .flexBox.div3 > h4, .flexBox.div3 > h5, .flexBox.div3 > h6,
.flexBox.div4 > h2, .flexBox.div4 > h3, .flexBox.div4 > h4, .flexBox.div4 > h5, .flexBox.div4 > h6,
.mainContents .flexBox.div2 > h2, .mainContents .flexBox.div2 > h3, .mainContents .flexBox.div2 > h4, .mainContents .flexBox.div2 > h5, .mainContents .flexBox.div2 > h6,
.mainContents .flexBox.div3 > h2, .mainContents .flexBox.div3 > h3, .mainContents .flexBox.div3 > h4, .mainContents .flexBox.div3 > h5, .mainContents .flexBox.div3 > h6 {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
		gap: 30px 4.21%;
	}
	
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	.wide.flexBox.div2.fixed-w {
		column-gap: 48px;
	}
	.wide.flexBox.div2.fixed-w > * {
		width: 546px;
		margin-left: 0;
		margin-right: 0;
	}
	.mainContents .flexBox.div2 {
		column-gap: 4.39%;
	}
	.mainContents .flexBox.div2 > * {
		width: 47.805%;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
		gap: 30px 3.948%;
	}
	.flexBox.div3 > * {
		width: 30.702%;
		margin-bottom: 0;
	}
	.mainContents .flexBox.div3 {
		column-gap: 3.17%;
	}
	.mainContents .flexBox.div3 > * {
		width: 31.22%;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 22.683%;
		margin-bottom: 0;
	}
	/* 下に落ちないようにする */
	.pc_fw-nowrap {
		flex-wrap: nowrap;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び2列・横並び3列 */
	.flexBox.div2 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div3,
	.flexBox.div4 {
		flex-wrap: wrap;
		gap: 20px 5.5%;
	}
	.flexBox.div3 > *,
	.flexBox.div4 > * {
		width: 47.25%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並びにしない） */
	.flexBox.div3.sp_nodiv,
	.flexBox.div4.sp_nodiv {
		display: block;
	}
	.flexBox.div3.sp_nodiv > *,
	.flexBox.div4.sp_nodiv > * {
		width: 100%;
	}
}

/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table {
	width: 100%;
	border-collapse: collapse;
}
.contents table:not(.simple table, .table-head table) {
	border-radius: 20px;
	overflow: hidden;
}
.contents table tr:not(:last-child) th,
.contents table tr:not(:last-child) td {
	border-bottom: dotted 1px #ADADAD;
}
.contents table:has(thead):not(.simple table, .table-head table) th:not(:last-child),
.contents table:not(.simple table, .table-head table) td:not(:last-child) {
	border-right: dotted 1px #ADADAD;
}
.contents table:not(.table-head table) th {
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: var(--gray-color);
	padding: 20px;
}
.contents table:not(.table-head table) th.table-head {
	color: #fff;
	background-color: var(--gray-color);
}
.contents table:not(.table-head table) td {
	background-color: var(--base-color);
	padding: 20px;
}
.contents table:has(thead) tbody td {
	text-align: center;
}
.contents table:not(.table-head table) thead + tbody th,
.contents table:not(.table-head table) td.td-head {
	color: var(--main-font-color);
	background-color: #E7DFDB;
}
.tal table:has(thead) tbody td {
	text-align: left;
}
/* 余白狭い */
.contents .table-narrow table:not(.table-head table) th,
.contents .table-narrow table:not(.table-head table) td {
	padding: 15px 10px;
}

/* 背景色内 */
.contents .bgBox table:not(.table-head table) td {
	background-color: #fff;
}
/* シンプル */
.contents .simple table td {
	background-color: transparent;
	padding: 20px 0;
}
.contents .simple table tr td {
	border-bottom: dotted 1px #ADADAD;
}
.contents .simple table tr:first-child td {
	border-top: dotted 1px #ADADAD;
}
/* 沿革のような見出しあり */
.contents .table-head table tr {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 0 20px;
	align-items: start;
}
.contents .table-head table tr:not(:last-child) {
	margin-bottom: 20px;
}
.contents .table-head table th {
	font-weight: 600;
	text-align: center;
	color: var(--main-font-color);
	border-radius: 8px;
	padding: 12px;
	background-color: var(--base-color);
	border: none;
}
.contents .table-head table td {
	padding: 12px 0;
	border: none;
}
.contents .table-head table tr:not(:last-child) th,
.contents .table-head table tr:not(:last-child) td {
	border-bottom: 0;
}

/* 均等 */
.table-equal table {
	table-layout: fixed;
}
/* rowspan で border が消える対策 */
th.rsborder,
td.rsborder {
	border-right: none !important;
}
th.rsborder + td[rowspan],
td.rsborder + td[rowspan] {
	border-left: dotted 1px #ADADAD;
}
.no-b {
	border-bottom: none;
}
/* スクロール */
.cms_text.scroller {
	overflow-y: hidden !important;
	padding: 1px;
}
.contents .scroll-hint-icon {
	background: rgba(51, 51, 51, .5);
}
@media print, screen and (min-width: 768px) {
	/* デフォルト */
	.contents table th {
		width: fit-content;
	}
	/* シンプル */
	.contents .simple table td:not(:last-child) {
		border-right: 35px solid #F6F9FA;
	}
	/* 沿革のような見出しあり */
	.contents .table-head table th {
		width: 200px;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table:not(.simple table, .table-head table) {
		border-radius: 15px;
	}
	.contents table:not(.table-head table) th,
	.contents table:not(.table-head table) td {
		padding: 15px;
	}
	/* 余白狭い */
	.contents .table-narrow table:not(.table-head table) th,
	.contents .table-narrow table:not(.table-head table) td {
		padding: 8px;
	}
	/* シンプル */
	.contents .simple table td {
		padding: 15px 0;
	}
	.contents .simple table tr:first-child td:not(:first-child) {
		border-top: none;
	}
	/* 沿革のような見出しあり */
	.contents .table-head table th {
		width: 180px;
		padding: 8px;
	}
	.contents .table-head table td {
		padding: 8px 0 0;
	}
	.contents .table-head table tr {
		border-bottom-width: 15px;
	}
	.contents .table-head.res table tr {
		display: block;
	}
	/* 複雑 */
	.contents table thead th {
		padding: 15px;
		min-width: 90px;
	}

	/* レスポンシブ */
	.contents .res table th,
	.contents .res table td {
		width: auto !important;
		display: block;
	}
	.contents .res table:not(.simple table) th,
	.contents .res table:not(.simple table) td {
		border: none;
	}
	/* スクロールバーの色 */
	/* スクロール */
	.cms_text.scroller {
		padding-bottom: 24px;
	}
	/* Webkitベースのブラウザ (Chrome, Safariなど) 用 */
	.cms_text.scroller::-webkit-scrollbar {
		width: 8px; /* スクロールバーの幅 */
	}
	.cms_text.scroller::-webkit-scrollbar-track {
		background: var(--base-color); /* トラックの色 */
		border-radius: 8px;
	}
	.cms_text.scroller::-webkit-scrollbar-thumb {
		background: var(--green-color); /* サムの色 */
		border-radius: 8px;
	}
	.cms_text.scroller table {
		width: 1140px !important;
	}
	/* コンテンツ幅が狭い時のスクロール */
	.mainContents .cms_text.scroller table {
		width: 820px !important;
	}
	/* スクロールヒント */
	.contents .scroll-hint-icon {
		width: 120px;
		height: 92px;
		border-radius: 10px;
		padding-top: 23px;
	}
	.contents .scroll-hint-icon::before {
		width: 32px;
		height: 40px;
		background-image: url(../img/icon_scrollhint.svg);
	}
	.contents .scroll-hint-icon::after {
		width: 32px;
		height: 11px;
		top: 16px;
		margin-left: -19px;
		background-image: url(../img/icon_scrollhint_arrow.svg);
	}
	.contents .scroll-hint-text {
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		letter-spacing: 0.03em;
		margin-top: 1px;
	}
	.contents .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 1;
	}
	/* スクロールバー */
	.cms_text.scroller::-webkit-scrollbar {
		display: block;
		width: 100%;
		height: 8px;
		background-color: #e3edf1;
		border-radius: 4px;
	}
	.cms_text.scroller::-webkit-scrollbar-thumb {
		background-color: var(--green-color);
		border-radius: 4px;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_block ul > li,
.cms_block li ul.list > li,
.title-em {
	position: relative;
	padding-left: 1em;
}
.cms_block ul > li::before,
.cms_block li ul.list > li::before,
.title-em::before {
	content: "●";
	position: absolute;
	top: .5em;
	left: 0;
	color: var(--green-color);
	font-size: 60%;
	width: auto;
	height: auto;
	background: none;
}

/* 注釈リスト */
.cms_block .list-note ul > li,
.cms_block ul.list-note > li,
.cms_block li ul.list-note > li {
	padding-left: 1.3em;
}
.cms_block .list-note ul > li::before,
.cms_block ul.list-note > li::before,
.cms_block li ul.list-note > li::before {
	content: "※";
	font-size: 100%;
	color: var(--main-font-color);
	top: 0;
	width: auto;
	height: auto;
	background: none;
}
.cms_block .list-note ul > li.red::before,
.cms_block ul.list-note > li.red::before,
.cms_block li ul.list-note > li.red::before {
	color: #CC4625;
}
.cms_block ul.list-note > li.bold::before,
.cms_block li ul.list-note > li.bold::before {
	font-weight: 600;
}
/* チェックリスト */
.cms_block .list-check ul > li,
.cms_block ul.list-check > li,
.cms_block li ul.list-check > li {
	padding-left: 1.3em;
}
.cms_block .list-check ul > li::before,
.cms_block ul.list-check > li::before,
.cms_block li ul.list-check > li::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/icon_check.svg) no-repeat 0 0 / cover;
	position: absolute;
	top: 0.5em;
	left: 0;
}

/* 数字リスト */
.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: 1.9rem;
	font-weight: bold;
	color: #000;
    line-height: 1;
	top: 0.2em;
	left: 0;
}
.cms_block ol:has(ruby) > li::before {
	top: 0.5em;
}
.cms_block ol > li > ul {
	margin: 5px 0;
}
/* 数字リスト 10以上の場合 */
.cms_block ol:has(> :nth-child(10)) > li {
	padding-left: 30px;
}
.cms_block ol:has(> :nth-child(10)) > li::before {
	width: 28px;
	text-align: right;
}
/* 丸数字リスト */
.cms_block ol.list-c > li,
.cms_block .list-c ol > li {
	position: relative;
    counter-increment: cnt;
	padding-left: 25px;
}
.cms_block ol.list-c > li:not(:last-child),
.cms_block .list-c ol > li:not(:last-child) {
	margin-bottom: 5px;
}
.cms_block ol.list-c > li::before,
.cms_block .list-c ol > li::before {
	content: counter(cnt);
	position: absolute;
	width: 20px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background-color: var(--green-color);
	border-radius: 50%;
	top: 0.2em;
	left: 0;
}
/* 強調リスト */
.cms_block ul.list-em > li,
.cms_block ol.list-em > li,
.cms_block .list-em ul > li,
.cms_block .list-em ol > li,
.title-em {
	font-size: 1.8rem;
	font-weight: 600;
	padding: 15px 15px 15px 40px;
	border-radius: 8px;
	background-color: var(--base-color);
}
.cms_block ul.list-em > li:not(:last-child),
.cms_block ol.list-em > li:not(:last-child),
.cms_block .list-em ul > li:not(:last-child),
.cms_block .list-em ol > li:not(:last-child) {
	margin-bottom: 8px;
}
.cms_block ul.list-em li::before,
.cms_block .list-em ul li::before,
.title-em::before {
	top: calc(.5em + 16px);
	left: 20px;
}
/* 背景色内　強調リスト */
.bgBox ul.list-em > li,
.bgBox ol.list-em > li,
.bgBox .list-em ul > li,
.bgBox .list-em ol > li,
.bgBox .title-em {
	background-color: #fff;
}
/* 下の間開ける */
.cms_block ul.list-space:first-child > li:not(:last-child),
.cms_block ol.list-space:first-child > li:not(:last-child),
.cms_block .list-space ul:first-child > li:not(:last-child),
.cms_block .list-space ol:first-child > li:not(:last-child) {
	margin-bottom: 15px;
}
/* 横並びリスト */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}
table .inline ul li {
	margin-right: 1em;
}
/* アイコン色変更 */
.cms_block .list-black ul > li::before {
	color: var(--main-font-color);
}
.cms_block .list-red ul > li::before {
	color: var(--red-color);
}
@media print, screen and (min-width: 768px) {
	/* 横並び 分割 */
	.list_div2 ul,
	ul.list_div2,
	.list_div3 ul,
	ul.list_div3,
	.list_div4 ul,
	ul.list_div4,
	.list_div2 ol,
	ol.list_div2,
	.list_div3 ol,
	ol.list_div3,
	.list_div4 ol,
	ol.list_div4 {
		display: grid;
		gap: 0 15px;
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}
	/* 3分割 */
	.list_div3 ul,
	ul.list_div3,
	.list_div3 ol,
	ol.list_div3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	/* 4分割 */
	.list_div4 ul,
	ul.list_div4,
	.list_div4 ol,
	ol.list_div4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 強調リスト */
	.cms_block ul.list-em > li,
	.cms_block ol.list-em > li,
	.cms_block .list-em ul > li,
	.cms_block .list-em ol > li,
	.title-em {
		font-size: 1.7rem;
		padding: 12px 12px 12px 30px;
	}
	.cms_block ul.list-em li::before,
	.cms_block .list-em ul li::before,
	.title-em::before {
		top: 17px;
		left: 12px;
	}
	/* 数字リスト */
	.cms_block ol > li::before {
		font-size: 1.8rem;
	}
	/* 横並び */
	.inline ul li {
		padding-left: 0.8em;
		margin-right: 0.5em;
	}
}

/* ------------------------------
 アイコン（PC）
------------------------------ */
/* カレンダー */
.icon_calendar a::before {
    content: "";
	display: inline-block;
	width: 26px;
	height: 25px;
	background: url(../img/icon_calendar.svg) no-repeat center / cover;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}
.icon_calendar.cms_link a::after {
	content: none;
}
/* 電話 */
.icon-tel {
	line-height: 1;
	display: inline-block;
	padding-left: 1.1em;
	position: relative;
}
.icon-tel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
/* ------------------------------
 アイコン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 角丸（PC）
------------------------------ */
.r20,
.r20 img,
.cms_image img,
.img-r img {
	border-radius: 20px;
}
/* 角丸なし */
.no-r img {
	border-radius: 0;
}
/* ------------------------------
 角丸（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.r20,
	.r20 img,
	.cms_image:not(.no-r) img,
	.img-r img{
		border-radius: 15px;
	}
}
/* ------------------------------
 画像（PC）
------------------------------ */
/* ポップボックス */
.cms_image a[rel="popbox"] {
	display: block;
	position: relative;
}
.cms_image a[rel="popbox"]::after {
	content: "";
	width: 32px;
	height: 32px;
	background: url(../img/icon_gnav_close.svg) no-repeat center / cover;
	position: absolute;
	top: -7px;
	right: -7px;
}

/* ------------------------------
 背景（PC）
------------------------------ */
.bgBox {
	background-color: var(--base-color);
	border-radius: 20px;
	padding: 50px;
}
.bgBox.size-s {
	padding: 30px;
}
/* 横幅いっぱいの背景色上半分 */
.wide.bgBox-half {
	padding-top: 120px;
	background: linear-gradient(var(--base-color) 55%, rgba(255, 255, 255, 0) 55%);
}
/* ------------------------------
 背景（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.bgBox {
		padding: 30px 5%;
	}
	.bgBox.size-s {
		padding: 20px 3%;
	}
	/* 横幅いっぱいの背景色上半分 */
	.wide.bgBox-half {
		padding-top: 60px;
		background: linear-gradient(var(--base-color) 20%, rgba(255, 255, 255, 0) 20%);
	}
}
/* ------------------------------
 枠線（PC）
------------------------------ */
/* 太枠線 */
.borderBox {
	padding: 45px;
	border-radius: 20px;
	border: solid 5px var(--base-color);
}
.borderBox.bd-red {
	border-color: var(--red-color);
}
/* 細枠線 */
.borderBox-thin {
	border: solid 1px #DDD2CC;
	border-radius: 20px;
	padding: 50px;
}
/* ------------------------------
 枠線（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 太枠線 */
	.borderBox {
		padding: 25px 5%;
	}
	/* 細枠線 */
	.borderBox-thin {
		padding: 30px 5%;
	}
}

/* ------------------------------
 線（PC）
------------------------------ */
/* 上線 */
.line-t {
	border-top: dotted 1px #C2C2C2;
	padding-top: 15px;
	margin-top: 15px;
}
/* 下線 */
.line-b {
	border-bottom: dotted 1px #C2C2C2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.cms_block.line-t {
	padding-top: 30px;
	margin-top: 0;
}

/* ------------------------------
 リンク（PC）
------------------------------ */
/* 横並びリンク */
.inlineLink {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	gap: 10px 20px;
}
/* ------------------------------
 リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並びリンク */
	.inlineLink {
		gap: 5px 10px;
	}
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
/*デフォルト*/
.btn a,
button.btn-a {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 74px;
	position: relative;
	background-color: var(--green-color);
	border-radius: 74px;
	padding: 0 50px 0 30px;
	transition: .3s ease-in-out;
}
.btn a::before {
	content: none;
}
.btn a::after,
button.btn-a::after {
	content: "";
	position: absolute;
	width: 17px;
	height: 14px;
	background: url(../img/arrow_right_w.svg) no-repeat center / cover;
	top: 0;
	bottom: 0;
    right: 30px;
	left: auto;
	margin: auto;
	transition: .3s ease-in-out;
}
.btn a[target="_blank"]::after {
	width: 15px;
	height: 15px;
	background: url(../img/icon_blank_w.svg) no-repeat center / cover;
}
.btn.dl a::after {
	width: 18px;
	height: 18px;
	background: url(../img/icon_dl_w.svg) no-repeat center / cover;
}
.btn.list a::after {
	width: 15px;
	height: 15px;
	background: url(../img/icon_list_btn.svg) no-repeat center / cover;
}
/*横並びボタン*/
.inlineBtn {
	display: flex;
	flex-wrap: wrap;
}
.inlineBtn .btn a {
	align-items: center;
}
.cms_block.inlineBtn::after {
	content: none;
}
@media print, screen and (min-width: 768px) {
	/*デフォルト*/
	.btn a {
		min-width: 258px;
	}
	/* f18 */
	.btn.f18 a {
		font-size: 1.8rem;
	}
	/*横並びボタン*/
	.inlineBtn {
		justify-content: center;
		align-items: stretch;
		gap: 10px 2.8%;
	}
	.inlineBtn .btn {
		width: 34.147%;
	}
	.inlineBtn .btn a {
		min-width: unset;
		width: 100%;
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: -0.02em;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/*デフォルト*/
	.btn a,
	a.btn {
		min-width: 230px;
		min-height: 64px;
		font-size: 1.6rem;
		border-radius: 64px;
		padding: 0 40px 0 25px;
	}
	.btn a::after,
	button.btn-a::after {
		right: 20px;
	}

	/*横並びボタン*/
	.inlineBtn {
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
	}
}

/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
.pageLink {
	position: relative;
    z-index: 1;
}
.pageLink p {
	font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
	text-align: center;
    line-height: 34px;
	width: 100px;
    height: 34px;
	border-radius: 30px;
	background-color: var(--gray-color);
}
.pageLink p:has(+ ul) {
	margin-bottom: 15px;
}
.pageLink ul {
	display: flex;
	flex-flow: row wrap;
	gap: 5px 18px;
}
.pageLink ul li {
    padding-left: 0;
}
.pageLink ul li::before {
    content: none;
}
.pageLink ul li a {
	position: relative;
	color: var(--main-font-color);
	text-decoration: none;
}
.pageLink ul li a::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 3px;
	margin-top: -2px;
	vertical-align: middle;
	background: url(../img/icon_pagelink.svg) no-repeat 0 0 / cover;
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink ul li a::before {
		width: 18px;
		height: 18px;
	}
	.pageLink ul li a::after {
		top: 3px;
		right: 6px;
	}
}

/* ------------------------------
 下層ページリンク（PC）
------------------------------ */
.lowerLink.flexBox {
	row-gap: 20px;
}
.lowerLink.flexBox:has(figure) {
	row-gap: 40px;
}
.cms_block ul.lowerLink > li {
	padding: 0;
}
.cms_block ul.lowerLink > li::before {
	content: none;
}
.lowerLink > li > a {
	color: var(--main-font-color);
	text-decoration: none;
}
.lowerLink > li > a {
	position: relative;
    z-index: 1;
}
.lowerLink > li > a p.title {
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.5;
}
.lowerLink > li > a figure + p.title {
	margin-top: 15px;
}
.mainContents .lowerLink > li:has(figure) > a p.title,
.lowerLink > li:not(:has(figure)) > a p.title {
	font-size: 1.8rem;
}
.lowerLink > li > a .title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 104px;
    padding: 30px 65px 30px 40px;
	background-color: var(--base-color);
	border-radius: 15px;
	position: relative;
}
.lowerLink > li > a figure + .title {
	display: block;
	min-height: auto;
	padding: 0;
	background: none;
	border-radius: 0;
}
.lowerLink > li > a p.title::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff url(../img/arrow_right_gr.svg) no-repeat center / 14px auto;
	top: 0;
	bottom: 0;
	right: 20px;
	border-radius: 100%;
	margin: auto;
}
.mainContents .lowerLink > li > a figure + p.title::after {
	width: 28px;
	height: 28px;
}
.lowerLink > li > a figure + p.title::after {
	content: "";
	position: static;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	vertical-align: middle;
	margin-left: 8px;
	background: var(--green-color) url(../img/arrow_right_w_s.svg) no-repeat center / 11px auto;
}
.lowerLink > li > a figure img {
	border-radius: 20px;
}
.lowerLink > li > a[target="_blank"] .textBox::after {
	background: #fff url(../img/icon_blank_btn.svg) no-repeat center 75% / 42px 42px;
}
/* ----------------------
 下層ページリンク（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.lowerLink > li:not(:last-child) {
		margin-bottom: 10px;
	}
	.lowerLink > li:has(figure):not(:last-child) {
		margin-bottom: 20px;
	}
	.lowerLink > li > a p.title {
		font-size: 2rem;
	}
	.lowerLink > li:not(:has(figure)) > a p.title {
		font-size: 1.6rem;
	}
	.lowerLink > li > a figure + p.title {
		margin-top: 10px;
	}
	.lowerLink > li > a .title {
		min-height: 72px;
		border-radius: 10px;
		padding: 22px calc(5% + 40px) 22px 5%;
	}
	.lowerLink > li > a figure + p.title::after {
		width: 30px;
		height: 30px;
		background-size: 12px auto;
		right: 5%;
	}
	.lowerLink > li > a[target="_blank"] .textBox::after {
		background: #fff url(../img/icon_blank.svg) no-repeat center 75% / 36px 36px;
	}
}

/* ------------------------------
 新着情報・ブログ・イベント（PC）
------------------------------ */
/* -- 新着一覧ページ -- */
.newsList li {
	display: flex;
	align-items: center;
	gap: 0 20px;
	width: 100%;
	padding: 30px 0;
	border-bottom: dotted 1px #C2C2C2;
}
.newsList li:first-child {
	border-top: dotted 1px #C2C2C2;
}
.newsList li a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(../img/icon_blank.svg) no-repeat center / cover;
	transition: .3s ease-in-out;
}
/*新着タイトル*/
.headline {
	width: calc(100% - 232px);
	line-height: 1.5;
}
/*リンクありの場合*/
.headline a {
	position: relative;
	display: inline-block;
}
/* -- ブログ・イベント一覧ページ -- */
.mainContents .postList:not(.event) li:first-child {
	border-top: dotted 1px #C2C2C2;
}
.postList li .postImg {
	position: relative;
	margin-bottom: 15px;
}
.postList li .postImg img {
	border-radius: 20px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.postList li .postText .title {
	line-height: 1.6;
}
.event .postText .title {
    width: 100%;
    margin: 8px 0 3px;
}
.postList .tag {
	display: flex;
}
/* -- 日付 -- */
.date {
	font-family: Arial, sans-serif;
	font-size: 1.8rem;
	color: #5C5C5C;
}
.date .box {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	padding: 2px 7px;
	border-radius: 4px;
	margin-right: 5px;
	background-color: var(--gray-color);
}
/* -- カテゴリ・タグ -- */
.cate,
.tag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 133px;
	height: 28px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #5C5C5C;
	line-height: 1;
	background-color: #fff;
	border: solid 1px #5C5C5C;
	border-radius: 30px;
}
.cate2 .cate,
.cate8 .cate {
	color: var(--green-color);
	border-color: var(--green-color);
}
.cate3 .cate {
	color: #558000;
	border-color: #558000;
}
.cate4 .cate,
.cate9 .cate {
	color: #2476B5;
	border-color: #2476B5;
}
.cate5 .cate {
	color: #067F88;
	border-color: #067F88;
}
/* イベント */
.cate8 .cate {
	color: var(--green-color);
	border-color: var(--green-color);
}


/* -- 下層ページ -- */
.dateBox {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
	/* ページネーション 前へ／次へ */
	.postSwiper .swiper-pagination,
	.postSwiper .swiper-buttons {
		display: none !important;
	}
	/* イベント */
	.mainContents .postList.event {
		display: flex;
        flex-flow: row wrap;
        gap: 45px 35px;
    }
    .mainContents .postList.event li {
       width: calc((100% - 70px) / 3);
    }
}
/* ----------------------
 新着・ブログ・イベント情報一覧（SP）
---------------------- */
@media screen and (max-width: 767px) {
	/* -- 新着情報一覧 -- */
	.newsList li {
		flex-flow: row wrap;
		gap: 5px 10px;
		padding: 15px 0;
	}
	/*新着タイトル*/
	.headline {
		width: 100%;
	}
	/* -- ブログ・イベント情報一覧 -- */
	.postList li {
		width: 100%;
	}
	.postList li a .postText .title {
		font-size: 1.6rem;
	}
	/* イベント */
	.mainContents .postList.event li:not(:last-child) {
		margin-bottom: 30px;
    }
	/* ページネーション */
	.postSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
		display: block;
		width: auto;
		height: 35px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.postSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		background-color: #C2C2C2;
		margin: 0 3px;
		opacity: 1;
	}
	.postSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: var(--green-color);
	}
	/* 前へ／次へ */
	.postSwiper .swiper-buttons {
        position: absolute;
		display: flex;
		justify-content: flex-end;
		height: 35px;
        gap: 5px;
		bottom: 0;
        right: 0;
	}
	.postSwiper .swiper-buttons .swiper-button-prev,
	.postSwiper .swiper-buttons .swiper-button-next {
		position: static;
		width: 35px;
		height: 35px;
		margin: 0;
	}
	.postSwiper .swiper-buttons .swiper-button-prev::after,
	.postSwiper .swiper-buttons .swiper-button-next::after {
		content: "";
		display: block;
		width: 35px;
		height: 35px;
		border-radius: 100%;
		background: var(--gray-color) url(../img/arrow_right_w_bs.svg) no-repeat center / 11px auto;
	}
	.postSwiper .swiper-buttons .swiper-button-prev::after {
		transform: rotate(180deg);
	}
	/*日付*/
	.date {
		line-height: 1;
	}
	/*カテゴリ*/
	.cate,
	.tag {
		width: 120px;
		font-size: 1.3rem;
	}
	.dateBox {
		margin-bottom: 30px;
	}
}

/* ------------------------------
 Googlemap埋め込み
------------------------------ */
.map iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 41 / 25;
	object-fit: cover;
}
/* ----------------------
 Googlemap埋め込み（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.map iframe {
		border-radius: 15px;
	}
}

/* ------------------------------
 動画埋め込み
------------------------------ */
.movieBox iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 3 / 1.72;
	object-fit: cover;
}
/* ----------------------
 動画埋め込み（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.movieBox iframe {
		border-radius: 15px;
	}
}

/* ------------------------------
 順番指定
------------------------------ */
@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;}
}
/* ------------------------------
 position
------------------------------ */
.posi-rel {
    position: relative;
}
/* ------------------------------
 FAQ
------------------------------ */
.faqBlock > h6:not(.aBox) {
	font-size: 1.8rem;
	font-weight: 600;
	background-color: var(--base-color);
	border-radius: 5px;
	padding: 23px 25px 23px 70px;
	position: relative;
	margin-bottom: 0;
}
.faqBlock .aBox {
	padding: 23px 0 23px 70px;
	position: relative;
}
.faqBlock .aBox:not(:last-child) {
	margin-bottom: 0;
}
.faqBlock > h6:not(.aBox)::before,
.faqBlock .aBox::before {
	font-family: "Montserrat", sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 36px;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 19px;
	left: 25px;
	border-radius: 100%;
}
.faqBlock > h6:not(.aBox)::before {
	content: "Q";
	background-color: #2476B5;
}
.faqBlock .aBox::before {
	content: "A";
	background-color: var(--green-color);
}
/* ----------------------
 FAQ（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.faqBlock > h6:not(.aBox) {
		font-size: 1.7rem;
		padding: 18px 15px 18px 45px;
	}
	.faqBlock .aBox {
		padding: 18px 0 18px 45px;
	}
	.faqBlock > h6:not(.aBox)::before,
	.faqBlock .aBox::before {
		font-size: 1.7rem;
		line-height: 28px;
		width: 28px;
		height: 28px;
		top: 17px;
		left: 13px;
	}
}
/* ------------------------------
 流れ
------------------------------ */
.flowBlock p {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	line-height: 1.5;
	display: block;
	background: none;
}
.flowBlock p:not(:last-child) {
	margin-bottom: 15px;
}
.flowBlock {
	counter-reset: flownum;
}
.flowBlock .bgBox {
	padding: 30px 40px;
	position: relative;
}
.flowBlock .bgBox:not(:last-child) {
	margin-bottom: 25px;
}
.flowBlock .bgBox::before {
	content: counter(flownum, decimal-leading-zero);
	counter-increment: flownum;
	font-family: "Montserrat", sans-serif;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
	width: 35px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 26px;
	left: 0;
	color: #fff;
	border-radius: 0 15px 15px 0;
	background-color: var(--green-color);
}
.flowBlock .bgBox:not(:last-child):after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: var(--base-color);
	position: absolute;
	left: 30px;
	top: calc(100% - 1px);
}
/* ----------------------
 流れ（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.flowBlock .bgBox {
		padding: 20px 20px 20px 35px;
	}
	.flowBlock .bgBox::before {
		font-size: 1.6rem;
		width: 30px;
		top: 18px;
	}
}
/* ------------------------------
 はみ出し画像コンテンツ
------------------------------ */
.overflowBlock > * {
	margin-left: 0;
	margin-right: 0;
}
.overflowBlock .textBox h2 {
	letter-spacing: 0;
	line-height: 1.36;
}
.overflowBlock .textBox .text-lead {
	margin-bottom: 35px;
}
.overflowBlock .textBox .text-lead span {
	padding: 4px 10px;
	border-radius: 5px;
	display: inline-block;
}
@media print, screen and (min-width: 768px) {
	.overflowBlock.flexBox {
		column-gap: 45px;
	}
	.overflowBlock .textBox {
		width: 350px;
	}
	.overflowBlock .imgBox {
		width: 1105px;
		margin-left: -360px;
	}
	.overflowBlock .imgBox.order2 {
		margin-left: 0;
		margin-right: -360px;
	}
}
/* ----------------------
 はみ出し画像（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.overflowBlock .textBox .text-lead {
		margin-bottom: 15px;
	}
}

/* ------------------------------
 画像とテキスト横並び（PC）
------------------------------ */
.image-textBox {
	color: #fff;
	border-radius: 20px;
	overflow: hidden;
	background: var(--gray-color);
	position: relative;
	transition: opacity 0.3s ease-in-out;
}
.image-textBox a.cms_link::after {
	content: none;
}
.image-textBox:has(a)::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	right: 35px;
	bottom: 30px;
	background: var(--green-color) url(../img/arrow_right_w.svg) no-repeat center / 16px auto;
}
.image-textBox img {
	border-radius: 0 !important;
}
.image-textBox a,
.image-textBox h2 {
	color: #fff;
}
.image-textBox .cms_caption_b,
.image-textBox .cms_caption_b a {
	display: flex;
}
.image-textBox .cms_caption_b a {
	width: 100%;
	align-items: center;
	padding: 30px 100px 30px 60px;
}
.cms_image.image-textBox:has(h2:first-child) .cms_caption_b {
	margin-top: 0;
}
@media print, screen and (min-width: 768px) {
	.image-textBox a:hover {
		opacity: 1;
	}
	.image-textBox:has(a):hover {
		opacity: .7;
	}
	.image-textBox {
		display: flex;
	}
	.image-textBox > * {
		width: 50%;
		margin: 0;
	}
}
/* ----------------------
 画像とテキスト横並び（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.image-textBox .cms_caption_b a {
		padding: 20px 30px 40px;
	}
	.image-textBox:has(a)::after {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 20px;
	}
}
/* ------------------------------
 背景全面画像（PC）
------------------------------ */
.imgbgBlock .textBox {
	text-align: center;
	border-radius: 20px;
	padding: 60px 50px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.imgbgBlock .textBox h2 {
	text-align: center;
}
.imgbgBlock .textBox h2::after {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 768px) {
	.imgbgBlock {
		max-width: 1920px;
		display: flex;
		align-items: center;
	}
	.imgbgBlock > .cms_image {
		width: calc(100% / 2);
		margin-bottom: 0;
	}
	.imgbgBlock > .cms_image img {
		width: 100%;
		height: 620px;
		object-fit: cover;
	}
	.imgbgBlock > .cms_image:nth-of-type(1) img {
		object-position: 100% 0;
	}
	.imgbgBlock > .cms_image:nth-of-type(2) img {
		object-position: 0 0;
	}
	.imgbgBlock .textBox {
		width: 490px;
	}
}
/* ----------------------
 背景全面画像（SP）
---------------------- */
@media screen and (max-width: 767px) {
	 .cms_block.wide.imgbgBlock {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cms_block.wide.imgbgBlock .cms_image {
		margin-bottom: 0;
		 width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.imgbgBlock .textBox {
		position: relative;
		padding: 30px 15px;
		margin: -20% auto 0;
	}
}

