/* ------------------------------
 リセット
------------------------------ */
* {
	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;
}
/* 画像サイズ */
.col-block figure img,
.col-block picture img {
	width: 100%;
}
/* P */
.maincontents p {
	margin-bottom: 12px;
}
.maincontents .minisite-block p {
	margin-bottom: 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;
	}
}
/* ------------------------------
	マージン
------------------------------ */
.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;}
}
/* ----------------
 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;}
}
/* ------------------------------
	テキスト位置
------------------------------ */
.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;}
}
/* ------------------------------
	リンク
------------------------------ */
.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: #4b1e78;}
}

/* ------------------------------
	メインコンテンツ
------------------------------ */
.maincontents {
	width: 100%;
	overflow: hidden;
	width: 100%;
	margin: 100px 0 0;
	font-size: 16px;
}
/* ----------------
 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: 70px 0 0;
	}
}
@media print, screen and (max-width: 767px) {
	.maincontents {
		font-size: 15px;
		padding-top: 70px;
		margin: 0;
	}
}

/* ------------------------------
	コンテンツグループ
------------------------------ */
.maincontents .crumb + .contents-block {
	margin-top: 115px;
}
.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: 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;
	}
	.contents-inner {
		width: 100%;
		max-width: 1304px;
		padding-left: 32px;
		padding-right: 32px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.maincontents .crumb + .contents-block {
		margin-top: 40px;
	}
	.contents-block {
		margin-bottom: 60px;
	}
	.contents-block:not(.full-wide),
	.full-wide .contents-row.contents-inner {
		padding-left: 16px;
		padding-right: 16px;
	}
	.contents-block .contents-block {
		padding-left: 0;
		padding-right: 0;
	}
	.contents-row:not(:last-child) {
		margin-bottom: 45px;
	}
}

/* ------------------------------
	ページタイトル
------------------------------ */
.heading h1 {
	border-top: solid 1px #a3a3a3;
	border-bottom: solid 1px #a3a3a3;
	margin: 0;
	line-height: 1.5;
}
.minisite-block + .heading h1 {
	border-top: none;
}
.heading h1 + .head-img {
	margin-top: -1px;
}
.heading .head-img img {
	width: 100%;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.heading {
		/* max-width: 1600px; */
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 64px;
	}
	.heading h1 {
		min-height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
		padding: 20px 16px;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.heading {
		margin-bottom: 50px;
	}
	.heading h1 {
		padding: 20px 16px;
	}
}

/* ------------------------------
	見出し & テキスト
------------------------------ */
/* H2 */
.maincontents h2:not(.en-header):not(.simple-header) {
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 35px;
	position: relative;
}
.maincontents h2:not(.en-header):not(.simple-header)::after {
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #4b1e78;
}
/* 装飾の無いH2 */
h2.simple-header {
	margin-bottom: 20px;
}
/* 英語併記H2 */
h2.en-header {
	text-align: center;
	font-size: 18px;
}
h2.en-header span {
	line-height: 1;
	display: block;
	color: #4b1e78;
	margin-bottom: 20px;
}
/* H3 */
.maincontents h3 {
	margin-bottom: 25px;
}
/* ダイアモンドアイコンH3 */
h3.icon_diamond_left,
h3.icon_diamond_up,
h3.icon_diamond_right,
h3.icon_diamond_down {
    position: relative;
    padding-left: 70px;
	min-height: 60px;
	padding-top: 6px;
}
h3.icon_diamond_left::before,
h3.icon_diamond_up::before,
h3.icon_diamond_right::before,
h3.icon_diamond_down::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    background: no-repeat left top / 100%;
}
h3.icon_diamond_left::before {
    background-image: url('../images/icon_diamond_left.svg');
}
h3.icon_diamond_up::before {
    background-image: url('../images/icon_diamond_up.svg');
}
h3.icon_diamond_right::before {
    background-image: url('../images/icon_diamond_right.svg');
}
h3.icon_diamond_down::before {
    background-image: url('../images/icon_diamond_down.svg');
}
/* H4 */
.maincontents h4 {
	margin-bottom: 20px;
}
/* H5 */
.maincontents h5 {
	margin-bottom: 10px;
}
.font-30 {
	font-size: 30px;
}
.font-68 {
	font-size: 68px;
}
/* キャッチコピー */
.text-catch {
	font-size: 24px;
	font-weight: bold;
}
/* リードコピー */
.text-lead {
	font-size: 18px;
}
/* キャプション */
.text-caption,
figcaption {
	font-size: 14px;
}
figcaption {
	padding-top: 6px;
}
/* 強調 */
.font-em {
	font-weight: bold;
	color: #4b1e78;
}
/* 色 */
.font-violet {
	color: #4b1e78;
}
/* 強調コピー */
.text-catch.font-em {
	font-size: 48px;
}
/* 英語 */
.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;
}
/* タイトル */
.text-title {
	font-weight: bold;
	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: 14px;
	font-weight: normal;
	margin: 0 16px;
}
.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,
.movie-box + .text-title,
.movie-box + .text-caption,
.img-hover + .text-title {
	margin-top: 20px;
}
.text-title:first-child,
.col-block > .text-title,
.col-block > .text-title.simple {
	margin-top: 0;
}
.text-title.size-l { font-size: 24px;}
.text-title.size-m { font-size: 18px;}
.text-title.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: 24px;
	font-weight: bold;
	color: #4b1e78;
	position: relative;
}
.title-violet::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	right: calc(100% + 10px);
	top: 20px;
	background-color: #4b1e78;
}
/* 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) {
	.maincontents h2:not(.en-header):not(.simple-header) {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.maincontents h2::after {
		width: 30px;
	}
	/* 装飾の無いH2 */
	h2.simple-header {
		font-size: 24px;
	}
	/* H3 */
	.maincontents h3 {
		margin-bottom: 20px;
	}
	/* ダイアモンドアイコン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: 15px;
	}
	.font-30 {
		font-size: 26px;
	}
	.font-68 {
		font-size: 40px;
	}
	/* タイトル */
	.text-title.size-l {
		font-size: 20px;
	}
	.text-title.size-s {
		font-size: 15px;
	}
	.text-title small {
		font-size: 13px;
	}
	/* キャッチコピー */
	.text-catch {
		font-size: 20px;
	}
	/* 強調コピー */
	.text-catch.font-em {
		font-size: 28px;
	}
	/* 英語併記H2 */
	.maincontents h2.en-header span {
		margin-bottom: 10px;
	}
	.text-title.size-l .text-english { 
		font-size: 30px;
	}
	/* ヤマハバイオレット見出し */
	.title-violet {
		font-size: 20px;
		margin-left: 44px;
	}
}
/* ------------------------------
	リスト
------------------------------ */
.maincontents ul.list, 
.maincontents ul.notes {
	padding-left: 0;
}
.maincontents ul.list li {
	position: relative;
	padding-left: 19px;
}
.maincontents ul.list li, .maincontents ol li {
	margin-bottom: 10px;
}
.maincontents ul.list:not(.notes) li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	top: .8em;
	left: 7px;
	background-color: #000;
}
/* 数字 */
.maincontents ol.list {
	padding-left: 19px;
	list-style: decimal;
}
/* ※+数字用 */
.maincontents ol.notes li {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.maincontents ol.notes li span::before {
	content: "※";
}
.maincontents ol.notes li span.num {
	padding-right: 0.25em;
}
.maincontents:lang(en) ol.notes li {
	position: relative;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.maincontents:lang(en) ol.notes li span::before {
	content: "*";
}
/* 注釈 */
.maincontents ul.notes li {
	position: relative;
	padding-left: 19px;
}
.maincontents ul.notes li::before {
	content: "※";
	position: absolute;
	left: 0;
}
.maincontents:lang(en) ul.notes li {
	padding-left: 10px;
}
.maincontents:lang(en)  ul.notes li::before {
	content: "*";
}
.maincontents ul.notes-ordered li {
	text-indent: -1em;
    padding-left: 1em;
}
/* リンク時下線無　一覧 */
ul.list-link {
	display: flex;
	flex-flow: row wrap;
	gap: 10px 32px;
}
ul.list-link > li{
	width: 100%;
}
ul.list-link > li a {
	text-decoration: none;
}
/* 規則性のない横並び */
ul.list-line {
	display: flex;
	flex-flow: row wrap;
	gap: 20px 32px;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	ul.col_2, 
	ul.col_6 {
		display: flex;
		flex-flow: row wrap;
		gap: 10px 32px;
	}
	ul.col_2 li {
		width: calc((100% - 32PX) / 2);
	}
	ul.col_3 li {
		width: calc((100% - 64PX) / 3);
	}
	ul.col_6 li {
		width: calc((100% - 160px) / 6);
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	ul.list-link, 
	ul.col_2, ul.col_3, ul.col_6 {
		gap: 5px 16px;
	}
	ul.col_3 > li {
		width: 100%;
	}
	ul.col_6 > li,
	ul.col_2.sp-no-change > li {
		width: calc((100% - 16PX) / 2);
	}
	/* 規則性のない横並び */
	.list-line {
		gap: 15px 0;
	}
}

/* ------------------------------
	カラム
------------------------------ */
.col-block,
.col-line-box a.link-group {
	display: flex;
	flex-flow: row wrap;
}
.col-center {
	justify-content: center;
}
.col-vertical-center {
	align-items: center;
}
/* 囲み線カラム */
.col-line-box {
	border: solid 1px #BABABA;
}
.col-line-box .col-img {
	margin: -1px;
}
/* 隙間なし横幅 直下 */
.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),
	.col-line-box a { gap: 32px 32px;}


	/* 囲み線カラム */
	.col-line-box .col-text {
		padding: 32px 32px 32px 0;
	}
	.col-line-box.contents-right .col-text,
	.col-line-box .col-text.order1 {
		order: 1;
		padding: 32px 0 32px 32px;
	}
	.col-line-box.contents-right .col-img {
		order: 2;
	}
	.col-line-box .col-text.space-l {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.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: 678px;}
	.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-line-box .col_3-4 { width: calc((100% - 96px) / 4 * 3 + 64px + 1px);}
	.col-line-box .col_2-3 { width: calc((100% - 64px) / 3 * 2 + 32px + 1px);}
	.col-line-box .col_1-2 { width: calc((100% - 32px) / 2 + 1px);}
	.col-line-box .col_1-3 { width: calc((100% - 64px) / 3 + 1px);}
	.col-line-box .col_1-4 { width: calc((100% - 96px) / 4 + 1px);}
	.col-line-box .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),
	.col-line-box a {
		gap: 45px 16px;
	}
	/* 1カラム内での分割の場合 */
	.col-block.gap-m, .col-block.gap-m a {
		gap: 20px 16px;
	}
	/* 囲み線カラム */
	.col-line-box .col-img {
		width: 100.5%;
	}
	.col-line-box .col-text {
		padding: 0 16px 25px;
	}
	.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-no-change > .col_1-2,
	.col-block > .sp-col_1-2 {
		width: calc((100% - 16px) / 2);
	}
	.col-block.sp-no-change > .col_1-3 {
		width: calc((100% - 32px) / 3);
	}
	.col-block.sp-no-change > .col_1-4 {
		width: calc((100% - 48px) / 4);
	}
	.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);}
	.col-block.no-gap.sp-no-change > .col_1-4 {
		width: calc(100% / 4);
	}
	.col-block.no-gap.col-link-block > .col_1-4 {
		width: calc((100% - 1px) / 2);
	}
	.col-block.no-gap.sp-no-change > .col_1-6 {
		width: calc(100% / 6);
	}
	.col-block.no-gap.sp-no-change > .col_1-12 {
		width: calc(100% / 12);
	}
}
/* ------------------------------
	画像に被せるコンテンツ
------------------------------ */
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.inner-ride {
		width: calc(100% - 64px);
		max-width: 1305px;
		margin-top: -80px;
		margin-left: auto;
		margin-right: auto;
		padding: 80px 32px 50px;
		background-color: #fff;
		position: relative;
		z-index: 1;
	}
}

/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.inner-ride {
		padding: 50px 16px 0;
	}
}
/* ------------------------------
	カラムリンク一覧
------------------------------ */
.col-block.no-gap.col-link-block > * {
	border-bottom: solid 1px #a3a3a3;
	margin-bottom: -1px;
	display: flex;
	flex-flow: row wrap;
}
.col-block.no-gap.col-link-block > * .link-list-inner {
	padding: 25px 10% 50px;
}
.title-li  {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: solid 1px #a3a3a3;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.col-block.no-gap.col-link-block > .col_1-3:not(:nth-child(3n)),
	.col-block.no-gap.col-link-block > .col_1-4:not(:nth-child(4n)) {
		border-right: solid 1px #a3a3a3;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.col-block.no-gap.col-link-block > .col_1-4:not(:nth-child(2n)) {
		border-right: solid 1px #a3a3a3;
	}
	.col-block.no-gap.col-link-block > * .link-list-inner {
		padding: 20px 16px 45px;
	}
	.title-li  {
		padding-bottom: 12px;
		margin-bottom: 20px;
	}
}
/* ------------------------------
	背景色
------------------------------ */
.bg-gray {
	padding-top: 105px;
	padding-bottom: 105px;
	background-color: #e8e8e8;
}
.bg-violet {
	padding-top: 105px;
	padding-bottom: 105px;
	background-color: rgb(214 164 234 / 40%);
}
.bg-gray.size-m {
	padding-top: 70px;
	padding-bottom: 70px;
}
.bg-gray.size-s {
	padding-top: 32px;
	padding-bottom: 32px;
}
.highlight-violet {
	background-color: rgb(214 164 234 / 40%);
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.bg-gray, .bg-violet {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
/* ------------------------------
	リンク
------------------------------ */
.icon-c  {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.text-title .icon-c  {
	background-color: #fff;
	border-radius: 100%;
}
.icon-c::before, .icon-c::after {
	content: "";
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.15s ease-in-out;
}
.icon-c.circl-arrow::before {
	background: url(../images/icon_arrow-m.svg) no-repeat 0 0 / cover;
}
.icon-c.circl-arrow-b::before {
	background: url(../images/icon_arrow-m-b.svg) no-repeat 0 0 / cover;
}
.icon-c.circl-pdf::before {
	background: url(../images/icon_pdf-m.svg) no-repeat 0 0 / cover;
}
.icon-c.circl-blank::before {
	background: url(../images/icon_blank-m.svg) no-repeat 0 0 / cover;
}
.icon-c.circl-file::before {
	background: url(../images/icon_file-m.svg) no-repeat 0 0 / cover;
}
.icon-c.circl-zoom::before {
	background: url(../images/icon_zoom-m.svg) no-repeat 0 0 / cover;
}
.simple-arrow,
.simple-pdf,
.simple-file,
.simple-blank,
.simple-dl,
.simple-zoom {
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
}
.simple-arrow::before, .simple-arrow::after,
.simple-pdf::before, .simple-pdf::after,
.simple-file::before, .simple-file::after,
.simple-blank::before, .simple-blank::after,
.simple-dl::before, .simple-dl::after,
.simple-zoom::before, .simple-zoom::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.15s ease-in-out;
}
.simple-arrow,
.simple-arrow::before, .simple-arrow::after {
	width: 6px;
	height: 11px;
}
.simple-arrow.size-l,
.simple-arrow.size-l::before, .simple-arrow.size-l::after {
	width: 9px;
	height: 16px;
}
.simple-arrow::before {
	background: url(../images/icon_simple_arrow.svg) no-repeat 0 0 / cover;
}
.simple-arrow.size-l.next::before {
	background: url(../images/icon_simple_arrow-l.svg) no-repeat 0 0 / cover;
}
.simple-arrow.size-l.prev::before {
	background: url(../images/icon_simple_arrow-left-l.svg) no-repeat 0 0 / cover;
}
.simple-pdf,
.simple-pdf::before, .simple-pdf::after {
	width: 13px;
	height: 15px;
}
.simple-pdf::before {
	background: url(../images/icon_simple_pdf.svg) no-repeat 0 0 / cover;
}
.simple-file {
	width: 12px;
	height: 15px;
}
.simple-file::before, .simple-file::after {
	width: 12px;
	height: 15px;
}
.simple-file::before {
	background: url(../images/icon_simple_file.svg) no-repeat 0 0 / cover;
}
.simple-blank,
.simple-blank::before, .simple-blank::after {
	width: 11px;
	height: 10px;
}
.simple-blank::before {
	background: url(../images/icon_simple_blank.svg) no-repeat 0 0 / cover;
}
.simple-dl,
.simple-dl::before, .simple-dl::after {
	width: 22px;
	height: 22px;
}
.simple-dl::before {
	background: url(../images/icon_dl-m.svg) no-repeat 0 0 / cover;
}

/* 左にアイコンの場合 */
.icon-first a, a.icon-first {
	padding-left: 35px;
	position: relative;
	display: inline-block;
}
.icon-first .simple-dl {
	position: absolute;
	top: 0.2em;
	left: 0;
	margin-left: 0;
}
/* リンクをグループ化 */
.maincontents .link-group,
.maincontents a.no-decoration {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

/* ボタン */
.maincontents .btn {
	display: block;
	padding: 0;
}
.maincontents .btn a,
.maincontents .btn button,
.link-group .btn {
	width: 100%;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding: 16px 45px 16px 20px;
	display: inline-block;
	border-radius: 60px;
	background-color: #4b1e78;
	transition: 0.15s ease-in-out;
	overflow: hidden;
	position:relative;
	z-index: 0;
	cursor: pointer;
}
.btn .icon-c {
	position: absolute;
	right: 15px;
	bottom: 0;
	top: 0;
	margin: auto;
}
.btn .icon-c.circl-arrow::before {
	background-image: url(../images/icon_arrow-m_white.svg);
}
.btn .icon-c.circl-pdf::before {
	background-image: url(../images/icon_pdf-m_white.svg);
}
.btn .icon-c.circl-blank::before {
	background-image: url(../images/icon_blank-m_white.svg);
}
.btn .icon-c.circl-mail::before {
	background-image: url(../images/icon_mail-m_white.svg);
}
.btn .simple-dl::before {
	background-image: url(../images/icon_dl-m_white.svg);
}
.btn .icon-c.circl-zoom::before {
	background-image: url(../images/icon_zoom-m_white.svg);
}
.btn.btn-black a,
.btn.btn-black button,
.link-group .btn.btn-black {
	padding: 15px 44px 15px 20px;
	border: solid 1px #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.btn.btn-white a,
.btn.btn-white button,
.link-group .btn.btn-white {
	color: #4b1e78;
	padding: 15px 44px 15px 20px;
	border: solid 1px #4b1e78;
	background-color: rgba(255, 255, 255, 0.8);
}
.btn.btn-white .icon-c.circl-arrow::before {
	background-image: url(../images/icon_arrow-m_violet.svg);
}
.btn.btn-white .icon-c.circl-pdf::before {
	background-image: url(../images/icon_pdf-m_violet.svg);
}
.btn.btn-white .icon-c.circl-blank::before {
	background-image: url(../images/icon_blank-m_violet.svg);
}
.btn.btn-white .simple-dl::before {
	background-image: url(../images/icon_dl-m_violet.svg);
}
.btn a .btn-image,
.btn button .btn-image {
	vertical-align: -14px;
	margin-right: 8px;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* hover */
	.text-title,
	.text-title a,
	.icon-c,
	.anchor-link a {
		transition: 0.15s ease-in-out;
	}
	/* マウスオーバー用アイコン */
	.icon-c.circl-arrow::after {
		opacity: 0;
		background: url(../images/icon_arrow-m_violet.svg) no-repeat 0 0 / cover;
	}
	.icon-c.circl-arrow-b::after {
		opacity: 0;
		background: url(../images/icon_arrow-m-b_violet.svg) no-repeat 0 0 / cover;
	}
	.icon-c.circl-pdf::after {
		opacity: 0;
		background: url(../images/icon_pdf-m_violet.svg) no-repeat 0 0 / cover;
	}
	.icon-c.circl-blank::after {
		opacity: 0;
		background: url(../images/icon_blank-m_violet.svg) no-repeat 0 0 / cover;
	}
	.icon-c.circl-mail::after {
		opacity: 0;
		background: url(../images/icon_mail-m_violet.svg) no-repeat 0 0 / cover;
	}
	.icon-c.circl-file::after {
		opacity: 0;
		background: url(../images/icon_file-m_violet.svg) no-repeat 0 0 / cover;
	}
	.icon-c.circl-zoom::after {
		opacity: 0;
		background: url(../images/icon_zoom-m_violet.svg) no-repeat 0 0 / cover;
	}
	.simple-arrow::after {
		opacity: 0;
		background: url(../images/icon_simple_arrow_violet.svg) no-repeat 0 0 / cover;
	}
	.simple-arrow.size-l.next::after {
		opacity: 0;
		background: url(../images/icon_simple_arrow-l_white.svg) no-repeat 0 0 / cover;
	}
	.simple-arrow.size-l.prev::after {
		opacity: 0;
		background: url(../images/icon_simple_arrow-left-l_white.svg) no-repeat 0 0 / cover;
	}
	.simple-pdf::after {
		opacity: 0;
		background: url(../images/icon_simple_pdf_violet.svg) no-repeat 0 0 / cover;
	}
	.simple-file::after {
		opacity: 0;
		background: url(../images/icon_simple_file_violet.svg) no-repeat 0 0 / cover;
	}
	.simple-blank::after {
		opacity: 0;
		background: url(../images/icon_simple_blank_violet.svg) no-repeat 0 0 / cover;
	}
	.simple-dl::after {
		opacity: 0;
		background: url(../images/icon_dl-m_violet.svg) no-repeat 0 0 / cover;
	}

	.btn .icon-c.circl-arrow::after {
		background-image: url(../images/icon_arrow-m_white.svg);
	}
	.btn .icon-c.circl-pdf::after {
		background-image: url(../images/icon_pdf-m_white.svg);
	}
	.btn .icon-c.circl-blank::after {
		background-image: url(../images/icon_blank-m_white.svg);
	}
	.btn .icon-c.circl-mail::after {
		background-image: url(../images/icon_mail-m_white.svg);
	}
	.btn .simple-dl::after {
		background-image: url(../images/icon_dl-m_white.svg);
	}
	.btn .icon-c.circl-zoom::after {
		background-image: url(../images/icon_zoom-m_white.svg);
	}
	a:hover .icon-c::before, a:focus .icon-c::before,
	button:hover .icon-c::before, button:focus .icon-c::before {
		opacity: 0;
	}
	a:hover .icon-c::after, a:focus .icon-c::after,
	a:hover .simple-arrow::after, a:focus .simple-arrow::after,
	a:hover .simple-arrow.prev::after, a:focus .simple-arrow.prev::after,
	a:hover .simple-arrow.next::after, a:focus .simple-arrow.next::after,
	a:hover .simple-pdf::after, a:focus .simple-pdf::after,
	a:hover .simple-file::after, a:focus .simple-file::after,
	a:hover .simple-blank::after, a:focus .simple-blank::after,
	a:hover .simple-dl::after, a:focus .simple-dl::after,
	button:hover .icon-c::after, button:focus .icon-c::after,
	button:hover .simple-arrow::after, button:focus .simple-arrow::after,
	button:hover .simple-arrow.prev::after, button:focus .simple-arrow.prev::after,
	button:hover .simple-arrow.next::after, button:focus .simple-arrow.next::after,
	button:hover .simple-pdf::after, button:focus .simple-pdf::after,
	button:hover .simple-file::after, button:focus .simple-file::after,
	button:hover .simple-blank::after, button:focus .simple-blank::after,
	button:hover .simple-dl::after, button:focus .simple-dl::after {
		opacity: 1;
	}
	/* 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;
	}
	/* リンクをグループ化 */
	.maincontents .link-group:hover p {
		color: #333;
	}
	.maincontents .link-group:hover p.not-effect {
		color: #4b1e78;
	}
	/* ボタン */
	.maincontents .btn {
		max-width: 392px;
	}
	.text-center .btn,
	.text-center.btn {
		margin-left: auto;
		margin-right: auto;
	}

	.btn.btn-white a::before,
	.btn.btn-black a::before,
	.btn.btn-white button::before,
	.btn.btn-black button::before,
	.link-group .btn.btn-white::before,
	.link-group .btn.btn-black::before {
		background-color: #4b1e78;
	}
	.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: #7b47d2;
	}
	.btn.btn-white a:hover,.btn.btn-white a:focus,
	.btn.btn-white button:hover,.btn.btn-white button:focus,
	.link-group:hover .btn.btn-white, .link-group:focus .btn.btn-white {
		color: #fff;
		border-color: #fff;
		background-color: #7b47d2;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.icon-c,
	.icon-c::before,
	.icon-c::after {
		width: 24px;
		height: 24px;
	}
	/* ボタン */
	.maincontents .btn a,
	.maincontents .btn button {
		padding: 12px 40px 12px 15px;
		border-radius: 50px;
	}
	.btn a .icon-c {
		right: 10px;
	}
	.btn.btn-white a,
	.btn.btn-black a,
	.btn.btn-white button,
	.btn.btn-black button,
	.link-group .btn.btn-black,
	.link-group .btn.btn-white {
		padding: 10px 39px 10px 14px;
	}
}
/* ------------------------------
	背景色断ち切り2カラム
------------------------------ */
.contents-out {
	padding-bottom: 120px;
	position: relative;
	background-color: #e8e8e8;
}
.contents-out::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	height: 70px;
	background-color: #fff;
}
/* はみ出しブロック下キャプション */
.contents-out .block-caption {
	margin-top: 20px;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* 画像が無い場合 */
	.contents-out .inner-white,
	.contents-out .inner-box {
		max-width: 1304px;
		padding-left: 32px;
		padding-right: 32px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents-out .inner-white {
		position: relative;
		background-color: #fff;
	}
	.contents-out .inner-white:before {
		content: "";
		width: 3200px;
		background-color: #fff;
		position: absolute;
		top: 0;
		bottom:0;
		z-index: 0;
	}
	.contents-out .inner-white:before {
		left: calc(50% - 1600px);
	}
	.contents-out .title-head {
		position: relative;
		z-index: 1;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.contents-out .inner-box {
		position: relative;
		z-index: 1;
	}
	.contents-out .inner-white + .inner-box {
		padding-top: 70px;
	}
	/* はみ出しブロックが入る場合 */
	.contents-out .col_1-2.out-box {
		position: relative;
		z-index: 1;
	}
	.contents-out:not(.contents-right) .col_1-2.out-box {
		position: relative;
		z-index: 1;
		padding-right: calc(4.625% + 48px);
	}
	.contents-out:not(.contents-right) .out-box + .col_1-2 {
		padding-left: 16px;
	}
	.contents-out .out-box + .col_1-2 > * {
		width: 100%;
		max-width: 636px;
		padding-right: 32px;
		padding-left: 0;
	}
	.contents-out:not(.contents-right) .out-box + .col_1-2 > * {
		margin-left: 0;
	}
	.contents-out:not(.contents-right) .col_1-2 .inner-white:before {
		left: -816px;
	}
	/* 画像右付き */
	.contents-out.contents-right .col_1-2.out-box {
		order: 2;
		padding-left: calc(4.625% + 48px);
	}
	.contents-out.contents-right .out-box + .col_1-2 {
		padding-right: 16px;
		display: flex;
		flex-flow: column;
		align-items: flex-end;
	}
	.contents-out.contents-right .out-box + .col_1-2 > * {
		padding-left: 32px;
		padding-right: 0;
		margin-right: 0;
	}
	.contents-out.contents-right .col_1-2 .inner-white:before {
		right: -816px;
		left: auto;
	}

	/* はみ出しブロック下キャプション */
	.contents-out .block-caption {
		display: flex;
		justify-content: flex-end;
	}
	.contents-out .block-caption .caption-inner {
		max-width: 498px;
		margin-left: 32px;
	}
	.contents-out .box-lower {
		margin-top: 150px;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.contents-out {
		padding: 40px 16px 70px;
	}
	.contents-out::before {
		height: 60px;
	}
	.contents-out .col_1-2.out-box > * {
		position: relative;
		z-index: 1;
	}
	.contents-out .col_1-2.out-box {
		width: calc(100% + 32px);
		margin: -40px -16px 40px;
	}
	.contents-out .col_1-2.out-box {
		padding-right: 16px;
	}
	/* はみ出しブロック下キャプション */
	.contents-out .block-caption .caption-inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}
/* ------------------------------
	背景色断ち切り2カラム スライド
------------------------------ */
.contents-out.contents-out-slide .text-ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 任意の行数を指定 */
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.contents-out.contents-out-slide::before {
		height: 145px;
	}
	.contents-out.contents-out-slide .col_1-2 {
		z-index: 9;
	}
	.contents-out.contents-out-slide .block-caption .caption-inner.margin-b1 {
		width: 498px;
	}
	.contents-out.contents-out-slide .block-caption .caption-inner.margin-b1 .text-english {
		margin-right: 20px;
	}
	.contents-out.contents-out-slide .block-caption {
		margin-top: 0;
	}
	.contents-out.contents-out-slide .contents-block {
		max-width: 100%;
		padding-right: 0;
	}
	.contents-out.contents-out-slide .carousel-contents,
	.contents-out.contents-out-slide .carousel-left-contents {
		padding-left: 0;
		padding-right: 0;
	}
	.contents-out .carousel-contents .swiper-button-prev,
	.contents-out .carousel-left-contents .swiper-button-prev {
		left: 15px;
		top: 19%;
	}
	.contents-out .carousel-contents .swiper-button-next,
	.contents-out .carousel-left-contents .swiper-button-next {
		right: 15px;
		top: 19%;
	}
	.contents-out.contents-out-slide .text-title.size-l {
		vertical-align: bottom;
		display: table-cell;
		height: 65px;
		margin-bottom: 20px;
	}
	
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.contents-out.contents-out-slide .carousel-contents-wrapper {
		width: calc(100% + 32px);
		margin: 0 -16px;
	}
	.contents-out.contents-out-slide::before {
		height: 145px;
	}
	.contents-out.contents-out-slide .block-caption .caption-inner.margin-b1 .text-english {
		margin-right: 10px;
	}
}
/* ------------------------------
	動画
------------------------------ */
.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%;
}
/* ------------------------------
	Google Map
------------------------------ */
.map-box {
	position: relative;
    width: 100%;
    padding-top: 66.70281%;
}
/* ------------------------------
	新着記事
------------------------------ */
.news-box {
	display: flex;
	align-items: center;
	padding: 23px 0;
	border-top: solid 1px #a3a3a3;
	border-bottom: solid 1px #a3a3a3;
	margin-bottom: -1px;
}
.news-day {
	font-size: 14px;
	line-height: 30px;
	width: 146px;
}
a .news-day {
	color: #333;
}
.news-cate {
	font-size: 14px;
	font-weight: bold;
	color: #4b1e78;
	line-height: 1.5;
	width: 140px;
	padding: 5px;
	text-align: center;
	background-color: rgb(214 164 234 / 40%);
}
.news-text {
	width: 100%;
}
p.news-text {
	margin-bottom: 0;
}
.news-text a {
	display: block;
	text-decoration: none;
}
.news-text a::after {
	content: "";
	width: 6px;
	height: 11px;
	display: inline-block;
	transition: 0.15s ease-in-out;
	margin-left: 13px;
	background: url(../images/icon_simple_arrow.svg) no-repeat 0 0 / cover;
}

/* ----------------
 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: calc(100% - (146px + 140px + 32px));
		margin-left: 32px;
	}
	.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: 130px;
	}
	.news-cate {
		font-size: 13px;
		width: 120px;
		padding: 3px 5px;
	}
	* + .news-text {
		margin-top: 15px;
	}
}
/* ------------------------------
	画像上のコンテンツ
------------------------------ */
.on-img-contents {
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* 黒オーバー */
.shadow-contents::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	mix-blend-mode: multiply;
}
.on-img-contents a {
	color: #fff !important;
}
.on-img-contents .upper-text {
	width: 100%;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.on-img-contents .upper-text h2,
.on-img-contents .upper-text .text-catch {
	text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.on-img-contents .upper-text .text-lead {
	text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.on-img-contents .bg-image {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.on-img-contents .bg-image img {
	width: 100%;
}


/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.on-img-contents,
	.on-img-contents .upper-text,
	.on-img-contents,
	.on-img-contents .bg-image {
		height: 600px;
	}
	.on-img-contents .bg-image img {
		object-fit: cover;
		height: 600px;
	}
	/* 高さ800px */
	.on-img-contents.contents-height800,
	.on-img-contents.contents-height800 .upper-text,
	.on-img-contents.contents-height800 .bg-image {
		height: 800px;
	}
	.on-img-contents.contents-height800 .bg-image img {
		height: 800px;
	}
	.on-img-contents.contents-height800 .upper-text {
		justify-content:end;
	}
	.on-img-contents.contents-height800 .contents-inner {
		margin-bottom: 60px;
	}
	/* 画像がはみ出しているメインキャッチの場合 */
	.on-img-contents-out .on-img-contents {
		height: 680px;
	}
	.on-img-contents-out .on-img-contents .bg-image img {
		height: 680px;
	}
	/* テキスト左 */
	.on-img-contents.contents-left .upper-text {
		text-align: left;
		align-items: flex-start;
	}
	.on-img-contents.shadow-contents.contents-left::before {
		background: linear-gradient(to right, rgba(0,0,0,.5) 0%,#ffffff 100%);
	}
	.on-img-contents.shadow-contents.contents-left .bg-image img {
		object-position: right center;
	}
	/* テキスト右 */
	.on-img-contents.contents-right .upper-text {
		text-align: right;
		align-items: flex-end;
	}
	.on-img-contents.shadow-contents.contents-right::before {
		background: linear-gradient(to left, rgba(0,0,0,.5) 0%,#ffffff 100%);
	}
	.on-img-contents.shadow-contents.contents-right .bg-image img {
		object-position: left center;
	}
	/* hover */
	.on-img-contents .link-group:hover p {
		color: #fff;
	}

}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.on-img-contents {
		background-color: #000;
	}
	.on-img-contents .upper-text {
		padding: 70.12195% 16px 50px;
	}
	.on-img-contents .upper-text .text-lead {
		text-align: left;
	}
	.on-img-contents .upper-text .contents-inner {
		width: 100%;
	}
	.shadow-contents::before,
	.shadow-contents.contents-left .slide-contents .link-group::before,
	.shadow-contents.contents-right .slide-contents .link-group::before {
		opacity: .5;
		background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(84,84,84,.5) 100%);
	}
	.on-img-contents .bg-image {
		bottom: auto;
	}
	/* 画像がはみ出している場合 */
	.on-img-contents-out .on-img-contents .upper-text {
		padding: 70.12195% 16px 80px;
	}
	.on-img-contents-out .on-img-contents.contents-left .upper-text h2 {
		text-align: left;
	}
	.on-img-contents-out .on-img-contents.contents-left .upper-text p {
		text-align: left;
	}
	/* 高さ800px */
	.on-slide-contents .on-img-contents.contents-height800 .upper-text {
		padding-bottom: 260px;
	}
	.on-slide-contents .on-img-contents.contents-height800 .upper-text .btn {
		bottom: 30px;
	}
	.on-img-contents .on-slide-contents .swiper-button-next,.on-img-contents .on-slide-contents .swiper-button-prev {
		bottom: 160px;
	}
}

/* ------------------------------
	スライド
------------------------------ */
.on-slide-contents {
	position: relative;
	overflow: hidden;
}
.slide-contents {
	display: none;
}
.contents-left .slide-contents .link-group .upper-text,
.contents-right .slide-contents .link-group .upper-text {
	z-index: 3;
}
/* next prev */
.on-slide-contents .swiper-button-next,
.on-slide-contents .swiper-button-prev {
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
}
.on-slide-contents .swiper-button-next {
	right: 88px;
}
.on-slide-contents .swiper-button-prev {
	left: 88px;
}

.on-slide-contents .swiper-button-next::after,
.on-slide-contents .swiper-button-prev:after {
	width: 9px;
	height: 16px;
	font-size: 0;
	line-height: 0;
}
.on-slide-contents .swiper-button-next::after {
	background: url(../images/icon_simple_arrow-l_white.svg) no-repeat 0 0 / cover;
}
.on-slide-contents .swiper-button-prev::after {
	background: url(../images/icon_simple_arrow-left-l_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: 15px;
}
.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: 60px;
	height: 30px;
	margin-left: 5px;
	cursor: pointer;
}
.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot > span {
	display: inline-block;
	width: 100%;
	height: 2px;
	margin: 14px 0;
	background-color: #474a4c;
	font-size: 0;
	line-height: 2px;
	vertical-align: top;
}
.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot.slide-dot-active > span {
	background: #4b1e78;
}
/* 画像がはみ出しているメインキャッチの場合 */
.on-img-contents-out .contents-box {
	height: auto;
	position: relative;
}
.on-img-contents-out .swiper-button-next {
	right: 2.5%;
}
.on-img-contents-out .swiper-button-prev {
	left: 2.5%;
}
/* 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%;
	border: 1px solid #a3a3a3;
	background-color: #fff;
	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: 7px;
	height: 8px;
	margin: auto;
	background: url(../images/icon_slide_stop.svg) no-repeat 0 0 / cover;
}
.stop::after,
.slide-stop::after {
	opacity: 0;
	background: url(../images/icon_slide_stop_violet.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: 5px;
	height: 10px;
	margin: auto;
	background: url(../images/icon_slide_start.svg) no-repeat 0 0 / cover;
}
.start::after,
.slide-start::after {
	opacity: 0;
	background: url(../images/icon_slide_start_violet.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;
	}
	/* 画像がはみ出している場合 */
	.on-img-contents-out .contents-box .upper-text {
		/* max-width: 1600px; */
		width: 50%;
		position: absolute;
		top: 57%;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.on-img-contents-out .contents-box .upper-text .btn {
		width: 40.9%;
		margin-left: 22.5%;
		margin-right: 22.5%;
	}

	/* 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;
	}
	.on-slide-contents .swiper-button-next:hover,
	.on-slide-contents .swiper-button-prev:hover {
		background-color: #4b1e78;
	}
	/* pagination */
	.on-slide-contents .slide-control {
		height: 70px;
	}
	/* stop start */
	.stop,
	.slide-stop,
	.start,
	.slide-start {
		transition: .3s ease-in-out;
	}
	.stop:hover,
	.slide-stop:hover,
	.start:hover,
	.slide-start:hover {
		border: 1px solid #4b1e78;
	}
	.stop:hover::before,
	.slide-stop:hover::before {
		opacity: 0;
	}
	.stop:hover::after,
	.slide-stop:hover::after {
		opacity: 1;
	}
	.start:hover::before,
	.slide-start:hover::before {
		opacity: 0;
	}
	.start:hover::after,
	.slide-start:hover::after {
		opacity: 1;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media screen and (max-width: 767px) {
	.on-slide-contents {
		overflow: hidden;
	}
	.on-slide-contents .on-img-contents .upper-text {
		padding-bottom: 150px;
	}
	.on-slide-contents .on-img-contents .upper-text .btn {
		width: auto;
		position: absolute;
		left: 16px;
		right: 16px;
		bottom: 16px;
		margin: auto;
	}
	.on-slide-contents .swiper-slide,
	.on-slide-contents .swiper-slide .link-group,
	.on-slide-contents .swiper-slide .link-group .upper-text {
		display: flex;
		height: auto;
	}
	.on-slide-contents .swiper-slide .link-group .upper-text {
		justify-content: flex-start;
	}
	/* next prev */
	.on-slide-contents .swiper-button-next,
	.on-slide-contents .swiper-button-prev {
		width: 50px;
		height: 50px;
		top: auto;
		bottom: 155px;
	}
	.on-slide-contents .swiper-button-next {
		right: 16px;
	}
	.on-slide-contents .swiper-button-prev {
		left: 16px;
	}
	.on-slide-contents .swiper-button-next::after,
	.on-slide-contents .swiper-button-prev:after {
		width: 7px;
		height: 13px;
	}
	/* 画像がはみ出しているメインキャッチの場合 */
	.on-slide-contents.on-img-contents-out .bg-image {
		width: 100%;
	}
	.on-img-contents-out.on-slide-contents .swiper-button-next,
	.on-img-contents-out.on-slide-contents .swiper-button-prev {
		bottom: 167px;
	}
	.on-img-contents-out .contents-box .upper-text {
		position: absolute;
		left: 44px;
		right: 44px;
		bottom: 30px;
		text-align: center;
		z-index: 1;
	}
	/* pagination */
	.on-slide-contents .slide-control {
		height: 55px;
	}
	.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot {
		width: 30px;
		height: 16px;
	}
	.on-slide-contents .swiper-horizontal .swiper-pagination button.slide-dot > span {
		margin: 7px 0;
	}
}

/* ------------------------------
	囲み
------------------------------ */
.line-box {
	padding: 32px;
	border: solid 1px #a3a3a3;
}
.bg-box-gray {
	padding: 32px;
	background-color: #e8e8e8;
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.line-box,
	.bg-box-gray {
		padding: 16px;
	}
}
/* ------------------------------
	線
------------------------------ */
.border-top {
	border-top: solid 1px #a3a3a3;
	padding-top: 40px;
	margin-top: 40px;
}
.border-bottom {
	border-bottom: solid 1px #a3a3a3;
	padding-bottom: 15px;
}
/* ------------------------------
	アンカーリンク
------------------------------ */
ul.anchor-link {
	display: flex;
	flex-flow: row wrap;
	gap: 10px 32px;
	margin-bottom: 10px;
}
ul.anchor-link li {
	font-size: 18px;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 100%;
	border-bottom: solid 1px #a3a3a3;
}
ul.anchor-link li a {
	display: block;
	text-decoration: none;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	ul.anchor-link.col_2 li,
	ul.input-list.col_2 li {
		width: calc((100% - 32PX) / 2);
	}
	ul.anchor-link.col_3 li,
	ul.input-list.col_3 li {
		width: calc((100% - 64PX) / 3);
	}
	ul.anchor-link.col_4 li,
	ul.input-list.col_4 li {
		width: calc((100% - 96PX) / 4);
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	ul.anchor-link {
		gap: 5px 16px;
		margin-bottom: 5px;
	}
	ul.anchor-link.col_4 li,
	ul.input-list.col_4 li {
		width: calc((100% - 16PX) / 2);
	}
	ul.anchor-link.sp_w100 li {
		width: 100%;
	}
}

/* ------------------------------
	タブ
------------------------------ */
.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: #a3a3a3;
}
a.tab-menu-item {
	text-decoration: none;
}
.tab-menu-item {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 13px;
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #a3a3a3;
	background-color: #e8e8e8;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.tab-menu-item::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: -33px;
	z-index: 1;
	width: 33px;
	height: 1px;
	background-color: #a3a3a3;
}
.tab-menu-item:focus {
	color: #4b1e78;
	text-decoration: none;
}
/* is-active */
.tab-menu-item.is-active {
	border: 1px solid #a3a3a3;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #4b1e78;
	text-decoration: none;
}
/* タブパネル */
.tab-panel {
	width: 100%;
}
.tab-panel-box {
	display: none;
}
/* is-show */
.tab-panel-box.is-show {
	display: block;
}
/* テキストタブ */
.text-tab .tab-menu {
	gap: 20px 41px;
	min-height: 22px;
	margin-bottom: 30px;
	overflow: hidden;
}
.text-tab .tab-menu::after {
	content: none;
}
.text-tab .tab-menu-item {
	display: inline-block;
	padding: 1px 0 2px;
	border: none;
	border-bottom: 1px solid transparent;
	background-color: transparent;
	font-size: 1.6rem;
	line-height: 18px;
	text-align: left;
}
.text-tab .tab-menu-item::before {
	content: none;
}
.text-tab .tab-menu li:not(:last-child) .tab-menu-item:after,
.text-tab .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;
}
.text-tab .tab-menu li:last-child .tab-menu-item:after,
.text-tab .tab-menu-item:last-child::after {
	display: none;
}
.text-tab .tab-menu-item.is-active {
	border-bottom: 1px solid #4b1e78;
}
/* ----------------
 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);
	}
	.col2 .tab-menu-item:nth-child(even):after,
	.col3 .tab-menu-item:nth-child(3n):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: #4b1e78;
		text-decoration: none;
		cursor: pointer;
	}
	/* テキストタブ */
	.text-tab .tab-menu-item:hover {
		border-bottom: 1px solid #4b1e78;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media screen and (max-width: 767px) {
	/* タブメニュー */
	.tab-menu {
		gap: 24px 16px;
		margin-bottom: 40px;
	}
	.tab-menu::after {
		width: calc(100% + 16px);
	}
	.tab-menu-item {
		width: calc((100% - 16px) / 2);
	}
	.tab-menu-item::before {
		left: -17px;
		width: 17px;
	}
	.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: #a3a3a3;
	}
	/* テキストタブ */
	.text-tab .tab-menu li,
	.text-tab .tab-menu-item {
		width: auto;
		max-width: calc(100% - 21px);
	}
	.text-tab .tab-menu li .tab-menu-item {
		width: 100%;
		max-width: 100%;
	}
}

/* ------------------------------
	スライドタブ
------------------------------ */
.slide-tab-contents {
	position: relative;
	max-width: 1424px;
	margin: 0 auto;
	padding: 0 92px;
}
/* タブメニュー */
.slide-tab-menu {
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin-bottom: 60px;
}
.slide-tab-menu .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	min-height: 60px;
	padding: 0 16px;
	border-radius: 30px;
	background-color: #4b1e78;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.slide-tab-menu .swiper-wrapper .swiper-slide:last-child {
	border: 0;
}
.slide-tab-menu .swiper-wrapper .swiper-slide.slide-tab-menu-active,
.slide-tab-menu .swiper-wrapper .swiper-slide-thumb-active {
	background-color: #7b47d2;
}
/* タブパネル */
.slide-tab-panel {
	overflow: hidden;
}
.slide-tab-panel > * {
	display: none;
}
.slide-tab-panel .slide-tab-panel-active {
	display: block;
}
/* next prev */
.slide-tab-contents .swiper-button-next,
.slide-tab-contents .swiper-button-prev {
	top: 0;
	width: 60px;
	height: 60px;
	margin-top: 0;
	border: solid 1px #a3a3a3;
	border-radius: 50%;
	background-color: #fff;
}
.slide-tab-contents .swiper-button-next {
	right: 0;
}
.slide-tab-contents .swiper-button-prev {
	left: 0;
}
.slide-tab-contents .swiper-button-next::before,
.slide-tab-contents .swiper-button-prev::before,
.slide-tab-contents .swiper-button-next::after,
.slide-tab-contents .swiper-button-prev::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 9px;
	height: 16px;
	margin: auto;
	font-size: 0;
	line-height: 0;
}
.slide-tab-contents .swiper-button-next::before {
	opacity: 1;
	background: url(../images/icon_simple_arrow-l.svg) no-repeat 0 0 / cover;
}
.slide-tab-contents .swiper-button-prev::before {
	opacity: 1;
	background: url(../images/icon_simple_arrow-left-l.svg) no-repeat 0 0 / cover;
}
.slide-tab-contents .swiper-button-next::after {
	opacity: 0;
	background: url(../images/icon_simple_arrow-l_violet.svg) no-repeat 0 0 / cover;
}
.slide-tab-contents .swiper-button-prev::after {
	opacity: 0;
	background: url(../images/icon_simple_arrow-left-l_violet.svg) no-repeat 0 0 / cover;
}
.slide-tab-contents .swiper-button-next.swiper-button-disabled,
.slide-tab-contents .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-notification {
	display: none;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* タブメニュー */
	.slide-tab-menu .swiper-wrapper .swiper-slide:hover,
	.slide-tab-menu .swiper-wrapper .swiper-slide:active {
		text-decoration: none;
	}
	.slide-tab-menu .swiper-wrapper .swiper-slide:hover,
	.slide-tab-menu .swiper-wrapper .swiper-slide:focus {
		background-color: #7b47d2;
	}
	/* .slide-tab-menu .swiper-wrapper .swiper-slide::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 100%;
		z-index: -1;
		border-radius: 30px;
		background-color: #7b47d2;
		text-decoration: none;
		transition: .15s ease-in-out;
	} */
	/* .slide-tab-menu .swiper-wrapper .swiper-slide:hover::before,
	.slide-tab-menu .swiper-wrapper .swiper-slide:focus-visible::before {
		top: 0;
	} */
	.slide-tab-menu .swiper-wrapper .swiper-slide:focus-visible {
		outline: 0;
	}
	.slide-tab-menu .swiper-wrapper .swiper-slide-thumb-active::before {
		content: none;
	}
	/* next prev */
	.slide-tab-contents .swiper-button-next,
	.slide-tab-contents .swiper-button-prev {
		transition: .3s ease-in-out;
	}
	.slide-tab-contents .swiper-button-next:hover,
	.slide-tab-contents .swiper-button-prev:hover {
		border: solid 1px #4b1e78;
	}
	.slide-tab-contents .swiper-button-next:hover::before {
		opacity: 0;
		background: url(../images/icon_simple_arrow-l.svg) no-repeat 0 0 / cover;
	}
	.slide-tab-contents .swiper-button-prev:hover::before {
		opacity: 0;
		background: url(../images/icon_simple_arrow-left-l.svg) no-repeat 0 0 / cover;
	}
	.slide-tab-contents .swiper-button-next:hover::after {
		opacity: 1;
		background: url(../images/icon_simple_arrow-l_violet.svg) no-repeat 0 0 / cover;
	}
	.slide-tab-contents .swiper-button-prev:hover::after {
		opacity: 1;
		background: url(../images/icon_simple_arrow-left-l_violet.svg) no-repeat 0 0 / cover;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media screen and (max-width: 767px) {
	.slide-tab-contents {
		max-width: 767px;
		padding: 0;
	}
	/* タブメニュー */
	.slide-tab-menu {
		padding: 0 73px;
		margin-bottom: 40px;
	}
	/* タブパネル */
	.slide-tab-panel {
		padding: 0 16px;
	}
	/* next prev */
	.slide-tab-contents .swiper-button-next,
	.slide-tab-contents .swiper-button-prev {
		width: 52px;
		height: 52px;
		top: 4px;
	}
	.slide-tab-contents .swiper-button-next {
		right: 15px;
	}
	.slide-tab-contents .swiper-button-prev {
		left: 15px;
	}
	.slide-tab-contents .swiper-button-next::after,
	.slide-tab-contents .swiper-button-prev::after {
		width: 52px;
		height: 52px;
	}
}
/* ------------------------------
	SNS埋め込み
------------------------------ */
.twitter-tweet {
	margin: 0 !important;
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.twitter-tweet {
		margin: 0 auto !important;
	}
}
/* ------------------------------
	アイコン
------------------------------ */
/* SNSアイコン */
.icon-sns {
	display: flex;
}
.icon-sns a {
	padding-left: 64px;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 45px;
	flex-flow: row wrap;
}
.icon-sns .img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
/* NEWアイコン */
.icon-new {
	position: relative;
}
.icon-new:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4.5vw 4.5vw 0;
	border-color: transparent #4b1e78 transparent transparent;
	z-index: 5;
}
.icon-new:after{
	content: "NEW";
	font-family: 'Oswald', Lucida, 'Grande', sans-serif;
	position: absolute;
	top: 0.8vw;
	right: 0.8vw;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 5;
	color: #fff;
	font-size: 1vmax;
	font-weight: bold;
}
/* テキストにアイコン */
.icon-text {
	position: relative;
	padding-left: 40px;
	min-height: 32px;
}
.icon-text img {
	position: absolute;
	top: -0.1em;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.icon-sns {
		min-height: 45px;
	}
	.icon-sns img {
		max-width: 45px;
		max-height: 45px;
		margin-right: 10px;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	/* SNSアイコン */
	.icon-sns img {
		width: 45px;
		margin-right: 13px;
	}
	/* NEWアイコン */
	.icon-new:before{
		border-width: 0 62px 62px 0;
	}
	.icon-new:after{
		top: 8px;
		right: 8px;
		font-size: 14px;
	}
}

/* ------------------------------
	アコーディオン
------------------------------ */
.accordion .accordion-title {
	width: 100%;
	text-decoration: none;
	text-align: left;
	display: block;
	list-style: none;
	cursor: pointer;
	transition: 0.15s ease-in-out;
	position: relative;
	border-top: solid 1px #a3a3a3;
	border-bottom: solid 1px #a3a3a3;
	background: none;
}
.accordion button.accordion-title {
	color: #333;
}
.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::before, .accordion .accordion-title .text::after {
	content: "";
	display: block;
	background-color: #474a4c;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.15s ease-in-out;
}
.accordion.type-violet .accordion-title .text::before, .accordion.type-violet .accordion-title .text::after {
	background-color: #4b1e78;
}
.accordion .accordion-title .text::before {
	width: 20px;
	height: 2px;
	right: 0;
}
.accordion .accordion-title .text::after {
	width: 2px;
	height: 20px;
	right: 9px;
}
.accordion.is-open .accordion-title .text::after {
	background-color: transparent;
}
details.accordion[open] .accordion-title .text::after {
	background-color: transparent;
}
.accordion .accordion-title + * {
	margin-top: 60px;
	margin-bottom: 60px;
}
.accordion.type-violet .accordion-title {
	background-color: rgb(214 164 234 / 40%);
	border: none;
}
.accordion.type-violet .accordion-title .text::before {
	right: 2.58064%;
}
.accordion.type-violet .accordion-title .text::after {
	right: calc(2.58064% + 9px);
}
.accordion.type-violet .accordion-title .title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #4b1e78;
	padding: 20px 32px;
	display: flex;
	align-items: center;
	transition: 0.15s ease-in-out;
}
.accordion.type-violet .accordion-title .text {
	color: #4b1e78;
	position: relative;
}
.accordion .acc-content {
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	transition: all 200ms 0s ease-in-out;
}
.accordion.is-open .acc-content {
	visibility: visible;
	max-height: 9999px;
	opacity: 1;
}
.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) {
	.accordion .accordion-title:hover {
		border-top-color: #4b1e78;
		border-bottom-color: #4b1e78;
	}
	.accordion:not(.type-violet) .accordion-title:hover .text{
		color: #4b1e78;
	}
	.accordion.type-violet .accordion-title {
		display: flex;
		gap: 0 32px;
	}
	.accordion.type-violet .accordion-title:hover .title {
		background-color: #7b47d2;
	}
	.accordion.type-violet .accordion-title:hover {
		color: #fff;
		background-color: #4b1e78;
	}
	.accordion.type-violet .accordion-title:hover .text {
		color: #fff;
	}
	.accordion .accordion-title:hover .text::before,
	.accordion .accordion-title:hover .text::after {
		background-color: #4b1e78;
	}
	.accordion.type-violet .accordion-title:hover .text::before,
	.accordion.type-violet .accordion-title:hover .text::after {
		background-color: #fff;
	}
	.accordion.is-open .accordion-title:hover .text::after {
		background-color: transparent;
	}
	details.accordion[open] .accordion-title:hover .text::after {
		background-color: transparent;
	}
	/* 囲み線カラム　アコーディオン */
	.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-left: 16px;
		padding-right: calc((100% - 80px) / 6);
	}
	.accordion .accordion-title.col-block {
		gap: 0 0;
	}
	.accordion .accordion-title + * {
		margin-top: 50px;
	}
	.accordion.type-violet .accordion-title .title {
		font-size: 20px;
		padding: 20px 16px;
	}
	.accordion .accordion-title .text::before {
		width: 16px;
	}
	.accordion .accordion-title .text::after {
		height: 16px;
		right: 7px;
	}
	.accordion.type-violet .accordion-title .text::before {
		right: 4.44444%;
	}
	.accordion.type-violet .accordion-title .text::after {
		right: calc(4.44444% + 7px);
	}
	/* 囲み線カラム　アコーディオン */
	.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;
	  }
}
/* ------------------------------
	テーブル
------------------------------ */
.maincontents table {
	width: 100%;
}
table.tb-fixed {
	table-layout:fixed;
}
.maincontents table th {
	background-color: #e8e8e8;
}
.maincontents table thead th {
	text-align: center;
}
.maincontents table th, .maincontents table td {
	padding: 20px 10px;
	border: solid 1px #a3a3a3;
}
.maincontents table.interactive td {
	border: none;
	padding: 0;
}
.maincontents table tr:has(td img) :is(th, td) {
	vertical-align: middle;
}
/* ----------------
 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;
		padding: 20px 16px;
		display: block;
		margin-bottom: -1px;
	}
	.scroller {
		overflow-x: auto;
		padding-bottom: 25px;
	}
	.scroller table {
		width: 1240px;
	}
	.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);
	}
	/* 変化させない */
	table.sp-no-change th, table.sp-no-change td {
		display: table-cell;
	}
	table.sp-no-change th {
		min-width: 30%;
	}
}

/* ------------------------------
	ページネーション
------------------------------ */
.pagenation {
	display: flex;
	justify-content: center;
	gap: 20px 40px;
}
.pagenation ul {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 20px;
}
.pagenation ul li {
	font-weight: bold;
	color: #fff;
	padding: 0;
	width: 60px;
	height: 60px;
}
.pagenation ul li a,
.prev-navi a,
.next-navi a {
	color: #474a4c;
	text-decoration: none;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #a3a3a3;
	border-radius: 100%;
}
.maincontents .pagenation ul li::before {
	content: none;
}
.pagenation ul li.on a {
	color: #fff;
	border-color: #4b1e78;
	background-color: #4b1e78;
}
/* ----------------
 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: #4b1e78;
		background-color: #4b1e78;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.pagenation,
	.pagenation ul {
 	   gap: 8px 8px;
	}
	.pagenation ul li,
	.pagenation ul li a,
	.prev-navi a,
	.next-navi a {
		width: 40px;
	    height: 40px;
	}
	.pagenation ul li:nth-child(n+4) {
	    display: list-item;
	  }
}

/* ------------------------------
	カルーセル
------------------------------ */
.carousel-contents-wrapper {
	overflow: hidden;
}
.carousel-contents,
.carousel-left-contents {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
}
.carousel-contents .swiper,
.carousel-left-contents .swiper {
	overflow: visible;
}
.carousel-contents .swiper-slide img,
.carousel-left-contents .swiper-slide img {
	width: 100%;
	height: auto;
}
/* next prev */
.carousel-contents .swiper-button-next,
.carousel-contents .swiper-button-prev,
.carousel-left-contents .swiper-button-next,
.carousel-left-contents .swiper-button-prev {
	opacity: .7;
	top: 36%;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #383838;
	cursor: pointer;
}
.carousel-left-contents.calender-list .swiper-button-next,
.carousel-left-contents.calender-list .swiper-button-prev {
	top: calc(50% - 30px)
}
.carousel-contents .swiper-button-next,
.carousel-left-contents .swiper-button-next {
	right: -25px;
}
.carousel-contents .swiper-button-prev,
.carousel-left-contents .swiper-button-prev {
	left: -25px;
}
.carousel-contents .swiper-button-next::after,
.carousel-contents .swiper-button-prev:after,
.carousel-left-contents .swiper-button-next::after,
.carousel-left-contents .swiper-button-prev:after {
	width: 9px;
	height: 16px;
	font-size: 0;
	line-height: 0;
}
.carousel-contents .swiper-button-next::after,
.carousel-left-contents .swiper-button-next::after {
	background: url(../images/icon_simple_arrow-l_white.svg) no-repeat 0 0 / cover;
}
.carousel-contents .swiper-button-prev::after,
.carousel-left-contents .swiper-button-prev::after {
	background: url(../images/icon_simple_arrow-left-l_white.svg) no-repeat 0 0 / cover;
}
/* pagination */
.carousel-contents .swiper-horizontal > .swiper-pagination-bullets,
.carousel-left-contents .swiper-horizontal > .swiper-pagination-bullets {
	bottom: -50px;
	height: 30px;
}
.carousel-contents .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.carousel-left-contents .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.carousel-contents .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type),
.carousel-left-contents .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type) {
	margin-right: 5px;
}
.carousel-contents .swiper-pagination-bullet,
.carousel-left-contents .swiper-pagination-bullet {
	opacity: 1;
	width: 60px;
	height: 30px;
	background: none;
	border-radius: 0;
	box-sizing: content-box;
	position: relative;
}
.carousel-contents .swiper-pagination-bullet::before,
.carousel-left-contents .swiper-pagination-bullet::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #474a4c;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.carousel-contents .swiper-pagination-bullet-active::before,
.carousel-left-contents .swiper-pagination-bullet-active::before {
	background-color: #4b1e78;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.carousel-contents,
	.carousel-left-contents {
		max-width: 1304px;
		padding-left: 32px;
		padding-right: 32px;
	}
	/* next prev */
	.carousel-contents .swiper-button-next,
	.carousel-contents .swiper-button-prev,
	.carousel-left-contents .swiper-button-next,
	.carousel-left-contents .swiper-button-prev {
		transition: .3s ease-in-out;
	}
	.carousel-contents .swiper-button-next:hover,
	.carousel-contents .swiper-button-prev:hover,
	.carousel-left-contents .swiper-button-next:hover,
	.carousel-left-contents .swiper-button-prev:hover {
		opacity: 1;
		background-color: #4b1e78;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media screen and (max-width: 767px) {
	.carousel-contents,
	.carousel-left-contents {
		width: 100%;
		padding-left: 16.4%;
		padding-right: 16.4%;
	}
	/* next prev */
	.carousel-contents .swiper-button-next,
	.carousel-contents .swiper-button-prev,
	.carousel-left-contents .swiper-button-next,
	.carousel-left-contents .swiper-button-prev {
		width: 50px;
		height: 50px;
		top: 31%;
	}
	.carousel-left-contents.calender-list .swiper-button-next,
	.carousel-left-contents.calender-list .swiper-button-prev {
	top: calc(50% - 25px)
}
	.carousel-contents .swiper-button-next,
	.carousel-left-contents .swiper-button-next {
		right: -44px;
	}
	.carousel-contents .swiper-button-prev,
	.carousel-left-contents .swiper-button-prev {
		left: -44px;
	}
	.carousel-contents .swiper-button-next::after,
	.carousel-contents .swiper-button-prev:after,
	.carousel-left-contents .swiper-button-next::after,
	.carousel-left-contents .swiper-button-prev:after {
		width: 7px;
		height: 13px;
	}
	/* pagination */
	.carousel-contents .swiper-pagination-bullet,
	.carousel-left-contents .swiper-pagination-bullet {
		width: 30px;
	}
	.carousel-contents .swiper-pagination-bullet::before,
	.carousel-left-contents .swiper-pagination-bullet::before {
		width: 30px;
	}
}

/* ------------------------------
	カルーセル（ギャラリー）
------------------------------ */
.gallery-contents .swiper-thumb .swiper-slide {
	position: relative;
}
.gallery-contents .swiper-thumb .swiper-slide:hover {
	cursor: pointer;
}
.gallery-contents .swiper-thumb .swiper-slide::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.gallery-contents .swiper-thumb .swiper-slide.swiper-slide-active::after {
	display: none;
}
.gallery-contents .swiper-thumb .swiper-slide:hover::after,
.gallery-contents .swiper-thumb .swiper-slide.swiper-slide-thumb-active::after {
	content: none;
}
.gallery-contents .swiper-thumb .swiper-slide img {
	width: 100%;
	height: auto;
}
/* next prev */
.gallery-contents .swiper-button-next,
.gallery-contents .swiper-button-prev {
	opacity: .7;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #383838;
	cursor: pointer;
}
.gallery-contents .swiper-button-next {
	right: 2px;
}
.gallery-contents .swiper-button-prev {
	left: 2px;
}
.gallery-contents .swiper-button-next::after,
.gallery-contents .swiper-button-prev:after {
	width: 9px;
	height: 16px;
	font-size: 0;
	line-height: 0;
}
.gallery-contents .swiper-button-next::after {
	background: url(../images/icon_simple_arrow-l_white.svg) no-repeat 0 0 / cover;
}
.gallery-contents .swiper-button-prev::after {
	background: url(../images/icon_simple_arrow-left-l_white.svg) no-repeat 0 0 / cover;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.gallery-contents {
		margin-left: auto;
		margin-right: auto;
	}
	.gallery-contents .swiper-main {
		max-width: 986px;
		margin-bottom: 30px;
		padding-left: 32px;
		padding-right: 32px;
		box-sizing: content-box;
	}
	.gallery-contents .swiper-thumb {
		max-width: 1028px;
	}
	.gallery-contents .swiper-thumb .img-hover {
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gallery-contents .swiper-thumb .img-hover img {
		display: block;
		transition-duration: 0.3s;
		overflow: hidden;
		display: block;
		width: 100%;
	}
	.gallery-contents .swiper-thumb .img-hover:hover img,
	.gallery-contents .swiper-thumb .img-hover:focus img {
		opacity: 1;
		overflow: hidden;
		transform: scale(1.1);
		transition-duration: 0.3s;
	}
	/* next prev */
	.gallery-contents .swiper-button-next,
	.gallery-contents .swiper-button-prev {
		transition: .3s ease-in-out;
	}
	.gallery-contents .swiper-button-next:hover,
	.gallery-contents .swiper-button-prev:hover {
		opacity: 1;
		background-color: #4b1e78;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media screen and (max-width: 767px) {
	.contents-block.gallery-contents-wrapper:not(.full-wide) {
		padding-left: 0;
		padding-right: 0;
	}
	.gallery-contents .swiper-main {
		width: calc(67.2% + 88px);
		margin: 0 auto 25px;
		padding-left: 44px;
		padding-right: 44px;
	}
	.gallery-contents .swiper-thumb {
		width: 100%;
		padding-left: 16.4%;
		padding-right: 16.4%;
	}
	/* next prev */
	.gallery-contents .swiper-button-next,
	.gallery-contents .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	.gallery-contents .swiper-button-next {
		right: 0;
	}
	.gallery-contents .swiper-button-prev {
		left: 0;
	}
	.gallery-contents .swiper-button-next::after,
	.gallery-contents .swiper-button-prev:after {
		width: 7px;
		height: 13px;
	}
}

/* ------------------------------
	フォーム
------------------------------ */
/* ニュースリリース フリーワード検索 */
#nr-search-input {
	height: 80px;
}
#nr-search-input input {
	width: 100%;
    padding: 25px 90px 25px 60px;
    border-radius: 50px;
    -webkit-appearance: none;
    font-size: 16px;
    position: relative;
    border: 1px solid #a3a3a3;
}
#nr-search-input {
	position: relative;
	margin-bottom: 25px;
}
#nr-search-input .fa-search,
.input-list li > * {
	cursor: pointer;
}
.btn-search {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 9px;
	bottom: 0;
	margin: auto;
	background: none;
	z-index: 100;
}
#nr-search-input .fa-search {
	cursor: pointer;
  }
#nr-search-input .fa-search::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    display: inline-block;
    background: url(../images/icon-navigation-search-white.svg) no-repeat center center #4b1e78;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#nr-search-input .fa-search:hover::before,
#nr-search-input .fa-search:focus::before {
	background-color: #7b47d2;
}
#nr-search-input + ul li + li {
	margin-top: 10px;
}
/* チェックボックス */
.input-list {
	display: flex;
	flex-flow: row wrap;
	gap: 16px 32px;
	padding-left: 0;
}
.input-list li {
	margin-bottom: 0;
}
.input-check {
	position: relative;
	padding-left: 30px;
}
.input-check input {
	width: 20px;
	height: 20px;
    -webkit-appearance: none;
    position: absolute;
    border: 1px solid #a3a3a3;
	left: 0;
	top: 4px;
	margin: 0;
}
.input-check label {
	font-weight: normal;
	margin-bottom: 0;
}
.input-check input::before {
	content: "";
    display: none;
    position: absolute;
    width: 10px;
    height: 6px;
    top: 3px;
    left: 3px;
	border-bottom: solid 2px #51267d;
    border-left: solid 2px #51267d;
    transform: rotate(-45deg);
}
.input-check input:checked::before {
    display: block;
}
/* セレクトボックス */
.select-box {
	color: #333;
	position: relative;
	display: block;
    width: 100%;
    padding: 10px 13px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #a3a3a3;
	background: url(../images/icon_simple_arrow-bottom.svg) no-repeat right 15px center / 12px auto;
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	#nr-search-input {
		height: 60px;
	}
	#nr-search-input input {
		padding: 15px 60px 15px 25px;
	}
	.btn-search {
		width: 50px;
		height: 50px;
		right: 6px;
	}
	#nr-search-input .fa-search::before {
		width: 50px;
		height: 50px;
		right: 0;
	}
	.input-list {
		gap: 16px;
	}
	.input-check input {
		top: 2px;
	}
	#select-container.col_1-4 {
		width: 100%;
	}
}

/* ------------------------------
	モーダル
------------------------------ */
/* photoswipeV4 上書き */
.yamaha .pswp__caption__center {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	max-width: 922px;
}
/* next prev */
.yamaha .pswp__button--arrow--left,
.yamaha .pswp__button--arrow--right {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	transition: .3s ease-in-out;
}
.yamaha .pswp__button--arrow--left::after,
.yamaha .pswp__button--arrow--right::after {
	content: "";
	width: 9px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	display: block;
}
.yamaha .pswp__button--arrow--right::after {
	background: url(../images/icon_simple_arrow-l_white.svg) no-repeat 0 0 / cover;
}
.yamaha .pswp__button--arrow--left::after {
	background: url(../images/icon_simple_arrow-left-l_white.svg) no-repeat 0 0 / cover;
}
/* caption */
.yamaha .pswp__caption {
	min-height: 100px;
	display: flex;
	align-items: center;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* photoswipe V4 上書き */
	.yamaha .pswp__button:focus:not(:focus-visible) {
		outline: none;
	}
	.yamaha .pswp__button:focus-visible {
		outline: 2px solid #fff;
		outline-offset: 0;
	}

	/* top bar */
	.yamaha .pswp__top-bar {
		height: 60px;
	}
	.yamaha .pswp__button.pswp__button--fs,
	.yamaha .pswp__button.pswp__button--close,
	.yamaha.pswp--fs .pswp__button.pswp__button--fs,
	.yamaha .pswp__button.pswp__button--zoom {
		width: 60px;
		height: 60px;
		position: relative;
		background: none;
	}
	.yamaha .pswp__button.pswp__button--fs::before,
	.yamaha .pswp__button.pswp__button--close::before,
	.yamaha.pswp--fs .pswp__button.pswp__button--fs::before,
	.yamaha .pswp__button.pswp__button--zoom::before,
	.yamaha .pswp__button.pswp__button--fs::after,
	.yamaha .pswp__button.pswp__button--close::after,
	.yamaha.pswp--fs .pswp__button.pswp__button--fs::after,
	.yamaha .pswp__button.pswp__button--zoom::after {
		content: "";
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
		transition: 0.15s ease-in-out;
	}
	.yamaha .pswp__button.pswp__button--fs::before {
		background: url(../images/photoswipe/icon_fullscreen.svg) no-repeat center center / 30px auto;
	}
	.yamaha.pswp--fs .pswp__button.pswp__button--fs::before {
		background: url(../images/photoswipe/icon_fullscreen_off.svg) no-repeat center center / 30px auto;
	}
	.yamaha .pswp__button.pswp__button--close::before {
		background: url(../images/photoswipe/icon_close.svg) no-repeat center center / 30px auto;
	}
	.yamaha .pswp__button.pswp__button--zoom::before {
		background: url(../images/photoswipe/icon_zoom.svg) no-repeat center center / 30px auto;
	}
	.yamaha .pswp__button.pswp__button--fs::after {
		opacity: 0;
		background: url(../images/photoswipe/icon_fullscreen_violet.svg) no-repeat center center / 30px auto;
	}
	.yamaha.pswp--fs .pswp__button.pswp__button--fs::after {
		opacity: 0;
		background: url(../images/photoswipe/icon_fullscreen_off_violet.svg) no-repeat center center / 30px auto;
	}
	.yamaha .pswp__button.pswp__button--close::after {
		opacity: 0;
		background: url(../images/photoswipe/icon_close_violet.svg) no-repeat center center / 30px auto;
	}
	.yamaha .pswp__button.pswp__button--zoom::after {
		opacity: 0;
		background: url(../images/photoswipe/icon_zoom_violet.svg) no-repeat center center / 30px auto;
	}

	/* next prev */
	.yamaha .pswp__button--arrow--right {
		right: 88px;
	}
	.yamaha .pswp__button--arrow--left {
		left: 88px;
	}
	.yamaha .pswp__button--arrow--left::before,
	.yamaha .pswp__button--arrow--right::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: auto;
		width: 88px;
		height: 1px;
		background-color: #fff;
	}
	.yamaha .pswp__button--arrow--right::before {
		right: -89px;
	}
	.yamaha .pswp__button--arrow--left::before {
		left: -89px;
	}
	.yamaha .pswp__button--arrow--left:hover,
	.yamaha .pswp__button--arrow--right:hover {
		background-color: #4b1e78;
	}
	.yamaha .pswp__button.pswp__button--fs:hover::before,
	.yamaha .pswp__button.pswp__button--close:hover::before,
	.yamaha.pswp--fs .pswp__button.pswp__button--fs:hover::before,
	.yamaha .pswp__button.pswp__button--zoom:hover::before {
		opacity: 0;
	}
	.yamaha .pswp__button.pswp__button--fs:hover::after,
	.yamaha .pswp__button.pswp__button--close:hover::after,
	.yamaha.pswp--fs .pswp__button.pswp__button--fs:hover::after,
	.yamaha .pswp__button.pswp__button--zoom:hover::after {
		opacity: 1;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	/* photoswipe 上書き */

	/* top bar */
	.yamaha .pswp__top-bar {
		height: 80px;
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
	}
	.yamaha .pswp__button.pswp__button--fs,
	.yamaha .pswp__button.pswp__button--close,
	.yamaha.pswp--fs .pswp__button.pswp__button--fs {
		opacity: 1;
	}
	/* next prev */
	.yamaha .pswp__button--arrow--left::before,
	.yamaha .pswp__button--arrow--right::before {
		display: none;
	}
	.yamaha .pswp__button--arrow--left,
	.yamaha .pswp__button--arrow--right {
		width: 50px;
		height: 50px;
		top: auto;
		bottom: 40px;
		background-color: rgba(0,0,0,.5);
	}
	.yamaha .pswp__button--arrow--left {
		left: 16px;
	}
	.yamaha .pswp__button--arrow--right {
		right: 16px;
	}
	/* caption */
	.yamaha .pswp__caption {
		min-height: 90px;
	}
	.yamaha .pswp__caption__center {
		padding-left: 70px;
		padding-right: 70px;
	}
}

/* ------------------------------
	数字コンテンツ
------------------------------ */
.number-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 32px;
}
.number-group img {
	width: 120px;
	height: 120px;
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.number-group {
		flex-direction: column;
		gap: 10px 0;
	}
}

/* ------------------------------
	STEP
------------------------------ */
.step-block h3 {
	color: #fff;
	background-color: #4b1e78;
	display: block;
	padding: 20px 35px;
	width: 100%;
	margin-bottom: 0;
}
.step-block-arrow {
	background-image: url(../images/parts_step_bg.gif);
	background-repeat: repeat-y;
	background-size: 1px 1px;
	position: relative;
	width: 100%;
}
.step-block-arrow {
	background-position: 36px 0;
}
.step-block-arrow:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 23px;
	bottom: 0;
	background-image: url(../images/icon_step_arrow.svg);
	background-size: 40px 23px;
	background-repeat: no-repeat;
}
.step-block-arrow:before {
	background-position: 16px 0;
}
.step-block-balloon {
    position: relative;
    border-bottom: 1px solid #4b1e78;
	padding-bottom: 30px;
}
.step-block-balloon:before,
.step-block-balloon:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
.step-block-balloon:before {
    border: 30px solid;
    border-color: transparent;
    border-top-color: #4b1e78;
    margin-left: -30px;
}
.step-block-balloon:after {
    border: 29px solid;
    border-color: transparent;
    border-top-color: #fff;
    margin-left: -29px;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	/* 選考 */
	.step-block-text {
		padding: 60px 0 90px 8%;
		margin-left: auto;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.step-block h3 {
		padding: 20px;
	}
	.step-block-arrow {
		background-position: 13px 0;
	}
	.step-block-arrow::before {
		background-position: 0 0;
	}
	.step-block-arrow::before {
		height: 15px;
		background-size: 26px 15px;
	}
	.step-block-text {
		margin-left: 35px;
		padding: 50px 0 60px;
	}
	.step-block-balloon::before {
		border: 16px solid;
		border-color: transparent;
		border-top-color: #4b1e78;
		margin-left: -16px;
	}
	.step-block-balloon::after {
		border: 15px solid;
		border-color: transparent;
		border-top-color: #fff;
		margin-left: -15px;
	}
}

/* ------------------------------
	ログインボタン
------------------------------ */
.btn-recruitment .btn-member {
	position: relative;
}
.btn-recruitment .btn-member p {
	margin-bottom: 0;
}
.btn-recruitment .btn-recruitment-link {
	width: 100%;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding: 26px 45px 26px 20px;
	display: inline-block;
	background-color: #4b1e78;
	transition: 0.15s ease-in-out;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn-recruitment .btn-recruitment-link:hover {
	background-color: #7b47d2;
	color: #fff;
}
.btn-recruitment .btn-member .navigation-block ul li a {
	color: #fff !important;
	text-decoration: none !important;
}
.btn-recruitment .btn-member .navigation-block ul li a:hover {
	text-decoration: underline !important;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.btn-recruitment .btn-member .pulldown {
		font-size: 14px;
		font-weight: normal;
		background: #26193a;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		white-space: nowrap;
		width: 100%;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.2s;
	}
	.btn-recruitment .btn-member .navigation-block {
		margin: auto;
		display: flex;
		width: 100%;
	}
	.btn-recruitment .btn-member .navigation-block ul {
		display: flex;
		padding: 0 40px;
		width: 100%;
	}
	.btn-recruitment .btn-member .navigation-block ul li {
		width: 50%;
	}
	.btn-recruitment .btn-member .navigation-block ul li a {
		padding: 23px 0;
		margin: 0 10px;
		display: block;
		font-size: 14px;
		text-decoration: none;
		line-height: 1;
	}
	.btn-recruitment .btn-login .btn-recruitment-link {
		border-left: 1px solid #fff;
	}
	.btn-recruitment .btn-member .pulldown.on {
		visibility: visible;
		opacity: 1;
		top: calc(100%);
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.btn-recruitment .btn-recruitment-link {
		padding: 17px 45px 17px 20px;
	}
	.btn-recruitment .btn-login .btn-recruitment-link {
		border-top: 1px solid #fff;
	}
	.recruitment-btn-submenu-toggle {
		width: 100%;
		display: block;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		margin: auto;
		content: "";
		z-index: 2;
	}
	.btn-recruitment .btn-member .btn-menu {
		position: initial;
		padding: 15px;
	}
	.btn-recruitment .btn-member .navigation-block ul li a {
		margin: 5px;
		display: block;
	}
}
/* ------------------------------
	カレンダー
------------------------------ */
.calender-week {
	display: flex;
    border-bottom: solid 1px #a3a3a3;
}
.calender-head {
    border-top: solid 1px #a3a3a3;
}
.calender-week > div {
	display: inline-block;
	width: 100%;
	padding: 5% 0;
	line-height: 1;
	text-align: center;
    background-color: #fff;
    border-right: solid 1px #a3a3a3;
	font-size: calc(.1vw + 1.2rem);
}
.calender-head > div {
	color: #fff !important;
    background-color: #474a4c;
}
.calender-week > div:first-child {
    border-left: solid 1px #a3a3a3;
}
.calender-week > div.sat {
    color: #2063cf;
}
.calender-week > div.sun {
    color: #d1001c;
}
.calender-week > div.closeday {
    background-color: #e8e8e8;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.calender-title {
    font-weight: bold;
    margin-bottom: 15px;
}
.calender-caption {
	position: relative;
	padding-left: 40px;
	margin-top: 20px;
}
.calender-caption .closeday {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: solid 1px #a3a3a3;
    background-color: #e8e8e8;
	top: -0.05em;
	left: 0;
}
.carousel-contents.calender-list .swiper-button-next,
.carousel-contents.calender-list .swiper-button-prev {
	top: 50%;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.calender-week > div {
		max-width: 56px;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.calender-head > div, .calender-week > div {
		font-size: 1.4rem;
	}
	.calender-caption {
		padding-left: 35px;
		margin-top: 15px;
	}
	.calender-caption .closeday {
		width: 25px;
		height: 25px;
		top: 0;
	}
}
/* ------------------------------
	重要なお知らせ
------------------------------ */
.important-box {
	border-bottom: solid 1px #a3a3a3;
}
.important-box .important-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-left: 15px;
}
.important-box .important-text {
	line-height: 1.2;
}
.important-box .important-text a {
	text-decoration: none;
}
.important-box .important-text a::after {
	content: "";
	width: 6px;
	height: 11px;
	display: inline-block;
	transition: 0.15s ease-in-out;
	margin-left: 13px;
	background: url(../images/icon_simple_arrow.svg) no-repeat 0 0 / cover;
}
.important-news h3 img {
	margin-right: 15px;
	vertical-align: sub;
}
.important-news .news-text a::after {
	display: none;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.important-box {
		margin: 0 auto 100px;
		display: flex;
		justify-content: center;
		padding: 15px;
		align-items: center;
	}
	.important-box .important-title {
		white-space: nowrap;
	}
	.important-box .important-text {
		border-left: solid 1px #a3a3a3;
		padding-left: 20px;
		margin-left: 20px;
	}
	.important-box .important-text a:hover::after, .important-box .important-text a:focus::after {
		background: url(../images/icon_simple_arrow_violet.svg) no-repeat 0 0 / cover;
	}
	.maincontents .important-box p {
		margin-bottom: 0;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.important-box {
		margin: 0 auto 60px;
		text-align: left;
		padding: 30px 16px;
	}
	.important-box .important-image {
		display: inline-block;
		vertical-align: -7px;
	}
	.important-box .important-title {
		display: inline-block;
		margin-left: 6px;
	}
	.important-box .important-text {
		margin-top: 15px;
		display: block;
	}
}
/* ------------------------------
 フェードイン
------------------------------ */
.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;
}
/* ------------------------------
 ダッシュ 線
------------------------------ */
.text-dash {
	display: inline-block;
	height: 2px;
	width: 80px;
	background: #fff;
	vertical-align: 14px;
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.text-dash {
		width: 50px;
		vertical-align: 9px;
	}
}
/* ------------------------------
 トピックス記事
------------------------------- */
@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;
}
/* ------------------------------
 紫ラベル
------------------------------- */
.icon-objective {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background: #4b1e78;
	padding: 2px 4px;
	margin-left: 5px;
}
/* ------------------------------
 リッチテキスト：イタリック
------------------------------- */
.font-italic {
	font-style: italic;
}