@charset "utf-8";

/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* H1 */
.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
.heading h1,
.heading p {
	font-size: 4.4rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: .12em;
}
.heading h1::after,
.heading p::after {
	content: "";
	display: block;
	width: 100px;
	height: 6px;
	margin: 38px auto 0;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.heading h1 span,
.heading p span {
	display: block;
	margin-bottom: 32px;
	color: #8696a7;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .15em;
}
/* H2 */
.contents h2,
.contentsWide h2 {
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 2px solid rgba(224,0,71,1);
	border-image: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	border-image-slice: 1;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: bold;
}
/* H3 */
.contents h3,
.contentsWide h3 {
	margin-bottom: 26px;
	padding-left: 20px;
	border-left: 5px solid rgba(224,0,71,1);
	border-image: linear-gradient(180deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	border-image-slice: 1;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
}
/* H4 */
.contents h4,
.contentsWide h4 {
	margin-bottom: 12px;
	color: #0d2c4f;
	font-size: 2.1rem;
	line-height: 1.4;
	font-weight: bold;
}
/* H5 */
.contents h5,
.contentsWide h5 {
	margin-bottom: 12px;
	font-size: 1.9rem;
	line-height: 1.4;
	font-weight: bold;
}
/* 大見出し */
.headlineText {
	margin-bottom: 15px;
	font-size: 2.8rem;
	font-weight: bold;
}
/* 帯 */
.barText {
	padding: 19px 30px 20px;
	border-bottom: 1px dotted #aeb9c7;
	background-color: rgba(0,61,145,.05);
	font-size: 2.3rem;
}
/* h1と同じ装飾付き */
.heading-icon {
	margin-bottom: 25px;
	font-size: 2.1rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
}
.heading-icon::after {
	content: "";
	display: block;
	width: 65px;
	height: 3px;
	margin: 20px auto 0;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
@media print, screen and (min-width: 768px) {
	.heading {
		height: 370px;
	}
	/* H1 */
	.heading h1,
	.heading p {
		width: 1140px;
		margin: 0 auto;
	}
	/* 大見出し・リード */
	.headlineText,
	.lead {
		text-align: center;
	}
	.headlineText span,
	.lead span {
		display: block;
	}
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* H1 */
	.heading {
		height: 270px;
		padding: 0 5%;
	}
	.heading h1,
	.heading p {
		font-size: 3.2rem;
		letter-spacing: .03em;
	}
	.heading h1::after,
	.heading p::after {
		width: 100px;
		height: 6px;
		margin-top: 20px;
	}
	.heading h1 span,
	.heading p span {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	/* H2 */
	.contents h2,
	.contentsWide h2 {
		font-size: 2.6rem;
		padding-bottom: 12px;
		margin-bottom: 25px;
	}
	/* H3 */
	.contents h3,
	.contentsWide h3 {
		margin-bottom: 20px;
		padding-left: 13px;
		font-size: 2.3rem;
	}
	/* H4 */
	.contents h4,
	.contentsWide h4 {
		font-size: 2rem;
	}
	/* 大見出し */
	.headlineText {
		margin-bottom: 20px;
		font-size: 2.1rem;
	}
	/* 帯 */
	.barText {
		padding: 9px 15px 10px;
		font-size: 2.1rem;
	}
	/* h1と同じ装飾付き */
	.heading-icon {
		margin-bottom: 18px;
		font-size: 2rem;
		letter-spacing: 0;
	}
	.heading-icon::after {
		width: 60px;
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 359px) {
	/* h1と同じ装飾付き */
	.heading-icon {
		font-size: 1.9rem;
	}
}

/* ------------------------------
 横幅（PC）
------------------------------ */
.w3em {
	width: 3em !important;
}
/* その他 */
.w208 {
	width: 208px;
}
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w546,
	.w1-2 {
		width: 47.895%;
	}
	/* 1/3 */
	.w350,
	.w1-3 {
		width: 30.702%;
	}
	.w350.cms_fl + .w350.cms_fl,
	.w350.fl + .w350.fl,
	.w1-3.cms_fl + .w1-3.cms_fl,
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.948%;
	}
	.w350.cms_fl + .w350.cms_fl.ml0 {
		margin-left: 0;
	}
	/* 2/3 */
	.w745,
	.w2-3 {
		width: 65.351%;
	}
	/* 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.158%;
	}
	/* 3/4 */
	.w846,
	.w3-4 {
		width: 74.212%;
	}
	/* 新着情報 */
	.mainContents .w410,
	.mainContents .w1-2 {
		width: 48.464%;
	}
	.mainContents .w266,
	.mainContents .w1-3 {
		width: 31.443%;
	}
	.mainContents .w556,
	.mainContents .w2-3 {
		width: 65.723%;
	}
	.mainContents .w266.cms_fl + .w266.cms_fl,
	.mainContents .w266.fl + .w266.fl,
	.mainContents .w1-3.cms_fl + .w1-3.cms_fl,
	.mainContents .w1-3.fl + .w1-3.fl {
		margin-left: 2.837%;
	}
	/* その他 */
	.w330 {
		width: 330px;
	}
	.w630 {
		width: 630px;
	}
	.w640 {
		width: 640px;
	}
	.w860 {
		width: 860px;
	}
	.w980 {
		width: 980px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	/* .w1-2 + .w1-2,
	.w1-3 + .w1-3,
	.w1-3 + .w2-3,
	.w2-3 + .w1-3 {
		margin-top: 24px !important;
	} */
	.w258,
	.w1-4 {
		width: 47.25%;
	}
	.w258.cms_fl,
	.w1-4.cms_fl {
		float: left !important;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w258.cms_fl + .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 {
		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 {
		margin-bottom: 0;
		margin-left: 0;
	}
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* グラデ枠ボックス */
.borderBox {
	padding: 55px 77px 20px;
	border: 3px solid rgba(224,0,71,1);
	border-image: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	border-image-slice: 1;
}
/* 横並び */
.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: 40px 3.158%;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
		gap: 40px 4.21%;
	}
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
		gap: 40px 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) {
	/* グラデ枠ボックス */
	.borderBox {
		padding: 17px 27px 27px;
	}
	/* 横並び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;
	}
}

/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table,
.contentsWide table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #b7c0ca;
	border-bottom: 1px solid #b7c0ca;
}
.contents table tr:not(:last-child),
.contentsWide table tr:not(:last-child) {
	border-bottom: 1px dotted #b7c0ca;
}
.contents table th,
.contentsWide table th {
	padding: 20px 0;
	background-color: rgba(0,61,145,.06);
	font-weight: bold;
}
.contents table td,
.contentsWide table td {
	padding: 20px 30px;
	background-color: rgba(0,61,145,.03);
}
/* スクロール */
.cms_text.scroller {
	overflow-y: hidden !important;
}
@media print, screen and (min-width: 768px) {
	.contents table th,
	.contentsWide table th {
		width: 20%;
		text-align: center;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table th,
	.contentsWide table th,
	.contents table td,
	.contentsWide table td {
		padding: 10px 20px;
	}
	/* レスポンシブ */
	.contents .res table th,
	.contentsWide .res table th,
	.contents .res table td,
	.contentsWide .res table td {
		width: auto !important;
		display: block;
	}
	/* スクロール */
	.cms_text.scroller table {
		width: 1140px !important;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_text ul > li,
.cms_image ul > li {
	position: relative;
	padding-left: 1em;
}
.cms_text ul > li::before,
.cms_image ul > li::before {
	content: "●";
	position: absolute;
	top: .85em;
	left: 0;
	color: #e50041;
	font-size: 50%;
}
/* 横並び */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}
/* チェック */
.cms_text.check ul > li,
.cms_image.check ul > li {
	padding-left: 21px;
}
.cms_text.check ul > li::before,
.cms_image.check ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: .9em;
	left: 0;
	width: 18px;
	height: 15px;
	background: url(/shared/img/icon_check.svg) no-repeat 0 0 / cover;
}
/* 数字 */
.cms_text ol li {
	counter-increment: count 1;
	position: relative;
	padding-left: 30px;
}
.cms_text ol li:before {
	content: counter(count);
	position: absolute;
	top: .25em;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #c3cad3;
	border-radius: 50%;
	color: #e50041;
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
}
/* 横並び2列・3列 */
@media print, screen and (min-width: 768px) {
	.div2 ul,
	.div3 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.div2 ul li,
	.div3 ul li {
		padding-right: 2em;
	}
	.div2 ul li {
		width: 50%;
	}
	.div3 ul li {
		width: 33.3333333%;
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び */
	.inline ul li {
		margin-right: 1em;
	}
}

/* ------------------------------
 ライン（PC）
------------------------------ */
.dbline {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #b7c0ca;
}
/* ------------------------------
 ライン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.dbline {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

/* ------------------------------
 アイコン（PC）
------------------------------ */
a.cms_inner_blank.cms_link.pin,
a.cms_inner_blank.cms_link.website {
	padding-right: 0;
	background: transparent;
}
/* GoogleMap用 */
a.cms_inner_blank.cms_link.pin::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 21px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding-right: 0 !important;
	background: url(/shared/img/icon_pin.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
/* WEBサイト用 */
a.cms_inner_blank.cms_link.website::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding-right: 0;
	background: url(/shared/img/icon_website.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 アイコン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
.cms_link.blackBtn,
.cms_link.contactBtn {
	line-height: 1;
}
/* 黒ボタン */
.cms_link.blackBtn a,
.cms_link.contactBtn a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 305px;
	height: 84px;
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
	border-radius: 42px;
	background-color: #000c21;
	color: #fff;
	font-size: 2.2rem;
	line-height: 80px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}
.cms_link.contactBtn a {
	font-family: "Montserrat", sans-serif;
	font-size: 2.2rem;
	line-height: 84px;
	letter-spacing: .2em;
}
.cms_link.blackBtn a::after,
.cms_link.contactBtn a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 32px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border: 0;
	border-top: solid 3px #ff0062;
	border-right: solid 3px #ff0062;
	transform: rotate(45deg);
	background: none;
}
@media print, screen and (min-width: 768px) {
	/* 黒ボタン */
	.cms_link.blackBtn a:hover,
	.cms_link.contactBtn a:hover {
		opacity: 1;
	}
	.cms_link.blackBtn a::before,
	.cms_link.contactBtn a::before {
		content: "";
		/* 絶対配置でキラッと光るの位置を決める */
		position: absolute;
		top: 0;
		left: -75%;
		/* キラッと光る形状 */
		width: 50%;
		height: 100%;
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		transform: skewX(-25deg);
	}
	/* hoverした際の移動のアニメーション */
	.cms_link.blackBtn a:hover::before,
	.cms_link.contactBtn a:hover::before {
		animation: shine .7s;
	}
	@keyframes shine {
		100% {
			left: 125%;
		}
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 黒ボタン */
	.cms_link.blackBtn a,
	.cms_link.contactBtn a {
		width: 260px;
		height: 70px;
		border-radius: 35px;
		font-size: 1.8rem;
		line-height: 70px;
	}
	.cms_link.cms_link.blackBtn a::after,
	.cms_link.contactBtn a::after {
		right: 27px;
		width: 8px;
		height: 8px;
		border-top: solid 2px #ff0062;
		border-right: solid 2px #ff0062;
	}
}

/* ------------------------------
 メインイメージ（PC）
------------------------------ */
.cms_block.mainimg .cms_image img {
	box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.mainimg .cms_image img {
		box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	}
}

/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
.cms_block.pageLink {
	padding: 52px 80px 25px;
	background-color: rgba(0,61,145,.05);
}
.cms_block.pageLink .cms_text.index {
	position: relative;
	width: 100%;
	margin-bottom: 22px;
	color: #0d2c4f;
	font-family: "Montserrat", sans-serif;
	font-size: 2.6rem;
	line-height: 1;
	font-weight: 600;
}
.cms_block.pageLink .cms_text.index::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -80px;
	width: 65px;
	height: 3px;
	margin: auto 0;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.cms_block.pageLink a.cms_link::after,
.cms_block.pageLink .cms_link a:not([target="_blank"])::after {
	background: url(/shared/img/arrow_b34.svg) no-repeat 0 0 / cover;
}
.cms_block.pageLink.arrows a.cms_link,
.cms_block.pageLink.arrows .cms_link a {
	margin-bottom: 0;
	margin-right: 34px;
}
.cms_block.pageLink.arrows a.cms_link::after,
.cms_block.pageLink.arrows .cms_link a:not([target="_blank"])::after {
	top: 6px;
	right: -34px;
	width: 26px;
    height: 26px;
	background: url(/shared/img/arrow_b26.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	.cms_block.pageLink {
		display: flex;
		flex-wrap: wrap;
	}
	.cms_block.pageLink .cms_link {
		display: inline-block;
		margin: 0 24px 17px 0;
	}
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.pageLink {
		padding: 42px 30px 22px;
	}
	.cms_block.pageLink .cms_text.index {
		margin-bottom: 17px;
		font-size: 2.3rem;
	}
	.cms_block.pageLink .cms_text.index::before {
		left: -30px;
		width: 26px;
	}
	.cms_block.pageLink .cms_link {
		margin-bottom: 10px;
	}
}

/* ------------------------------
 ページ内リンク囲みタイプ（PC）
------------------------------ */
.cms_block.pageLinkBox {
	margin-bottom: 60px;
}
.cms_block.pageLinkBox::after {
	content: none;
}
.cms_block.pageLinkBox .cms_link {
	display: inline-block;
	position: relative;
	padding: 28px 55px 28px 25px;
	border: 5px solid #e5ecf4;
}
.cms_block.pageLinkBox .cms_link a {
	position: static;
	margin: 3px 0;
	padding-bottom: 0;
	border-bottom: none;
}
.cms_block.pageLinkBox .cms_link a:not([target="_blank"])::after {
	top: 0;
	bottom: 0;
	right: 15px;
	margin-top: auto;
	margin-bottom: auto;
	background: url(/shared/img/arrow_b34.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	.cms_block.pageLinkBox {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 45px;
	}
	.cms_block.pageLinkBox .cms_link {
		display: flex;
		align-items: center;
		width: 350px;
	}
}
/* ------------------------------
 ページ内リンク囲みタイプ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.pageLinkBox {
		margin-bottom: 40px;
	}
	.cms_block.pageLinkBox .cms_link {
		width: 100%;
		padding: 18px 60px 18px 25px;
	}
	.cms_block.pageLinkBox .cms_link:not(:last-child) {
		margin-bottom: 15px;
	}
}

/* ------------------------------
 ページ内リンク囲みタイプ複数行（PC）
------------------------------ */
.cms_block.pageLinkBox02 {
	margin-bottom: 60px;
}
.cms_block.pageLinkBox02::after {
	content: none;
}
.cms_block.pageLinkBox02 li:before {
	content: none;
}
.cms_block.pageLinkBox02 li {
	display: inline-block;
	position: relative;
	padding: 28px 60px 28px 25px;
	border: 5px solid #e5ecf4;
}
.cms_block.pageLinkBox02 li a {
	position: static;
	margin: 3px 0;
	padding-bottom: 0;
	border-bottom: none;
	color: #000;
}
.cms_block.pageLinkBox02 li a span{
	display: block;
	margin-bottom: 7px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #b7c0ca;
	font-size: 1.8rem;
	font-weight: bold;
}
.cms_block.pageLinkBox02 li a:not([target="_blank"])::after {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 34px;
	height: 34px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	background: url(/shared/img/arrow_b34.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	.cms_block.pageLinkBox02 ul {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 45px;
	}
	.cms_block.pageLinkBox02 li {
		width: 350px;
	}
}
/* ------------------------------
 ページ内リンク囲みタイプ複数行（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.pageLinkBox02 {
		margin-bottom: 40px;
	}
	.cms_block.pageLinkBox02 li {
		width: 100%;
		padding: 18px 60px 18px 25px;
		font-size: 1.4rem;
	}
	.cms_block.pageLinkBox02 li a span {
		margin-bottom: 4px;
		padding-bottom: 6px;
		font-size: 1.6rem;
	}
	.cms_block.pageLinkBox02 li:not(:last-child) {
		margin-bottom: 15px;
	}
}

/* ------------------------------
 背景薄紺透過ボックス（PC）
------------------------------ */
.cms_block.bgBox,
.cms_text.bgBox {
	padding: 74px 80px 80px;
	background-color: rgba(0,61,145,.05);
}
/* 狭いpadding */
.cms_block.bgBox.narrow,
.cms_text.bgBox.narrow {
	padding: 45px 50px;
}
.cms_block.bgBox .cms_text.bgTitle {
	position: relative;
	width: 100%;
	color: #0d2c4f;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: 600;
}
.cms_block.bgBox .cms_text.bgTitle::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -80px;
	width: 65px;
	height: 3px;
	margin: auto 0;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
@media print, screen and (min-width: 768px) {
	.cms_block.bgBox .bgW1-2 {
		width: 47.755102%;
	}
}
/* ------------------------------
 背景薄紺透過ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.bgBox,
	.cms_text.bgBox {
		padding: 24px 30px 30px;
	}
	/* 狭いpadding */
	.cms_block.bgBox.narrow,
	.cms_text.bgBox.narrow {
		padding: 30px;
	}
	.cms_block.bgBox .cms_text.bgTitle::before {
		left: -30px;
		width: 26px;
	}
	.cms_block.bgBox .cms_text.bgTitle {
		font-size: 2.3rem;
	}
}
@media screen and (max-width: 359px) {
	.cms_block.bgBox,
	.cms_text.bgBox {
		padding: 14px 20px 20px;
	}
	/* 狭いpadding */
	.cms_block.bgBox.narrow,
	.cms_text.bgBox.narrow {
		padding: 20px;
	}
}

/* ------------------------------
 youtube埋め込み
------------------------------ */
.movie {
	position: relative;
	width: 100%;
}
.movie:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
@media print, screen and (min-width: 768px) {
	.movie.w860 {
		width: 860px;
	}
}

/* ------------------------------
 角R（PC）
------------------------------ */
.r10,
.r10 img {
	border-radius: 10px;
}
.r25,
.r25 img {
	border-radius: 25px;
}
/* ------------------------------
 角R（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.r10,
	.r10 img {
		border-radius: 6px;
	}
	.r25,
	.r25 img {
		border-radius: 15px;
	}
}

/* ------------------------------
 span
------------------------------ */
@media print, screen and (min-width: 768px) {
	.cms_text.pc_tac span {
		display: block;
	}
}

/* ------------------------------
 区切り線（PC）
------------------------------ */
.separation  {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
  区切り線（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.separation  {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
}

/* ------------------------------
 下部リンク（PC）
------------------------------ */
.searchLink {
	font-size: 1.4rem;
	line-height: 1;
}
.cms_text .searchLink li {
	position: static;
	padding-left: 0;
}
.cms_text .searchLink li::before {
	content: none;
}
.searchLink > li:not(:last-child) {
	margin-bottom: 1em;
}
.searchLink > li > p {
	font-weight: bold;
}
.searchLink > li > ul {
	display: flex;
	flex-wrap: wrap;
}
.searchLink > li > ul > li:not(:last-child)::after {
	content: "|";
	display: inline-block;
	margin: 0 .75em;
	color: #dcdcdc;
}
@media print, screen and (min-width: 768px) {
	.searchLink > li {
		display: flex;
	}
	.searchLink > li > p {
		width: 185px;
	}
}
/* ------------------------------
 下部リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.searchLink > li > p {
		margin-bottom: 10px;
	}
	.searchLink > li > ul > li {
		margin-bottom: 10px;
	}
	.searchLink > li > ul > li:not(:last-child)::after {
		margin: 0 .5em;
	}
}

/* ------------------------------
 新着情報一覧（PC）
------------------------------ */
.newsList {
	border-top: 1px solid #8696a7;
}
.newsList li {
	display: flex;
	flex-wrap: wrap;
	padding: 27px 0 28px;
	border-bottom: 1px solid #8696a7;
}
.date {
	width: 103px;
	color: #3e5672;
	font-family: "Montserrat", sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.cate {
	width: 125px;
	height: 24px;
	border: 1px solid #8696a7;
	border-radius: 3px;
	color: #0d2c4f;
	font-size: 1.2rem;
	line-height: 22px;
	text-align: center;
}
.ntext {
	width: 100%;
	margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
	.ntext {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ntext a {
		transition: .3s ease-in-out;
	}
	.ntext a:hover {
		opacity: .5;
	}
}
/* ------------------------------
 ニュース一覧（PC）
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBlock {
		width: 100%;
	}
	.newsList li {
		padding: 26px 0;
	}
}