@charset "UTF-8";
/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

td, th {
	border: 1px solid #CCCCCC;
}

em,
strong {
	font-weight: bold;
}

button {
	cursor: pointer;
}

/*----------
	base
----------*/
html {
	width: 100%;
	font-size: 62.5%;
	background-color: #fff;
}
html.locked {
	position: fixed;
	overflow: hidden;
}
@media (min-width: 768px) {
	html {
		min-width: 1280px;
	}
}

body {
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0em;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

sup {
	font-size: 0.75em;
	vertical-align: top;
}

a, button {
	text-decoration: none;
	color: #121212;
	word-break: break-word;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*----------
	icons
----------*/
@font-face {
	font-family: "iconfont";
	src: url("/senmon/assets/fonts/iconfont.ttf?x9xw4v") format("truetype"), url("/senmon/assets/fonts/iconfont.woff?x9xw4v") format("woff"), url("/senmon/assets/fonts/iconfont.svg?x9xw4v#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon, .icon-phone, .icon-pinch-out, .icon-pinch-in, .icon-to-top, .icon-new, .icon-last, .icon-first, .icon-mail, .icon-bookmark, .icon-humberger, .icon-cart, .icon-calendar, .icon-print, .icon-alert, .icon-rss, .icon-swipe, .icon-stop, .icon-play, .icon-circle_border, .icon-circle, .icon-check, .icon-doc, .icon-url, .icon-zip, .icon-word, .icon-powerpoint, .icon-excel, .icon-pdf, .icon-exclamation, .icon-question, .icon-global, .icon-unlocked, .icon-locked, .icon-access, .icon-search, .icon-download, .icon-close, .icon-minus, .icon-plus, .icon-blank, .icon-arrow2-t, .icon-arrow2-b, .icon-arrow2-l, .icon-arrow2-r, .icon-arrow1-t, .icon-arrow1-b, .icon-arrow1-l, .icon-arrow1-r {
	display: inline;
	font-family: "iconfont" !important;
	speak: never;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: inherit;
	color: #eb8e0c;
}
.icon-arrow1-r::before {
	content: "\e900";
}
.icon-arrow1-l::before {
	content: "\e901";
}
.icon-arrow1-b::before {
	content: "\e902";
}
.icon-arrow1-t::before {
	content: "\e903";
}
.icon-arrow2-r::before {
	content: "\e904";
}
.icon-arrow2-l::before {
	content: "\e905";
}
.icon-arrow2-b::before {
	content: "\e906";
}
.icon-arrow2-t::before {
	content: "\e907";
}
.icon-blank::before {
	content: "\e908";
}
.icon-plus::before {
	content: "\e909";
}
.icon-minus::before {
	content: "\e90a";
}
.icon-close::before {
	content: "\e90b";
}
.icon-download::before {
	content: "\e90c";
}
.icon-search::before {
	content: "\e90d";
}
.icon-access::before {
	content: "\e90e";
}
.icon-locked::before {
	content: "\e90f";
}
.icon-unlocked::before {
	content: "\e910";
}
.icon-global::before {
	content: "\e911";
}
.icon-question::before {
	content: "\e912";
}
.icon-exclamation::before {
	content: "\e913";
}
.icon-pdf::before {
	content: "\e914";
}
.icon-excel::before {
	content: "\e915";
}
.icon-powerpoint::before {
	content: "\e916";
}
.icon-word::before {
	content: "\e917";
}
.icon-zip::before {
	content: "\e918";
}
.icon-url::before {
	content: "\e919";
}
.icon-doc::before {
	content: "\e91a";
}
.icon-check::before {
	content: "\e91b";
}
.icon-circle::before {
	content: "\e91c";
}
.icon-circle_border::before {
	content: "\e91d";
}
.icon-play::before {
	content: "\e91e";
}
.icon-stop::before {
	content: "\e91f";
}
.icon-swipe::before {
	content: "\e920";
}
.icon-rss::before {
	content: "\e921";
}
.icon-alert::before {
	content: "\e922";
}
.icon-print::before {
	content: "\e923";
}
.icon-calendar::before {
	content: "\e924";
}
.icon-cart::before {
	content: "\e925";
}
.icon-humberger::before {
	content: "\e926";
}
.icon-bookmark::before {
	content: "\e927";
}
.icon-mail::before {
	content: "\e928";
}
.icon-first::before {
	content: "\e929";
}
.icon-last::before {
	content: "\e92a";
}
.icon-new::before {
	content: "\e92b";
}
.icon-to-top::before {
	content: "\e92c";
}
.icon-pinch-in::before {
	content: "\e92d";
}
.icon-pinch-out::before {
	content: "\e92e";
}
.icon-phone::before {
	content: "\e92f";
}

/*----------
	svg icons
----------*/
.icon-svg, .icon-svg-school, .icon-svg-tel, .icon-svg-mail, .icon-svg-book, .icon-svg-point, .icon-svg-diamond {
	display: inline-block;
	width: 1em;
	height: 1em;
	speak: never;
	font-size: inherit;
	line-height: inherit;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.icon-svg-diamond {
	background-image: url("/senmon/assets/images/common/icon/svg/diamond.svg");
}
.icon-svg-point {
	background-image: url("/senmon/assets/images/common/icon/svg/icon_point.svg");
}
.icon-svg-book {
	background-image: url("/senmon/assets/images/common/icon/svg/book.svg");
}
.icon-svg-mail {
	background-image: url("/senmon/assets/images/common/icon/svg/mail.svg");
}
.icon-svg-tel {
	background-image: url("/senmon/assets/images/common/icon/svg/tel.svg");
}
.icon-svg-school {
	background-image: url("/senmon/assets/images/common/icon/svg/school.svg");
}

/*----------
	png icons
----------*/
.icon-png, .icon-png-tw, .icon-png-line, .icon-png-insta {
	display: inline-block;
	width: 1em;
	height: 1em;
	speak: never;
	font-size: inherit;
	line-height: inherit;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.icon-png-insta {
	background-image: url("/senmon/assets/images/common/icon/png/icon_insta.png");
}
.icon-png-line {
	background-image: url("/senmon/assets/images/common/icon/png/icon_line.png");
}
.icon-png-tw {
	background-image: url("/senmon/assets/images/common/icon/png/icon_tw.png");
}

/*----------
	separator
----------*/
.c-separator {
	display: block;
	border-top: 1px solid #DBDBDB;
	margin-bottom: 80px;
}
.c-separator.c-separator--dashed {
	border-top-style: dashed;
}
@media (min-width: 768px) {
	.c-separator {
		margin-bottom: 90px;
	}
}

/*----------
	text common
----------*/
.c-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 24px;
}
@media (min-width: 768px) {
	.c-text {
		margin-bottom: 30px;
	}
}

/*----------
	text variable
----------*/
.c-text-variable {
	font-size: 1.4rem;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.c-text-variable {
		font-size: 1.6rem;
	}
}

/*----------
	lead
----------*/
.c-lead {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
}
.c-lead.c-lead--l {
	font-size: 24px;
}
.c-lead.c-lead--s {
	font-size: 16px;
}
@media (min-width: 768px) {
	.c-lead {
		margin-bottom: 30px;
	}
}

/*----------
	text caption
----------*/
.c-caption {
	font-size: 1.2rem;
	color: #888888;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.c-caption {
		margin-bottom: 24px;
	}
}
.c-caption + .c-caption {
	margin-top: -13px;
}
@media (min-width: 768px) {
	.c-caption + .c-caption {
		margin-top: -20px;
	}
}

/*----------
	remark
----------*/
.c-remark {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 1.2rem;
	margin-bottom: 16px;
	color: #888888;
}
.c-remark::before {
	content: "※";
	margin-right: 0.9em;
}
@media (min-width: 768px) {
	.c-remark {
		margin-bottom: 24px;
	}
}
.c-remark + .c-remark {
	margin-top: -13px;
}
@media (min-width: 768px) {
	.c-remark + .c-remark {
		margin-top: -20px;
	}
}

/*----------
	priceset
----------*/
.c-priceset {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3333333333;
}
.c-priceset span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.c-priceset span:first-child {
	padding-right: 10px;
}
.c-priceset span:last-child {
	padding-left: 10px;
}
.c-priceset__captionIndex {
	display: inline-block;
	font-size: 1.3rem;
}
@media (min-width: 768px) {
	.c-priceset {
		font-size: 44px;
		font-size: 4.4rem;
		line-height: 1.0909090909;
	}
	.c-priceset span {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.44;
	}
}
.c-priceset--medium {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
.c-priceset--medium span {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.375;
}
@media (min-width: 768px) {
	.c-priceset--medium {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.5;
	}
	.c-priceset--medium span {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.375;
	}
}
.c-priceset--small {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333333333;
}
.c-priceset--small span {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3846153846;
}
@media (min-width: 768px) {
	.c-priceset--small {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.c-priceset--small span {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.3846153846;
	}
}

/*----------
	icontext
----------*/
.c-icontext {
	padding-left: 1.6em;
	font-size: 1.6rem;
	margin-bottom: 16px;
	position: relative;
}
.c-icontext a {
	position: relative;
	color: #333333;
	transition: 0.2s;
	margin-left: -1.6em;
	text-indent: 1.6em;
	display: inline-block;
	z-index: 2;
}
.c-icontext a::before {
	content: "\e904";
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 1.5em;
	height: 1.5em;
	font-size: 1em;
	color: #eb8e0c;
	position: absolute;
	left: 0;
	z-index: 1;
	text-indent: 0;
}
.c-icontext a[href$=".word"]::before, .c-icontext a[href$=".zip"]::before, .c-icontext a[href$=".xls"]::before, .c-icontext a[href$=".xlsx"]::before {
	content: "\e90c";
	color: #eb8e0c;
}
.c-icontext a[target$=_blank]::before {
	content: "\e908";
	color: #eb8e0c;
}
.c-icontext a::after {
	display: inline-block;
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
	font-size: 1em;
	text-indent: 0;
	padding-left: 0.5em;
}
.c-icontext a[href$=".pdf"]::after {
	content: "\e914";
	color: #eb8e0c;
}
.c-icontext a[href$=".word"]::after {
	content: "\e917";
	color: #eb8e0c;
}
.c-icontext a[href$=".zip"]::after {
	content: "\e918";
	color: #eb8e0c;
}
.c-icontext a[href$=".xls"]::after, .c-icontext a[href$=".xlsx"]::after {
	content: "\e915";
	color: #eb8e0c;
}
.c-icontext + .c-icontext {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.c-icontext a:hover {
		color: #eb8e0c;
	}
}

a .c-icontext::before {
	content: "\e904";
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 0.5em;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	font-size: 1em;
	color: #eb8e0c;
	position: absolute;
	left: 0;
	z-index: 1;
}

/*関連リンク　タイトルアイコン削除ここから*/
.c-carousel a .c-icontext::before {
	content: none!important;
}

.c-carousel a .c-icontext {
	text-align: center!important;
	padding-left: 0!important;
}
/*関連リンク　タイトルアイコン削除ここまで*/

a .c-icontext::after {
	display: inline-block;
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
	font-size: 1em;
	text-indent: 0;
	padding-left: 0.5em;
}
a[href$=".word"] .c-icontext::before, a[href$=".zip"] .c-icontext::before, a[href$=".xls"] .c-icontext::before, a[href$=".xlsx"] .c-icontext::before {
	content: "\e90c";
	color: #eb8e0c;
}
a[target$=_blank] .c-icontext::before {
	content: "\e908";
	color: #eb8e0c;
}
a[href$=".pdf"] .c-icontext::after {
	content: "\e914";
	color: #eb8e0c;
}
a[href$=".word"] .c-icontext::after {
	content: "\e917";
	color: #eb8e0c;
}
a[href$=".zip"] .c-icontext::after {
	content: "\e918";
	color: #eb8e0c;
}
a[href$=".xls"] .c-icontext::after, a[href$=".xlsx"] .c-icontext::after {
	content: "\e915";
	color: #eb8e0c;
}

.c-iconset-title {
	margin-bottom: 40px;
}
.c-iconset-title__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}
.c-iconset-title__iconText {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #BE0008;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
}
.c-iconset-title__iconText.c-iconset-title__iconText--border {
	-ms-flex-direction: column;
	flex-direction: column;
	width: 70px;
	height: 70px;
	border: 3px solid #BE0008;
	color: #BE0008;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
}
.c-iconset-title__iconText.c-iconset-title__iconText--border .c-iconset-title__index {
	margin: 2px 0 -6px;
}
.c-iconset-title__iconImage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}
.c-iconset-title__iconImage i {
	width: 60px;
	height: 60px;
}
.c-iconset-title__iconImage i::before {
	font-size: 60px;
	font-size: 6rem;
	line-height: 1;
}
.c-iconset-title__index {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	margin-left: 2px;
	margin-top: -4px;
}
.c-iconset-title__text {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
}
@media (min-width: 768px) {
	.c-iconset-title {
		margin-bottom: 60px;
		display: -ms-flexbox;
		display: flex;
		padding-top: 12px;
	}
	.c-iconset-title__icon {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 20px;
		margin-top: -10px;
	}
	.c-iconset-title__iconText {
		width: 70px;
		height: 70px;
	}
	.c-iconset-title__iconImage {
		width: 70px;
		height: 70px;
	}
	.c-iconset-title__iconImage i {
		width: 70px;
		height: 70px;
	}
	.c-iconset-title__iconImage i::before {
		font-size: 70px;
		font-size: 7rem;
		line-height: 1;
	}
	.c-iconset-title__text {
		width: 100%;
		display: inline-block;
		font-size: 34px;
		font-size: 3.4rem;
		line-height: 1.5;
		text-align: left;
	}
}

.c-catchcopy-title {
	margin-bottom: 30px;
}
.c-catchcopy-title__text {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.c-catchcopy-title {
		margin-bottom: 40px;
	}
	.c-catchcopy-title__text {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1.5;
	}
}
.c-catchcopy-title--center {
	text-align: center;
}

.c-generic-title {
	margin-bottom: 20px;
}
.c-generic-title__text {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}
@media (min-width: 768px) {
	.c-generic-title {
		margin-bottom: 30px;
	}
	.c-generic-title__text {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8;
	}
}
.c-generic-title--center {
	text-align: center;
}

/*----------
	heading-prim
----------*/
.c-pagettl {
	position: relative;
	margin-bottom: 90px;
}
.c-pagettl.c-pagettl--smallVis .c-pagettl__inner, .c-pagettl.c-pagettl--bnrset .c-pagettl__inner {
	padding-top: 72.5333333333%;
}
@media (min-width: 768px) {
	.c-pagettl.c-pagettl--smallVis .c-pagettl__inner, .c-pagettl.c-pagettl--bnrset .c-pagettl__inner {
		padding-top: 360px;
	}
}
.c-pagettl.c-pagettl--middleVis .c-pagettl__inner {
	padding-top: 72.5333333333%;
}
@media (min-width: 768px) {
	.c-pagettl.c-pagettl--middleVis .c-pagettl__inner {
		padding-top: 500px;
	}
}
.c-pagettl.c-pagettl--largeVis .c-pagettl__inner {
	padding-top: 72.5333333333%;
}
@media (min-width: 768px) {
	.c-pagettl.c-pagettl--largeVis .c-pagettl__inner {
		padding-top: 580px;
	}
}
@media (max-width: 767px) {
	.c-pagettl.c-pagettl--largeVis .c-pagettl__vis {
		overflow: hidden;
	}
	.c-pagettl.c-pagettl--largeVis .c-pagettl__image {
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
}
.c-pagettl.c-pagettl--movieVis .c-pagettl__inner {
	padding-top: 56.25%;
}
.c-pagettl.c-pagettl--bnrset {
	margin-bottom: calc(15% + 40px);
}
@media (min-width: 768px) {
	.c-pagettl.c-pagettl--bnrset .c-pagettl__inner {
		padding-top: 580px;
	}
}
@media (max-width: 767px) {
	.c-pagettl.c-pagettl--bnrset .c-pagettl__vis {
		overflow: hidden;
	}
	.c-pagettl.c-pagettl--bnrset .c-pagettl__image {
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	.c-pagettl.c-pagettl--bnrset .c-pagettl__image img {
		width: 100%;
		height: auto;
	}
}
.c-pagettl__inner {
	position: relative;
	padding-top: 72.5333333333%;
}
.c-pagettl__texts {
	position: absolute;
	top: calc(100% + 45px);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 2;
	width: 100%;
}
.c-pagettl__heading {
	padding: 10px 20px;
	width: 92%;
	margin: 0 auto 0 0;
	background-image: linear-gradient(135deg, #30BAE4 0%, #AFE48B 56%, #F29007 100%);
	box-shadow: 0 22px 30px 0 rgba(0, 0, 0, 0.06);
	color: #fff;
	opacity: 0;
	transition: opacity 0.2s ease 0s;
}
.c-pagettl__heading > * {
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.c-pagettl__heading.is-ready {
	opacity: 1;
}
.c-pagettl__lead {
	font-size: 12px;
	margin-top: 8px;
}
.c-pagettl__vis {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.c-pagettl__image {
	height: 100%;
	overflow: hidden;
}
.c-pagettl__image figure {
	height: 100%;
}
.c-pagettl__image img {
	display: block;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}
.c-pagettl__movie {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.c-pagettl__movie iframe {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.2s;
	transition-property: opacity;
	transition-duration: 5s;
}
.c-pagettl__movie.is-loaded iframe {
	opacity: 1;
	visibility: visible;
}
.c-pagettl .ytp-show-cards-title {
	display: none !important;
}
.c-pagettl__bnr {
	position: absolute;
	width: 58%;
	top: 72%;
	right: 0;
	z-index: 2;
}
.c-pagettl__bnrTitle {
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
	.c-pagettl {
		margin-bottom: 130px;
	}
	.c-pagettl.c-pagettl--bnrset {
		margin-bottom: 112px;
	}
	.c-pagettl__inner {
		padding-top: 580px;
	}
	.c-pagettl__texts {
		left: 50%;
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
		width: 100%;
		max-width: 1200px;
	}
	.c-pagettl__heading {
		padding: 12px 30px;
		width: 56.25%;
	}
	.c-pagettl__lead {
		font-size: 20px;
	}
	.c-pagettl__vis {
		width: 100%;
		height: 100%;
	}
	.c-pagettl__vis img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		min-width: 1280px;
	}
	.c-pagettl__bnr {
		width: 1200px;
		top: 0;
		right: 50%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	.c-pagettl__bnrTitle {
		position: relative;
		width: 480px;
		top: 280px;
		margin-left: auto;
		box-shadow: 0 22px 30px 0 rgba(0, 0, 0, 0.2);
	}
}

.c-heading-prim {
	font-weight: bold;
	font-size: 2.4rem;
	position: relative;
	padding: 8px 0 12px;
	margin-bottom: 50px;
}
.c-heading-prim::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(135deg, #DD0202 0%, #B30D0D 49%, #B2085E 100%);
}
@media (min-width: 768px) {
	.c-heading-prim {
		font-size: 3.2rem;
		padding: 16px 0;
		margin-bottom: 60px;
	}
}

.c-pagettl .c-heading-prim {
	font-size: 2.8rem;
	color: #fff;
	padding: 0;
	margin-bottom: 0;
}
.c-pagettl .c-heading-prim::before {
	display: none;
}
@media (min-width: 768px) {
	.c-pagettl .c-heading-prim {
		font-size: 3.8rem;
		margin-bottom: 0;
	}
}

/*----------
	heading-seco
----------*/
.c-heading-seco {
	position: relative;
	padding-bottom: 16px;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 2.6rem;
	margin-bottom: 50px;
	background-color: #F1F1F1;
	margin-top: 60px;
	/* セクション区切り用 */
}
.c-heading-seco::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(135deg, #DD0202 0%, #990A0A 56%, #B2085E 100%);
}
@media (min-width: 768px) {
	.c-heading-seco {
		font-size: 3.6rem;
		padding-bottom: 24px;
		padding: 10px 15px;
		margin-bottom: 60px;
		margin-top: 100px;
		/* セクション区切り用 */
	}
}

/*----------
	heading-tert
----------*/
.c-heading-tert {
	position: relative;
	font-weight: bold;
	padding: 10px 0 10px 14px;
	margin-bottom: 40px;
	font-size: 20px;
	background-color: #F9F9F9;
}
.c-heading-tert::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: calc(100% - 14px);
	background-image: linear-gradient(135deg, #DD0202 0%, #990A0A 56%, #B2085E 100%);
}
@media (min-width: 768px) {
	.c-heading-tert {
		margin-bottom: 50px;
		font-size: 24px;
		padding: 13px 0 13px 22px;
	}
	.c-heading-tert::before {
		height: calc(100% - 12px);
	}
}

/*----------
	heading-quat
----------*/
.c-heading-quat {
	position: relative;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 24px;
	font-size: 20px;
}
.c-heading-quat.c-heading-quat--textWhite {
	color: #fff;
	background-color: #BF0008;
}
.c-heading-quat.c-heading-quat--textWhite::before {
	background-color: #fff;
}
.c-heading-quat::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #BF0008;
}
@media (min-width: 768px) {
	.c-heading-quat {
		margin-bottom: 30px;
	}
}

/*----------
	list
----------*/
.c-list {
	margin-bottom: 50px;
}
.c-list > li + li {
	margin-top: 8px;
}
@media (min-width: 768px) {
	.c-list {
		margin-bottom: 60px;
	}
}
.c-list--dot > li {
	position: relative;
	padding-left: 1.5em;
}
.c-list--dot > li::before {
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	text-align: center;
}
.c-list--circle > li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.c-list--circle > li::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: -2px;
	margin-right: calc(1.5em - 10px);
	border-radius: 50%;
	vertical-align: middle;
	border: 2px solid #333333;
}
.c-list--circle-fill > li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.c-list--circle-fill > li::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: -2px;
	margin-right: calc(1.5em - 10px);
	border-radius: 50%;
	vertical-align: middle;
	background-color: #333333;
}
.c-list--book > li {
	padding-left: 32px;
	position: relative;
}
.c-list--book > li + li {
	margin-top: 15px;
}
.c-list--book > li::before {
	content: "";
	background-image: url("/senmon/assets/images/common/icon/svg/book.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
}
@media (min-width: 768px) {
	.c-list--book > li + li {
		margin-top: 20px;
	}
}
.c-list--icon > li {
	padding-left: 32px;
	position: relative;
}
.c-list--icon > li i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.c-list--icon > li i::before {
	position: absolute;
	top: 0;
	font-size: 18px;
	height: 1em;
	width: 1em;
}
.c-list--note-order {
	counter-reset: note-orderlist;
}
.c-list--note-order > li {
	padding-left: 2.5em;
	position: relative;
	font-size: 1.6rem;
}
.c-list--note-order > li::before {
	counter-increment: note-orderlist;
	content: "※" counter(note-orderlist);
	display: block;
	margin-top: -4px;
	margin-right: 0.5em;
	min-width: 2em;
	position: absolute;
	left: 0;
	top: 0.2em;
	text-align: left;
}
.c-list--order {
	counter-reset: orderlist;
}
.c-list--order > li {
	padding-left: 1.8em;
	position: relative;
	font-size: 1.6rem;
}
.c-list--order > li::before {
	counter-increment: orderlist;
	content: counter(orderlist) ".";
	display: block;
	margin-top: -4px;
	margin-right: 0.5em;
	min-width: 2em;
	position: absolute;
	left: 0;
	top: 0.2em;
	text-align: left;
}
.c-list--order > li + li {
	margin-top: 16px;
}

/*----------
	recomend-list
----------*/
.c-recomend-list {
	margin-bottom: 50px;
}
.c-recomend-list > *:first-child {
	margin-top: 0 !important;
}
.c-recomend-list > *:last-child {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.c-recomend-list {
		margin-bottom: 60px;
	}
}
.c-recomend-list__title {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.8rem;
}
.c-recomend-list__title::before {
	content: "";
	display: block;
	background: url("/senmon/assets/images/common/icon/svg/diamond.svg") no-repeat center;
	background-size: contain;
	margin-right: 0.5em;
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 1em;
	height: 1em;
}

/*----------
	recomend-list container
----------*/
.c-recomend-list-container__item > *:first-child {
	margin-top: 0 !important;
}
.c-recomend-list-container__item > *:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
	.c-recomend-list-container {
		margin-bottom: 50px;
	}
	.c-recomend-list-container__item + .c-recomend-list-container__item {
		margin-top: 50px;
	}
}
@media (min-width: 768px) {
	.c-recomend-list-container {
		margin-bottom: 60px;
	}
	.c-recomend-list-container .c-recomend-list-container__inner {
		display: -ms-grid;
		display: grid;
		gap: 60px 60px;
	}
	.c-recomend-list-container.c-recomend-list-container--2up .c-recomend-list-container__inner {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.c-recomend-list-container.c-recomend-list-container--3up .c-recomend-list-container__inner {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.c-recomend-list-container.c-recomend-list-container--4up .c-recomend-list-container__inner {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}
}

/*----------
	order list
----------*/
.c-orderlist {
	counter-reset: orderlist;
}
.c-orderlist > li {
	padding-left: 1.8em;
	position: relative;
}
.c-orderlist > li + li {
	margin-top: 8px;
}
.c-orderlist > li::before {
	counter-increment: orderlist;
	content: counter(orderlist) ".";
	font-weight: bold;
	display: block;
	min-width: 2em;
	padding-right: 0.5em;
	position: absolute;
	left: 0;
	text-align: center;
}

/*----------
	list
----------*/
/* table */
.c-definedtypelist {
	margin-bottom: 40px;
}
.c-definedtypelist__caption {
	margin-bottom: 30px;
}
.c-definedtypelist__inner {
	margin-bottom: 60px;
}
.c-definedtypelist__inner:last-of-type {
	margin-bottom: 0;
}
.c-definedtypelist__list {
	border-top: 2px solid #BE0008;
}
.c-definedtypelist__list:last-child {
	border-bottom: 1px solid #ccc;
}
.c-definedtypelist__head {
	font-weight: bold;
	padding: 15px 0;
}
.c-definedtypelist__head:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
}
.c-definedtypelist__body {
	padding: 15px 0;
}
@media (min-width: 768px) {
	.c-definedtypelist {
		margin-bottom: 60px;
	}
	.c-definedtypelist__inner {
		margin-bottom: 80px;
	}
	.c-definedtypelist__caption {
		margin-bottom: 70px;
	}
	.c-definedtypelist__list {
		border-top: none;
	}
	.c-definedtypelist__texts {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.c-definedtypelist__head {
		width: 23%;
		padding: 20px 0 20px 30px;
		border-top: 2px solid #eb8e0c;
	}
	.c-definedtypelist__head:not(:last-child) {
		border-bottom: none;
	}
	.c-definedtypelist__body {
		width: 77%;
		border-top: 1px solid #CCCCCC;
		padding: 20px 0 20px 30px;
	}
}

/*----------
	sitemap
----------*/
.c-sitemap-title {
	border-bottom: 1px solid #eb8e0c;
	margin-bottom: 16px;
}
.c-sitemap-title > a {
	display: block;
	padding: 0 0 10px 24px;
	position: relative;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333333;
}
.c-sitemap-title > a > [class^=icon-] {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: 0.5em;
	left: 0;
	background-color: #eb8e0c;
	text-align: center;
	font-size: 1.2rem;
	line-height: 16px;
	color: #fff;
}
@media (min-width: 768px) {
	.c-sitemap-title a:hover {
		color: #eb8e0c;
	}
}

.c-sitemap-list > li + li {
	margin-top: 8px;
}
.c-sitemap-list__prim {
	font-weight: 500;
}
.c-sitemap-list__seco {
	padding-left: 1.4em;
	font-size: 1.2rem;
}
.c-sitemap-list__seco > a {
	color: #333333;
}
@media (max-width: 767px) {
	.c-sitemap-list__nontitle-item {
		margin-top: -24px;
	}
}
@media (min-width: 768px) {
	.c-sitemap-list > li + li {
		margin-top: 24px;
	}
	.c-sitemap-list > li + li.c-sitemap-list__seco {
		margin-top: 12px;
	}
	.c-sitemap-list__seco > a:hover {
		color: #eb8e0c;
	}
}

/*----------
	em box
----------*/
.c-embox {
	padding: 28px 32px;
	border-left: 3px solid #eb8e0c;
	background-color: #EFEFEF;
}
.c-embox__title {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}
.c-embox__content {
	margin-top: 8px;
}

/*----------
	border box
----------*/
.c-borderbox {
	padding: 20px;
	margin-bottom: 60px;
	border: 1px solid #333333;
}
.c-borderbox--c-prim {
	border-color: #eb8e0c;
}
@media (min-width: 768px) {
	.c-borderbox {
		padding: 30px 40px;
	}
}

/*----------
	bgc box
----------*/
.c-bgcbox {
	padding: 40px 36px;
	margin-bottom: 60px;
	border: 1px solid #DBDBDB;
}
.c-bgcbox > *:first-child {
	margin-top: 0 !important;
}
.c-bgcbox > *:last-child {
	margin-bottom: 0 !important;
}
.c-bgcbox--beige {
	background-color: #F8F5EC;
}
.c-bgcbox--gray {
	background-color: #F5F5F5;
}
.c-bgcbox--padding-sm {
	padding: 12px !important;
}
@media (min-width: 768px) {
	.c-bgcbox {
		padding: 48px;
	}
	.c-bgcbox.c-bgcbox--padding-sm {
		padding: 18px !important;
	}
}

/*----------
	bgttlborderbox
----------*/
.c-bgttlborderbox {
	margin-bottom: 60px;
	border: 1px solid #333333;
}
.c-bgttlborderbox__head {
	background-color: #333;
	padding: 20px;
}
.c-bgttlborderbox__title {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
}
.c-bgttlborderbox__content {
	padding: 20px;
}
@media (min-width: 768px) {
	.c-bgttlborderbox__head {
		padding: 24px 40px;
	}
	.c-bgttlborderbox__title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.65;
	}
	.c-bgttlborderbox__content {
		padding: 30px 40px;
	}
}

/*----------
	caution box
----------*/
.c-cautionbox {
	margin-bottom: 60px;
	border: 2px solid #FF0000;
}
.c-cautionbox__head {
	background-color: #eb8e0c;
	padding: 20px;
}
.c-cautionbox__title {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
}
.c-cautionbox__title > [class^=icon-] {
	color: #fff;
	margin-right: 16px;
}
.c-cautionbox__content {
	padding: 20px;
	background-color: #FAEAEB;
}
@media (min-width: 768px) {
	.c-cautionbox__head {
		padding: 24px 40px;
	}
	.c-cautionbox__title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.65;
	}
	.c-cautionbox__content {
		padding: 30px 40px;
	}
}

/*----------
	conversion
----------*/
.c-conversion {
	padding: 28px 32px;
	position: relative;
	overflow: hidden;
	background-color: #F2F8FF;
}
.c-conversion::before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: -100px;
	right: -100px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: rgba(190, 0, 8, 0.1);
}
.c-conversion__title {
	padding-bottom: 12px;
	border-bottom: 1px solid #BE0008;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
}
.c-conversion__content {
	margin-top: 16px;
}

/*----------
	important info
----------*/
.c-important-info {
	width: 100%;
	background-color: #FFF5F5;
	position: relative;
	height: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s, visibility 0.2s;
}
.c-important-info__inner {
	max-width: 1064px;
	margin: 0 auto;
	padding: 16px 5.3333333333%;
}
.c-important-info__title {
	margin-right: 16px;
	font-weight: bold;
	color: #FF0000;
}
.c-important-info__content {
	margin-top: 8px;
}
.c-important-info__close {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 0;
	color: #000;
}
.c-important-info dl {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #888888;
}
.c-important-info dl > dd {
	margin-top: 2px;
}
.c-important-info dl > dd a {
	color: #888888;
}
.c-important-info dl + dl {
	margin-top: 8px;
}
.c-important-info.active {
	height: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
@media (min-width: 768px) {
	.c-important-info__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 32px;
		padding-right: 32px;
	}
	.c-important-info__content {
		margin-top: 2px;
	}
	.c-important-info__close {
		right: 8px;
	}
	.c-important-info dl > dt {
		display: inline-block;
		margin-right: 16px;
	}
	.c-important-info dl > dd {
		display: inline-block;
		margin-top: 0;
	}
}

/*----------
	button
----------*/
.c-button {
	position: relative;
	/* 背景付き Red */
	/* 背景付き Black */
	/* プルダウン */
	/* 一覧へ戻るボタン 上余白 */
	/* iconパターン */
}
.c-button__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	transition: 0.2s;
}
.c-button__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.8rem;
	height: 1.8rem;
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-indent: 0;
}
.c-button__inner[target$=_blank]::after {
	content: "\e908";
	color: #fff;
}
.c-button__inner[href$=".pdf"]::after {
	content: "\e914";
	color: #fff;
}
.c-button__inner[href$=".word"]::after {
	content: "\e917";
	color: #fff;
}
.c-button__inner[href$=".zip"]::after {
	content: "\e918";
	color: #fff;
}
.c-button__inner[href$=".xls"]::after, .c-button__inner[href$=".xlsx"]::after {
	content: "\e915";
	color: #fff;
}
.c-button__inner > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding: 12px 32px;
	font-size: 1.6rem;
	font-weight: bold;
}
@media (min-width: 768px) {
	.c-button__inner:hover {
		background: #eb8e0c;
		border: 1px solid #eb8e0c;
		box-shadow: 0 14px 30px 0 rgba(187, 4, 12, 0.11);
	}
}
.c-button.c-button--bgRed .c-button__inner, .c-button.c-button--conversionArea .c-button__inner {
	position: relative;
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}
.c-button.c-button--bgRed .c-button__inner::before, .c-button.c-button--conversionArea .c-button__inner::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: transparent;
	transition: 0.2s;
	border-top: 24px solid transparent;
	border-right: 24px solid #fff;
	pointer-events: none;
	z-index: 2;
}
@media (min-width: 768px) {
	.c-button.c-button--bgRed .c-button__inner:hover, .c-button.c-button--conversionArea .c-button__inner:hover {
		background-color: #eb8e0c;
		border: 1px solid #eb8e0c;
		box-shadow: 0 14px 30px 0 rgba(187, 4, 12, 0.11);
	}
}
.c-button.c-button--anchor .c-button__inner {
	color: #fff;
	border: none;
	/*background-color: #F8F8F8;*/
	color: #333;
	position: relative;
	transition: 0.2s;
	background-image: linear-gradient(135deg, #fff3e2 0%, #fff3e2 56%, #f7e0c0 100%);
}
.c-button.c-button--anchor .c-button__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e906";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.4rem;
	line-height: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #eb8e0c;
	transition: 0.2s;
}
.c-button.c-button--anchor .c-button__inner::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(135deg, #fff 0%, #fff 49%, #fff 100%);
}
@media (max-width: 767px) {
	.c-button.c-button--anchor .c-button__inner {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.c-button.c-button--anchor .c-button__inner:hover {
		box-shadow: inherit;
		background-color: #eb8e0c;
		box-shadow: 0 14px 30px 0 rgba(209, 128, 21, 0.11);
		/*color: #BE0008;*/
	}
}
.c-button.c-button--select .c-button__inner {
	border: 1px solid #CCCCCC;
	padding: 0;
	transition: 0.2s;
}
.c-button.c-button--select .c-button__inner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e906";
}
.c-button.c-button--select .c-button__inner select {
	transition: 0.2s;
}
.c-button.c-button--select .c-button__inner:hover select, .c-button.c-button--select .c-button__inner:focus select {
	background: #FFF6F6;
	box-shadow: 0 4px 30px 0 rgba(102, 0, 0, 0.14);
}
.c-button.c-button--select select {
	width: 100%;
	height: 100%;
	min-height: 70px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.c-button.c-button--select select::-ms-expand {
	display: none;
}
.c-button.c-button--backToTopicsArchive {
	margin-top: 100px;
}
@media (min-width: 768px) {
	.c-button.c-button--backToTopicsArchive {
		margin-top: 160px;
	}
}
@media (min-width: 768px) {
	.c-button {
		/* コンバージョンエリア用　ホバー */
	}
}
.c-button.c-button--blank .c-button__inner::after {
	content: "\e908";
}
.c-button.c-button--pdf .c-button__inner::after {
	content: "\e914";
}
.c-button.c-button--arrow1-b .c-button__inner::after {
	content: "\e902";
}
.c-button.c-button--arrow1-r .c-button__inner::after {
	content: "\e900";
}
.c-button.c-button--arrow1-l .c-button__inner::after {
	content: "\e901";
}
.c-button.c-button--arrow1-t .c-button__inner::after {
	content: "\e903";
}
.c-button.c-button--arrow2-b .c-button__inner::after {
	content: "\e906";
}
.c-button.c-button--arrow2-r .c-button__inner::after {
	content: "\e904";
}
.c-button.c-button--arrow2-l .c-button__inner::after {
	content: "\e905";
}
.c-button.c-button--arrow2-t .c-button__inner::after {
	content: "\e907";
}
.c-button.c-button--arrow1-b .c-button__inner.is-open::after {
	content: "\e903";
}
.c-button.c-button--arrow2-b .c-button__inner.is-open::after {
	content: "\e907";
}
.c-button.c-button--enter .c-button__inner {
	border: none;
	background-color: #eb8e0c;
	color: #fff;
	transition: 0.2s;
}
.c-button.c-button--enter .c-button__inner > span {
	padding: 8px 24px;
}
.c-button.c-button--enter .c-button__inner::before {
	content: none;
}
@media (min-width: 768px) {
	.c-button.c-button--enter .c-button__inner:hover {
		opacity: 0.8;
	}
}

/*----------
	button
----------*/
.c-button-cnv__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 56px;
	position: relative;
	overflow: hidden;
	background-color: #eb8e0c;
	color: #fff;
	cursor: pointer;
}
.c-button-cnv__inner > span {
	display: block;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
}
.c-button-cnv__inner > span > [class^=icon-] {
	margin-right: 8px;
	font-size: 2.4rem;
	vertical-align: middle;
	line-height: 24px;
}
.c-button-cnv--seco .c-button-cnv__inner {
	background-color: #231817;
	color: #eb8e0c;
}
.c-button-cnv--small .c-button-cnv__inner {
	min-height: 40px;
}
@media (min-width: 768px) {
	.c-button-cnv__inner {
		transition: background-color 0.2s;
	}
	.c-button-cnv__inner:hover {
		background-color: #2475CD;
		color: #fff;
	}
	.c-button-cnv--seco .c-button-cnv__inner:hover {
		background-color: #FFF590;
		color: #eb8e0c;
	}
}

/*----------
	button qualification
----------*/
.c-button-qual__inner {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 76px;
	padding: 16px;
	border: 1px solid #DBDBDB;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #333333;
	cursor: pointer;
}
.c-button-qual__inner::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #eb8e0c;
}
.c-button-qual__inner > dl {
	line-height: 1.5;
}
.c-button-qual__inner > dl > dt {
	font-weight: bold;
	font-size: 1.2rem;
}
.c-button-qual__inner > dl > dd {
	margin-top: 8px;
	font-size: 1rem;
}
@media (min-width: 768px) {
	.c-button-qual__inner {
		transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	}
	.c-button-qual__inner:hover {
		border-color: #BE0008;
		background-color: #F2F8FF;
		color: #BE0008;
		z-index: 1;
	}
}

/*----------
	button container
----------*/
.c-button-container {
	margin-bottom: 30px;
}
.c-button-container__item {
	max-width: 570px;
}
@media (max-width: 767px) {
	.c-button-container__item {
		margin: 0 auto 30px;
		border-bottom: solid 2px #ffc779;
	}
	.c-button-container__item:last-child {
		margin-bottom: 0;
	}
	.c-button-container__item.c-button--anchor {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.c-button-container {
		margin-bottom: 40px;
	}
	.c-button-container__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0 -30px -40px;
	}
	.c-button-container__item {
		max-width: 570px;
		-ms-flex: 1 1 570px;
		flex: 1 1 570px;
		margin: 0 30px 40px;
	}
	.c-button-container--2up .c-button-container__inner {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.c-button-container--2up .c-button-container__inner .c-button-container__item {
		-ms-flex: 1 1 570px;
		flex: 1 1 570px;
	}
	.c-button-container--3up .c-button-container__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.c-button-container--3up .c-button-container__inner .c-button-container__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: calc(33.3333% - 60px);
		flex-basis: calc(33.3333% - 60px);
	}
	.c-button-container--4up .c-button-container__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.c-button-container--4up .c-button-container__inner .c-button-container__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: calc(25% - 60px);
		flex-basis: calc(25% - 60px);
	}
	.c-button-container--center .c-button-container__inner {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.c-button-container--left .c-button-container__inner {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.c-button-container--right .c-button-container__inner {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

/*----------
	tab button
----------*/
.c-button-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.c-button-tab.c-button-tab--3up .c-button-tab__item {
	width: 33.333%;
}
.c-button-tab__item {
	width: 50%;
	margin-right: -1px;
}
.c-button-tab__item > a,
.c-button-tab__item > button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 25px 8px;
	border: 1px solid #DBDBDB;
	border-top: none;
	background-color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #333333;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	transition: background-color 0.2s;
}
.c-button-tab__item > a.is-active,
.c-button-tab__item > button.is-active {
	background-color: #eb8e0c;
	cursor: default;
	font-weight: bold;
	pointer-events: none;
	border-bottom: 2px solid #eb8e0c;
	border-top: 1px solid #eb8e0c;
}
.c-button-tab__item > a.is-active span,
.c-button-tab__item > button.is-active span {
	color: #fff;
}
.c-button-tab__item:nth-of-type(1) > a:not(.is-active),
.c-button-tab__item:nth-of-type(1) > button:not(.is-active), .c-button-tab__item:nth-of-type(2) > a:not(.is-active),
.c-button-tab__item:nth-of-type(2) > button:not(.is-active) {
	border-top: 1px solid #DBDBDB;
}
.c-button-tab__item:nth-last-of-type(1) > a:not(.is-active),
.c-button-tab__item:nth-last-of-type(1) > button:not(.is-active), .c-button-tab__item:nth-last-of-type(2) > a:not(.is-active),
.c-button-tab__item:nth-last-of-type(2) > button:not(.is-active) {
	border-bottom: 2px solid #eb8e0c;
}
@media (min-width: 768px) {
	.c-button-tab.c-button-tab--4up .c-button-tab__item {
		width: 25%;
	}
	.c-button-tab.c-button-tab--nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.c-button-tab.c-button-tab--nowrap .c-button-tab__item {
		width: 100%;
	}
	.c-button-tab__item > a,
.c-button-tab__item > button {
		font-size: 1.8rem;
		border: 1px solid #DBDBDB;
		border-bottom: 2px solid #eb8e0c;
		padding: 16px 8px;
	}
	.c-button-tab__item > a > span,
.c-button-tab__item > button > span {
		transition: 0.2s;
		color: #333333;
	}
	.c-button-tab__item > a:hover,
.c-button-tab__item > button:hover {
		background-color: #eb8e0c;
	}
	.c-button-tab__item > a:hover span,
.c-button-tab__item > button:hover span {
		color: #fff;
	}
}
@media (max-width: 767px) {
	.c-button-tab.c-button-tab--sp4col .c-button-tab__item {
		width: 25%;
	}
	.c-button-tab.c-button-tab--sp4col .c-button-tab__item > a,
.c-button-tab.c-button-tab--sp4col .c-button-tab__item > button {
		font-size: 1.1rem;
		padding: 25px 0;
	}
	.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-of-type(1) > a:not(.is-active),
.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-of-type(1) > button:not(.is-active), .c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-of-type(2) > a:not(.is-active),
.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-of-type(2) > button:not(.is-active), .c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-of-type(3) > a:not(.is-active),
.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-of-type(3) > button:not(.is-active), .c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-of-type(4) > a:not(.is-active),
.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-of-type(4) > button:not(.is-active) {
		border-top: 1px solid #DBDBDB;
	}
	.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-last-of-type(1) > a:not(.is-active),
.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-last-of-type(1) > button:not(.is-active), .c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-last-of-type(2) > a:not(.is-active),
.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-last-of-type(2) > button:not(.is-active), .c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-last-of-type(3) > a:not(.is-active),
.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-last-of-type(3) > button:not(.is-active), .c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-last-of-type(4) > a:not(.is-active),
.c-button-tab.c-button-tab--sp4col .c-button-tab__item:nth-last-of-type(4) > button:not(.is-active) {
		border-bottom: 2px solid #eb8e0c;
	}
}

.js_tab [data-tab-content] {
	visibility: hidden;
	height: 0;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s, visibility 0.2s;
}
.js_tab [data-tab-content].is-active {
	visibility: visible;
	height: auto;
	pointer-events: all;
	opacity: 1;
}

.c-tab-list {
	display: none;
}
.c-tab-list.is-active {
	display: block;
}
.c-tab-list.is-active .c-tab-list__list {
	opacity: 0;
	transition: 0.2s;
}
.c-tab-list.is-active .c-tab-list__list.is-active {
	opacity: 1;
}

/*----------
	panel button
----------*/
.c-button-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 90px;
}
.c-button-panel__item {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-right: -1px;
	margin-top: -1px;
}
.c-button-panel__item > a,
.c-button-panel__item > button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 72px;
	border: 1px solid #DBDBDB;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}
.c-button-panel__item > a::after,
.c-button-panel__item > button::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e904";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.4rem;
	line-height: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #eb8e0c;
}
.c-button-panel__item > a > span,
.c-button-panel__item > button > span {
	display: block;
	padding: 15px 38px 15px 15px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: inherit;
}
@media (min-width: 768px) {
	.c-button-panel {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-bottom: 120px;
	}
	.c-button-panel__item {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	.c-button-panel__item > a,
.c-button-panel__item > button {
		transition: 0.2s;
		border: 1px solid #D8D8D8;
	}
	.c-button-panel__item > a > span,
.c-button-panel__item > button > span {
		transition: 0.2s;
		color: #333333;
		padding: 13px 44px 13px 20px;
		text-align: center;
		font-size: 14px;
	}
	.c-button-panel__item > a:hover,
.c-button-panel__item > button:hover {
		background: #FFFAFB;
		box-shadow: 0 2px 14px 0 rgba(190, 190, 190, 0.5);
		z-index: 1;
	}
	.c-button-panel__item > a:hover span,
.c-button-panel__item > button:hover span {
		color: #eb8e0c;
	}
	.c-button-panel__item > a::after,
.c-button-panel__item > button::after {
		right: 15px;
	}
	.c-button-panel.c-button-panel--2up .c-button-panel__item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.c-button-panel.c-button-panel--3up .c-button-panel__item {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
	}
}

/*----------
	tag
----------*/
.c-tag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #eb8e0c;
	background-color: #eb8e0c;
	color: #eb8e0c;
	width: calc(50% - 20px);
	max-width: 148px;
	height: auto;
	padding: 0 10px;
}
.c-tag > a, .c-tag > span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8461538462;
	color: #fff;
	font-weight: bold;
}
.c-tag--border {
	border: 1px solid #333333;
	background-color: #fff;
}
.c-tag--border > a, .c-tag--border > span {
	color: #333333;
}
@media (min-width: 768px) {
	.c-tag > a {
		transition: background-color 0.2s, color 0.2s;
	}
	.c-tag > a:hover {
		background-color: #eb8e0c;
		color: #fff;
	}
}

/*----------
	news tag
----------*/
.c-tag-news {
	display: inline-block;
	height: 22px;
	vertical-align: middle;
	background-color: #f3f6fa;
}
.c-tag-news > span {
	display: block;
	max-width: 100%;
	min-width: 96px;
	padding: 0 5px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.2rem;
	line-height: 22px;
	color: #eb8e0c;
}

/*----------
	article tag
----------*/
.c-tag-article {
	display: inline-block;
	height: 20px;
	border: 1px solid #eb8e0c;
	border-radius: 4px;
	vertical-align: middle;
	background-color: #fff;
}
.c-tag-article > span {
	display: block;
	max-width: 100%;
	min-width: 72px;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.2rem;
	line-height: 18px;
	color: #eb8e0c;
}
@media (min-width: 768px) {
	.c-tag-article {
		height: 24px;
	}
	.c-tag-article > span {
		line-height: 22px;
	}
}

/*----------
	badge tag
----------*/
.c-badge {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	background-color: #33b5e9;
}
.c-badge > span {
	display: block;
	max-width: 100%;
	min-width: 50px;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 20px;
	color: #fff;
}
@media (min-width: 768px) {
	.c-badge {
		height: 24px;
	}
	.c-badge > span {
		line-height: 24px;
	}
}

/*----------
	tag container
----------*/
.c-tag-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 -10px -10px;
}
.c-tag-container > [class*=c-tag] {
	margin: 0 10px 10px;
}

/*----------
	figure
----------*/
.c-figure {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.c-figure__item {
	width: 100%;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	text-align: center;
}
.c-figure__item--full {
	max-width: none;
}
.c-figure__item > img {
	width: 100%;
}
.c-figure__caption {
	margin-top: 16px;
	font-size: 1.2rem;
	text-align: left;
	color: #888888;
}
.c-figure--left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.c-figure--right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	.c-figure__item + .c-figure__item {
		margin-top: 16px;
	}
}
@media (min-width: 768px) {
	.c-figure {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 40px;
	}
	.c-figure__item--2col {
		max-width: 570px;
	}
	.c-figure__item--3col {
		max-width: 360px;
	}
	.c-figure__item--4col {
		max-width: 255px;
	}
	.c-figure__item--w1200 {
		width: 1200px;
	}
	.c-figure__item--w990 {
		width: 990px;
	}
	.c-figure__item--w780 {
		width: 780px;
	}
	.c-figure__item + .c-figure__item {
		margin-left: 32px;
	}
	.c-figure__item > a {
		opacity: 1;
		transition: 0.2s;
	}
	.c-figure__item > a:hover {
		opacity: 0.8;
	}
}

/*----------
	fixed ratio image
----------*/
.c-movie {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.c-movie > .c-movie__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------
	deflist
----------*/
.c-deflist__item > dl {
	font-size: 1.4rem;
	line-height: 1.5;
}
.c-deflist__item > dl > dt {
	padding: 16px;
	border: 1px solid #DBDBDB;
	background-color: #EFEFEF;
	font-weight: bold;
}
.c-deflist__item > dl > dd {
	margin: -1px 0;
	padding: 16px;
	border: 1px solid #DBDBDB;
}
@media (min-width: 768px) {
	.c-deflist__item > dl {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.c-deflist__item > dl > dt {
		-ms-flex: 0 0 226px;
		flex: 0 0 226px;
	}
	.c-deflist__item > dl > dd {
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0 0 0 -1px;
	}
	.c-deflist__item + .c-deflist__item {
		margin-top: -1px;
	}
}

/*----------
	stripelist
----------*/
.c-stripelist__item:nth-of-type(odd) {
	background-color: #F5F5F5;
}
.c-stripelist__item:nth-of-type(even) {
	background-color: #fff;
}
.c-stripelist dl {
	display: -ms-flexbox;
	display: flex;
	padding: 5px 20px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-stripelist dd {
	font-weight: bold;
}
@media (min-width: 768px) {
	.c-stripelist dl {
		padding: 5px 60px;
	}
}

/*----------
	table
----------*/
.c-table {
	position: relative;
	margin-bottom: 40px;
	display: -ms-flexbox;
	display: flex;
}
.c-table table {
	position: relative;
	width: 100%;
	text-align: left;
	border: none;
	line-height: 1.5;
	vertical-align: top;
	table-layout: fixed;
	max-width: 100%;
	box-sizing: border-box;
	word-break: break-all;
	word-wrap: break-word;
}
.c-table tr {
	vertical-align: top;
}
.c-table thead tr th {
	border: 1px solid #F99B9B;
}
.c-table th,
.c-table td {
	padding: 16px;
	border: 1px solid #DBDBDB;
	background-color: #fff;
	vertical-align: top;
}
.c-table th > *:first-child,
.c-table td > *:first-child {
	margin-top: 0 !important;
}
.c-table th > *:last-child,
.c-table td > *:last-child {
	margin-bottom: 0 !important;
}
.c-table th {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 16px 16px;
}
.c-table td.c-table__td {
	border-left: none;
}
.c-table thead th {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #333333;
	border-color: #fff;
	color: #fff;
}
.c-table .c-table__hide {
	border: none;
	visibility: hidden;
}
.c-table .c-table__bg1 {
	background-color: #EF8589;
	color: #fff;
}
.c-table .c-table__bg2 {
	background-color: #fffed6;
}
@media (max-width: 767px) {
	.c-table {
		margin-right: -9.5238095238%;
		margin-left: -9.5238095238%;
		padding: 0 9.5238095238%;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		/* フリックアイコン */
		position: relative;
		/* PC 2カラムテーブルのSP時の幅 */
	}
	.c-table::before, .c-table::after {
		color: #fff;
		display: block;
		position: absolute;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		height: 50px;
		width: 100%;
		font-size: 2rem;
		font-weight: bold;
		z-index: 3;
		opacity: 1;
		transition: 0.2s;
		pointer-events: none;
	}
	.c-table::before {
		font-family: "iconfont" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "\e920";
		left: 15.873015873%;
		font-size: 3rem;
		padding: 0em;
	}
	.c-table::after {
		content: "表は左右にスライドできます";
		left: 26.9841269841%;
	}
	.c-table table {
		min-width: 1200px;
	}
	.c-table table::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		opacity: 1;
		transition: 0.2s;
		pointer-events: none;
	}
	.c-table.is-scrolled::before, .c-table.is-scrolled::after {
		opacity: 0;
	}
	.c-table.is-scrolled table::after {
		opacity: 0;
	}
	.c-table .c-table--noScrolle, .c-table.u-onlymobile {
		overflow: inherit;
	}
	.c-table .c-table--noScrolle::before, .c-table .c-table--noScrolle::after, .c-table.u-onlymobile::before, .c-table.u-onlymobile::after {
		display: none;
	}
	.c-table .c-table--noScrolle table, .c-table.u-onlymobile table {
		min-width: inherit;
	}
	.c-table .c-table--noScrolle table::before, .c-table .c-table--noScrolle table::after, .c-table.u-onlymobile table::before, .c-table.u-onlymobile table::after {
		display: none;
	}
	.c-table table {
		margin-bottom: 20px;
	}

	/*20230517追加*/

	.c-table table tr td:first-child{
		width: 10%!important;
	}
	/*20230801追加*/
	.scroll-img__img::after {
        content: "";
        display: block;
       	position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        transition: 0.2s;
        pointer-events: none;
    }

	.c-table.is-scrolled .scroll-img__img::after {
        opacity: 0;
    }

	.c-table-jc{
		justify-content: initial!important;
	}

}

.c-table-jc{
	justify-content: center;
}

@media (max-width: 767px) {
	.c-toggle .c-toggle__content .c-table, .c-toggle .c-toggle__content .c-table--noScroll, .c-toggle .c-toggle__content .c-table.u-onlymobile {
		overflow: inherit;
	}
	.c-toggle .c-toggle__content .c-table::before, .c-toggle .c-toggle__content .c-table::after, .c-toggle .c-toggle__content .c-table--noScroll::before, .c-toggle .c-toggle__content .c-table--noScroll::after, .c-toggle .c-toggle__content .c-table.u-onlymobile::before, .c-toggle .c-toggle__content .c-table.u-onlymobile::after {
		display: none !important;
	}
	.c-toggle .c-toggle__content .c-table table, .c-toggle .c-toggle__content .c-table--noScroll table, .c-toggle .c-toggle__content .c-table.u-onlymobile table {
		min-width: inherit;
	}
	.c-toggle .c-toggle__content .c-table table::before, .c-toggle .c-toggle__content .c-table table::after, .c-toggle .c-toggle__content .c-table--noScroll table::before, .c-toggle .c-toggle__content .c-table--noScroll table::after, .c-toggle .c-toggle__content .c-table.u-onlymobile table::before, .c-toggle .c-toggle__content .c-table.u-onlymobile table::after {
		display: none;
	}
}
/*----------
	card container
----------*/
.c-card-container {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.c-card-container__item + .c-card-container__item {
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.c-card-container {
		margin-bottom: 40px;
	}
	.c-card-container .c-card-container__inner {
		display: -ms-grid;
		display: grid;
		gap: 40px 60px;
	}
	.c-card-container.c-card-container--2up .c-card-container__inner {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.c-card-container.c-card-container--3up .c-card-container__inner {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.c-card-container.c-card-container--4up .c-card-container__inner {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
		gap: 40px 40px;
	}
}

/*----------
	card
----------*/
.c-card {
	position: relative;
	border: 1px solid #DBDBDB;
}
.c-card__inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.c-card__content {
	padding: 20px;
}
.c-card__title {
	font-weight: bold;
	transition: 0.2s;
	font-size: 1.6rem;
}
.c-card__title p {
	font-size: 1.6rem;
}
.c-card__text > *:first-child {
	margin-top: 0 !important;
}
.c-card__text > *:last-child {
	margin-bottom: 0 !important;
}
.c-card__text p, .c-card__text div {
	font-size: 1.4rem;
	line-height: 1.5;
}
.c-card a.c-card__inner {
	opacity: 1;
	transition: 0.2s;
}
.c-card a.c-card__inner .c-card__title {
	color: #333333;
}
@media (min-width: 768px) {
	.c-card__content {
		padding: 20px 29px;
	}
	.c-card__title {
		font-weight: bold;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.c-card__text {
		margin-top: 13px;
	}
	.c-card a.c-card__inner {
		transition: 0.2s;
	}
	.c-card a.c-card__inner:hover {
		background: #FFFAFB;
		box-shadow: 0 2px 14px 0 rgba(190, 190, 190, 0.5);
		z-index: 1;
	}
	.c-card a.c-card__inner:hover .c-card__title {
		color: #BE0008;
	}
}

/*----------
	card dl
----------*/
.c.c-card {
	display: block;
	padding: 20px 24px;
	border: 1px solid #DBDBDB;
	color: #333333;
}
.c.c-card > dl > dt {
	font-weight: bold;
	font-size: 1.6rem;
}
.c.c-card > dl > dd {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.c.c-card > dl > dt {
		transition: color 0.2s;
	}
	.c.c-card:hover {
		color: #333333;
	}
	.c.c-card:hover > dl > dt {
		color: #eb8e0c;
	}
}

/*----------
	imageset
----------*/
.c-imageset {
	position: relative;
}
.c-imageset__inner {
	width: 100%;
	height: 100%;
	display: block;
}
.c-imageset__content {
	position: relative;
	z-index: 2;
}
.c-imageset__titleBox {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	padding: 14px 16px;
	width: 90.4761904762%;
	margin: -65px auto 0;
	background-color: #fff;
	box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.08);
	transition: 0.2s;
}
.c-imageset__titleBoxHeading {
	font-size: 16px;
	font-weight: bold;
	transition: 0.2s;
}
.c-imageset__titleBoxHeading > *:first-child {
	margin-top: 0 !important;
}
.c-imageset__titleBoxHeading > *:last-child {
	margin-bottom: 0 !important;
}
.c-imageset__titleBoxHeading > * {
	color: #333333;
	transition: 0.2s;
}
.c-imageset__titleBoxHeading > *::before, .c-imageset__titleBoxHeading > *::after {
	transition: 0.2s;
}
.c-imageset__titleBoxLead {
	font-size: 14px;
	margin-top: 14px;
}
.c-imageset__image {
	position: relative;
	margin-bottom: 16px;
	z-index: 2;
}
.c-imageset__image::before {
	content: "";
	position: absolute;
	right: -10px;
	top: 10px;
	display: block;
	background-color: #FFECE3;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.c-imageset__image span {
	position: relative;
	z-index: 2;
}
.c-imageset__title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	transition: 0.2s;
}
.c-imageset__title .c-heading-quat {
	margin-bottom: 0;
}
.c-imageset__icontitle {
	margin: 16px 0;
	font-weight: bold;
	font-size: 1.6rem;
	transition: 0.2s;
}
.c-imageset div.c-imageset__inner .c-icontext {
	position: relative;
	padding-left: 16px;
}
.c-imageset div.c-imageset__inner .c-icontext::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 1.5em;
	background-color: #BF0008;
	transition: 0.2s;
}
.c-imageset__lead {
	font-weight: bold;
	font-size: 1.6rem;
}
.c-imageset__text {
	line-height: 1.5;
	font-size: 1.4rem;
}
.c-imageset__text .c-text {
	line-height: 1.5;
	font-size: 1.4rem;
}
.c-imageset__text:last-of-type > *:first-child {
	margin-top: 0 !important;
}
.c-imageset__text:last-of-type > *:last-child {
	margin-bottom: 0 !important;
}
.c-imageset__button {
	width: 100%;
	margin: 28px auto 0;
}
@media (min-width: 768px) {
	.c-imageset__titleBox {
		margin: -45px auto 0;
		padding: 18px 24px;
		width: 92.9824561404%;
		z-index: 2;
	}
	.c-imageset__titleBoxLead {
		font-size: 14px;
		margin-top: 14px;
	}
	.c-imageset__title {
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.c-imageset__text {
		margin-top: 13px;
	}
	.c-imageset__button {
		max-width: 456px;
		margin: 28px auto 0;
	}
	.c-imageset a.c-imageset__inner .c-imageset__image span {
		overflow: hidden;
		display: block;
		width: 100%;
		height: 100%;
	}
	.c-imageset a.c-imageset__inner .c-imageset__image img {
		transition: 0.7s;
	}
	.c-imageset a.c-imageset__inner .c-imageset__icontitle {
		color: #333333;
	}
	.c-imageset a.c-imageset__inner .c-icontext {
		transition: 0.2s;
	}
	.c-imageset a.c-imageset__inner .c-imageset__image img {
		transition: 0.7s;
	}
	.c-imageset a.c-imageset__inner:hover .c-imageset__titleBox {
		background-color: #eb8e0c;
		box-shadow: 0 20px 32px 0 rgba(180, 137, 139, 0.31);
	}
	.c-imageset a.c-imageset__inner:hover .c-imageset__titleBoxHeading .c-icontext {
		color: #eb8e0c;
	}
	.c-imageset a.c-imageset__inner:hover .c-icontext {
		color: #eb8e0c;
	}
	.c-imageset a.c-imageset__inner:hover .c-imageset__image img {
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
		transition: 0.3s;
	}
}

/*----------
	imageset container
----------*/
@media (max-width: 767px) {
	.c-imageset-container {
		margin-bottom: 50px;
	}
	.c-imageset-container__item + .c-imageset-container__item {
		margin-top: 48px;
	}

	.c-imageset-container .mb80{
		margin-bottom: 80px!important;
	}

}
.c-imageset-container.c-imageset-container--s3p3up .c-imageset-container__inner {
	display: -ms-grid;
	display: grid;
	gap: 30px 15px;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}
.c-imageset-container.c-imageset-container--s3p3up .c-imageset-container__item a {
	height: 100% !important;
}
.c-imageset-container.c-imageset-container--s3p3up .c-imageset-container__item + .c-imageset-container__item {
	margin-top: 0;
}
@media (max-width: 767px) {
	.c-imageset-container.c-imageset-container--s3p3up .c-imageset__icontitle {
		margin-bottom: 0;
	}
	.c-imageset-container.c-imageset-container--s3p3up .c-imageset__icontitle > *:first-child {
		margin-top: 0 !important;
	}
	.c-imageset-container.c-imageset-container--s3p3up .c-imageset__icontitle > *:last-child {
		margin-bottom: 0 !important;
	}
	.c-imageset-container.c-imageset-container--s3p3up .c-imageset__icontitle .c-icontext {
		font-size: 1.1rem;
		padding-left: 1.2em;
	}
	.c-imageset-container.c-imageset-container--s3p3up .c-imageset__inner::before {
		right: -5px;
		top: 5px;
	}
}
@media (min-width: 768px) {
	.c-imageset-container.c-imageset-container--s3p3up .c-imageset-container__inner {
		gap: 60px 60px;
	}
}
@media (min-width: 768px) {
	.c-imageset-container {
		margin-bottom: 60px;
	}
	.c-imageset-container .c-imageset-container__inner {
		display: -ms-grid;
		display: grid;
		gap: 60px 60px;
	}
	.c-imageset-container.c-imageset-container--2up .c-imageset-container__inner {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.c-imageset-container.c-imageset-container--2up .c-imageset__inner::before {
		right: -20px;
		top: 20px;
	}
	.c-imageset-container.c-imageset-container--3up .c-imageset-container__inner {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.c-imageset-container.c-imageset-container--3up .c-imageset-container__item a {
		height: 100% !important;
	}
	.c-imageset-container.c-imageset-container--4up .c-imageset-container__inner {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
		gap: 60px 40px;
	}
	.c-imageset-container.c-imageset-container--4up .c-imageset-container__item a {
		height: 100% !important;
	}
}

/*----------
	imageset-row
----------*/
.c-imageset-row {
	margin-bottom: 60px;
}
.c-imageset-row.c-imageset-row--conversion .c-imageset-row__inner {
	position: relative;
	padding-top: 6.4vw;
}
.c-imageset-row.c-imageset-row--conversion .c-imageset-row__inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: #F1F1F1;
	width: 80vw;
	height: 0;
	padding-top: 62.4vw;
	z-index: -1;
}
.c-imageset-row.c-imageset-row--conversion .c-imageset-row__image {
	padding: 0 8% 11.7333333333%;
	margin-bottom: 14px;
}
.c-imageset-row.c-imageset-row--conversion .c-imageset-row__image::before {
	background-image: linear-gradient(135deg, #FFC1C8 0%, #FE8F9A 54%, #FEBADD 100%);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.11);
	height: calc(100% - 12.2666666667vw);
	top: 6.9333333333vw;
}
.c-imageset-row__inner {
	display: block;
	margin-right: -9.5238095238%;
	margin-left: -9.5238095238%;
}
.c-imageset-row__image {
	position: relative;
	margin-bottom: 28px;
	padding: 0 8% 8%;
}
.c-imageset-row__image::before {
	content: "";
	position: absolute;
	right: 0;
	top: 8.5333333333vw;
	display: block;
	background-color: #FFECE3;
	width: 84%;
	height: calc(100% - 8vw);
	z-index: 1;
}
.c-imageset-row__image figure {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.c-imageset-row__content {
	padding: 0 8% 0;
}
.c-imageset-row__content > *:first-child {
	margin-top: 0 !important;
}
.c-imageset-row__content > *:last-child {
	margin-bottom: 0 !important;
}
.c-imageset-row__content > * {
	margin-bottom: 24px;
}
.c-imageset-row__title {
	font-size: 2rem;
}
.c-imageset-row__button {
	margin-top: 24px;
}
@media (min-width: 768px) {
	.c-imageset-row {
		margin-bottom: 110px;
	}
	.c-imageset-row.c-imageset-row--conversion .c-imageset-row__inner {
		padding-top: 40px;
	}
	.c-imageset-row.c-imageset-row--conversion .c-imageset-row__inner::before {
		width: calc(550px + 50vw - 600px);
		height: 0;
		left: calc(-50vw + 600px);
		padding-top: 398px;
	}
	.c-imageset-row.c-imageset-row--conversion .c-imageset-row__image {
		padding: 0;
		margin-bottom: 0;
	}
	.c-imageset-row.c-imageset-row--conversion .c-imageset-row__image::before {
		right: -30px;
		top: inherit;
		bottom: -27px;
		height: 86%;
		width: 86.8421052632%;
	}
	.c-imageset-row.c-imageset-row--conversion.c-imageset-row--reverse .c-imageset-row__inner::before {
		left: inherit;
		right: calc(-50vw + 600px);
	}
	.c-imageset-row__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0;
	}
	.c-imageset-row__image {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
		margin-right: 60px;
		margin-bottom: 0;
		padding: 0;
	}
	.c-imageset-row__image::before {
		right: -30px;
		top: inherit;
		bottom: -30px;
		height: 77.0149253731%;
		width: 86.8421052632%;
	}
	.c-imageset-row__content {
		padding: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
		margin-left: 0;
	}
	.c-imageset-row__content > * {
		margin-bottom: 30px;
	}
	.c-imageset-row__title p, .c-imageset-row__title div {
		font-size: 2.4rem;
	}
	.c-imageset-row__button {
		max-width: 360px;
		margin-top: 30px;
	}
	.c-imageset-row--1t2 .c-imageset-row__image {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	.c-imageset-row--1t2 .c-imageset-row__image::before {
		right: -20px;
		bottom: -20px;
		height: 100%;
		width: 100%;
	}
	.c-imageset-row--1t3 .c-imageset-row__image {
		-ms-flex-preferred-size: 21.25%;
		flex-basis: 21.25%;
	}
	.c-imageset-row--reverse .c-imageset-row__inner {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.c-imageset-row--reverse .c-imageset-row__image {
		margin-left: 0;
		margin-right: 30px;
	}
	.c-imageset-row--reverse .c-imageset-row__content {
		margin-left: 0;
		margin-right: 30px;
	}
}

/*----------
	imageset-voice
----------*/
.c-imageset-voice {
	position: relative;
}
.c-imageset-voice__inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.c-imageset-voice__content {
	position: relative;
}
.c-imageset-voice__image {
	position: relative;
	margin-bottom: 16px;
	z-index: 2;
}
.c-imageset-voice__title {
	position: relative;
	padding-left: 20px;
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: bold;
	transition: 0.2s;
}
.c-imageset-voice__title::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 31px;
	background-color: #BF0008;
	transition: 0.2s;
}
.c-imageset-voice__lead {
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 16px;
}
.c-imageset-voice__text:last-of-type > *:first-child {
	margin-top: 0 !important;
}
.c-imageset-voice__text:last-of-type > *:last-child {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.c-imageset-voice a.c-imageset-voice__inner .c-imageset-voice__image {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
		overflow: hidden;
		transition: 0.3s;
	}
	.c-imageset-voice a.c-imageset-voice__inner .c-imageset-voice__image img {
		transition: 0.7s;
	}
	.c-imageset-voice a.c-imageset-voice__inner:hover .c-imageset-voice__title {
		color: #eb8e0c;
	}
	.c-imageset-voice a.c-imageset-voice__inner:hover .c-imageset-voice__image {
		box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.16);
	}
	.c-imageset-voice a.c-imageset-voice__inner:hover .c-imageset-voice__image img {
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
		transition: 0.3s;
	}
}

/* PC4カラムはSPのときに画像サイズを70%に縮小 */
@media (max-width: 767px) {
	.c-imageset-container.c-imageset-container--4up .c-imageset-voice__image {
		padding: 0 15%;
	}
}
/*----------
	iconset
----------*/
.c-iconset {
	position: relative;
}
.c-iconset::after {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	display: block;
	background: #F8F8F8;
	width: 100vw;
	height: 100%;
	z-index: 1;
}
.c-iconset__inner {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.c-iconset__image {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 30px;
}
.c-iconset__content {
	position: relative;
	width: 74.6031746032%;
	margin-left: auto;
	padding: 20px 0;
}
.c-iconset__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 2rem;
	transition: 0.2s;
	color: #eb8e0c;
	text-align: left;
	min-height: 80px;
}
.c-iconset__text {
	margin-top: 8px;
}
.c-iconset__text > *:first-child {
	margin-top: 0 !important;
}
.c-iconset__text > *:last-child {
	margin-bottom: 0 !important;
}
.c-iconset__button {
	width: 100%;
	margin: 24px auto 0;
}
@media (min-width: 768px) {
	.c-iconset::after {
		left: 50%;
		top: 40px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
	}
	.c-iconset__image {
		position: relative;
		width: 80px;
		height: 80px;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.c-iconset__content {
		width: 80%;
		margin: 20px auto 0;
		padding: 0;
		min-width: 244px;
	}
	.c-iconset__text {
		margin-top: 8px;
	}
	.c-iconset__text > *:first-child {
		margin-top: 0 !important;
	}
	.c-iconset__text > *:last-child {
		margin-bottom: 0 !important;
	}
	.c-iconset__button {
		width: 100%;
		margin: 24px auto 0;
	}
	.c-iconset__title {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		font-weight: bold;
		font-size: 2.4rem;
		min-height: inherit;
	}
	.c-iconset__button {
		width: 80.1470588235%;
	}
	.c-iconset a.c-iconset__inner:hover {
		opacity: 0.8;
	}
	.c-iconset a.c-iconset__inner:hover .c-iconset__icontitle {
		color: #BE0008;
	}
}

/*----------
	iconset container
----------*/
.c-iconset-container__inner {
	margin-bottom: -10px;
	padding-bottom: 10px;
}
.c-iconset-container__item {
	margin: 0 auto 10px;
}
@media (min-width: 768px) {
	.c-iconset-container {
		margin-bottom: 40px;
	}
	.c-iconset-container__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-bottom: -100px;
		padding-bottom: 40px;
	}
	.c-iconset-container__item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: end;
		/*align-self: flex-end;*/
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 100px;
	}
	.c-iconset-container--3up {
		margin-left: -9px;
		margin-right: -9px;
	}
	.c-iconset-container--3up .c-iconset-container__inner {
		-ms-flex-pack: center;
		justify-content: center;
	}
	.c-iconset-container--3up .c-iconset-container__item {
		margin-left: 9px;
		margin-right: 9px;
		-ms-flex-preferred-size: 31.855500821%;
		flex-basis: 31.855500821%;
	}
	.c-iconset-container--3up .c-iconset-container__item:first-child:last-child {
		-ms-flex-preferred-size: 65.1888341544%;
		flex-basis: 65.1888341544%;
	}
	.c-iconset-container--4up {
		margin-left: -5px;
		margin-right: -5px;
	}
	.c-iconset-container--4up .c-iconset-container__inner {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.c-iconset-container--4up .c-iconset-container__item {
		margin-left: 5px;
		margin-right: 5px;
	}
	.c-iconset-container--4up .c-iconset-container__item {
		-ms-flex-preferred-size: 24.132231405%;
		flex-basis: 24.132231405%;
	}
}

/*----------
	iconset-row
----------*/
.c-iconset-row {
	position: relative;
	margin: 0 auto 10px;
}
.c-iconset-row::after {
	content: "";
	position: absolute;
	left: 40px;
	top: 0;
	display: block;
	background: #F8F8F8;
	width: 100vw;
	height: 100%;
	z-index: 1;
}
.c-iconset-row__inner {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}
.c-iconset-row__image {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	top: 20px;
}
.c-iconset-row__content {
	position: relative;
	width: 67.3015873016%;
	margin-left: auto;
	padding: 0 0 20px;
}
.c-iconset-row__title {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 2em;
	transition: 0.2s;
	color: #eb8e0c;
	text-align: left;
	min-height: 80px;
	padding: 40px 0 20px;
}
.c-iconset-row__title > *:first-child {
	margin-top: 0 !important;
}
.c-iconset-row__title > *:last-child {
	margin-bottom: 0 !important;
}
.c-iconset-row__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: #eb8e0c;
	width: 100%;
	height: 1px;
	z-index: 1;
}
.c-iconset-row__text {
	margin-top: 16px;
}
.c-iconset-row__text > *:first-child {
	margin-top: 0 !important;
}
.c-iconset-row__text > *:last-child {
	margin-bottom: 0 !important;
}
.c-iconset-row__visual {
	margin-top: 16px;
}
.c-iconset-row__visual > *:first-child {
	margin-top: 0 !important;
}
.c-iconset-row__visual > *:last-child {
	margin-bottom: 0 !important;
}
.c-iconset-row__linkText {
	margin-top: 10px;
}
.c-iconset-row__linkText > *:first-child {
	margin-top: 0 !important;
}
.c-iconset-row__linkText > *:last-child {
	margin-bottom: 0 !important;
}
.c-iconset-row__linkText + .c-iconset-row__linkText {
	margin-top: 16px;
}
.c-iconset-row__button {
	width: 100%;
	margin: 24px auto 0;
}
@media (min-width: 768px) {
	.c-iconset-row {
		width: 100%;
	}
	.c-iconset-row::after {
		left: 40px;
		width: 1160px;
	}
	.c-iconset-row__inner {
		position: relative;
		width: 1160px;
		z-index: 2;
	}
	.c-iconset-row__image {
		width: 80px;
		height: 80px;
		top: 30px;
	}
	.c-iconset-row__content {
		width: 100%;
		padding: 30px 0 30px 115px;
	}
	.c-iconset-row__title {
		font-size: 2.4rem;
		min-height: inherit;
		padding: 0;
	}
	.c-iconset-row__visualset {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-iconset-row__visualset .c-iconset-row__texts {
		-ms-flex-preferred-size: calc(100% - 295px);
		flex-basis: calc(100% - 295px);
	}
	.c-iconset-row__visualset .c-iconset-row__visual {
		-ms-flex-preferred-size: 255px;
		flex-basis: 255px;
	}
	.c-iconset-row__linkText {
		margin-top: 22px;
	}
}

/*----------
	iconset-row container
----------*/
.c-iconset-row-container {
	margin-bottom: 60px;
}
.c-iconset-row-container__item:last-of-type .c-iconset-row__content::before {
	display: none;
}
@media (min-width: 768px) {
	.c-iconset-row-container {
		margin-bottom: 80px;
	}
}

/*----------
	form basic
----------*/
.u-form-errmsg {
	margin-top: 8px;
	font-size: 1.1rem;
	color: #FF0000;
}

select:focus {
	outline: none;
	border-color: #eb8e0c;
	background-color: #fff;
}

.error select {
	border-color: #FF0000 !important;
	background-color: #FFF2F2 !important;
}

/*----------
	form select
----------*/
.c-form-select {
	position: relative;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.5;
}
.c-form-select__select {
	position: relative;
}
.c-form-select__select::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: block;
	width: 14px;
	height: 12px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	font-size: 14px;
	color: #888888;
	pointer-events: none;
}
.c-form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 32px 0 12px;
	border: 1px solid #DBDBDB;
	background-color: #fff;
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.c-form-select select {
		padding-left: 16px;
		font-size: 1.6rem;
	}
}

/*----------
	neas_list
----------*/
.c-news {
	border-top: 1px solid #ddd;
	margin-bottom: 60px;
}
.c-news__inner {
	position: relative;
	margin: auto;
}
.c-news__list {
	border-bottom: 1px solid #ddd;
}
.c-news__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	background: #fff;
	box-shadow: none;
}
.c-news__titleBox {
	width: 100%;
}
.c-news__title > *:first-child {
	margin-top: 0 !important;
}
.c-news__title > *:last-child {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.c-news__content {
		padding: 25px 24px;
	}
	.c-news__info {
		width: 21.4912280702%;
		margin: 0 20px 0 0;
	}
	.c-news__titleBox {
		width: 76.7543859649%;
	}
	.c-news .c-news__list {
		position: relative;
		z-index: 1;
	}
	.c-news .c-news__list:hover {
		z-index: 2;
	}
	.c-news a.c-news__content {
		background-color: #fff;
		transition: 0.2s;
	}
	.c-news a.c-news__content .c-news__title {
		transition: 0.2s;
		color: #333333;
	}
	.c-news a.c-news__content:hover {
		background: #FFF6F6;
		box-shadow: 0 4px 30px 0 rgba(102, 0, 0, 0.14);
	}
	.c-news a.c-news__content:hover .c-news__title {
		color: #eb8e0c;
	}
}

/*----------
	topics-info
----------*/
.c-topics-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.c-topics-info__date {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	font-size: 1.6rem;
	white-space: nowrap;
}
.c-topics-info__tag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #BE0008;
	background-color: #BE0008;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	padding: 3px 15px 2px;
}
@media (min-width: 768px) {
	.c-topics-info {
		margin-bottom: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.c-topics-info__date {
		width: 140px;
	}
	.c-topics-info__tag {
		width: 105px;
	}
}

/*----------
	flexbox
----------*/
.c-flexbox__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.c-flexbox.c-flexbox--2up .c-flexbox__item, .c-flexbox.c-flexbox--3up .c-flexbox__item, .c-flexbox.c-flexbox--4up .c-flexbox__item {
	width: 100%;
}
.c-flexbox.c-flexbox--s2p3up .c-flexbox__inner, .c-flexbox.c-flexbox--s2p4up .c-flexbox__inner {
	margin: 0 -10px -30px;
}
.c-flexbox.c-flexbox--s2p3up .c-flexbox__item, .c-flexbox.c-flexbox--s2p4up .c-flexbox__item {
	margin-left: 10px;
	margin-right: 10px;
	width: calc(50% - 30px);
}
.c-flexbox__item {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.c-flexbox__inner {
		margin: 0 -15px -30px;
	}
	.c-flexbox.c-flexbox--2up .c-flexbox__item {
		width: 47.5609756098%;
	}
	.c-flexbox.c-flexbox--3up .c-flexbox__item {
		width: 30.8943089431%;
	}
	.c-flexbox.c-flexbox--4up .c-flexbox__item {
		width: 22.4390243902%;
	}
	.c-flexbox.c-flexbox--s2p3up .c-flexbox__inner, .c-flexbox.c-flexbox--s2p4up .c-flexbox__inner {
		margin: 0 -15px -30px;
	}
	.c-flexbox.c-flexbox--s2p3up .c-flexbox__item {
		margin-left: 15px;
		margin-right: 15px;
		width: 30.8943089431%;
	}
	.c-flexbox.c-flexbox--s2p4up .c-flexbox__item {
		margin-left: 15px;
		margin-right: 15px;
		width: 22.4390243902%;
	}
	.c-flexbox__item {
		margin-bottom: 30px;
	}
}

/*----------
	grid
----------*/
.c-grid {
	margin-bottom: 30px;
}
.c-grid__item > *:first-child {
	margin-top: 0 !important;
}
.c-grid__item > *:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
	.c-grid__item + .c-grid__item {
		margin-top: 32px;
	}
}
@media (min-width: 768px) {
	.c-grid {
		display: -ms-grid;
		display: grid;
		gap: 40px 60px;
		margin-bottom: 40px;
	}
	.c-grid.c-grid--2up {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.c-grid.c-grid--3up {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.c-grid.c-grid--4up, .c-grid.c-grid--s2p4up {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
		gap: 40px 40px;
	}
}

/*----------
	single frame
----------*/
.c-single-frame {
	max-width: 780px;
	margin: 0 auto;
}
.c-single-frame--2col {
	max-width: 570px;
}
.c-single-frame--3col {
	max-width: 360px;
}
.c-single-frame--4col {
	max-width: 255px;
}
.c-single-frame--w1200 {
	max-width: 1200px;
}
.c-single-frame--w990 {
	max-width: 990px;
}

/*----------
	crossfade carousel
----------*/
.c-crossfade-carousel__inner {
	position: relative;
}
.c-crossfade-carousel__slides {
	width: 100%;
	height: 0;
	padding-bottom: 74.6666666667%;
	position: relative;
	overflow: hidden;
}
.c-crossfade-carousel__slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s, visibility 0.6s;
}
.c-crossfade-carousel__slide a {
	display: block;
}
.c-crossfade-carousel__slide picture {
	display: block;
	width: 100%;
}
.c-crossfade-carousel__slide.active {
	opacity: 1;
	visibility: visible;
}
.c-crossfade-carousel__nav > li {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-34px);
	transform: translateY(-34px);
}
.c-crossfade-carousel__nav__prev {
	left: 0;
}
.c-crossfade-carousel__nav__next {
	right: 0;
}
.c-crossfade-carousel__indicator {
	position: absolute;
	left: 50%;
	bottom: 16px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (min-width: 768px) {
	.c-crossfade-carousel__slides {
		padding-bottom: 51.5267175573%;
	}
	.c-crossfade-carousel__slide > p {
		left: 130px;
		font-size: 4.8rem;
		line-height: 1.5;
	}
	.c-crossfade-carousel__indicator {
		left: 100px;
		bottom: 25px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/*----------
	carousel
----------*/
.c-carousel {
	position: relative;
	margin-bottom: 60px;
	margin-right: -9.5238095238%;
	margin-left: -9.5238095238%;
}
.c-carousel.is-swiper-disabled .c-carousel-nav {
	display: none;
}
.c-carousel__inner {
	padding: 0 8% 8%;
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	z-index: 2;
}
.c-carousel__slides {
	width: 100%;
}
.c-carousel__slide {
	position: relative;
	width: 100%;
}
.c-carousel__slide > *:first-child {
	margin-top: 0 !important;
}
.c-carousel__slide > *:last-child {
	margin-bottom: 0 !important;
}
.c-carousel__slide > a {
	display: block;
	position: relative;
}
.c-carousel a.c-carousel__content {
	opacity: 1;
	transition: 0.2s;
}
.c-carousel a.c-carousel__content:hover {
	opacity: 0.8;
}
.c-carousel__title {
	font-weight: bold;
	text-align: center;
}
.c-carousel__image {
	display: block;
	margin-bottom: 10px;
}
.c-carousel__text {
	font-size: 13px;
	text-align: center;
}
.c-carousel__nav {
	z-index: 3;
}
.c-carousel__nav i::before {
	color: #eb8e0c;
}
.c-carousel__slideIndex {
	position: absolute;
	font-weight: bold;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #eb8e0c;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 2;
	color: #fff;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.c-carousel {
		margin: 0 auto 80px;
		width: 1140px;
	}
	.c-carousel.is-swiper-disabled .c-carousel__slide {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-right: 40px;
		width: 22.3684210526%;
	}
	.c-carousel__inner {
		width: calc(100% + 10px);
		padding: 0 10px 0 0;
	}
	.c-carousel__slide {
		position: relative;
		width: 50%;
	}
	.c-carousel__slideIndex {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 2.8rem;
	}
}

.c-carousel-nav {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 94.6666666667%;
	height: 0;
	margin: 54px auto 0;
	z-index: 2;
	overflow: visible;
}
.c-carousel-nav.is-swiper-disabled {
	display: none;
}
.c-carousel-nav > li {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: 0 4px;
	z-index: 10;
	top: 0;
	font-size: 0;
}
.c-carousel-nav > li button {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	transition: 0.2s;
	background: none;
	outline: none;
	width: 100%;
	height: 100%;
	border: 1px solid #eb8e0c;
	border-radius: 50%;
	background-color: #fff;
	font-size: 0;
}
.c-carousel-nav > li button:focus {
	outline: none;
	overflow: hidden;
}
.c-carousel-nav > li button > i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #121212;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}
.c-carousel-nav > li button.is-active {
	opacity: 1;
	pointer-events: all;
}
.c-carousel-nav .c-carousel__navPrev {
	left: 0;
}
.c-carousel-nav .c-carousel__navNext {
	right: 0;
}
.c-carousel-nav .c-carousel__indicators {
	width: auto;
	height: auto;
	margin: 0 5px;
}
.c-carousel-nav .swiper-button-stop.is-stop i::before {
	content: "\e91e";
}
.c-carousel-nav .swiper-button-stop.is-start i::before {
	content: "\e91f";
}
@media (min-width: 768px) {
	.c-carousel-nav {
		width: calc(100% + 60px);
	}
	.c-carousel-nav > li button:hover {
		background-color: #eb8e0c;
	}
}

.c-carousel-indicators {
	margin: 0 20px;
}

.c-carousel-indicator {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-carousel-indicator > li {
	margin: 0 4px;
}
.c-carousel-indicator > li:focus, .c-carousel-indicator > li *, .c-carousel-indicator > li *:focus {
	outline: none !important;
	overflow: hidden !important;
}
.c-carousel-indicator > li > button {
	display: block;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: 2px solid #333;
	background-color: #EFEFEF;
	transition: background-color 0.2s;
}
.c-carousel-indicator > li.is-active > button {
	background-color: #333;
}
@media (min-width: 768px) {
	.c-carousel-indicator > li {
		margin: 0 7px;
	}
}

/*----------
	column-list
----------*/
.c-column-list > li {
	padding-bottom: 16px;
	border-bottom: 1px solid #DBDBDB;
}
.c-column-list > li + li {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.c-column-list > li {
		padding-bottom: 0;
		border-bottom: none;
	}
	.c-column-list > li + li {
		margin-top: 32px;
	}
	.c-column-list--aside > li + li {
		margin-top: 16px;
	}
	.c-column-list--pccard {
		display: -ms-grid;
		display: grid;
		gap: 32px;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.c-column-list--pccard > li + li {
		margin-top: 0;
	}
}

/*
.c-column-list {
	margin-top: 32px;

	> li {
		padding-bottom: 16px;
		border-bottom: 1px solid f.$c-border;
		+ li {
			margin-top: 16px;
		}
	}

	@include f.mq-pc {
		display: grid;
		gap: 32px;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 40px;
		> li {
			padding-bottom: 0;
			border-bottom: none;
			+ li {
				margin-top: 0;
			}
		}
	}
}*/
/*----------
	toggle
----------*/
.c-toggle-container {
	margin-bottom: 48px;
}
.c-toggle-container__lead.is-hide {
	display: none;
}

.c-toggle {
	position: relative;
	line-height: 1.5;
}
.c-toggle + .c-toggle .c-toggle__head {
	margin-top: -1px;
}
.c-toggle__head, .c-toggle__content {
	position: relative;
}
.c-toggle__head {
	padding: 18px 52px 18px 18px;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	transition: 0.2s;
}
.c-toggle__head::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e909";
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 6px;
	font-size: 2rem;
	-webkit-transform: translateY(-50%) rotate(270deg);
	transform: translateY(-50%) rotate(270deg);
	color: #eb8e0c;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-toggle__content {
	border-top: 0 dashed #DBDBDB;
	opacity: 0;
	visibility: hidden;
	transition: height 0.2s, opacity 0.2s;
	overflow: hidden;
	padding: 20px;
}
.c-toggle__content > *:first-child {
	margin-top: 0 !important;
}
.c-toggle__content > *:last-child {
	margin-bottom: 0 !important;
}
.c-toggle__content:not(.is-open) {
	height: 0;
	padding: 0 !important;
}
.c-toggle.is-open > .c-toggle__head::after {
	content: "\e90a";
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.c-toggle.is-open > .c-toggle__content {
	padding: 20px;
	opacity: 1;
	visibility: visible;
	border: 1px solid #DBDBDB;
	border-top: none;
}
.c-toggle.is-open .c-toggle__content--bgGray {
	background: #FAFAFA;
}
.c-toggle__contentTitle {
	position: relative;
	margin: 0 -20px;
	padding: 10px 20px;
	border: 1px solid #F99B9B;
	background-color: #BE0008;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.c-toggle__contentTitle span {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
@media (min-width: 768px) {
	.c-toggle__head:hover {
		color: #eb8e0c;
		background: #FFF6F6;
		box-shadow: 0 4px 30px 0 rgba(102, 0, 0, 0.14);
		z-index: 1;
	}
	.c-toggle__head::after {
		right: 16px;
		font-size: 2.4rem;
	}
	.c-toggle.is-open .c-toggle__content {
		padding: 56px 45px;
	}
	.c-toggle__contentTitle {
		margin: 0 -45px;
		padding: 10px 45px;
		border: 1px solid #F99B9B;
		background-color: #BE0008;
		-webkit-transform: translateY(-56px);
		transform: translateY(-56px);
	}
	.c-toggle__contentTitle span {
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
	}
}
.c-toggle.c-toggle--qa + .c-toggle.c-toggle--qa .c-toggle__head {
	border-top: none;
}
.c-toggle.c-toggle--qa.is-open .c-toggle__content {
	border-bottom: 1px solid #DBDBDB;
}
.c-toggle.c-toggle--qa .c-toggle__head {
	border: 1px solid #DBDBDB;
	border-left: none;
	border-right: none;
	padding: 18px 67px 18px 36px;
}
.c-toggle.c-toggle--qa .c-toggle__head::before {
	content: "Q";
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 2rem;
	color: #eb8e0c;
	font-weight: bold;
	position: absolute;
	top: 14px;
	left: 0;
	color: #eb8e0c;
	padding: 0 0 4px 8px;
}
.c-toggle.c-toggle--qa .c-toggle__head::after {
	top: 30px;
	right: 8px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.c-toggle.c-toggle--qa .c-toggle__question {
	min-height: 34px;
}
.c-toggle.c-toggle--qa.is-open .c-toggle__head::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.c-toggle.c-toggle--qa .c-toggle__content {
	border: 1px solid #DBDBDB;
	border: none;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 18px 8px 18px 40px;
	background: #F7F7F7;
}
.c-toggle.c-toggle--qa .c-toggle__content::before {
	content: "A";
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	width: 40px;
	height: 40px;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: 14px;
	left: 0;
	color: #333333;
	padding: 0 0 4px 12px;
}
.c-toggle.c-toggle--qa .c-toggle__content::after {
	display: none;
}
@media (min-width: 768px) {
	.c-toggle.c-toggle--qa .c-toggle__head {
		padding: 18px 70px 18px 54px;
	}
	.c-toggle.c-toggle--qa .c-toggle__head::before {
		top: 14px;
		left: 16px;
		padding: 0;
	}
	.c-toggle.c-toggle--qa .c-toggle__head::after {
		top: 24px;
		right: 16px;
	}
	.c-toggle.c-toggle--qa .c-toggle__content {
		padding: 24px 70px 18px 54px;
	}
	.c-toggle.c-toggle--qa .c-toggle__content::before {
		top: 20px;
		left: 24px;
		padding: 0;
	}
}

.c-tab-content {
	margin-bottom: 40px;
}
.c-tab-content__lists {
	padding: 30px 0 0;
}
@media (min-width: 768px) {
	.c-tab-content {
		margin-bottom: 60px;
	}
	.c-tab-content__lists {
		padding: 60px 0 0;
	}
}

.c-pulldown-select__lead.is-hide {
	display: none;
}
.c-pulldown-select__button {
	width: 100%;
	margin-bottom: 48px;
}
.c-pulldown-select__buttonInner {
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	position: relative;
	cursor: pointer;
	transition: 0.2s;
	min-height: 48px;
	height: auto;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.c-pulldown-select__buttonInner::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e906";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 18px;
	font-size: 1.6rem;
	line-height: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #eb8e0c;
	pointer-events: none;
}
.c-pulldown-select__buttonInner select {
	transition: 0.2s;
	width: 100%;
	padding: 16px 60px 16px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.c-pulldown-select__buttonInner select::-ms-expand {
	display: none;
}
.c-pulldown-select__buttonInner select:focus {
	background: none;
}
.c-pulldown-select__buttonInner:hover {
	background-color: #FFF6F6;
	box-shadow: 0 14px 30px 0 rgba(187, 4, 12, 0.11);
}
.c-pulldown-select__content {
	display: none;
}
.c-pulldown-select__content.is-show {
	display: block;
}
@media (min-width: 768px) {
	.c-pulldown-select__button {
		width: 566px;
	}
}

/*----------
	carousel
----------*/
.wp-pagenavi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px auto 0;
}
.wp-pagenavi .first, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
	position: relative;
	font-size: 0;
	width: 24px;
}
.wp-pagenavi .first::after, .wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after, .wp-pagenavi .last::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	font-size: 2.4rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #eb8e0c;
}
.wp-pagenavi .first, .wp-pagenavi .previouspostslink {
	margin-right: 15px;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .last {
	margin-left: 15px;
}
.wp-pagenavi .first::after {
	content: "\e929";
}
.wp-pagenavi .previouspostslink::after {
	content: "\e905";
}
.wp-pagenavi .nextpostslink::after {
	content: "\e904";
}
.wp-pagenavi .last::after {
	content: "\e92a";
}
.wp-pagenavi .page, .wp-pagenavi .current {
	width: 80px;
	height: 48px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-left: 1px solid #DBDBDB;
}
.wp-pagenavi .current {
	background-color: #eb8e0c;
	color: #fff;
}

@media (max-width: 767px) {
	.first {
		margin-right: 8px;
	}

	.nextpostslink {
		margin-left: 8px;
	}

	.smaller:nth-of-type(3) {
		display: none;
	}

	.larger:nth-last-of-type(3) {
		display: none;
	}

	.larger:nth-last-of-type(4) {
		border-right: 1px solid #DBDBDB;
	}

	.wp-pagenavi .page, .wp-pagenavi .current {
		height: 30px;
	}
}
@media (min-width: 768px) {
	.wp-pagenavi {
		margin: 60px auto 0;
	}
	.wp-pagenavi .larger:nth-last-of-type(3) {
		border-right: 1px solid #DBDBDB;
	}

	.first, .previouspostslink, .nextpostslink, .last {
		opacity: 1;
		transition: 0.2s;
	}
	.first:hover, .previouspostslink:hover, .nextpostslink:hover, .last:hover {
		opacity: 0.6;
	}

	.page {
		transition: 0.2s;
	}
	.page:hover {
		background-color: #eb8e0c;
		color: #fff;
	}
}
/*----------
	c-conversion-area
----------*/
.c-conversion-area {
	position: relative;
	background: gray;
}
.c-conversion-area.c-conversion-area--bgSeparate .c-conversion-area__content {
	padding: 0;
}
.c-conversion-area__inner {
	position: relative;
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	overflow: hidden;
}
.c-conversion-area__inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(135deg, #fffed6 0%, #fffed6 100%);
	z-index: 2;
}
.c-conversion-area__bg {
	position: absolute;
	z-index: 1;
	height: 100%;
}
.c-conversion-area__bg img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: auto;
}
.c-conversion-area__content {
	position: relative;
	z-index: 3;
	padding: 8%;
}
.c-conversion-area__texts {
	position: relative;
}
.c-conversion-area__heading {
	position: relative;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 24px;
	font-size: 2rem;
}
.c-conversion-area__heading::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #eb8e0c;
}
@media (min-width: 768px) {
	.c-conversion-area__heading {
		margin-bottom: 24px;
	}
}
.c-conversion-area__text {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 24px;
}
.c-conversion-area__box + .c-conversion-area__box {
	margin-top: 24px;
}
.c-conversion-area__buttonBox {
	padding: 8%;
}
.c-conversion-area__buttonBox + .c-conversion-area__buttonBox {
	background-image: linear-gradient(135deg, #FED9D8 0%, #FED8DF 100%);
}
@media (min-width: 768px) {
	.c-conversion-area.c-conversion-area--bgSeparate .c-conversion-area__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: inherit;
		padding: 0;
	}
	.c-conversion-area__bg {
		height: auto;
		width: 100%;
	}
	.c-conversion-area__bg img {
		width: 100%;
		height: auto;
	}
	.c-conversion-area__content {
		width: 100%;
		max-width: 990px;
		margin: 0 auto;
		padding: 48px 0 42px;
	}
	.c-conversion-area__box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-conversion-area__box + .c-conversion-area__box {
		margin-top: 32px;
	}
	.c-conversion-area__text {
		width: 570px;
		margin-bottom: 0;
	}
	.c-conversion-area__button {
		width: 360px;
	}
	.c-conversion-area__buttonBox {
		width: 100%;
		padding: 48px 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.c-conversion-area__buttonBox + .c-conversion-area__buttonBox {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.c-conversion-area__buttonBox .c-conversion-area__button {
		width: 572px;
	}
}

/*----------
	_d_2_school_info 学校情報絞り込み
----------*/
.js_pullDownSelect.is-hide {
	display: none !important;
}

.js_school_info_toggle .js_toggle.is-hide {
	display: none !important;
}
.js_school_info_toggle .js_toggle .js_toggle_target {
	padding-top: 60px;
}
.js_school_info_toggle .js_toggle .js_toggle_target .c-heading-quat.is-hide, .js_school_info_toggle .js_toggle .js_toggle_target .c-table.is-hide {
	display: none !important;
	padding: 0px;
	margin: 0px;
}
.js_school_info_toggle .js_toggle .js_toggle_target .c-table {
	overflow: inherit;
	width: 100%;
	min-width: 0 !important;
	margin: 0 0 60px !important;
	padding: 0 !important;
	border-right: 1px solid #DBDBDB;
	overflow: hidden;
}
.js_school_info_toggle .js_toggle .js_toggle_target .c-table table {
	width: 100%;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.js_school_info_toggle .js_toggle .js_toggle_target tr.is-hide {
	display: none !important;
}
.js_school_info_toggle .js_toggle .js_toggle_target tbody, .js_school_info_toggle .js_toggle .js_toggle_target tr, .js_school_info_toggle .js_toggle .js_toggle_target th, .js_school_info_toggle .js_toggle .js_toggle_target td {
	width: 100%;
	max-width: 100%;
	border-right: none;
}
.js_school_info_toggle .js_toggle .js_toggle_target td {
	padding-bottom: 0px;
}
.js_school_info_toggle .js_toggle .js_toggle_target .js_school_linfo_link {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.js_school_info_toggle .js_toggle .js_toggle_target .js_school_linfo_link .c-icontext {
	margin-bottom: 20px;
}
.js_school_info_toggle .js_toggle .js_toggle_target .js_school_linfo_link a {
	margin-bottom: 0;
	text-decoration: none;
	text-indent: 0em;
	padding-left: 1.6em;
}
.js_school_info_toggle .js_toggle .js_toggle_target .js_school_linfo_link.is-hide {
	display: none !important;
}

/*----------
	youtube
----------*/
.c-movie {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.c-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------
	youtube追加
----------*/

@media screen and (max-width: 767px) {
.oc-movie {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.oc-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

/* --------------------
	Header
---------------------*/
.l-header {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	z-index: 99;
	width: 100%;
}
.l-header__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 90px;
	padding-left: 25px;
	background-color: #ffffff;
	transition: height 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.l-header--transparent .l-header__inner {
	background-color: rgba(255, 255, 255, 0.3);
}
.l-header__logo {
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	-ms-flex-align: center;
	align-items: center;
	margin-right: auto;
	transition: width 0.3s ease, height 0.3s ease;
}
.l-header__logo a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
}
.l-header__logo img {
	transition: width 0.3s ease, height 0.3s ease;
}
.l-header__nav {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 0 20px 0 16px;
	transition: padding 0.3s ease;
}
.l-header__gnav {
	position: relative;
	width: 100%;
}
.l-header__gnav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
}
.l-header__gnav ul li {
	position: relative;
}
.l-header__gnav ul li a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 54px;
	padding: 0 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	transition: height 0.3s ease, font-size 0.3s ease;
}
.l-header__gnav__line {
	opacity: 0;
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #eb8e0c;
	transition: opacity 0.3s ease;
}
.l-header__gnav__line.is-show {
	opacity: 1;
	transition: all 0.3s ease;
}
.l-header__gnav.is-lineHide .l-header__gnav__line {
	display: none;
	transition: unset;
}
.l-header__gnav.is-lineHide li.is-current::before {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #eb8e0c;
}
.l-header__subnav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	transition: margin 0.3s ease;
}
.l-header__subnav li {
	position: relative;
}
.l-header__subnav li:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	width: 1px;
	height: 1em;
	background-color: #222222;
	transition: top 0.3s ease;
}
.l-header__subnav li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 17px;
	font-size: 1.4rem;
	transition: color 0.2s, padding 0.3s ease, font-size 0.3s ease;
}
.l-header__subnav li a:hover {
	color: #eb8e0c;
}
.l-header .header__menu {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 90px;
	height: 90px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(-45deg, #535353, #535353);
	transition: width 0.3s ease, height 0.3s ease;
}
.l-header .header__menu .menu__button {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(135deg, #1f1f1f, #313131 50%, #1f1f1f);
	cursor: pointer;
	transition: background-image 400ms ease-in, padding 0.3s ease;
}
.l-header .header__menu .menu__button:hover {
	background-image: linear-gradient(-45deg, #535353, #535353);
}
.l-header .header__menu .menu__button img {
	width: 24px;
	transition: width 0.3s ease;
}
.l-header.l-header--isRyugaku .header__menu .menu__button {
	background-image: linear-gradient(135deg, #F9CBA2, #FFA759 50%, #FF9F86);
}
.l-header.l-header--isRyugaku .header__menu .menu__button:hover {
	background-image: linear-gradient(135deg, #FFFDC6, #FFD159 50%, #FFFDC6);
}
.l-header.is-smaller .l-header__inner {
	height: 72px;
	padding-left: 20px;
}
.l-header.is-smaller.l-header--transparent .l-header__inner {
	background-color: white;
}
.l-header.is-smaller .l-header__logo {
	width: 108px;
}
.l-header.is-smaller .l-header__nav {
	padding: 0 12px 0 10px;
}
.l-header.is-smaller .l-header__gnav ul li a {
	height: 38px;
	font-size: 1.4rem;
}
.l-header.is-smaller .l-header__subnav {
	margin-bottom: 4px;
}
.l-header.is-smaller .l-header__subnav li {
	position: relative;
}
.l-header.is-smaller .l-header__subnav li:not(:first-child)::before {
	top: 1px;
}
.l-header.is-smaller .l-header__subnav li a {
	padding: 0 13px;
	font-size: 1.2rem;
}
.l-header.is-smaller .header__menu {
	width: 72px;
	height: 72px;
}
@media screen and (max-width: 1440px) {
	.l-header__gnav ul li a {
		padding-right: 10px;
		padding-left: 10px;
	}
	.l-header.is-smaller .l-header__gnav ul li a {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 991px) {
	.l-header__inner {
		height: 56px;
	}
	.l-header__logo {
		display: -ms-flexbox;
		display: flex;
		width: auto;
		height: 56px;
	}
	.l-header__logo img {
		width: auto;
		height: 65%;
		max-width: none;
		min-width: auto;
	}
	.l-header__nav {
		display: none;
	}
	.l-header .header__menu {
		position: relative;
		width: 56px;
		height: 56px;
	}
	.l-header .header__menu .menu__button img {
		width: 20px;
	}
	.l-header.is-smaller .l-header__inner {
		height: 40px;
	}
	.l-header.is-smaller .l-header__logo {
		height: 40px;
	}
	.l-header.is-smaller .l-header__logo img {
		height: 65%;
	}
	.l-header.is-smaller .header__menu {
		width: 40px;
		height: 40px;
	}
	.l-header.is-smaller .header__menu img {
		width: 13px;
	}
}
@media screen and (max-width: 479px) {
	.l-header__logo img {
		width: 92px;
		height: auto;
		min-width: auto;
	}
	.l-header.is-smaller .l-header__inner {
		padding-left: 13px;
	}
	.l-header.is-smaller .l-header__logo img {
		width: 65px;
		height: auto;
		min-width: auto;
	}
}
@media (max-width: 767px) {
	.l-header--transparent .l-header__inner {
		background-color: white;
	}
}

/*----------
	メニュー
----------*/
body.no-scroll {
	overflow: hidden;
}

.l-header__menu {
	-webkit-font-smoothing: auto;
	/*----------
		toggle
	----------*/
}
html.w-mod-touch .l-header__menu * {
	background-attachment: scroll !important;
}
.l-header__menu p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
}
.l-header__menu ul,
.l-header__menu ol {
	margin-bottom: 10px;
}
.l-header__menu .nav__title-text {
	margin-top: 10px;
	line-height: 24px;
	font-weight: 700;
}
.l-header__menu .nav__logo-block {
	position: relative;
	z-index: 101;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 35px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-header__menu .nav__inner {
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 1200px;
	padding-top: 50px;
	padding-bottom: 22px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
}
.l-header__menu .nav__inner._1 {
	border-bottom: 1px solid #d8d8d8;
}
.l-header__menu .nav__logo-img {
	width: 125px;
	height: 45px;
}
.l-header__menu .nav__inner__col {
	width: 30%;
}
.l-header__menu .nav__title {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	margin-bottom: 28px;
	padding-left: 14px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border-left: 4px solid #eb8e0c;
	transition: color 200ms cubic-bezier(0.77, 0, 0.175, 1);
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.l-header__menu .nav__title:hover {
	color: #eb8e0c;
}
.l-header__menu .nav__title.dept {
	width: 100%;
}
.l-header__menu .nav__title.js_toggle_btn {
	margin-bottom: 15px;
}
.l-header__menu .nav__list {
	display: -ms-flexbox;
	display: flex;
	padding-left: 17px;
	-ms-flex-direction: column;
	flex-direction: column;
}
.l-header__menu .nav__list.nav-toggle__content {
	width: 100%;
}
.l-header__menu .nav-toggle__content:not(.is-open) {
	height: 0;
}
.l-header__menu .nav__list.nav-toggle__content:not(.is-open) {
	padding-top: 0;
	padding-bottom: 0;
}
.l-header__menu .nav-toggle.is-open .nav-toggle__content {
	height: auto;
	opacity: 1;
	visibility: visible;
	border-top: none;
}
.l-header__menu .nav-toggle.is-open .nav__title.js_toggle_btn::after,
.l-header__menu .nav-toggle.is-open .toggle__trigger::after {
	content: "\e90a";
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.l-header__menu .nav-toggle.is-open .nav-toggle__content--bgGray {
	background: #fafafa;
}
.l-header__menu .nav__list-item {
	position: relative;
	margin-bottom: 16px;
	list-style-type: none;
}
.l-header__menu .nav__text-link {
	display: block;
	transition: color 200ms cubic-bezier(0.77, 0, 0.175, 1);
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: bold;
}
.l-header__menu .nav__text-link:hover {
	color: #eb8e0c;
}
.l-header__menu .nav__block {
	width: 30%;
	margin-bottom: 0px;
}
.l-header__menu .nav__block.dept {
	width: 100%;
}
.l-header__menu .nav-sp__logo-block {
	position: relative;
	z-index: 101;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 35px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-header__menu .nav-sp__logo {
	width: 125px;
	height: 45px;
}
.l-header__menu .nav-sp__inner {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}
.l-header__menu .nav-link__icon.white {
	margin-right: 7px;
}
.l-header__menu .nav-link__icon__large {
	margin-right: 6px;
}
.l-header__menu .icon__fixed {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-left: -5px;
}
.l-header__menu .bg__gradation {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	width: 100%;
	height: 350px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}
.l-header__menu .news__left {
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	max-width: 200px;
	-ms-flex-align: center;
	align-items: center;
}
.l-header__menu .close-button__pc {
	position: absolute;
	left: auto;
	top: 45px;
	right: 45px;
	bottom: auto;
	z-index: 101;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.l-header__menu .close-button__sp {
	position: absolute;
	left: auto;
	top: 45px;
	right: 45px;
	bottom: auto;
	z-index: 101;
	width: 24px;
	height: 24px;
}
.l-header__menu .nav-link__icon {
	width: 10px;
	height: 10px;
	border-top: 2px solid #eb8e0c;
	border-right: 2px solid #eb8e0c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-header__menu .nav-link__icon.white {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.l-header__menu .nav-link__icon__large {
	width: 20px;
	height: 20px;
	border-top: 4px solid #eb8e0c;
	border-right: 4px solid #eb8e0c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-header__menu .close-button__pc::before,
.l-header__menu .close-button__pc::after,
.l-header__menu .close-button__sp::before,
.l-header__menu .close-button__sp::after {
	/* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	/* 棒の幅（太さ） */
	height: 28px;
	/* 棒の高さ */
	background: #333;
}
.l-header__menu .close-button__pc::before,
.l-header__menu .close-button__sp::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__menu .close-button__pc::after,
.l-header__menu .close-button__sp::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__menu .nav-sp h4 {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.l-header__menu .nav-pc {
		display: none;
	}
	.l-header__menu .nav-sp {
		display: -ms-flexbox;
		display: flex;
	}
	.l-header__menu .nav-sp__logo-block {
		display: -ms-flexbox;
		display: flex;
		height: 90px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.l-header__menu .nav-sp__logo {
		width: 80px;
		height: auto;
	}
	.l-header__menu .nav-sp__inner {
		width: 100%;
		padding-bottom: 80px;
	}
	.l-header__menu .toggle__trigger {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		height: 62px;
		padding-left: 30px;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #ddd;
	}
	.l-header__menu .nav-sp__list {
		margin-bottom: 0px;
		padding-left: 0px;
		list-style-type: none;
	}
	.l-header__menu .nav-sp__list-item {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		height: 55px;
		padding-left: 48px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.l-header__menu .nav-sp__link {
		position: absolute;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: -ms-flexbox;
		display: flex;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 48px;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #ddd;
		background-color: #f1f1f1;
		text-decoration: none;
	}
	.l-header__menu .nav-sp__link.is--first {
		padding-left: 30px;
		background-color: #eb8e0c;
	}
	.l-header__menu .nav-sp__text {
		display: block;
		width: 80%;
		color: #333;
		font-size: 14px;
		text-decoration: none;
	}
	.l-header__menu .nav-link__icon {
		width: 16px;
		height: 16px;
		margin-right: 25px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.l-header__menu .accordion__trigger__icon {
		display: none;
		width: 21px;
		height: 3px;
		margin-right: 18px;
		padding-right: 0px;
		padding-bottom: 0px;
		background-color: #eb8e0c;
	}
	.l-header__menu .nav-link__icon__large {
		margin-right: 23px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.l-header__menu .nav__title-text {
		font-size: 18px;
	}
	.l-header__menu .nav-link__icon {
		width: 10px;
		height: 10px;
		border-top: 2px solid #eb8e0c;
		border-right: 2px solid #eb8e0c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.l-header__menu .link__trigger {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		height: 62px;
		padding-left: 30px;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #ddd;
	}
}
@media screen and (max-width: 479px) {
	.l-header__menu .nav-sp__logo-block {
		display: -ms-flexbox;
		display: flex;
		height: 90px;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: 1px solid #ddd;
	}
	.l-header__menu .nav-sp__inner {
		position: relative;
		width: 100%;
	}
	.l-header__menu .toggle__trigger {
		cursor: pointer;
	}
	.l-header__menu .nav-sp__link.is--first {
		cursor: pointer;
	}
	.l-header__menu .close-button__pc {
		position: absolute;
		top: 19px;
		right: 16px;
		display: block;
		width: 24px;
		height: 24px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.l-header__menu .close-button__sp {
		position: absolute;
		top: 19px;
		right: 16px;
		display: block;
		width: 24px;
		height: 24px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.l-header__menu .nav__title.js_toggle_btn::after,
.l-header__menu .toggle__trigger::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e909";
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 28.8px;
	-webkit-transform: translateY(-50%) rotate(270deg);
	transform: translateY(-50%) rotate(270deg);
	color: #333;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.l-header__menu .nav__title.js_toggle_btn::after {
	top: 50%;
	right: 0;
}
.l-header__menu .nav-toggle {
	position: relative;
}
.l-header__menu .nav-toggle.is-hide {
	display: none;
}
.l-header__menu .nav-toggle__content {
	position: relative;
}
.l-header__menu .nav-toggle__content {
	border-top: 0 dashed #dbdbdb;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-out;
	overflow: hidden;
}
.l-header__menu .nav__list.nav-toggle__content {
	padding-top: 15px;
	padding-bottom: 38px;
}
.l-header__menu .nav-toggle__content:not(.is-open) {
	height: 0;
}
.l-header__menu .nav__list.nav-toggle__content:not(.is-open) {
	padding-top: 0;
	padding-bottom: 0;
}
.l-header__menu .nav-toggle.is-open .nav-toggle__content {
	height: auto;
	opacity: 1;
	visibility: visible;
	border-top: none;
}
.l-header__menu .nav-toggle.is-open .nav__title.js_toggle_btn::after,
.l-header__menu .nav-toggle.is-open .toggle__trigger::after {
	content: "\e90a";
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.l-header__menu .nav-toggle.is-open .nav-toggle__content--bgGray {
	background: #fafafa;
}
.l-header__menu body.no-scroll {
	overflow: hidden;
}
.l-header__menu .icon__toggle {
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.l-header__menu .nav-toggle.is-open .icon__toggle {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-header__menu #btn-black-sp .button.fixed {
	background-color: #3e3a39;
}

.nav-sp {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 100;
	display: none;
	overflow: auto;
	width: 100vw;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.98);
}

.nav-sp__logo-block {
	position: relative;
	z-index: 101;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 35px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-sp__logo {
	width: 125px;
	height: 45px;
}

.nav-sp__inner {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.nav-sp {
		display: -ms-flexbox;
		display: flex;
		height: 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		opacity: 0;
		transition: height 200ms ease-in, opacity 200ms ease-in;
	}

	.nav-sp.is--menu-open {
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		opacity: 1;
		transition: height 400ms ease-in, opacity 400ms ease-in;
	}
}
.nav-pc {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	width: 100%;
	height: 0%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.98);
	opacity: 0;
	transition: height 200ms ease-in, opacity 200ms ease-in;
}

.nav-pc.is--menu-open {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	opacity: 1;
	transition: height 400ms ease-in, opacity 400ms ease-in;
}

@media screen and (max-width: 767px) {
	.nav-sp {
		display: -ms-flexbox;
		display: flex;
		height: 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		opacity: 0;
		transition: height 200ms ease-in, opacity 200ms ease-in;
	}

	.nav-sp.is--menu-open {
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		opacity: 1;
		transition: height 400ms ease-in, opacity 400ms ease-in;
	}
}
/* --------------------
Footer
---------------------*/
.l-footer {
	-webkit-font-smoothing: auto;
	/* Footer toggle */
}
.l-footer p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
}
.l-footer ul, .l-footer ol {
	margin-bottom: 10px;
}
.l-footer .link {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-footer.footer {
	position: relative;
	padding: 40px 16px;
	background-color: #3e3a39;
}
.l-footer.footer.l-footer--isRyugaku {
	background-color: #888888;
}
.l-footer.footer.l-footer--isRyugaku .sitemap__link.f-11 {
	color: #ffffff;
}
.l-footer.footer.l-footer--isRyugaku .copyright {
	color: #ffffff;
}
.l-footer .footer__inner {
	display: -ms-flexbox;
	display: flex;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}
.l-footer .footer__container {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.l-footer .footer__sitemap {
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-bottom: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.l-footer .copyright {
	color: #b4b4b5;
	font-size: 10px;
	letter-spacing: 0.5px;
}
.l-footer .ft-nav__item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px none #fff;
}
.l-footer .ft-nav__item.ft-first {
	padding-left: 10px;
	border-bottom-style: none;
}
.l-footer .icon__toggle {
	position: absolute;
	right: 0px;
	width: 20px;
	height: 20px;
}
.l-footer .icon__toggle img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.l-footer .footer__text {
	line-height: 1;
	text-align: center;
}
.l-footer .footer__text p {
	text-align: left;
}
.l-footer .footer__text p,
.l-footer .sitemap__link p {
	margin-bottom: 0;
}
.l-footer .f-11 {
	font-size: 11px;
	line-height: 22px;
}
.l-footer .sitemap__link {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.l-footer .sitemap__link.f-11 {
	padding-right: 20px;
	color: #b4b4b5;
}
.l-footer .icon__top {
	position: absolute;
	left: auto;
	top: auto;
	right: 90px;
	bottom: 40px;
	width: 45px;
	height: 45px;
}
.l-footer .ft-nav__block {
	display: -ms-flexbox;
	display: flex;
	width: 30%;
	-ms-flex-direction: column;
	flex-direction: column;
}
.l-footer .ft-nav__list {
	color: #fff;
}
.l-footer .ft-toggle__trigger {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.l-footer .ft-toggle__trigger.js_toggle_btn {
	color: #fff;
}
.l-footer .ft-link__trigger {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
.l-footer .nav-link__icon {
	width: 10px;
	height: 10px;
	border-top: 2px solid #eb8e0c;
	border-right: 2px solid #eb8e0c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-footer .nav-link__icon.white {
	margin-right: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.l-footer .nav-link__icon__large {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	border-top: 4px solid #eb8e0c;
	border-right: 4px solid #eb8e0c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-footer .ft-toggle__content {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.4s ease-out;
}
.l-footer .ft-toggle__content:not(.is-open) {
	height: 0;
	padding: 0 !important;
}
.l-footer .nav-toggle.is-open .ft-toggle__content {
	height: auto;
	opacity: 1;
	visibility: visible;
	border-top: none;
}
.l-footer .ft-nav__item p {
	font-size: 14px;
	text-align: left;
}
.l-footer .footer__text p {
	text-align: left;
}
.l-footer .ft-toggle__trigger p,
.l-footer .ft-link__trigger p {
	margin-bottom: 0;
}
.l-footer .icon__toggle {
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.l-footer .nav-toggle.is-open .icon__toggle {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-footer #btn-black-sp .button.fixed {
	background-color: #3e3a39;
}
@media screen and (max-width: 991px) {
	.l-footer .footer__container {
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
	.l-footer p {
		font-size: 14px;
		line-height: 26px;
	}
	.l-footer.footer {
		padding-bottom: 90px;
	}
	.l-footer .footer__inner {
		max-width: 460px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0px;
		padding-left: 0px;
	}
	.l-footer .footer__container {
		max-width: 310px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.l-footer .ft-nav__item {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.l-footer .footer__text {
		width: 93%;
		margin-right: auto;
	}
	.l-footer .footer__inner {
		max-width: 460px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0px;
		padding-left: 0px;
	}
	.l-footer .footer__container {
		max-width: 310px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.l-footer .ft-nav__item {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.l-footer .footer__text {
		width: 93%;
		margin-right: auto;
	}
	.l-footer .icon__top {
		right: 4%;
		bottom: 85px;
	}
	.l-footer .ft-nav__block {
		width: 100%;
	}
	.l-footer .ft-nav__list {
		margin-bottom: 0px;
		padding-left: 0px;
		list-style-type: none;
	}
	.l-footer .ft-toggle__trigger {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		height: 55px;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #ddd;
	}
	.l-footer .ft-link__trigger {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		height: 55px;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #ddd;
	}
}
@media screen and (max-width: 479px) {
	.l-footer.footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
	}
	.l-footer .footer__container {
		width: 100%;
	}
	.l-footer .ft-nav__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.l-footer .icon__top {
		right: 16px;
	}
}

/* breadcrumb */
.l-breadcrumb {
	width: 100%;
	position: static;
	overflow-x: auto;
}
.l-breadcrumb__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 13px 0 12px 30px;
}
.l-breadcrumb__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}
.l-breadcrumb__list > li {
	position: relative;
	margin-left: 24px;
}
.l-breadcrumb__list > li > a,
.l-breadcrumb__list > li > span {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	color: #888;
	font-weight: 500;
}
.l-breadcrumb__list > li > span {
	color: #333;
	font-weight: bold;
}
.l-breadcrumb__list > li + li > a::before,
.l-breadcrumb__list > li + li > span::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e904";
	display: block;
	position: absolute;
	color: #AAA;
	font-weight: bold;
	left: -12px;
	top: 50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}
.l-breadcrumb__list > li:first-child {
	margin-left: 0;
}
.l-breadcrumb--textWhite {
	position: absolute;
	top: 90px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 10;
}
.l-breadcrumb--textWhite .l-breadcrumb__list > li > a,
.l-breadcrumb--textWhite .l-breadcrumb__list > li > span {
	color: #fff;
}
.l-breadcrumb--textWhite .l-breadcrumb__list > li + li > a::before,
.l-breadcrumb--textWhite .l-breadcrumb__list > li + li > span::before {
	color: #fff;
}
@media screen and (max-width: 991px) {
	.l-breadcrumb {
		top: 56px;
	}
}
@media (min-width: 768px) {
	.l-breadcrumb__inner {
		max-width: 1200px;
		padding: 19px 0;
	}
	.l-breadcrumb__list > li {
		margin-left: 36px;
	}
	.l-breadcrumb__list > li > a,
.l-breadcrumb__list > li > span {
		font-size: 1.2rem;
	}
	.l-breadcrumb__list > li > a:hover {
		color: #888;
		text-decoration: underline;
	}
	.l-breadcrumb__list > li + li > a::before,
.l-breadcrumb__list > li + li > span::before {
		left: -18px;
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
	}
	.l-breadcrumb--textWhite .l-breadcrumb__list > li > a:hover {
		color: #fff;
	}
}

.l-department-title {
	background-color: #0688F2;
	position: fixed;
	z-index: 10;
	top: 72px;
	left: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: opacity 0s 0.1s, 0.1s -webkit-transform;
	transition: 0.1s transform, opacity 0s 0.1s;
	transition: 0.1s transform, opacity 0s 0.1s, 0.1s -webkit-transform;
	width: 100%;
	opacity: 0;
}
.l-department-title.l-department-title.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	transition: opacity 0s, 0.5s -webkit-transform;
	transition: 0.5s transform, opacity 0s;
	transition: 0.5s transform, opacity 0s, 0.5s -webkit-transform;
}
.l-department-title__text {
	padding: 8px 30px;
}
.l-department-title__text span {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.4rem;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 991px) {
	.l-department-title {
		top: 40px;
	}
}
@media (min-width: 768px) {
	.l-department-title {
		width: calc(300px + 50vw - 300px);
		min-width: 600px;
	}
	.l-department-title__text {
		padding: 12px 120px 12px 16.6666666667%;
	}
	.l-department-title__text span {
		font-size: 1.6rem;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.69);
	}
}

.side-navi-conversion {
	position: fixed;
	z-index: 10;
	width: 100%;
	bottom: 0;
}
.side-navi-conversion__content {
	background-color: #FFFFFF;
	box-shadow: 0 -8px 14px 0 rgba(0, 0, 0, 0.2);
}
.side-navi-conversion__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border:none;
	border-right: none;
	border-bottom: none;
}
.side-navi-conversion__list > li {
	border:none;
}
.side-navi-conversion__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 47px;
	width: 100%;
	padding: 0;
}
.side-navi-conversion__link i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background-size: contain;
	margin-right: 5px;
	margin-left: -4px;
}
.side-navi-conversion__link i.icon-svg-school {
	background-size: 30px auto;
}
.side-navi-conversion__link i.icon-svg-tel {
	background-size: 24px auto;
}
.side-navi-conversion__link .side-navi-conversion__text {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	-webkit-font-smoothing: auto;
}
.side-navi-conversion__link .side-navi-conversion__text.oc {
	color: #ffffff;
}
.side-navi__oc{
	width: 46%;
}
.side-navi__form{
	width: 27%;
}
.side-navi__tel{
	width: 27%;
}
.side-navi-conversion__link.oc {
	background: linear-gradient(#ffa4a4 0%, #df3333 50%);
	padding-left:5px;
	width: 100%;
}
.side-navi-conversion__link.form {
	background: linear-gradient(#fff29a 0%, #d1bb24 50%);
    padding-left:5px;
	width: 100%;
}
.side-navi-conversion__link.question {
	background: linear-gradient(#bbeffe 0%, #33c196 50%);
    padding-left:5px;
	width: 100%;
}
.side-navi-conversion--column2 .side-navi-conversion__list > li {
	width: 50%;
}


@media (min-width: 768px) {
	.side-navi-conversion {
		right: 0;
		top: calc(50% - 228.5px);
		width: 56px;
		height: 453px;
		margin-top: 45px;
		margin-left: auto;
	}
	.side-navi-conversion__content {
		box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.2);
	}
	.side-navi-conversion__list {
		height: 453px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border:none;
	}
	.side-navi-conversion__list > li {
		width: 100%;
		/*height: 100%;*/
		border: none;
		border-right: none;
	}
	.side-navi-conversion__list > li:last-of-type {
		border-bottom: none;
	}
	.side-navi-conversion__link {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		padding: 0 0 10px;
		background-color: #fff;
		transition: 0.3s;
	}
	.side-navi-conversion__link i {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		background-size: 24px auto;
		width: 24px;
		height: 24px;
		margin-bottom: 5px;
		margin-right: 0;
		margin-left: 0;
	}
	.side-navi-conversion__link i.icon-svg-school {
		background-size: 22px auto;
	}
	.side-navi-conversion__link i.icon-svg-tel {
		background-size: 24px auto;
	}
	.side-navi-conversion__link .side-navi-conversion__text {
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 1.1px;
	}
	.side-navi-conversion--column2 .side-navi-conversion__list {
		height: 303px;
	}
	.side-navi-conversion--column2 .side-navi-conversion__list > li {
		width: 100%;
	}
	.side-navi__oc{
		height: 46%;
	}
	.side-navi__form{
		height: 27%;
	}
	.side-navi__tel{
		height: 27%;
	}
	.side-navi-conversion__link.oc {
		background: linear-gradient(#ffa4a4 0%, #df3333 50%);
		height: 100%;
		padding-top:5px;
		padding-left:0px
	}
	.side-navi-conversion__link.form {
		background: linear-gradient(#fff29a 0%, #d1bb24 50%);
		height: 100%;
		padding-top:5px;
		padding-left:0px
	}
	.side-navi-conversion__link.question {
		background: linear-gradient(#bbeffe 0%, #33c196 50%);
		height: 100%;
		padding-top:5px;
		padding-left:0px
	}
	
}

/*----------
	main content
----------*/
.l-main {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 90px;
}
.l-main.l-main--noneTittleVis .l-section:first-of-type {
	padding-top: 0;
}
@media (min-width: 768px) {
	.l-main.l-main--noneTittleVis .l-section:first-of-type {
		padding-top: 0;
	}
}
.l-main--headerTransparent {
	padding-top: 0;
}
@media screen and (max-width: 991px) {
	.l-main {
		padding-top: 56px;
	}
}

.l-content {
	position: relative;
}
@media (min-width: 768px) {
	.l-content {
		min-width: 1280px;
	}
}

.l-section {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 8%;
	padding-right: 8%;
	position: relative;
	margin-bottom: 90px;
}
@media screen and (min-width:768px) and ( max-width:1366px) {
	.l-section {
		padding-left: 56px;
		padding-right: 56px;
		margin-bottom: 120px;
	}
}

@media (min-width: 1367px) {
	.l-section {
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: 120px;
	}
}

/* 404ページ */
.l-content-404 .l-section:first-of-type {
	padding-top: 90px;
}
@media (min-width: 768px) {
	.l-content-404 .l-section:first-of-type {
		padding-top: 120px;
	}
}

/*----------
	display
----------*/
.u-hide {
	display: none !important;
}

.u-inline {
	display: inline !important;
}

.u-inline_block {
	display: inline-block !important;
}

.u-block {
	display: block !important;
}

@media (max-width: 767px) {
	.u-onlydesktop {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.u-onlymobile {
		display: none !important;
	}
}

.u-disabled {
	pointer-events: none !important;
	cursor: default !important;
}

.u-txt-link.u-disabled {
	display: inline-block;
}

/*----------
	text
----------*/
.u-sans {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-serif {
	font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.u-txt-fz10 {
	font-size: 1rem !important;
}

.u-txt-fz12 {
	font-size: 1.2rem !important;
}

.u-txt-fz13 {
	font-size: 1.3rem !important;
}

.u-txt-fz14 {
	font-size: 1.4rem !important;
}

.u-txt-fz16 {
	font-size: 1.6rem !important;
}

.u-txt-fz18 {
	font-size: 1.8rem !important;
}

.u-txt-fz20 {
	font-size: 2rem !important;
}

.u-txt-fz24 {
	font-size: 2.4rem !important;
}

.u-txt-fz32 {
	font-size: 3.2rem !important;
}

.u-txt-center {
	text-align: center !important;
}

@media (min-width: 768px) {
	.u-txt-pccenter {
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	.u-txt-spcenter {
		text-align: center !important;
	}
}

.u-txt-right {
	text-align: right !important;
}

.u-txt-left {
	text-align: left !important;
}

.u-txt-bold {
	font-weight: bold !important;
}

.u-txt-prim {
	color: #eb8e0c !important;
}

.u-txt-seco {
	color: #231817 !important;
}

.u-txt-default {
	color: #333333 !important;
}

.u-txt-white {
	color: #fff !important;
}

.u-txt-caution {
	color: #FF0000 !important;
}

/* 文中リンク */
.c-text a,
.c-text-article a,
.u-txt-link {
	text-decoration: underline;
	color: #333333;
}
.c-text a + i,
.c-text-article a + i,
.u-txt-link + i {
	padding: 0 3px;
}
@media (min-width: 768px) {
	.c-text a,
.c-text-article a,
.u-txt-link {
		transition: color 0.2s;
	}
	.c-text a:hover,
.c-text-article a:hover,
.u-txt-link:hover {
		color: #eb8e0c;
	}
}

/*----------
	margin
----------*/
/* 打ち消し */
.u-mb-none {
	margin-bottom: 0 !important;
}

.u-mt-none {
	margin-top: 0 !important;
}

/* 汎用マージン */
.u-mb-l1 {
	margin-bottom: 24px !important;
}

.u-mb-l2 {
	margin-bottom: 30px !important;
}

.u-mb-l3 {
	margin-bottom: 50px !important;
}

.u-mb-l4 {
	margin-bottom: 60px !important;
}

.u-mb-l5 {
	margin-bottom: 100px !important;
}

@media (min-width: 768px) {
	.u-mb-l1 {
		margin-bottom: 30px !important;
	}

	.u-mb-l2 {
		margin-bottom: 40px !important;
	}

	.u-mb-l3 {
		margin-bottom: 60px !important;
	}

	.u-mb-l4 {
		margin-bottom: 80px !important;
	}

	.u-mb-l5 {
		margin-bottom: 160px !important;
	}
}
/*----------
	paddomg
----------*/
/* 打ち消し */
.u-pb-none {
	padding-bottom: 0 !important;
}

.u-pt-none {
	padding-top: 0 !important;
}

/* 規定マージン regular */
/* SP-PC 倍マージン double */
/* 幅px */
.u-w-50px {
	width: 50px;
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
}

.u-w-100px {
	width: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
}

.u-w-150px {
	width: 150px;
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
}

.u-w-200px {
	width: 200px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
}

.u-w-250px {
	width: 250px;
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
}

.u-w-300px {
	width: 300px;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
}

.u-w-350px {
	width: 350px;
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
}

.u-w-400px {
	width: 400px;
	-ms-flex-preferred-size: 400px;
	flex-basis: 400px;
}

.u-w-450px {
	width: 450px;
	-ms-flex-preferred-size: 450px;
	flex-basis: 450px;
}

.u-w-500px {
	width: 500px;
	-ms-flex-preferred-size: 500px;
	flex-basis: 500px;
}


/*TOPへ戻る追加*/
.scroll-top-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	z-index: 100;
	width: 60px;
	height: 60px;
}

@media (max-width: 768px) {
	.scroll-top-btn {
	bottom: 60px;
	width: 50px;
	height: 50px;
  }
}


/* --------------------
	Foundation
---------------------*/
/*--------------------
	Components
---------------------*/
/*--------------------
	Common layout
---------------------*/
/*--------------------
	Utility
---------------------*/


/*--------------------
    各種証明書202309
---------------------*/
.syoumeisyo .c-table table{
	max-width:300px;
	margin-left:15px;
}

.syoumeisyo .c-table{
	margin-bottom:0;
}

.syoumeisyo2  table{
	max-width:650px;
	min-width: 600px;
	margin-left: 15px;
}


@media (max-width: 768px) {
.syoumeisyo .c-table{
	overflow-x:inherit;
}

.syoumeisyo .c-table table{
	min-width:auto;
	max-width:650px;	
	margin-left:15px;
}

.syoumeisyo .c-table table td{
	padding:12px;
}

.syoumeisyo .c-table::before{
	content:none;
}

.syoumeisyo .c-table table::after{
	background:none;
	content: none;
}

.syoumeisyo .c-table::after{
      content: none;

}

.syoumeisyo2 table tr td{
	width:20%;
}	
}


.tokushoho  table{
	max-width:85px;
	min-width: 800px;
}

.tokushoho  table tr th{
	background:#F1F1F1;
	width:30%;
	text-align:center;
}


@media (max-width: 768px) {

.tokushoho table tr th{
	width:20%;
}	
}

@media (max-width: 768px) {
	.c-iconset-row__image img{
		width:75%;
	}

	.c-iconset-row__title{
		display:block;
		line-height: 1em;
		padding-left: 10px;
		margin-left: 40px;
	}

	.c-iconset-row::after{
		left:0;
		width:85vw;
		
	}
	.c-iconset-row__content{
		width:85%;
		margin: auto;
	}


	.c-iconset::after{
		left:0;
		width:85vw;
	}

	.c-iconset__content {
		margin-left:22%;
	}

	
}


/*----------------
キャンパスライフページ
----------------*/

.slide-container {
	max-width: 450px;
	display: flex;
	align-items: center;
	margin-right: 50px;
	overflow: hidden;
	background: #000000;
	padding: 30px 0;
}

@media (max-width: 768px) {
	.slide-container {
	margin-right: 0px;
		margin-bottom:30px;
}
}
.slide-wrapper {
  display: flex;
  position: relative;
  animation: slide-flow 35s infinite linear 1s both;
}
.slide img{
  width: 300px;
  height: 200px;
  margin-right:10px;
  object-fit:cover;
}

@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

 .slide-paused:hover .slide-wrapper {
   animation-play-state: paused;
 }
 .slide-paused:hover .slide-wrapper img:hover {
   opacity: .8;
   cursor: grabbing;
 }
