/**!
 * rev. 2023-03-14
 * copyright © 2023
 */

@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@charset "utf-8";
@font-face {
	font-family: YuGothicM;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url('../font/icons.eot');
	src: url('../font/icons.eot?#iefix') format('embedded-opentype'), url('../font/icons.woff') format('woff'), url('../font/icons.ttf') format('truetype');
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
	font-size: 62.5%;
}
* {
	outline: none;
}
*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
*::selection {
		background-color: rgb(236, 131, 134);
	}
body {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 2;
	color: #161616;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	min-width: 1050px;
}
@media screen and (max-width: 767px) {
body {
		font-size: 4vw;
		min-width: 0
}
	}
@media screen and (max-width: 767px) {
body [data-device='pc'] {
			display: none
	}
		}
@media screen and (min-width: 768px) {
body [data-device='sp'] {
			display: none
	}
		}
@media print, screen and (min-width: 768px) {
a[href^="tel:"] {
			color: inherit !important;
			text-decoration: none;
			pointer-events: none;
			display: inline-block
	}
		}
img {
	vertical-align: bottom;
}
.c-page-home {
	padding: 137px 0 0;
}
@media screen and (max-width: 767px) {
.c-page-home {
		padding: 15.46667vw 0 0
}
	}
.c-page-home__important {
		width: 900px;
		margin: 60px auto 50px;
		padding: 30px 50px 15px;
		border: 3px solid #b81c22;
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-page-home__important {
			width: 86.66667vw;
			margin: 12vw auto;
			padding: 8vw 8vw 6.66667vw;
			border: 2px solid #b81c22
	}
		}
.c-page-home__important h2 {
			text-align: center;
			margin: 0;
			position: absolute;
			top: -1.1em;
			left: 0;
			right: 0;
		}
.c-page-home__important h2 span {
				background: #fff;
				color: #b81c22;
				font-size: 2.4rem;
				display: inline-block;
				padding: 0 10px;
				font-weight: normal;
			}
@media screen and (max-width: 767px) {
.c-page-home__important h2 span {
					font-size: 5.86667vw;
					padding: 0 3.33333vw
			}
				}
.c-page-home__important-box {
			text-decoration: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			color: inherit;
			margin: 5px 0;
		}
@media screen and (max-width: 767px) {
.c-page-home__important-box {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-flow: column;
				        flex-flow: column;
				margin: 0 0 4vw
		}
			}
.c-page-home__important-text {
			font-size: 1.5rem;
			line-height: 2;
			-webkit-box-ordinal-group: 3;
			    -ms-flex-order: 2;
			        order: 2;
			margin: 0;
		}
@media screen and (max-width: 767px) {
.c-page-home__important-text {
				font-size: 4vw;
				margin-bottom: 2.66667vw
		}
			}
@media screen and (min-width: 768px) {
					.c-page-home__important-text a:hover {
						text-decoration: underline;
					}
			}
.c-page-home__important-text a {
				text-decoration: none;
				color: inherit;
			}
.c-page-home__important-date {
			display: block;
			width: 100px;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			color: #b81c22;
			font-family: 'Crimson Text', serif;
			font-size: 1.8rem;
			line-height: 1.7;
			font-weight: 600;
			letter-spacing: .025em;
			-webkit-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
			margin: 0;
		}
@media screen and (max-width: 767px) {
.c-page-home__important-date {
				line-height: 1.4;
				width: 100%;
				font-size: 4.8vw
		}
			}
.c-page-home__banner {
		overflow: hidden;
		background: #ebe8de;
		padding: 60px 0;
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-page-home__banner {
			padding: 20px 0
	}
		}
.c-page-home__banner::after {
			content: "";
			width: 60%;
			display: block;
			position: absolute;
			top: -200%;
			bottom: -200%;
			right: -35%;
			-webkit-transform: rotateZ(35deg);
			        transform: rotateZ(35deg);
			background: #e2ded3;
		}
@media screen and (max-width: 767px) {
.c-page-home__banner::after {
				width: 75%
		}
			}
.c-page-home__banner-slide {
			position: relative;
			max-width: 1260px;
			margin: 0 auto;
			padding-right: 30px;
			padding-left: 30px;
			z-index: 10;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
@media screen and (max-width: 767px) {
.c-page-home__banner-slide {
				max-width: 100%;
				width: 90%;
				padding-right: 0;
				padding-left: 0
		}
			}
.c-page-home__banner-slide-item {
				overflow: visible;
				width: 30.8%;
				margin-right: 3.8%;
			}
@media screen and (max-width: 767px) {
.c-page-home__banner-slide-item {
					width: 47.5%;
					margin-right: 5%
			}
				}
.c-page-home__banner-slide-item:nth-child(3n) {
					margin-right: 0;
				}
@media screen and (max-width: 767px) {
.c-page-home__banner-slide-item:nth-child(3n) {
						margin-right: 5%
				}
					}
@media screen and (max-width: 767px) {
.c-page-home__banner-slide-item:nth-child(2n) {
						margin-right: 0
				}
					}
.c-page-home__banner-slide-item:nth-child(n + 4) {
					margin-top: 3.8%;
				}
@media screen and (max-width: 767px) {
.c-page-home__banner-slide-item:nth-child(n + 4) {
						margin-top: 5%
				}
					}
@media screen and (max-width: 767px) {
.c-page-home__banner-slide-item:nth-child(n + 3) {
						margin-top: 5%
				}
					}
.c-page-home__banner-slide-item a {
					display: block;
					-webkit-box-shadow: 0 0 6px 1px #d8d8d8;
					        box-shadow: 0 0 6px 1px #d8d8d8;
				}
@media screen and (min-width: 768px) {
.c-page-home__banner-slide-item a {
						-webkit-transition: opacity 300ms;
						transition: opacity 300ms
				}

						.c-page-home__banner-slide-item a:hover {
							opacity: .6;
						}
					}
.c-page-home__banner-slide-item a img {
						width: 100%;
					}
.c-page-home__banner .slick-list {
			overflow: visible;
		}
.c-page-home__banner .slick-prev, .c-page-home__banner .slick-next {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border: none;
			margin: 0;
			padding: 0;
			position: absolute;
			bottom: -25px;
			z-index: 100;
			outline: none;
			width: 52.5px;
			height: 9.5px;
			cursor: pointer;
		}
@media screen and (max-width: 767px) {
.c-page-home__banner .slick-prev, .c-page-home__banner .slick-next {
				width: 9.2vw;
				height: 1.46667vw;
				bottom: -4.53333vw
		}
			}
.c-page-home__banner .slick-prev {
			left: 130px;
			background: url("/img/common/icon-slide-prev.png") no-repeat center / 100%;
		}
@media screen and (min-width: 768px) {
.c-page-home__banner .slick-prev {
				-webkit-transition: left 300ms;
				transition: left 300ms
		}

				.c-page-home__banner .slick-prev:hover {
					left: 120px;
				}
			}
@media screen and (max-width: 767px) {
.c-page-home__banner .slick-prev {
				left: -6.66667vw
		}
			}
.c-page-home__banner .slick-next {
			right: 130px;
			background: url("/img/common/icon-slide-next.png") no-repeat center / 100%;
		}
@media screen and (min-width: 768px) {
.c-page-home__banner .slick-next {
				-webkit-transition: right 300ms;
				transition: right 300ms
		}

				.c-page-home__banner .slick-next:hover {
					right: 120px;
				}
			}
@media screen and (max-width: 767px) {
.c-page-home__banner .slick-next {
				right: -6.66667vw
		}
			}
.c-page-home__news {
		padding: 60px 0 115px;
	}
@media screen and (max-width: 767px) {
.c-page-home__news {
			padding: 16vw 0 14.93333vw
	}
		}
.c-page-home__news h2 {
			font-family: 'Crimson Text', serif;
			font-size: 6rem;
			margin: 0 0 55px;
			text-align: center;
			color: #b81c22;
			font-weight: 300;
			line-height: 1.2;
		}
@media screen and (max-width: 767px) {
.c-page-home__news h2 {
				font-size: 16vw;
				margin: 0 0 9.33333vw
		}
			}
.c-page-home__news h2 span {
				font-family: 'Noto Sans JP', sans-serif;
				display: block;
				font-size: 1.8rem;
				color: #2b2b2b;
				font-weight: 500;
			}
@media screen and (max-width: 767px) {
.c-page-home__news h2 span {
					font-size: 4.8vw
			}
				}
.c-page-home__news-topics {
			width: 900px;
			margin: 0 auto 33px;
			border: 1px dotted #b81c22;
			position: relative;
		}
@media screen and (max-width: 767px) {
.c-page-home__news-topics {
				width: 86.66667vw;
				margin: 0 auto 13.33333vw
		}
			}
.c-page-home__news-topics::before, .c-page-home__news-topics::after {
				content: "";
				border: 1px solid #b81c22;
				width: 15px;
				height: 15px;
				display: block;
				position: absolute;
				top: -1px;
			}
@media screen and (max-width: 767px) {
.c-page-home__news-topics::before, .c-page-home__news-topics::after {
					width: 4vw;
					height: 4vw
			}
				}
.c-page-home__news-topics::before {
				left: -1px;
				border-width: 1px 0 0 1px;
			}
.c-page-home__news-topics::after {
				right: -1px;
				border-width: 1px 1px 0 0;
			}
.c-page-home__news-topics-list {
				padding: 20px 33px;
			}
@media screen and (max-width: 767px) {
.c-page-home__news-topics-list {
					padding: 6.66667vw 8vw 2.66667vw
			}
				}
.c-page-home__news-topics-list::before, .c-page-home__news-topics-list::after {
					content: "";
					border: 1px solid #b81c22;
					width: 15px;
					height: 15px;
					display: block;
					position: absolute;
					bottom: -1px;
				}
@media screen and (max-width: 767px) {
.c-page-home__news-topics-list::before, .c-page-home__news-topics-list::after {
						width: 4vw;
						height: 4vw
				}
					}
.c-page-home__news-topics-list::before {
					left: -1px;
					border-width: 0 0 1px 1px;
				}
.c-page-home__news-topics-list::after {
					right: -1px;
					border-width: 0 1px 1px 0;
				}
.c-page-home__news-topics-list ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}
.c-page-home__news-topics-list ul li {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-pack: start;
						    -ms-flex-pack: start;
						        justify-content: flex-start;
						-webkit-box-align: start;
						    -ms-flex-align: start;
						        align-items: flex-start;
						margin: 5px 0;
					}
@media screen and (max-width: 767px) {
.c-page-home__news-topics-list ul li {
							display: block;
							margin: 0 0 4vw
					}
						}
.c-page-home__news-topics-list ul li a {
							text-decoration: none;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-pack: start;
							    -ms-flex-pack: start;
							        justify-content: flex-start;
							-webkit-box-align: start;
							    -ms-flex-align: start;
							        align-items: flex-start;
							color: inherit;
						}
@media screen and (min-width: 768px) {
								.c-page-home__news-topics-list ul li a [class="c-page-home__news-topics-list-text"] {
								}
									.c-page-home__news-topics-list ul li a [class="c-page-home__news-topics-list-text"]:hover {
										text-decoration: underline;
									}
							}
@media screen and (max-width: 767px) {
.c-page-home__news-topics-list ul li a {
								display: block
						}
							}
.c-page-home__news-topics-list-date {
					display: block;
					width: 100px;
					-webkit-box-flex: 0;
					    -ms-flex: 0 0 auto;
					        flex: 0 0 auto;
					color: #b81c22;
					font-family: 'Crimson Text', serif;
					font-size: 1.8rem;
					line-height: 1.7;
					font-weight: 600;
					letter-spacing: .025em;
				}
@media screen and (max-width: 767px) {
.c-page-home__news-topics-list-date {
						line-height: 1.4;
						width: 100%;
						font-size: 4.8vw
				}
					}
.c-page-home__news-topics-list-text {
					font-size: 1.5rem;
					-webkit-box-flex: 1;
					    -ms-flex: 1 1 auto;
					        flex: 1 1 auto;
				}
@media screen and (max-width: 767px) {
.c-page-home__news-topics-list-text {
						font-size: 4vw
				}
					}
.c-page-home__news-contents {
		}
.c-page-home__news-category {
			padding: 33px 0 68px;
			background: #f9f7f2;
		}
@media screen and (max-width: 767px) {
.c-page-home__news-category {
				padding: 6.66667vw 0 50.13333vw
		}
			}
.c-page-home__news-category h3 {
				display: none;
			}
@media screen and (max-width: 767px) {
.c-page-home__news-category h3 {
					text-align: center;
					font-size: 4vw;
					font-weight: normal;
					margin: 0 0 4vw
			}
				}
.c-page-home__news-category ul {
				width: 993px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				padding: 0;
				margin: 0 auto;
			}
@media screen and (max-width: 767px) {
.c-page-home__news-category ul {
					width: 95.46667vw;
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
					-webkit-box-pack: start;
					    -ms-flex-pack: start;
					        justify-content: flex-start
			}
				}
.c-page-home__news-category ul li {
					list-style: none;
				}
@media screen and (max-width: 767px) {
.c-page-home__news-category ul li {
						width: 22.93333vw;
						margin: 0 0.46667vw 0.93333vw
				}
					}
.c-page-home__news-category ul li a {
						width: 70px;
						height: 84px;
						-webkit-appearance: none;
						   -moz-appearance: none;
						        appearance: none;
						background-color: #fff;
						border: #d5d5d5 solid 1px;
						border-radius: 5px;
						display: table;
						padding: 10px 2px 3px;
						text-decoration: none;
						color: #b81c22;
						background-repeat: no-repeat;
						background-position: center top 8px;
						background-size: 52px auto;
						-webkit-transition: 100ms;
						transition: 100ms;
						cursor: pointer;
						font-family: 'Noto Sans JP', sans-serif;
						text-align: center;
					}
@media screen and (max-width: 767px) {
.c-page-home__news-category ul li a {
							background-size: 13.86667vw auto;
							width: 22.93333vw;
							height: 22.93333vw;
							padding: 2.66667vw 0.53333vw 3px;
							background-position: center top 2.4vw
					}
						}
.c-page-home__news-category ul li a span {
							font-size: 1.2rem;
							display: table-cell;
							padding-top: 40px;
							line-height: 1.2;
							vertical-align: middle;
						}
@media screen and (max-width: 767px) {
.c-page-home__news-category ul li a span {
								font-size: 3.2vw;
								padding-top: 10.66667vw
						}
							}
.c-page-home__news-category ul li a[data-category="all"] {
							background-image: url("/img/common/icon-category-all.png");
						}
.c-page-home__news-category ul li a[data-category="info"] {
							background-image: url("/img/common/icon-category-info.png");
						}
.c-page-home__news-category ul li a[data-category="welfare"] {
							background-image: url("/img/common/icon-category-welfare.png");
						}
.c-page-home__news-category ul li a[data-category="career"] {
							background-image: url("/img/common/icon-category-career.png");
						}
.c-page-home__news-category ul li a[data-category="economics"] {
							background-image: url("/img/common/icon-category-economics.png");
						}
.c-page-home__news-category ul li a[data-category="graduate"] {
							background-image: url("/img/common/icon-category-graduate.png");
						}
.c-page-home__news-category ul li a[data-category="campusLife"] {
							background-image: url("/img/common/icon-category-campusLife.png");
						}
.c-page-home__news-category ul li a[data-category="nyushi"] {
							background-image: url("/img/common/icon-category-nyushi.png");
						}
.c-page-home__news-category ul li a[data-category="international"] {
							background-image: url("/img/common/icon-category-international.png");
						}
.c-page-home__news-category ul li a[data-category="intercultural"] {
							background-image: url("/img/common/icon-category-intercultural.png");
						}
.c-page-home__news-category ul li a[data-category="music"] {
							background-image: url("/img/common/icon-category-music.png");
						}
.c-page-home__news-category ul li a[data-category="renkei"] {
							background-image: url("/img/common/icon-category-renkei.png");
						}
.c-page-home__news-category ul li a[data-category="nursing"] {
							background-image: url("/img/common/icon-category-nursing.png");
						}
.c-page-home__news-category ul li a[data-category="library"] {
							background-image: url("/img/common/icon-category-library.png");
						}
@media screen and (min-width: 768px) {
.c-page-home__news-category ul li a:hover {
								color: #fff
						}

								.c-page-home__news-category ul li a:hover[data-category="all"] {
									background-color: #b81c22;
									border-color: #b81c22;
									background-image: url("../img/common/icon-category-all-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="info"] {
									background-color: #b81c22;
									border-color: #b81c22;
									background-image: url("../img/common/icon-category-info-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="welfare"] {
									background-color: #b83d1c;
									border-color: #b83d1c;
									background-image: url("../img/common/icon-category-welfare-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="career"] {
									background-color: #b81c22;
									border-color: #b81c22;
									background-image: url("../img/common/icon-category-career-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="economics"] {
									background-color: #384f9a;
									border-color: #384f9a;
									background-image: url("../img/common/icon-category-economics-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="graduate"] {
									background-color: #b87b1c;
									border-color: #b87b1c;
									background-image: url("../img/common/icon-category-graduate-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="campusLife"] {
									background-color: #3285c0;
									border-color: #3285c0;
									background-image: url("../img/common/icon-category-campusLife-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="nyushi"] {
									background-color: #b89c1c;
									border-color: #b89c1c;
									background-image: url("../img/common/icon-category-nyushi-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="international"] {
									background-color: #6c9341;
									border-color: #6c9341;
									background-image: url("../img/common/icon-category-international-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="intercultural"] {
									background-color: #3c8554;
									border-color: #3c8554;
									background-image: url("../img/common/icon-category-intercultural-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="music"] {
									background-color: #3c8554;
									border-color: #3c8554;
									background-image: url("../img/common/icon-category-music-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="renkei"] {
									background-color: #634084;
									border-color: #634084;
									background-image: url("../img/common/icon-category-renkei-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="nursing"] {
									background-color: #3ebd01;
									border-color: #3ebd01;
									background-image: url("../img/common/icon-category-nursing-on.png");
								}

								.c-page-home__news-category ul li a:hover[data-category="library"] {
									background-color: #b81c22;
									border-color: #b81c22;
									background-image: url("../img/common/icon-category-library-on.png");
								}
							}
.c-page-home__news-body {
			margin: -36px auto 0;
			width: 1000px;
		}
@media screen and (max-width: 767px) {
.c-page-home__news-body {
				margin: -43.73333vw auto 0;
				width: 86.66667vw
		}
			}
.c-page-home__news-list {
			margin-bottom: 40px;
		}
.c-page-home__news-list ul {
				list-style: none;
				margin: 0;
				padding: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
			}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul {
					display: block;
					width: 86.66667vw
			}
				}
.c-page-home__news-list ul li {
					width: 316px;
					margin-right: 26px;
					margin-bottom: 18px;
					position: relative;
				}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul li {
						width: 100%;
						margin-right: 0;
						margin-bottom: 5.33333vw
				}
					}
.c-page-home__news-list ul li:nth-child(3n) {
						margin-right: 0;
					}
.c-page-home__news-list ul li[data-new="true"]::before {
							content: "NEW";
							font-family: 'Crimson Text', serif;
							font-size: 1.4rem;
							display: block;
							width: 50px;
							height: 50px;
							line-height: 50px;
							background: #ffda44;
							border-radius: 50%;
							position: absolute;
							top: 8px;
							right: 8px;
							text-align: center;
							z-index: 10;
						}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul li[data-new="true"]::before {
								width: 13.6vw;
								height: 13.6vw;
								line-height: 13.6vw;
								top: 2.13333vw;
								right: 2.13333vw;
								font-size: 3.73333vw
						}
							}
.c-page-home__news-list ul li a {
						display: block;
						text-decoration: none;
						color: inherit;
						position: relative;
					}
@media screen and (min-width: 768px) {
								.c-page-home__news-list ul li a [class="c-page-home__news-list-pict"]::before {
									content: "";
									opacity: 0;
									pointer-events: none;
									display: block;
									position: absolute;
									top: 0;
									bottom: 0;
									left: 0;
									right: 0;
									background: rgba(31, 30, 29, 0.9) url("/img/common/icon-hover-arrow.png") no-repeat center center / 54px;
									-webkit-transition: opacity 300ms;
									transition: opacity 300ms;
								}
								.c-page-home__news-list ul li a:hover [class="c-page-home__news-list-pict"] {
								}
									.c-page-home__news-list ul li a:hover [class="c-page-home__news-list-pict"]::before {
										opacity: 1;
									}
						}
.c-page-home__news-list ul li figure {
						margin: 0 0 24px;
						position: relative;
					}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul li figure {
							margin: 0 0 5.33333vw
					}
						}
.c-page-home__news-list ul li figure img {
							width: 316px;
							height: 200px;
							-o-object-fit: cover;
							   font-family: "object-fit:cover";
							   object-fit: cover;
						}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul li figure img {
								width: 85.86667vw;
								height: 54.4vw
						}
							}
.c-page-home__news-list ul li figure figcaption {
							position: absolute;
							bottom: -13px;
							padding: 0 8px;
							color: #fff;
							font-size: 1.3rem;
							height: 25px;
						}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul li figure figcaption {
								bottom: -3.2vw;
								padding: 0 2.4vw;
								font-size: 3.46667vw;
								height: 6.4vw;
								border-radius: 0 2px 2px 0
						}
							}
.c-page-home__news-list ul li figure figcaption [data-news-contents="date"] {
								font-family: 'Crimson Text', serif;
								font-size: 1.5rem;
								display: inline-block;
								line-height: 1;
								padding-right: 10px;
								margin-right: 5px;
								border-right: 1px solid #fff;
							}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul li figure figcaption [data-news-contents="date"] {
									padding-right: 2.66667vw;
									margin-right: 1.33333vw;
									font-size: 4.13333vw
							}
								}
.c-page-home__news-list ul li figure figcaption [data-news-contents="category"] {
							}
.c-page-home__news-list ul li figure figcaption::after {
								content: "";
								width: 0;
								height: 0;
								border-style: solid;
								border-width: 12.5px 0 12.5px 10px;
								position: absolute;
								right: -10px;
								top: 0;
							}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul li figure figcaption::after {
									border-width: 3.2vw 0 3.2vw 2.66667vw;
									right: -2.4vw
							}
								}
.c-page-home__news-list ul li figure figcaption[data-category="all"] {
								background-color: #b81c22;
							}
.c-page-home__news-list ul li figure figcaption[data-category="all"]::after {
									border-color: transparent transparent transparent #b81c22;
								}
.c-page-home__news-list ul li figure figcaption[data-category="info"] {
								background-color: #b81c22;
							}
.c-page-home__news-list ul li figure figcaption[data-category="info"]::after {
									border-color: transparent transparent transparent #b81c22;
								}
.c-page-home__news-list ul li figure figcaption[data-category="welfare"] {
								background-color: #b83d1c;
							}
.c-page-home__news-list ul li figure figcaption[data-category="welfare"]::after {
									border-color: transparent transparent transparent #b83d1c;
								}
.c-page-home__news-list ul li figure figcaption[data-category="career"] {
								background-color: #b81c22;
							}
.c-page-home__news-list ul li figure figcaption[data-category="career"]::after {
									border-color: transparent transparent transparent #b81c22;
								}
.c-page-home__news-list ul li figure figcaption[data-category="economics"] {
								background-color: #384f9a;
							}
.c-page-home__news-list ul li figure figcaption[data-category="economics"]::after {
									border-color: transparent transparent transparent #384f9a;
								}
.c-page-home__news-list ul li figure figcaption[data-category="graduate"] {
								background-color: #b87b1c;
							}
.c-page-home__news-list ul li figure figcaption[data-category="graduate"]::after {
									border-color: transparent transparent transparent #b87b1c;
								}
.c-page-home__news-list ul li figure figcaption[data-category="campusLife"] {
								background-color: #3285c0;
							}
.c-page-home__news-list ul li figure figcaption[data-category="campusLife"]::after {
									border-color: transparent transparent transparent #3285c0;
								}
.c-page-home__news-list ul li figure figcaption[data-category="nyushi"] {
								background-color: #b89c1c;
							}
.c-page-home__news-list ul li figure figcaption[data-category="nyushi"]::after {
									border-color: transparent transparent transparent #b89c1c;
								}
.c-page-home__news-list ul li figure figcaption[data-category="international"] {
								background-color: #6c9341;
							}
.c-page-home__news-list ul li figure figcaption[data-category="international"]::after {
									border-color: transparent transparent transparent #6c9341;
								}
.c-page-home__news-list ul li figure figcaption[data-category="intercultural"] {
								background-color: #3c8554;
							}
.c-page-home__news-list ul li figure figcaption[data-category="intercultural"]::after {
									border-color: transparent transparent transparent #3c8554;
								}
.c-page-home__news-list ul li figure figcaption[data-category="music"] {
								background-color: #3c8554;
							}
.c-page-home__news-list ul li figure figcaption[data-category="music"]::after {
									border-color: transparent transparent transparent #3c8554;
								}
.c-page-home__news-list ul li figure figcaption[data-category="renkei"] {
								background-color: #634084;
							}
.c-page-home__news-list ul li figure figcaption[data-category="renkei"]::after {
									border-color: transparent transparent transparent #634084;
								}
.c-page-home__news-list ul li figure figcaption[data-category="nursing"] {
								background-color: #3ebd01;
							}
.c-page-home__news-list ul li figure figcaption[data-category="nursing"]::after {
									border-color: transparent transparent transparent #3ebd01;
								}
.c-page-home__news-list ul li figure figcaption[data-category="library"] {
								background-color: #b81c22;
							}
.c-page-home__news-list ul li figure figcaption[data-category="library"]::after {
									border-color: transparent transparent transparent #b81c22;
								}
.c-page-home__news-list ul li p {
						font-size: 1.5rem;
						margin: 0;
					}
@media screen and (max-width: 767px) {
.c-page-home__news-list ul li p {
							font-size: 4vw
					}
						}
.c-page-home__news-list-btn {
				text-align: center;
			}
.c-page-home__news-list-btn a {
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					background: #fff;
					border: 2px solid #b81c22;
					color: #b81c22;
					display: inline-block;
					line-height: 2;
					min-width: 280px;
					border-radius: 5px;
					padding: .7em 3em .65em;
					position: relative;
					text-align: center;
					text-decoration: none;
					vertical-align: middle;
					-webkit-transition: opacity 300ms;
					transition: opacity 300ms;
				}
@media screen and (max-width: 767px) {
.c-page-home__news-list-btn a {
						padding: 1.33333vw 5.33333vw;
						min-width: 56vw
				}
					}
@media screen and (min-width: 768px) {
.c-page-home__news-list-btn a {
						-webkit-transition: 300ms;
						transition: 300ms
				}

						.c-page-home__news-list-btn a:hover {
							background: #b81c22;
							color: #fff;
						}

							.c-page-home__news-list-btn a:hover::after {
								border-color: #fff;
							}
					}
.c-page-home__news-list-btn a:disabled {
						opacity: .6;
					}
.c-page-home__news-list-btn a::after {
						border: 2px solid #b81c22;
						border-width: 0 2px 2px 0;
						content: "";
						display: block;
						height: 7px;
						margin-top: -3px;
						position: absolute;
						right: 1.5em;
						top: 50%;
						-webkit-transform: rotate(-45deg);
						        transform: rotate(-45deg);
						width: 7px;
						-webkit-transition: 300ms;
						transition: 300ms;
					}
@media screen and (max-width: 767px) {
.c-page-home__news-list-btn a::after {
							height: 1.86667vw;
							width: 1.86667vw;
							margin-top: -0.93333vw;
							right: 4vw
					}
						}
.c-page-home__event {
		padding: 80px 0 125px;
		background: url("/img/top/bg-event.jpg") no-repeat center center / cover;
		margin-bottom: 200px;
	}
@media screen and (max-width: 767px) {
.c-page-home__event {
			padding: 16vw 0 25.33333vw;
			margin-bottom: 16vw;
			background: url("/img/top/bg-event-sp.jpg") no-repeat center center / cover
	}
		}
.c-page-home__event h2 {
			font-family: 'Crimson Text', serif;
			font-size: 6rem;
			margin: 0 0 55px;
			text-align: center;
			color: #b81c22;
			font-weight: 300;
			line-height: 1.2;
		}
@media screen and (max-width: 767px) {
.c-page-home__event h2 {
				font-size: 16vw;
				margin: 0 0 9.33333vw
		}
			}
.c-page-home__event h2 span {
				font-family: 'Noto Sans JP', sans-serif;
				display: block;
				font-size: 1.8rem;
				color: #2b2b2b;
				font-weight: 500;
			}
@media screen and (max-width: 767px) {
.c-page-home__event h2 span {
					font-size: 4.8vw
			}
				}
.c-page-home__event-contents {
		}
.c-page-home__event-body {
			width: 1045px;
			margin: 0 auto;
			padding: 30px 30px 56px;
			background: #fff;
		}
@media screen and (max-width: 767px) {
.c-page-home__event-body {
				width: 77.33333vw;
				padding: 8vw 9.33333vw 6.66667vw
		}
			}
.c-page-home__event-body ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
				list-style: none;
				margin: 0;
				padding: 0;
			}
@media screen and (max-width: 767px) {
.c-page-home__event-body ul {
					display: block
			}
				}
.c-page-home__event-body ul li {
					width: 220px;
					margin-right: 35px;
				}
@media screen and (max-width: 767px) {
.c-page-home__event-body ul li {
						width: 100%;
						margin-right: 0;
						margin-bottom: 4.66667vw
				}
					}
.c-page-home__event-body ul li:nth-child(4n) {
						margin-right: 0;
					}
.c-page-home__event-body ul li a {
						display: block;
						text-decoration: none;
						color: inherit;
						position: relative;
					}
@media screen and (min-width: 768px) {
.c-page-home__event-body ul li a {
					}
								.c-page-home__event-body ul li a [class="c-page-home__event-pict"]::before {
									content: "";
									opacity: 0;
									pointer-events: none;
									display: block;
									position: absolute;
									top: 0;
									bottom: 0;
									left: 0;
									right: 0;
									background: rgba(31, 30, 29, 0.9) url("/img/common/icon-hover-arrow.png") no-repeat center center / 54px;
									-webkit-transition: opacity 300ms;
									transition: opacity 300ms;
								}
									.c-page-home__event-body ul li a:hover [class="c-page-home__event-pict"]::before {
										opacity: 1;
									}
						}
.c-page-home__event-body ul li[data-new="true"] {
						position: relative;
					}
.c-page-home__event-body ul li[data-new="true"]::before {
							content: "NEW";
							font-family: 'Crimson Text', serif;
							color: #fff;
							font-weight: 500;
							line-height: 1.2;
							text-decoration: none;
							display: inline-block;
							position: absolute;
							background: #b81c22;
							left: 0;
							top: 0;
							z-index: 1;
							font-size: 1.4rem;
							padding: 2px 5px;
						}
@media screen and (max-width: 767px) {
.c-page-home__event-body ul li[data-new="true"]::before {
								font-size: 4vw;
								padding: 4px 8px
						}
							}
.c-page-home__event-pict {
			width: 220px;
			height: 139px;
			background: #e7e7e7;
			margin-bottom: 12px;
			position: relative;
		}
@media screen and (max-width: 767px) {
.c-page-home__event-pict {
				width: 58.66667vw;
				height: 37.06667vw;
				margin-bottom: 4vw
		}
			}
.c-page-home__event-pict img {
				width: 220px;
				height: 139px;
				-o-object-fit: contain;
				   font-family: "object-fit:contain";
				   object-fit: contain;
			}
@media screen and (max-width: 767px) {
.c-page-home__event-pict img {
					width: 58.66667vw;
					height: 37.06667vw
			}
				}
.c-page-home__event-box p {
				margin: 0;
			}
.c-page-home__event-date {
			font-family: 'Crimson Text', serif;
			font-size: 1.6rem;
			color: #b81c22;
		}
@media screen and (max-width: 767px) {
.c-page-home__event-date {
				font-size: 4.26667vw
		}
			}
.c-page-home__event-text {
			font-size: 1.5rem;
		}
@media screen and (max-width: 767px) {
.c-page-home__event-text {
				font-size: 4vw;
				line-height: 1.6
		}
			}
.c-page-home__event-btn {
			text-align: center;
			margin-top: -26px;
		}
@media screen and (max-width: 767px) {
.c-page-home__event-btn {
				margin-top: -5.33333vw
		}
			}
.c-page-home__event-btn a {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				background: #b81c22;
				border: 2px solid #fff;
				color: #fff;
				display: inline-block;
				line-height: 2;
				min-width: 240px;
				border-radius: 10px;
				padding: .5em 3em .45em;
				position: relative;
				text-align: center;
				text-decoration: none;
				vertical-align: middle;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
				font-size: 1.5rem;
			}
@media screen and (max-width: 767px) {
.c-page-home__event-btn a {
					padding: 1.33333vw 5.33333vw;
					min-width: 56vw
			}
				}
@media screen and (min-width: 768px) {
.c-page-home__event-btn a {
					-webkit-transition: 300ms;
					transition: 300ms
			}

					.c-page-home__event-btn a:hover {
						background: #fff;
						border-color: #b81c22;
						color: #b81c22;
					}

						.c-page-home__event-btn a:hover::after {
							border-color: #b81c22;
						}
				}
.c-page-home__event-btn a:disabled {
					opacity: .6;
				}
.c-page-home__event-btn a::after {
					border: 2px solid #fff;
					border-width: 0 2px 2px 0;
					content: "";
					display: block;
					height: 7px;
					margin-top: -3px;
					position: absolute;
					right: 1.5em;
					top: 50%;
					-webkit-transform: rotate(-45deg);
					        transform: rotate(-45deg);
					width: 7px;
				}
@media screen and (max-width: 767px) {
.c-page-home__event-btn a::after {
						height: 1.86667vw;
						width: 1.86667vw;
						margin-top: -0.93333vw;
						right: 4vw
				}
					}
.c-page-home__faculty-features {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			position: relative;
			margin-bottom: 205px;
		}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features {
				display: block;
				margin-bottom: 27.33333vw
		}
			}
.c-page-home__faculty-features::before {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: #f0ece5;
			}
.c-page-home__faculty-features::after {
				content: "";
				width: 100%;
				padding-top: 730px;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				background: url("/img/top/bg-faculty-features.png") no-repeat center top 50px;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features::after {
					top: 136vw;
					background: url("/img/top/bg-faculty-features.png") no-repeat left 92% top / 152%
			}
				}
.c-page-home__faculty-features-pict {
				width: 680px;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				margin-top: -228px;
				position: relative;
				z-index: 5;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features-pict {
					width: 100%;
					margin-top: 0
			}
				}
.c-page-home__faculty-features-pict img {
					width: 100%;
				}
.c-page-home__faculty-features-box {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 auto;
				        flex: 0 1 auto;
				padding: 105px 0 90px 65px;
				position: relative;
				z-index: 5;
				width: 600px;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features-box {
					width: 100%;
					margin: 0 auto;
					padding: 8vw 6.66667vw 8vw
			}
				}
.c-page-home__faculty-features-title {
				background: #b81c22;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 0 17px 0 10px;
				overflow: hidden;
				color: #fff;
				margin: 0 0 20px;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features-title {
					width: 100%;
					padding: 0 4.53333vw 0 2.66667vw
			}
				}
.c-page-home__faculty-features-title dt {
					font-size: 1.8rem;
					margin-right: 20px;
					position: relative;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					line-height: 1;
				}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features-title dt {
						font-size: 3.86667vw;
						margin-right: 3.06667vw;
						line-height: 1.2
				}
					}
.c-page-home__faculty-features-title dt::after {
						content: "";
						display: block;
						width: 33px;
						height: 33px;
						border: 2px solid #fff;
						border-width: 0 2px 2px 0;
						-webkit-transform: rotate(-45deg);
						        transform: rotate(-45deg);
						margin-left: -13px;
					}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features-title dt::after {
							width: 8vw;
							height: 8vw;
							margin-left: -2.66667vw
					}
						}
.c-page-home__faculty-features-title dd {
					padding: 0;
					margin: 0;
					font-size: 2.3rem;
					line-height: 1;
					padding-bottom: 2px;
				}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features-title dd {
						font-size: 4.26667vw;
						line-height: 1.2
				}
					}
.c-page-home__faculty-features h2 {
				font-size: 3.9rem;
				font-family: 'Noto Serif JP', serif;
				line-height: 1.5;
				font-weight: 500;
				color: #b81c22;
				margin: 0 0 15px;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features h2 {
					font-size: 7.46667vw;
					margin: 0 0 2.66667vw;
					line-height: 1.5
			}
				}
.c-page-home__faculty-features h2 span {
					font-size: 3.5rem;
				}
@media screen and (max-width: 767px) {
.c-page-home__faculty-features h2 span {
						font-size: 7.46667vw
				}
					}
.c-page-home__faculty-list {
			position: relative;
			z-index: 5;
		}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list {
				background: url("/img/top/bg-faculty-circle-sp.png") no-repeat center bottom / 100%
		}
			}
.c-page-home__faculty-list::before {
				content: url("/img/top/bg-faculty-circle-left.png");
				display: block;
				position: absolute;
				top: -43px;
				left: 0;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list::before {
					content: none
			}
				}
.c-page-home__faculty-list::after {
				content: url("/img/top/bg-faculty-circle-right.png");
				display: block;
				position: absolute;
				bottom: -10px;
				right: 0;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list::after {
					content: none
			}
				}
.c-page-home__faculty-list ul {
				max-width: 1160px;
				width: 100%;
				margin: 0 auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				list-style: none;
				padding: 0;
				position: relative;
				z-index: 5;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list ul {
					width: 86.66667vw
			}
				}
.c-page-home__faculty-list ul li {
					width: 46.55172%;
					margin-bottom: 120px;
				}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list ul li {
						width: 100%;
						margin-bottom: 17.33333vw
				}
					}
.c-page-home__faculty-list ul li a {
						display: block;
						text-decoration: none;
						color: inherit;
						position: relative;
					}
@media screen and (min-width: 768px) {
									.c-page-home__faculty-list ul li a:hover [class="c-page-home__faculty-list-pict"] img {
										-webkit-transform: scale(1.1);
										        transform: scale(1.1);
									}
						}
.c-page-home__faculty-list ul li h3 {
						font-size: 5rem;
						position: absolute;
						top: -1.1em;
						left: 20px;
						margin: 0;
						font-weight: 500;
						z-index: 10;
					}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list ul li h3 {
							font-size: 12vw;
							left: 4vw
					}
						}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list ul li[data-faculty="economics"] {
							-webkit-box-ordinal-group: 2;
							    -ms-flex-order: 1;
							        order: 1
					}
						}
.c-page-home__faculty-list ul li[data-faculty="economics"] h3 {
							color: #3c6b90;
						}
.c-page-home__faculty-list ul li[data-faculty="economics"] [class="c-page-home__faculty-list-box"] {
							background: #3c6b90;
						}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list ul li[data-faculty="intercultural"] {
							-webkit-box-ordinal-group: 4;
							    -ms-flex-order: 3;
							        order: 3
					}
						}
.c-page-home__faculty-list ul li[data-faculty="intercultural"] h3 {
							color: #29837a;
						}
.c-page-home__faculty-list ul li[data-faculty="intercultural"] [class="c-page-home__faculty-list-box"] {
							background: #29837a;
						}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list ul li[data-faculty="welfare"] {
							-webkit-box-ordinal-group: 3;
							    -ms-flex-order: 2;
							        order: 2
					}
						}
.c-page-home__faculty-list ul li[data-faculty="welfare"] h3 {
							color: #ba505a;
						}
.c-page-home__faculty-list ul li[data-faculty="welfare"] [class="c-page-home__faculty-list-box"] {
							background: #ba505a;
						}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list ul li[data-faculty="graduate"] {
							-webkit-box-ordinal-group: 5;
							    -ms-flex-order: 4;
							        order: 4
					}
						}
.c-page-home__faculty-list ul li[data-faculty="graduate"] h3 {
							color: #b87b1c;
						}
.c-page-home__faculty-list ul li[data-faculty="graduate"] [class="c-page-home__faculty-list-box"] {
							background: #b87b1c;
						}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list ul li[data-faculty="nurse"] {
							-webkit-box-ordinal-group: 4;
							    -ms-flex-order: 3;
							        order: 3
					}
						}
.c-page-home__faculty-list ul li[data-faculty="nurse"] h3 {
							color: #00347e;
						}
.c-page-home__faculty-list ul li[data-faculty="nurse"] [class="c-page-home__faculty-list-box"] {
							background: #00347e;
						}
.c-page-home__faculty-list-pict {
				overflow: hidden;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list-pict {
					margin-right: 4.66667vw
			}
				}
.c-page-home__faculty-list-pict img {
					display: block;
					width: 100%;
					-webkit-transition: -webkit-transform 600ms;
					transition: -webkit-transform 600ms;
					transition: transform 600ms;
					transition: transform 600ms, -webkit-transform 600ms;
				}
.c-page-home__faculty-list-box {
				width: 305px;
				padding: 20px 25px 38px;
				position: absolute;
				right: 0;
				bottom: -25px;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list-box {
					width: 82vw;
					margin-left: 4.66667vw;
					margin-top: -12vw;
					padding: 5.33333vw 6.66667vw 10.66667vw;
					position: relative;
					bottom: auto
			}
				}
.c-page-home__faculty-list-box::before, .c-page-home__faculty-list-box::after {
					content: "";
					position: absolute;
					background: #fff;
					-webkit-transition: all 200ms ease-in;
					transition: all 200ms ease-in;
					right: 2px;
				}
.c-page-home__faculty-list-box::before {
					bottom: 26px;
					width: 275px;
					height: 2px;
					left: 0;
				}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list-box::before {
						bottom: 6.66667vw;
						width: 73.33333vw
				}
					}
.c-page-home__faculty-list-box::after {
					bottom: 30px;
					width: 16px;
					height: 2px;
					-webkit-transform: rotate(25deg);
					        transform: rotate(25deg);
					left: 257px;
				}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list-box::after {
						width: 4vw;
						left: 69.33333vw;
						bottom: 7.46667vw
				}
					}
.c-page-home__faculty-list-text {
				color: #fff;
				font-weight: 500;
				margin: 0 0 5px;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list-text {
					margin: 0 0 1.33333vw;
					font-size: 4.53333vw
			}
				}
.c-page-home__faculty-list-text span {
					display: inline-block;
				}
.c-page-home__faculty-list-department {
				color: #fff;
				font-size: 1.4rem;
				font-weight: 300;
			}
@media screen and (max-width: 767px) {
.c-page-home__faculty-list-department {
					font-size: 3.73333vw;
					margin: 0
			}
				}
@media screen and (max-width: 767px) {
.c-page-home__pc-only {
			display: none
	}
		}
@media screen and (min-width: 768px) {
.c-page-home__sp-only {
			display: none
	}
		}
.c-page-sub {
	min-width: 1000px;
	padding: 137px 0 0;
}
@media screen and (max-width: 767px) {
.c-page-sub {
		min-width: 0;
		padding: 15.46667vw 0 0
}
	}
.c-page-sub__content {
		margin: 0 auto 150px;
	}
@media screen and (max-width: 767px) {
.c-page-sub__content {
			margin: 0 auto 16vw
	}
		}
.c-page-sub__content-title {
		margin-bottom: 40px;
	}
@media screen and (max-width: 767px) {
.c-page-sub__content-title {
			margin-bottom: 8vw
	}
		}
.c-page-sub__breadcrumb {
	}
.c-page-sub__content-detail {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail {
		width: 89.33333vw
	}
	}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail {
			display: block
	}
		}
.c-page-sub__content-detail-header {
			border-bottom: 1px solid #d5d5d5;
			max-width: 940px;
			margin: 0 auto 40px;
		}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-header {
				margin: 0 0 8vw
		}
			}
.c-page-sub__content-detail-header + .c-content-main {
				max-width: 900px;
				margin: 0 auto;
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-header + .c-content-main {
					margin: 0 4vw
			}
				}
.c-page-sub__content-detail-header + .c-content-main + .c-page-sub__content-detail-sns {
					max-width: 940px;
					margin: 0 auto;
				}
.c-page-sub__content-detail-header + .c-content-main + .c-page-sub__content-detail-sns + .c-pagination {
						max-width: 940px;
						margin: 0 auto;
					}
.c-page-sub__content-detail-header__meta p {
					display: inline-block;
					color: #b81c22;
					line-height: 1;
				}
.c-page-sub__content-detail-header__meta p[data-meta='time'] {
						font-family: 'Montserrat', sans-serif;
						font-weight: 500;
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-header__meta p[data-meta='time'] {
							font-size: 3.6vw
					}
						}
.c-page-sub__content-detail-header__meta p[data-meta='category'] {
						font-size: 1.3rem;
						font-weight: bold;
						border-left: solid #b81c22 1px;
						margin-left: 5px;
						padding-left: 8px;
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-header__meta p[data-meta='category'] {
							font-size: 3.16vw
					}
						}
.c-page-sub__content-detail-header__title {
				font-size: 3rem;
				line-height: 1.5333;
				margin-top: 0;
				font-weight: 500;
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-header__title {
					font-size: 5.06667vw
			}
				}
.c-page-sub__content-detail-main {
			-webkit-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 0%;
			        flex: 1 1 0%;
		}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-main {
				width: 100%;
				margin-bottom: 8vw
		}
			}
.c-page-sub__content-detail-sns ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				padding: 0;
			}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-sns ul {
					margin-top: 0.66667vw
			}
				}
.c-page-sub__content-detail-sns ul li {
					list-style: none;
					font-size: 0;
				}
.c-page-sub__content-detail-sns ul li:not(:last-child) {
						margin-right: 10px;
					}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-sns ul li:not(:last-child) {
							margin-right: 2vw
					}
						}
.c-page-sub__content-detail-sns ul li span {
						vertical-align: middle !important;
					}
.c-page-sub__content-detail-sns ul li iframe {
						vertical-align: middle;
					}
.c-page-sub__content-detail-sns-twitter a {
					display: block;
				}
.c-page-sub__content-detail-sns-twitter a img {
						height: 20px;
						display: block;
					}
.c-page-sub__content-detail-sub {
			-webkit-box-ordinal-group: 1;
			    -ms-flex-order: 0;
			        order: 0;
			margin-right: 40px;
			width: 210px;
		}
@media screen and (max-width: 767px) {
.c-page-sub__content-detail-sub {
				width: 100%;
				margin: 0
		}
			}
.c-page-sub__blog {
		background: url('/img/blog/bg.jpg') top center no-repeat;
		background-size: 100%;
		background-color: #002d49;
		margin: -40px auto -150px;
		padding-bottom: 170px;
	}
@media screen and (max-width: 767px) {
.c-page-sub__blog {
			margin: -8vw auto -16vw
	}
		}
.c-page-sub__blog-list {
			padding: 130px 0 0;
		}
@media screen and (max-width: 767px) {
.c-page-sub__blog-list {
				padding-top: 13.33333vw
		}
			}
.c-page-sub__blog-article {
			padding: 60px 0 0;
		}
@media screen and (max-width: 767px) {
.c-page-sub__blog-article {
				padding-top: 6.66667vw
		}
			}
.c-page-sub__blog-article .c-page-sub__blog-title {
				margin-bottom: 80px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-article .c-page-sub__blog-title {
					margin-bottom: 24vw
			}
				}
.c-page-sub__blog-detail {
			width: 1000px;
			margin: 0 auto;
		}
@media screen and (max-width: 767px) {
.c-page-sub__blog-detail {
				width: 89.33333vw
		}
			}
.c-page-sub__blog-title {
			margin: 0 auto 40px;
		}
@media screen and (max-width: 767px) {
.c-page-sub__blog-title {
				margin-bottom: 8vw
		}
			}
.c-page-sub__blog-title h2 {
				text-align: center;
				margin: 0;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-title h2 img {
						width: 100%;
						height: auto
				}
					}
.c-page-sub__blog-text {
			color: #fff;
			font-size: 1.5rem;
			width: 600px;
			margin: 0 auto 70px;
		}
@media screen and (max-width: 767px) {
.c-page-sub__blog-text {
				font-size: 3.46667vw;
				width: 100%;
				margin-bottom: 8vw
		}
			}
.c-page-sub__blog-desc {
			color: #fff;
			font-size: 1.3rem;
			width: 750px;
			margin: 0 auto;
		}
@media screen and (max-width: 767px) {
.c-page-sub__blog-desc {
				font-size: 3.2vw;
				width: 100%
		}
			}
.c-page-sub__blog-desc p {
				margin: 0;
			}
.c-page-sub__blog-topics {
			margin-bottom: 40px;
		}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics {
				margin-bottom: 4vw
		}
			}
.c-page-sub__blog-topics > ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-flow: wrap;
				    flex-flow: wrap;
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics > ul {
					margin: 0;
					padding: 0
			}
				}
.c-page-sub__blog-topics > ul > li {
					position: relative;
					border: 1px solid #375b72;
					width: 300px;
					margin: 13px 50px 40px 0;
					padding: 0 15px 15px 15px;
				}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics > ul > li {
						width: 100%;
						margin: 13px 0 40px;
						padding: 0 4vw 4vw 4vw
				}
					}
@media screen and (min-width: 768px) {
.c-page-sub__blog-topics > ul > li:nth-of-type(3n) {
							margin-right: 0
					}
						}
.c-page-sub__blog-topics > ul > li > figure {
						text-align: center;
						margin: 0 auto 20px;
					}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics > ul > li > figure img {
								width: 46.66667vw;
								height: auto
						}
							}
.c-page-sub__blog-topics-category {
				position: absolute;
				line-height: 1;
				font-size: 1.4rem;
				font-weight: 500;
				background: #fff;
				border-radius: 0 5px 5px 0;
				top: -13px;
				left: 0;
				margin: 0;
				padding: 6px 8px 6px 12px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics-category {
					font-size: 3.2vw
			}
				}
.c-page-sub__blog-topics-category[data-category='economics'] {
					color: #386b9a;
				}
.c-page-sub__blog-topics-category[data-category='business'] {
					color: #238ac8;
				}
.c-page-sub__blog-topics-category[data-category='socialWelfare'] {
					color: #c46628;
				}
.c-page-sub__blog-topics-category[data-category='childStudies'] {
					color: #d24544;
				}
.c-page-sub__blog-topics-category[data-category='intercultural'] {
					color: #359963;
				}
.c-page-sub__blog-topics-category[data-category='ongaku'] {
					color: #57bc37;
				}
.c-page-sub__blog-topics-number {
				display: block;
				text-align: center;
				line-height: 1;
				color: #fff;
				font-size: 1.2rem;
				font-family: 'Rubik Mono One', sans-serif;
				margin: 35px auto 20px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics-number {
					margin: 5.33333vw auto 4vw
			}
				}
.c-page-sub__blog-topics-name {
				line-height: 1.2;
				color: #fff;
				font-weight: bold;
				font-size: 2rem;
				letter-spacing: 3px;
				margin: 0 15px 10px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics-name {
					font-size: 5.33333vw
			}
				}
.c-page-sub__blog-topics-name span {
					font-size: 1.3rem;
				}
.c-page-sub__blog-topics-text {
				line-height: 1.7;
				color: #fff;
				font-size: 1.3rem;
				font-weight: bold;
				margin: 0 15px 20px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics-text {
					font-size: 3.06667vw
			}
				}
.c-page-sub__blog-topics-btn {
				display: block;
				text-decoration: none;
				text-align: center;
				color: #fff;
				background: #b81c21;
				font-size: 1.4rem;
				width: 100%;
				padding: 12px;
				-webkit-transition: opacity 250ms;
				transition: opacity 250ms;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-topics-btn {
					font-size: 3.2vw
			}
				}
@media screen and (min-width: 768px) {
.c-page-sub__blog-topics-btn:hover {
						opacity: 0.6
				}
					}
.c-page-sub__blog-back {
			text-align: center;
			margin: 80px auto 0;
		}
@media screen and (max-width: 767px) {
.c-page-sub__blog-back {
				margin-top: 10.66667vw
		}
			}
.c-page-sub__blog-back a {
				display: block;
				color: #fff;
				font-size: 1.4rem;
				text-align: center;
				text-decoration: none;
				background: #b81c21;
				width: 270px;
				margin: 0 auto;
				padding: 12px;
			}
@media screen and (max-width: 767px) {
.c-page-sub__blog-back a {
					font-size: 3.2vw;
					width: 100%
			}
				}
.c-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1200;
	min-width: 1050px;
}
@media screen and (max-width: 767px) {
.c-header {
		min-width: 0;
		left: 0 !important;
		width: 100%
}
	}
@media screen and (max-width: 767px) {
.c-header__body {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			margin: 0 auto;
			border-top: 2px solid #c9151e;
			background: #fff;
			padding-left: 3.73333vw
	}
		}
.c-header__title {
		position: absolute;
		top: 35px;
		bottom: 0;
		margin: auto;
		left: 20px;
		width: 216px;
		z-index: 1150;
	}
@media screen and (max-width: 767px) {
.c-header__title {
			position: static;
			width: 45.6vw;
			margin: 0
	}
		}
.c-header__site-name {
		height: 100%;
		margin: 0;
	}
.c-header__site-name > a {
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
.c-header__site-name > a img {
				display: block;
				width: 100%;
			}
.c-header__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		background: #b81c22;
	}
@media screen and (max-width: 767px) {
.c-header__info {
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			background: #fff
	}
		}
.c-header__language {
		display: none;
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-header__language {
			position: static;
			-webkit-box-ordinal-group: 3;
			    -ms-flex-order: 2;
			        order: 2;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto
	}
		}
@media screen and (min-width: 768px) {
			.c-header__language div.c-header__language-body {
				display: block !important;
				-webkit-transition: 300ms;
				transition: 300ms;
				height: 0;
				padding: 0 38px;
				overflow: hidden;
			}
				.c-header__language:hover div.c-header__language-body {
					top: 100%;
					height: 150px;
					padding: 26px 38px 22px;
				}
		}
.c-header__language-btn {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border: none;
			background: none;
			padding: 10px 55px 10px 58px;
			color: #fff;
			font-size: 1.3rem;
			position: relative;
			height: 35px;
			display: block;
			cursor: pointer;
			z-index: 1210;
		}
@media screen and (min-width: 768px) {
.c-header__language-btn {
				-webkit-transition: background 300ms;
				transition: background 300ms
		}

				.c-header__language-btn:hover {
					background: #970e13;
				}

					.c-header__language-btn:hover::after {
						content: none;
					}
						.c-header__language-btn:hover span::before, .c-header__language-btn:hover span::after {
							content: "";
							width: 18px;
							height: 1.5px;
							display: block;
							-webkit-transition: 300ms;
							transition: 300ms;
							background: #fff;
							position: absolute;
							top: 0;
							bottom: 0;
							margin: auto;
							right: 28px;
						}

							@media screen and (max-width: 767px) {
						.c-header__language-btn:hover span::before, .c-header__language-btn:hover span::after {
								content: none
						}
							}

						.c-header__language-btn:hover span::before {
							-webkit-transform: rotate(45deg);
							        transform: rotate(45deg);
						}

						.c-header__language-btn:hover span::after {
							-webkit-transform: rotate(135deg);
							        transform: rotate(135deg);
						}
			}
@media screen and (max-width: 767px) {
.c-header__language-btn {
				padding: 0;
				text-indent: -9999em;
				width: 16.8vw;
				height: 15.46667vw;
				background: url("/img/common/icon-language-sp.png") no-repeat center / 100%
		}
			}
.c-header__language-btn::before {
				content: "";
				display: block;
				width: 19px;
				height: 20px;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 30px;
				margin: auto;
				background: url("/img/common/icon-language.png") no-repeat center / 100%;
			}
@media screen and (max-width: 767px) {
.c-header__language-btn::before {
					content: none
			}
				}
.c-header__language-btn::after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 30px;
				width: 0;
				height: 0;
				margin: auto;
				border-style: solid;
				border-width: 6px 5px 0 5px;
				border-color: #fff transparent transparent transparent;
			}
@media screen and (max-width: 767px) {
.c-header__language-btn::after {
					content: none
			}
				}
.c-header__language-btn[data-open="true"] {
				background: #970e13;
			}
@media screen and (max-width: 767px) {
.c-header__language-btn[data-open="true"] {
					background: url("/img/common/icon-language-close-sp.png") no-repeat center / 100%
			}
				}
.c-header__language-btn[data-open="true"]::after {
					content: none;
				}
.c-header__language-btn[data-open="true"] span::before, .c-header__language-btn[data-open="true"] span::after {
						content: "";
						width: 18px;
						height: 1.5px;
						display: block;
						-webkit-transition: 300ms;
						transition: 300ms;
						background: #fff;
						position: absolute;
						top: 0;
						bottom: 0;
						margin: auto;
						right: 28px;
					}
@media screen and (max-width: 767px) {
.c-header__language-btn[data-open="true"] span::before, .c-header__language-btn[data-open="true"] span::after {
							content: none
					}
						}
.c-header__language-btn[data-open="true"] span::before {
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}
.c-header__language-btn[data-open="true"] span::after {
						-webkit-transform: rotate(135deg);
						        transform: rotate(135deg);
					}
.c-header__language-body {
			background: rgba(31, 30, 29, 0.9);
			position: absolute;
			top: 100%;
			width: 300px;
			padding: 26px 38px 22px;
			z-index: 1200;
		}
@media screen and (max-width: 767px) {
.c-header__language-body {
				display: none;
				width: 100%;
				top: 15.46667vw;
				left: 0;
				right: 0;
				padding: 5.33333vw 5.86667vw
		}
			}
.c-header__language-body ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				list-style: none;
				margin: 0;
				padding: 0;
			}
.c-header__language-body ul li {
					min-width: 75px;
					margin: 6px 0;
				}
@media screen and (max-width: 767px) {
.c-header__language-body ul li {
						min-width: 50%;
						margin: 1.06667vw 0
				}
					}
.c-header__language-body ul li a {
						display: block;
						padding-left: 20px;
						color: #fff;
						text-decoration: none;
						font-weight: 500;
						position: relative;
						-webkit-transition: color 300ms;
						transition: color 300ms;
					}
@media screen and (max-width: 767px) {
.c-header__language-body ul li a {
							font-size: 3.41333vw;
							padding-left: 4.53333vw
					}
						}
@media screen and (min-width: 768px) {
							.c-header__language-body ul li a:hover {
								color: #c9151e;
							}

								.c-header__language-body ul li a:hover::before {
									border-color: transparent transparent transparent #c9151e;
								}
						}
.c-header__language-body ul li a::before {
							content: "";
							display: block;
							position: absolute;
							left: 0;
							top: 0;
							bottom: 0;
							margin: auto;
							width: 0;
							height: 0;
							border-style: solid;
							border-width: 5px 0 5px 6px;
							border-color: transparent transparent transparent #fff;
							-webkit-transition: border-color 300ms;
							transition: border-color 300ms;
						}
@media screen and (max-width: 767px) {
.c-header__language-body ul li a::before {
								border-width: 1.06667vw 0 1.06667vw 1.2vw
						}
							}
.c-header__language-body ul li a[data-current="true"] {
							color: #c9151e;
						}
.c-header__language-body ul li a[data-current="true"]::before {
								border-color: transparent transparent transparent #c9151e;
							}
.c-header__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		margin: 0;
		padding: 0;
	}
@media screen and (max-width: 767px) {
.c-header__link {
			-webkit-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto
	}
		}
.c-header__link-item {
			background: #970e13;
		}
@media screen and (max-width: 767px) {
.c-header__link-item {
				background: #fff
		}
			}
.c-header__link-item:nth-child(even) {
				background: #740a0e;
			}
@media screen and (max-width: 767px) {
.c-header__link-item:nth-child(even) {
					background: #fff
			}
				}
.c-header__link-item > button {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				border: none;
				background: none;
				display: block;
				padding: 10px 55px;
				color: #fff;
				font-size: 1.3rem;
				position: relative;
				height: 35px;
				cursor: pointer;
			}
@media screen and (max-width: 767px) {
.c-header__link-item > button {
					padding: 0;
					text-indent: -9999em;
					width: 14.13333vw;
					height: 15.46667vw;
					background: url("/img/common/icon-target-sp.png") no-repeat center / 100%
			}
				}
@media screen and (min-width: 768px) {
.c-header__link-item > button {
					-webkit-transition: background 300ms;
					transition: background 300ms
			}

					.c-header__link-item > button:hover {
						background: #b81c22;
					}

						.c-header__link-item > button:hover::after {
							content: none;
						}
							.c-header__link-item > button:hover span::before, .c-header__link-item > button:hover span::after {
								content: "";
								width: 18px;
								height: 1.5px;
								display: block;
								-webkit-transition: 300ms;
								transition: 300ms;
								background: #fff;
								position: absolute;
								top: 0;
								bottom: 0;
								margin: auto;
								right: 28px;
							}

								@media screen and (max-width: 767px) {
							.c-header__link-item > button:hover span::before, .c-header__link-item > button:hover span::after {
									content: none
							}
								}

							.c-header__link-item > button:hover span::before {
								-webkit-transform: rotate(45deg);
								        transform: rotate(45deg);
							}

							.c-header__link-item > button:hover span::after {
								-webkit-transform: rotate(135deg);
								        transform: rotate(135deg);
							}
				}
.c-header__link-item > button::before {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					bottom: 0;
					left: 25px;
					margin: auto;
				}
@media screen and (max-width: 767px) {
.c-header__link-item > button::before {
						content: none
				}
					}
.c-header__link-item > button::after {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					bottom: 0;
					right: 30px;
					width: 0;
					height: 0;
					margin: auto;
					border-style: solid;
					border-width: 6px 5px 0 5px;
					border-color: #fff transparent transparent transparent;
				}
@media screen and (max-width: 767px) {
.c-header__link-item > button::after {
						content: none
				}
					}
.c-header__link-item > button[data-open="true"] {
					background: #970e13;
				}
@media screen and (max-width: 767px) {
.c-header__link-item > button[data-open="true"] {
						background: url("/img/common/icon-target-close-sp.png") no-repeat center / 100%
				}
					}
.c-header__link-item > button[data-open="true"]::after {
						content: none;
					}
.c-header__link-item > button[data-open="true"] span::before, .c-header__link-item > button[data-open="true"] span::after {
							content: "";
							width: 18px;
							height: 1.5px;
							display: block;
							-webkit-transition: 300ms;
							transition: 300ms;
							background: #fff;
							position: absolute;
							top: 0;
							bottom: 0;
							margin: auto;
							right: 28px;
						}
@media screen and (max-width: 767px) {
.c-header__link-item > button[data-open="true"] span::before, .c-header__link-item > button[data-open="true"] span::after {
								content: none
						}
							}
.c-header__link-item > button[data-open="true"] span::before {
							-webkit-transform: rotate(45deg);
							        transform: rotate(45deg);
						}
.c-header__link-item > button[data-open="true"] span::after {
							-webkit-transform: rotate(135deg);
							        transform: rotate(135deg);
						}
.c-header__link-item > a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 10px 23px 10px 55px;
				color: #fff;
				font-size: 1.3rem;
				position: relative;
				line-height: 1;
				text-decoration: none;
				height: 35px;
			}
@media screen and (min-width: 768px) {
.c-header__link-item > a {
					-webkit-transition: background 300ms;
					transition: background 300ms
			}

					.c-header__link-item > a:hover {
						background: #b81c22;
					}
				}
.c-header__link-item > a::before {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					bottom: 0;
					left: 25px;
					margin: auto;
				}
@media screen and (max-width: 767px) {
.c-header__link-item > a::before {
				}
					}
.c-header__target {
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-header__target {
			position: static
	}
		}
@media screen and (min-width: 768px) {
			.c-header__target .c-header__target-body {
				display: block !important;
				-webkit-transition: 300ms;
				transition: 300ms;
				height: 0;
				padding: 0 38px;
				overflow: hidden;
			}
				.c-header__target:hover div.c-header__target-body {
					top: 100%;
					height: 150px;
					padding: 26px 38px 22px;
				}
		}
.c-header__target-btn::before {
				width: 20px;
				height: 22px;
				background: url("/img/common/icon-target.png") no-repeat center / 100%;
			}
@media screen and (max-width: 767px) {
.c-header__target-btn::before {
					content: none
			}
				}
.c-header__target-body {
			background: rgba(31, 30, 29, 0.9);
			position: absolute;
			top: 100%;
			right: 0;
			width: 502px;
			padding: 26px 38px 22px;
			z-index: 1200;
		}
@media screen and (max-width: 767px) {
.c-header__target-body {
				display: none;
				width: 100%;
				top: 15.46667vw;
				left: 0;
				right: 0;
				padding: 5.33333vw 5.33333vw 5.33333vw 4vw
		}
			}
.c-header__target-body ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				list-style: none;
				margin: 0;
				padding: 0;
			}
.c-header__target-body ul li {
					min-width: 200px;
					margin: 6px 0;
				}
@media screen and (max-width: 767px) {
.c-header__target-body ul li {
						min-width: 50%;
						margin: 1.06667vw 0
				}
					}
.c-header__target-body ul li a {
						display: block;
						padding-left: 20px;
						color: #fff;
						text-decoration: none;
						font-weight: 500;
						position: relative;
						-webkit-transition: color 300ms;
						transition: color 300ms;
					}
@media screen and (max-width: 767px) {
.c-header__target-body ul li a {
							font-size: 3.41333vw;
							padding-left: 4.53333vw
					}
						}
@media screen and (min-width: 768px) {
							.c-header__target-body ul li a:hover {
								color: #c9151e;
							}

								.c-header__target-body ul li a:hover::before {
									border-color: transparent transparent transparent #c9151e;
								}
						}
.c-header__target-body ul li a::before {
							content: "";
							display: block;
							position: absolute;
							left: 0;
							top: 0;
							bottom: 0;
							margin: auto;
							width: 0;
							height: 0;
							border-style: solid;
							border-width: 5px 0 5px 6px;
							border-color: transparent transparent transparent #fff;
							-webkit-transition: border-color 300ms;
							transition: border-color 300ms;
						}
@media screen and (max-width: 767px) {
.c-header__target-body ul li a::before {
								border-width: 1.06667vw 0 1.06667vw 1.2vw
						}
							}
.c-header__target-body ul li a[data-current="true"] {
							color: #c9151e;
						}
.c-header__target-body ul li a[data-current="true"]::before {
								border-color: transparent transparent transparent #c9151e;
							}
@media screen and (max-width: 767px) {
.c-header__search {
			display: none
	}
		}
.c-header__search-btn::before {
				width: 20px;
				height: 20px;
				background: url("/img/common/icon-search.png") no-repeat center / 100%;
			}
.c-header__access {
		width: 158px;
	}
@media screen and (max-width: 767px) {
.c-header__access {
			display: none
	}
		}
.c-header__access a::before {
				width: 23px;
				height: 18px;
				background: url("/img/common/icon-access.png") no-repeat center / 100%;
			}
.c-header__request {
		width: 132px;
	}
@media screen and (max-width: 767px) {
.c-header__request {
			display: none
	}
		}
.c-header__request a::before {
				width: 19px;
				height: 19px;
				background: url("/img/common/icon-request.png") no-repeat center / 100%;
			}
@media screen and (min-width: 768px) {
.c-header__spmenu {
			display: none
	}
		}
@media screen and (max-width: 767px) {
.c-header__spmenu {
			-webkit-box-ordinal-group: 4;
			    -ms-flex-order: 3;
			        order: 3;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border: none;
			padding: 0;
			text-indent: -9999em;
			width: 13.73333vw;
			height: 15.46667vw;
			background: url("/img/common/icon-menu-sp.png") no-repeat center / 100%
	}

			.c-header__spmenu[data-open="true"] {
				background: url("/img/common/icon-menu-close-sp.png") no-repeat center / 100%;
			}
		}
#ToolBar {
	opacity: 0.2;
	-webkit-transition: 300ms;
	transition: 300ms;
}
#ToolBar:hover {
		opacity: 1;
	}
.c-search {
	display: none;
	background: rgba(31, 30, 29, 0.9);
	position: absolute;
	top: 0;
	right: 290px;
	width: 410px;
	padding: 40px 38px;
	z-index: 1200;
}
@media screen and (max-width: 767px) {
.c-search {
		display: block !important;
		background: none;
		position: static;
		width: 100%;
		padding: 0;
		margin-bottom: 8vw
}
	}
.c-search__input {
		border: 2px solid #fff;
		padding: 8px 10px;
		line-height: 1;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
@media screen and (max-width: 767px) {
.c-search__input {
			border: 1px solid #dcd6c4;
			background: #fff;
			margin-bottom: 5.33333vw
	}
		}
.c-search__input input[type='text'] {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			color: #fff;
			border: none;
			background: transparent;
			outline: none;
			width: 100%;
			display: block;
			vertical-align: middle;
			line-height: normal;
		}
@media screen and (max-width: 767px) {
.c-search__input input[type='text'] {
				font-size: 1.6rem;
				color: #161616
		}
			}
.c-search__input input[type='text']::-webkit-input-placeholder {
				color: #fff;
			}
.c-search__input input[type='text']:-ms-input-placeholder {
				color: #fff;
			}
.c-search__input input[type='text']::-ms-input-placeholder {
				color: #fff;
			}
.c-search__input input[type='text']::placeholder {
				color: #fff;
			}
@media screen and (max-width: 767px) {
.c-search__input input[type='text']::-webkit-input-placeholder {
					color: #b81c22
			}
.c-search__input input[type='text']:-ms-input-placeholder {
					color: #b81c22
			}
.c-search__input input[type='text']::-ms-input-placeholder {
					color: #b81c22
			}
.c-search__input input[type='text']::placeholder {
					color: #b81c22
			}
				}
.c-search__btn {
		text-align: center;
	}
.c-search__btn button {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			padding: 9px 20px;
			border: none;
			background: #fff;
			display: inline-block;
			font-weight: 500;
			border-radius: 5px;
			cursor: pointer;
		}
@media screen and (min-width: 768px) {
.c-search__btn button {
				-webkit-transition: 300ms;
				transition: 300ms
		}

				.c-search__btn button:hover {
					background: #b81c22;
					color: #fff;
				}
			}
@media screen and (max-width: 767px) {
.c-search__btn button {
				background: #b81c22;
				color: #fff;
				padding: 2.66667vw 4vw;
				font-size: 4.13333vw
		}
			}
.c-search__result {
		width: 940px;
		margin: 0 auto;
	}
@media screen and (max-width: 767px) {
.c-search__result {
			width: 100%
	}
		}
.c-search__result #___gcse_0 {
			margin-bottom: 30px;
		}
.c-search__result #___gcse_0 table {
				border: none;
				margin: 0;
			}
.c-search__result #___gcse_0 table td {
					padding: 0;
					border: none;
				}
.c-search__result #___gcse_0 table .gsc-input {
					padding-right: 12px;
				}
.c-search__result #___gcse_0 table .gsib_a {
					padding: 7px 10px;
				}
@media screen and (max-width: 767px) {
.c-search__result #___gcse_0 table .gsib_a {
						padding: 5px 10px
				}
					}
.c-search__result #___gcse_0 table .gsib_a input {
						line-height: 1.6;
					}
.c-search__result #___gcse_0 table .gsib_a input:focus {
							-webkit-box-shadow: none;
							        box-shadow: none;
						}
@media screen and (max-width: 767px) {
.c-search__result #___gcse_0 .gsc-input-box {
					padding: 0;
					border-radius: 0
			}
				}
.c-search__result #___gcse_0 .gsst_a .gscb_a {
				color: #b81c22;
			}
.c-search__result #___gcse_0 .gsc-search-button button {
					width: 80px;
					height: 40px;
					line-height: 40px;
					border-radius: 5px;
					border-color: #b81c22;
					background-color: #b81c22;
					font-size: 1.6rem;
					padding: 0 5px;
					cursor: pointer;
				}
@media screen and (min-width: 768px) {
.c-search__result #___gcse_0 .gsc-search-button button {
						-webkit-transition: 300ms;
						transition: 300ms
				}

						.c-search__result #___gcse_0 .gsc-search-button button:hover {
							opacity: 0.6;
						}
					}
@media screen and (max-width: 767px) {
.c-search__result #___gcse_0 .gsc-search-button button {
						display: block;
						width: 50px;
						height: 35px;
						margin-left: 5px
				}
					}
.c-search__result #___gcse_0 .gsc-search-button button svg {
						display: none;
					}
@media screen and (max-width: 767px) {
.c-search__result #___gcse_0 .gsc-search-button button svg {
							display: block;
							margin: 0 auto
					}
						}
.c-search__result #___gcse_0 .gsc-search-button button::after {
						content: '検索';
						display: block;
						color: #fff;
						height: 40px;
						line-height: 37px;
					}
@media screen and (max-width: 767px) {
.c-search__result #___gcse_0 .gsc-search-button button::after {
							content: none
					}
						}
.c-search__result .gsc-control-cse {
			padding: 0;
		}
.c-search__result .gsc-positioningWrapper {
			display: none;
		}
.c-search__result .gsc-above-wrapper-area {
			border-bottom: 1px solid #b7abab;
			padding: 0;
		}
@media screen and (max-width: 767px) {
.c-search__result .gsc-above-wrapper-area {
				display: block
		}
			}
.c-search__result .gsc-above-wrapper-area table {
				border-left: none;
				border-top: none;
				margin-bottom: 0;
			}
.c-search__result .gsc-above-wrapper-area table td {
					border: none;
					padding: 10px 0;
				}
@media screen and (max-width: 767px) {
.c-search__result .gsc-above-wrapper-area table td {
						padding: 2.66667vw 0
				}
					}
.c-search__result .gsc-above-wrapper-area table td .gsc-result-info {
						padding: 0;
						font-size: 1.5rem;
					}
@media screen and (max-width: 767px) {
.c-search__result .gsc-above-wrapper-area table td .gsc-result-info {
							font-size: 3.46667vw
					}
						}
.c-search__result .gsc-above-wrapper-area .gsc-orderby-container {
				display: none;
			}
.c-search__result .gsc-control-cse {
			font-family: 'Noto Sans JP', sans-serif;
		}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult {
				text-decoration: none;
			}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gsc-result {
						padding: 0;
					}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result {
						padding: 18px 0 28px;
						border-bottom: 1px solid #b7abab;
					}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result {
							padding: 3.33333vw 0 5.33333vw
					}
						}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-thumbnail-inside {
							padding: 0;
						}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-thumbnail-inside a {
								font-size: 1.8rem;
								color: #b81c22;
								font-weight: bold;
							}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-thumbnail-inside a {
									font-size: 4.26667vw
							}
								}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-thumbnail-inside a:hover {
									text-decoration: underline;
								}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-thumbnail-inside a b {
									color: #b81c22;
									font-size: 1.8rem;
								}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-thumbnail-inside a b {
										font-size: 4.26667vw
								}
									}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-thumbnail-inside * {
								text-decoration: none;
							}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-url-top {
							padding: 0;
						}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-url-top .gs-visibleUrl {
								color: #817664;
								padding: 0;
								margin-bottom: 15px;
							}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-url-top .gs-visibleUrl {
									margin-bottom: 4vw
							}
								}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result {
							font-family: 'Noto Sans JP', sans-serif;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-pack: start;
							    -ms-flex-pack: start;
							        justify-content: flex-start;
							-webkit-box-align: start;
							    -ms-flex-align: start;
							        align-items: flex-start;
							padding: 0;
							width: 100%;
						}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result {
								display: block
						}
							}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gs-image-box {
									margin-left: 0
							}
								}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail {
								width: 200px;
								-webkit-box-flex: 0;
								    -ms-flex: 0 0 auto;
								        flex: 0 0 auto;
								margin-right: 25px;
							}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail {
									width: 100%;
									margin-right: 0;
									margin-bottom: 2.66667vw
							}
								}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box {
									float: none;
									width: 100%;
									padding: 0;
								}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a {
										display: block;
										margin: 0 auto;
									}
@media screen and (min-width: 768px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a {
											-webkit-transition: 300ms;
											transition: 300ms
									}

											.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a:hover {
												opacity: 0.6;
											}
										}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box img {
										display: block;
										width: 100%;
										max-width: none;
										max-height: none;
									}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box img {
											max-width: 100%;
											width: auto;
											margin: 0 auto
									}
										}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-snippet-close {
								-webkit-box-flex: 1;
								    -ms-flex: 1 1 auto;
								        flex: 1 1 auto;
							}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-snippet-close .gs-snippet {
									font-size: 1.3rem;
								}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-expansionArea .gs-webResult.gs-result .gsc-table-result .gsc-table-cell-snippet-close .gs-snippet {
										font-size: 3.46667vw
								}
									}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-cursor-box {
					margin: 30px 0 45px;
				}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-cursor-box {
						margin: 6.66667vw 0 10.66667vw
				}
					}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-cursor-box .gsc-cursor {
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-pack: center;
						    -ms-flex-pack: center;
						        justify-content: center;
						font-family: 'Montserrat', sans-serif;
						font-size: 1.5em;
						font-weight: 500;
					}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
							display: block;
							list-style: none;
							margin: 0 3px;
							width: 34px;
							height: 34px;
							line-height: 34px;
							padding: 0 !important;
							text-align: center;
						}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
								background: #b81c22;
								color: #fff;
							}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page:hover {
									padding-bottom: 0;
								}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gcsc-more-maybe-branding-root a .gcsc-find-more-on-google-magnifier {
							fill: #b81c22;
						}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gcsc-more-maybe-branding-root a .gcsc-find-more-on-google {
							color: #b81c22;
						}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gcsc-more-maybe-branding-root a .gcsc-find-more-on-google {
								margin-left: 0;
								margin-bottom: 5px;
								text-align: center;
								display: block
						}
							}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gcsc-more-maybe-branding-root a .gcsc-find-more-on-google:hover {
								text-decoration: underline;
							}
@media screen and (max-width: 767px) {
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-branding {
							text-align: center;
							display: block;
							float: none
					}
						}
.c-search__result .gsc-wrapper .gsc-results.gsc-webResult .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-branding .gcsc-branding {
							display: inline-block;
							line-height: 1;
						}
@media screen and (max-width: 767px) {
		}
.c-footer {
	padding-bottom: 30px;
	position: relative;
}
.c-footer__pagetop {
		position: fixed;
		bottom: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		z-index: 1000;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 300ms;
		transition: 300ms;
	}
.c-footer__pagetop a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-flow: column;
			        flex-flow: column;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-transition: 300ms;
			transition: 300ms;
			font-weight: bold;
			position: relative;
			width: 60px;
			height: 60px;
			background: #817664;
			padding: 5px 0 0 4px;
		}
@media screen and (max-width: 767px) {
.c-footer__pagetop a {
				width: 12vw;
				height: 12vw
		}
			}
.c-footer__pagetop a::after {
				content: '';
				display: block;
				width: 12px;
				height: 12px;
				margin: 0 auto;
				border-top: 1.5px solid #fff;
				border-right: 1.5px solid #fff;
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
			}
@media screen and (max-width: 767px) {
.c-footer__pagetop a::after {
					border-top: 2px solid #fff;
					border-right: 2px solid #fff;
					width: 2.66667vw;
					height: 2.66667vw
			}
				}
@media screen and (min-width: 768px) {
.c-footer__pagetop a:hover {
					opacity: 0.6
			}
				}
.c-footer__pagetop[data-pagetop-fix='false'] {
			position: absolute;
			bottom: auto;
			top: -60px;
		}
@media screen and (max-width: 767px) {
.c-footer__pagetop[data-pagetop-fix='false'] {
				top: -12vw
		}
			}
.c-footer__pagetop[data-fixed='true'] {
			opacity: 1;
			pointer-events: all;
		}
.c-footer__pagetop[data-fixed='false'] {
			opacity: 0;
			pointer-events: none;
		}
.c-footer__sns {
		background: #f0ece5;
	}
.c-footer__sns ul {
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			padding: 15px 0;
			margin: 0 auto;
		}
@media screen and (max-width: 767px) {
.c-footer__sns ul {
		width: 89.33333vw
		}
	}
@media screen and (max-width: 767px) {
.c-footer__sns ul {
				padding: 4vw 0;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center
		}
			}
.c-footer__sns ul li {
				list-style: none;
				text-align: center;
				margin: 0;
				padding: 2px 30px;
				width: 25%;
				border-left: #ccc2c2;
				position: relative;
			}
@media screen and (max-width: 767px) {
.c-footer__sns ul li {
					width: auto;
					border-left: none;
					padding: 0 4.66667vw
			}
				}
.c-footer__sns ul li::before {
					content: '';
					display: block;
					width: 1px;
					height: 100%;
					position: absolute;
					left: 0;
					top: 0;
					bottom: 0;
					background: #ccc2c2;
				}
@media screen and (max-width: 767px) {
.c-footer__sns ul li::before {
						content: none
				}
					}
.c-footer__sns ul li:last-child {
					border-right: #ccc2c2;
				}
.c-footer__sns ul li:last-child::after {
						content: '';
						display: block;
						width: 1px;
						height: 100%;
						position: absolute;
						right: 0;
						top: 0;
						bottom: 0;
						background: #ccc2c2;
					}
@media screen and (max-width: 767px) {
.c-footer__sns ul li:last-child::after {
							content: none
					}
						}
.c-footer__sns ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					text-decoration: none;
					color: #161616;
					-webkit-transition: 300ms;
					transition: 300ms;
				}
@media screen and (min-width: 768px) {
.c-footer__sns ul li a:hover {
							opacity: 0.6
					}
						}
.c-footer__sns ul li a img {
						display: block;
						margin-right: 14px;
						width: 38px;
					}
@media screen and (max-width: 767px) {
.c-footer__sns ul li a img {
							width: 9.6vw;
							margin-right: 0
					}
						}
.c-footer__content {
		background: #b81c22;
		padding: 50px 0 35px;
		color: #fff;
	}
@media screen and (max-width: 767px) {
.c-footer__content {
			padding: 13.33333vw 0
	}
		}
.c-footer__body {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-bottom: 45px;
	}
@media screen and (max-width: 767px) {
.c-footer__body {
		width: 89.33333vw
	}
	}
@media screen and (max-width: 767px) {
.c-footer__body {
			margin-bottom: 6.66667vw
	}
		}
.c-footer__info {
		width: 300px;
		margin-right: 40px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
@media screen and (max-width: 767px) {
.c-footer__info {
			width: 100%;
			margin: 0
	}
		}
.c-footer__info address {
			font-style: normal;
			font-weight: 300;
			line-height: 1.7;
			font-size: 1.5rem;
		}
.c-footer__info address a[href^='mailto'] {
					color: #fff;
					text-decoration: none;
				}
.c-footer__info address a[href^='mailto']:hover {
						text-decoration: underline;
					}
@media screen and (max-width: 767px) {
.c-footer__info address {
				font-size: 4vw;
				text-align: center
		}

				.c-footer__info address a {
					color: #fff;
					text-decoration: underline;
				}
			}
.c-footer__logo {
		margin: 5px 0 20px;
	}
@media screen and (max-width: 767px) {
.c-footer__logo {
			margin: 0 auto 5.33333vw
	}
		}
.c-footer__logo img {
			display: block;
			width: 254px;
		}
@media screen and (max-width: 767px) {
.c-footer__logo img {
				width: 67.73333vw;
				margin: 0 auto
		}
			}
.c-footer__links {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
@media screen and (max-width: 767px) {
.c-footer__links {
		width: 89.33333vw
	}
	}
.c-footer__links-btn {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			margin: 0 0 34px;
			padding: 0;
			border: dotted 1px #fff;
		}
@media screen and (max-width: 767px) {
.c-footer__links-btn {
				margin: 0
		}
			}
.c-footer__links-btn li {
				list-style: none;
				margin: 0;
				padding: 0;
				width: 100%;
				border-right: dotted 1px #fff;
			}
.c-footer__links-btn li:last-child {
					border-right: none;
				}
.c-footer__links-btn li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					width: 100%;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					color: #fff;
					font-size: 1.5rem;
					padding: 10px;
					text-decoration: none;
					-webkit-transition: 300ms;
					transition: 300ms;
				}
@media screen and (min-width: 768px) {
						.c-footer__links-btn li a:hover {
							opacity: 0.6;
						}
					}
@media screen and (max-width: 767px) {
.c-footer__links-btn li a {
						height: 26.66667vw;
						font-size: 4vw;
						-webkit-box-orient: vertical;
						-webkit-box-direction: normal;
						    -ms-flex-flow: column;
						        flex-flow: column;
						text-align: center;
						line-height: 1.2
				}
					}
.c-footer__links-btn li a img {
						display: block;
						margin-right: 16px;
						height: 20px;
					}
@media screen and (max-width: 767px) {
.c-footer__links-btn li a img {
							height: 6.66667vw;
							margin: 0 0 1.33333vw
					}
						}
.c-footer__links-text {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			margin: 0;
		}
@media screen and (max-width: 767px) {
.c-footer__links-text {
				display: none
		}
			}
.c-footer__links-text li {
				list-style: none;
				padding: 0 20px;
				line-height: 1;
				border-right: 1px solid #fff;
			}
.c-footer__links-text li:last-child {
					border-right: none;
				}
.c-footer__links-text li a {
					font-size: 1.5rem;
					color: #fff;
					text-decoration: none;
					-webkit-transition: 300ms;
					transition: 300ms;
				}
@media screen and (min-width: 768px) {
						.c-footer__links-text li a:hover {
							text-decoration: underline;
						}
					}
.c-footer__external {
		padding: 27px 10px;
		border-bottom: 1px solid #e1dbcf;
		margin-bottom: 22px;
	}
@media screen and (max-width: 767px) {
.c-footer__external {
			padding: 0;
			margin-bottom: 7.2vw;
			border-bottom: none
	}
		}
.c-footer__external ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			margin: 0;
			padding: 0;
		}
@media screen and (max-width: 767px) {
.c-footer__external ul {
				display: block
		}
			}
.c-footer__external ul li {
				padding: 0 20px;
				list-style: none;
				margin: 0;
				border-right: 2px solid #f7f6f3;
				line-height: 1;
			}
@media screen and (max-width: 767px) {
.c-footer__external ul li {
					padding: 0;
					line-height: 1.5;
					border-right: none;
					border-bottom: 2px solid #f7f6f3
			}
				}
.c-footer__external ul li:last-child {
					border-right: none;
				}
.c-footer__external ul li a {
					font-size: 1.3rem;
					color: #161616;
					text-decoration: none;
				}
@media screen and (max-width: 767px) {
.c-footer__external ul li a {
						font-size: 3.46667vw;
						padding: 3.2vw 6.4vw;
						display: block
				}
					}
@media screen and (min-width: 768px) {
							.c-footer__external ul li a:hover span {
								text-decoration: underline;
							}
					}
.c-footer__external ul li a span {
						display: inline-block;
						padding-right: 18px;
						background: url('/img/common/icon-external.svg') no-repeat right center / 12px;
						font-weight: 300;
					}
@media screen and (max-width: 767px) {
.c-footer__external ul li a span {
							padding-right: 5.6vw;
							background-size: 3.06667vw
					}
						}
.c-footer__external ul li a span[data-icon='none'] {
							padding-right: 0;
							background: none;
						}
@media screen and (max-width: 767px) {
.c-footer__external ul li a span[data-icon='none'] {
								padding-right: 0
						}
							}
.c-footer__copyright {
		display: block;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.3rem;
		font-weight: 500;
	}
@media screen and (max-width: 767px) {
.c-footer__copyright {
			font-size: 2.66667vw
	}
		}
.c-nav-global {
	position: relative;
	z-index: 1100;
}
@media screen and (min-width: 768px) {
.c-nav-global {
		display: block !important
}
	}
@media screen and (max-width: 767px) {
.c-nav-global {
		display: none;
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed
}
	}
@media screen and (max-width: 767px) {
.c-nav-global__body {
			background: #ebe8de
	}
		}
.c-nav-global__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		position: relative;
		padding: 0 15px 0 0;
		margin: 0;
	}
@media screen and (max-width: 767px) {
.c-nav-global__list {
			display: block;
			padding: 0;
			background: #fff;
			border-left: 2px solid #b81c22;
			border-top: 1px solid #e2ded3
	}
		}
.c-nav-global__item {
		display: block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
@media screen and (max-width: 767px) {
.c-nav-global__item {
			border-bottom: 1px solid #e2ded3
	}
		}
.c-nav-global__item > a, .c-nav-global__item > button {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border: none;
			background: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			text-decoration: none;
			height: 60px;
			padding: 10px 15px;
			cursor: pointer;
			font-size: 1.5rem;
			font-weight: 500;
		}
@media screen and (min-width: 768px) {
.c-nav-global__item > a, .c-nav-global__item > button {
				-webkit-transition: background 300ms;
				transition: background 300ms
		}

				.c-nav-global__item > a:hover, .c-nav-global__item > button:hover {
					background: #e8e3da;
				}
			}
@media screen and (max-width: 767px) {
.c-nav-global__item > a, .c-nav-global__item > button {
				display: block;
				width: 100%;
				font-size: 4.26667vw;
				color: #000;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
				height: auto;
				font-weight: normal;
				text-align: left;
				padding: 0;
				line-height: 2
		}

				.c-nav-global__item > a::after, .c-nav-global__item > button::after {
					content: "";
					display: block;
					width: 1px;
					position: absolute;
					right: 14.4vw;
					top: 5px;
					bottom: 5px;
					background: #e2ded3;
				}

				.c-nav-global__item > a span, .c-nav-global__item > button span {
					display: block;
					padding: 4vw 5.33333vw;
					position: relative;
				}

					.c-nav-global__item > a span::before, .c-nav-global__item > a span::after, .c-nav-global__item > button span::before, .c-nav-global__item > button span::after {
						content: "";
						position: absolute;
						top: 50%;
						right: 6.66667vw;
						margin-top: -2.4vw;
						display: block;
						width: 1px;
						height: 4.8vw;
						background: #000;
						-webkit-transition: 300ms;
						transition: 300ms;
					}

					.c-nav-global__item > a span::after, .c-nav-global__item > button span::after {
						-webkit-transform: rotate(90deg);
						        transform: rotate(90deg);
					}
			}
@media screen and (min-width: 768px) {
.c-nav-global__item > a[data-current="true"], .c-nav-global__item > button[data-current="true"] {
					background: #e8e3da
			}
				}
@media screen and (max-width: 767px) {
						.c-nav-global__item > a[data-current="true"] span::before, .c-nav-global__item > button[data-current="true"] span::before {
							-webkit-transform: rotate(90deg);
							        transform: rotate(90deg);
						}
				}
.c-nav-global__item > a[data-page-current], .c-nav-global__item > button[data-page-current] {
				background: #e8e3da;
			}
@media screen and (max-width: 767px) {
					.c-nav-global__item > a[data-page-current]::after, .c-nav-global__item > button[data-page-current]::after {
						background: #fff;
					}
				}
@media screen and (max-width: 767px) {
						.c-nav-global__item > a[data-page-current="true"] span::before, .c-nav-global__item > button[data-page-current="true"] span::before {
							-webkit-transform: rotate(90deg);
							        transform: rotate(90deg);
						}

					.c-nav-global__item > a[data-page-current="true"] + .c-nav-global__children, .c-nav-global__item > button[data-page-current="true"] + .c-nav-global__children {
						display: block;
					}
				}
.c-nav-global__children {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		background: rgba(31, 30, 29, 0.9);
		z-index: 10000;
	}
@media screen and (max-width: 767px) {
.c-nav-global__children {
			position: static;
			background: #3e3b37;
			border-top: 1px solid #e2ded3
	}
		}
.c-nav-global__children-content {
			width: 1000px;
			padding: 50px 0 35px;
			margin: 0 auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			color: #fff;
		}
@media screen and (max-width: 767px) {
.c-nav-global__children-content {
				width: 100%;
				display: block;
				padding: 0
		}
			}
.c-nav-global__children-title {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			margin-right: 70px;
			padding-bottom: 30px;
		}
@media screen and (max-width: 767px) {
.c-nav-global__children-title {
				margin-right: 0;
				padding-bottom: 0
		}
			}
.c-nav-global__children-title h2 {
				font-size: 4rem;
				font-weight: 300;
				line-height: 1.5;
				margin: 0 0 15px;
			}
@media screen and (max-width: 767px) {
.c-nav-global__children-title h2 {
					display: none
			}
				}
.c-nav-global__children-title h2 span {
					display: block;
					font-size: 1.8rem;
					font-family: 'Crimson Text', serif;
				}
.c-nav-global__children-title-btn a {
					display: inline-block;
					padding: 2px 50px 2px 12px;
					font-size: 1.5rem;
					border: 1px solid #fff;
					text-decoration: none;
					color: #fff;
					background: url("/img/common/icon-arrow-w.png") no-repeat right 8px center / 32px 10px;
				}
@media screen and (min-width: 768px) {
.c-nav-global__children-title-btn a {
						-webkit-transition: opacity 300ms;
						transition: opacity 300ms
				}

						.c-nav-global__children-title-btn a:hover {
							opacity: .6;
						}
					}
@media screen and (max-width: 767px) {
.c-nav-global__children-title-btn a {
						border: none;
						display: block;
						-webkit-box-flex: 1;
						    -ms-flex: 1 1 auto;
						        flex: 1 1 auto;
						font-size: 4.26667vw;
						padding: 4vw 5.33333vw;
						text-decoration: none;
						position: relative;
						background: #b81c22 url("/img/common/icon-arrow-w.png") no-repeat right 4vw center / 6.4vw 2vw;
						color: #fff
				}
					}
.c-nav-global__children-body {
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 auto;
			        flex: 1 1 auto;
			width: 100%;
		}
@media screen and (max-width: 767px) {
.c-nav-global__children-body {
				padding: 0 5.33333vw
		}
			}
.c-nav-global__children-body ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				list-style: none;
				padding: 0;
				margin: 0;
			}
@media screen and (max-width: 767px) {
.c-nav-global__children-body ul {
					display: block
			}
				}
.c-nav-global__children-body ul li {
					width: 50%;
					padding-right: 25px;
					margin: 6px 0;
				}
@media screen and (max-width: 767px) {
.c-nav-global__children-body ul li {
						width: 100%;
						margin: 0;
						border-bottom: 1px solid #65625f
				}

						.c-nav-global__children-body ul li:last-child {
							border-bottom: none;
						}
					}
.c-nav-global__children-body ul li a {
						display: inline-block;
						padding-left: 20px;
						color: #fff;
						text-decoration: none;
						position: relative;
						-webkit-transition: color 300ms;
						transition: color 300ms;
					}
@media screen and (max-width: 767px) {
.c-nav-global__children-body ul li a {
							display: block;
							font-size: 3.73333vw;
							padding: 3.46667vw 2.66667vw 3.46667vw 10.4vw
					}
						}
@media screen and (min-width: 768px) {
							.c-nav-global__children-body ul li a:hover {
								text-decoration: underline;
							}
						}
.c-nav-global__children-body ul li a[href^="http"][target="_blank"]::after {
								content: "";
								display: inline-block;
								width: 10px;
								height: 10px;
								background: url("/img/common/icon-external-w.svg") no-repeat left top / 100%;
								position: relative;
								margin: 0 5px;
								top: calc(50% - 2px);
							}
.c-nav-global__children-body ul li a::before {
							content: "";
							display: block;
							position: absolute;
							left: 0;
							top: .7em;
							width: 0;
							height: 0;
							border-style: solid;
							border-width: 5px 0 5px 6px;
							border-color: transparent transparent transparent #fff;
							-webkit-transition: border-color 300ms;
							transition: border-color 300ms;
						}
@media screen and (max-width: 767px) {
.c-nav-global__children-body ul li a::before {
								border-width: 1.33333vw 0 1.33333vw 1.6vw;
								left: 4.13333vw;
								top: 5.33333vw
						}
							}
.c-nav-global__overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
	}
@media screen and (max-width: 767px) {
.c-nav-global__sub {
			padding: 9.33333vw 6.66667vw 33.33333vw
	}
		}
.c-nav-global__sub-link {
			display: none;
		}
@media screen and (max-width: 767px) {
.c-nav-global__sub-link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
				border: 1px dotted #b81c22;
				list-style: none;
				padding: 0;
				margin: 0 0 10.66667vw;
				background: #fff
		}

				.c-nav-global__sub-link li {
					width: 100%;
					-webkit-box-flex: 1;
					    -ms-flex: 1 1 auto;
					        flex: 1 1 auto;
					border-right: 1px dotted #b81c22;
				}

					.c-nav-global__sub-link li:last-child {
						border-right: none;
					}

					.c-nav-global__sub-link li a {
						display: block;
						height: 100%;
						padding: 4.66667vw 1.33333vw 4vw;
						text-decoration: none;
						color: #b81c22;
					}

						.c-nav-global__sub-link li a img {
							height: 8vw;
							display: block;
							margin: 0 auto;
						}

						.c-nav-global__sub-link li a span {
							height: 2em;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-pack: center;
							    -ms-flex-pack: center;
							        justify-content: center;
							text-align: center;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							line-height: 1.4;
							font-size: 3.73333vw;
							margin-top: 2.66667vw;
							font-weight: 500;
						}
			}
.c-nav-global__sub-info {
			display: none;
		}
@media screen and (max-width: 767px) {
.c-nav-global__sub-info {
				display: block
		}

				.c-nav-global__sub-info ul {
					list-style: none;
					padding: 0;
					margin: 0;
				}

					.c-nav-global__sub-info ul li {
						margin-bottom: 2.66667vw;
					}

						.c-nav-global__sub-info ul li a {
							text-decoration: none;
							color: #000;
							font-size: 3.73333vw;
						}

					.c-nav-global__sub-info ul + ul {
						padding-top: 5.33333vw;
						position: relative;
					}

						.c-nav-global__sub-info ul + ul::before {
							content: "";
							width: 8.8vw;
							height: 1px;
							background: #b81c22;
							position: absolute;
							top: 1.33333vw;
						}
			}
.c-nav-global__target {
		max-width: 690px;
		width: 100%;
		margin: 0;
		margin-left: auto;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
@media screen and (max-width: 767px) {
.c-nav-global__target {
			max-width: 100%
	}
		}
.c-nav-global__target li {
			list-style: none;
			width: 25%;
		}
@media screen and (max-width: 767px) {
.c-nav-global__target li {
				width: 50%
		}
			}
.c-nav-global__target li::before {
				display: none;
			}
.c-nav-global__target li:nth-child(odd) a {
					background: #5d5d5d;
				}
.c-nav-global__target li:nth-child(odd) a:hover {
						background: #2b2b2b;
					}
@media screen and (max-width: 767px) {
.c-nav-global__target li:nth-child(odd) a:hover {
							background: #5d5d5d
					}
						}
.c-nav-global__target li:nth-child(even) a {
					background: #494949;
				}
.c-nav-global__target li:nth-child(even) a:hover {
						background: #2b2b2b;
					}
@media screen and (max-width: 767px) {
.c-nav-global__target li:nth-child(even) a:hover {
							background: #494949
					}
						}
@media screen and (max-width: 767px) {
.c-nav-global__target li:nth-child(3) a {
						background: #494949
				}
					}
@media screen and (max-width: 767px) {
.c-nav-global__target li:nth-child(3) a:hover {
							background: #494949
					}
						}
@media screen and (max-width: 767px) {
.c-nav-global__target li:nth-child(4) a {
						background: #5d5d5d
				}
					}
@media screen and (max-width: 767px) {
.c-nav-global__target li:nth-child(4) a:hover {
							background: #5d5d5d
					}
						}
.c-nav-global__target a {
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			text-align: center;
			text-decoration: none;
			color: #fff;
			font-size: 1.3rem;
			font-weight: bold;
			font-family: 'Noto Sans JP', sans-serif;
			padding: .6em 1em;
			-webkit-transition: 300ms;
			transition: 300ms;
		}
@media screen and (max-width: 767px) {
.c-nav-global__target a {
				padding: 1em 1em
		}
			}
.c-nav-local {
	width: 210px;
	border-top: 3px solid #b81c22;
	border-bottom: 2px solid #b81c22;
}
@media screen and (max-width: 767px) {
.c-nav-local {
		width: auto
}
	}
.c-nav-local a {
		display: block;
		color: inherit;
		text-decoration: none;
		position: relative;
		font-weight: 300;
	}
.c-nav-local__acbtn {
		display: none;
	}
@media screen and (max-width: 767px) {
.c-nav-local__acbtn {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			display: block;
			width: 100%;
			border: none;
			background: #b81c22;
			color: #fff;
			font-size: 4.26667vw;
			text-align: center;
			padding: 2.93333vw 2.66667vw 4vw;
			position: relative
	}

			.c-nav-local__acbtn::before, .c-nav-local__acbtn::after {
				content: '';
				display: block;
				width: 16px;
				height: 2px;
				position: absolute;
				top: calc(50% - 1px);
				right: 36px;
				background: #fff;
				z-index: 10;
			}

				@media screen and (max-width: 767px) {

			.c-nav-local__acbtn::before, .c-nav-local__acbtn::after {
					width: 4vw;
					right: 4vw
			}
				}

			.c-nav-local__acbtn::after {
				-webkit-transform: rotate(90deg);
				        transform: rotate(90deg);
				-webkit-transition: -webkit-transform 300ms;
				transition: -webkit-transform 300ms;
				transition: transform 300ms;
				transition: transform 300ms, -webkit-transform 300ms;
			}
				.c-nav-local__acbtn[data-ac-btn='false']::after {
					-webkit-transform: rotate(0deg);
					        transform: rotate(0deg);
				}
		}
.c-nav-local__list {
		margin: 0;
		padding: 0;
	}
@media screen and (max-width: 767px) {
.c-nav-local__list {
			display: none
	}
		}
.c-nav-local__list li a[target='_blank']:not([data-icon='none'])::after {
						content: '';
						display: block;
						height: 13px;
						width: 13px;
						position: absolute;
						right: 1.5em;
						top: 50%;
						margin-top: -7px;
						background: url('/img/common/icon-external.svg') no-repeat left top / 100%;
						border: none;
					}
@media screen and (min-width: 768px) {
.c-nav-local__list li a {
					-webkit-transition: 300ms;
					transition: 300ms
			}

					.c-nav-local__list li a:hover {
						background: #e8e3da;
						color: #b81c22;
					}
				}
.c-nav-local__list > li {
			display: block;
		}
.c-nav-local__list > li > a {
				font-size: 1.5rem;
				padding: 14px 16px;
				border-bottom: 1px solid #ddd;
			}
@media screen and (max-width: 767px) {
.c-nav-local__list > li > a {
			}
				}
.c-nav-local__list > li[data-current='true'] > a {
					background: #b81c22;
					color: #fff;
				}
.c-nav-local__list ul {
			margin: 0;
			padding: 0;
		}
.c-nav-local__list ul > li {
				display: block;
			}
.c-nav-local__list ul > li > a {
					padding: 14px 5px 14px 30px;
					font-size: 1.4rem;
					border-bottom: 1px dashed #ddd;
				}
@media screen and (max-width: 767px) {
.c-nav-local__list ul > li > a {
						font-size: 0.78125em;
						padding: 10px 0 11px 40px
				}
					}
.c-nav-local__list ul > li > a::before {
						content: '';
						display: block;
						width: 5px;
						height: 1px;
						background: #b81c22;
						position: absolute;
						top: 50%;
						left: 15px;
					}
@media screen and (max-width: 767px) {
.c-nav-local__list ul > li > a::before {
							top: 23px;
							left: 20px
					}
						}
.c-nav-local__list ul > li[data-current='true'] > a {
						background: #b81c22;
						color: #fff;
					}
.c-nav-local__list ul > li[data-current='true'] > a::before {
							background: #fff;
						}
.c-nav-local__list ul > li ul {
					margin: 0;
					padding: 0;
				}
.c-nav-local__list ul > li ul > li {
						display: block;
					}
.c-nav-local__list ul > li ul > li > a {
							padding: 9px 5px 9px 30px;
							font-size: 1.3rem;
							border-bottom: 1px solid #fff;
							background: #ececec;
						}
@media screen and (max-width: 767px) {
.c-nav-local__list ul > li ul > li > a {
						}
							}
.c-nav-local__list ul > li ul > li > a::before {
								content: none;
							}
@media screen and (max-width: 767px) {
.c-nav-sitemap {
		display: none
}
	}
.c-nav-sitemap__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
.c-nav-sitemap__body > ul {
			width: 220px;
			margin: 0;
			padding: 0 20px 0 0;
		}
.c-nav-sitemap__body > ul > li {
				list-style: none;
				padding: 0;
				margin-bottom: 6px;
				font-size: 1.5rem;
			}
.c-nav-sitemap__body > ul > li a {
					color: #fff;
					text-decoration: none;
					-webkit-transition: 300ms;
					transition: 300ms;
				}
@media screen and (min-width: 768px) {
						.c-nav-sitemap__body > ul > li a:hover {
							text-decoration: underline;
						}
					}
.c-nav-sitemap__body > ul > li > ul {
					margin: 6px 0 0;
					padding: 0;
				}
.c-nav-sitemap__body > ul > li > ul li {
						list-style: none;
						padding-left: 16px;
						position: relative;
						margin-bottom: 6px;
						font-size: 1.5rem;
					}
.c-nav-sitemap__body > ul > li > ul li::before, .c-nav-sitemap__body > ul > li > ul li::after {
							content: '';
							position: absolute;
							top: 50%;
							display: block;
							width: 3.3px;
							height: 1.5px;
							background: #fff;
						}
.c-nav-sitemap__body > ul > li > ul li::before {
							left: 0;
						}
.c-nav-sitemap__body > ul > li > ul li::after {
							left: 5px;
						}
.c-nav-breadcrumb {
	font-size: 1.6rem;
	margin: 0 auto;
	background: #f6f6f6;
}
@media screen and (max-width: 767px) {
.c-nav-breadcrumb {
		font-size: 3.2vw
}
	}
.c-nav-breadcrumb ol {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding: 7px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin: 0 auto;
	}
@media screen and (max-width: 767px) {
.c-nav-breadcrumb ol {
		width: 89.33333vw
	}
	}
@media screen and (max-width: 767px) {
.c-nav-breadcrumb ol {
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start
	}
		}
.c-nav-breadcrumb ol > li {
			list-style: none;
			font-size: 0.75em;
			padding-left: 35px;
			letter-spacing: 0.08em;
			position: relative;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
		}
@media screen and (max-width: 767px) {
.c-nav-breadcrumb ol > li {
				font-size: 3.2vw;
				padding-right: 7.6vw;
				padding-left: 0
		}
			}
.c-nav-breadcrumb ol > li:last-child {
				-webkit-box-flex: 1;
				    -ms-flex: 1 1 auto;
				        flex: 1 1 auto;
			}
.c-nav-breadcrumb ol > li::after {
				content: '';
				display: block;
				width: 1px;
				height: 17px;
				-webkit-transform: rotate(25deg);
				        transform: rotate(25deg);
				background: #161616;
				position: absolute;
				top: 5px;
				right: -20px;
			}
@media screen and (max-width: 767px) {
.c-nav-breadcrumb ol > li::after {
					top: 1.86667vw;
					right: 3.2vw
			}
				}
.c-nav-breadcrumb ol > li:last-child::after {
					content: none;
				}
.c-nav-breadcrumb a {
		color: inherit;
		display: inline-block;
		text-decoration: underline;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
	}
.c-nav-breadcrumb a:hover {
			opacity: 0.6;
		}
.c-nav-breadcrumb__item {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
.c-nav-breadcrumb__item[data-breadcrumb='current'] a {
			text-decoration: none;
			color: #b81c22;
			pointer-events: none;
		}
.c-nav-breadcrumb__item[data-breadcrumb='current'] a:hover {
				opacity: 1;
			}
.c-list-banner {
	padding: 30px 0;
}
.c-list-banner__body {
		max-width: 1200px;
		margin: 0 auto;
	}
.c-list-banner__body > ul {
			padding: 0;
			text-align: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
.c-list-banner__body > ul > li {
				list-style: none;
				margin: 0 10px;
			}
@media screen and (max-width: 767px) {
.c-list-banner__body > ul > li {
					width: 100%;
					margin-bottom: 10px
			}
				}
.c-list-banner__body > ul > li > a {
					text-decoration: none;
					display: block;
				}
.c-list-banner__body > ul > li > a:hover {
						opacity: .7;
					}
@media screen and (max-width: 767px) {
.c-list-banner__body > ul > li > a > img {
							width: 100%
					}
						}
.c-list-category {
	font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
.c-list-category {
		display: none
}
	}
.c-list-category ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style: none;
		margin: 0 auto 50px;
		padding: 0;
	}
.c-list-category li {
		list-style: none;
		margin: 0 10px;
		padding: 0;
	}
.c-list-category a {
		color: #000;
		font-weight: bold;
		border: 1px solid transparent;
		border-radius: 5px;
		display: block;
		padding: 1em 1.9em;
		text-decoration: none;
	}
.c-list-tag {
	font-size: 1rem;
}
@media screen and (max-width: 576px) {
.c-list-tag {
		display: none
}
	}
.c-list-tag ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		list-style: none;
		margin: 0 0 26px;
		padding: 0;
	}
.c-list-tag li {
		list-style: none;
		margin: 0 .3em;
		padding: 0;
	}
.c-list-tag a {
		background: #b81c22;
		color: #fff;
		display: block;
		padding: 1em 1.9em;
		text-decoration: none;
	}
.c-title-page {
	padding: 55px 25px;
	background: url('/img/common/bg-title.jpg') no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
.c-title-page {
		background: url('/img/common/bg-title-sp.jpg') no-repeat center center / cover
}
	}
/* IUK NEWS */
[data-path^='/news/'] .c-title-page {
		background: url('/img/news/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/news/'] .c-title-page {
			background: url('/img/news/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* イベント情報 */
[data-path^='/event/'] .c-title-page {
		background: url('/img/event/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/event/'] .c-title-page {
			background: url('/img/event/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 大学紹介 */
[data-path^='/gaiyou/'] .c-title-page {
		background: url('/img/gaiyou/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/gaiyou/'] .c-title-page {
			background: url('/img/gaiyou/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 学部大学院 */
[data-path^='/gakubu/'] .c-title-page {
		background: url('/img/gakubu/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/gakubu/'] .c-title-page {
			background: url('/img/gakubu/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 経済学部 */
[data-path^='/gakubu/economics/'] .c-title-page {
		background: url('/img/gakubu/economics/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/gakubu/economics/'] .c-title-page {
			background: url('/img/gakubu/economics/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 福祉社会学部 */
[data-path^='/gakubu/welfare/'] .c-title-page {
		background: url('/img/gakubu/welfare/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/gakubu/welfare/'] .c-title-page {
			background: url('/img/gakubu/welfare/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 国際文化学部 */
[data-path^='/gakubu/intercultural/'] .c-title-page {
		background: url('/img/gakubu/intercultural/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/gakubu/intercultural/'] .c-title-page {
			background: url('/img/gakubu/intercultural/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 大学院 */
[data-path^='/gakubu/graduate/'] .c-title-page {
		background: url('/img/gakubu/graduate/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/gakubu/graduate/'] .c-title-page {
			background: url('/img/gakubu/graduate/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 入試 */
[data-path^='/nyushi/'] .c-title-page {
		background: url('/img/nyushi/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/nyushi/'] .c-title-page {
			background: url('/img/nyushi/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 図書館 */
[data-path^='/tosyokan/'] .c-title-page {
		background: url('/img/tosyokan/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/tosyokan/'] .c-title-page {
			background: url('/img/tosyokan/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 学生生活 */
[data-path^='/campusLife/'] .c-title-page {
		background: url('/img/campusLife/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/campusLife/'] .c-title-page {
			background: url('/img/campusLife/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 国際交流 */
[data-path^='/international/'] .c-title-page {
		background: url('/img/international/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/international/'] .c-title-page {
			background: url('/img/international/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 就職 */
[data-path^='/career/'] .c-title-page {
		background: url('/img/career/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/career/'] .c-title-page {
			background: url('/img/career/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 地域・研究 */
[data-path^='/renkei/'] .c-title-page {
		background: url('/img/renkei/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/renkei/'] .c-title-page {
			background: url('/img/renkei/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 受験生・先生の皆さま */
[data-path^='/jukensei/'] .c-title-page {
		background: url('/img/jukensei/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/jukensei/'] .c-title-page {
			background: url('/img/jukensei/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 在学生・保護者の皆さま */
[data-path^='/currentstudent/'] .c-title-page {
		background: url('/img/currentstudent/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/currentstudent/'] .c-title-page {
			background: url('/img/currentstudent/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 卒業生の皆さま */
[data-path^='/graduate/'] .c-title-page {
		background: url('/img/graduate/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/graduate/'] .c-title-page {
			background: url('/img/graduate/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 地域の皆さま */
[data-path^='/ippan/'] .c-title-page {
		background: url('/img/ippan/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/ippan/'] .c-title-page {
			background: url('/img/ippan/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
/* 情報処理センター */
[data-path^='/ipc/'] .c-title-page {
		background: url('/img/ipc/bg-title.jpg') no-repeat center center / cover;
	}
@media screen and (max-width: 767px) {
[data-path^='/ipc/'] .c-title-page {
			background: url('/img/ipc/bg-title-sp.jpg') no-repeat center center / cover
	}
		}
.c-title-page h1 {
		width: 1000px;
		margin: 0 auto;
		font-weight: normal;
		font-size: 3.4rem;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
@media screen and (max-width: 767px) {
.c-title-page h1 {
			width: 100%;
			font-size: 7.2vw
	}
		}
.c-title-page h1 span {
			display: inline-block;
			background: #fff;
			padding: 4px 15px 6px;
		}
@media screen and (max-width: 767px) {
.c-title-page h1 span {
				padding: 0.8vw 2.66667vw 1.06667vw
		}
			}
.c-hero__body {
	}
.c-hero__slider-dots {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			list-style-type: none;
			width: 86.66667vw;
			margin: 5.33333vw auto 8vw;
			padding: 0;
		}
.c-hero__slider-dots li {
				margin: 0 1.33333vw;
				line-height: 0;
			}
.c-hero__slider-dots li button {
					cursor: pointer;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					border: none;
					font-size: 0;
					width: 4.26667vw;
					height: 4.26667vw;
					background: #c0c0c0;
					border-radius: 50%;
				}
.c-hero__slider-dots li.slick-active button {
						background: #b81c22;
					}
.c-hero__slider-thumbnail {
			width: 789px;
			margin: 20px auto;
			padding-left: 5px;
		}
@media screen and (max-width: 767px) {
.c-hero__slider-thumbnail {
				display: none !important
		}
			}
.c-hero__slider-thumbnail[data-slide='little'] {
			}
.c-hero__slider-thumbnail[data-slide='little'] .slick-track {
					-webkit-transform: translate3d(0, 0, 0) !important;
					        transform: translate3d(0, 0, 0) !important;
				}
.c-hero__slider-thumbnail-item {
			}
.c-hero__slider-thumbnail-item.slick-current {
					opacity: 0.7;
				}
.c-hero__slider-thumbnail-prev, .c-hero__slider-thumbnail-next {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				border: none;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 25px;
				z-index: 100;
				outline: none;
				width: 52.5px;
				height: 9.5px;
				cursor: pointer;
			}
@media screen and (max-width: 767px) {
.c-hero__slider-thumbnail-prev, .c-hero__slider-thumbnail-next {
					width: 9.2vw;
					height: 1.46667vw;
					bottom: -4.53333vw
			}
				}
.c-hero__slider-thumbnail-prev {
				left: -65px;
				background: url('/img/common/icon-slide-prev.png') no-repeat center / 100%;
			}
@media screen and (min-width: 768px) {
.c-hero__slider-thumbnail-prev {
					-webkit-transition: left 300ms;
					transition: left 300ms
			}

					.c-hero__slider-thumbnail-prev:hover {
						left: -75px;
					}
				}
@media screen and (max-width: 767px) {
.c-hero__slider-thumbnail-prev {
					left: -6.66667vw
			}
				}
.c-hero__slider-thumbnail-next {
				right: -65px;
				background: url('/img/common/icon-slide-next.png') no-repeat center / 100%;
			}
@media screen and (min-width: 768px) {
.c-hero__slider-thumbnail-next {
					-webkit-transition: right 300ms;
					transition: right 300ms
			}

					.c-hero__slider-thumbnail-next:hover {
						right: -75px;
					}
				}
@media screen and (max-width: 767px) {
.c-hero__slider-thumbnail-next {
					right: -6.66667vw
			}
				}
.c-hero__movie {
		position: relative;
	}
@media screen and (max-width: 767px) {
.c-hero__movie {
			background: url('/img/top/bg-hero-sp.jpg') no-repeat center / cover;
			height: 100vw;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center
	}
		}
.c-hero__youtube {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 0;
		overflow: hidden;
		width: 100%;
		padding-top: 56.25%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
@media screen and (max-width: 767px) {
.c-hero__youtube {
			display: none
	}
		}
.c-hero__youtube iframe {
			position: absolute !important;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100% !important;
			height: 100% !important;
			pointer-events: none;
		}
.c-hero__play-btn {
		display: none;
	}
@media screen and (max-width: 767px) {
.c-hero__play-btn {
			width: 16.4vw;
			height: 17.33333vw;
			display: block
	}

			.c-hero__play-btn img {
				display: block;
				width: 100%;
			}
		}
.c-hero__youtube-sp {
		display: none;
	}
@media screen and (max-width: 767px) {
.c-hero__youtube-sp {
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-transition: 300ms;
			transition: 300ms;
			opacity: 0;
			pointer-events: none
	}

			.c-hero__youtube-sp[data-modal='open'] {
				opacity: 1;
				pointer-events: all;
				z-index: 1000;
			}

			.c-hero__youtube-sp-overlay {
				background: rgba(0, 0, 0, 0.7);
				position: fixed;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				width: 100%;
				height: 100%;
			}

			.c-hero__youtube-sp-block {
				position: relative;
				z-index: 1000;
				width: 95%;
				padding-top: 53.25%;
			}

				.c-hero__youtube-sp-block iframe {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}

			.c-hero__youtube-sp-close {
				position: absolute;
				top: -50px;
				right: 0px;
				display: block;
				text-indent: -9999px;
				outline: none;
				border: none;
				width: 25px;
				height: 25px;
				border: 2px solid #ffffff;
				border-radius: 50%;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				-ms-border-radius: 50%;
				padding: 18px;
				background: rgba(0, 0, 0, 0.1);
			}
			.c-hero__youtube-sp-close::before, .c-hero__youtube-sp-close::after {
				content: '';
				display: inline-block;
				position: absolute;
				top: 6px;
				right: 17px;
				transition: all 0.3s;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-ms-transition: all 0.3s;
				background: #ffffff;
				width: 2px;
				height: 25px;
			}
			.c-hero__youtube-sp-close::before {
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
			}
			.c-hero__youtube-sp-close::after {
				transform: rotate(135deg);
				-webkit-transform: rotate(135deg);
				-moz-transform: rotate(135deg);
				-ms-transform: rotate(135deg);
			}
		}
.c-pagination {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 4rem;
	margin-top: 20px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
.c-pagination {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between
}
	}
.c-pagination a {
		background: none;
		color: inherit;
		text-decoration: none;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
	}
.c-pagination a:hover {
			opacity: 0.6;
		}
.c-pagination__prev a, .c-pagination__next a {
			width: 34px;
			height: 34px;
			display: block;
			overflow: hidden;
			position: relative;
			text-indent: -999px;
		}
.c-pagination__prev a[data-disabled='true'], .c-pagination__next a[data-disabled='true'] {
				opacity: 0.3;
				pointer-events: none;
			}
.c-pagination__prev a:hover, .c-pagination__next a:hover {
				opacity: 1;
			}
.c-pagination__prev a:hover::before, .c-pagination__prev a:hover::after, .c-pagination__next a:hover::before, .c-pagination__next a:hover::after {
					border-color: #b81c22;
				}
.c-pagination__prev {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
.c-pagination__prev ::before {
			border: 2px solid #c0c0c0;
			border-width: 0 2px 2px 0;
			content: '';
			display: block;
			height: 13px;
			margin-top: -6px;
			position: absolute;
			left: 14px;
			top: 50%;
			-webkit-transform: rotate(135deg);
			        transform: rotate(135deg);
			width: 13px;
			-webkit-transition: border-color 300ms;
			transition: border-color 300ms;
		}
.c-pagination__next {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
.c-pagination__next ::after {
			border: 2px solid #c0c0c0;
			border-width: 0 2px 2px 0;
			content: '';
			display: block;
			height: 13px;
			margin-top: -6px;
			position: absolute;
			right: 14px;
			top: 50%;
			-webkit-transform: rotate(-45deg);
			        transform: rotate(-45deg);
			width: 13px;
			-webkit-transition: border-color 300ms;
			transition: border-color 300ms;
		}
.c-pagination__numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		list-style: none;
		margin: 0 30px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 0;
	}
@media screen and (max-width: 767px) {
.c-pagination__numbers {
			margin: 0 5px
	}
		}
.c-pagination__number {
		display: block;
		list-style: none;
		margin: 0 3px;
		width: 34px;
		height: 34px;
		line-height: 34px;
		padding: 0 !important;
	}
.c-pagination__number::before {
			display: none;
		}
.c-pagination__number--current {
			background: #b81c22;
			color: #fff;
		}
.c-pagination__number--current:hover {
				padding-bottom: 0;
			}
.c-pagination__number a {
			display: block;
			padding: 0 0.3em;
			text-align: center;
		}
.c-pagination__number a::after {
				display: none;
			}
.c-pagination[data-pagination='detail'] {
		border-top: 1px solid #d5d5d5;
		padding-top: 30px;
	}
.c-pagination__btn {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
@media screen and (max-width: 767px) {
.c-pagination__btn {
			margin-top: 4vw
	}
		}
.c-pagination__btn a {
			font-family: 'Noto Sans JP', sans-serif;
			font-weight: normal;
			display: inline-block;
			width: 240px;
			font-size: 1.5rem;
			text-align: center;
			-webkit-transition: 300ms;
			transition: 300ms;
			position: relative;
			border-radius: 5px;
			padding: 5px 32px;
			background: #fff none;
			border: 2px solid #b81c22;
			color: #b81c22;
		}
@media screen and (max-width: 767px) {
.c-pagination__btn a {
				width: 70%
		}
			}
.c-pagination__btn a::after {
				border: 2px solid #b81c22;
				border-width: 0 2px 2px 0;
				content: '';
				display: block;
				height: 7px;
				margin-top: -3px;
				position: absolute;
				right: 25px;
				top: 50%;
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
				width: 7px;
				-webkit-transition: 300ms;
				transition: 300ms;
			}
@media screen and (min-width: 576px) {
.c-pagination__btn a:hover {
					opacity: 0.8
			}

					.c-pagination__btn a:hover::after {
						right: 20px;
					}
				}
.c-pagination__back {
		width: 100%;
		text-align: center;
	}
.c-pagination__back a {
			font-family: 'Noto Sans JP', sans-serif;
			font-weight: normal;
			display: inline-block;
			width: 240px;
			font-size: 1.5rem;
			text-align: center;
			-webkit-transition: 300ms;
			transition: 300ms;
			position: relative;
			border-radius: 10px;
			padding: 5px 32px;
			background-color: #696969;
			border-color: #696969;
			color: #fff;
		}
@media screen and (max-width: 767px) {
.c-pagination__back a {
				width: 70%
		}
			}
.c-pagination__back a::before {
				-webkit-transition: 300ms;
				transition: 300ms;
				background: none;
				border: 2px solid #fff;
				border-width: 0 0 2px 2px;
				content: '';
				display: block;
				height: 7px;
				left: 25px;
				margin-top: -3px;
				position: absolute;
				top: 50%;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				width: 7px;
			}
.c-pagination__back a::after {
				display: none;
			}
@media screen and (min-width: 576px) {
.c-pagination__back a:hover {
					opacity: 0.8
			}

					.c-pagination__back a:hover::before {
						left: 20px;
					}
				}
.c-card {
	font-size: 1.6rem;
	height: 100%;
	outline: 2px solid transparent;
	overflow: hidden;
	position: relative;
	-webkit-transition: outline 300ms;
	transition: outline 300ms;
}
.c-card[data-is-new="true"]::before {
			background: #b81c22;
			color: #fff;
			content: "new";
			display: block;
			font-size: 0.875em;
			font-weight: bold;
			height: 74px;
			left: -38px;
			padding: 50px 0 0;
			position: absolute;
			text-align: center;
			top: -38px;
			-webkit-transform: rotate(-45deg);
			        transform: rotate(-45deg);
			width: 74px;
			z-index: 1;
		}
.c-card > a {
		color: currentColor;
		height: 100%;
		text-decoration: none;
	}
.c-card__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		height: 0;
		overflow: hidden;
		padding-top: 56.25%;
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
.c-card__img img {
			display: block;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
.c-card__img img {
				height: 100%;
				-o-object-fit: cover;
				   font-family: "object-fit:cover;object-position:center top";
				   object-fit: cover;
				-o-object-position: center top;
				   object-position: center top
		}
			}
.c-card__header {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		padding: 0 22px;
	}
.c-card__body {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;
		font-size: 0.875em;
		padding: 10px 22px 30px;
	}
.c-card__title {
		font-size: 1.25em;
		margin: 0 auto;
		padding: 0;
		color: #e50000;
	}
.c-card__meta {
	}
.c-card__time {
		display: none;
	}
.c-card__category {
	}
.c-card__tags ul {
			list-style: none;
			margin: 0 auto;
			padding: 0;
		}
.c-card__tag-item {
		display: inline-block;
		font-size: 0.75em;
		list-style: none;
		margin: 0;
		padding: 0;
	}
.c-card__tag-item span {
			color: #fff;
			display: block;
			padding: 3px 15px;
		}
.c-card__author {
		display: none;
	}
.c-card__description {
		margin: 0;
		padding: 0;
	}
.c-card__description p {
			margin: 0;
			padding: 0;
		}
.c-content-index {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
.c-content-index {
		width: 89.33333vw
}
	}
@media screen and (max-width: 767px) {
.c-content-index {
		display: block
}
	}
.c-content-index__body {
		margin: 0 auto;
	}
.c-content-index__card-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
.c-content-index__categories {
		background: #f6f6f6;
		padding: 15px 20px;
		background-image: url('../img/bg-repeat-category.png');
		background-size: 9px 8px;
		margin: 0 30px;
	}
@media screen and (max-width: 767px) {
.c-content-index__categories {
			padding: 2vw 2.26667vw;
			margin: 0
	}
		}
.c-content-index__categories-title {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			color: #b81c22;
			font-size: 1.4rem;
			font-weight: 500;
			margin: 0 0 10px;
		}
@media screen and (max-width: 767px) {
.c-content-index__categories-title {
				padding: 0 0.66667vw;
				margin: 0 0 1.33333vw
		}
			}
.c-content-index__categories-title::before, .c-content-index__categories-title::after {
				content: '';
				display: block;
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				background: #b81c22;
				height: 1px;
			}
.c-content-index__categories-title::before {
				margin-right: 15px;
			}
.c-content-index__categories-title::after {
				margin-left: 15px;
			}
.c-content-index__categories-list {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}
.c-content-index__categories-list [data-ac-btn] {
				display: none;
				margin-top: 1.33333vw;
			}
@media screen and (max-width: 767px) {
.c-content-index__categories-list [data-ac-btn] {
					display: block;
					position: relative;
					-webkit-box-ordinal-group: 3;
					    -ms-flex-order: 2;
					        order: 2;
					background: #b8b0a3;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					border: none;
					border-radius: none;
					height: 4.53333vw;
					overflow: hidden;
					outline: none
			}

					.c-content-index__categories-list [data-ac-btn] span {
						text-indent: -9999px;
						display: block;
						width: 2.66667vw;
						height: 2.66667vw;
						border-bottom: 2px solid #fff;
						border-left: 2px solid #fff;
						position: absolute;
						top: 50%;
						left: 50%;
						-webkit-transform: translate(-50%, -50%) rotate(-45deg);
						        transform: translate(-50%, -50%) rotate(-45deg);
						margin-top: -1%;
						-webkit-transition: 200ms;
						transition: 200ms;
					}
						.c-content-index__categories-list [data-ac-btn][data-ac-btn='true'] span {
							-webkit-transform: translate(-50%, -50%) rotate(135deg);
							        transform: translate(-50%, -50%) rotate(135deg);
							margin-top: 1%;
						}
				}
@media screen and (min-width: 768px) {
.c-content-index__categories-list [data-ac-btn][data-ac-btn='false'] + [data-ac-content] {
							display: block !important
					}
						}
.c-content-index__categories-list [data-ac-content] {
				-webkit-box-ordinal-group: 2;
				    -ms-flex-order: 1;
				        order: 1;
				display: block;
			}
@media screen and (max-width: 767px) {
.c-content-index__categories-list [data-ac-content] {
					display: none
			}
				}
.c-content-index__categories-list ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				padding: 0;
				margin: 0;
			}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul {
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap
			}
				}
.c-content-index__categories-list ul li {
					list-style: none;
					margin: 0 2.5px;
				}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li {
						margin: 0 0.66667vw 1.33333vw
				}
					}
.c-content-index__categories-list ul li a {
						background-color: #fff;
						border: #d5d5d5 solid 1px;
						border-radius: 5px;
						display: table;
						padding: 10px 6px 3px;
						text-decoration: none;
						color: #161616;
						background-image: url('../img/common/icon-category-all-b.png');
						background-repeat: no-repeat;
						background-position: center top 9px;
						background-size: 75px auto;
						-webkit-transition: 100ms;
						transition: 100ms;
						height: 84px;
					}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li a {
							padding: 1.33333vw 2.13333vw 0.66667vw;
							background-size: 16vw auto;
							background-position: center top 2.13333vw;
							height: 21.33333vw
					}
						}
.c-content-index__categories-list ul li a[data-category='info'] {
							background-image: url('../img/common/icon-category-01-b.png');
						}
.c-content-index__categories-list ul li a[data-category='welfare'] {
							background-image: url('../img/common/icon-category-02-b.png');
						}
.c-content-index__categories-list ul li a[data-category='career'] {
							background-image: url('../img/common/icon-category-03-b.png');
						}
.c-content-index__categories-list ul li a[data-category='economics'] {
							background-image: url('../img/common/icon-category-05-b.png');
						}
.c-content-index__categories-list ul li a[data-category='graduate'] {
							background-image: url('../img/common/icon-category-06-b.png');
						}
.c-content-index__categories-list ul li a[data-category='campusLife'] {
							background-image: url('../img/common/icon-category-07-b.png');
						}
.c-content-index__categories-list ul li a[data-category='nyushi'] {
							background-image: url('../img/common/icon-category-08-b.png');
						}
.c-content-index__categories-list ul li a[data-category='international'] {
							background-image: url('../img/common/icon-category-09-b.png');
						}
.c-content-index__categories-list ul li a[data-category='intercultural'] {
							background-image: url('../img/common/icon-category-10-b.png');
						}
.c-content-index__categories-list ul li a[data-category='music'] {
							background-image: url('../img/common/icon-category-15-b.png');
						}
.c-content-index__categories-list ul li a[data-category='collaborationAndResearch'] {
							background-image: url('../img/common/icon-category-11-b.png');
							background-position: center 6px;
						}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li a[data-category='collaborationAndResearch'] {
								background-position: center top 1.33333vw
						}
							}
.c-content-index__categories-list ul li a[data-category='openLecture'] {
							background-image: url('../img/common/icon-category-12-b.png');
						}
.c-content-index__categories-list ul li a[data-category='collaborationCenter'] {
							background-image: url('../img/common/icon-category-13-b.png');
						}
.c-content-index__categories-list ul li a[data-category='researchInstitute'] {
							background-image: url('../img/common/icon-category-14-b.png');
						}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li a[data-category='researchInstitute'] {
								background-position: center top 2.13333vw
						}
							}
.c-content-index__categories-list ul li a[data-category='renkei'] {
							background-image: url('../img/common/icon-category-11-b.png');
							background-position: center 6px;
						}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li a[data-category='renkei'] {
								background-position: center top 1.33333vw
						}
							}
.c-content-index__categories-list ul li a[data-category='nursing'] {
							background-image: url('../img/common/icon-category-16-b.png');
						}
.c-content-index__categories-list ul li a[data-category='library'] {
							background-image: url('../img/common/icon-category-17-b.png');
							background-position: center 6px;
						}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li a[data-category='library'] {
								background-position: center top 1.33333vw
						}
							}
.c-content-index__categories-list ul li a[aria-current='page'] {
							background-color: #b81c22;
							color: #fff;
							border-color: #b81c22;
							background-image: url('../img/common/icon-category-all-w.png');
							background-position: center top 9px;
							background-size: 75px auto;
						}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li a[aria-current='page'] {
								background-size: 16vw auto;
								background-position: center top 2.13333vw
						}
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='info'] {
								background-color: #b81c22;
								border-color: #b81c22;
								background-image: url('../img/common/icon-category-01-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='welfare'] {
								background-color: #b83d1c;
								border-color: #b83d1c;
								background-image: url('../img/common/icon-category-02-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='career'] {
								background-color: #b81c22;
								border-color: #b81c22;
								background-image: url('../img/common/icon-category-03-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='economics'] {
								background-color: #384f9a;
								border-color: #384f9a;
								background-image: url('../img/common/icon-category-05-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='graduate'] {
								background-color: #b87b1c;
								border-color: #b87b1c;
								background-image: url('../img/common/icon-category-06-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='campusLife'] {
								background-color: #3285c0;
								border-color: #3285c0;
								background-image: url('../img/common/icon-category-07-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='nyushi'] {
								background-color: #b89c1c;
								border-color: #b89c1c;
								background-image: url('../img/common/icon-category-08-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='international'] {
								background-color: #6c9341;
								border-color: #6c9341;
								background-image: url('../img/common/icon-category-09-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='intercultural'] {
								background-color: #3c8554;
								border-color: #3c8554;
								background-image: url('../img/common/icon-category-10-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='music'] {
								background-color: #3c8554;
								border-color: #3c8554;
								background-image: url('../img/common/icon-category-15-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='collaborationAndResearch'] {
								background-color: #b81c22;
								border-color: #b81c22;
								background-image: url('../img/common/icon-category-11-w.png');
								background-position: center 6px;
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='openLecture'] {
								background-color: #b83d1c;
								border-color: #b83d1c;
								background-image: url('../img/common/icon-category-12-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='collaborationCenter'] {
								background-color: #0e89a8;
								border-color: #0e89a8;
								background-image: url('../img/common/icon-category-13-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='researchInstitute'] {
								background-color: #539f3e;
								border-color: #539f3e;
								background-image: url('../img/common/icon-category-14-w.png');
							}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li a[aria-current='page'][data-category='researchInstitute'] {
									background-position: center top 2.13333vw
							}
								}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='renkei'] {
								background-color: #634084;
								border-color: #634084;
								background-image: url('../img/common/icon-category-11-w.png');
								background-position: center 6px;
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='nursing'] {
								background-color: #3ebd01;
								border-color: #3ebd01;
								background-image: url('../img/common/icon-category-16-w.png');
							}
.c-content-index__categories-list ul li a[aria-current='page'][data-category='library'] {
								background-color: #b81c22;
								border-color: #b81c22;
								background-image: url('../img/common/icon-category-17-w.png');
								background-position: center 6px;
							}
@media screen and (min-width: 768px) {
.c-content-index__categories-list ul li a:hover {
								background-color: #b81c22;
								color: #fff;
								border-color: #b81c22;
								background-image: url('../img/common/icon-category-all-w.png');
								background-position: center top 9px;
								background-size: 75px auto
						}

								.c-content-index__categories-list ul li a:hover[data-category='info'] {
									background-color: #b81c22;
									border-color: #b81c22;
									background-image: url('../img/common/icon-category-01-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='welfare'] {
									background-color: #b83d1c;
									border-color: #b83d1c;
									background-image: url('../img/common/icon-category-02-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='career'] {
									background-color: #b81c22;
									border-color: #b81c22;
									background-image: url('../img/common/icon-category-03-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='economics'] {
									background-color: #384f9a;
									border-color: #384f9a;
									background-image: url('../img/common/icon-category-05-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='graduate'] {
									background-color: #b87b1c;
									border-color: #b87b1c;
									background-image: url('../img/common/icon-category-06-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='campusLife'] {
									background-color: #3285c0;
									border-color: #3285c0;
									background-image: url('../img/common/icon-category-07-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='nyushi'] {
									background-color: #b89c1c;
									border-color: #b89c1c;
									background-image: url('../img/common/icon-category-08-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='international'] {
									background-color: #6c9341;
									border-color: #6c9341;
									background-image: url('../img/common/icon-category-09-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='intercultural'] {
									background-color: #3c8554;
									border-color: #3c8554;
									background-image: url('../img/common/icon-category-10-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='music'] {
									background-color: #3c8554;
									border-color: #3c8554;
									background-image: url('../img/common/icon-category-15-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='collaborationAndResearch'] {
									background-color: #b81c22;
									border-color: #b81c22;
									background-image: url('../img/common/icon-category-11-w.png');
									background-position: center 6px;
								}

								.c-content-index__categories-list ul li a:hover[data-category='openLecture'] {
									background-color: #b83d1c;
									border-color: #b83d1c;
									background-image: url('../img/common/icon-category-12-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='collaborationCenter'] {
									background-color: #0e89a8;
									border-color: #0e89a8;
									background-image: url('../img/common/icon-category-13-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='researchInstitute'] {
									background-color: #539f3e;
									border-color: #539f3e;
									background-image: url('../img/common/icon-category-14-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='renkei'] {
									background-color: #634084;
									border-color: #634084;
									background-image: url('../img/common/icon-category-11-w.png');
									background-position: center 6px;
								}

								.c-content-index__categories-list ul li a:hover[data-category='nursing'] {
									background-color: #3ebd01;
									border-color: #3ebd01;
									background-image: url('../img/common/icon-category-16-w.png');
								}

								.c-content-index__categories-list ul li a:hover[data-category='library'] {
									background-color: #b81c22;
									border-color: #b81c22;
									background-image: url('../img/common/icon-category-17-w.png');
									background-position: center 6px;
								}
							}
.c-content-index__categories-list ul li a span {
							font-size: 1.2rem;
							display: table-cell;
							padding-top: 35px;
							line-height: 1.2;
							text-align: center;
							vertical-align: middle;
						}
@media screen and (max-width: 767px) {
.c-content-index__categories-list ul li a span {
								font-size: 3.12vw;
								padding-top: 8vw
						}
							}
.c-content-index .c-tpoics {
		padding: 0 30px;
		margin-bottom: 60px;
	}
@media screen and (max-width: 767px) {
.c-content-index .c-tpoics {
			padding: 0
	}
		}
.c-topics__title {
		font-size: 2.4rem;
		font-weight: normal;
		line-height: 1.6;
		background: url('/img/common/bg-dot.png') repeat;
		margin: 1em 0 20px;
		padding: 6px 16px 8px 16px;
		overflow: hidden;
		border-left: 4px solid #c75b5f;
	}
@media screen and (max-width: 767px) {
.c-topics__title {
			font-size: 5.33333vw;
			margin: 0 0 2.66667vw;
			padding: 1.06667vw 2.66667vw;
			border-left: 3px solid #c75b5f
	}
		}
.c-topics__title:first-child {
			margin-top: 0;
		}
.c-topics__title:last-child {
			margin-bottom: 0;
		}
.c-topics__list {
		padding: 0;
	}
.c-topics__list li {
			padding: 0;
			list-style: none;
			border-bottom: 1px solid #d5d5d5;
		}
.c-topics__list li a {
				text-decoration: none;
				color: #161616;
			}
@media screen and (min-width: 768px) {
							.c-topics__list li a:hover > div::before, .c-topics__list li a:hover > div::after {
								right: 15px;
							}

							.c-topics__list li a:hover > div [data-type='title'] {
								text-decoration: underline;
							}
					}
.c-topics__list li[data-new='true'] [data-type='title']::after {
						content: 'NEW';
						font-family: 'Montserrat', sans-serif;
						color: #b81c22;
						border: 1px solid #b81c22;
						font-weight: 500;
						font-size: 1.3rem;
						padding: 0 4px;
						line-height: 1.2;
						text-decoration: none;
						display: inline-block;
						margin-left: 5px;
					}
@media screen and (max-width: 767px) {
.c-topics__list li[data-new='true'] [data-type='title']::after {
							content: none
					}
						}
@media screen and (max-width: 767px) {
						[data-category='true'] .c-topics__list li[data-new='true'] [data-type='category'] {
							position: relative;
						}

							[data-category='true'] .c-topics__list li[data-new='true'] [data-type='category']::after {
								content: 'NEW';
								font-family: 'Montserrat', sans-serif;
								color: #b81c22;
								border: 1px solid #b81c22;
								font-weight: 500;
								font-size: 3.12vw;
								padding: 0 4px;
								line-height: 1.2;
								text-decoration: none;
								display: inline-block;
								position: absolute;
								left: calc(100% + 2vw);
								top: 10%;
							}
					}
@media screen and (max-width: 767px) {
						[data-category='false'] .c-topics__list li[data-new='true'] [data-type='time'] {
							position: relative;
						}

							[data-category='false'] .c-topics__list li[data-new='true'] [data-type='time']::after {
								content: 'NEW';
								font-family: 'Montserrat', sans-serif;
								color: #b81c22;
								border: 1px solid #b81c22;
								font-weight: 500;
								font-size: 3.12vw;
								padding: 0 4px;
								line-height: 1.2;
								text-decoration: none;
								display: inline-block;
								position: absolute;
								left: calc(100% + 2vw);
								top: 10%;
							}
					}
.c-topics__list-box {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			padding: 23px 45px 23px 20px;
			position: relative;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
		}
@media screen and (max-width: 767px) {
.c-topics__list-box {
				padding: 4vw 9.33333vw 2.66667vw 3.33333vw
		}
			}
.c-topics__list-box::before, .c-topics__list-box::after {
				content: '';
				display: block;
				width: 7px;
				height: 1px;
				background: #b81c22;
				position: absolute;
				top: 50%;
				right: 20px;
				-webkit-transition: 200ms;
				transition: 200ms;
			}
@media screen and (max-width: 767px) {
.c-topics__list-box::before, .c-topics__list-box::after {
					right: 2.66667vw
			}
				}
.c-topics__list-box::before {
				-webkit-transform: rotate(48deg);
				        transform: rotate(48deg);
				margin-top: -2px;
			}
.c-topics__list-box::after {
				-webkit-transform: rotate(-48deg);
				        transform: rotate(-48deg);
				margin-top: 3px;
			}
.c-topics__list-box p {
				margin: 0;
				font-size: 1.5rem;
				line-height: 1.6;
			}
@media screen and (max-width: 767px) {
.c-topics__list-box p {
					font-size: 3.6vw
			}
				}
.c-topics__list-box [data-type='time'] {
				margin-right: 10px;
				color: #b81c22;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
				width: 85px;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
			}
@media screen and (max-width: 767px) {
.c-topics__list-box [data-type='time'] {
					font-size: 3.6vw;
					margin-right: 3.33333vw;
					width: auto
			}
				}
.c-topics__list-box [data-type='title'] {
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
			}
@media screen and (max-width: 767px) {
.c-topics__list-box [data-type='title'] {
					-webkit-box-flex: 1;
					    -ms-flex: auto;
					        flex: auto;
					width: 100%
			}
				}
.c-topics__list-box [data-type='category'] {
				font-size: 1.3rem;
				color: #fff;
				padding: 1px 10px;
				width: 170px;
				border-radius: 3px;
				text-align: center;
				margin-right: 25px;
			}
@media screen and (max-width: 767px) {
.c-topics__list-box [data-type='category'] {
					width: 40vw;
					font-size: 3.12vw
			}
				}
.c-content-index .c-topics__list-box [data-type='category'] {
					width: 120px;
				}
@media screen and (max-width: 767px) {
.c-content-index .c-topics__list-box [data-type='category'] {
						width: auto;
						min-width: 28.8vw
				}
					}
.c-topics__list-box [data-type='category'][data-category='info'] {
					background-color: #b81c22;
				}
.c-topics__list-box [data-type='category'][data-category='welfare'] {
					background-color: #b83d1c;
				}
.c-topics__list-box [data-type='category'][data-category='cat03'] {
					background-color: #0e89a8;
				}
.c-topics__list-box [data-type='category'][data-category='career'] {
					background-color: #b81c22;
				}
.c-topics__list-box [data-type='category'][data-category='economics'] {
					background-color: #384f9a;
				}
.c-topics__list-box [data-type='category'][data-category='graduate'] {
					background-color: #b87b1c;
				}
.c-topics__list-box [data-type='category'][data-category='campusLife'] {
					background-color: #3285c0;
				}
.c-topics__list-box [data-type='category'][data-category='nyushi'] {
					background-color: #b89c1c;
				}
.c-topics__list-box [data-type='category'][data-category='international'] {
					background-color: #6c9341;
				}
.c-topics__list-box [data-type='category'][data-category='intercultural'] {
					background-color: #3c8554;
				}
.c-topics__list-box [data-type='category'][data-category='collaborationAndResearch'] {
					background-color: #b81c22;
				}
.c-topics__list-box [data-type='category'][data-category='openLecture'] {
					background-color: #b83d1c;
				}
.c-topics__list-box [data-type='category'][data-category='collaborationCenter'] {
					background-color: #0e89a8;
				}
.c-topics__list-box [data-type='category'][data-category='researchInstitute'] {
					background-color: #539f3e;
				}
.c-topics__list-box [data-type='category'][data-category='music'] {
					background-color: #3c8554;
				}
.c-topics__list-box [data-type='category'][data-category='renkei'] {
					background-color: #634084;
				}
.c-topics__list-box [data-type='category'][data-category='nursing'] {
					background-color: #3ebd01;
				}
.c-topics__list-box [data-type='category'][data-category='library'] {
					background-color: #b81c22;
				}
.c-topics__list-box [data-type='category'] +[data-type='title'] {
					width: 100%;
					-webkit-box-flex: 1;
					    -ms-flex: auto;
					        flex: auto;
					margin-top: 8px;
				}
.c-content-index .c-topics__list-box [data-type='category'] + [data-type='title'] {
						-webkit-box-flex: 1;
						    -ms-flex: 1;
						        flex: 1;
						margin-top: 0;
					}
@media screen and (max-width: 767px) {
.c-content-index .c-topics__list-box [data-type='category'] + [data-type='title'] {
							-webkit-box-flex: 1;
							    -ms-flex: auto;
							        flex: auto;
							width: 100%
					}
						}
.c-event__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0;
	}
@media screen and (max-width: 767px) {
.c-event__list {
			display: block
	}
		}
.c-event__list li {
			width: 31.5%;
			list-style: none;
			margin-right: 2.75%;
			margin-bottom: 60px;
			position: relative;
			padding-bottom: 30px;
		}
@media screen and (max-width: 767px) {
.c-event__list li {
				width: 100%;
				margin-right: 0;
				margin-bottom: 8vw
		}
			}
.c-event__list li:nth-child(3n) {
				margin-right: 0;
			}
.c-event__list li a {
				display: block;
				color: #161616;
				text-decoration: none;
				height: 100%;
				-webkit-transition: 200ms;
				transition: 200ms;
			}
@media screen and (min-width: 768px) {
.c-event__list li a:hover {
						opacity: 0.7
				}
					}
.c-event__list li figure {
				margin: 0;
			}
.c-event__list li figure div {
					background: #f6f6f6;
					width: 100%;
					padding-top: 63.5%;
					position: relative;
					margin-bottom: 10px;
				}
.c-event__list li figure div img {
						position: absolute;
						height: 100%;
						top: 0;
						left: 50%;
						-webkit-transform: translateX(-50%);
						        transform: translateX(-50%);
					}
.c-event__list li figure figcaption {
					font-size: 1.5rem;
					line-height: 1.6;
				}
@media screen and (max-width: 767px) {
.c-event__list li figure figcaption {
						font-size: 3.73333vw
				}
					}
.c-event__list li span {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				font-family: 'Montserrat', sans-serif;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				font-size: 1.4rem;
				font-weight: 500;
				color: #b81c22;
			}
@media screen and (max-width: 767px) {
.c-event__list li span {
					font-size: 3.46667vw
			}
				}
.c-event__list li span::before {
					content: '';
					display: block;
					height: 1px;
					background: #d5d5d5;
					-webkit-box-flex: 1;
					    -ms-flex: 1;
					        flex: 1;
					margin-right: 15px;
				}
@media screen and (max-width: 767px) {
.c-event__list li span::before {
						margin-right: 2vw
				}
					}
.c-event__list li[data-new='true'] {
				position: relative;
			}
.c-event__list li[data-new='true']::before {
					content: 'NEW';
					font-family: 'Crimson Text', serif;
					color: #fff;
					font-weight: 500;
					line-height: 1.2;
					text-decoration: none;
					display: inline-block;
					position: absolute;
					background: #b81c22;
					left: 0;
					top: 0;
					z-index: 1;
					font-size: 1.4rem;
					padding: 2px 5px;
				}
@media screen and (max-width: 767px) {
.c-event__list li[data-new='true']::before {
						font-size: 4vw;
						padding: 4px 8px
				}
					}
.bge-contents, .c-content-main {
	font-size: 1.5rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
.bge-contents, .c-content-main {
		font-size: 4vw
}
	}
.bge-contents a, .c-content-main a {
		color: #b81c22;
		word-break: break-all;
	}
.bge-contents a:hover, .c-content-main a:hover {
			text-decoration: none;
		}
.bge-contents a.pdf-img, .c-content-main a.pdf-img {
			display: block;
			text-align: center;
			text-decoration: none;
		}
.bge-contents a.pdf-img:hover, .c-content-main a.pdf-img:hover {
				text-decoration: underline;
			}
.bge-contents a.pdf-img::before, .bge-contents a.pdf-img::after, .c-content-main a.pdf-img::before, .c-content-main a.pdf-img::after {
				content: none !important;
			}
.bge-contents a.pdf-img img, .c-content-main a.pdf-img img {
				width: 20px;
				display: block;
				margin: 0 auto;
			}
.bge-contents .text-right, .c-content-main .text-right {
		text-align: right;
	}
.bge-contents .text-center, .c-content-main .text-center {
		text-align: center;
	}
.bge-contents .list-link, .c-content-main .list-link {
		margin: 0 0 3em;
	}
@media screen and (max-width: 767px) {
.bge-contents .list-link, .c-content-main .list-link {
			font-size: 1em
	}
		}
.bge-contents .list-link li, .c-content-main .list-link li {
			padding: 0;
		}
.bge-contents .list-link li::before, .c-content-main .list-link li::before {
				display: none;
			}
.bge-contents .list-link li a, .c-content-main .list-link li a {
				color: #b81c22;
				position: relative;
				padding-left: 30px;
				display: inline-block;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}
@media screen and (max-width: 767px) {
.bge-contents .list-link li a, .c-content-main .list-link li a {
					padding-left: 8vw
			}
				}
.bge-contents .list-link li a::before, .c-content-main .list-link li a::before {
					border: 1px solid #727272;
					border-width: 0 2px 2px 0;
					border-radius: 1px;
					content: '';
					display: block;
					height: 8px;
					position: absolute;
					left: 11px;
					top: 12px;
					-webkit-transform: rotate(-45deg);
					        transform: rotate(-45deg);
					width: 8px;
				}
@media screen and (max-width: 767px) {
.bge-contents .list-link li a::before, .c-content-main .list-link li a::before {
						width: 2.13333vw;
						height: 2.13333vw;
						top: 3.2vw;
						left: 2.93333vw
				}
					}
@media screen and (min-width: 768px) {
.bge-contents .list-link li a:hover, .c-content-main .list-link li a:hover {
						opacity: 0.6
				}
					}
.bge-contents .content-index, .c-content-main .content-index {
		margin: 0 0 2.5em;
	}
.bge-contents .content-index-list, .c-content-main .content-index-list {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
		}
.bge-contents .content-index-item, .c-content-main .content-index-item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 48.648%;
			margin: 0 0 30px 2.704%;
		}
@media screen and (max-width: 767px) {
.bge-contents .content-index-item, .c-content-main .content-index-item {
				width: 100%;
				margin: 0 0 30px
		}
			}
.bge-contents .content-index-item:nth-child(2n + 1), .c-content-main .content-index-item:nth-child(2n + 1) {
				margin-left: 0;
			}
.bge-contents .content-index-item a, .c-content-main .content-index-item a {
				width: 100%;
				display: block;
				text-decoration: none;
				border-style: solid;
				border-width: 2px 1px 2px;
				border-color: #b81c22 #ece6e6 #ece6e6;
				position: relative;
				color: inherit !important;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}
.bge-contents .content-index-item a:hover, .c-content-main .content-index-item a:hover {
					opacity: 0.6;
				}
.bge-contents .content-index-item a h2:only-child, .c-content-main .content-index-item a h2:only-child {
						height: 100%;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-pack: start;
						    -ms-flex-pack: start;
						        justify-content: flex-start;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center;
					}
.bge-contents .content-index-item a p, .c-content-main .content-index-item a p {
					letter-spacing: 0.05em;
					line-height: 1.7;
					padding: 17px 19px 15px;
					border-top: 1px solid #ece6e6;
					margin: 0;
				}
.bge-contents .content-index-item a[href^='http'][target='_blank'] h2::after, .c-content-main .content-index-item a[href^='http'][target='_blank'] h2::after {
							content: '';
							width: 10px;
							height: 10px;
							background: url('/img/common/icon-external.svg') no-repeat left top / 100%;
							-webkit-transform: rotate(0deg);
							        transform: rotate(0deg);
							border: none;
							border-radius: 0;
						}
.bge-contents .content-index-item figure, .c-content-main .content-index-item figure {
				margin: 0 !important;
			}
.bge-contents .content-index-item figure img, .c-content-main .content-index-item figure img {
					width: 100%;
					height: 100%;
					display: block;
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}
.bge-contents .content-index-item h2, .c-content-main .content-index-item h2 {
				font-weight: 500 !important;
				margin: 0 !important;
				padding: 17px 30px 15px 19px !important;
				font-size: 1.125em !important;
				letter-spacing: 0.01em !important;
				border-bottom: none !important;
				position: relative;
			}
.bge-contents .content-index-item h2::after, .c-content-main .content-index-item h2::after {
					content: '';
					border: 1px solid #b81c22;
					border-width: 0 2px 2px 0;
					border-radius: 1px;
					display: block;
					height: 8px;
					width: 8px;
					position: absolute;
					right: 17px;
					top: calc(50% - 2px);
					-webkit-transform: rotate(-45deg);
					        transform: rotate(-45deg);
				}
.bge-contents .content-index [data-index-type='img'] .content-index-item a, .c-content-main .content-index [data-index-type='img'] .content-index-item a {
					padding-bottom: 25px;
					position: relative;
				}
.bge-contents .content-index [data-index-type='img'] .content-index-item a::after, .c-content-main .content-index [data-index-type='img'] .content-index-item a::after {
						content: 'READ MORE';
						position: absolute;
						left: 0;
						right: 0;
						bottom: -2px;
						margin: 0 auto;
						width: 100px;
						border-bottom: 2px solid #b81c22;
						font-family: 'Crimson Text', serif;
						font-weight: 700;
						font-size: 0.875em;
						text-align: center;
						color: #b81c22;
					}
.bge-contents .content-index [data-index-type='img'] .content-index-item h2, .c-content-main .content-index [data-index-type='img'] .content-index-item h2 {
					text-align: center;
				}
.bge-contents .content-index [data-index-type='img'] .content-index-item h2::after, .c-content-main .content-index [data-index-type='img'] .content-index-item h2::after {
						content: none;
					}
.bge-contents [data-bgb*='image'] a[href] img, .bge-contents [data-bgb*='image'] a[href] .bgt-box__image, .c-content-main [data-bgb*='image'] a[href] img, .c-content-main [data-bgb*='image'] a[href] .bgt-box__image {
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}
.bge-contents [data-bgb*='image'] a[href]:hover img, .bge-contents [data-bgb*='image'] a[href]:hover .bgt-box__image, .c-content-main [data-bgb*='image'] a[href]:hover img, .c-content-main [data-bgb*='image'] a[href]:hover .bgt-box__image {
					opacity: 0.7;
				}
.bge-contents .local-nav, .c-content-main .local-nav {
		background: #f5f5f5;
		margin: 0 0 2.5em;
		padding: 16px 16px 6px;
	}
.bge-contents .local-nav ul, .c-content-main .local-nav ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			margin: 0;
		}
.bge-contents .local-nav ul li, .c-content-main .local-nav ul li {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				padding: 0;
				letter-spacing: 0;
				line-height: 1.5;
			}
.bge-contents .local-nav ul li a, .c-content-main .local-nav ul li a {
					font-size: 0.9375em;
					border: 1px solid #ece6e6;
					width: 100%;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					background: #fff;
					border-radius: 5px;
					padding: 13px 35px 14px 14px;
					text-decoration: none;
					color: inherit;
					position: relative;
				}
@media screen and (max-width: 767px) {
.bge-contents .local-nav ul li a, .c-content-main .local-nav ul li a {
						font-size: 0.875em
				}
					}
@media screen and (min-width: 768px) {
.bge-contents .local-nav ul li a[href], .c-content-main .local-nav ul li a[href] {
							-webkit-transition: 300ms;
							transition: 300ms
					}

							.bge-contents .local-nav ul li a[href]:hover, .c-content-main .local-nav ul li a[href]:hover {
								background: #b81c22;
								color: #fff;
							}

								.bge-contents .local-nav ul li a[href]:hover::before, .c-content-main .local-nav ul li a[href]:hover::before {
									border-color: #fff;
								}
						}
.bge-contents .local-nav ul li a[data-current='true'], .c-content-main .local-nav ul li a[data-current='true'] {
						background: #b81c22;
						color: #fff;
					}
.bge-contents .local-nav ul li a[data-current='true']::before, .c-content-main .local-nav ul li a[data-current='true']::before {
							border-color: #fff;
						}
.bge-contents .local-nav ul li a::before, .c-content-main .local-nav ul li a::before {
						border: 1px solid #b81c22;
						border-width: 0 2px 2px 0;
						border-radius: 1px;
						content: '';
						display: block;
						height: 8px;
						width: 8px;
						position: absolute;
						right: 17px;
						top: calc(50% - 5px);
						-webkit-transform: rotate(-45deg);
						        transform: rotate(-45deg);
					}
.bge-contents .local-nav ul li::before, .c-content-main .local-nav ul li::before {
					display: none;
				}
.bge-contents .local-nav ul[data-column='2'] li, .c-content-main .local-nav ul[data-column='2'] li {
					width: 49.30362%;
					margin: 0 0 10px 1.39276%;
				}
@media screen and (max-width: 767px) {
.bge-contents .local-nav ul[data-column='2'] li, .c-content-main .local-nav ul[data-column='2'] li {
						width: 48.5%;
						margin: 0 0 10px 3%
				}
					}
.bge-contents .local-nav ul[data-column='2'] li:nth-child(2n + 1), .c-content-main .local-nav ul[data-column='2'] li:nth-child(2n + 1) {
						margin-left: 0;
					}
.bge-contents .local-nav ul[data-column='3'] li, .c-content-main .local-nav ul[data-column='3'] li {
					width: 32.31198%;
					margin: 0 0 10px 1.39276%;
				}
@media screen and (max-width: 767px) {
.bge-contents .local-nav ul[data-column='3'] li, .c-content-main .local-nav ul[data-column='3'] li {
						width: 48.5%;
						margin: 0 0 10px 3%
				}
					}
.bge-contents .local-nav ul[data-column='3'] li:nth-child(3n + 1), .c-content-main .local-nav ul[data-column='3'] li:nth-child(3n + 1) {
						margin-left: 0;
					}
@media screen and (max-width: 767px) {
.bge-contents .local-nav ul[data-column='3'] li:nth-child(3n + 1), .c-content-main .local-nav ul[data-column='3'] li:nth-child(3n + 1) {
							margin: 0 0 10px 3%
					}
						}
@media screen and (max-width: 767px) {
.bge-contents .local-nav ul[data-column='3'] li:nth-child(2n + 1), .c-content-main .local-nav ul[data-column='3'] li:nth-child(2n + 1) {
							margin-left: 0
					}
						}
.bge-contents .local-nav ul[data-column='4'] li, .c-content-main .local-nav ul[data-column='4'] li {
					width: 23.95543%;
					margin: 0 0 10px 1.39276%;
				}
@media screen and (max-width: 767px) {
.bge-contents .local-nav ul[data-column='4'] li, .c-content-main .local-nav ul[data-column='4'] li {
						width: 48.5%;
						margin: 0 0 10px 3%
				}
					}
.bge-contents .local-nav ul[data-column='4'] li:nth-child(4n + 1), .c-content-main .local-nav ul[data-column='4'] li:nth-child(4n + 1) {
						margin-left: 0;
					}
@media screen and (max-width: 767px) {
.bge-contents .local-nav ul[data-column='4'] li:nth-child(4n + 1), .c-content-main .local-nav ul[data-column='4'] li:nth-child(4n + 1) {
							margin: 0 0 10px 3%
					}
						}
@media screen and (max-width: 767px) {
.bge-contents .local-nav ul[data-column='4'] li:nth-child(2n + 1), .c-content-main .local-nav ul[data-column='4'] li:nth-child(2n + 1) {
							margin-left: 0
					}
						}
.bge-contents .tab-wrap, .c-content-main .tab-wrap {
			margin: 0 0 2.5em;
		}
.bge-contents .tab-nav, .c-content-main .tab-nav {
			margin: 0 0 1em;
		}
.bge-contents .tab-nav ul, .c-content-main .tab-nav ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
				margin: 0;
				width: 100%;
			}
@media screen and (max-width: 767px) {
.bge-contents .tab-nav ul, .c-content-main .tab-nav ul {
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap
			}
				}
.bge-contents .tab-nav ul li, .c-content-main .tab-nav ul li {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: stretch;
					    -ms-flex-align: stretch;
					        align-items: stretch;
					padding: 0 1px 1px 0;
					letter-spacing: 0;
					line-height: 1.5;
					-webkit-box-flex: 1;
					    -ms-flex: 1 1 auto;
					        flex: 1 1 auto;
					width: 100%;
				}
.bge-contents .tab-nav ul li:last-child, .c-content-main .tab-nav ul li:last-child {
						padding: 0 0 1px;
					}
.bge-contents .tab-nav ul li button, .c-content-main .tab-nav ul li button {
						-webkit-appearance: none;
						   -moz-appearance: none;
						        appearance: none;
						border: 1px solid #b10000;
						width: 100%;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-align: center;
						    -ms-flex-align: center;
						        align-items: center;
						-webkit-box-pack: center;
						    -ms-flex-pack: center;
						        justify-content: center;
						text-align: center;
						background: #fff;
						padding: 12px;
						text-decoration: none;
						color: #8a0000;
						position: relative;
						cursor: pointer;
					}
@media screen and (max-width: 767px) {
.bge-contents .tab-nav ul li button, .c-content-main .tab-nav ul li button {
							font-size: 0.875em
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .tab-nav ul li button, .c-content-main .tab-nav ul li button {
							-webkit-transition: 300ms;
							transition: 300ms
					}

							.bge-contents .tab-nav ul li button:hover, .c-content-main .tab-nav ul li button:hover {
								background: #b81c22;
								color: #fff;
							}

								.bge-contents .tab-nav ul li button:hover::before, .c-content-main .tab-nav ul li button:hover::before {
									border-color: #fff;
								}
						}
.bge-contents .tab-nav ul li button[data-current='true'], .c-content-main .tab-nav ul li button[data-current='true'] {
							background: #b81c22;
							color: #fff;
						}
.bge-contents .tab-nav ul li button[data-current='true']::before, .c-content-main .tab-nav ul li button[data-current='true']::before {
								border-color: #fff;
							}
.bge-contents .tab-nav ul li::before, .c-content-main .tab-nav ul li::before {
						display: none;
					}
@media screen and (max-width: 767px) {
.bge-contents .tab-nav ul li, .c-content-main .tab-nav ul li {
						width: 33.3%;
						padding: 0 1px 1px 0
				}

						.bge-contents .tab-nav ul li:nth-child(3n), .c-content-main .tab-nav ul li:nth-child(3n) {
							padding: 0 1px 1px 0;
						}
					}
.bge-contents .tab-nav ul[data-column='3'], .c-content-main .tab-nav ul[data-column='3'] {
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
				}
.bge-contents .tab-nav ul[data-column='3'] li, .c-content-main .tab-nav ul[data-column='3'] li {
						width: 33.3%;
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 auto;
						        flex: 0 0 auto;
						padding: 0 1px 1px 0;
					}
.bge-contents .tab-nav ul[data-column='3'] li:nth-child(3n), .c-content-main .tab-nav ul[data-column='3'] li:nth-child(3n) {
							padding: 0 0 1px;
						}
@media screen and (max-width: 767px) {
.bge-contents .tab-nav ul[data-column='3'] li, .c-content-main .tab-nav ul[data-column='3'] li {
							width: 50%
					}

							.bge-contents .tab-nav ul[data-column='3'] li:nth-child(3n), .c-content-main .tab-nav ul[data-column='3'] li:nth-child(3n) {
								padding: 0 1px 1px 0;
							}

							.bge-contents .tab-nav ul[data-column='3'] li:nth-child(2n), .c-content-main .tab-nav ul[data-column='3'] li:nth-child(2n) {
								padding: 0 0 1px;
							}
						}
.bge-contents .tab-nav ul[data-column='4'], .c-content-main .tab-nav ul[data-column='4'] {
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
				}
.bge-contents .tab-nav ul[data-column='4'] li, .c-content-main .tab-nav ul[data-column='4'] li {
						width: 25%;
						-webkit-box-flex: 0;
						    -ms-flex: 0 0 auto;
						        flex: 0 0 auto;
						padding: 0 1px 1px 0;
					}
.bge-contents .tab-nav ul[data-column='4'] li:nth-child(4n), .c-content-main .tab-nav ul[data-column='4'] li:nth-child(4n) {
							padding: 0 0 1px;
						}
@media screen and (max-width: 767px) {
.bge-contents .tab-nav ul[data-column='4'] li, .c-content-main .tab-nav ul[data-column='4'] li {
							width: 50%
					}

							.bge-contents .tab-nav ul[data-column='4'] li:nth-child(4n), .c-content-main .tab-nav ul[data-column='4'] li:nth-child(4n) {
								padding: 0 1px 1px 0;
							}

							.bge-contents .tab-nav ul[data-column='4'] li:nth-child(2n), .c-content-main .tab-nav ul[data-column='4'] li:nth-child(2n) {
								padding: 0 0 1px;
							}
						}
.bge-contents .tab-block, .c-content-main .tab-block {
			display: none;
		}
.bge-contents .tab-block:first-child, .c-content-main .tab-block:first-child {
				display: block;
			}
@media screen and (min-width: 768px) {
.bge-contents .tab-weboc .tab-nav ul li:not(:first-child), .c-content-main .tab-weboc .tab-nav ul li:not(:first-child) {
								margin-left: 5px
						}
							}
.bge-contents .tab-weboc .tab-nav ul li button, .c-content-main .tab-weboc .tab-nav ul li button {
							background: #e4e4e4;
							font-size: 1.6rem;
							font-weight: bold;
							border: none;
							border-radius: 25px;
							padding: 15px 12px;
							margin-bottom: 10px;
							-webkit-transition: opacity 200ms;
							transition: opacity 200ms;
						}
@media screen and (max-width: 767px) {
.bge-contents .tab-weboc .tab-nav ul li button, .c-content-main .tab-weboc .tab-nav ul li button {
								font-size: 3.46667vw;
								padding: 3.33333vw 2.66667vw;
								margin-bottom: 2vw
						}
							}
@media screen and (min-width: 768px) {
.bge-contents .tab-weboc .tab-nav ul li button:hover, .c-content-main .tab-weboc .tab-nav ul li button:hover {
									opacity: 0.7
							}
								}
.bge-contents .tab-weboc .tab-nav ul li button[data-current='true'], .c-content-main .tab-weboc .tab-nav ul li button[data-current='true'] {
								position: relative;
							}
.bge-contents .tab-weboc .tab-nav ul li button[data-current='true']::before, .c-content-main .tab-weboc .tab-nav ul li button[data-current='true']::before {
									content: '';
									position: absolute;
									border-top: 10px solid #386b9a;
									border-right: 10px solid transparent;
									border-left: 10px solid transparent;
									bottom: -10px;
									-webkit-transition: 200ms;
									transition: 200ms;
								}
@media screen and (max-width: 767px) {
.bge-contents .tab-weboc .tab-nav ul li button[data-current='true']::before, .c-content-main .tab-weboc .tab-nav ul li button[data-current='true']::before {
										border-width: 2vw 2vw 0 2vw;
										bottom: -2vw
								}
									}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='economy'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='economy'] {
								color: #386b9a;
							}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='economy'][data-current='true'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='economy'][data-current='true'] {
									color: #fff;
									background: #386b9a;
								}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='economy'][data-current='true']::before, .c-content-main .tab-weboc .tab-nav ul li button[data-category='economy'][data-current='true']::before {
										border-top: 10px solid #386b9a;
									}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='management'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='management'] {
								color: #238ac8;
							}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='management'][data-current='true'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='management'][data-current='true'] {
									color: #fff;
									background: #238ac8;
								}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='management'][data-current='true']::before, .c-content-main .tab-weboc .tab-nav ul li button[data-category='management'][data-current='true']::before {
										border-top: 10px solid #238ac8;
									}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='welfare'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='welfare'] {
								color: #c46628;
							}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='welfare'][data-current='true'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='welfare'][data-current='true'] {
									color: #fff;
									background: #c46628;
								}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='welfare'][data-current='true']::before, .c-content-main .tab-weboc .tab-nav ul li button[data-category='welfare'][data-current='true']::before {
										border-top: 10px solid #c46628;
									}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='children'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='children'] {
								color: #d24544;
							}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='children'][data-current='true'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='children'][data-current='true'] {
									color: #fff;
									background: #d24544;
								}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='children'][data-current='true']::before, .c-content-main .tab-weboc .tab-nav ul li button[data-category='children'][data-current='true']::before {
										border-top: 10px solid #d24544;
									}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='culture'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='culture'] {
								color: #359963;
							}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='culture'][data-current='true'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='culture'][data-current='true'] {
									color: #fff;
									background: #359963;
								}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='culture'][data-current='true']::before, .c-content-main .tab-weboc .tab-nav ul li button[data-category='culture'][data-current='true']::before {
										border-top: 10px solid #359963;
									}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='music'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='music'] {
								color: #57bc37;
							}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='music'][data-current='true'], .c-content-main .tab-weboc .tab-nav ul li button[data-category='music'][data-current='true'] {
									color: #fff;
									background: #57bc37;
								}
.bge-contents .tab-weboc .tab-nav ul li button[data-category='music'][data-current='true']::before, .c-content-main .tab-weboc .tab-nav ul li button[data-category='music'][data-current='true']::before {
										border-top: 10px solid #57bc37;
									}
.bge-contents .tab-weboc .tab-content, .c-content-main .tab-weboc .tab-content {
				background: url('/img/common/bg-dot-02.png') repeat;
				padding: 40px 50px;
			}
@media screen and (max-width: 767px) {
.bge-contents .tab-weboc .tab-content, .c-content-main .tab-weboc .tab-content {
					padding: 5.33333vw 6.66667vw
			}
				}
.bge-contents .tab-weboc .tab-content h3, .c-content-main .tab-weboc .tab-content h3 {
					color: #4667ff;
					background: -webkit-gradient(linear, left top, right top, from(#3279ff), to(#882cff));
					background: linear-gradient(to right, #3279ff 0%, #882cff 100%);
					-webkit-background-clip: text;
					        background-clip: text;
					-webkit-text-fill-color: transparent;
					font-size: 2.4rem;
					font-weight: bold;
					border: none;
					padding: 0;
				}
@media (-ms-high-contrast: none) {
.bge-contents .tab-weboc .tab-content h3, .c-content-main .tab-weboc .tab-content h3 {
						background: none
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .tab-weboc .tab-content h3, .c-content-main .tab-weboc .tab-content h3 {
						font-size: 4.8vw
				}
					}
.bge-contents .tab-weboc .tab-modal, .c-content-main .tab-weboc .tab-modal {
				display: block;
				background: #fff;
			}
@media screen and (min-width: 768px) {
.bge-contents .tab-weboc .tab-modal:hover img, .c-content-main .tab-weboc .tab-modal:hover img {
							opacity: 0.8
					}
						}
.bge-contents .tab-weboc .tab-modal img, .c-content-main .tab-weboc .tab-modal img {
					width: 100%;
					height: auto;
					-webkit-transition: opacity 200ms;
					transition: opacity 200ms;
				}
.bge-contents .anchor-nav, .c-content-main .anchor-nav {
		margin: 0 0 2.5em;
		padding: 10px 10px 0;
		border: 1px solid #9d0000;
	}
.bge-contents .anchor-nav ul, .c-content-main .anchor-nav ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			margin: 0;
			width: 100%;
		}
.bge-contents .anchor-nav ul li, .c-content-main .anchor-nav ul li {
				margin: 0 10px 13px;
				padding: 0;
				letter-spacing: 0;
				line-height: 1.6;
			}
.bge-contents .anchor-nav ul li a, .c-content-main .anchor-nav ul li a {
					font-size: 0.9375em;
					width: 100%;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					padding-left: 20px;
					color: #9d0000;
					position: relative;
					-webkit-transition: opacity 300ms;
					transition: opacity 300ms;
				}
.bge-contents .anchor-nav ul li a:hover, .c-content-main .anchor-nav ul li a:hover {
						text-decoration: none;
					}
.bge-contents .anchor-nav ul li a::before, .c-content-main .anchor-nav ul li a::before {
						border: 1px solid #b81c22;
						border-width: 0 2px 2px 0;
						border-radius: 1px;
						content: '';
						display: block;
						width: 8px;
						height: 8px;
						position: absolute;
						left: 2px;
						top: calc(50% - 5px);
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
					}
.bge-contents .anchor-nav ul li::before, .c-content-main .anchor-nav ul li::before {
					display: none;
				}
.bge-contents .error-ttl, .c-content-main .error-ttl {
		font-size: 1.125em;
		letter-spacing: 0.05em;
		font-weight: normal;
		margin-bottom: 12px;
		border: none;
		text-align: center;
		padding: 0;
	}
@media screen and (max-width: 767px) {
.bge-contents .error-ttl, .c-content-main .error-ttl {
			font-size: 1.09375em;
			letter-spacing: 0;
			margin-bottom: 3.2vw
	}
		}
.bge-contents .error-content, .c-content-main .error-content {
		text-align: center;
	}
@media screen and (max-width: 767px) {
.bge-contents .error-content, .c-content-main .error-content {
			text-align: left
	}
		}
.bge-contents .error-content p, .c-content-main .error-content p {
			letter-spacing: 0.05em;
		}
.bge-contents .error-content .btn-group, .c-content-main .error-content .btn-group {
			border-top: none;
			padding-top: 27px;
			margin-bottom: 118px;
		}
@media screen and (max-width: 767px) {
.bge-contents .error-content .btn-group, .c-content-main .error-content .btn-group {
				margin-bottom: 0
		}
			}
.bge-contents .error-content .btn-group .btn-back, .c-content-main .error-content .btn-group .btn-back {
				border-color: #696969;
				background-color: #696969;
			}
.bge-contents .smap-ttl, .c-content-main .smap-ttl {
		font-size: 1.125em;
		letter-spacing: 0.02em;
		font-weight: normal;
		line-height: 1.6;
		margin: 2em 0 0.8em;
		position: relative;
		overflow: hidden;
		border-bottom: 2px solid #b81c22;
		padding: 0 20px 9px 5px;
	}
@media screen and (max-width: 767px) {
.bge-contents .smap-ttl, .c-content-main .smap-ttl {
			padding: 0 20px 9px 5px
	}
		}
.bge-contents .smap-ttl:first-child, .c-content-main .smap-ttl:first-child {
			margin-top: 0;
		}
.bge-contents .smap-ttl:last-child, .c-content-main .smap-ttl:last-child {
			margin-bottom: 0;
		}
.bge-contents .smap-ttl::before, .bge-contents .smap-ttl::after, .c-content-main .smap-ttl::before, .c-content-main .smap-ttl::after {
			content: none;
		}
.bge-contents .smap-ttl a, .c-content-main .smap-ttl a {
			display: block;
			position: relative;
			text-decoration: none;
			margin: 0 -20px -9px -5px;
			padding: 0 20px 9px 5px;
			color: initial;
			-webkit-transition: 300ms;
			transition: 300ms;
		}
.bge-contents .smap-ttl a:hover, .c-content-main .smap-ttl a:hover {
				color: #b81c22;
			}
.bge-contents .smap-ttl a::after, .c-content-main .smap-ttl a::after {
				content: '';
				border: 1px solid #b81c22;
				border-width: 2px 2px 0 0;
				border-radius: 1px;
				display: block;
				height: 10px;
				margin-top: -10px;
				position: absolute;
				right: 10px;
				top: 50%;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				width: 10px;
			}
.bge-contents .smap-link, .c-content-main .smap-link {
		padding: 0 30px;
	}
.bge-contents .smap-link li, .c-content-main .smap-link li {
			padding-left: 20px;
			line-height: 1.5;
			margin: 10px 0;
			font-size: 1.6rem;
		}
@media screen and (max-width: 767px) {
.bge-contents .smap-link li, .c-content-main .smap-link li {
				font-size: 4.26667vw
		}
			}
.bge-contents .smap-link li::before, .c-content-main .smap-link li::before {
				content: none;
			}
.bge-contents .smap-link li a, .c-content-main .smap-link li a {
				text-decoration: none;
				color: initial;
				-webkit-transition: 300ms;
				transition: 300ms;
			}
.bge-contents .smap-link li a:hover, .c-content-main .smap-link li a:hover {
					color: #b81c22;
				}
.bge-contents .smap-link li a::before, .c-content-main .smap-link li a::before {
					content: '';
					border: 1px solid #b81c22;
					border-width: 1.5px 1.5px 0 0;
					border-radius: 1px;
					display: block !important;
					height: 8px !important;
					margin-top: -4px;
					position: absolute;
					left: 0;
					top: 50%;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
					width: 8px !important;
					background: none !important;
					margin-right: !important;
				}
.bge-contents .download-list li, .c-content-main .download-list li {
			padding-left: 33px;
			text-indent: -33px;
		}
.bge-contents .download-list li::before, .c-content-main .download-list li::before {
				display: none;
			}
.bge-contents .text-note, .c-content-main .text-note {
		color: #696969;
		font-size: 0.875em;
		margin-top: 0;
	}
.bge-contents .reader-block, .c-content-main .reader-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
@media screen and (max-width: 767px) {
.bge-contents .reader-block, .c-content-main .reader-block {
			display: block
	}
		}
.bge-contents .reader-block__icon, .c-content-main .reader-block__icon {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			margin-right: 20px;
		}
@media screen and (max-width: 767px) {
.bge-contents .reader-block__icon, .c-content-main .reader-block__icon {
				display: block;
				margin: 0 0 10px
		}
			}
.bge-contents .reader-block__text, .c-content-main .reader-block__text {
			-webkit-box-flex: 1;
			    -ms-flex: 1 1 auto;
			        flex: 1 1 auto;
		}
.bge-contents .reader-block__text p, .c-content-main .reader-block__text p {
				margin: 0 !important;
			}
@media screen and (max-width: 767px) {
.bge-contents .calendar-wrap iframe, .c-content-main .calendar-wrap iframe {
					width: 89.33333vw;
					height: 89.33333vw
			}
				}
.bge-contents .faq-title, .c-content-main .faq-title {
		position: relative;
		margin-bottom: 1em !important;
	}
.bge-contents .faq-title::before, .bge-contents .faq-title::after, .c-content-main .faq-title::before, .c-content-main .faq-title::after {
			content: '';
			background: #b81c22;
			height: 2px;
			margin: auto;
			position: absolute;
			right: 25px;
			top: 0;
			bottom: 0;
			-webkit-transition: -webkit-transform 300ms;
			transition: -webkit-transform 300ms;
			transition: transform 300ms;
			transition: transform 300ms, -webkit-transform 300ms;
			width: 18px;
			z-index: 10;
		}
@media screen and (max-width: 767px) {
.bge-contents .faq-title::before, .bge-contents .faq-title::after, .c-content-main .faq-title::before, .c-content-main .faq-title::after {
				width: 4.26667vw;
				right: 2.66667vw
		}
			}
.bge-contents .faq-title::after, .c-content-main .faq-title::after {
			-webkit-transform: rotate(90deg);
			        transform: rotate(90deg);
		}
.bge-contents .faq-title.faq-open::after, .c-content-main .faq-title.faq-open::after {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
				-webkit-transition: -webkit-transform 300ms;
				transition: -webkit-transform 300ms;
				transition: transform 300ms;
				transition: transform 300ms, -webkit-transform 300ms;
			}
.bge-contents .faq-title h3, .c-content-main .faq-title h3 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			position: relative;
			padding: 12px 50px 12px 55px;
			line-height: 1.5;
			font-size: 1.7rem;
			cursor: pointer;
			background: #f0f0f0;
			border-left: none;
		}
@media screen and (max-width: 767px) {
.bge-contents .faq-title h3, .c-content-main .faq-title h3 {
				font-size: 4.26667vw;
				padding: 2.66667vw 8vw 2.66667vw 9.33333vw
		}
			}
.bge-contents .faq-title h3::before, .c-content-main .faq-title h3::before {
				content: 'Q';
				position: absolute;
				width: 1em;
				height: auto;
				top: 18px;
				left: 20px;
				color: #b81c22;
				font-size: 2.7rem;
				font-weight: bold;
				line-height: 0.75;
				font-family: 'Crimson Text', serif;
				letter-spacing: 5px;
			}
@media screen and (max-width: 767px) {
.bge-contents .faq-title h3::before, .c-content-main .faq-title h3::before {
					top: 4.66667vw;
					left: 2.66667vw;
					font-size: 6.4vw
			}
				}
.bge-contents .faq-body, .c-content-main .faq-body {
		border: 1px solid #f0f0f0;
		padding: 12px 50px 12px 55px;
		position: relative;
		margin: -1em 0 1em !important;
	}
@media screen and (max-width: 767px) {
.bge-contents .faq-body, .c-content-main .faq-body {
			padding: 2.66667vw 8vw 2.66667vw 9.33333vw
	}
		}
[class='c-page-sub'] .bge-contents .faq-body, [class='c-page-sub'] .c-content-main .faq-body {
			display: none;
		}
.bge-contents .faq-body::before, .c-content-main .faq-body::before {
			content: 'A';
			position: absolute;
			width: 1em;
			height: auto;
			top: 18px;
			left: 20px;
			color: #817664;
			font-size: 2.8rem;
			font-weight: bold;
			line-height: 0.75;
			font-family: 'Crimson Text', serif;
			letter-spacing: 5px;
		}
@media screen and (max-width: 767px) {
.bge-contents .faq-body::before, .c-content-main .faq-body::before {
				top: 5.33333vw;
				left: 2.66667vw;
				font-size: 6.4vw
		}
			}
.bge-contents .error-block, .c-content-main .error-block {
		text-align: center;
		margin-bottom: 3em;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-wysiwyg2 .bgt-grid--first, .c-content-main .bgb-wysiwyg2 .bgt-grid--first {
				margin-bottom: 2.5em
		}
			}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='image-link-text3'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .bge-contents [data-bgb='image-link3'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .bge-contents [data-bgb='image-text3'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .bge-contents [data-bgb='image-link-text4'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .bge-contents [data-bgb='image-link4'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .bge-contents [data-bgb='image-text4'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .bge-contents [data-bgb='image-link-text5'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .bge-contents [data-bgb='image-link5'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .bge-contents [data-bgb='image-text5'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-link-text3'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-link3'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-text3'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-link-text4'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-link4'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-text4'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-link-text5'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-link5'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child, .c-content-main [data-bgb='image-text5'] .bgt-grid [data-bgt] > .bge-ckeditor:last-child {
						margin-bottom: 2.5em
				}
					}
.bge-contents h2, .c-content-main h2 {
		font-size: 3rem;
		line-height: 1.6;
		margin: 1em 0 23px;
		padding: 0 0 20px;
		color: #161616;
		font-weight: normal;
		border-bottom: 2px solid #e1dbcf;
		overflow: hidden;
	}
@media screen and (max-width: 767px) {
.bge-contents h2, .c-content-main h2 {
			font-size: 6.13333vw;
			margin: 1em 0 5.33333vw;
			padding: 0 0 2.66667vw
	}
		}
.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}
.bge-contents h2:last-child, .c-content-main h2:last-child {
			margin-bottom: 0;
		}
.bge-contents .bge-title-h2, .c-content-main .bge-title-h2 {
		margin-top: 0;
	}
.bge-contents [data-bgb='title'].bgb-title, .c-content-main [data-bgb='title'].bgb-title {
		margin-bottom: 1.25em;
	}
.bge-contents [data-bgb='title'].bgb-title.bgb-opt--mb-large, .c-content-main [data-bgb='title'].bgb-title.bgb-opt--mb-large {
			margin-bottom: 2.5em !important;
		}
.bge-contents [data-bgb='title'].bgb-title.bgb-opt--mb-small, .c-content-main [data-bgb='title'].bgb-title.bgb-opt--mb-small {
			margin-bottom: 0.83333em !important;
		}
.bge-contents .heading-type01 h2, .c-content-main .heading-type01 h2 {
			color: #b81c22;
			border-color: #b81c22;
		}
.bge-contents .weboc-title, .c-content-main .weboc-title {
		text-align: center;
	}
.bge-contents .weboc-title span, .c-content-main .weboc-title span {
			display: block;
			color: #fff;
			background: -webkit-gradient(linear, left top, right top, from(#3279ff), to(#882cff));
			background: linear-gradient(to right, #3279ff 0%, #882cff 100%);
			font-size: 1.4rem;
			width: 30px;
			height: 30px;
			margin: 0 auto;
		}
@media screen and (max-width: 767px) {
.bge-contents .weboc-title span, .c-content-main .weboc-title span {
				font-size: 4.4vw;
				width: 8.66667vw;
				height: 8.66667vw
		}
			}
.bge-contents .weboc-title h2, .c-content-main .weboc-title h2 {
			position: relative;
			font-size: 3rem;
			font-weight: bold;
			color: #f815ba;
			background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fcac4e), color-stop(60%, #f815ba));
			background: linear-gradient(to right, #fcac4e 40%, #f815ba 60%);
			-webkit-background-clip: text;
			        background-clip: text;
			-webkit-text-fill-color: transparent;
			border-bottom: none;
			margin-top: 10px;
		}
@media (-ms-high-contrast: none) {
.bge-contents .weboc-title h2, .c-content-main .weboc-title h2 {
				background: none
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .weboc-title h2, .c-content-main .weboc-title h2 {
				font-size: 7.33333vw
		}
			}
.bge-contents .weboc-title h2::before, .bge-contents .weboc-title h2::after, .c-content-main .weboc-title h2::before, .c-content-main .weboc-title h2::after {
				content: '';
				position: absolute;
				display: block;
				height: 2px;
				bottom: 0;
			}
.bge-contents .weboc-title h2::before, .c-content-main .weboc-title h2::before {
				background: -webkit-gradient(linear, left top, right top, from(#3279ff), to(#882cff));
				background: linear-gradient(to right, #3279ff 0%, #882cff 100%);
				width: 100%;
				left: 0;
			}
.bge-contents .weboc-title h2::after, .c-content-main .weboc-title h2::after {
				background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fcac4e), color-stop(60%, #f815ba));
				background: linear-gradient(to right, #fcac4e 40%, #f815ba 60%);
				width: 300px;
				left: calc(50% - 150px);
			}
@media screen and (max-width: 767px) {
.bge-contents .weboc-title h2::after, .c-content-main .weboc-title h2::after {
					width: 48vw;
					left: calc(50% - 24vw)
			}
				}
.bge-contents h3, .c-content-main h3 {
		font-size: 2.4rem;
		font-weight: normal;
		line-height: 1.6;
		background: url('/img/common/bg-dot.png') repeat;
		margin: 1em 0 20px;
		padding: 6px 16px 8px 16px;
		overflow: hidden;
		border-left: 4px solid #c75b5f;
	}
@media screen and (max-width: 767px) {
.bge-contents h3, .c-content-main h3 {
			font-size: 5.33333vw;
			margin: 1em 0 5.33333vw;
			padding: 1.06667vw 2.66667vw;
			border-left: 3px solid #c75b5f
	}
		}
.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}
.bge-contents h3:last-child, .c-content-main h3:last-child {
			margin-bottom: 0;
		}
.bge-contents [data-bgb='title2'].bgb-title2, .c-content-main [data-bgb='title2'].bgb-title2 {
		margin-bottom: 2em;
	}
.bge-contents [data-bgb='title2'].bgb-title2.bgb-opt--mb-large, .c-content-main [data-bgb='title2'].bgb-title2.bgb-opt--mb-large {
			margin-bottom: 3.125em !important;
		}
.bge-contents [data-bgb='title2'].bgb-title2.bgb-opt--mb-small, .c-content-main [data-bgb='title2'].bgb-title2.bgb-opt--mb-small {
			margin-bottom: 0.83333em !important;
		}
.bge-contents .bge-title-h3, .c-content-main .bge-title-h3 {
		margin-top: 0;
	}
.bge-contents h4, .c-content-main h4 {
		font-size: 2.2rem;
		font-weight: normal;
		line-height: 1.6;
		margin: 1em 0 0.8em;
		padding: 0 14px 9px;
		position: relative;
		overflow: hidden;
	}
@media screen and (max-width: 767px) {
.bge-contents h4, .c-content-main h4 {
			font-size: 5.06667vw;
			margin: 1em 0 4.8vw;
			padding: 0 2.66667vw 2vw
	}
		}
.bge-contents h4 a, .c-content-main h4 a {
			color: initial;
			text-decoration: none;
		}
@media screen and (min-width: 768px) {
.bge-contents h4 a, .c-content-main h4 a {
				-webkit-transition: 300ms;
				transition: 300ms
		}

				.bge-contents h4 a:hover, .c-content-main h4 a:hover {
					color: #b81c22;
				}
			}
.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}
.bge-contents h4:last-child, .c-content-main h4:last-child {
			margin-bottom: 0;
		}
.bge-contents h4::before, .c-content-main h4::before {
			content: '';
			width: 100%;
			height: 2px;
			display: block;
			background: #e1dbcf;
			position: absolute;
			bottom: 0;
			left: 0;
		}
.bge-contents h4::after, .c-content-main h4::after {
			content: '';
			width: 120px;
			height: 2px;
			display: block;
			background: #b81c22;
			position: absolute;
			bottom: 0;
			left: 0;
		}
.bge-contents h4 span, .c-content-main h4 span {
			font-size: 0.81818em;
		}
@media screen and (max-width: 767px) {
.bge-contents h4 span, .c-content-main h4 span {
				font-size: 0.88889em
		}
			}
.bge-contents h5, .c-content-main h5 {
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.6;
		margin: 1.3em 0 0.8em;
		padding-left: 13px;
		position: relative;
		overflow: hidden;
	}
@media screen and (max-width: 767px) {
.bge-contents h5, .c-content-main h5 {
			font-size: 4.53333vw
	}
		}
.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}
.bge-contents h5:last-child, .c-content-main h5:last-child {
			margin-bottom: 0;
		}
.bge-contents h5::before, .c-content-main h5::before {
			content: '';
			width: 2px;
			display: block;
			background: #b81c22;
			position: absolute;
			top: 4px;
			bottom: 2px;
			left: 0;
		}
.bge-contents h5::after, .c-content-main h5::after {
			content: '';
			width: 2px;
			display: block;
			background: #f0ece5;
			position: absolute;
			top: 4px;
			bottom: 2px;
			left: 2px;
		}
.bge-contents h6, .c-content-main h6 {
		font-size: 1.7rem;
		line-height: 1.6;
		color: #b81c22;
		margin: 1.3em 0 0.8em;
	}
@media screen and (max-width: 767px) {
.bge-contents h6, .c-content-main h6 {
			font-size: 4.53333vw
	}
		}
.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}
.bge-contents h6:last-child, .c-content-main h6:last-child {
			margin-bottom: 0;
		}
.bge-contents ul, .c-content-main ul {
		padding-left: 0;
	}
.bge-contents ul:first-child, .c-content-main ul:first-child {
			margin-top: 0;
		}
.bge-contents ul > li, .c-content-main ul > li {
			padding-left: 20px;
			margin-bottom: 2px;
			list-style: none;
			position: relative;
		}
@media screen and (max-width: 767px) {
.bge-contents ul > li, .c-content-main ul > li {
				padding-left: 4vw
		}
			}
.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 10px;
				width: 10px;
				height: 10px;
				background: #ac1d34;
			}
@media screen and (max-width: 767px) {
.bge-contents ul > li::before, .c-content-main ul > li::before {
					width: 2.13333vw;
					height: 2.13333vw;
					top: 2.93333vw
			}
				}
.bge-contents ul > li > ul li, .c-content-main ul > li > ul li {
					padding-left: 15px;
				}
@media screen and (max-width: 767px) {
.bge-contents ul > li > ul li, .c-content-main ul > li > ul li {
						padding-left: 4vw
				}
					}
.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
						width: 6px;
						height: 6px;
						background: #e1dbcf;
					}
@media screen and (max-width: 767px) {
.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
							width: 1.6vw;
							height: 1.6vw
					}
						}
.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			font-size: 0.9375em;
			margin-top: 18px;
		}
.bge-contents ul ul ul, .bge-contents ul ul ol, .bge-contents ul ol ul, .bge-contents ul ol ol, .c-content-main ul ul ul, .c-content-main ul ul ol, .c-content-main ul ol ul, .c-content-main ul ol ol {
				font-size: 1em;
			}
.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		padding-left: 0;
	}
.bge-contents ol:first-child, .c-content-main ol:first-child {
			margin-top: 0;
		}
.bge-contents ol > li, .c-content-main ol > li {
			margin-bottom: 2px;
			list-style: none;
			padding-left: 28px;
			position: relative;
		}
@media screen and (max-width: 767px) {
.bge-contents ol > li, .c-content-main ol > li {
				padding-left: 1.7em
		}
			}
.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal-leading-zero) '. ';
				counter-increment: content-main-ol-default;
				font-family: 'Montserrat', sans-serif;
				color: #b81c22;
				font-weight: 500;
				position: absolute;
				top: 0;
				left: 0;
				font-size: 1.6rem;
			}
@media screen and (max-width: 767px) {
.bge-contents ol > li::before, .c-content-main ol > li::before {
					top: 0
			}
				}
.bge-contents ol > li > ol li::before, .c-content-main ol > li > ol li::before {
						color: #e1dbcf;
						top: 0;
						left: 1px;
					}
@media screen and (max-width: 767px) {
.bge-contents ol > li > ol li::before, .c-content-main ol > li > ol li::before {
					}
						}
.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			font-size: 1.5rem;
		}
.bge-contents .bgb-text-float-image2 ul li, .bge-contents .bgb-text-float-image2 ol li, .c-content-main .bgb-text-float-image2 ul li, .c-content-main .bgb-text-float-image2 ol li {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}
.bge-contents table, .c-content-main table {
		line-height: 1.8;
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 2.5em;
		border-top: 1px solid #b7abab;
		border-bottom: 1px solid #b7abab;
	}
@media screen and (max-width: 767px) {
.bge-contents table, .c-content-main table {
			margin-bottom: 2em
	}
		}
.bge-contents caption, .c-content-main caption {
		font-weight: bold;
		text-align: left;
	}
.bge-contents tr:last-child th, .c-content-main tr:last-child th {
			border-bottom: 1px solid #b7abab;
		}
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
		padding: 15px;
		color: #161616;
		border: 1px solid #b7abab;
	}
@media screen and (max-width: 767px) {
.bge-contents th, .bge-contents td, .c-content-main th, .c-content-main td {
			padding: 1.25em
	}
		}
.bge-contents th, .c-content-main th {
		background: #817664;
		color: #fff;
		font-weight: normal;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
.bge-contents th:first-child, .c-content-main th:first-child {
			border-left: 1px solid #fff;
		}
.bge-contents th + th, .c-content-main th + th {
			border-left: 1px solid #fff;
		}
.bge-contents th[data-width='1'], .c-content-main th[data-width='1'] {
				width: 1 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='1'], .c-content-main th[data-width='1'] {
					width: auto
			}
				}
.bge-contents th[data-width='2'], .c-content-main th[data-width='2'] {
				width: 2 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='2'], .c-content-main th[data-width='2'] {
					width: auto
			}
				}
.bge-contents th[data-width='3'], .c-content-main th[data-width='3'] {
				width: 3 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='3'], .c-content-main th[data-width='3'] {
					width: auto
			}
				}
.bge-contents th[data-width='4'], .c-content-main th[data-width='4'] {
				width: 4 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='4'], .c-content-main th[data-width='4'] {
					width: auto
			}
				}
.bge-contents th[data-width='5'], .c-content-main th[data-width='5'] {
				width: 5 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='5'], .c-content-main th[data-width='5'] {
					width: auto
			}
				}
.bge-contents th[data-width='6'], .c-content-main th[data-width='6'] {
				width: 6 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='6'], .c-content-main th[data-width='6'] {
					width: auto
			}
				}
.bge-contents th[data-width='7'], .c-content-main th[data-width='7'] {
				width: 7 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='7'], .c-content-main th[data-width='7'] {
					width: auto
			}
				}
.bge-contents th[data-width='8'], .c-content-main th[data-width='8'] {
				width: 8 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='8'], .c-content-main th[data-width='8'] {
					width: auto
			}
				}
.bge-contents th[data-width='9'], .c-content-main th[data-width='9'] {
				width: 9 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='9'], .c-content-main th[data-width='9'] {
					width: auto
			}
				}
.bge-contents th[data-width='10'], .c-content-main th[data-width='10'] {
				width: 10 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='10'], .c-content-main th[data-width='10'] {
					width: auto
			}
				}
.bge-contents th[data-width='11'], .c-content-main th[data-width='11'] {
				width: 11 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='11'], .c-content-main th[data-width='11'] {
					width: auto
			}
				}
.bge-contents th[data-width='12'], .c-content-main th[data-width='12'] {
				width: 12 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='12'], .c-content-main th[data-width='12'] {
					width: auto
			}
				}
.bge-contents th[data-width='13'], .c-content-main th[data-width='13'] {
				width: 13 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='13'], .c-content-main th[data-width='13'] {
					width: auto
			}
				}
.bge-contents th[data-width='14'], .c-content-main th[data-width='14'] {
				width: 14 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='14'], .c-content-main th[data-width='14'] {
					width: auto
			}
				}
.bge-contents th[data-width='15'], .c-content-main th[data-width='15'] {
				width: 15 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='15'], .c-content-main th[data-width='15'] {
					width: auto
			}
				}
.bge-contents th[data-width='16'], .c-content-main th[data-width='16'] {
				width: 16 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='16'], .c-content-main th[data-width='16'] {
					width: auto
			}
				}
.bge-contents th[data-width='17'], .c-content-main th[data-width='17'] {
				width: 17 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='17'], .c-content-main th[data-width='17'] {
					width: auto
			}
				}
.bge-contents th[data-width='18'], .c-content-main th[data-width='18'] {
				width: 18 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='18'], .c-content-main th[data-width='18'] {
					width: auto
			}
				}
.bge-contents th[data-width='19'], .c-content-main th[data-width='19'] {
				width: 19 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='19'], .c-content-main th[data-width='19'] {
					width: auto
			}
				}
.bge-contents th[data-width='20'], .c-content-main th[data-width='20'] {
				width: 20 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='20'], .c-content-main th[data-width='20'] {
					width: auto
			}
				}
.bge-contents th[data-width='21'], .c-content-main th[data-width='21'] {
				width: 21 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='21'], .c-content-main th[data-width='21'] {
					width: auto
			}
				}
.bge-contents th[data-width='22'], .c-content-main th[data-width='22'] {
				width: 22 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='22'], .c-content-main th[data-width='22'] {
					width: auto
			}
				}
.bge-contents th[data-width='23'], .c-content-main th[data-width='23'] {
				width: 23 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='23'], .c-content-main th[data-width='23'] {
					width: auto
			}
				}
.bge-contents th[data-width='24'], .c-content-main th[data-width='24'] {
				width: 24 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='24'], .c-content-main th[data-width='24'] {
					width: auto
			}
				}
.bge-contents th[data-width='25'], .c-content-main th[data-width='25'] {
				width: 25 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='25'], .c-content-main th[data-width='25'] {
					width: auto
			}
				}
.bge-contents th[data-width='26'], .c-content-main th[data-width='26'] {
				width: 26 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='26'], .c-content-main th[data-width='26'] {
					width: auto
			}
				}
.bge-contents th[data-width='27'], .c-content-main th[data-width='27'] {
				width: 27 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='27'], .c-content-main th[data-width='27'] {
					width: auto
			}
				}
.bge-contents th[data-width='28'], .c-content-main th[data-width='28'] {
				width: 28 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='28'], .c-content-main th[data-width='28'] {
					width: auto
			}
				}
.bge-contents th[data-width='29'], .c-content-main th[data-width='29'] {
				width: 29 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='29'], .c-content-main th[data-width='29'] {
					width: auto
			}
				}
.bge-contents th[data-width='30'], .c-content-main th[data-width='30'] {
				width: 30 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='30'], .c-content-main th[data-width='30'] {
					width: auto
			}
				}
.bge-contents th[data-width='31'], .c-content-main th[data-width='31'] {
				width: 31 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='31'], .c-content-main th[data-width='31'] {
					width: auto
			}
				}
.bge-contents th[data-width='32'], .c-content-main th[data-width='32'] {
				width: 32 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='32'], .c-content-main th[data-width='32'] {
					width: auto
			}
				}
.bge-contents th[data-width='33'], .c-content-main th[data-width='33'] {
				width: 33 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='33'], .c-content-main th[data-width='33'] {
					width: auto
			}
				}
.bge-contents th[data-width='34'], .c-content-main th[data-width='34'] {
				width: 34 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='34'], .c-content-main th[data-width='34'] {
					width: auto
			}
				}
.bge-contents th[data-width='35'], .c-content-main th[data-width='35'] {
				width: 35 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='35'], .c-content-main th[data-width='35'] {
					width: auto
			}
				}
.bge-contents th[data-width='36'], .c-content-main th[data-width='36'] {
				width: 36 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='36'], .c-content-main th[data-width='36'] {
					width: auto
			}
				}
.bge-contents th[data-width='37'], .c-content-main th[data-width='37'] {
				width: 37 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='37'], .c-content-main th[data-width='37'] {
					width: auto
			}
				}
.bge-contents th[data-width='38'], .c-content-main th[data-width='38'] {
				width: 38 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='38'], .c-content-main th[data-width='38'] {
					width: auto
			}
				}
.bge-contents th[data-width='39'], .c-content-main th[data-width='39'] {
				width: 39 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='39'], .c-content-main th[data-width='39'] {
					width: auto
			}
				}
.bge-contents th[data-width='40'], .c-content-main th[data-width='40'] {
				width: 40 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='40'], .c-content-main th[data-width='40'] {
					width: auto
			}
				}
.bge-contents th[data-width='41'], .c-content-main th[data-width='41'] {
				width: 41 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='41'], .c-content-main th[data-width='41'] {
					width: auto
			}
				}
.bge-contents th[data-width='42'], .c-content-main th[data-width='42'] {
				width: 42 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='42'], .c-content-main th[data-width='42'] {
					width: auto
			}
				}
.bge-contents th[data-width='43'], .c-content-main th[data-width='43'] {
				width: 43 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='43'], .c-content-main th[data-width='43'] {
					width: auto
			}
				}
.bge-contents th[data-width='44'], .c-content-main th[data-width='44'] {
				width: 44 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='44'], .c-content-main th[data-width='44'] {
					width: auto
			}
				}
.bge-contents th[data-width='45'], .c-content-main th[data-width='45'] {
				width: 45 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='45'], .c-content-main th[data-width='45'] {
					width: auto
			}
				}
.bge-contents th[data-width='46'], .c-content-main th[data-width='46'] {
				width: 46 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='46'], .c-content-main th[data-width='46'] {
					width: auto
			}
				}
.bge-contents th[data-width='47'], .c-content-main th[data-width='47'] {
				width: 47 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='47'], .c-content-main th[data-width='47'] {
					width: auto
			}
				}
.bge-contents th[data-width='48'], .c-content-main th[data-width='48'] {
				width: 48 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='48'], .c-content-main th[data-width='48'] {
					width: auto
			}
				}
.bge-contents th[data-width='49'], .c-content-main th[data-width='49'] {
				width: 49 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='49'], .c-content-main th[data-width='49'] {
					width: auto
			}
				}
.bge-contents th[data-width='50'], .c-content-main th[data-width='50'] {
				width: 50 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='50'], .c-content-main th[data-width='50'] {
					width: auto
			}
				}
.bge-contents th[data-width='51'], .c-content-main th[data-width='51'] {
				width: 51 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='51'], .c-content-main th[data-width='51'] {
					width: auto
			}
				}
.bge-contents th[data-width='52'], .c-content-main th[data-width='52'] {
				width: 52 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='52'], .c-content-main th[data-width='52'] {
					width: auto
			}
				}
.bge-contents th[data-width='53'], .c-content-main th[data-width='53'] {
				width: 53 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='53'], .c-content-main th[data-width='53'] {
					width: auto
			}
				}
.bge-contents th[data-width='54'], .c-content-main th[data-width='54'] {
				width: 54 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='54'], .c-content-main th[data-width='54'] {
					width: auto
			}
				}
.bge-contents th[data-width='55'], .c-content-main th[data-width='55'] {
				width: 55 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='55'], .c-content-main th[data-width='55'] {
					width: auto
			}
				}
.bge-contents th[data-width='56'], .c-content-main th[data-width='56'] {
				width: 56 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='56'], .c-content-main th[data-width='56'] {
					width: auto
			}
				}
.bge-contents th[data-width='57'], .c-content-main th[data-width='57'] {
				width: 57 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='57'], .c-content-main th[data-width='57'] {
					width: auto
			}
				}
.bge-contents th[data-width='58'], .c-content-main th[data-width='58'] {
				width: 58 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='58'], .c-content-main th[data-width='58'] {
					width: auto
			}
				}
.bge-contents th[data-width='59'], .c-content-main th[data-width='59'] {
				width: 59 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='59'], .c-content-main th[data-width='59'] {
					width: auto
			}
				}
.bge-contents th[data-width='60'], .c-content-main th[data-width='60'] {
				width: 60 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='60'], .c-content-main th[data-width='60'] {
					width: auto
			}
				}
.bge-contents th[data-width='61'], .c-content-main th[data-width='61'] {
				width: 61 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='61'], .c-content-main th[data-width='61'] {
					width: auto
			}
				}
.bge-contents th[data-width='62'], .c-content-main th[data-width='62'] {
				width: 62 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='62'], .c-content-main th[data-width='62'] {
					width: auto
			}
				}
.bge-contents th[data-width='63'], .c-content-main th[data-width='63'] {
				width: 63 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='63'], .c-content-main th[data-width='63'] {
					width: auto
			}
				}
.bge-contents th[data-width='64'], .c-content-main th[data-width='64'] {
				width: 64 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='64'], .c-content-main th[data-width='64'] {
					width: auto
			}
				}
.bge-contents th[data-width='65'], .c-content-main th[data-width='65'] {
				width: 65 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='65'], .c-content-main th[data-width='65'] {
					width: auto
			}
				}
.bge-contents th[data-width='66'], .c-content-main th[data-width='66'] {
				width: 66 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='66'], .c-content-main th[data-width='66'] {
					width: auto
			}
				}
.bge-contents th[data-width='67'], .c-content-main th[data-width='67'] {
				width: 67 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='67'], .c-content-main th[data-width='67'] {
					width: auto
			}
				}
.bge-contents th[data-width='68'], .c-content-main th[data-width='68'] {
				width: 68 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='68'], .c-content-main th[data-width='68'] {
					width: auto
			}
				}
.bge-contents th[data-width='69'], .c-content-main th[data-width='69'] {
				width: 69 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='69'], .c-content-main th[data-width='69'] {
					width: auto
			}
				}
.bge-contents th[data-width='70'], .c-content-main th[data-width='70'] {
				width: 70 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='70'], .c-content-main th[data-width='70'] {
					width: auto
			}
				}
.bge-contents th[data-width='71'], .c-content-main th[data-width='71'] {
				width: 71 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='71'], .c-content-main th[data-width='71'] {
					width: auto
			}
				}
.bge-contents th[data-width='72'], .c-content-main th[data-width='72'] {
				width: 72 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='72'], .c-content-main th[data-width='72'] {
					width: auto
			}
				}
.bge-contents th[data-width='73'], .c-content-main th[data-width='73'] {
				width: 73 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='73'], .c-content-main th[data-width='73'] {
					width: auto
			}
				}
.bge-contents th[data-width='74'], .c-content-main th[data-width='74'] {
				width: 74 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='74'], .c-content-main th[data-width='74'] {
					width: auto
			}
				}
.bge-contents th[data-width='75'], .c-content-main th[data-width='75'] {
				width: 75 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='75'], .c-content-main th[data-width='75'] {
					width: auto
			}
				}
.bge-contents th[data-width='76'], .c-content-main th[data-width='76'] {
				width: 76 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='76'], .c-content-main th[data-width='76'] {
					width: auto
			}
				}
.bge-contents th[data-width='77'], .c-content-main th[data-width='77'] {
				width: 77 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='77'], .c-content-main th[data-width='77'] {
					width: auto
			}
				}
.bge-contents th[data-width='78'], .c-content-main th[data-width='78'] {
				width: 78 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='78'], .c-content-main th[data-width='78'] {
					width: auto
			}
				}
.bge-contents th[data-width='79'], .c-content-main th[data-width='79'] {
				width: 79 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='79'], .c-content-main th[data-width='79'] {
					width: auto
			}
				}
.bge-contents th[data-width='80'], .c-content-main th[data-width='80'] {
				width: 80 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='80'], .c-content-main th[data-width='80'] {
					width: auto
			}
				}
.bge-contents th[data-width='81'], .c-content-main th[data-width='81'] {
				width: 81 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='81'], .c-content-main th[data-width='81'] {
					width: auto
			}
				}
.bge-contents th[data-width='82'], .c-content-main th[data-width='82'] {
				width: 82 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='82'], .c-content-main th[data-width='82'] {
					width: auto
			}
				}
.bge-contents th[data-width='83'], .c-content-main th[data-width='83'] {
				width: 83 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='83'], .c-content-main th[data-width='83'] {
					width: auto
			}
				}
.bge-contents th[data-width='84'], .c-content-main th[data-width='84'] {
				width: 84 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='84'], .c-content-main th[data-width='84'] {
					width: auto
			}
				}
.bge-contents th[data-width='85'], .c-content-main th[data-width='85'] {
				width: 85 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='85'], .c-content-main th[data-width='85'] {
					width: auto
			}
				}
.bge-contents th[data-width='86'], .c-content-main th[data-width='86'] {
				width: 86 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='86'], .c-content-main th[data-width='86'] {
					width: auto
			}
				}
.bge-contents th[data-width='87'], .c-content-main th[data-width='87'] {
				width: 87 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='87'], .c-content-main th[data-width='87'] {
					width: auto
			}
				}
.bge-contents th[data-width='88'], .c-content-main th[data-width='88'] {
				width: 88 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='88'], .c-content-main th[data-width='88'] {
					width: auto
			}
				}
.bge-contents th[data-width='89'], .c-content-main th[data-width='89'] {
				width: 89 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='89'], .c-content-main th[data-width='89'] {
					width: auto
			}
				}
.bge-contents th[data-width='90'], .c-content-main th[data-width='90'] {
				width: 90 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='90'], .c-content-main th[data-width='90'] {
					width: auto
			}
				}
.bge-contents th[data-width='91'], .c-content-main th[data-width='91'] {
				width: 91 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='91'], .c-content-main th[data-width='91'] {
					width: auto
			}
				}
.bge-contents th[data-width='92'], .c-content-main th[data-width='92'] {
				width: 92 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='92'], .c-content-main th[data-width='92'] {
					width: auto
			}
				}
.bge-contents th[data-width='93'], .c-content-main th[data-width='93'] {
				width: 93 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='93'], .c-content-main th[data-width='93'] {
					width: auto
			}
				}
.bge-contents th[data-width='94'], .c-content-main th[data-width='94'] {
				width: 94 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='94'], .c-content-main th[data-width='94'] {
					width: auto
			}
				}
.bge-contents th[data-width='95'], .c-content-main th[data-width='95'] {
				width: 95 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='95'], .c-content-main th[data-width='95'] {
					width: auto
			}
				}
.bge-contents th[data-width='96'], .c-content-main th[data-width='96'] {
				width: 96 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='96'], .c-content-main th[data-width='96'] {
					width: auto
			}
				}
.bge-contents th[data-width='97'], .c-content-main th[data-width='97'] {
				width: 97 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='97'], .c-content-main th[data-width='97'] {
					width: auto
			}
				}
.bge-contents th[data-width='98'], .c-content-main th[data-width='98'] {
				width: 98 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='98'], .c-content-main th[data-width='98'] {
					width: auto
			}
				}
.bge-contents th[data-width='99'], .c-content-main th[data-width='99'] {
				width: 99 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='99'], .c-content-main th[data-width='99'] {
					width: auto
			}
				}
.bge-contents th[data-width='100'], .c-content-main th[data-width='100'] {
				width: 100 %;
			}
@media only screen and (max-width: 767px) {
.bge-contents th[data-width='100'], .c-content-main th[data-width='100'] {
					width: auto
			}
				}
.bge-contents th.th-lv2, .c-content-main th.th-lv2 {
			background: #f0ece5;
			color: #161616;
			border: 1px solid #b7abab;
		}
.bge-contents td, .c-content-main td {
		font-size: 0.875em;
	}
.bge-contents td a:hover, .c-content-main td a:hover {
				text-decoration: underline;
			}
.bge-contents td p:first-child a, .c-content-main td p:first-child a {
					margin-top: 0;
				}
.bge-contents td p a, .c-content-main td p a {
				margin-top: 15px;
				display: inline-block;
			}
.bge-contents td li::before, .c-content-main td li::before {
				top: 7px;
			}
@media screen and (min-width: 768px) {
.bge-contents .table-narrow th, .bge-contents .table-narrow td, .c-content-main .table-narrow th, .c-content-main .table-narrow td {
				padding: 0.75em;
				font-size: 0.8125em
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table table, .bge-contents .bgb-table table, .c-content-main .cc-form-table table, .c-content-main .bgb-table table {
				display: block
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table caption, .bge-contents .bgb-table caption, .c-content-main .cc-form-table caption, .c-content-main .bgb-table caption {
				display: block
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table tbody, .bge-contents .bgb-table tbody, .c-content-main .cc-form-table tbody, .c-content-main .bgb-table tbody {
				border-top: none;
				display: block
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table tr, .bge-contents .bgb-table tr, .c-content-main .cc-form-table tr, .c-content-main .bgb-table tr {
				display: block
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .bge-contents .bgb-table th, .bge-contents .bgb-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td, .c-content-main .bgb-table th, .c-content-main .bgb-table td {
				display: block;
				margin-top: -1px;
				width: 100% !important
		}
			}
.bge-contents .cc-form-table th, .bge-contents .bgb-table th, .c-content-main .cc-form-table th, .c-content-main .bgb-table th {
			min-width: 180px;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table th, .bge-contents .bgb-table th, .c-content-main .cc-form-table th, .c-content-main .bgb-table th {
				border-left-color: #b7abab
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table th:last-child, .bge-contents .bgb-table th:last-child, .c-content-main .cc-form-table th:last-child, .c-content-main .bgb-table th:last-child {
					border-right: none
			}
				}
.bge-contents .cc-form-table td, .bge-contents .bgb-table td, .c-content-main .cc-form-table td, .c-content-main .bgb-table td {
			border-bottom: 1px solid #e1dbcf;
		}
.bge-contents .scroll-table, .c-content-main .scroll-table {
		margin-bottom: 30px;
	}
@media screen and (max-width: 767px) {
.bge-contents .scroll-table, .c-content-main .scroll-table {
			overflow: auto
	}

			.bge-contents .scroll-table table, .c-content-main .scroll-table table {
				width: 186.66667vw;
				display: table;
			}

				.bge-contents .scroll-table table tbody, .c-content-main .scroll-table table tbody {
					display: table-row-group;
				}

				.bge-contents .scroll-table table tr, .c-content-main .scroll-table table tr {
					display: table-row;
				}

				.bge-contents .scroll-table table thead, .c-content-main .scroll-table table thead {
					display: table-header-group;
				}

				.bge-contents .scroll-table table th, .bge-contents .scroll-table table td, .c-content-main .scroll-table table th, .c-content-main .scroll-table table td {
					width: auto !important;
					display: table-cell;
					padding: 0.9em;
					border: 1px solid #b7abab;
				}

				.bge-contents .scroll-table table table, .c-content-main .scroll-table table table {
					width: auto;
				}

			.bge-contents .scroll-table::-webkit-scrollbar, .c-content-main .scroll-table::-webkit-scrollbar {
				height: 8px;
			}

			.bge-contents .scroll-table::-webkit-scrollbar-track, .c-content-main .scroll-table::-webkit-scrollbar-track {
				background: #ddd;
				border-radius: 8px;
			}

			.bge-contents .scroll-table::-webkit-scrollbar-thumb, .c-content-main .scroll-table::-webkit-scrollbar-thumb {
				background: #8f8f8f;
				border-radius: 8px;
			}
		}
.bge-contents .scroll-table table, .c-content-main .scroll-table table {
			margin-bottom: 0;
		}
.bge-contents .scroll-table .nowrap, .c-content-main .scroll-table .nowrap {
			white-space: nowrap;
		}
.bge-contents .scroll-table ul[data-column='2'], .c-content-main .scroll-table ul[data-column='2'] {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 626px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
			}
@media screen and (max-width: 767px) {
.bge-contents .scroll-table ul[data-column='2'], .c-content-main .scroll-table ul[data-column='2'] {
					width: 100%
			}
				}
.bge-contents .scroll-table ul[data-column='2'] li, .c-content-main .scroll-table ul[data-column='2'] li {
					width: 50%;
					padding-right: 20px;
				}
.bge-contents .scroll-table ul[data-column='2'] li:nth-child(even), .c-content-main .scroll-table ul[data-column='2'] li:nth-child(even) {
						padding-right: 0;
					}
.bge-contents .scroll-table ul[data-column='3'], .c-content-main .scroll-table ul[data-column='3'] {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 626px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
			}
@media screen and (max-width: 767px) {
.bge-contents .scroll-table ul[data-column='3'], .c-content-main .scroll-table ul[data-column='3'] {
					width: 100%
			}
				}
.bge-contents .scroll-table ul[data-column='3'] li, .c-content-main .scroll-table ul[data-column='3'] li {
					width: 33.33333%;
					padding-right: 20px;
				}
.bge-contents .scroll-table ul[data-column='3'] li:nth-child(3n), .c-content-main .scroll-table ul[data-column='3'] li:nth-child(3n) {
						padding-right: 0;
					}
.bge-contents .scroll-table.calendar table, .c-content-main .scroll-table.calendar table {
				table-layout: fixed;
			}
.bge-contents .scroll-table.calendar th, .c-content-main .scroll-table.calendar th {
				text-align: center;
				padding: 10px;
			}
@media screen and (max-width: 767px) {
.bge-contents .scroll-table.calendar th, .c-content-main .scroll-table.calendar th {
					padding: 0.7em
			}
				}
.bge-contents .scroll-table.calendar td, .c-content-main .scroll-table.calendar td {
				vertical-align: top;
			}
.bge-contents .scroll-table.calendar td.pink, .c-content-main .scroll-table.calendar td.pink {
					background: #ffe3e0;
				}
.bge-contents .scroll-table.calendar td .day, .c-content-main .scroll-table.calendar td .day {
					margin: -15px -15px 10px;
					background: #ececec;
					padding: 1px 8px;
					font-family: 'Montserrat', sans-serif;
					font-weight: 500;
					font-size: 1.07143em;
					border-bottom: 1px dotted #b7abab;
				}
@media screen and (max-width: 767px) {
.bge-contents .scroll-table.calendar td .day, .c-content-main .scroll-table.calendar td .day {
						margin: -0.9em -0.9em 0.9em;
						padding: 1px 0.5em
				}
					}
.bge-contents .scroll-table.calendar td p, .c-content-main .scroll-table.calendar td p {
					margin: 0;
					line-height: 1.5;
				}
.bge-contents .scroll-table.calendar td p a:first-child, .c-content-main .scroll-table.calendar td p a:first-child {
						margin: 0;
					}
.bge-contents .scroll-table.calendar .nextMonth + table, .c-content-main .scroll-table.calendar .nextMonth + table {
					margin-top: 10px;
				}
.bge-contents .scroll-table-note, .c-content-main .scroll-table-note {
		display: none;
	}
@media screen and (max-width: 767px) {
.bge-contents .scroll-table-note, .c-content-main .scroll-table-note {
			display: block;
			font-size: 0.8125em;
			letter-spacing: 0.015em;
			display: inline-block;
			font-weight: bold;
			color: #807e7e;
			padding: 0.8vw 2.66667vw 0.8vw 9.33333vw;
			margin-bottom: 10px;
			border-radius: 6.4vw;
			line-height: 1.6;
			background: #f0ece5 url('/img/common/icon-table-scroll.png') no-repeat 2vw center / 6.13333vw auto
	}
		}
.bge-contents p:first-child, .c-content-main p:first-child {
			margin-top: 0;
		}
.bge-contents p:last-child, .c-content-main p:last-child {
			margin-bottom: 0;
		}
.bge-contents p a[target='_blank']::after, .bge-contents table a[target='_blank']::after, .bge-contents ul a[target='_blank']::after, .bge-contents ol a[target='_blank']::after, .c-content-main p a[target='_blank']::after, .c-content-main table a[target='_blank']::after, .c-content-main ul a[target='_blank']::after, .c-content-main ol a[target='_blank']::after {
					content: '';
					width: 10px;
					height: 10px;
					display: inline-block;
					background: url('/img/common/icon-external.svg') no-repeat left top / 100%;
					margin: 0 5px;
				}
.bge-contents p a[href$='pdf']::before, .bge-contents table a[href$='pdf']::before, .bge-contents ul a[href$='pdf']::before, .bge-contents ol a[href$='pdf']::before, .c-content-main p a[href$='pdf']::before, .c-content-main table a[href$='pdf']::before, .c-content-main ul a[href$='pdf']::before, .c-content-main ol a[href$='pdf']::before {
					content: '';
					width: 20px;
					height: 26px;
					display: inline-block;
					background: url('/img/common/icon-pdf.png') no-repeat left top / 100%;
					margin-right: 13px;
					vertical-align: -7px;
				}
.bge-contents p a[href$='pdf'][target='_blank']::after, .bge-contents table a[href$='pdf'][target='_blank']::after, .bge-contents ul a[href$='pdf'][target='_blank']::after, .bge-contents ol a[href$='pdf'][target='_blank']::after, .c-content-main p a[href$='pdf'][target='_blank']::after, .c-content-main table a[href$='pdf'][target='_blank']::after, .c-content-main ul a[href$='pdf'][target='_blank']::after, .c-content-main ol a[href$='pdf'][target='_blank']::after {
						display: none;
					}
.bge-contents p a[href$='ppt']::before, .bge-contents p a[href$='pptx']::before, .bge-contents table a[href$='ppt']::before, .bge-contents table a[href$='pptx']::before, .bge-contents ul a[href$='ppt']::before, .bge-contents ul a[href$='pptx']::before, .bge-contents ol a[href$='ppt']::before, .bge-contents ol a[href$='pptx']::before, .c-content-main p a[href$='ppt']::before, .c-content-main p a[href$='pptx']::before, .c-content-main table a[href$='ppt']::before, .c-content-main table a[href$='pptx']::before, .c-content-main ul a[href$='ppt']::before, .c-content-main ul a[href$='pptx']::before, .c-content-main ol a[href$='ppt']::before, .c-content-main ol a[href$='pptx']::before {
					content: '';
					width: 20px;
					height: 26px;
					display: inline-block;
					background: url('/img/common/icon-powerpoint.png') no-repeat left top / 100%;
					margin-right: 13px;
					vertical-align: -7px;
				}
.bge-contents p a[href$='ppt'][target='_blank']::after, .bge-contents p a[href$='pptx'][target='_blank']::after, .bge-contents table a[href$='ppt'][target='_blank']::after, .bge-contents table a[href$='pptx'][target='_blank']::after, .bge-contents ul a[href$='ppt'][target='_blank']::after, .bge-contents ul a[href$='pptx'][target='_blank']::after, .bge-contents ol a[href$='ppt'][target='_blank']::after, .bge-contents ol a[href$='pptx'][target='_blank']::after, .c-content-main p a[href$='ppt'][target='_blank']::after, .c-content-main p a[href$='pptx'][target='_blank']::after, .c-content-main table a[href$='ppt'][target='_blank']::after, .c-content-main table a[href$='pptx'][target='_blank']::after, .c-content-main ul a[href$='ppt'][target='_blank']::after, .c-content-main ul a[href$='pptx'][target='_blank']::after, .c-content-main ol a[href$='ppt'][target='_blank']::after, .c-content-main ol a[href$='pptx'][target='_blank']::after {
						display: none;
					}
.bge-contents p a[href$='doc']::before, .bge-contents p a[href$='docx']::before, .bge-contents table a[href$='doc']::before, .bge-contents table a[href$='docx']::before, .bge-contents ul a[href$='doc']::before, .bge-contents ul a[href$='docx']::before, .bge-contents ol a[href$='doc']::before, .bge-contents ol a[href$='docx']::before, .c-content-main p a[href$='doc']::before, .c-content-main p a[href$='docx']::before, .c-content-main table a[href$='doc']::before, .c-content-main table a[href$='docx']::before, .c-content-main ul a[href$='doc']::before, .c-content-main ul a[href$='docx']::before, .c-content-main ol a[href$='doc']::before, .c-content-main ol a[href$='docx']::before {
					content: '';
					width: 20px;
					height: 26px;
					display: inline-block;
					background: url('/img/common/icon-word.png') no-repeat left top / 100%;
					margin-right: 13px;
					vertical-align: -7px;
				}
.bge-contents p a[href$='doc'][target='_blank']::after, .bge-contents p a[href$='docx'][target='_blank']::after, .bge-contents table a[href$='doc'][target='_blank']::after, .bge-contents table a[href$='docx'][target='_blank']::after, .bge-contents ul a[href$='doc'][target='_blank']::after, .bge-contents ul a[href$='docx'][target='_blank']::after, .bge-contents ol a[href$='doc'][target='_blank']::after, .bge-contents ol a[href$='docx'][target='_blank']::after, .c-content-main p a[href$='doc'][target='_blank']::after, .c-content-main p a[href$='docx'][target='_blank']::after, .c-content-main table a[href$='doc'][target='_blank']::after, .c-content-main table a[href$='docx'][target='_blank']::after, .c-content-main ul a[href$='doc'][target='_blank']::after, .c-content-main ul a[href$='docx'][target='_blank']::after, .c-content-main ol a[href$='doc'][target='_blank']::after, .c-content-main ol a[href$='docx'][target='_blank']::after {
						display: none;
					}
.bge-contents p a[href$='xls']::before, .bge-contents p a[href$='xlsx']::before, .bge-contents table a[href$='xls']::before, .bge-contents table a[href$='xlsx']::before, .bge-contents ul a[href$='xls']::before, .bge-contents ul a[href$='xlsx']::before, .bge-contents ol a[href$='xls']::before, .bge-contents ol a[href$='xlsx']::before, .c-content-main p a[href$='xls']::before, .c-content-main p a[href$='xlsx']::before, .c-content-main table a[href$='xls']::before, .c-content-main table a[href$='xlsx']::before, .c-content-main ul a[href$='xls']::before, .c-content-main ul a[href$='xlsx']::before, .c-content-main ol a[href$='xls']::before, .c-content-main ol a[href$='xlsx']::before {
					content: '';
					width: 20px;
					height: 26px;
					display: inline-block;
					background: url('/img/common/icon-excel.png') no-repeat left top / 100%;
					margin-right: 13px;
					vertical-align: -7px;
				}
.bge-contents p a[href$='xls'][target='_blank']::after, .bge-contents p a[href$='xlsx'][target='_blank']::after, .bge-contents table a[href$='xls'][target='_blank']::after, .bge-contents table a[href$='xlsx'][target='_blank']::after, .bge-contents ul a[href$='xls'][target='_blank']::after, .bge-contents ul a[href$='xlsx'][target='_blank']::after, .bge-contents ol a[href$='xls'][target='_blank']::after, .bge-contents ol a[href$='xlsx'][target='_blank']::after, .c-content-main p a[href$='xls'][target='_blank']::after, .c-content-main p a[href$='xlsx'][target='_blank']::after, .c-content-main table a[href$='xls'][target='_blank']::after, .c-content-main table a[href$='xlsx'][target='_blank']::after, .c-content-main ul a[href$='xls'][target='_blank']::after, .c-content-main ul a[href$='xlsx'][target='_blank']::after, .c-content-main ol a[href$='xls'][target='_blank']::after, .c-content-main ol a[href$='xlsx'][target='_blank']::after {
						display: none;
					}
.bge-contents p a[href$='zip']::before, .bge-contents table a[href$='zip']::before, .bge-contents ul a[href$='zip']::before, .bge-contents ol a[href$='zip']::before, .c-content-main p a[href$='zip']::before, .c-content-main table a[href$='zip']::before, .c-content-main ul a[href$='zip']::before, .c-content-main ol a[href$='zip']::before {
					content: '';
					width: 20px;
					height: 26px;
					display: inline-block;
					background: url('/img/common/icon-zip.png') no-repeat left top / 100%;
					margin-right: 13px;
					vertical-align: -7px;
				}
.bge-contents p a[href$='zip'][target='_blank']::after, .bge-contents table a[href$='zip'][target='_blank']::after, .bge-contents ul a[href$='zip'][target='_blank']::after, .bge-contents ol a[href$='zip'][target='_blank']::after, .c-content-main p a[href$='zip'][target='_blank']::after, .c-content-main table a[href$='zip'][target='_blank']::after, .c-content-main ul a[href$='zip'][target='_blank']::after, .c-content-main ol a[href$='zip'][target='_blank']::after {
						display: none;
					}
.bge-contents table a[href$='pdf']::before, .bge-contents table a[href$='ppt']::before, .bge-contents table a[href$='pptx']::before, .bge-contents table a[href$='doc']::before, .bge-contents table a[href$='docx']::before, .bge-contents table a[href$='xls']::before, .bge-contents table a[href$='xlsx']::before, .bge-contents table a[href$='zip']::before, .c-content-main table a[href$='pdf']::before, .c-content-main table a[href$='ppt']::before, .c-content-main table a[href$='pptx']::before, .c-content-main table a[href$='doc']::before, .c-content-main table a[href$='docx']::before, .c-content-main table a[href$='xls']::before, .c-content-main table a[href$='xlsx']::before, .c-content-main table a[href$='zip']::before {
					width: 16px;
					height: 20px;
					margin-right: 9px;
					vertical-align: -5px;
				}
.bge-contents table a.none-icon[target='_blank']::after, .c-content-main table a.none-icon[target='_blank']::after {
						display: none;
					}
.bge-contents table a.none-icon[target='_blank'] img, .c-content-main table a.none-icon[target='_blank'] img {
						width: 10px;
						height: 10px;
					}
.bge-contents table a.none-icon[href$='pdf']::before, .bge-contents table a.none-icon[href$='ppt']::before, .bge-contents table a.none-icon[href$='pptx']::before, .bge-contents table a.none-icon[href$='doc']::before, .bge-contents table a.none-icon[href$='docx']::before, .bge-contents table a.none-icon[href$='xls']::before, .bge-contents table a.none-icon[href$='xlsx']::before, .bge-contents table a.none-icon[href$='zip']::before, .c-content-main table a.none-icon[href$='pdf']::before, .c-content-main table a.none-icon[href$='ppt']::before, .c-content-main table a.none-icon[href$='pptx']::before, .c-content-main table a.none-icon[href$='doc']::before, .c-content-main table a.none-icon[href$='docx']::before, .c-content-main table a.none-icon[href$='xls']::before, .c-content-main table a.none-icon[href$='xlsx']::before, .c-content-main table a.none-icon[href$='zip']::before {
						display: none;
					}
.bge-contents table a.none-icon[href$='pdf'] img, .bge-contents table a.none-icon[href$='ppt'] img, .bge-contents table a.none-icon[href$='pptx'] img, .bge-contents table a.none-icon[href$='doc'] img, .bge-contents table a.none-icon[href$='docx'] img, .bge-contents table a.none-icon[href$='xls'] img, .bge-contents table a.none-icon[href$='xlsx'] img, .bge-contents table a.none-icon[href$='zip'] img, .c-content-main table a.none-icon[href$='pdf'] img, .c-content-main table a.none-icon[href$='ppt'] img, .c-content-main table a.none-icon[href$='pptx'] img, .c-content-main table a.none-icon[href$='doc'] img, .c-content-main table a.none-icon[href$='docx'] img, .c-content-main table a.none-icon[href$='xls'] img, .c-content-main table a.none-icon[href$='xlsx'] img, .c-content-main table a.none-icon[href$='zip'] img {
						width: 16px;
						height: 20px;
					}
.bge-contents blockquote, .c-content-main blockquote {
		background: #ececec;
		margin: 0 0 0 2em;
		padding: 1em 2em;
		position: relative;
	}
.bge-contents blockquote::before, .c-content-main blockquote::before {
			content: '“';
			display: block;
			font-size: 2.5em;
			left: 0;
			line-height: 0;
			margin-top: 0.5em;
			opacity: 0.2;
			pointer-events: none;
			position: absolute;
			top: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}
.bge-contents blockquote::after, .c-content-main blockquote::after {
			bottom: 0;
			content: '”';
			display: block;
			font-size: 2.5em;
			line-height: 0;
			opacity: 0.2;
			pointer-events: none;
			position: absolute;
			right: 0;
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
		}
.bge-contents figure, .c-content-main figure {
		margin: 0;
	}
.bge-contents figcaption, .c-content-main figcaption {
		background: none;
		font-size: 0.875em;
		font-weight: normal;
		line-height: 1.6;
		padding: 0.8em 1.2em;
		text-align: left;
	}
@media screen and (max-width: 767px) {
.bge-contents audio, .c-content-main audio {
			width: 100%
	}
		}
.bge-contents hr, .c-content-main hr {
		color: #d2c0a0;
		background: #d2c0a0;
		border-style: none;
		height: 2px;
		margin: 50px auto;
		width: 95%;
	}
.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}
.bge-contents input, .c-content-main input {
		font-size: 1.6rem;
		max-width: 100%;
	}
.bge-contents input[type='text'], .bge-contents input[type='email'], .c-content-main input[type='text'], .c-content-main input[type='email'] {
			border: 1px solid #bfbfbf;
			background: #f5f5f5;
			padding: 0.3em;
			line-height: 1.6;
		}
.bge-contents input[type='text']:focus, .bge-contents input[type='email']:focus, .c-content-main input[type='text']:focus, .c-content-main input[type='email']:focus {
				-webkit-box-shadow: none;
				        box-shadow: none;
				outline: none;
			}
.bge-contents input[type='radio'], .c-content-main input[type='radio'] {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			cursor: pointer;
			width: 16px;
			height: 16px;
			border-radius: 50%;
			border: 1px solid #bfbfbf;
			background: #f5f5f5;
			vertical-align: middle;
			margin: 8px 5px 10px 4px;
			position: relative;
		}
@media screen and (max-width: 767px) {
.bge-contents input[type='radio'], .c-content-main input[type='radio'] {
				width: 4.8vw;
				height: 4.8vw
		}
			}
.bge-contents input[type='radio']:checked::before, .c-content-main input[type='radio']:checked::before {
					content: '';
					width: 10px;
					height: 10px;
					display: block;
					border-radius: 50%;
					background: #b81c22;
					position: absolute;
					top: 2px;
					left: 2px;
				}
@media screen and (max-width: 767px) {
.bge-contents input[type='radio']:checked::before, .c-content-main input[type='radio']:checked::before {
						width: 2.66667vw;
						height: 2.66667vw;
						top: 0.8vw;
						left: 0.8vw
				}
					}
.bge-contents input[type='radio'] + label, .c-content-main input[type='radio'] + label {
				cursor: pointer;
				margin-right: 25px;
			}
@media screen and (max-width: 767px) {
.bge-contents input[type='radio'] + label, .c-content-main input[type='radio'] + label {
					margin-right: 3.33333vw
			}
				}
.bge-contents input[type='checkbox'], .c-content-main input[type='checkbox'] {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			cursor: pointer;
			width: 16px;
			height: 16px;
			border: 1px solid #bfbfbf;
			background: #f5f5f5;
			vertical-align: middle;
			margin: 4px 10px 5px 4px;
			position: relative;
			border-radius: 2px;
		}
@media screen and (max-width: 767px) {
.bge-contents input[type='checkbox'], .c-content-main input[type='checkbox'] {
				width: 4.8vw;
				height: 4.8vw
		}
			}
.bge-contents input[type='checkbox']:checked::after, .c-content-main input[type='checkbox']:checked::after {
					content: '';
					display: block;
					border-left: solid 2px #b81c22;
					border-bottom: solid 2px #b81c22;
					width: 11px;
					height: 7px;
					-webkit-transform: rotate(-45deg);
					        transform: rotate(-45deg);
					position: absolute;
					left: 1px;
					top: 1px;
				}
@media screen and (max-width: 767px) {
.bge-contents input[type='checkbox']:checked::after, .c-content-main input[type='checkbox']:checked::after {
						width: 3.2vw;
						height: 1.6vw;
						margin: 0.66667vw 0 0 0.4vw;
						left: 0;
						top: 0
				}
					}
.bge-contents input[type='checkbox'] + label, .c-content-main input[type='checkbox'] + label {
				cursor: pointer;
			}
.bge-contents select, .c-content-main select {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		font-size: 1.3rem;
		line-height: 1.6;
		max-width: 100%;
		position: relative;
		padding: 0.55em 3em 0.55em 0.3em;
		border: 1px solid #bfbfbf;
		background: #f5f5f5 url('/img/common/icon-arrow-down.svg') no-repeat right 10px top 50% / 14px 8px;
		cursor: pointer;
	}
@media screen and (max-width: 767px) {
.bge-contents select, .c-content-main select {
			font-size: 1.6rem
	}
		}
.bge-contents select::-ms-expand, .c-content-main select::-ms-expand {
			display: none;
		}
.bge-contents select:focus, .c-content-main select:focus {
			-webkit-box-shadow: none;
			        box-shadow: none;
			outline: none;
		}
.bge-contents textarea, .c-content-main textarea {
		border: 1px solid #bfbfbf;
		background: #f5f5f5;
		font-size: 1.6rem;
		padding: 0.3em;
		width: 100% !important;
		resize: both;
		line-height: 1.6;
		padding: 10px;
	}
.bge-contents textarea:focus, .c-content-main textarea:focus {
			-webkit-box-shadow: none;
			        box-shadow: none;
			outline: none;
		}
.bge-contents .cc-form, .c-content-main .cc-form {
		width: 880px;
		margin: 0 auto;
	}
@media screen and (max-width: 767px) {
.bge-contents .cc-form, .c-content-main .cc-form {
			width: 100%
	}
		}
.bge-contents .cc-form-description, .c-content-main .cc-form-description {
			margin: 0 0 30px;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-description, .c-content-main .cc-form-description {
				margin: 0 0 4vw
		}
			}
.bge-contents .cc-form-description p, .c-content-main .cc-form-description p {
				width: 100%;
				margin: 0 0 10px;
			}
.bge-contents .cc-form-flow, .c-content-main .cc-form-flow {
			width: 420px;
			margin: 0 auto 50px;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-flow, .c-content-main .cc-form-flow {
				width: 90%;
				margin-bottom: 8vw;
				margin-top: 13.33333vw
		}
			}
.bge-contents .cc-form-flow ul, .c-content-main .cc-form-flow ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				position: relative;
				width: 100%;
			}
.bge-contents .cc-form-flow ul::before, .c-content-main .cc-form-flow ul::before {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					content: '';
					background: #c7c7c7;
					width: calc(100% - 30px);
					display: block;
					height: 3px;
					margin: 0 auto;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-flow ul::before, .c-content-main .cc-form-flow ul::before {
						width: 85%
				}
					}
.bge-contents .cc-form-flow ul li, .c-content-main .cc-form-flow ul li {
					position: relative;
					padding: 0;
					margin-top: 22px;
					font-weight: 500;
					font-size: 1.6rem;
					width: 100%;
					-webkit-box-flex: 1;
					    -ms-flex: 1 1 auto;
					        flex: 1 1 auto;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-flow ul li, .c-content-main .cc-form-flow ul li {
						margin-top: 4vw;
						font-size: 4.26667vw
				}
					}
.bge-contents .cc-form-flow ul li::before, .c-content-main .cc-form-flow ul li::before {
						border: 3px solid #c7c7c7;
						background: #fff;
						border-radius: 50%;
						width: 20px;
						height: 20px;
						position: absolute;
						margin: 0;
						top: -30px;
						left: 14px;
					}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-flow ul li::before, .c-content-main .cc-form-flow ul li::before {
							width: 4vw;
							height: 4vw;
							top: -5.73333vw
					}
						}
.bge-contents .cc-form-flow ul li:nth-child(2), .c-content-main .cc-form-flow ul li:nth-child(2) {
						text-align: center;
					}
.bge-contents .cc-form-flow ul li:nth-child(2)::before, .c-content-main .cc-form-flow ul li:nth-child(2)::before {
							left: 50%;
							-webkit-transform: translateX(-50%);
							        transform: translateX(-50%);
						}
.bge-contents .cc-form-flow ul li:nth-child(3), .c-content-main .cc-form-flow ul li:nth-child(3) {
						text-align: right;
					}
.bge-contents .cc-form-flow ul li:nth-child(3)::before, .c-content-main .cc-form-flow ul li:nth-child(3)::before {
							left: auto;
							right: 7px;
						}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-flow ul li:nth-child(3)::before, .c-content-main .cc-form-flow ul li:nth-child(3)::before {
								right: 10px
						}
							}
.bge-contents .cc-form-flow ul li[data-flow-current='true'], .c-content-main .cc-form-flow ul li[data-flow-current='true'] {
						color: #b81c22;
					}
.bge-contents .cc-form-flow ul li[data-flow-current='true']::before, .c-content-main .cc-form-flow ul li[data-flow-current='true']::before {
							border-color: #b81c22;
						}
.bge-contents .cc-form-table, .c-content-main .cc-form-table {
			margin: 0 0 40px;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table, .c-content-main .cc-form-table {
				margin: 0 0 5.33333vw
		}
			}
.bge-contents .cc-form-table th, .bge-contents .cc-form-table td, .c-content-main .cc-form-table th, .c-content-main .cc-form-table td {
				border-bottom: 1px solid #b7abab;
				border-right: none;
				border-left: none;
				color: #161616;
				font-weight: 500;
				padding: 25px 30px;
			}
.bge-contents .cc-form-table th, .c-content-main .cc-form-table th {
				width: 270px;
				line-height: 1.6;
				vertical-align: top;
				background: #f1ebe0;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table th, .c-content-main .cc-form-table th {
					width: 100%;
					padding: 2.66667vw 2.66667vw
			}
				}
.bge-contents .cc-form-table th label, .c-content-main .cc-form-table th label {
					display: inline-block;
					vertical-align: middle;
				}
.bge-contents .cc-form-table th .required, .c-content-main .cc-form-table th .required {
					display: inline-block;
					font-size: 1.3rem;
					color: #fff;
					background: #b81c22;
					line-height: 1.5;
					border-radius: 5px;
					padding: 0 6px;
					font-weight: normal;
					margin-left: 15px;
					vertical-align: middle;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table th .required, .c-content-main .cc-form-table th .required {
						font-size: 3.46667vw
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table td, .c-content-main .cc-form-table td {
					padding: 4vw 4vw 6.66667vw
			}
				}
.bge-contents .cc-form-table td [id='MailMessageAddress2'], .c-content-main .cc-form-table td [id='MailMessageAddress2'] {
					width: 100%;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table td input[type='text']:not([id='MailMessageZip']), .c-content-main .cc-form-table td input[type='text']:not([id='MailMessageZip']) {
						width: 100%
				}
					}
.bge-contents .cc-form-table td .mail-before-attachment, .bge-contents .cc-form-table td .mail-after-attachment, .c-content-main .cc-form-table td .mail-before-attachment, .c-content-main .cc-form-table td .mail-after-attachment {
					font-size: 1.3rem;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table td .mail-before-attachment, .bge-contents .cc-form-table td .mail-after-attachment, .c-content-main .cc-form-table td .mail-before-attachment, .c-content-main .cc-form-table td .mail-after-attachment {
						font-size: 3.2vw
				}
					}
.bge-contents .cc-form-table td .mail-before-attachment:empty, .bge-contents .cc-form-table td .mail-after-attachment:empty, .c-content-main .cc-form-table td .mail-before-attachment:empty, .c-content-main .cc-form-table td .mail-after-attachment:empty {
						display: none;
					}
.bge-contents .cc-form-table td .mail-before-attachment, .c-content-main .cc-form-table td .mail-before-attachment {
					margin-left: 28px;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table td .mail-before-attachment, .c-content-main .cc-form-table td .mail-before-attachment {
						margin-left: 10px
				}
					}
.bge-contents .cc-form-table td .mail-before-attachment:first-child, .c-content-main .cc-form-table td .mail-before-attachment:first-child {
						margin-left: 0;
					}
.bge-contents .cc-form-table td .mail-input-radio, .bge-contents .cc-form-table td .mail-input-checkbox, .c-content-main .cc-form-table td .mail-input-radio, .c-content-main .cc-form-table td .mail-input-checkbox {
					margin: -10px 0;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table td .mail-input-radio, .bge-contents .cc-form-table td .mail-input-checkbox, .c-content-main .cc-form-table td .mail-input-radio, .c-content-main .cc-form-table td .mail-input-checkbox {
						margin: 0
				}
					}
.bge-contents .cc-form-table td .mail-input-radio input:focus, .bge-contents .cc-form-table td .mail-input-checkbox input:focus, .c-content-main .cc-form-table td .mail-input-radio input:focus, .c-content-main .cc-form-table td .mail-input-checkbox input:focus {
							outline: none;
						}
.bge-contents .cc-form-table td .mail-input-radio .radio, .c-content-main .cc-form-table td .mail-input-radio .radio {
						display: inline-block;
					}
.bge-contents .cc-form-table td .mail-description, .c-content-main .cc-form-table td .mail-description {
					font-size: 1.3rem;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-table td .mail-description, .c-content-main .cc-form-table td .mail-description {
						font-size: 3.2vw
				}
					}
.bge-contents .cc-form-table td .error-message, .c-content-main .cc-form-table td .error-message {
					color: #e50000;
					background: url('../img/admin/warning.png') no-repeat left center;
					padding-left: 24px;
				}
.bge-contents .cc-form-table td > div + div, .c-content-main .cc-form-table td > div + div {
						margin-top: 15px;
					}
.bge-contents .cc-form-agreement, .c-content-main .cc-form-agreement {
			margin-bottom: 50px;
			line-height: 1.5;
		}
.bge-contents .cc-form-agreement p, .c-content-main .cc-form-agreement p {
				margin-bottom: 10px;
				font-size: 1.3rem;
			}
.bge-contents .cc-form-agreement .required, .c-content-main .cc-form-agreement .required {
				display: inline-block;
				font-size: 1.4rem;
				color: #fff;
				background: #e50000;
				line-height: 1.5;
				padding: 0 6px 1px;
				font-weight: normal;
				margin-left: 18px;
				vertical-align: middle;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-agreement .required, .c-content-main .cc-form-agreement .required {
					font-size: 3.2vw
			}
				}
.bge-contents .cc-form-agreement-check, .c-content-main .cc-form-agreement-check {
				text-align: center;
			}
.bge-contents .cc-form-agreement + .cc-form-submit, .c-content-main .cc-form-agreement + .cc-form-submit {
				margin-top: 0;
			}
.bge-contents .cc-form-privacy, .c-content-main .cc-form-privacy {
			text-align: center;
		}
.bge-contents .cc-form-submit, .c-content-main .cc-form-submit {
			text-align: center;
		}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit, .c-content-main .cc-form-submit {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-flow: column;
				        flex-flow: column
		}
			}
.bge-contents .cc-form-submit .submit, .c-content-main .cc-form-submit .submit {
				margin: 0 13px;
				display: inline-block;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit .submit, .c-content-main .cc-form-submit .submit {
					-webkit-box-ordinal-group: 3;
					    -ms-flex-order: 2;
					        order: 2
			}

					.bge-contents .cc-form-submit .submit + .submit, .c-content-main .cc-form-submit .submit + .submit {
						-webkit-box-ordinal-group: 2;
						    -ms-flex-order: 1;
						        order: 1;
					}
				}
.bge-contents .cc-form-submit .bgt-btn, .c-content-main .cc-form-submit .bgt-btn {
				cursor: pointer;
				margin: 0 13px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit .bgt-btn, .c-content-main .cc-form-submit .bgt-btn {
					-webkit-box-ordinal-group: 2;
					    -ms-flex-order: 1;
					        order: 1;
					margin-bottom: 5.33333vw
			}
				}
.bge-contents .cc-form-submit .btn-check, .c-content-main .cc-form-submit .btn-check {
				background: url('../img/common/icon-btn-arrow.svg') no-repeat right 22px center / 7px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit .btn-check, .c-content-main .cc-form-submit .btn-check {
					background: url('../img/common/icon-btn-arrow.svg') no-repeat right 5.4vw center / 7px
			}
				}
.bge-contents .cc-form-submit .btn-send, .c-content-main .cc-form-submit .btn-send {
				background: #b81c22;
				color: #fff;
			}
.bge-contents .cc-form-submit .btn-send::after, .c-content-main .cc-form-submit .btn-send::after {
					border-color: #fff;
				}
.bge-contents .cc-form-submit input.btn-send, .c-content-main .cc-form-submit input.btn-send {
				background: #b81c22 url('../img/common/icon-btn-arrow-w.svg') no-repeat right 22px center / 7px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit input.btn-send, .c-content-main .cc-form-submit input.btn-send {
					background: #b81c22 url('../img/common/icon-btn-arrow-w.svg') no-repeat right 5.4vw center / 7px
			}
				}
.bge-contents .cc-form-submit .btn-back, .c-content-main .cc-form-submit .btn-back {
				background-color: #696969;
				border-color: #696969;
				color: #fff;
			}
.bge-contents .cc-form-submit .btn-back::before, .c-content-main .cc-form-submit .btn-back::before {
					background: none;
					border: 2px solid #fff;
					border-width: 0 0 2px 2px;
					content: '';
					display: block;
					height: 7px;
					left: 1.5em;
					margin-top: -3px;
					position: absolute;
					top: 50%;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
					width: 7px;
				}
.bge-contents .cc-form-submit .btn-back::after, .c-content-main .cc-form-submit .btn-back::after {
					display: none;
				}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit .btn-back, .c-content-main .cc-form-submit .btn-back {
					-webkit-box-ordinal-group: 3;
					    -ms-flex-order: 2;
					        order: 2
			}
				}
.bge-contents .cc-form-submit input.btn-back, .c-content-main .cc-form-submit input.btn-back {
				background: #696969 url('../img/common/icon-btn-arrow-return.svg') no-repeat left 22px center / 7px;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-submit input.btn-back, .c-content-main .cc-form-submit input.btn-back {
					background: #696969 url('../img/common/icon-btn-arrow-return.svg') no-repeat left 5.4vw center / 7px
			}
				}
.bge-contents .cc-form-thanks, .c-content-main .cc-form-thanks {
			margin-bottom: 35px;
		}
.bge-contents .cc-form-thanks h3, .c-content-main .cc-form-thanks h3 {
				background: none;
				font-size: 2.8rem;
				color: #000;
				padding: 0;
				margin: 0 0 40px;
				text-align: center;
				border: none;
			}
@media screen and (max-width: 767px) {
.bge-contents .cc-form-thanks h3, .c-content-main .cc-form-thanks h3 {
					font-size: 6.4vw
			}
				}
.bge-contents .cc-form-thanks h3::before, .bge-contents .cc-form-thanks h3::after, .c-content-main .cc-form-thanks h3::before, .c-content-main .cc-form-thanks h3::after {
					display: none;
				}
.bge-contents .cc-form-thanks p, .c-content-main .cc-form-thanks p {
				text-align: center;
				line-height: 2;
			}
.bge-contents .message-box, .c-content-main .message-box {
		margin-bottom: 30px;
	}
@media screen and (max-width: 767px) {
.bge-contents .message-box, .c-content-main .message-box {
			margin-bottom: 20px
	}
		}
.bge-contents .message-box .alert-message, .c-content-main .message-box .alert-message {
			color: #e50000;
		}
.bge-contents table.form_input th.required ::after, .c-content-main table.form_input th.required ::after {
				content: '*';
				display: inline-block;
				font-size: 1em;
				color: #e50000;
				margin-left: 10px;
			}
.bge-contents table.form_input select, .c-content-main table.form_input select {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			border-radius: 0;
			border: 1px solid #161616;
			margin: 0;
			padding: 5px 25px 5px 10px;
			vertical-align: middle;
			position: relative;
			font-size: 1em;
			background: url('/img/icon-select.png') no-repeat right 10px center;
			background-size: 10px 5px;
		}
.bge-contents .btn-group, .c-content-main .btn-group {
		border-top: 1px solid #ddd;
		margin: 0 auto;
		padding: 30px 0 0;
		text-align: center;
	}
.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			border-color: #9d9d9d;
			background-color: #9d9d9d;
		}
.bge-contents .btn-box, .c-content-main .btn-box {
		text-align: center;
	}
.bge-contents .btn-box a, .c-content-main .btn-box a {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: #fff none;
			border: 2px solid #b81c22;
			color: #b81c22;
			display: inline-block;
			line-height: 2;
			min-width: 280px;
			border-radius: 5px;
			padding: 0.7em 3em 0.65em;
			position: relative;
			text-align: center;
			text-decoration: none;
			vertical-align: middle;
			-webkit-transition: opacity 300ms;
			transition: opacity 300ms;
		}
@media screen and (max-width: 767px) {
.bge-contents .btn-box a, .c-content-main .btn-box a {
				min-width: 71.875vw
		}
			}
.bge-contents .btn-box a:hover, .c-content-main .btn-box a:hover {
				opacity: 0.6;
			}
.bge-contents .btn-box a:disabled, .c-content-main .btn-box a:disabled {
				opacity: 0.6;
			}
.bge-contents .btn-box a::after, .c-content-main .btn-box a::after {
				border: 2px solid #b81c22;
				border-width: 0 2px 2px 0;
				content: '';
				display: block;
				height: 7px;
				margin-top: -3px;
				position: absolute;
				right: 1.5em;
				top: 50%;
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
				width: 7px;
			}
.bge-contents .btn-box a[data-button-type='em'], .c-content-main .btn-box a[data-button-type='em'] {
				background: #b81c22;
				color: #fff;
			}
.bge-contents .btn-box a[data-button-type='em']::after, .c-content-main .btn-box a[data-button-type='em']::after {
					border-color: #fff;
				}
.bge-contents .btn-box .btn-back, .c-content-main .btn-box .btn-back {
			background-color: #696969;
			border-color: #696969;
			color: #fff;
		}
.bge-contents .btn-box .btn-back::before, .c-content-main .btn-box .btn-back::before {
				background: none;
				border: 2px solid #fff;
				border-width: 0 0 2px 2px;
				content: '';
				display: block;
				height: 7px;
				left: 1.5em;
				margin-top: -3px;
				position: absolute;
				top: 50%;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				width: 7px;
			}
.bge-contents .btn-box .btn-back::after, .c-content-main .btn-box .btn-back::after {
				display: none;
			}
.bge-contents .anchor-block ul, .c-content-main .anchor-block ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
.bge-contents .anchor-block ul li, .c-content-main .anchor-block ul li {
				width: calc((100% - 40px)/6);
				font-size: 1.6rem;
				text-align: center;
				margin-top: 8px;
				padding-left: 0;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}
@media screen and (max-width: 767px) {
.bge-contents .anchor-block ul li, .c-content-main .anchor-block ul li {
					width: 42.66667vw;
					margin-top: 13.33333vw
			}
				}
@media screen and (min-width: 768px) {
.bge-contents .anchor-block ul li:first-child, .c-content-main .anchor-block ul li:first-child {
						margin-right: 8px
				}
					}
@media screen and (min-width: 768px) {
.bge-contents .anchor-block ul li + li, .c-content-main .anchor-block ul li + li {
						margin-right: 8px
				}
					}
@media screen and (min-width: 768px) {
.bge-contents .anchor-block ul li:nth-child(6n), .c-content-main .anchor-block ul li:nth-child(6n) {
						margin-right: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-block ul li:nth-child(2n - 1), .c-content-main .anchor-block ul li:nth-child(2n - 1) {
						margin-right: 4vw
				}
					}
@media screen and (min-width: 768px) {
.bge-contents .anchor-block ul li:nth-child(1), .bge-contents .anchor-block ul li:nth-child(2), .bge-contents .anchor-block ul li:nth-child(3), .bge-contents .anchor-block ul li:nth-child(4), .bge-contents .anchor-block ul li:nth-child(5), .bge-contents .anchor-block ul li:nth-child(6), .c-content-main .anchor-block ul li:nth-child(1), .c-content-main .anchor-block ul li:nth-child(2), .c-content-main .anchor-block ul li:nth-child(3), .c-content-main .anchor-block ul li:nth-child(4), .c-content-main .anchor-block ul li:nth-child(5), .c-content-main .anchor-block ul li:nth-child(6) {
						margin-top: 0
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-block ul li:nth-child(1), .bge-contents .anchor-block ul li:nth-child(2), .c-content-main .anchor-block ul li:nth-child(1), .c-content-main .anchor-block ul li:nth-child(2) {
						margin-top: 0
				}
					}
.bge-contents .anchor-block ul li::before, .c-content-main .anchor-block ul li::before {
					position: absolute;
					left: 50%;
					top: -23px;
					width: 33px;
					height: 42px;
					-webkit-transform: translate(-50%, 0);
					        transform: translate(-50%, 0);
				}
@media screen and (min-width: 768px) {
.bge-contents .anchor-block ul li:hover, .c-content-main .anchor-block ul li:hover {
						opacity: 0.7
				}
					}
.bge-contents .anchor-block ul li a, .c-content-main .anchor-block ul li a {
					display: block;
					color: #fff;
					text-decoration: none;
					padding: 19px 10px;
					border-radius: 5px;
				}
.bge-contents .anchor-block ul li a::before, .c-content-main .anchor-block ul li a::before {
						position: absolute;
						left: 50%;
						bottom: -27px;
						content: '';
						width: 38px;
						height: 38px;
						border-radius: 50%;
						background: #fff;
						-webkit-transform: translate(-50%, 0);
						        transform: translate(-50%, 0);
					}
.bge-contents .anchor-block ul li a::after, .c-content-main .anchor-block ul li a::after {
						position: absolute;
						left: 50%;
						bottom: -12px;
						border: 2px solid;
						border-width: 0 2px 2px 0;
						content: '';
						display: block;
						height: 9px;
						margin-top: -6px;
						width: 9px;
						-webkit-transition: border-color 300ms;
						transition: border-color 300ms;
						-webkit-transform: translate(-50%, 0) rotate(45deg);
						        transform: translate(-50%, 0) rotate(45deg);
					}
.bge-contents .anchor-block ul li[data-category='economy']::before, .bge-contents .anchor-block ul li[data-category='management']::before, .c-content-main .anchor-block ul li[data-category='economy']::before, .c-content-main .anchor-block ul li[data-category='management']::before {
						background: url('/img/manabinotobira/obj-door-blue.png') no-repeat 0 0;
					}
.bge-contents .anchor-block ul li[data-category='welfare']::before, .bge-contents .anchor-block ul li[data-category='children']::before, .c-content-main .anchor-block ul li[data-category='welfare']::before, .c-content-main .anchor-block ul li[data-category='children']::before {
						background: url('/img/manabinotobira/obj-door-pink.png') no-repeat 0 0;
					}
.bge-contents .anchor-block ul li[data-category='culture']::before, .bge-contents .anchor-block ul li[data-category='music']::before, .c-content-main .anchor-block ul li[data-category='culture']::before, .c-content-main .anchor-block ul li[data-category='music']::before {
						background: url('/img/manabinotobira/obj-door-green.png') no-repeat 0 0;
					}
.bge-contents .anchor-block ul li[data-category='economy'] a, .c-content-main .anchor-block ul li[data-category='economy'] a {
						background: #386b9a;
					}
.bge-contents .anchor-block ul li[data-category='economy'] a::after, .c-content-main .anchor-block ul li[data-category='economy'] a::after {
							border-color: #386b9a;
						}
.bge-contents .anchor-block ul li[data-category='management'] a, .c-content-main .anchor-block ul li[data-category='management'] a {
						background: #238ac8;
					}
.bge-contents .anchor-block ul li[data-category='management'] a::after, .c-content-main .anchor-block ul li[data-category='management'] a::after {
							border-color: #238ac8;
						}
.bge-contents .anchor-block ul li[data-category='welfare'] a, .c-content-main .anchor-block ul li[data-category='welfare'] a {
						background: #c46628;
					}
.bge-contents .anchor-block ul li[data-category='welfare'] a::after, .c-content-main .anchor-block ul li[data-category='welfare'] a::after {
							border-color: #c46628;
						}
.bge-contents .anchor-block ul li[data-category='children'] a, .c-content-main .anchor-block ul li[data-category='children'] a {
						background: #d24544;
					}
.bge-contents .anchor-block ul li[data-category='children'] a::after, .c-content-main .anchor-block ul li[data-category='children'] a::after {
							border-color: #d24544;
						}
.bge-contents .anchor-block ul li[data-category='culture'] a, .c-content-main .anchor-block ul li[data-category='culture'] a {
						background: #359963;
					}
.bge-contents .anchor-block ul li[data-category='culture'] a::after, .c-content-main .anchor-block ul li[data-category='culture'] a::after {
							border-color: #359963;
						}
.bge-contents .anchor-block ul li[data-category='music'] a, .c-content-main .anchor-block ul li[data-category='music'] a {
						background: #57bc37;
					}
.bge-contents .anchor-block ul li[data-category='music'] a::after, .c-content-main .anchor-block ul li[data-category='music'] a::after {
							border-color: #57bc37;
						}
.bge-contents .anchor-block-no ol, .c-content-main .anchor-block-no ol {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			max-width: 950px;
			margin: 0 auto;
		}
@media screen and (max-width: 767px) {
.bge-contents .anchor-block-no ol, .c-content-main .anchor-block-no ol {
				-ms-flex-flow: wrap;
				    flex-flow: wrap;
				width: 100%
		}
			}
.bge-contents .anchor-block-no ol li, .c-content-main .anchor-block-no ol li {
				font-size: 1.5rem;
				font-weight: bold;
				text-align: center;
				border: 2px solid #4667ff;
				border-radius: 25px;
				margin-top: 8px;
				padding-left: 0;
				-webkit-transition: opacity 300ms;
				transition: opacity 300ms;
			}
@media screen and (max-width: 767px) {
.bge-contents .anchor-block-no ol li, .c-content-main .anchor-block-no ol li {
					font-size: 3.33333vw;
					width: 42.66667vw;
					margin-top: 3.06667vw;
					margin-bottom: 4vw
			}
				}
.bge-contents .anchor-block-no ol li::before, .c-content-main .anchor-block-no ol li::before {
					content: counter(content-main-ol-default, decimal-leading-zero) '';
					background: -webkit-gradient(linear, left top, right top, from(#3279ff), to(#882cff));
					background: linear-gradient(to right, #3279ff 0%, #882cff 100%);
					color: #fff;
					font-size: 1.2rem;
					width: 22px;
					height: 22px;
					top: -11px;
					left: calc(50% - 11px);
				}
@media screen and (max-width: 767px) {
.bge-contents .anchor-block-no ol li::before, .c-content-main .anchor-block-no ol li::before {
						font-size: 3.2vw;
						width: 6.13333vw;
						height: 6.13333vw;
						top: -3.06667vw;
						left: calc(50% - 3.06667vw)
				}
					}
.bge-contents .anchor-block-no ol li a, .c-content-main .anchor-block-no ol li a {
					position: relative;
					display: block;
					color: #4667ff;
					line-height: 1.4;
					background: -webkit-gradient(linear, left top, right top, from(#3279ff), to(#882cff));
					background: linear-gradient(to right, #3279ff 0%, #882cff 100%);
					-webkit-background-clip: text;
					        background-clip: text;
					-webkit-text-fill-color: transparent;
					text-decoration: none;
					padding: 14px 18px 11px;
				}
@media (-ms-high-contrast: none) {
.bge-contents .anchor-block-no ol li a, .c-content-main .anchor-block-no ol li a {
						background: none
				}
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-block-no ol li a, .c-content-main .anchor-block-no ol li a {
						padding: 4vw 4vw 3.46667vw
				}
					}
.bge-contents .anchor-block-no ol li a::after, .c-content-main .anchor-block-no ol li a::after {
						content: '';
						position: absolute;
						display: block;
						background: url('../img/common/icon-arrow-g.png') no-repeat;
						background-size: cover;
						left: calc(50% - 6px);
						bottom: 1px;
						width: 12px;
						height: 7px;
					}
@media screen and (max-width: 767px) {
.bge-contents .anchor-block-no ol li a::after, .c-content-main .anchor-block-no ol li a::after {
							background-size: 100%;
							width: 3.2vw;
							height: 1.86667vw;
							left: calc(50% - 1.6vw)
					}
						}
@media screen and (min-width: 768px) {
.bge-contents .anchor-block-no ol li:hover, .c-content-main .anchor-block-no ol li:hover {
						opacity: 0.6
				}
					}
.bge-contents .weboc-movie-block .bgt-grid h4, .bge-contents .weboc-movie-block .bgt-grid figcaption, .c-content-main .weboc-movie-block .bgt-grid h4, .c-content-main .weboc-movie-block .bgt-grid figcaption {
				text-align: center;
				line-height: 1.4;
				color: #000;
				font-size: 2rem;
				font-weight: bold;
				padding: 0;
			}
@media screen and (max-width: 767px) {
.bge-contents .weboc-movie-block .bgt-grid h4, .bge-contents .weboc-movie-block .bgt-grid figcaption, .c-content-main .weboc-movie-block .bgt-grid h4, .c-content-main .weboc-movie-block .bgt-grid figcaption {
					font-size: 4.8vw
			}
				}
.bge-contents .weboc-movie-block .bgt-grid h4::before, .bge-contents .weboc-movie-block .bgt-grid h4::after, .bge-contents .weboc-movie-block .bgt-grid figcaption::before, .bge-contents .weboc-movie-block .bgt-grid figcaption::after, .c-content-main .weboc-movie-block .bgt-grid h4::before, .c-content-main .weboc-movie-block .bgt-grid h4::after, .c-content-main .weboc-movie-block .bgt-grid figcaption::before, .c-content-main .weboc-movie-block .bgt-grid figcaption::after {
					content: none;
				}
.bge-contents .weboc-movie-block .bgt-grid h4 + p, .c-content-main .weboc-movie-block .bgt-grid h4 + p {
					text-align: center;
					line-height: 1.5;
					margin-top: -10px;
				}
.bge-contents .weboc-movie-block .bgt-grid figcaption, .c-content-main .weboc-movie-block .bgt-grid figcaption {
				margin-top: 15px;
			}
.bge-contents .weboc-movie-block-col2, .c-content-main .weboc-movie-block-col2 {
		position: relative;
		padding: 20px 50px 150px;
	}
@media screen and (max-width: 767px) {
.bge-contents .weboc-movie-block-col2, .c-content-main .weboc-movie-block-col2 {
			padding: 0 4vw 26.66667vw
	}
		}
.bge-contents .weboc-movie-block-col2::before, .c-content-main .weboc-movie-block-col2::before {
			content: '';
			position: absolute;
			background: url('/img/weboc/bg-weboc.jpg') no-repeat center bottom;
			background-size: 100%;
			width: 1000px;
			height: 534px;
			left: 0;
			bottom: 0;
			z-index: -2;
		}
@media screen and (max-width: 767px) {
.bge-contents .weboc-movie-block-col2::before, .c-content-main .weboc-movie-block-col2::before {
				width: 100%
		}
			}
.bge-contents .weboc-movie-block-col2 .bgt-grid, .c-content-main .weboc-movie-block-col2 .bgt-grid {
			position: relative;
			background: #fff;
			background-clip: padding-box;
			border-radius: 10px;
			border: solid 3px transparent;
			padding: 15px;
		}
@media screen and (min-width: 768px) {
.bge-contents .weboc-movie-block-col2 .bgt-grid, .c-content-main .weboc-movie-block-col2 .bgt-grid {
				width: calc((100% - 20px)/2)
		}
			}
.bge-contents .weboc-movie-block-col2 .bgt-grid::before, .c-content-main .weboc-movie-block-col2 .bgt-grid::before {
				content: '';
				position: absolute;
				background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fcac4e), color-stop(60%, #f815ba));
				background: linear-gradient(to right, #fcac4e 40%, #f815ba 60%);
				border-radius: inherit;
				margin: -3px;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;
				z-index: -1;
			}
@media screen and (min-width: 768px) {
.bge-contents .weboc-movie-block-col2 .bgt-grid--first, .c-content-main .weboc-movie-block-col2 .bgt-grid--first {
				margin-right: 20px
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .weboc-movie-block-col2 .bgt-grid--first, .c-content-main .weboc-movie-block-col2 .bgt-grid--first {
				margin-bottom: 5.33333vw
		}
			}
.bge-contents .weboc-movie-block-col3 .bgt-grid, .c-content-main .weboc-movie-block-col3 .bgt-grid {
			padding: 0;
		}
@media screen and (min-width: 768px) {
.bge-contents .weboc-movie-block-col3 .bgt-grid, .c-content-main .weboc-movie-block-col3 .bgt-grid {
				width: calc((100% - 40px)/3);
				margin-right: 20px
		}
			}
@media screen and (max-width: 767px) {
.bge-contents .weboc-movie-block-col3 .bgt-grid, .c-content-main .weboc-movie-block-col3 .bgt-grid {
				margin-bottom: 5.33333vw
		}
			}
.bge-contents .weboc-movie-block-col3 .bgt-grid [data-bgt='image-link'], .c-content-main .weboc-movie-block-col3 .bgt-grid [data-bgt='image-link'] {
				position: relative;
				background: #fff;
				background-clip: padding-box;
				border-radius: 10px;
				border: solid 3px transparent;
				padding: 15px;
			}
@media screen and (max-width: 767px) {
.bge-contents .weboc-movie-block-col3 .bgt-grid [data-bgt='image-link'], .c-content-main .weboc-movie-block-col3 .bgt-grid [data-bgt='image-link'] {
					padding: 4vw
			}
				}
.bge-contents .weboc-movie-block-col3 .bgt-grid [data-bgt='image-link']::before, .c-content-main .weboc-movie-block-col3 .bgt-grid [data-bgt='image-link']::before {
					content: '';
					position: absolute;
					background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fcac4e), color-stop(60%, #f815ba));
					background: linear-gradient(to right, #fcac4e 40%, #f815ba 60%);
					border-radius: inherit;
					margin: -3px;
					top: 0;
					bottom: 0;
					right: 0;
					left: 0;
					z-index: -1;
				}
@media screen and (max-width: 767px) {
.bge-contents .weboc-movie-block-col3 .bgt-grid [data-bgt='image-link'] .bgt-image-link, .c-content-main .weboc-movie-block-col3 .bgt-grid [data-bgt='image-link'] .bgt-image-link {
						margin-bottom: 0
				}
					}
.bge-contents .weboc-movie-block-col3 .bgt-grid:nth-child(even) [data-bgt='image-link']::before, .c-content-main .weboc-movie-block-col3 .bgt-grid:nth-child(even) [data-bgt='image-link']::before {
						background: -webkit-gradient(linear, left top, right top, from(#3279ff), to(#882cff));
						background: linear-gradient(to right, #3279ff 0%, #882cff 100%);
					}
.bge-contents .weboc-movie-block-col3 .bgt-grid [data-bgt='ckeditor'] p, .c-content-main .weboc-movie-block-col3 .bgt-grid [data-bgt='ckeditor'] p {
					line-height: 1.8;
					padding: 0 30px;
				}
@media screen and (max-width: 767px) {
.bge-contents .weboc-movie-block-col3 .bgt-grid [data-bgt='ckeditor'] p, .c-content-main .weboc-movie-block-col3 .bgt-grid [data-bgt='ckeditor'] p {
						padding: 0 4vw
				}
					}
.bge-contents .weboc-movie-block-col3 .bgt-grid--last, .c-content-main .weboc-movie-block-col3 .bgt-grid--last {
			margin-right: 0;
		}
.bge-contents .department-title-block, .c-content-main .department-title-block {
			margin-top: 82px;
		}
@media screen and (max-width: 767px) {
.bge-contents .department-title-block, .c-content-main .department-title-block {
				margin-top: 16vw
		}
			}
.bge-contents .department-title-block h2, .c-content-main .department-title-block h2 {
				overflow: visible;
				position: relative;
				font-size: 3.6rem;
				text-align: center;
				border: none;
				padding: 27px 0 0 0;
				background: #fff;
			}
@media screen and (max-width: 767px) {
.bge-contents .department-title-block h2, .c-content-main .department-title-block h2 {
					font-size: 6.13333vw;
					padding-top: 6.66667vw
			}
				}
.bge-contents .department-title-block h2::before, .c-content-main .department-title-block h2::before {
					position: absolute;
					left: 50%;
					top: 0;
					z-index: 1;
					content: '';
					width: 390px;
					height: 3px;
					background: #386b9a;
					-webkit-transform: translate(-50%, 0);
					        transform: translate(-50%, 0);
				}
@media screen and (max-width: 767px) {
.bge-contents .department-title-block h2::before, .c-content-main .department-title-block h2::before {
						width: 40vw
				}
					}
.bge-contents .department-title-block h2::after, .c-content-main .department-title-block h2::after {
					position: absolute;
					left: 50%;
					top: -82px;
					z-index: 0;
					content: '';
					width: 1000px;
					height: 82px;
					background: url('/img/manabinotobira/bg-shadow.png') no-repeat center top;
					-webkit-transform: translate(-50%, 0);
					        transform: translate(-50%, 0);
				}
@media screen and (max-width: 767px) {
.bge-contents .department-title-block h2::after, .c-content-main .department-title-block h2::after {
						top: -7.33333vw;
						width: 86.66667vw;
						height: 7.33333vw;
						background-size: 100% auto
				}
					}
.bge-contents .department-economy h2::before, .c-content-main .department-economy h2::before {
					background: #386b9a;
				}
.bge-contents .department-management h2::before, .c-content-main .department-management h2::before {
					background: #238ac8;
				}
.bge-contents .department-welfare h2::before, .c-content-main .department-welfare h2::before {
					background: #c46628;
				}
.bge-contents .department-children h2::before, .c-content-main .department-children h2::before {
					background: #d24544;
				}
.bge-contents .department-culture h2::before, .c-content-main .department-culture h2::before {
					background: #359963;
				}
.bge-contents .department-music h2::before, .c-content-main .department-music h2::before {
					background: #57bc37;
				}
.bge-contents .department-bg-gray, .c-content-main .department-bg-gray {
			padding: 20px 100px;
			background: url('/img/manabinotobira/bg-repeat-dot.gif') repeat 0 0;
		}
@media screen and (max-width: 767px) {
.bge-contents .department-bg-gray, .c-content-main .department-bg-gray {
				padding: 5.33333vw
		}
			}
.bge-contents .department-bg-gray.bgb-youtube, .c-content-main .department-bg-gray.bgb-youtube {
				padding-top: 40px;
				padding-bottom: 90px;
			}
@media screen and (max-width: 767px) {
.bge-contents .department-bg-gray.bgb-youtube, .c-content-main .department-bg-gray.bgb-youtube {
					padding-top: 5.33333vw;
					padding-bottom: 12vw
			}
				}
.bge-contents .department-bg-gray.bgb-image1, .c-content-main .department-bg-gray.bgb-image1 {
				padding: 0;
			}
.bge-contents .department-interview-block .bgt-grid--first, .c-content-main .department-interview-block .bgt-grid--first {
				padding-right: 0;
			}
@media screen and (min-width: 768px) {
.bge-contents .department-interview-block .bgt-grid--first, .c-content-main .department-interview-block .bgt-grid--first {
					width: 230px
			}
				}
@media screen and (max-width: 767px) {
.bge-contents .department-interview-block .bgt-grid--first, .c-content-main .department-interview-block .bgt-grid--first {
					margin-bottom: 5.33333vw
			}
				}
.bge-contents .department-interview-block .bgt-grid--last, .c-content-main .department-interview-block .bgt-grid--last {
				padding-left: 0;
			}
@media screen and (min-width: 768px) {
.bge-contents .department-interview-block .bgt-grid--last, .c-content-main .department-interview-block .bgt-grid--last {
					width: calc(100% - 230px)
			}
				}
.bge-contents .department-interview-block h3, .c-content-main .department-interview-block h3 {
				font-size: 2.6rem;
				padding: 0;
				border-left: none;
				background: none;
			}
@media screen and (max-width: 767px) {
.bge-contents .department-interview-block h3, .c-content-main .department-interview-block h3 {
					font-size: 5.33333vw
			}
				}
.bge-contents .department-interview-block h3 small, .c-content-main .department-interview-block h3 small {
					display: block;
					font-size: 1.6rem;
				}
@media screen and (max-width: 767px) {
.bge-contents .department-interview-block h3 small, .c-content-main .department-interview-block h3 small {
						font-size: 4.26667vw
				}
					}
.bge-contents .department-bg-gray + .department-title-block, .c-content-main .department-bg-gray + .department-title-block {
		margin-top: 130px;
	}
@media screen and (max-width: 767px) {
.bge-contents .department-bg-gray + .department-title-block, .c-content-main .department-bg-gray + .department-title-block {
			margin-top: 21.33333vw
	}
		}
.bge-contents .grid-frame, .bge-contents .grid-frame-flex, .c-content-main .grid-frame, .c-content-main .grid-frame-flex {
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
.bge-contents .grid-frame-flex, .c-content-main .grid-frame-flex {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-1, .c-content-main .grid-xs-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-1, .c-content-main .grid-sm-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-1, .c-content-main .grid-md-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-1, .c-content-main .grid-lg-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-1, .c-content-main .grid-xl-1 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 8.33333%;
				    flex-basis: 8.33333%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-2, .c-content-main .grid-xs-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-2, .c-content-main .grid-sm-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-2, .c-content-main .grid-md-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-2, .c-content-main .grid-lg-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-2, .c-content-main .grid-xl-2 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 16.66667%;
				    flex-basis: 16.66667%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-3, .c-content-main .grid-xs-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-3, .c-content-main .grid-sm-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-3, .c-content-main .grid-md-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-3, .c-content-main .grid-lg-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-3, .c-content-main .grid-xl-3 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-4, .c-content-main .grid-xs-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-4, .c-content-main .grid-sm-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-4, .c-content-main .grid-md-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-4, .c-content-main .grid-lg-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-4, .c-content-main .grid-xl-4 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 33.33333%;
				    flex-basis: 33.33333%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-5, .c-content-main .grid-xs-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-5, .c-content-main .grid-sm-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-5, .c-content-main .grid-md-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-5, .c-content-main .grid-lg-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-5, .c-content-main .grid-xl-5 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 41.66667%;
				    flex-basis: 41.66667%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-6, .c-content-main .grid-xs-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-6, .c-content-main .grid-sm-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-6, .c-content-main .grid-md-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-6, .c-content-main .grid-lg-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-6, .c-content-main .grid-xl-6 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-7, .c-content-main .grid-xs-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-7, .c-content-main .grid-sm-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-7, .c-content-main .grid-md-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-7, .c-content-main .grid-lg-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-7, .c-content-main .grid-xl-7 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 58.33333%;
				    flex-basis: 58.33333%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-8, .c-content-main .grid-xs-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-8, .c-content-main .grid-sm-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-8, .c-content-main .grid-md-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-8, .c-content-main .grid-lg-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-8, .c-content-main .grid-xl-8 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 66.66667%;
				    flex-basis: 66.66667%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-9, .c-content-main .grid-xs-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-9, .c-content-main .grid-sm-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-9, .c-content-main .grid-md-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-9, .c-content-main .grid-lg-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-9, .c-content-main .grid-xl-9 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-10, .c-content-main .grid-xs-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-10, .c-content-main .grid-sm-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-10, .c-content-main .grid-md-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-10, .c-content-main .grid-lg-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-10, .c-content-main .grid-xl-10 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 83.33333%;
				    flex-basis: 83.33333%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-11, .c-content-main .grid-xs-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-11, .c-content-main .grid-sm-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-11, .c-content-main .grid-md-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-11, .c-content-main .grid-lg-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-11, .c-content-main .grid-xl-11 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 91.66667%;
				    flex-basis: 91.66667%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-12, .c-content-main .grid-xs-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-12, .c-content-main .grid-sm-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-12, .c-content-main .grid-md-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-12, .c-content-main .grid-lg-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-12, .c-content-main .grid-xl-12 {
				-webkit-box-flex: 0;
				    -ms-flex-positive: 0;
				        flex-grow: 0;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%
		}
			}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-d5, .c-content-main .grid-xs-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-d5, .c-content-main .grid-sm-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-d5, .c-content-main .grid-md-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-d5, .c-content-main .grid-lg-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-d5, .c-content-main .grid-xl-d5 {
			-webkit-box-flex: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
			-ms-flex-negative: 0;
			    flex-shrink: 0;
			-ms-flex-preferred-size: 20%;
			    flex-basis: 20%
	}
		}
@media screen and (max-width: 576px) {
.bge-contents .grid-xs-flex, .c-content-main .grid-xs-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .grid-sm-flex, .c-content-main .grid-sm-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .grid-md-flex, .c-content-main .grid-md-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .grid-lg-flex, .c-content-main .grid-lg-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
@media screen and (min-width: 1280px) {
.bge-contents .grid-xl-flex, .c-content-main .grid-xl-flex {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100%;
			        flex: 0 1 100%
	}
		}
.bge-contents .mt-zero, .c-content-main .mt-zero {
		margin-top: 0;
	}
.bge-contents .mb-zero, .c-content-main .mb-zero {
		margin-bottom: 0;
	}
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
	}
@media screen and (max-width: 576px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 0.625em
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 0.625em
	}
		}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 0.625em
	}
		}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 0.625em
	}
		}
@media screen and (min-width: 1280px) {
.bge-contents .mt-narrow, .c-content-main .mt-narrow {
			margin-top: 0.625em
	}
		}
.bge-contents .mt-wide, .c-content-main .mt-wide {
	}
@media screen and (max-width: 576px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 3.75em
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 3.75em
	}
		}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 3.75em
	}
		}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 3.75em
	}
		}
@media screen and (min-width: 1280px) {
.bge-contents .mt-wide, .c-content-main .mt-wide {
			margin-top: 3.75em
	}
		}
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
	}
@media screen and (max-width: 576px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 0.625em
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 0.625em
	}
		}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 0.625em
	}
		}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 0.625em
	}
		}
@media screen and (min-width: 1280px) {
.bge-contents .mb-narrow, .c-content-main .mb-narrow {
			margin-bottom: 0.625em
	}
		}
.bge-contents .mb-wide, .c-content-main .mb-wide {
	}
@media screen and (max-width: 576px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 3.75em
	}
		}
@media screen and (min-width: 576px) and (max-width: 767px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 3.75em
	}
		}
@media screen and (min-width: 768px) and (max-width: 999px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 3.75em
	}
		}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 3.75em
	}
		}
@media screen and (min-width: 1280px) {
.bge-contents .mb-wide, .c-content-main .mb-wide {
			margin-bottom: 3.75em
	}
		}
.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin-bottom: 2.5em;
	}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb], .c-content-main [data-bgb] {
			margin-bottom: 2em
	}
		}
.bge-contents [data-bgb='button2'], .bge-contents [data-bgb='button3'], .c-content-main [data-bgb='button2'], .c-content-main [data-bgb='button3'] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='button2'], .bge-contents [data-bgb='button3'], .c-content-main [data-bgb='button2'], .c-content-main [data-bgb='button3'] {
			display: block
	}
		}
.bge-contents [data-bgb='button2'] .bgt-grid, .bge-contents [data-bgb='button3'] .bgt-grid, .c-content-main [data-bgb='button2'] .bgt-grid, .c-content-main [data-bgb='button3'] .bgt-grid {
			float: none;
		}
.bge-contents [data-bgb='button2'] .bgt-grid, .bge-contents [data-bgb='button2'] .bgt-container, .bge-contents [data-bgb='button2'] .bgt-btn-container, .bge-contents [data-bgb='button3'] .bgt-grid, .bge-contents [data-bgb='button3'] .bgt-container, .bge-contents [data-bgb='button3'] .bgt-btn-container, .c-content-main [data-bgb='button2'] .bgt-grid, .c-content-main [data-bgb='button2'] .bgt-container, .c-content-main [data-bgb='button2'] .bgt-btn-container, .c-content-main [data-bgb='button3'] .bgt-grid, .c-content-main [data-bgb='button3'] .bgt-container, .c-content-main [data-bgb='button3'] .bgt-btn-container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			width: 100%;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='button2'] .bgt-grid, .bge-contents [data-bgb='button2'] .bgt-container, .bge-contents [data-bgb='button2'] .bgt-btn-container, .bge-contents [data-bgb='button3'] .bgt-grid, .bge-contents [data-bgb='button3'] .bgt-container, .bge-contents [data-bgb='button3'] .bgt-btn-container, .c-content-main [data-bgb='button2'] .bgt-grid, .c-content-main [data-bgb='button2'] .bgt-container, .c-content-main [data-bgb='button2'] .bgt-btn-container, .c-content-main [data-bgb='button3'] .bgt-grid, .c-content-main [data-bgb='button3'] .bgt-container, .c-content-main [data-bgb='button3'] .bgt-btn-container {
				display: block;
				width: auto
		}
			}
.bge-contents [data-bgb='button2'] .bgt-btn, .bge-contents [data-bgb='button3'] .bgt-btn, .c-content-main [data-bgb='button2'] .bgt-btn, .c-content-main [data-bgb='button3'] .bgt-btn {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='button2'] .bgt-btn, .bge-contents [data-bgb='button3'] .bgt-btn, .c-content-main [data-bgb='button2'] .bgt-btn, .c-content-main [data-bgb='button3'] .bgt-btn {
				display: inline-block
		}
			}
.bge-contents [data-bgb='button3'] .bgt-btn, .c-content-main [data-bgb='button3'] .bgt-btn {
			width: 100%;
			min-width: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='button3'] .bgt-btn, .c-content-main [data-bgb='button3'] .bgt-btn {
				width: auto;
				min-width: 71.875vw
		}
			}
.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #fff none;
		border: 2px solid #b81c22;
		color: #b81c22;
		display: inline-block;
		line-height: 2;
		min-width: 280px;
		border-radius: 5px;
		padding: 0.7em 3em 0.65em;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			min-width: 71.875vw
	}
		}
.bge-contents .bgt-btn:hover, .c-content-main .bgt-btn:hover {
			opacity: 0.6;
		}
.bge-contents .bgt-btn:disabled, .c-content-main .bgt-btn:disabled {
			opacity: 0.6;
		}
.bge-contents .bgt-btn::after, .c-content-main .bgt-btn::after {
			border: 2px solid #b81c22;
			border-width: 0 2px 2px 0;
			content: '';
			display: block;
			height: 7px;
			margin-top: -3px;
			position: absolute;
			right: 1.5em;
			top: 50%;
			-webkit-transform: rotate(-45deg);
			        transform: rotate(-45deg);
			width: 7px;
		}
.bge-contents [data-bgt-button-kind='link'] .bgt-btn, .c-content-main [data-bgt-button-kind='link'] .bgt-btn {
	}
.bge-contents [data-bgt-button-kind='em'] .bgt-btn, .c-content-main [data-bgt-button-kind='em'] .bgt-btn {
		background: #b81c22;
		color: #fff;
	}
.bge-contents [data-bgt-button-kind='em'] .bgt-btn::after, .c-content-main [data-bgt-button-kind='em'] .bgt-btn::after {
			border-color: #fff;
		}
.bge-contents [data-bgt-button-kind='external'] .bgt-btn::after, .c-content-main [data-bgt-button-kind='external'] .bgt-btn::after {
			background: url('/img/common/icon-external.svg') no-repeat left top / 100%;
			border: none;
			height: 13px;
			margin-top: -7px;
			right: 1.5em;
			top: 50%;
			-webkit-transform: rotate(0deg);
			        transform: rotate(0deg);
			width: 13px;
		}
.bge-contents [data-bgt-button-kind='back'] .bgt-btn, .bge-contents .btn-back, .c-content-main [data-bgt-button-kind='back'] .bgt-btn, .c-content-main .btn-back {
		background-color: #696969;
		border-color: #696969;
		color: #fff;
	}
.bge-contents [data-bgt-button-kind='back'] .bgt-btn::before, .bge-contents .btn-back::before, .c-content-main [data-bgt-button-kind='back'] .bgt-btn::before, .c-content-main .btn-back::before {
			background: none;
			border: 2px solid #fff;
			border-width: 0 0 2px 2px;
			content: '';
			display: block;
			height: 7px;
			left: 1.5em;
			margin-top: -3px;
			position: absolute;
			top: 50%;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			width: 7px;
		}
.bge-contents [data-bgt-button-kind='back'] .bgt-btn::after, .bge-contents .btn-back::after, .c-content-main [data-bgt-button-kind='back'] .bgt-btn::after, .c-content-main .btn-back::after {
			display: none;
		}
.bge-contents .bgt-hr, .c-content-main .bgt-hr {
		margin: 0 auto;
	}
.bge-contents [data-bgt-hr-kind='dashed'] .bgt-hr, .c-content-main [data-bgt-hr-kind='dashed'] .bgt-hr {
		height: 0;
		border: none;
		background: none;
		border-bottom: 2px dashed currentColor;
	}
.bge-contents [data-bgt-hr-kind='bold'] .bgt-hr, .c-content-main [data-bgt-hr-kind='bold'] .bgt-hr {
		height: 5px;
	}
.bge-contents [data-bgt-hr-kind='narrow'] .bgt-hr, .c-content-main [data-bgt-hr-kind='narrow'] .bgt-hr {
		height: 1px;
	}
.bge-contents [data-bgt-hr-kind='short'] .bgt-hr, .c-content-main [data-bgt-hr-kind='short'] .bgt-hr {
		width: 60%;
		height: 1px;
	}
.bge-contents [data-bgb='download-file2'], .bge-contents [data-bgb='download-file3'], .c-content-main [data-bgb='download-file2'], .c-content-main [data-bgb='download-file3'] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='download-file2'], .bge-contents [data-bgb='download-file3'], .c-content-main [data-bgb='download-file2'], .c-content-main [data-bgb='download-file3'] {
			display: block
	}
		}
.bge-contents [data-bgb='download-file2'] .bgt-grid, .bge-contents [data-bgb='download-file3'] .bgt-grid, .c-content-main [data-bgb='download-file2'] .bgt-grid, .c-content-main [data-bgb='download-file3'] .bgt-grid {
			float: none;
		}
.bge-contents [data-bgb='download-file2'] .bgt-grid, .bge-contents [data-bgb='download-file2'] .bgt-container, .bge-contents [data-bgb='download-file2'] .bgt-download-file, .bge-contents [data-bgb='download-file3'] .bgt-grid, .bge-contents [data-bgb='download-file3'] .bgt-container, .bge-contents [data-bgb='download-file3'] .bgt-download-file, .c-content-main [data-bgb='download-file2'] .bgt-grid, .c-content-main [data-bgb='download-file2'] .bgt-container, .c-content-main [data-bgb='download-file2'] .bgt-download-file, .c-content-main [data-bgb='download-file3'] .bgt-grid, .c-content-main [data-bgb='download-file3'] .bgt-container, .c-content-main [data-bgb='download-file3'] .bgt-download-file {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			width: 100%;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='download-file2'] .bgt-grid, .bge-contents [data-bgb='download-file2'] .bgt-container, .bge-contents [data-bgb='download-file2'] .bgt-download-file, .bge-contents [data-bgb='download-file3'] .bgt-grid, .bge-contents [data-bgb='download-file3'] .bgt-container, .bge-contents [data-bgb='download-file3'] .bgt-download-file, .c-content-main [data-bgb='download-file2'] .bgt-grid, .c-content-main [data-bgb='download-file2'] .bgt-container, .c-content-main [data-bgb='download-file2'] .bgt-download-file, .c-content-main [data-bgb='download-file3'] .bgt-grid, .c-content-main [data-bgb='download-file3'] .bgt-container, .c-content-main [data-bgb='download-file3'] .bgt-download-file {
				display: block;
				width: auto
		}
			}
.bge-contents [data-bgb='download-file3'] .bgt-grid, .c-content-main [data-bgb='download-file3'] .bgt-grid {
			padding-left: 6px;
			padding-right: 6px;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='download-file3'] .bgt-grid, .c-content-main [data-bgb='download-file3'] .bgt-grid {
				padding-left: 0;
				padding-right: 0;
				margin-bottom: 20px
		}
			}
.bge-contents [data-bgb='download-file3'] .bgt-grid--first, .c-content-main [data-bgb='download-file3'] .bgt-grid--first {
			padding-left: 0;
			padding-right: 13px;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='download-file3'] .bgt-grid--first, .c-content-main [data-bgb='download-file3'] .bgt-grid--first {
				padding-right: 0
		}
			}
.bge-contents [data-bgb='download-file3'] .bgt-grid--last, .c-content-main [data-bgb='download-file3'] .bgt-grid--last {
			padding-left: 13px;
			padding-right: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='download-file3'] .bgt-grid--last, .c-content-main [data-bgb='download-file3'] .bgt-grid--last {
				padding-left: 0;
				margin-bottom: 0
		}
			}
.bge-contents [data-bgb='download-file3'] .bgt-download-file__link, .c-content-main [data-bgb='download-file3'] .bgt-download-file__link {
			width: 100%;
			min-width: 0;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='download-file3'] .bgt-download-file__link, .c-content-main [data-bgb='download-file3'] .bgt-download-file__link {
				width: auto;
				min-width: 71.875vw
		}
			}
.bge-contents .bgb-download-file, .c-content-main .bgb-download-file {
		text-align: center;
	}
.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #fff none;
		border: 2px solid #b81c22;
		color: #b81c22;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 1.5rem;
		line-height: 1.7;
		min-width: 280px;
		border-radius: 5px;
		padding: 1em 3em 1em 1.65em;
		position: relative;
		text-align: left;
		text-decoration: none;
		vertical-align: middle;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			display: inline-block
	}
		}
.bge-contents .bgt-download-file__link:hover, .c-content-main .bgt-download-file__link:hover {
			opacity: 0.6;
		}
.bge-contents .bgt-download-file__link[href$='.pdf'] .bgt-link__icon::after, .c-content-main .bgt-download-file__link[href$='.pdf'] .bgt-link__icon::after {
					content: '';
					display: block;
					width: 15px;
					height: 20px;
					background: url('/img/common/icon-pdf.png') no-repeat left top / 100%;
					margin-top: -10px;
				}
.bge-contents .bgt-download-file__link[href$='.zip'] .bgt-link__icon::after, .c-content-main .bgt-download-file__link[href$='.zip'] .bgt-link__icon::after {
					content: '';
					display: block;
					width: 15px;
					height: 20px;
					background: url('/img/common/icon-zip.png') no-repeat left top / 100%;
					margin-top: -10px;
				}
.bge-contents .bgt-link__size, .c-content-main .bgt-link__size {
		font-size: 0.8125em;
		font-weight: normal;
		opacity: 0.7;
	}
.bge-contents .bgt-link__icon::after, .c-content-main .bgt-link__icon::after {
			position: absolute;
			right: 20px;
			top: 50%;
			content: '' !important;
			display: block;
			width: 13px;
			height: 20px;
			background: url('/img/common/icon-download.svg') no-repeat left top / 100%;
			margin-top: -10px;
		}
@media screen and (max-width: 576px) {
.bge-contents .bgt-google-maps-link, .c-content-main .bgt-google-maps-link {
			border: solid 1px #999;
			border-radius: 3px;
			color: #333;
			margin-top: 10px;
			padding: 1em;
			text-align: center;
			text-decoration: none
	}

			.bge-contents .bgt-google-maps-link span, .c-content-main .bgt-google-maps-link span {
				display: inline-block;
				vertical-align: middle;
			}

			.bge-contents .bgt-google-maps-link::after, .c-content-main .bgt-google-maps-link::after {
				display: inline-block;
				font-family: icons;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-style: normal;
				font-variant: normal;
				font-weight: normal;
				line-height: 1;
				speak: none;
				text-align: left;
				text-indent: 0;
				text-rendering: auto;
				text-transform: none;
				vertical-align: middle;
				white-space: nowrap;
				font-family: FontAwesome;
				content: '\f08e';
				font-size: 1em;
				vertical-align: middle;
			}
		}
.bge-contents .bgt-image, .c-content-main .bgt-image {
	}
.bge-contents .bgt-image :link, .c-content-main .bgt-image :link {
			outline: none;
		}
.bge-contents .bgb-text-image1 .bgt-grid--first, .bge-contents .bgb-text-image2 .bgt-grid--first, .c-content-main .bgb-text-image1 .bgt-grid--first, .c-content-main .bgb-text-image2 .bgt-grid--first {
			margin-bottom: 1.5em;
		}
@media screen and (max-width: 767px) {
.bge-contents [data-bgb='text-float-image1'] .bgt-grid--first, .bge-contents [data-bgb='text-float-image2'] .bgt-grid--first, .c-content-main [data-bgb='text-float-image1'] .bgt-grid--first, .c-content-main [data-bgb='text-float-image2'] .bgt-grid--first {
				float: none;
				margin-left: 0;
				margin-bottom: 1.5em
		}
			}
.bge-contents .bgb-opt--bg-gray, .bge-contents .bgb-opt--bg-blue, .bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-pink {
		padding: 2em;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--bg-gray, .bge-contents .bgb-opt--bg-blue, .bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-pink {
			padding: 1.6em
	}
		}
.bge-contents .bgb-opt--bg-gray.none-top, .bge-contents .bgb-opt--bg-blue.none-top, .bge-contents .bgb-opt--bg-pink.none-top, .c-content-main .bgb-opt--bg-gray.none-top, .c-content-main .bgb-opt--bg-blue.none-top, .c-content-main .bgb-opt--bg-pink.none-top {
			padding-top: 0;
		}
.bge-contents .bgb-opt--bg-gray.none-bottom, .bge-contents .bgb-opt--bg-blue.none-bottom, .bge-contents .bgb-opt--bg-pink.none-bottom, .c-content-main .bgb-opt--bg-gray.none-bottom, .c-content-main .bgb-opt--bg-blue.none-bottom, .c-content-main .bgb-opt--bg-pink.none-bottom {
			padding-bottom: 0;
		}
.bge-contents .bgb-opt--bg-gray, .c-content-main .bgb-opt--bg-gray {
		background: #f3f1ee !important;
	}
.bge-contents .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-blue {
		background: #d3e4f3 !important;
	}
.bge-contents .bgb-opt--bg-pink, .c-content-main .bgb-opt--bg-pink {
		background: #ffe3e0 !important;
	}
.bge-contents .bgb-opt--border-bold, .bge-contents .bgb-opt--border-dotted, .c-content-main .bgb-opt--border-bold, .c-content-main .bgb-opt--border-dotted {
		border-width: 3px !important;
	}
.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		padding: 2em;
		border-color: #b81c22;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
			padding: 1.6em
	}
		}
.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		padding: 2em;
		padding-left: 0;
		padding-right: 0;
		border-color: #b81c22;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb {
			padding: 1.6em
	}
		}
.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		border-top-width: 0 !important;
		border-bottom-width: 0 !important;
		padding: 2em;
		padding-top: 0;
		padding-bottom: 0;
		border-color: #b81c22;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
			padding: 1.6em
	}
		}
.bge-contents .bgb-opt--border-lr.bgb-opt--border-none, .c-content-main .bgb-opt--border-lr.bgb-opt--border-none {
			padding: 0 10px;
		}
.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		border-bottom-width: 0 !important;
		padding: 2em;
		padding-bottom: 0;
		border-color: #b81c22;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
			padding: 1.6em
	}
		}
.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		border-top-width: 0 !important;
		padding: 2em;
		border-color: #b81c22;
	}
@media screen and (max-width: 767px) {
.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
			padding: 1.6em
	}
		}
.bge-contents .bgb-opt--border-thin, .bge-contents .bgb-opt--border-dotted, .c-content-main .bgb-opt--border-thin, .c-content-main .bgb-opt--border-dotted {
		border-color: #d2c0a0;
	}
.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 5em !important;
	}
.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1.25em !important;
	}
.bge-contents .bgb-opt--mb-none, .c-content-main .bgb-opt--mb-none {
		margin-bottom: 0 !important;
	}
.bge-contents [data-bgt='ckeditor']:nth-child(2), .c-content-main [data-bgt='ckeditor']:nth-child(2) {
			margin-top: 1em;
		}
.bge-contents [data-bgt='gallery'] .bgt-gallery, .c-content-main [data-bgt='gallery'] .bgt-gallery {
			padding-top: 56.25%;
		}
.bge-contents [data-bgt='gallery'] .bgt-gallery__img img, .c-content-main [data-bgt='gallery'] .bgt-gallery__img img {
					-o-object-fit: cover;
					   font-family: "object-fit:cover";
					   object-fit: cover;
				}
.bge-contents [data-bgt='gallery'] .bgt-gallery__caption, .c-content-main [data-bgt='gallery'] .bgt-gallery__caption {
				color: #fff;
				background: rgba(0, 0, 0, 0.6);
				padding: 0.7em 1em;
				text-align: center;
			}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl {
				top: 50%;
				-webkit-transition: opacity 200ms ease-in;
				transition: opacity 200ms ease-in;
			}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__next, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__next {
					display: block;
					-webkit-appearance: none;
					   -moz-appearance: none;
					        appearance: none;
					margin: -20px 0 0;
					padding: 0;
					border: none;
					width: 44px;
					height: 44px;
					background: #b81c22;
					border-radius: 5px;
					cursor: pointer;
					-webkit-transition: opacity 300ms;
					transition: opacity 300ms;
				}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__next:hover, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__prev:hover, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__next:hover {
						opacity: 0.5;
					}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__prev:focus, .bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__next:focus, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__prev:focus, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__next:focus {
						outline: none;
					}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__next span, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__prev span, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__next span {
						display: block;
						overflow: hidden;
						width: 0;
						height: 0;
					}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__next::after {
						content: '';
						display: block;
						width: 13px;
						height: 13px;
						border: solid #fff;
						border-width: 2px 2px 0 0;
					}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__prev {
					left: 10px;
				}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__prev::after, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__prev::after {
						-webkit-transform: rotate(-135deg);
						        transform: rotate(-135deg);
						margin-left: 17px;
					}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__next, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__next {
					right: 10px;
				}
.bge-contents [data-bgt='gallery'] .bgt-gallery-ctrl__next::after, .c-content-main [data-bgt='gallery'] .bgt-gallery-ctrl__next::after {
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
						margin-left: 12px;
					}
.bge-contents [data-bgt='gallery'] .bgt-gallery-marker li::before, .c-content-main [data-bgt='gallery'] .bgt-gallery-marker li::before {
					display: none;
				}
.bge-contents [data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker, .c-content-main [data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker {
				margin-top: 10px;
			}
.bge-contents [data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker li, .c-content-main [data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker li {
					margin: 0 5px;
					width: 3.125em;
					height: 3.125em;
				}
.bge-contents [data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker li.current, .c-content-main [data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker li.current {
						position: relative;
					}
.bge-contents [data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker li.current::after, .c-content-main [data-bgt='gallery'] [data-gallery-marker='thumbs'] + .bgt-gallery-marker li.current::after {
							content: '';
							display: block;
							position: absolute;
							top: 0;
							left: 0;
							right: 0;
							bottom: 0;
							border: 2px solid #b81c22;
						}
.bge-contents [data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker, .c-content-main [data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker {
				margin-top: 10px;
			}
.bge-contents [data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker li, .c-content-main [data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker li {
					margin: 0 10px;
					width: 10px;
					height: 10px;
					background: #ddd !important;
					border-radius: 100%;
				}
.bge-contents [data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker li.current, .c-content-main [data-bgt='gallery'] [data-gallery-marker='dot'] + .bgt-gallery-marker li.current {
						background: #b81c22 !important;
					}
.bge-contents [data-bgb='text-gallery1'] .bgt-gallery-ctrl, .bge-contents [data-bgb='text-gallery2'] .bgt-gallery-ctrl, .c-content-main [data-bgb='text-gallery1'] .bgt-gallery-ctrl, .c-content-main [data-bgb='text-gallery2'] .bgt-gallery-ctrl {
			display: none;
		}
.bge-contents .bc-heading h2, .c-content-main .bc-heading h2 {
		}
.bge-contents .bc-time, .c-content-main .bc-time {
		margin-bottom: 5em;
		text-align: right;
	}
.bge-contents .bc-time time, .c-content-main .bc-time time {
		}
.bge-contents .bc-cat, .c-content-main .bc-cat {
		margin-bottom: 1em;
		text-align: right;
	}
.bge-contents .bc-cat > div, .c-content-main .bc-cat > div {
			background: #b81c22;
			color: #fff;
			display: inline-block;
			font-size: 0.8125em;
			padding: 0.2em 0.4em;
		}
.bge-contents .bc-area-cta, .c-content-main .bc-area-cta {
		margin-top: 4em;
		text-align: center;
	}
.bge-contents .bc-area-cta a, .c-content-main .bc-area-cta a {
			background: #b81c22;
		}
.bge-contents .bc-area-cta a span::before, .c-content-main .bc-area-cta a span::before {
					display: inline-block;
					font-family: icons;
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-style: normal;
					font-variant: normal;
					font-weight: normal;
					line-height: 1;
					speak: none;
					text-align: left;
					text-indent: 0;
					text-rendering: auto;
					text-transform: none;
					vertical-align: middle;
					white-space: nowrap;
					color: #999;
					content: '\E100';
					margin-right: 0.5em;
				}
.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}
@media screen and (max-width: 576px) {
.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
			text-align: center
	}
		}
.bge-contents .bc-form-table, .c-content-main .bc-form-table {
	}
.bge-contents .bc-form-agreement, .c-content-main .bc-form-agreement {
		margin-top: 4em;
		text-align: center;
	}
.bge-contents .bc-form-submit, .c-content-main .bc-form-submit {
		margin-top: 3em;
		text-align: center;
	}
.c-content-main {
}
@media screen and (max-width: 767px) {
.c-content-main .pc-only, .c-content-main .pc_only {
			display: none !important
	}
		}
@media screen and (min-width: 768px) {
.c-content-main .sp-only, .c-content-main .sp_only {
			display: none !important
	}
		}
#searchform {
	background: url('../img/common/bg-dot.png') repeat;
	padding: 23px 80px 40px;
}
@media screen and (max-width: 767px) {
#searchform {
		padding: 4vw
}
	}
#searchform h2 {
		font-size: 1.7rem;
		color: #b81c22;
		margin: 0 0 20px;
		font-weight: bold;
		text-align: center;
		padding: 0;
		border-bottom: none;
	}
@media screen and (max-width: 767px) {
#searchform h2 {
			font-size: 4.26667vw;
			margin: 0 0 2.66667vw
	}
		}
#searchform .search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
#searchform .entry-item {
		width: 500px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		display: block;
		padding: 10px;
	}
@media screen and (max-width: 767px) {
#searchform .entry-item {
			width: 53.33333vw
	}
		}
#searchform .entry-submit {
		width: 80px;
		height: 40px;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border-radius: 5px;
		background: #b81c22;
		font-size: 1.6rem;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		margin-left: 10px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
@media screen and (max-width: 767px) {
#searchform .entry-submit {
			width: 16vw;
			font-size: 3.73333vw
	}
		}
.c-content-blog h2 {
		color: #fff;
		line-height: 1.7;
		font-size: 3.6rem;
		margin: 0 auto 30px;
	}
@media screen and (min-width: 768px) {
.c-content-blog h2 {
			max-width: 700px
	}
		}
@media screen and (max-width: 767px) {
.c-content-blog h2 {
			font-size: 6.4vw
	}
		}
.c-content-blog h3 {
		color: #fff;
		line-height: 1.7;
		font-size: 2.6rem;
		font-weight: bold;
		border-bottom: 1px solid #707070;
		margin: 0 auto 20px;
		padding-bottom: 20px;
	}
@media screen and (min-width: 768px) {
.c-content-blog h3 {
			max-width: 700px
	}
		}
@media screen and (max-width: 767px) {
.c-content-blog h3 {
			font-size: 4.8vw;
			margin-bottom: 2.66667vw;
			padding-bottom: 2.66667vw
	}
		}
.c-content-blog p {
		color: #fff;
		line-height: 2;
		font-size: 1.6rem;
		max-width: 700px;
		margin: 0 auto 30px;
	}
@media screen and (max-width: 767px) {
.c-content-blog p {
			font-size: 3.2vw
	}
		}
.c-content-blog__head {
		position: relative;
		padding: 5px 50px 45px 450px;
		margin: 0 auto 80px;
	}
@media screen and (min-width: 768px) {
.c-content-blog__head {
			min-height: 390px
	}
		}
@media screen and (max-width: 767px) {
.c-content-blog__head {
			padding: 0 6vw 6.66667vw;
			margin-bottom: 16vw
	}
		}
.c-content-blog__head::before {
			content: '';
			position: absolute;
			display: block;
			background: rgba(255, 255, 255, 0.9);
			border-radius: 10px;
			width: 100%;
			height: calc(100% - 50px);
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 1;
		}
@media screen and (max-width: 767px) {
.c-content-blog__head::before {
				border-radius: 5px;
				height: calc(100% - 13.33333vw)
		}
			}
.c-content-blog__head figure {
			z-index: 2;
		}
@media screen and (min-width: 768px) {
.c-content-blog__head figure {
				position: absolute;
				top: 0;
				left: 50px;
				margin: 0
		}
			}
@media screen and (max-width: 767px) {
.c-content-blog__head figure {
				position: relative;
				text-align: center;
				margin: -13.33333vw auto 4vw
		}
			}
.c-content-blog__head figure img {
				width: 350px;
				height: 350px;
			}
@media screen and (max-width: 767px) {
.c-content-blog__head figure img {
					width: 53.33333vw;
					height: 53.33333vw
			}
				}
.c-content-blog__head > div {
			position: relative;
			z-index: 2;
		}
.c-content-blog__head-number {
			margin: 0 0 10px;
		}
.c-content-blog__head-number p {
				color: #fff;
				line-height: 1;
				font-size: 2.4rem;
				font-family: 'Rubik Mono One', sans-serif;
				margin: 0;
			}
@media screen and (max-width: 767px) {
.c-content-blog__head-number p {
					text-align: center;
					color: #333;
					font-size: 5.33333vw;
					margin: 0 0 2.66667vw
			}
				}
.c-content-blog__head-category {
			margin: 0 0 15px;
		}
.c-content-blog__head-category p {
				display: inline-block;
				color: #fff;
				line-height: 1;
				border-radius: 0 4px 4px 0;
				font-size: 1.4rem;
				margin: 0;
				padding: 6px 15px;
			}
@media screen and (max-width: 767px) {
.c-content-blog__head-category p {
					display: block;
					text-align: center;
					border-radius: 5px;
					font-size: 3.2vw;
					margin: 0 0 4vw
			}
				}
.c-content-blog__head-category p[data-category='economics'] {
					background: #386b9a;
				}
.c-content-blog__head-category p[data-category='business'] {
					background: #238ac8;
				}
.c-content-blog__head-category p[data-category='socialWelfare'] {
					background: #c46628;
				}
.c-content-blog__head-category p[data-category='childStudies'] {
					background: #d24544;
				}
.c-content-blog__head-category p[data-category='intercultural'] {
					background: #359963;
				}
.c-content-blog__head-category p[data-category='ongaku'] {
					background: #57bc37;
				}
.c-content-blog__head-text {
			margin: 0 0 10px;
		}
.c-content-blog__head-text p {
				color: #333;
				font-size: 1.8rem;
				line-height: 1.7;
				margin: 0;
			}
@media screen and (max-width: 767px) {
.c-content-blog__head-text p {
					text-align: center;
					font-size: 3.73333vw
			}
				}
.c-content-blog__head-name {
			margin: 0;
		}
.c-content-blog__head-name p {
				color: #333;
				font-size: 3.6rem;
				font-weight: bold;
				line-height: 1.2;
				letter-spacing: 5px;
				margin: 0;
			}
@media screen and (max-width: 767px) {
.c-content-blog__head-name p {
					text-align: center;
					letter-spacing: 4px;
					font-size: 6.66667vw
			}
				}
.c-content-blog__head-name span {
				font-size: 3rem;
			}
@media screen and (max-width: 767px) {
.c-content-blog__head-name span {
					font-size: 5.33333vw
			}
				}
.c-content-blog__head-link {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			border-top: 1px solid #375b72;
			margin-top: 35px;
			padding-top: 10px;
		}
@media screen and (max-width: 767px) {
.c-content-blog__head-link {
				margin-top: 8vw;
				padding-top: 2.66667vw
		}
			}
.c-content-blog__head-link > p {
				color: #333;
				font-size: 1.4rem;
				margin: 0 30px 0 0;
			}
@media screen and (max-width: 767px) {
.c-content-blog__head-link > p {
					font-size: 3.2vw;
					margin: 0 5.33333vw 0 0
			}
				}
.c-content-blog__head-link > ul {
				list-style-type: none;
				padding: 0;
				margin: 0;
			}
.c-content-blog__head-link > ul li {
					line-height: 1.5;
				}
.c-content-blog__head-link > ul li a {
						color: #b81c21;
						background: url('/img/blog/icon-blank.png') no-repeat right center;
						line-height: 1.5;
						text-decoration: none;
						font-size: 1.4rem;
						margin: 0;
						padding-right: 15px;
						-webkit-transition: opacity 300ms;
						transition: opacity 300ms;
					}
@media screen and (max-width: 767px) {
.c-content-blog__head-link > ul li a {
							font-size: 3.2vw;
							line-height: 1.7
					}
						}
@media screen and (min-width: 768px) {
.c-content-blog__head-link > ul li a:hover {
								opacity: 0.6
						}
							}
.c-content-blog__movie {
		text-align: center;
		margin: 0 auto 100px;
	}
@media screen and (max-width: 767px) {
.c-content-blog__movie {
			margin-bottom: 16vw
	}
		}
@media screen and (max-width: 767px) {
.c-content-blog__movie iframe {
				width: 100%;
				height: 53.33333vw
		}
			}
.c-content-blog__text-block {
		margin-bottom: 80px;
	}
@media screen and (max-width: 767px) {
.c-content-blog__text-block {
			margin-bottom: 16vw;
			padding: 0 5.33333vw
	}
		}
.c-content-blog__text-block:last-child {
			margin-bottom: 0;
		}
.c-content-blog__img01 {
		text-align: center;
		margin: 0 auto 40px;
	}
.c-content-blog__img02 {
		text-align: center;
		margin: 0 auto 40px;
	}
@media screen and (min-width: 768px) {
.c-content-blog__img02 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between
	}
		}
@media screen and (min-width: 768px) {
.c-content-blog__img02 img {
				width: calc(50% - 12px)
		}
			}
.c-content-blog__img03 {
		text-align: center;
		margin: 0 auto 40px;
	}
@media screen and (min-width: 768px) {
.c-content-blog__img03 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between
	}
		}
@media screen and (min-width: 768px) {
.c-content-blog__img03 img {
				width: 32%
		}
			}
@media screen and (max-width: 767px) {
.c-content-blog__img01, .c-content-blog__img02, .c-content-blog__img03 {
			margin-bottom: 0
	}
		}
@media screen and (max-width: 767px) {
.c-content-blog__img01 img, .c-content-blog__img02 img, .c-content-blog__img03 img {
				width: 100%;
				height: auto;
				margin-bottom: 8vw
		}
			}
.c-content-blog__foot {
		background: rgba(255, 255, 255, 0.1);
		margin: 60px auto 0;
		padding: 70px 100px 80px;
	}
@media screen and (max-width: 767px) {
.c-content-blog__foot {
			margin-top: 10.66667vw;
			padding: 6.66667vw 8vw 8vw
	}
		}
.c-content-blog__foot h3 {
			max-width: none;
		}
.c-content-blog__foot p {
			margin-bottom: 65px;
			max-width: none;
		}
@media screen and (max-width: 767px) {
.c-content-blog__foot p {
				margin-bottom: 8vw
		}
			}
.c-content-blog__foot p:last-child {
				margin-bottom: 0;
			}
.c-content-blog:first-child {
		margin-top: 0;
	}
.c-content-blog:last-child {
		margin-bottom: 0;
	}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
        outline: none;
    }
.slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }
.slick-track:after {
        clear: both;
    }
.slick-loading .slick-track {
        visibility: hidden;
    }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;

    display: none;
}
[dir="rtl"] .slick-slide {
        float: right;
    }
.slick-slide img {
        display: block;
    }
.slick-slide.slick-loading img {
        display: none;
    }
.slick-slide.dragging img {
        pointer-events: none;
    }
.slick-initialized .slick-slide {
        display: block;
    }
.slick-loading .slick-slide {
        visibility: hidden;
    }
.slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
.slick-arrow.slick-hidden {
    display: none;
}
