/* ------------------------------
 リセット
------------------------------ */
* {
	border:0;
	margin:0;
	outline:0;
	padding:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
	font-size:10px;
	line-height:1;
	position:relative;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	width:100%;
	height:100%;
}
article, aside, dialog, figure, picture, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}
/* ------------------------------
	サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	font-weight: 400;
	line-height: 1.75;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.maincontents img {
	max-width: 100%;
	vertical-align: middle;
}
/* 上付き */
.maincontents sup {
	font-size: 14px;
    vertical-align: top;
}
.maincontents .text-caption sup {
	font-size: 12px;
}
/* 下付き */
.maincontents sub {
	font-size: 14px;
    vertical-align: baseline;
}
/* 非表示 */
.maincontents .hidden {
	display: none;
	visibility: hidden;
}
/* 角丸 */
.maincontents figure,
.maincontents picture {
	border-radius: 22px;
	overflow: hidden;
}
.col-block figure,
.col-block picture {
	width: 100%;
	border-radius: 22px;
	overflow: hidden;
}
.col-block figure img,
.col-block picture img {
	width: 100%;
}
.col-block .col_1-2 figure,
.col-block .col_1-2 picture,
.col-block .col_1-3 figure,
.col-block .col_1-3 picture {
	border-radius: 16px;
}
.col-block .col_1-4 figure,
.col-block .col_1-4 picture {
	border-radius: 10px;
}
.r22,
.r22 img {
	border-radius: 22px !important;
}
.r16,
.r16 img {
	border-radius: 16px !important;
}
/* P */
.maincontents p + p {
	margin-top: 12px;
}
.maincontents .minisite-block p {
	margin-bottom: 0;
}
/* インラインブロック */
.contents-block .inline-block {
	display: flex;
	flex-flow: row wrap;
	gap: 10px 25px;
}
.contents-block .inline-block > * {
	margin: 0;
}
/* ------------------------------
	PC時 or スマホ時active
------------------------------ */
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.maincontents .sp {display: none !important;}
	/* 画像サイズ */
	.maincontents .full-wide figure img,
	.maincontents .full-wide picture img {
		width: 100%;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.maincontents .pc {display: none !important;}
	.maincontents .sp {display: block !important;}
	.maincontents sup, .maincontents sub {
		font-size: 13px;
	}
	.maincontents .text-caption sup {
		font-size: 12px;
	}
	.maincontents figure,
	.maincontents picture {
		border-radius: 16px;
	}
	.col-block figure,
	.col-block picture {
		border-radius: 16px;
	}
	.r22,
	.r22 img {
		border-radius: 16px !important;
	}
}
/* ------------------------------
	マージン
------------------------------ */
.margin-b0 { margin-bottom: 0 !important;}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.pc-margin-b0 { margin-bottom: 0 !important;}
	.margin-b1, .pc-margin-b1 { margin-bottom: 15px !important;}
	.margin-b2, .pc-margin-b2 { margin-bottom: 25px !important;}
	.margin-b3, .pc-margin-b3 { margin-bottom: 50px !important;}
	.margin-b4, .pc-margin-b4 { margin-bottom: 75px !important;}
	.margin-b5, .pc-margin-b5 { margin-bottom: 100px !important;}
	.margin-b6, .pc-margin-b6 { margin-bottom: 125px !important;}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.sp-margin-b0 { margin-bottom: 0 !important;}
	.margin-b1, .sp-margin-b1 { margin-bottom: 5px !important;}
	.margin-b2, .sp-margin-b2 { margin-bottom: 20px !important;}
	.margin-b3, .sp-margin-b3 { margin-bottom: 40px !important;}
	.margin-b4, .sp-margin-b4 { margin-bottom: 60px !important;}
	.margin-b5, .sp-margin-b5 { margin-bottom: 80px !important;}
	.margin-b6, .sp-margin-b6 { margin-bottom: 100px !important;}
}
/* ------------------------------
	テキスト位置
------------------------------ */
.text-left { text-align: left !important;}
.text-center { text-align: center !important;}
.text-right { text-align: right !important;}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.pc-text-left { text-align: left !important;}
	.pc-text-center { text-align: center !important;}
	.pc-text-right { text-align: right !important;}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.sp-text-left { text-align: left !important;}
	.sp-text-center { text-align: center !important;}
	.sp-text-right { text-align: right !important;}
}
/* ------------------------------
	枠
------------------------------ */
.border {
	border: solid 1px #d9dbe0;
}
.bg-white {
	padding: 40px 45px;
	background-color: #fff;
	border-radius: 22px;
	box-shadow: rgba(15, 10, 10, 0.05) 0 0 15px;
}
/*パンフレットブロック */
.bg-white.box-pamphlet .col_1-4 {
	width: 200px;
}
.bg-white.box-pamphlet .col_1-4 figure {
	border-radius: 0;
	border: solid 1px #d0d0d1;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/*パンフレットブロック */
	.bg-white.box-pamphlet.col-block:not(.no-gap) {
		gap: 40px;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.bg-white {
		padding: 30px 32px;
	}
	/*パンフレットブロック */
	.bg-white.box-pamphlet .col_1-4 {
		margin: auto;
	}
}
/* ------------------------------
	リンク
------------------------------ */
.maincontents a {
	color: #333;
	text-decoration: underline;
}
/* マウスクリック時 */
.maincontents *:focus:not(:focus-visible) {
	outline: none;
}
/* タブ移動時 */
.maincontents *:focus-visible {
	outline: 2px solid #333;
	outline-offset: 0;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.maincontents a:hover, .maincontents a:focus { color: #6942bd;}
}

/* ------------------------------
	メインコンテンツ
------------------------------ */
.maincontents {
	width: 100%;
	overflow: hidden;
	width: 100%;
	margin: 110px 0 0;
	font-size: 18px;
	background: #fafbfc;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.maincontents {
		text-align: center;
	}
	/*
	.header-fixed .maincontents {
		padding-top: 80px;
	}
	*/
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 1239px) {
	.maincontents {
		margin: 60px 0 0;
	}
}
@media print, screen and (max-width: 767px) {
	.maincontents {
		font-size: 16px;
		padding-top: 60px;
		margin: 0;
	}
}

/* ------------------------------
	コンテンツグループ
------------------------------ */
.maincontents .crumb + .contents-block {
	margin-top: 50px;
}
.contents-block {
	text-align: left;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.contents-block:not(.full-wide) {
		max-width: 1304px;
		padding-left: 32px;
		padding-right: 32px;
	}
	.contents-block {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		scroll-margin-top: 110px;
	}
	.contents-block .contents-block {
		padding-left: 0;
		padding-right: 0;
	}
	.full-wide {
		width: 100%;
		/* max-width: 1600px; */
	}
	.contents-row {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.contents-row:not(:last-child) {
		margin-bottom: 60px;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.maincontents .crumb + .contents-block {
		margin-top: 25px;
	}
	.contents-block {
		margin-bottom: 50px;
		scroll-margin-top: 60px;
	}
	.contents-block:not(.full-wide) {
		padding-left: 16px;
		padding-right: 16px;
	}
	.contents-block .contents-block {
		padding-left: 0;
		padding-right: 0;
	}
	.contents-row:not(:last-child) {
		margin-bottom: 30px;
	}
}

/* ------------------------------
	見出し & テキスト
------------------------------ */
/* H1 */
.maincontents h1 {
	margin-bottom: 35px;
	position: relative;
	line-height: 1.5;
}
/* 英語併記H1 */
.maincontents h1.en-header span {
	font-size: 22px;
	line-height: 1;
	display: block;
	color: #4b1e78;
	letter-spacing: 0.1rem;
}
/* H2 */
.maincontents h2 {
	padding-bottom: 15px;
	margin-bottom: 40px;
	position: relative;
}
.maincontents h2:not(.en-header)::before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #d9dbe0;
}
.maincontents h2:not(.en-header)::after {
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	top: 100%;
	left: 0;
	margin: auto;
	background-color: #6942bd;
}
/* 英語併記H2 */
.maincontents h2.en-header {
	font-size: 22px;
	padding-bottom: 0;
}
.maincontents h2.en-header span {
	font-size: 75px;
	line-height: 1.25;
	display: block;
	color: #c5c5c5;
	letter-spacing: 0.1rem;
}
/* H3 */
.maincontents h3 {
	margin-bottom: 25px;
	padding-left: 15px;
	line-height: 1.2;
	position: relative;
}
.maincontents h3::before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 100%;
	background: #6942bd;
	left: 0;
	top: 0;
}
/* H4 */
.maincontents h4 {
	margin-bottom: 10px;
	color: #4b1e78;
}
/* H5 */
.maincontents h5 {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.maincontents h5::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #6942bd;
	left: 0;
	top: 14px;
}
/* H6 */
.maincontents h6 {
	position: relative;
	margin-bottom: 5px;
}
/* キャッチコピー */
.text-catch {
	font-size: 33px;
	font-weight: bold;
}
/* リードコピー */
.text-lead {
	font-size: 18px;
}
/* キャプション */
.text-caption,
figcaption {
	font-size: 14px;
}
figcaption {
	padding-top: 6px;
}
/* 色 */
.font-violet {
	color: #4b1e78;
}
/* 英語 */
.text-en {
	font-family: 'Oswald', Lucida, 'Grande', sans-serif;
	font-weight: bold;
	color: #4b1e78;
}
.font-english {
	font-family: 'Oswald', Lucida, 'Grande', sans-serif;
}
/* 太字 */
.maincontents strong, .maincontents .text-bold {
	font-weight: bold;
}
/* スモール */
small {
	font-size: 14px;
}
/* タイトル */
.text-title {
	margin: 15px 0;
}
.text-title:last-child {
    margin-bottom: 0;
}
.text-title a {
	text-decoration: none;
}
.text-title.simple {
	font-weight: normal;
	margin: 10px 0;
}
.text-title small {
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
}
.text-title small:last-child {
	margin-right: 0;
}
.maincontents figure + .text-title,
.maincontents figure + .text-title.simple,
.maincontents figure + .text-caption,
.maincontents picture + .text-title,
.maincontents picture + .text-caption,
.img-hover + .text-title {
	margin-top: 15px;
}
.text-title:first-child,
.col-block > .text-title,
.col-block > .text-title.simple {
	margin-top: 0;
}
.size-l { font-size: 20px;}
.text-title.size-l { font-weight: bold;}
.size-m { font-size: 18px;}
.size-s { font-size: 16px;}

.text-title.size-l .text-english { 
	font-size: 36px;
	font-family: 'Oswald', Lucida, 'Grande', sans-serif;
	color: #4b1e78;
}
/* ヤマハバイオレット見出し */
.title-violet {
	font-size: 32px;
	font-weight: bold;
	color: #4b1e78;
	position: relative;
}
/* 黒見出し */
.title-black {
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
/* 3行以上で… */
.text-ellipsis {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 5.5em;
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	/* H1 */
	.maincontents h1 {
		margin-bottom: 25px;
	}
	/* 英語併記H1 */
	.maincontents h1.en-header span {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.text-title.size-l .text-english { 
		font-size: 30px;
	}
	/* H2 */
	.maincontents h2 {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.maincontents h2::after {
		width: 30px;
	}
	/* 英語併記H2 */
	.maincontents h2.en-header {
		font-size: 18px;
	}
	.maincontents h2.en-header span {
		font-size: 52px;
	}
	/* H3 */
	.maincontents h3 {
		margin-bottom: 15px;
	}
	/* ダイアモンドアイコンH3 */
	h3.icon_diamond_left,
	h3.icon_diamond_up,
	h3.icon_diamond_right,
	h3.icon_diamond_down {
		padding-top: 14px;
	}
	/* H4 */
	.maincontents h4 {
		margin-bottom: 5px;
	}
	/* H5 */
	.maincontents h5 {
		margin-bottom: 5px;
  		padding-left: 17px;
	}
	.maincontents h5::before {
		top: 11px;
	}
	/* タイトル */
	.text-title {
		margin: 10px 0;
	}
	.size-l {
		font-size: 18px;
	}
	.size-s {
		font-size: 15px;
	}
	.text-title small {
		font-size: 13px;
	}
	/* キャッチコピー */
	.text-catch {
		font-size: 22px;
	}
	/* ヤマハバイオレット見出し */
	.title-violet {
		font-size: 22px;
	}
	.maincontents figure + .text-title,
	.maincontents figure + .text-title.simple,
	.maincontents figure + .text-caption,
	.maincontents picture + .text-title,
	.maincontents picture + .text-caption,
	.img-hover + .text-title {
		margin-top: 10px;
	}
}
/* ------------------------------
	リスト
------------------------------ */
.maincontents ul.list {
	padding-left: 0;
}
.maincontents ul.list li {
	position: relative;
	padding-left: 15px;
	font-size: 18px;
}
.maincontents ul.list li, .maincontents ol li {
	margin-bottom: 2px;
}
.maincontents ul.list li:before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 100%;
	position: absolute;
	top: .6em;
	left: 0;
	background-color: #b0b1b2;
}
/* 数字 */
.maincontents ol.list {
	padding-left: 15px;
	list-style: decimal;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	ul.col_2 {
		display: flex;
		flex-flow: row wrap;
		gap: 10px 32px;
	}
	ul.col_4,
	ul.col_6 {
		display: flex;
		flex-flow: row wrap;
		gap: 5px 20px;
	}
	ul.col_2 li {
		width: calc((100% - 32PX) / 2);
	}
	ul.col_3 li {
		width: calc((100% - 64PX) / 3);
	}
	ul.col_4 li {
		width: calc((100% - 120PX) / 4);
	}
	ul.col_6 li {
		width: calc((100% - 160px) / 6);
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.maincontents ul.list li {
		font-size: 16px;
	}
	ul.col_2, ul.col_3, ul.col_6 {
		gap: 5px 16px;
	}
	ul.col_3 > li {
		width: 100%;
	}
	ul.col_6 > li {
		width: calc((100% - 16PX) / 2);
	}
}

/* ------------------------------
	カラム
------------------------------ */
.col-block {
	display: flex;
	flex-flow: row wrap;
}
.col-center {
	justify-content: center;
}
.col-vertical-center {
	align-items: center;
}
/* 囲み線カラム */
.col-box-white {
	background: #fff;
	border-radius: 22px;
}
/* 隙間なし横幅 直下 */
.no-gap > .col_1-2 > * {
	width: 100%;
}
.no-gap > .col_1-3 > * {
	width: 100%;
}
.no-gap > .col_1-4 > * {
	width: 100%;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.col-block.no-nowrap {
		flex-flow: nowrap;
	}
	.col-block:not(.no-gap) { gap: 32px;}


	/* 囲み線カラム */
	.col-box-white .col-text {
		padding: 32px 32px 32px 0;
	}
	.col-box-white.contents-right .col-text,
	.col-box-white .col-text.order1 {
		order: 1;
		padding: 32px 0 32px 32px;
	}
	.col-box-white.contents-right .col-img {
		order: 2;
	}
	.col-box-white .col-img figure,
	.col-box-white .col-img figure img {
		border-radius: 22px 0 0 22px;
	}
	.col { max-width: 100%;}
	.col,.col_5-6, .col_3-4, .col_2-3, .col_1-2, .col_1-3, .col_1-4, .col_1-6, .col_1-12, .col_5-12, .col_7-12 {
		width: 100%;
	}
	.col-block.col_2 > * {
		width: calc((100% - 32PX) / 2);
	}
	.col-block.col_3 > * {
		width: calc((100% - 64PX) / 3);
	}
	.col-block.col_4 > * {
		width: calc((100% - 96PX) / 4);
	}
	/* 隙間あり横幅 */
	.col_5-6 { width: calc((100% - 160px) / 6 * 5 + 128px);}
	.col_3-4 { width: calc((100% - 96px) / 4 * 3 + 64px);}
	.col_2-3 { width: calc((100% - 64px) / 3 * 2 + 32px);}
	.col_1-2 { width: calc((100% - 32px) / 2);}
	.col_1-3 { width: calc((100% - 64px) / 3);}
	.col_1-4 { width: calc((100% - 96px) / 4);}
	.col_1-6 { width: calc((100% - 160px) / 6);}
	.col_1-12 { width: calc((100% - 352px) / 12);}
	
	.col_7-12 { width: calc((100% - 352px) / 12 * 7 + 192px); max-width: 710px; }
	.col_5-12 { width: calc((100% - 352px) / 12 * 5 + 128px); max-width: 498px; }
	
	.col-block:not(.no-gap) > .col_5-6 { max-width: 1028px;}
	.col-block:not(.no-gap) > .col_3-4 { max-width: 922px;}
	.col-block:not(.no-gap) > .col_2-3 { max-width: 816px;}
	.col-block:not(.no-gap) > .col_1-2 { max-width: 604px;}
	.col-block:not(.no-gap) > .col_1-3 { max-width: 392px;}
	.col-block:not(.no-gap) > .col_1-4 { max-width: 286px;}
	.col-block:not(.no-gap) > .col_1-6 { max-width: 180px;}
	.col-block:not(.no-gap) > .col_1-12 { max-width: 72px;}
	.col-box-white .col_3-4 { width: calc((100% - 96px) / 4 * 3 + 64px + 1px);}
	.col-box-white .col_2-3 { width: calc((100% - 64px) / 3 * 2 + 32px + 1px);}
	.col-box-white .col_1-2 { width: calc((100% - 32px) / 2 + 1px);}
	.col-box-white .col_1-3 { width: calc((100% - 64px) / 3 + 1px);}
	.col-box-white .col_1-4 { width: calc((100% - 96px) / 4 + 1px);}
	.col-box-white .col_1-6 { width: calc((100% - 160px) / 6 + 1px);}
	/* 隙間なし横幅 */
	.no-gap > .col_1-2 {
		width: calc(100% / 2);
	}
	.no-gap > .col_1-3 {
		width: calc(100% / 3);
	}
	.no-gap > .col_1-4 {
		width: calc(100% / 4);
	}
	.no-gap > .col_1-6 {
		width: calc(100% / 6);
	}
	.no-gap > .col_1-12 {
		width: calc(100% / 12);
	}
	/* 表示順 */
	.order1 { order: 1;}
	.order2 { order: 2;}
	.order3 { order: 3;}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	/* 横幅関係なく横並びにさせる */
	.col-block.sp-nowrap {
		flex-flow: nowrap;
	}
	/* 数カラムの分割の場合 */
	.col-block:not(.no-gap):not(.gap-m) {
		gap: 32px 16px;
	}
	/* 1カラム内での分割の場合 */
	.col-block.gap-m, .col-block.gap-m a {
		gap: 20px 16px;
	}
	/* 囲み線カラム */
	.col-box-white {
		border-radius: 16px;
	}
	.col-box-white .col-img figure,
	.col-box-white .col-img figure img {
		border-radius: 16px 16px 0 0;
	}
	.col-box-white .col-img {
		width: 100%;
	}
	.col-box-white .col-text {
		padding: 0 24px 24px;
	}

	.col, .col_5-6, .col_3-4, .col_2-3, .col_1-2, .col_1-3, .col_5-12, .col_7-12, .sp_w100,
	.col-block.col_2 > *, .col-block.sp_w100.col_3 > *, .col-block.sp_w100.col_4 > * {
		width: 100%;
	}
	.col_1-4:not(.sp_w100), .col_1-6:not(.sp_w100), .col_1-12:not(.sp_w100),
	.col-block > .sp-col_1-2 {
		width: calc((100% - 16px) / 2);
	}
	.col-block.no-gap > .col_1-4,
	.col-block.no-gap > .col_1-6,
	.col-block.no-gap > .col_1-12 { width: calc(100% / 2);}
}
/* ------------------------------
	リンク
------------------------------ */
/* リンクをグループ化 */
.maincontents .link-group,
.maincontents a.no-decoration {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* hover画像拡大 */
	a .img-hover {
		overflow: hidden;
		display: block;
		position: relative;
	}
	a .img-hover img {
		display: block;
		transition-duration: 0.3s;
		overflow: hidden;
		display: block;
		width: 100%;
	}
	a:hover .img-hover img, a:focus .img-hover img {
		opacity: 1;
		overflow: hidden;
		transform: scale(1.1);
		transition-duration: 0.3s;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	
}
/* ------------------------------
	アイコン
------------------------------ */
.icon-arrow::before {
	content: "";
	width: 10px;
	height: 16px;
	display: inline-block;
	vertical-align: -1px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_arrow_violet.svg) no-repeat 0 0 / cover;
}
.icon-arrow-b::before {
	content: "";
	width: 10px;
	height: 16px;
	display: inline-block;
	vertical-align: -3px;
	margin-left: 10px;
  	margin-right: 5px;
	position: relative;
	background: url(../images/icon_arrow_violet.svg) no-repeat 0 0 / cover;
	transform: rotate(90deg);
}
.icon-blank::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: 0;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_blank_violet.svg) no-repeat 0 0 / cover;
}
.icon-pdf::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: 0;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_pdf.svg) no-repeat 0 0 / cover;
}
.icon-arrow-square::before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: -5px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_arrow_violet-square.svg) no-repeat 0 0 / cover;
}
.icon-blank-square::before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: -5px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_blank_violet-square.svg) no-repeat 0 0 / cover;
}
.icon-dl::before {
	content: "";
	width: 14px;
	height: 17px;
	display: inline-block;
	vertical-align: -1px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_dl_violet.svg) no-repeat 0 0 / cover;
}
.icon-pdf::before {
	content: "";
	width: 14px;
	height: 18px;
	display: inline-block;
	vertical-align: -2px;
  	margin-left: 9px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_pdf.svg) no-repeat 0 0 / cover;
}
.icon-arrow.right,
.icon-blank.right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.size-s .icon-arrow-square::before,
.size-s .icon-blank-square::before {
	width: 20px;
	height: 20px;
	vertical-align: -4px;
	margin-left: 6px;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	
}
/* ------------------------------
	ボタン
------------------------------ */
.maincontents .btn {
	display: block;
	padding: 0;
}
.maincontents .btn a,
.maincontents .btn button {
	width: 100%;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding: 16px 40px;
	display: inline-block;
	border-radius: 12px;
	background-color: #6942bd;
	transition: 0.15s ease-in-out;
	overflow: hidden;
	position:relative;
	z-index: 0;
	cursor: pointer;
}

.btn .icon-arrow::before {
	content: "";
	width: 10px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: 22px;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url(../images/icon_arrow_white.svg) no-repeat 0 0 / cover;
	transition-duration: 0.3s;
}
.btn .icon-dl::before {
	content: "";
	width: 14px;
	height: 17px;
	display: inline-block;
	position: absolute;
	right: 22px;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url(../images/icon_dl_white.svg) no-repeat 0 0 / cover;
}
.btn .icon-blank::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right: 22px;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url(../images/icon_blank_white.svg) no-repeat 0 0 / cover;
}

.maincontents .btn.btn.btn-white a,
.maincontents .btn.btn.btn-white button {
	color: #6942bd;
	background-color: #fff;
	border: solid 1px #6942bd;
}
.btn.btn-white .icon-arrow::before {
	background: url(../images/icon_arrow_violet.svg) no-repeat 0 0 / cover;
}
.btn.btn-white .icon-dl::before {
	background: url(../images/icon_dl_violet.svg) no-repeat 0 0 / cover;
}
.btn.btn-white .icon-blank::before {
	background: url(../images/icon_blank_violet.svg) no-repeat 0 0 / cover;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* ボタン */
	.maincontents .btn {
		max-width: 392px;
	}
	.text-center .btn,
	.text-center.btn {
		margin-left: auto;
		margin-right: auto;
	}

	.maincontents .btn a:hover, .maincontents .btn a:focus,
	.maincontents .btn button:hover, .maincontents .btn button:focus,
	.link-group:hover .btn, .link-group:focus .btn {
		background-color: #8768ca;
	}
	.maincontents .btn.btn-white a:hover, .maincontents .btn.btn-white a:focus,
	.maincontents .btn.btn-white button:hover, .maincontents .btn.btn-white button:focus,
	.link-group:hover .btn.btn-white, .link-group:focus .btn.btn-white {
		color: #fff;
		background-color: #6942bd;
	}
	.btn.btn-white a:hover .icon-arrow::before {
		background: url(../images/icon_arrow_white.svg) no-repeat 0 0 / cover;
	}
	.btn.btn-white a:hover .icon-dl::before {
		background: url(../images/icon_dl_white.svg) no-repeat 0 0 / cover;
	}
	.btn.btn-white a:hover .icon-blank::before {
		background: url(../images/icon_blank_white.svg) no-repeat 0 0 / cover;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.maincontents .btn a,
	.maincontents .btn button {
		padding: 12px 30px;
	}
	.btn .icon-arrow::before {
		right: 14px;
	}
	.btn .icon-dl::before {
		right: 14px;
	}
	.btn .icon-blank::before {
		right: 14px;
	}

}
/* ------------------------------
	新着記事
------------------------------ */
.news-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 0;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	margin-bottom: -1px;
}
.news-day {
	font-size: 16px;
	line-height: 24px;
	width: 140px;
}
a .news-day {
	color: #333;
}
.news-cate {
	font-size: 13px;
	font-weight: bold;
	color: #626466;
	line-height: 1.5;
	width: 110px;
	padding: 2px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #b0b1b2;
	border-radius: 3px;
}
.news-text {
	width: 100%;
}
p.news-text {
	margin-bottom: 0;
}
.news-text a {
	display: block;
	text-decoration: none;
}
.news-list .news-day + .news-cate + .news-text {
	margin-top: 5px;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.news-list .news-day + .news-text {
		width: calc(100% - 146px);
	}
	.news-list .news-day + .news-cate + .news-text {
		width: 100%;
	}
	.news-list .news-text a:hover::after, .news-text a:focus::after {
		background: url(../images/icon_simple_arrow_violet.svg) no-repeat 0 0 / cover;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.news-box {
		flex-flow: row wrap;
		padding: 20px 0;
	}
	.news-day {
		font-size: 13px;
		line-height: 24px;
		width: 115px;
	}
	.news-cate {
		font-size: 13px;
		width: 110px;
		padding: 2px 5px;
	}
	* + .news-text {
		margin-top: 15px;
	}
}

/* ------------------------------
	スライド
------------------------------ */
.on-slide-contents {
	position: relative;
}
.swiper-pcsp {
	overflow: hidden;
	border-radius: 22px;
}
.slide-contents {
	display: none;
}
.slide-contents figure,
.slide-contents figure img {
	border-radius: 0;
}
/* next prev */
.on-slide-contents .swiper-button-next,
.on-slide-contents .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #6942bd;
	cursor: pointer;
	top: 50%;
	transition: 0.15s ease-in-out;
}
.on-slide-contents .swiper-button-next:hover,
.on-slide-contents .swiper-button-prev:hover {
	background-color: #8768ca;
	transition: 0.15s ease-in-out;
}
.on-slide-contents .swiper-button-next {
	right: -25px;
}
.on-slide-contents .swiper-button-prev {
	left: -25px;
}

.on-slide-contents .swiper-button-next::after,
.on-slide-contents .swiper-button-prev:after {
	width: 11px;
  	height: 18px;
	font-size: 0;
	line-height: 0;
}
.on-slide-contents .swiper-button-next::after {
	background: url(../images/icon_simple_arrow-right_white.svg) no-repeat 0 0 / cover;
}
.on-slide-contents .swiper-button-prev::after {
	background: url(../images/icon_simple_arrow-left_white.svg) no-repeat 0 0 / cover;
}
/* pagination */
.on-slide-contents .slide-control {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.on-slide-contents .swiper-horizontal .swiper-pagination {
	display: inline-block;
	position: static;
	width: auto;
	margin-right: 5px;
  	margin-bottom: 3px;
}
.on-slide-contents .swiper-horizontal .swiper-pagination button {
	vertical-align: middle;
	background-color: transparent;
}
.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot {
	width: 16px;
	height: 30px;
	margin-left: 14px;
	cursor: pointer;
}
.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot > span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 7px 0;
	border: solid 1px #333333;
	background-color: #ffffff;
	font-size: 0;
	line-height: 2px;
	vertical-align: top;
}
.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot.slide-dot-active > span {
	border: solid 1px #333333;
	background-color: #333333;
}
/* stop start */
.slide-stop-start {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	margin: 5px;
	font-size: 0;
	line-height: 0;
}
.stop,
.start,
.slide-stop,
.slide-start {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: none;
	cursor: pointer;
}
.stop::before,
.slide-stop::before,
.stop::after,
.slide-stop::after {
	content: "";
	display: inline-block;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 12px;
	height: 16px;
	margin: auto;
	background: url(../images/icon_slide_stop.svg) no-repeat 0 0 / cover;
}
.start::before,
.slide-start::before,
.start::after,
.slide-start::after {
	content: "";
	display: inline-block;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 12px;
	height: 16px;
	margin: auto;
	background: url(../images/icon_slide_start.svg) no-repeat 0 0 / cover;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.slide-contents {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: auto;
	}

	/* next prev */
	/* .on-slide-contents .swiper-button-next::before,
	.on-slide-contents .swiper-button-prev::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: auto;
		width: 88px;
		height: 1px;
		background-color: #fff;
	}
	.on-slide-contents .swiper-button-next::before {
		right: -89px;
	}
	.on-slide-contents .swiper-button-prev::before {
		left: -89px;
	} */
	.on-slide-contents .swiper-button-next,
	.on-slide-contents .swiper-button-prev {
		transition: .3s ease-in-out;
	}
	/* pagination */
	.on-slide-contents .slide-control {
		height: 70px;
		position: absolute;
	}
	/* stop start */
	.stop,
	.slide-stop,
	.start,
	.slide-start {
		transition: .3s ease-in-out;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media screen and (max-width: 767px) {
	.swiper-pcsp {
		border-radius: 16px;
	}
	.on-slide-contents .swiper-slide,
	.on-slide-contents .swiper-slide .link-group {
		display: flex;
		height: auto;
	}
	/* next prev */
	.on-slide-contents .swiper-button-next,
	.on-slide-contents .swiper-button-prev {
		width: 30px;
		height: 30px;
		top: auto;
		bottom: -40px;
		border-radius: 6px;
	}
	.on-slide-contents .swiper-button-next {
		right: 0;
	}
	.on-slide-contents .swiper-button-prev {
		right: 36px;
		left: auto;
	}
	.on-slide-contents .swiper-button-next::after,
	.on-slide-contents .swiper-button-prev:after {
		width: 7px;
		height: 13px;
	}
	/* pagination */
	.on-slide-contents .slide-control {
		height: 30px;
		justify-content: left;
		position: absolute;
    	bottom: -40px;
	}
	.on-slide-contents .swiper-horizontal .swiper-pagination {
		margin-bottom: 7px;
	}
	.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot {
		width: 16px;
		height: 16px;
	}
	.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot > span {
		width: 12px;
		height: 12px;
		margin: 5px 0;
	}
	
}

/* ------------------------------
	囲み
------------------------------ */
.bg-box-white {
	background-color: #fff;
	border-radius: 22px;
}
.maincontents .bg-box-white figure,
.maincontents .bg-box-white picture {
  	border-radius: 22px 22px 0 0;
}
.maincontents .bg-box-white figure img,
.maincontents .bg-box-white picture img {
  	border-radius: 22px 22px 0 0;
}
.bg-box-white .bg-box-text {
	padding: 20px 30px 20px 30px;
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.maincontents .bg-box-white figure,
	.maincontents .bg-box-white picture {
		border-radius: 16px 16px 0 0;
	}
	.maincontents .bg-box-white figure img,
	.maincontents .bg-box-white picture img {
		border-radius: 16px 16px 0 0;
	}
	.bg-box-white .bg-box-text {
		padding: 15px 10px 20px 20px;
	}
}
/* ------------------------------
	線
------------------------------ */
.border-top {
	border-top: solid 1px #d0d0d6;
	padding-top: 40px;
	margin-top: 40px;
}
.border-bottom {
	border-bottom: solid 1px #d0d0d6;
	padding-bottom: 15px;
}
/* ------------------------------
	ドロップシャドウ
------------------------------ */
.drop-shadow {
	box-shadow: rgba(15, 10, 10, 0.05) 0 0 15px;
}
/* ------------------------------
	アンカーリンク
------------------------------ */
ul.anchor-link {
	display: flex;
	flex-flow: row wrap;
	gap: 10px 38px;
	margin-bottom: 10px;
}
ul.anchor-link li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	padding-top: 10px;
  	padding-bottom: 5px;
	border-bottom: solid 1px #333333;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	ul.anchor-link li a:hover {
		border-bottom: solid 1px #6942bd;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	ul.anchor-link {
		gap: 8px 20px;
		margin-bottom: 5px;
	}
	ul.anchor-link.col_4 li {
		width: calc((100% - 16PX) / 2);
	}
	ul.anchor-link.sp_w100 li {
		width: 100%;
	}
}
/* ------------------------------
	ピックアップ
------------------------------ */
.pickup-box {
	border-bottom: solid 1px #d9dbe0;
	padding: 40px 0;
	text-decoration: none;
}
.pickup-box .pickup-img {
	width: 148px;
}
.pickup-box .pickup-img figure,
.pickup-box .pickup-img figure img {
	border-radius: 0;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.pickup-box {
		display: flex;
		align-items: center;
		gap: 0 35px;
	}
	.pickup-box .pickup-text {
		width: 1054px;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.pickup-box {
		display: block;
		padding: 30px 0;
	}
	.pickup-box .pickup-img {
		margin: 0 auto 25px;
	}
}
/* ------------------------------
	タブ
------------------------------ */
.tab-contents {
	width: 100%;
}
/* タブメニュー */
.tab-menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 32px;
	min-height: 60px;
	margin-bottom: 60px;
}
.tab-menu::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: calc(100% + 32px);
	height: 1px;
	background-color: #6942bd;
}
.tab-menu a.tab-menu-item {
	text-decoration: none;
}
.tab-menu .tab-menu-item{
	display: flex;
	justify-content: center;
	position: relative;
	padding: 13px;
	border: 1px solid #6942bd;
	border-bottom: 1px solid #6942bd;
	background-color: #fff;
	color: #6942bd;
	font-size: 20px;
	font-weight: bold;
	border-radius: 12px 12px 0 0;
	text-align: center;
	text-decoration: none;
}
.tab-menu .tab-menu-item::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: -33px;
	z-index: 1;
	width: 33px;
	height: 1px;
	background-color: #6942bd;
}
.tab-menu .tab-menu-item:focus {
	color: #4b1e78;
	text-decoration: none;
}
.tab-menu .tab-menu-item.is-active {
	background-color: #6942bd;
	color: #fff;
	text-decoration: none;
}
/* タブボタン */
.tab-menu-btn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 32px;
	min-height: 60px;
	margin-bottom: 60px;
}
.tab-menu-btn a.tab-menu-item {
	text-decoration: none;
}
.tab-menu-btn .tab-menu-item {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 13px;
	border: 1px solid #6942bd;
	border-bottom: 1px solid #6942bd;
	background-color: #fff;
	color: #6942bd;
	font-size: 20px;
	font-weight: bold;
	border-radius: 12px;
	text-align: center;
	text-decoration: none;
}
.tab-menu-btn .tab-menu-item:focus {
	color: #4b1e78;
	text-decoration: none;
}
.tab-menu-btn .tab-menu-item.is-active {
	background-color: #6942bd;
	color: #fff;
	text-decoration: none;
}
/* タブパネル */
.tab-panel {
	width: 100%;
}
.tab-panel-box {
	display: none;
	background: #edf0f5;
	padding: 40px;
}
/* is-show */
.tab-panel-box.is-show {
	display: block;
}
/* テキストタブ */
.tab-text {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 41px;
	min-height: 22px;
	margin-bottom: 30px;
}
.tab-text .tab-menu-item {
	display: inline-block;
	padding: 2px 0 5px;
	border: none;
	border-bottom: 1px solid transparent;
	background-color: transparent;
	font-size: 1.6rem;
	line-height: 18px;
	text-align: left;
	color: #333;
	font-weight: 400;
	position: relative;
	text-decoration: none;
}
.tab-text .tab-menu-item.is-active {
	color: #6942bd;
	font-weight: bold;
}
.tab-text .tab-menu-item::before {
	content: none;
}
.tab-text .tab-menu-item:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -21px;
	width: 1px;
	height: calc(100% - 1px);
	background-color: #a3a3a3;
}
.tab-text li:last-child .tab-menu-item:after,
.tab-text .tab-menu-item:last-child::after {
	display: none;
}
.tab-text .tab-menu-item.is-active {
	border-bottom: 1px solid #6942bd;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* タブメニュー */
	.tab-menu-item {
		transition: .15s ease-in-out;
	}
	.col2 .tab-menu-item {
		width: calc((100% - 32px) / 2);
	}
	.col3 .tab-menu-item {
		width: calc((100% - 64px) / 3);
	}
	.col4 .tab-menu-item {
		width: calc((100% - 96px) / 4);
	}
	.col2 .tab-menu .tab-menu-item:nth-child(even):after,
	.col3 .tab-menu .tab-menu-item:nth-child(3n):after,
	.col4 .tab-menu .tab-menu-item:nth-child(4n):after {
		content: "";
		display: block;
		position: absolute;
		bottom: -1px;
		right: -33px;
		z-index: 1;
		width: 33px;
		height: 1px;
		background-color: #a3a3a3;
	}

	.tab-menu-item:hover,
	.tab-menu-item:active {
		color: #fff;
		background-color: #6942bd;
		cursor: pointer;
	}
	/* テキストタブ */
	.tab-text .tab-menu-item:hover {
		border-bottom: 1px solid #6942bd;
	}
	.tab-text .tab-menu-item:hover,
	.tab-text .tab-menu-item:active {
		color: #6942bd;
		background: none;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media screen and (max-width: 767px) {
	/* タブメニュー */
	.tab-menu {
		gap: 24px 16px;
		min-height: 50px;
		margin-bottom: 30px;
	}
	.tab-menu::after {
		width: calc(100% + 16px);
	}
	.tab-menu .tab-menu-item {
		width: calc((100% - 16px) / 2);
	}
	.tab-menu .tab-menu-item::before {
		left: -17px;
		width: 17px;
	}
	.tab-menu .tab-menu-item{
		padding: 10px;
		font-size: 16px;
	}
	.tab-menu .tab-menu-item:nth-child(even):after {
		content: "";
		display: block;
		position: absolute;
		bottom: -1px;
		right: -17px;
		z-index: 1;
		width: 17px;
		height: 1px;
		background-color: #6942bd;
	}
	.tab-menu .tab-menu-item:last-child::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -1px;
		right: -130%;
		z-index: 1;
		width: 130%;
		height: 1px;
		background-color: #6942bd;
	}
	/* タブボタン */
	.tab-menu-btn {
		gap: 16px;
		min-height: 50px;
		margin-bottom: 30px;
	}
	.tab-menu-btn .tab-menu-item {
		width: calc((100% - 16px) / 2);
		padding: 10px;
		font-size: 16px;
	}
	/* テキストタブ */
	.tab-text {
		margin-bottom: 25px;
	}
	/* タブパネル */
	.tab-panel-box {
		padding: 16px 24px;
	}
}

/* ------------------------------
	アコーディオン
------------------------------ */
.accordion .accordion-title {
	width: 100%;
	color: #333;
	text-decoration: none;
	text-align: left;
	display: block;
	list-style: none;
	cursor: pointer;
	transition: 0.15s ease-in-out;
	position: relative;
	border-bottom: solid 1px #d9dbe0;
	background: none;
}
.accordion .accordion-title.accordion-q {
	padding-left: 35px;
}
.accordion .accordion-title.accordion-q::before {
	content: "Q";
	display: block;
	color: #6942bd;
	font-size: 24px;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: bold;
}
.accordion .accordion-title .text {
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: calc((100% - 352px) / 12);
	display: block;
	transition: 0.15s ease-in-out;
}
/* + -アイコン */
.accordion .accordion-title .text::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: 0.15s ease-in-out;
	width: 26px;
	height: 26px;
	background: url(../images/icon_plus.svg) no-repeat 0 0 / cover;	
}
.accordion.is-open .accordion-title .text::after {
	background: url(../images/icon_minus.svg) no-repeat 0 0 / cover;	
}
details.accordion[open] .accordion-title .text::after {
	background: url(../images/icon_minus.svg) no-repeat 0 0 / cover;	
}
.accordion .acc-content {
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	transition: all 200ms 0s ease-in-out;
	background: #fff;
	padding: 0 35px;
}
.accordion.is-open .acc-content {
	visibility: visible;
	max-height: 9999px;
	opacity: 1;
	padding: 30px 35px;
}
.accordion:not(.is-open) .accordion-title + * {
	margin-top: 0;
	margin-bottom: 0;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
.accordion-title::-webkit-details-marker {
	display:none;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* 囲み線カラム　アコーディオン */
	.col-link-block.col-link-block-accordion .accordion .acc-content {
		visibility:initial;
		opacity: 1;
		max-height:fit-content;
	}
	.col-link-block.col-link-block-accordion a {
		text-decoration: none;
	}
	.col-link-block.col-link-block-accordion a h3.text-title {
		padding: 25px 0 20px;
		margin: 0 10%;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.accordion .accordion-title .text {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 35px;
	}
	.accordion .accordion-title.col-block {
		gap: 0 0;
	}
	.accordion .accordion-title + * {
		margin-bottom: 10px;
	}
	.accordion .accordion-title .text::before {
		width: 16px;
	}
	.accordion .accordion-title.accordion-q {
		padding-left: 30px;
	}
	.accordion .accordion-title.accordion-q::before {
		top: 0;
		bottom: 0;
		margin: auto;
		height: 25px;
		line-height: 1;
	}
	/* 囲み線カラム　アコーディオン */
	.col-link-block.col-link-block-accordion .link-list-inner {
		padding: 20px 0 0 !important;
	}
	.col-link-block.col-link-block-accordion .accordion .accordion-title {
		border-top:none;
		border-bottom: none;
	}
	.col-link-block.col-link-block-accordion .accordion .accordion-title .text {
		padding-top: 0;
		padding-bottom: 0;
	}
	.col-link-block.col-link-block-accordion .text-title.size-l {
		font-size: 15px;
		font-weight: normal;
		margin-right: 16px;
	}
	.col-link-block.col-link-block-accordion .text-title.size-l .sp {
		display: inline-block !important;
	}
	.col-link-block.col-link-block-accordion .accordion .acc-content {
		padding-left: 16px;
		margin: 20px 0 0;
		padding-top: 20px;
		border-top: solid 1px #a3a3a3;
	}
	.col-link-block.col-link-block-accordion .accordion .acc-content ul.list-link {
		margin-bottom: 40px;
	}
	.col-link-block.col-link-block-accordion .accordion .accordion-title .text::before {
		right: 16px;
	}
	.col-link-block.col-link-block-accordion .accordion .accordion-title .text::after {
		right: 23px;
	}
	.accordion.is-open .acc-content {
		padding: 16px 24px;
	}
}
/* ------------------------------
	テーブル
------------------------------ */
.maincontents table {
	width: 100%;
}
table.tb-fixed {
	table-layout:fixed;
}
.maincontents table th {
	background-color: #edf0f5;
	font-weight: bold;
}
.maincontents table td {
	background-color: #fff;
}
.maincontents table thead th {
	text-align: center;
	vertical-align: middle;
}
.maincontents table thead + tbody td {
	text-align: center;
	vertical-align: middle;
}
.maincontents table th, .maincontents table td {
	padding: 15px;
	border: solid 1px #d9dbe0;
}
.maincontents table.interactive td {
	border: none;
	padding: 0;
}
.maincontents table tr:has(td img) :is(th, td) {
	vertical-align: middle;
}
.maincontents table small {
	display: block;
	line-height: 1.5;
	margin: 5px 0;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	table.col_3-th tr:first-child th:first-child {
		width: calc(100% / 3);
	}
	table.col_4-th tr:first-child th:first-child {
		width: calc(100% / 4);
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.maincontents table th, .maincontents table td {
		width: auto;
		display: block;
		margin-bottom: -1px;
	}
	.scroller {
		overflow-x: auto;
		padding-bottom: 25px;
	}
	.scroller table {
		width: 800px;
	}
	.scroller table th, .scroller table td,
	.no-responsive table th, .no-responsive table td {
		width: auto;
		display: table-cell;
	}
	.scroller table.col_3-th tr:first-child th:first-child {
		width: calc(100% / 6);
	}
	.scroller table.col_4-th tr:first-child th:first-child {
		width: calc(100% / 6);
	}
}
/* ------------------------------
	ページネーション
------------------------------ */
.pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 40px;
}
.pagenation .prev-navi a,
.pagenation .next-navi a {
	color: #333;
	text-decoration: none;
}
.pagenation .prev-navi .icon-arrow::before {
	transform: scale(-1, 1);
}
.pagenation .prev-navi a:hover,
.pagenation .next-navi a:hover {
	color: #6942bd;
	background: none;
}
.pagenation ul {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 12px;
}
.pagenation ul li {
	color: #fff;
	padding: 0;
	height: 40px;
}
.pagenation ul li a {
	color: #6942bd;
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #6942bd;
	border-radius: 8px;
	font-size: 16px;
}
.pagenation ul li.on a {
	color: #fff;
	border-color: #6942bd;
	background-color: #6942bd;
}
.pagenation ul li.pagenation-last {
	position: relative;
	padding-left: 30px;
}
.pagenation ul li.pagenation-last::before {
	content: "…";
	display: inline-block;
	color: #6942bd;
	position: absolute;
	top: 4px;
	left: 0;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.pagenation ul li a,
	.prev-navi a,
	.next-navi a {
		transition: 0.15s ease-in-out;
	}
	.pagenation ul li a:hover, .pagenation ul li a:focus,
	.prev-navi a:hover, .prev-navi a:focus,
	.next-navi a:hover, .next-navi a:focus {
		color: #fff;
		border-color: #6942bd;
		background-color: #6942bd;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.pagenation {
		gap: 15px 10px;
	}
	.pagenation ul {
 	   gap: 8px;
	}
	.prev-navi a,
	.next-navi a {
		font-size: 14px;
	}
	.pagenation ul li,
	.pagenation ul li a {
		width: 32px;
	    height: 32px;
		font-size: 14px;
	}
	.pagenation ul li:nth-child(4),
	.pagenation ul li:nth-child(5) {
		display: none;
	}
	.pagenation ul li.pagenation-last {
		position: relative;
		padding-left: 25px;
		width: 58px;
	}
}

/* ------------------------------
	動画
------------------------------ */
.movie-box {
	position: relative;
    width: 100%;
    padding-top: 56.29067%;
}
.movie-box iframe,
.map-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------
 フェードイン
------------------------------ */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1s;
}
.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;
}
/* ------------------------------
 トピックス記事
------------------------------- */
@media (min-width: 768px){
    .contents-container {
        max-width: 1088px;
        margin-left: auto;
        margin-right: auto;
    }
    nav + .contents-container {
        margin-top: 64px;
    }
}
@media print, screen and (max-width: 767px){
    nav + .contents-container {
        margin-top: 50px;
    }
}
.maincontents .contents-container h2.text-left::after {
    right: unset;
}
/* ------------------------------
 画像の高さ調整
------------------------------- */
.col-block.set-height figure img,
.col-block.set-height picture img {
	width: auto;
	display: block;
	margin: auto;
}
/* ------------------------------
 画像の位置調整（下揃え）
------------------------------- */
.col-block.vertical-bottom {
	align-items: flex-end;
}