@charset "utf-8";
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
.mainLead,
.text-lead,
.text-em {
	position: relative;
	font-weight: 600;
	color: var(--main-font-color);
	line-height: 1.5;
}
/* -- h1 -- */
.contents h1 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 5rem;
	text-align: center;
	position: relative;
	margin-bottom: 120px;
}
.contents h1::before {
	content: "";
	width: 50px;
	height: 3px;
	background: #96a2a8;
	position: absolute;
	bottom: -25px;
  	left: 0;
	right: 0;
	margin: auto;
}

/* -- h2 -- */
.contents h2 {
	font-size: 2.6rem;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: dotted 2px #96a2a8;
}
/* -- h3 -- */
.contents h3 {
	font-size: 2.1rem;
	margin-bottom: 15px;
}
/* -- h4 -- */
.contents h4 {
	font-size: 2.1rem;
	margin-bottom: 20px;
}
/* -- h5 -- */
.contents h5 {
	font-size: 2rem;
	margin-bottom: 15px;
}
/* -- h6 -- */
.contents h6 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
/* -- 強調テキスト -- */
.text-em em,
em.text-em {
	font-weight: 600;
	font-style: normal;
	color: #fff;
	padding: 0 2px;
	background-color: var(--blue-color);
}
/* -- lead -- */
.mainLead {
	font-size: 2.8rem;
	letter-spacing: 0.06em;
	line-height: 1.78;
	color: var(--blue-color);
}
.mainLead span {
	background: #eff1f3
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- h1 -- */
	.contents h1 {
        font-size: 3rem;
		margin-bottom: 80px;
    }

	/* -- h2 -- */
	.contents h2 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	/* -- h3 -- */
	.contents h3 {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
		margin-bottom: 5px;
	}
	/* -- h4 -- */
	.contents h4 {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	/* -- h5 -- */
	.contents h5 {
		font-size: 1.6rem;
	}
	/* -- h6 -- */
	.contents h6 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	/* -- lead -- */
	.mainLead {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}

/* ------------------------------
 横幅（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,
	.w258.fl + .w258.fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.157%;
	}
	/* 3/4 */
	.w846,
	.w3-4 {
		width: 74.211%;
	}
	/* 1/5 */
	.w1-5 {
		width: 18.422%;
	}
	.w1-5.cms_fl + .w1-5.cms_fl,
	.w1-5.fl + .w1-5.fl {
		margin-left: 0.60875%;
	}
	.w4-5 {
		width: 78.071%;
	}
	/* その他 */
	.w980 {
		width: 980px;
	}
	
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w258,
	.w1-4,
	.w1-5 {
		width: 47.25%;
	}
	.w258.cms_fl,
	.w1-4.cms_fl,
	.w1-5.cms_fl {
		float: none;
	}
	.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-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;
}
/* 横並び 縦上揃え */
.flexBox.ai-s {
	align-items: start;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
	gap: 40px 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.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.632%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボックス（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: 100%;
	}
	/* 横並び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) {
	border-collapse: separate;
	overflow: hidden;
	border-radius: 15px;
	filter: drop-shadow(0 0 6px #d2e4ee);
}
.contents table:not(.simple table) tr:not(:last-child) th,
.contents table:not(.simple table) tr:not(:last-child) td {
	border-bottom: solid 1px #cccccc;
}
.contents table:has(thead):not(.simple table) th:not(:last-child),
.contents table:not(.simple table) td:not(:last-child) {
	border-right: solid 1px #c1c8d3;
}
.contents table:not(.simple table) th {
	font-weight: 600;
	background-color: #f0f5fa;
	padding: 25px 30px;
}
.contents table:not(.simple table) td {
	background-color: #fff;
	padding: 25px;
}
.contents table thead + tbody th {
	color: var(--main-font-color);
	background-color: #E7DFDB;
}
.contents table thead:not(.simple table) th {
  	border-bottom: solid 1px #cccccc;
	text-align: center;
}
/* シンプル */
.contents .simple table th {
	font-weight: 600;
	padding: 3px 0;
}
.contents .simple table td {
	background-color: transparent;
	padding: 3px 0;
}

/* 均等 */
.table-equal table {
	table-layout: fixed;
}
/* rowspan で border が消える対策 */
td.rsborder {
	border-right: none !important;
}
td.rsborder + td[rowspan] {
	border-left: solid 1px #c1c8d3;
}
/* スクロール */
.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;
        white-space: nowrap;
	}
	/* シンプル */
	.contents .simple table td:not(:last-child) {
		border-right: 35px solid #F6F9FA;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table th,
	.contents table td {
		padding: 15px;
	}
	.contents table:not(.simple table) tr:not(:last-child) th {
		border-bottom: none;
		padding: 15px 25px;
	}
	.contents table:not(.simple table) td {
		padding: 15px 25px 25px;
	}
	/* シンプル */
	.contents .simple table tr:first-child td:not(:first-child) {
		border-top: none;
	}
	.simple table th {
		width: 22%;
	}
	
	/* 複雑 */
	.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;
	}
	.contents .res table:not(.simple table) tr:not(:last-child) td {
		border-bottom: none;
	}
	/* スクロールバーの色 */
	/* スクロール */
	.cms_text.scroller {
		padding-bottom: 24px;
	}
	/* Webkitベースのブラウザ (Chrome, Safariなど) 用 */
	.cms_text.scroller::-webkit-scrollbar {
		width: 8px; /* スクロールバーの幅 */
	}
	.cms_text.scroller::-webkit-scrollbar-track {
		background: #eff1f3; /* トラックの色 */
		border-radius: 8px;
	}
	.cms_text.scroller::-webkit-scrollbar-thumb {
		background: var(--blue-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(--blue-color);
		border-radius: 4px;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_block ul > li,
.cms_block li ul.list > li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
  	line-height: 1.5;
}
.cms_block ul > li::before,
.cms_block li ul.list > li::before {
	content: "●";
	position: absolute;
	top: .7em;
	left: 0;
	color: #5187bd;
	font-size: 60%;
	width: auto;
	height: auto;
	background: none;
}
.cms_block .list-black ul > li::before {
	color: var(--main-font-color);
}

/* 注釈リスト */
.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: #cc5e79;
}
.cms_block ul.list-note > li.bold::before,
.cms_block li ul.list-note > li.bold::before {
	font-weight: 600;
}

/* 数字リスト */
.cms_block ol > li {
	position: relative;
    counter-increment: cnt;
	padding-left: 35px;
	margin: 5px 0;
}
.cms_block ol > li::before {
	content: counter(cnt, decimal-leading-zero) '';
	position: absolute;
	font-family: "Spectral", serif;
  	font-weight: 400;
	font-size: 2.6rem;
	color: #3d454f;
    line-height: 1;
	left: 0;
	background: linear-gradient(90deg, #122a5e,#cc5e79);
	background: -webkit-linear-gradient(0deg, #122a5e,#cc5e79);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cms_block ol > li > ul {
	margin: 5px 0;
}

/* 横並びリスト */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}
table .inline ul li {
	margin-right: 1em;
}
.cms_block.listSpace ul > li:not(:last-child) {
	margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
	/* 折り返すリスト */
	.list-grid ul {
		display: grid;
		grid-template-rows: repeat(5, auto);
		grid-auto-flow: column;
		gap: 0 35px;
	}
	/* 横並び 分割 */
	.list_div2 ul,
	.list_div3 ul,
	.list_div4 ul {
		display: flex;
		gap: 0 15px;
		flex-wrap: wrap;
	}
	.list_div3 ul li {
		width: calc((100% - 30px) / 3);
	}
	.list_div4 ul li {
		width: calc((100% - 45px) / 4);
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 数字リスト */
	.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;
}

/* ------------------------------
 アイコン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 角丸（PC）
------------------------------ */
.r20,
.r20 img {
	border-radius: 20px;
}
/* ------------------------------
 角丸（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.r20,
	.r20 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;
}
/* ------------------------------
 画像（SP）
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 背景（PC）
------------------------------ */
.bgBox {
	background: #fff;
	padding: 50px;
	border-radius: 10px;
}
.bgBox.wide {
	padding: 130px 0;
}
.merBox {
	background: #fff;
	padding: 40px 50px 40px 0;
	border-radius: 10px;
}
.merBox img {
	border-radius: 10px;
}
/* ------------------------------
 背景（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.bgBox {
		padding: 30px 5%;
	}
	.bgBox.wide {
		padding: 60px 0;
	}
	.merBox {
		padding: 0 5% 30px;
	}
	.merBox .w1-5 {
		margin: 10px auto;
	}
}

/* ------------------------------
 線（PC）
------------------------------ */
/* 上 */
.line-t {
	border-top: solid 1px #c0c7cb;
	padding-top: 25px;
	margin-top: 25px;
}
.cms_block.line-t {
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.line-b {
	border-bottom: solid 1px #c0c7cb;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.cms_block.line-b {
	border-bottom: solid 1px #c0c7cb;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

/* ------------------------------
 リンク（PC）
------------------------------ */
/* 横並びリンク */
.inlineLink {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}
/* ------------------------------
 リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並びリンク */
	.inlineLink {
		gap: 5px 10px;
	}
	.cms_block.line-b {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
/*デフォルト*/
.btn a,
button.btn-a {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	justify-content: center;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	min-height: 80px;
	position: relative;
	background: #3d6ead;
	border-radius: 80px;
	padding: 12px 45px 15px;
	transition: .3s ease-in-out;
}
.btn a::before {
	content: none;
}
.btn a::after,
button.btn-a::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 18px;
	background: url(../img/icon_arrow_w.svg) no-repeat center / cover;
	top: 0;
	bottom: 0;
    right: 25px;
	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;
}
button.btn-a:hover {
	opacity: .7;
}
/*横並びボタン*/
.inlineBtn {
	display: flex;
	flex-wrap: wrap;
}
.inlineBtn .btn a {
	align-items: center;
}
.cms_block.inlineBtn::after {
	content: none;
}
/*お問合せ・見学依頼ボタン*/
.btn_inq a {
	font-size: 2.4rem;
	font-weight: 600;
	width: 100%;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	position: relative;
	background: -webkit-linear-gradient(45deg, #122a5e, #cc5e79);
	padding: 50px;
	transition: .3s ease-in-out;
}
.btn_inq a::before {
	display: none !important;
}
.btn_inq a::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_arrow_w.svg) no-repeat center / cover;
	margin-left: 15px;
	transition: .3s ease-in-out;
}
.lowerLink + .btn_inq {
  	margin-top: 70px;
}
@media print, screen and (min-width: 768px) {
	/*デフォルト*/
	.btn a {
		min-width: 265px;
	}
	/* 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;
	}

	/*横並びボタン*/
	.inlineBtn {
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
	}
	/*お問合せ・見学依頼ボタン*/
	.btn_inq a {
		font-size: 1.8rem;
		width: 100%;
		min-height: 90px;
		padding: 30px;
	}
}

/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
.pageLink {
	position: relative;
    z-index: 1;
	background: linear-gradient(90deg, #f7f8f9, #f0f2f4);
	padding: 30px 35px;
}
.pageLink ul {
	display: flex;
	flex-flow: row wrap;
	gap: 15px 30px;
}
.pageLink ul li {
    padding-left: 0;
	line-height: 1.25;
}
.pageLink ul li::before {
    content: none;
}
.pageLink ul li a {
	position: relative;
	color: var(--main-font-color);
	text-decoration: none;
	font-weight: bold;
}
.pageLink ul li a::after {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 5px;
	margin-top: -3px;
	vertical-align: middle;
	background: url(../img/icon_pagelink.svg) no-repeat 0 0 / cover;
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink {
		padding: 30px 5%;
	}
	.pageLink ul {
		gap: 5px 15px;
	}
	.pageLink ul li a {
		font-size: 1.4rem;
	}
	.pageLink ul li a::before {
		width: 18px;
		height: 18px;
	}
	.pageLink ul li a::after {
		top: 3px;
		right: 6px;
	}
}

/* ------------------------------
 下層ページリンク（PC）
------------------------------ */
.lowerLink.flexBox {
	gap: 45px;
}
.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 {
	display: flex;
	align-items: center;
	min-height: 150px;
	padding: 30px;
	background-color: #fff;
	width: 350px;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #cc5e79;
	line-height: 1.5;
}
.lowerLink > li > a p {
	position: relative;
	padding-right: 32px;
}
.lowerLink > li > a p::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../img/arrow_right.svg) no-repeat 0 0 / cover;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.LinkBlock .lowerLink > li > a {
	min-height: 300px;
	align-content: center;
}
.LinkBlock .lowerLink > li > a p {
	padding-right: 0;
}
.LinkBlock .lowerLink > li > a p::after {
	display: inline-block;
	position: inherit;
	margin-left: 8px;
  	vertical-align: -4px;
}
.lowerLink > li > a > figure {
	width: 100%;
	text-align: center;
	margin: 30px auto 30px;
}
.lowerLink > li > a > figure img {
  	width: 110px;
}
@media print, screen and (min-width: 768px) {
	.LinkBlock .lowerLink > li > a {
		flex-wrap: wrap;
	}
	.LinkBlock .lowerLink > li > a p {
		height: 70px;
	}
}
/* ----------------------
 下層ページリンク（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.lowerLink > li:has(figure):not(:last-child) {
		margin-bottom: 20px;
	}
	.cms_block ul.lowerLink > li {
		width: 100%;
	}
	.lowerLink.flexBox {
		gap: 15px;
	}
	.lowerLink > li > a {
		display: block;
		align-items: center;
		min-height: auto;
		padding: 25px;
		width: 100%;
		font-size: 1.8rem;
	}
	.LinkBlock .lowerLink > li:has(figure):not(:last-child) {
		margin-bottom: 0;
	}
	.LinkBlock .lowerLink > li > a {
		min-height: 100px;
		display: flex;
		padding: 0 5%;
	}
	.LinkBlock .lowerLink > li > a > figure {
		width: 20%;
		margin: auto;
		text-align: center;
	}
	.LinkBlock .lowerLink > li > a p {
		width: 80%;
    	padding-left: 5%;
	}
}

/* ------------------------------
 新着情報・ブログ・イベント（PC）
------------------------------ */

/* -- 新着一覧ページ -- */
.newsList li {
	display: flex;
	gap: 0 20px;
	width: 100%;
	padding: 8px 0;
}
.newsList li a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/icon_blank.svg) no-repeat center / cover;
	transition: .3s ease-in-out;
}
.newsList li .headline a {
	text-decoration: underline;
	display: inline;
}
/*新着タイトル*/
.headline {
	width: calc(100% - 232px);
	line-height: 1.5;
}
/*リンクありの場合*/
.headline a {
	position: relative;
	display: inline-block;
}
/* -- 日付 -- */
.date {
	color: #4d4d4d;
	line-height: 1.5;
}
/* -- カテゴリ・タグ -- */
.cate,
.tag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 106px;
	height: 25px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #25497d;
	line-height: 1;
	background-color: #fff;
	border: solid 1px #25497d;
}

/* イベント */
.cate8 .tag {
	color: var(--blue-color);
	border-color: var(--blue-color);
}
.cate9 .tag {
	color: #2476B5;
	border-color: #2476B5;
}

/* -- 下層ページ -- */
.dateBox {
	display: flex;
	align-items: center;
	gap: 0 25px;
	margin-bottom: 40px;
}
/* ----------------------
 新着・ブログ・イベント情報一覧（SP）
---------------------- */
@media screen and (max-width: 767px) {
	/* -- 新着情報一覧 -- */
	.newsList li {
		flex-flow: row wrap;
		gap: 5px 10px;
		padding: 12px 0;
	}
	/*新着タイトル*/
	.headline {
		width: 100%;
	}
	/*カテゴリ*/
	.cate,
	.tag {
		width: 120px;
		font-size: 1.3rem;
	}
	.dateBox {
		margin-bottom: 30px;
	}
}

/* ------------------------------
 Googlemap埋め込み
------------------------------ */
.map {
	position: relative;
	width: 100%;
	padding-top: 34.21%;
	border-radius: 10px;
    overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------
 Googlemap埋め込み（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.map {
		padding-top: 66.67%;
	}
}

/* ------------------------------
 動画埋め込み
------------------------------ */
.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;}
}
/* ------------------------------
 画像とテキスト横並び（PC）
------------------------------ */
.image-textBox {
	color: #fff;
	border-radius: 20px;
	overflow: hidden;
	background: #474747;
	position: relative;
	transition: opacity 0.3s ease-in-out;
}
.image-textBox:has(a)::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	right: 35px;
	bottom: 30px;
	background: var(--blue-color) url(../img/arrow_right_w.svg) no-repeat center / 16px auto;
}
.image-textBox img {
	border-radius: 0;
}
.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 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;
	}
}
/* ------------------------------
 フェードイン
------------------------------ */
.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1.5s;
}
.fadein.active{
	opacity : 1;
	transform : translate(0, 0);
	transition-delay: 0s;
}
.fade2.fadein.active {
	animation-delay: 0.2s;
	transition-delay: 0.2s;
}
.fade3.fadein.active {
	animation-delay: 0.4s;
	transition-delay: 0.4s;
}
.fade4.fadein.active {
	animation-delay: 0.6s;
	transition-delay: 0.6s;
}
.fade5.fadein.active {
	animation-delay: 0.8s;
	transition-delay: 0.8s;
}
.fade6.fadein.active {
	animation-delay: 1s;
	transition-delay: 1s;
}
.fade7.fadein.active {
	animation-delay: 1.2s;
	transition-delay: 1.2s;
}
.fade8.fadein.active {
	animation-delay: 1.4s;
	transition-delay: 1.4s;
}
.fade9.fadein.active {
	animation-delay: 1.6s;
	transition-delay: 1.6s;
}
/* ------------------------------
 お問合せブロック（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
    .inqBox {
        display: flex;
		align-items: center;
    }
    .inqBox .w1-2 {
        margin-bottom: 0;
    }
    .inqBox .w1-2 + .w1-2 {
        border-left: solid 1px #b3b3b3;
        padding-left: 50px;
    }
}
/* ------------------------------
 お問合せブロック（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .inqBox .w1-2 + .w1-2 {
        border-top: solid 1px #b3b3b3;
        padding-top: 30px;
    }
    .cms_block.line-b .w4-5 th {
        width: 40%;
    }
}
/* ------------------------------
 リンク集（PC）
------------------------------ */
.linkPage .cms_link {
  	margin-bottom: 10px;
}
.linkPage .cms_link a {
	color: var(--main-font-color);
}
.linkPage .cms_link a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/icon_blank.svg) no-repeat center / 11px auto;
	vertical-align: -4px;
  	margin-left: 1px;
}
/* ------------------------------
 定期コースについて（PC）
------------------------------ */
.course_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.course_list ul li {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 35px;
	width: 258px;
	line-height: 1.35;
	display: grid;
	align-content: center;
	font-weight: 600;
}
.course_list ul li::before {
	display: none;
}
.course_list ul li .pink {
	color: #db7b8f;
}
/* ------------------------------
 定期コースについて（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.course_list ul li {
		width: 49%;
    	margin-bottom: 2%;
		padding: 20px 1%;
	}
	.course_list ul li .f16 {
		font-size: 1.2rem;
	}
}