/**!
 * rev. 2024-10-18
 * copyright © 2024
 */

@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");
}

/* sylelint-disable */

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* sylelint-enable */

:root {
	font-size: 62.5%;
}

/* stylelint-disable selector-max-universal */

*, *::before, *::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

*::-moz-selection {
		background-color: #0a4ba3;
		color: #fff;
	}

*::selection {
		background-color: #0a4ba3;
		color: #fff;
	}

body {
	color: #333;
	font-family: "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif, sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 0;
	padding: 0;
}

@media print {
	html {
		font-size: 62.5%;
	}
}

button {
	border-radius: 0;
}

.c-page-home {
	min-width: 1000px;
}

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

.c-page-home {
		min-width: 0
}
	}

.c-page-home [class="c-header"], .c-page-home [class="c-nav-global"] {
		display: none;
	}

.c-page-home__language {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10000;
		margin: 0;
	}

.c-page-home__language a {
			-webkit-transition: 300ms;
			transition: 300ms;
		}

.c-page-home__language a:hover {
				opacity: .6;
			}

.c-page-home__banner {
		padding: 75px 20px 0;
	}

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

.c-page-home__banner {
			padding: 30px 20px 0
	}
		}

.c-page-home__banner-item {
			display: block;
			margin: 0 auto;
			max-width: 700px;
			-webkit-transition: opacity 400ms;
			transition: opacity 400ms;
		}

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

.c-page-home__banner-item {
				max-width: 352px
		}
			}

@media  (min-width: 768px) {

.c-page-home__banner-item:hover {
					opacity: 0.6
			}
				}

.c-page-home__banner-item img {
				width: 100%;
				height: auto;
				display: block;
			}

.c-page-home__about {
		padding: 75px 0 0;
		position: relative;
		overflow: hidden;
	}

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

.c-page-home__about {
			padding: 30px 0 0
	}
		}

.c-page-home__about::before {
			content: "";
			position: absolute;
			bottom: 6px;
			left: 0;
			right: 0;
			background: #efefef;
			height: 425px;
			display: block;
		}

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

.c-page-home__about::before {
				bottom: 3px;
				background: #efefef;
				background-size: 100%;
				height: calc(100% - 220px)
		}
			}

.c-page-home__about::after {
			content: "";
			display: block;
			height: 6px;
			background: -webkit-gradient(linear, left top, right top, from(#001e5f), to(#005ea4));
			background: linear-gradient(to right, #001e5f 0%, #005ea4 100%);
			position: relative;
		}

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

.c-page-home__about::after {
				height: 3px
		}
			}

.c-page-home__about-inner {
			max-width: 1050px;
			margin: 0 auto;
			padding-bottom: 75px;
			position: relative;
		}

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

.c-page-home__about-inner {
				padding: 0 0 20.0625%
		}
			}

.c-page-home__about h2 {
			font-size: 1.8rem;
			font-weight: 500;
			padding-left: 26px;
			display: inline-block;
			letter-spacing: .5px;
			position: relative;
		}

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

.c-page-home__about h2 {
				font-size: 1.6rem;
				padding: 0 5%;
				display: block;
				margin: 0
		}
			}

.c-page-home__about h2::before {
				content: "";
				position: absolute;
				top: 34px;
				right: 100%;
				left: -2000px;
				height: 1px;
				display: block;
				background: #c6c6c6;
			}

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

.c-page-home__about h2::before {
					top: 27px;
					right: auto;
					left: 0;
					padding-left: 3.7vw
			}
				}

.c-page-home__about-en {
			letter-spacing: -.4px;
			font-size: 4rem;
			font-weight: bold;
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #024198;
			vertical-align: -11px;
		}

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

.c-page-home__about-en {
				display: block;
				font-size: 3.2rem;
				vertical-align: 0
		}
			}

.c-page-home__about-en::after {
				content: "";
				width: 15px;
				height: 2px;
				background: #0a4ba3;
				display: inline-block;
				vertical-align: 16px;
				margin: 0 4px 0 41px;
			}

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

.c-page-home__about-en::after {
					content: none
			}
				}

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

.c-page-home__about-jp {
				display: block;
				padding-left: 13px;
				position: relative
		}
			}

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

.c-page-home__about-jp::before {
					content: "";
					width: 10px;
					height: 2px;
					background: #0a4ba3;
					display: block;
					position: absolute;
					left: 0;
					top: 12px
			}
				}

.c-page-home__about-read {
			display: inline-block;
			margin-left: 20px;
		}

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

.c-page-home__about-read {
				display: block;
				margin: 5px 0 20px;
				padding: 0 5%
		}
			}

.c-page-home__about-list {
			list-style: none;
			padding: 0 1px 0 0;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			margin: 13px 0 0;
		}

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

.c-page-home__about-list {
				margin: 0;
				padding: 0 5%;
				display: block
		}
			}

.c-page-home__about-list figure {
				margin: 0;
			}

.c-page-home__about-list figure img {
					max-width: 100%;
				}

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

.c-page-home__about-list figure img {
						width: 100%
				}
					}

.c-page-home__about-list figure figcaption {
					padding: 37px 0 0;
				}

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

.c-page-home__about-list figure figcaption {
						padding: 20px 0 0
				}
					}

.c-page-home__about-list li {
				width: 196px;
				padding: 0 7px;
			}

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

.c-page-home__about-list li {
					width: 100%;
					padding: 0
			}
				}

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

.c-page-home__about-list li + li {
						margin-top: 30px
				}
					}

.c-page-home__about-list a {
				display: block;
				background: #fff;
				border-radius: 5px 5px 0;
				padding-bottom: 41px;
				text-decoration: none;
				text-align: center;
				font-size: 1.8rem;
				font-weight: bold;
				color: #222;
				position: relative;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

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

.c-page-home__about-list a {
					padding-bottom: 26px;
					font-size: 1.6rem
			}
				}

.c-page-home__about-list a:hover {
					opacity: .6;
				}

.c-page-home__about-list a::after {
					content: "";
					display: block;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 0 0 9px 9px;
					border-color: transparent transparent #0a4ba3;
					position: absolute;
					bottom: 0;
					right: 0;
				}

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

.c-page-home__about-list a::after {
						border-width: 0 0 18px 18px
				}
					}

.c-page-home__about-list a span {
					display: block;
					font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
					color: #024198;
					font-size: 1.6rem;
					font-weight: 500;
					position: relative;
				}

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

.c-page-home__about-list a span {
						font-size: 1.6rem
				}
					}

.c-page-home__about-list a span::before {
						content: "";
						width: 33px;
						height: 1px;
						display: block;
						margin: 3px auto;
						background: #c4c4c4;
					}

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

.c-page-home__about-list a span::before {
							margin: 3px auto 0
					}
						}

.c-page-home__products {
		background: url("../img/home/bg-products.jpg") no-repeat center bottom;
		background-size: cover;
		background-attachment: fixed;
	}

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

.c-page-home__products {
			background: url("../img/home/bg-products.jpg") no-repeat center top;
			background-size: cover
	}
		}

.c-page-home__products h2 {
			margin: 0 0 18px;
			text-align: center;
			font-size: 1.8rem;
			color: #222;
		}

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

.c-page-home__products h2 {
				font-size: 1.7rem
		}
			}

.c-page-home__products h2 span {
				display: block;
				letter-spacing: -.8px;
				font-weight: bold;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				color: #024198;
				font-size: 4rem;
				width: 200px;
				margin: 0 auto 14px;
				border-bottom: solid 2px #0a5ac8;
				line-height: .9;
			}

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

.c-page-home__products h2 span {
					font-size: 3.2rem;
					width: 160px;
					margin: 0 auto 10px;
					border-bottom: solid 1px #0a5ac8
			}
				}

.c-page-home__products-inner {
			width: 700px;
			margin: 0 auto;
			padding: 178px 0 153px;
			background: url("../img/home/bg-repeat-products.png");
		}

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

.c-page-home__products-inner {
				width: auto;
				margin: 0 auto;
				padding: 65px 8% 70px
		}
			}

.c-page-home__products-text {
			letter-spacing: 1px;
			line-height: 1.9;
			margin: 0 79px 0 86px;
			font-size: 1.6rem;
			font-weight: 500;
			color: #111;
		}

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

.c-page-home__products-text {
				margin: 0;
				font-size: 1.3rem
		}
			}

.c-page-home__products-more {
			text-align: center;
			margin: 33px 0 0;
		}

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

.c-page-home__products-more {
				margin: 20px 0 0
		}
			}

.c-page-home__products-more a {
				display: inline-block;
				width: 324px;
				background: #0047a8 url("../img/common/icon-arrow-01.png") no-repeat right 32px center;
				color: #fff;
				font-size: 1.4rem;
				font-weight: bold;
				text-decoration: none;
				border-radius: 5px;
				padding: 19px 15px 20px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

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

.c-page-home__products-more a {
					background: #0047a8 url("../img/common/icon-arrow-01.png") no-repeat right 12px center;
					font-size: 1.3rem;
					width: 82%;
					border-radius: 3px;
					padding: 10px 35px
			}
				}

.c-page-home__products-more a:hover {
					opacity: .6;
				}

.c-page-home__products-more[data-btn="color2"] a {
					background: #fff url("../img/common/icon-btn-arrow-r-blue.png") no-repeat right 32px center;
					color: #0047a8;
					border: 1px solid #0047a8;
				}

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

.c-page-home__products-more[data-btn="color2"] a {
						background-position: right 12px center
				}
					}

.c-page-home__products-more[data-btn="color2"] a[target="_blank"]::after {
							content: "";
							width: 11px;
							height: 11px;
							display: inline-block;
							background: url(../img/common/icon-txt-external.png) no-repeat;
							vertical-align: 0;
							margin: 0 8px 0 5px;
						}

.c-page-home__news {
		max-width: 1024px;
		margin: 0 auto;
		padding: 90px 0 101px;
		position: relative;
	}

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

.c-page-home__news {
			padding: 45px 5% 55px
	}
		}

.c-page-home__news h2 {
			font-weight: bold;
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #024198;
			font-size: 4rem;
			width: 215px;
			position: absolute;
			top: 83px;
			left: 0;
			margin: 0;
		}

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

.c-page-home__news h2 {
				font-size: 3.2rem;
				width: auto;
				position: relative;
				top: auto;
				float: left
		}
			}

.c-page-home__news h2::after {
				content: "";
				display: block;
				width: 33px;
				height: 3px;
				margin: 26px 0 0 2px;
				background: #c0c0c0;
			}

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

.c-page-home__news h2::after {
					width: 18px;
					height: 2px;
					margin: 15px 0 0 2px
			}
				}

.c-page-home__news-more {
			position: absolute;
			top: 213px;
			left: 2px;
		}

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

.c-page-home__news-more {
				float: right;
				position: relative;
				top: auto;
				left: auto
		}
			}

.c-page-home__news-more a {
				min-width: 88px;
				background: #0047a8;
				text-align: center;
				color: #fff;
				font-size: 1.4rem;
				text-decoration: none;
				display: block;
				border-radius: 5px;
				padding: 1px 29px 3px 10px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

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

.c-page-home__news-more a {
					width: auto;
					font-size: 1.2rem;
					border-radius: 3px;
					padding: 1px 23px 3px 8px
			}
				}

.c-page-home__news-more a:hover {
					opacity: .6;
				}

.c-page-home__news-more a::before {
					content: "";
					width: 14px;
					height: 14px;
					border-radius: 8px;
					display: block;
					position: absolute;
					right: 9px;
					top: 50%;
					margin: -6px 0 0;
					background: #fff;
				}

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

.c-page-home__news-more a::before {
						width: 10px;
						height: 10px;
						margin: -5px 0 0;
						right: 5px
				}
					}

.c-page-home__news-more a::after {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 3px 0 3px 3px;
					border-color: transparent transparent transparent #0047a8;
					position: absolute;
					right: 14px;
					top: 50%;
					margin-top: -2px;
				}

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

.c-page-home__news-more a::after {
						border-width: 3px 0 3px 3px;
						right: 8px;
						margin-top: -3px
				}
					}

.c-page-home__news-list {
			list-style: none;
			padding: 0;
			margin: 0 0 0 215px;
		}

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

.c-page-home__news-list {
				clear: both;
				margin: 0;
				padding-top: 15px
		}
			}

.c-page-home__news-list li {
				border-bottom: solid 1px #e8e8e8;
				margin-bottom: 9px;
				padding: 9px 50px 11px 18px;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: nowrap;
				    flex-wrap: nowrap;
				word-wrap: break-word;
			}

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

.c-page-home__news-list li {
					padding: 9px 30px 11px 3px;
					display: block
			}
				}

.c-page-home__news-list li a {
					-webkit-box-align: stretch;
					    -ms-flex-align: stretch;
					        align-items: stretch;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-wrap: nowrap;
					    flex-wrap: nowrap;
					-webkit-box-flex: 1;
					    -ms-flex: 1;
					        flex: 1;
					margin: -9px -50px -11px -18px;
					padding: 9px 50px 11px 18px;
					text-decoration: none;
					color: #333;
					position: relative;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					word-wrap: break-word;
				}

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

.c-page-home__news-list li a {
						margin: -9px -30px -11px -3px;
						padding: 9px 30px 11px 3px;
						display: block
				}
					}

.c-page-home__news-list li a:hover {
						opacity: .6;
					}

.c-page-home__news-list li a::before {
						content: "";
						width: 16px;
						height: 16px;
						border-radius: 8px;
						display: block;
						position: absolute;
						right: 19px;
						top: 50%;
						margin: -12px 0 0;
						background: #0047a8;
					}

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

.c-page-home__news-list li a::before {
							right: 5px
					}
						}

.c-page-home__news-list li a::after {
						content: "";
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 3px 0 3px 3px;
						border-color: transparent transparent transparent #fff;
						position: absolute;
						right: 25px;
						top: 50%;
						margin-top: -7px;
					}

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

.c-page-home__news-list li a::after {
							right: 11px
					}
						}

.c-page-home__news-list li a[target="_blank"][href*=".pdf"] [class="c-page-home__news-text"]::after {
							content: "";
							display: inline-block;
							width: 15px;
							height: 17px;
							background: url("../img/common/icon-pdf-s.png") no-repeat;
							background-size: 100%;
							vertical-align: -3px;
							margin: 0 8px 0 5px;
						}

.c-page-home__news-thumb {
			width: 40px;
			margin-right: 26px;
			display: block;
		}

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

.c-page-home__news-thumb {
				float: left;
				margin-right: 22px;
				width: 30px
		}
			}

.c-page-home__news-date {
			display: block;
			width: 98px;
			padding-top: 7px;
			font-size: 1.6rem;
			font-weight: bold;
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #024198;
		}

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

.c-page-home__news-date {
				width: auto;
				padding-top: 0;
				font-size: 1.3rem
		}
			}

.c-page-home__news-text {
			display: block;
			padding: 6px 0 0;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
		}

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

.c-page-home__news-text {
				padding: 0;
				font-size: 1.2rem;
				overflow: hidden
		}
			}

.c-page-sub {
	min-width: 1050px;
}

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

.c-page-sub {
		min-width: 0
}
	}

.c-page-sub__content {
		margin: 0;
	}

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

.c-page-sub__content {
			margin-bottom: 40px
	}
		}

.c-page-sub__content-title {
		margin-bottom: 75px;
	}

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

.c-page-sub__content-title {
			margin-bottom: 35px
	}
		}

.c-page-sub__breadcrumb {
	}

.c-page-sub__content-detail {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 auto;
		padding: 0 0 80px;
		position: relative;
		width: 1025px;
	}

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

.c-page-sub__content-detail {
			display: block;
			padding: 0;
			width: 100%
	}
		}

.c-page-sub__content-detail-main {
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			font-size: 1.6rem;
			line-height: 1.625;
		}

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

.c-page-sub__content-detail-main {
				width: 100%;
				padding: 0 5%;
				margin-bottom: 35px;
				font-size: 1.4rem
		}
			}

.c-page-sub__content-detail-main a {
				color: currentColor;
			}

.c-page-sub__content-detail-main a:hover, .c-page-sub__content-detail-main a:active {
					text-decoration: none;
				}

.c-page-sub__content-detail-main a[href^="tel"] {
					pointer-events: none;
					text-decoration: none;
					color: #333;
				}

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

.c-page-sub__content-detail-main a[href^="tel"] {
						pointer-events: painted;
						text-decoration: underline;
						color: #0453c1
				}
					}

.c-page-sub__content-detail-main h1 {
				font-size: 3.2rem;
				font-weight: normal;
				line-height: 1.2;
				margin: 1em 0 20px;
				color: #333;
				padding-bottom: 15px;
				letter-spacing: .6px;
				position: relative;
			}

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

.c-page-sub__content-detail-main h1 {
					font-size: 2.2rem;
					padding-bottom: 10px
			}
				}

.c-page-sub__content-detail-main h1::after {
					content: "";
					display: block;
					height: 2px;
					background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
					background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
					margin-top: 10px;
				}

.c-page-sub__content-detail-main h1:first-child {
					margin-top: 0;
				}

.c-page-sub__content-detail-main h2 {
				font-size: 2.2rem;
				line-height: 1.35;
				margin: 1.5em 0 17px;
				padding: 8px 12px;
				color: #333;
				letter-spacing: 1px;
				position: relative;
				border-left: 3px solid #66b2ae;
			}

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

.c-page-sub__content-detail-main h2 {
					font-size: 1.8rem;
					margin: 1em 0 25px;
					padding: 10px 15px
			}
				}

.c-page-sub__content-detail-main h2::after {
					content: "";
					position: absolute;
					left: -3px;
					bottom: 0;
					width: 3px;
					height: 50%;
					background-color: #0453c1;
				}

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

.c-page-sub__content-detail-main h2::after {
						width: 3px
				}
					}

.c-page-sub__content-detail-main h2 span {
					font-size: 1.68rem;
				}

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

.c-page-sub__content-detail-main h2 span {
						font-size: 1.45rem
				}
					}

.c-page-sub__content-detail-main h2:first-child {
					margin-top: 0;
				}

.c-page-sub__content-detail-main h3 {
				position: relative;
				font-size: 2rem;
				line-height: 1.55;
				margin: 1.5em 0 25px;
				padding: 0 17px 8px 30px;
			}

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

.c-page-sub__content-detail-main h3 {
					font-size: 1.6rem;
					margin: 1em 0 15px;
					padding: 0 10px 5px 22px
			}
				}

.c-page-sub__content-detail-main h3::before {
					content: "";
					position: absolute;
					top: 6px;
					left: 0;
					width: 21px;
					height: 21px;
					border: 6px solid #7aaab8;
					border-radius: 100%;
					margin-right: 6px;
					vertical-align: -3px;
				}

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

.c-page-sub__content-detail-main h3::before {
						width: 16px;
						height: 16px;
						border: 4px solid #7aaab8;
						vertical-align: middle
				}
					}

.c-page-sub__content-detail-main h3:first-child {
					margin-top: 0;
				}

.c-page-sub__content-detail-main h4 {
				font-size: 1.7rem;
				line-height: 1.45;
				margin: 1.5em 0 15px;
				color: #003885;
				overflow: hidden;
			}

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

.c-page-sub__content-detail-main h4 {
					font-size: 1.6rem;
					margin: 1em 0 10px
			}
				}

.c-page-sub__content-detail-main h4:first-child {
					margin-top: 0;
				}

.c-page-sub__content-detail-main h5 {
				font-size: 1.8rem;
				line-height: 1.5;
				color: #333;
				font-weight: normal;
				margin: 1.5em 0 10px;
				overflow: hidden;
			}

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

.c-page-sub__content-detail-main h5 {
					font-size: 1.5rem
			}
				}

.c-page-sub__content-detail-main h5:first-child {
					margin-top: 0;
				}

.c-page-sub__content-detail-main h6 {
				font-size: 1.5rem;
				line-height: 1.6;
				margin: 1.5em 0 10px;
			}

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

.c-page-sub__content-detail-main h6 {
					font-size: 1.4rem
			}
				}

.c-page-sub__content-detail-main h6:first-child {
					margin-top: 0;
				}

.c-header {
	font-size: 1.6rem;
	overflow: hidden;
	min-width: 1050px;
}

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

.c-header {
		min-width: 0
}
	}

.c-header__body {
		float: left;
		margin: 0 auto;
		padding: 0 0 0 30px;
		min-width: 0;
	}

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

.c-header__body {
			display: block;
			padding: 0 0 0 5%
	}
		}

.c-header__title {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
	}

.c-header__site-name {
		margin: 0;
	}

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

.c-header__site-name {
			width: 212px;
			height: 60px
	}
		}

.c-header__site-name > a {
			color: #0453c1;
			display: block;
			text-decoration: none;
			padding: 0 0 4px;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

.c-header__site-name > a:hover {
				opacity: .6;
			}

.c-header__site-name img {
			max-width: 100%;
		}

.c-header__spmenu {
		display: none;
	}

@media  (max-width: 767px) {

.c-header__spmenu {
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			width: 60px;
			height: 60px;
			color: #0453c1
	}

			.c-header__spmenu::before, .c-header__spmenu::after {
				content: "";
				width: 23px;
				height: 2.5px;
				border-radius: 1.25px;
				display: block;
				background: #0453c1;
				position: absolute;
				top: 19px;
				left: 22px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

			.c-header__spmenu::after {
				top: 35px;
			}

			.c-header__spmenu span {
				height: 2.5px;
				width: 23px;
				border-radius: 1.25px;
				line-height: 4.3;
				letter-spacing: .5px;
				text-indent: -5px;
				position: absolute;
				left: 22px;
				top: 27px;
				display: block;
				background: #0453c1;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}
				.c-header__spmenu[data-open="true"]::before, .c-header__spmenu[data-open="true"]::after {
					width: 23px;
					top: 27px;
					left: 22px;
				}

				.c-header__spmenu[data-open="true"]::before {
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

				.c-header__spmenu[data-open="true"]::after {
					-webkit-transform: rotate(135deg);
					        transform: rotate(135deg);
				}

				.c-header__spmenu[data-open="true"] span {
					background: none;
				}
		}

#ToolBar {
	opacity: 0.2;
	-webkit-transition: 300ms;
	transition: 300ms;
}

#ToolBar:hover {
		opacity: 1;
	}

.c-footer {
	color: #222;
	padding: 40px 0 36px;
}

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

.c-footer {
		padding: 35px 8% 25px
}
	}

.c-footer__body {
		max-width: 1024px;
		margin: 0 auto;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

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

.c-footer__body {
			display: block
	}
		}

.c-footer__links ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			margin: 0;
			padding: 0;
		}

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

.c-footer__links ul {
				overflow: hidden;
				display: block;
				margin: 0 0 15px
		}
			}

.c-footer__links li {
			display: block;
			margin: 0 0 2px 15px;
			padding: 0;
		}

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

.c-footer__links li {
				margin: 0;
				padding: 0 10px 0 0;
				float: left;
				width: 50%
		}
			}

.c-footer__links li + li a {
					letter-spacing: .3px;
				}

.c-footer__links a {
			color: #222;
			display: block;
			text-decoration: none;
			font-size: 1.2rem;
			font-weight: 500;
			position: relative;
			padding-left: 11px;
			letter-spacing: 1.4px;
		}

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

.c-footer__links a {
				font-size: 1.1rem
		}
			}

.c-footer__links a::before {
				content: "";
				width: 6px;
				height: 1px;
				display: block;
				background: #537fba;
				position: absolute;
				top: 10px;
				left: 0;
			}

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

.c-footer__links a::before {
					top: 8px
			}
				}

.c-footer__logo {
		margin-right: 18px;
		width: 122px;
	}

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

.c-footer__logo {
			margin: 0 0 5px
	}
		}

.c-footer__company-name {
		font-size: 1.2rem;
		line-height: 1.4;
		padding-bottom: 5px;
		margin-right: 10px;
		width: 150px;
	}

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

.c-footer__company-name {
			font-size: 1.3rem;
			line-height: 1.6;
			padding: 0;
			margin-right: 0;
			width: auto
	}
		}

.c-footer__pagetop {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 10000;
	}

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

.c-footer__pagetop {
			width: 46px
	}
		}

.c-footer__pagetop img {
			display: block;
			max-width: 100%;
		}

.c-footer__copyright {
		display: block;
		font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
		font-size: 1rem;
		font-weight: 500;
		margin: 0 0 0 29px;
		letter-spacing: -.1px;
		padding-bottom: 3px;
	}

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

.c-footer__copyright {
			margin: 0;
			padding: 0
	}
		}

.c-nav-global {
	float: right;
}

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

.c-nav-global {
		display: none;
		float: none;
		position: absolute;
		top: 60px;
		width: 100%;
		background: #efefef;
		z-index: 1000;
		padding: 0 5% 40px
}
	}

.c-nav-global__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

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

.c-nav-global__inner {
			display: block
	}
		}

.c-nav-global__body {
		margin: 0 auto;
	}

.c-nav-global__list {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0;
		padding: 0 8px 0 0;
	}

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

.c-nav-global__list {
			display: block;
			padding: 0
	}
		}

.c-nav-global__item {
		display: block;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin: 0 20px;
	}

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

.c-nav-global__item {
			margin: 0;
			border-bottom: 1px solid #d0d0d0;
			position: relative
	}
		}

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

.c-nav-global__item::before {
				content: "";
				width: 12px;
				height: 12px;
				border-radius: 8px;
				display: block;
				position: absolute;
				right: 5px;
				top: 50%;
				margin: -6px 0 0;
				background: #0047a8
		}
			}

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

.c-nav-global__item::after {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 3px 0 3px 3px;
				border-color: transparent transparent transparent #fff;
				position: absolute;
				right: 9px;
				top: 50%;
				margin-top: -3px
		}
			}

.c-nav-global__item > a {
			color: #222;
			font-size: 1.4rem;
			padding: 18px 1px 0;
			height: 60px;
			letter-spacing: .8px;
			display: block;
			font-weight: bold;
			text-align: center;
			position: relative;
			text-decoration: none;
			cursor: pointer;
		}

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

.c-nav-global__item > a {
				text-align: left;
				height: auto;
				padding: 16px 0;
				font-size: 1.6rem
		}
			}

.c-nav-global__item > a::before {
				content: "";
				position: absolute;
				bottom: 0;
				left: 50.1%;
				right: 50.1%;
				height: 4px;
				background: #0453c1;
				-webkit-transition: all 200ms;
				transition: all 200ms;
			}

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

.c-nav-global__item > a::before {
					content: none
			}
				}

.c-nav-global__item > a[data-snav="true"]::before, .c-nav-global__item > a:hover::before {
					left: 0;
					right: 0;
				}

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

.c-nav-global__item > a[data-device="pc"] {
					display: none
			}
				}

.c-nav-global__item > a[data-device="sp"] {
				display: none;
			}

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

.c-nav-global__item > a[data-device="sp"] {
					display: block
			}
				}

.c-nav-global__item:first-child > a > span {
					border: none;
				}

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

.c-nav-global__item:last-child > a {
					border: none
			}
				}

.c-nav-global__item-children {
			padding: 30px 0;
			position: absolute;
			top: 60px;
			right: 0;
			left: 0;
			background: rgba(18, 59, 99, .95);
			width: 100%;
			margin: 0;
			display: none;
			z-index: 100;
		}

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

.c-nav-global__item-children {
				display: none !important
		}
			}

.c-nav-global__item-children-inner {
				width: 1024px;
				margin: 0 auto;
				position: relative;
			}

.c-nav-global__item-children-inner h2 {
					font-size: 2.4rem;
					border-bottom: 1px solid #dcdcdc;
					margin: 0 0 30px;
				}

.c-nav-global__item-children-inner h2 a {
						display: inline-block;
						text-decoration: none;
						-webkit-transition: 300ms;
						transition: 300ms;
						color: #fff;
					}

.c-nav-global__item-children-inner h2 a:hover {
							opacity: .6;
						}

.c-nav-global__item-children-inner h2 a span {
							display: inline-block;
							padding: 0 30px 0 0;
							position: relative;
						}

.c-nav-global__item-children-inner h2 a span::before {
								content: "";
								width: 18px;
								height: 18px;
								border-radius: 10px;
								display: block;
								position: absolute;
								right: 0;
								top: 50%;
								margin: -9px 0 0;
								background: #fff;
							}

.c-nav-global__item-children-inner h2 a span::after {
								content: "";
								width: 0;
								height: 0;
								border-style: solid;
								border-width: 3px 0 3px 4px;
								border-color: transparent transparent transparent #0047a8;
								position: absolute;
								right: 6px;
								top: 50%;
								margin-top: -3px;
							}

.c-nav-global__item-children-close {
				cursor: pointer;
				width: 25px;
				height: 25px;
				position: absolute;
				top: 7px;
				right: 0;
			}

.c-nav-global__item-children-close::before, .c-nav-global__item-children-close::after {
					content: "";
					width: 23px;
					height: 2.5px;
					border-radius: 1.25px;
					display: block;
					background: #fff;
					position: absolute;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					top: 11px;
					right: 1px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

.c-nav-global__item-children-close::after {
					-webkit-transform: rotate(135deg);
					        transform: rotate(135deg);
				}

.c-nav-global__item-children-close:hover::before, .c-nav-global__item-children-close:hover::after {
						opacity: .6;
					}

.c-nav-global__item-children-list ul {
					margin: 0;
					padding: 0;
					-webkit-box-align: stretch;
					    -ms-flex-align: stretch;
					        align-items: stretch;
					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-nav-global__item-children-list ul li {
						width: 192px;
						padding: 0;
						margin: 0 16px 12px 0;
						list-style: none;
						position: relative;
					}

.c-nav-global__item-children-list ul li:nth-child(5n) {
							margin: 0 0 12px;
						}

.c-nav-global__item-children-list ul li a {
							display: block;
							font-weight: bold;
							color: #fff;
							text-decoration: none;
							font-size: 1.4rem;
							position: relative;
							-webkit-transition: 300ms;
							transition: 300ms;
						}

.c-nav-global__item-children-list ul li a:hover {
								opacity: .6;
							}

.c-nav-global__item-children-list ul li a figure {
								margin: 0;
								padding: 0;
							}

.c-nav-global__item-children-list ul li a p {
								margin: 0;
								display: inline-block;
								position: relative;
								padding-right: 22px;
							}

.c-nav-global__item-children-list ul li a p::before {
									content: "";
									width: 14px;
									height: 14px;
									border-radius: 50%;
									background: #fff;
									position: absolute;
									right: 0;
									top: 5px;
								}

.c-nav-global__item-children-list ul li a p::after {
									content: "";
									-webkit-box-sizing: border-box;
									        box-sizing: border-box;
									width: 3px;
									height: 3px;
									border: 3px solid transparent;
									border-left: 3px solid #003885;
									position: absolute;
									right: 2px;
									top: 9px;
								}

.c-nav-global__item-children-list ul li a[target="_blank"]::after {
									content: "";
									width: 11px;
									height: 11px;
									display: inline-block;
									background: url("../img/common/icon-txt-external-02.png") no-repeat;
									vertical-align: 0;
									margin: 0;
								}

.c-nav-global__item-children-list ul li a[target="_blank"] p {
									display: inline;
									padding-right: 3px;
								}

.c-nav-global__item-children-list ul li a[target="_blank"] p::before, .c-nav-global__item-children-list ul li a[target="_blank"] p::after {
										display: none;
									}

.c-nav-global__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

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

.c-nav-global__info {
			margin: 35px 0 0;
			display: block
	}
		}

.c-nav-global__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
		margin: 0;
		padding: 0;
	}

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

.c-nav-global__links {
			display: block;
			border-radius: 3px;
			overflow: hidden
	}
		}

.c-nav-global__links > li {
			display: block;
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 auto;
			        flex: 0 1 auto;
		}

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

.c-nav-global__links > li {
				float: left;
				width: 50%
		}
			}

.c-nav-global__links > li > a {
				display: block;
				text-decoration: none;
				padding: 0;
				color: rgb(0, 0, 0);
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

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

.c-nav-global__links > li > a {
					text-align: center;
					padding: 14px
			}
				}

.c-nav-global__links > li > a:hover {
					opacity: .6;
				}

.c-nav-global__links > li > a img {
					display: block;
				}

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

.c-nav-global__links > li > a img {
						width: 68px;
						margin: 0 auto
				}
					}

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

.c-nav-global__links-english a {
					background: #0047a8
			}
				}

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

.c-nav-global__links-contact a {
					background: #003885
			}
				}

.c-nav-local {
	width: 230px;
	margin: 0 0 0 65px;
}

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

.c-nav-local {
		width: auto;
		margin-left: 0;
		border-top: solid 1px #e9e9e9
}
	}

.c-nav-local h2 {
		font-size: 2.8rem;
		text-align: center;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px 10px 10px 0;
		height: 106px;
		border-top: 2px solid #0453c1;
		font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}

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

.c-nav-local h2 {
			font-size: 1.7rem;
			padding: 20px 5% 15px;
			height: auto
	}
		}

.c-nav-local h2 a {
			text-decoration: none;
			color: #333;
			-webkit-transition: all 300ms;
			transition: all 300ms;
			display: inline-block;
			position: relative;
		}

.c-nav-local h2 a:hover {
				color: #0453c1;
			}

.c-nav-local__nav > ul {
			border-top: solid 1px #e9e9e9;
			list-style: none;
			padding: 0;
			margin: 0;
		}

.c-nav-local__nav > ul > li {
				border-bottom: solid 1px #e1e1e1;
			}

.c-nav-local__nav > ul > li > a {
					display: block;
					text-decoration: none;
					color: #333;
					font-size: 1.4rem;
					padding: 15px 30px 15px 15px;
					position: relative;
					letter-spacing: 1px;
					-webkit-transition: all 300ms;
					transition: all 300ms;
				}

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

.c-nav-local__nav > ul > li > a {
						font-size: 1.4rem;
						letter-spacing: 1px;
						padding: 12px 30px 12px 20px
				}
					}

.c-nav-local__nav > ul > li > a::after {
						content: "";
						display: block;
						width: 8px;
						height: 8px;
						border-top: 2px solid #0453c1;
						border-right: 2px solid #0453c1;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
						position: absolute;
						top: 0;
						bottom: 0;
						right: 15px;
						margin: auto 0;
						-webkit-transition: 300ms;
						transition: 300ms;
					}

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

.c-nav-local__nav > ul > li > a::after {
							width: 10px;
							height: 10px;
							right: 15px
					}
						}

.c-nav-local__nav > ul > li > a[target="_blank"] span, .c-nav-local__nav > ul > li > a[href*="/products/fa_unit-2"] span, .c-nav-local__nav > ul > li > a[href*="/en/products/fa_unit-2"] span {
							display: inline;
							position: relative;
							padding-right: 15px;
						}

.c-nav-local__nav > ul > li > a[target="_blank"] span::after, .c-nav-local__nav > ul > li > a[href*="/products/fa_unit-2"] span::after, .c-nav-local__nav > ul > li > a[href*="/en/products/fa_unit-2"] span::after {
								content: "";
								display: inline-block;
								width: 11px;
								height: 11px;
								margin-left: 2px;
								background: url(../img/common/icon-txt-external.png) no-repeat;
								background-size: 100%;
							}

.c-nav-local__nav > ul > li > a:hover {
						background: #7aaab8;
						color: #fff;
					}

.c-nav-local__nav > ul > li > a:hover::after {
							right: 10px;
							border-top: 2px solid #fff;
							border-right: 2px solid #fff;
						}

.c-nav-local__nav > ul > li h3 {
					border-top: solid 1px #e1e1e1;
					background: #ececec;
					color: #333;
					font-size: 1.4rem;
					font-weight: bold;
					margin: 0;
					padding: 10px 30px 10px 15px;
					position: relative;
					letter-spacing: 1px;
				}

.c-nav-local__nav > ul > li ul {
					list-style: none;
					margin: 15px 0 0;
					padding: 0 0 22px;
					border-bottom: dashed 1px #999;
				}

.c-nav-local__nav > ul > li ul li {
						margin-bottom: 11px;
					}

.c-nav-local__nav > ul > li ul li a {
							text-decoration: none;
							color: #c0c0c0;
							font-size: 1.4rem;
							padding: 0 0 0 55px;
							display: block;
							line-height: 1.55;
							position: relative;
						}

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

.c-nav-local__nav > ul > li ul li a {
								font-size: 1.3rem;
								padding-left: 45px
						}
							}

.c-nav-local__nav > ul > li ul li a::before {
								content: "";
								position: absolute;
								left: 41px;
								top: 6px;
								width: 0;
								height: 0;
								border-style: solid;
								border-width: 3.5px 0 3.5px 4px;
								border-color: transparent transparent transparent #969171;
							}

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

.c-nav-local__nav > ul > li ul li a::before {
									left: 31px
							}
								}

.c-nav-local__nav > ul > li ul li a[target="_blank"]::after {
									display: inline-block;
									vertical-align: middle;
									content: "";
									background: url("../img/common/icon-external.svg") no-repeat left top;
									background-size: 100% auto;
									width: 13px;
									height: 13px;
									margin: -3px 0 0 5px;
								}

.c-nav-local__nav > ul > li ul li a:hover {
								color: #baa98f;
							}

.c-nav-local__nav-parent > a {
				background: #7aaab8;
				color: #fff !important;
			}

.c-nav-local__nav-parent > a::after {
					border-top: 2px solid #fff !important;
					border-right: 2px solid #fff !important;
					right: 10px !important;
				}

.c-nav-local__snav ul {
			margin: 23px 0 0 15px;
			padding: 0;
			list-style: none;
		}

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

.c-nav-local__snav ul {
				margin: 15px 0 0 15px
		}
			}

.c-nav-local__snav ul li {
				padding: 5px 0 5px 17px;
				position: relative;
				margin: 0;
			}

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

.c-nav-local__snav ul li {
					padding: 3px 0 3px 14px
			}
				}

.c-nav-local__snav ul li::after {
					content: "";
					display: block;
					width: 7px;
					height: 7px;
					border-top: 2px solid #9cc1e9;
					border-right: 2px solid #9cc1e9;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					margin: auto 0;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

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

.c-nav-local__snav ul li::after {
						width: 6px;
						height: 6px
				}
					}

.c-nav-local__snav ul li a {
					border-bottom: 1px solid #003885;
					text-decoration: none;
					color: #111;
					font-size: 1.4rem;
				}

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

.c-nav-local__snav ul li a {
						font-size: 1.3rem
				}
					}

.c-nav-local__snav ul li a:hover {
						border-bottom: none;
					}

.c-nav-sitemap {
	background-color: #f4f4f4;
	padding: 0;
}

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

.c-nav-sitemap {
		padding: 0;
		background: none
}
	}

.c-nav-sitemap a {
		color: #222;
		display: block;
		text-decoration: none;
	}

.c-nav-sitemap a:hover {
			opacity: .7;
		}

.c-nav-sitemap__body {
		margin: 0 auto;
		max-width: 1024px;
	}

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

.c-nav-sitemap__body {
			max-width: 100%
	}
		}

.c-nav-sitemap ul[data-sitemap-level="1"] {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}

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

.c-nav-sitemap ul[data-sitemap-level="1"] {
			display: block
	}
		}

.c-nav-sitemap li[data-sitemap-level="1"] {
		margin: 0;
		padding: 68px 0 36px;
		border-left: solid 1px #e9e9e9;
		position: relative;
	}

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

.c-nav-sitemap li[data-sitemap-level="1"] {
			padding: 0;
			border-left: none;
			width: 100% !important
	}
		}

.c-nav-sitemap li[data-sitemap-level="1"]::before {
			content: "";
			position: absolute;
			left: -1px;
			top: 0;
			height: 85px;
			width: 1px;
			background: #d5d3d3;
			display: block;
		}

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

.c-nav-sitemap li[data-sitemap-level="1"]::before {
				content: none
		}
			}

.c-nav-sitemap li[data-sitemap-level="1"]:nth-child(1) {
			width: 16%;
		}

.c-nav-sitemap li[data-sitemap-level="1"]:nth-child(1) li[data-sitemap-level="2"] {
				margin: 0 0 5px;
			}

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

.c-nav-sitemap li[data-sitemap-level="1"]:nth-child(1) li[data-sitemap-level="2"] {
					margin: 0 0 8px
			}
				}

.c-nav-sitemap li[data-sitemap-level="1"]:nth-child(2) {
			width: 17%;
		}

.c-nav-sitemap li[data-sitemap-level="1"]:nth-child(3) {
			width: 17%;
		}

.c-nav-sitemap li[data-sitemap-level="1"]:nth-child(4) {
			width: 17%;
		}

.c-nav-sitemap li[data-sitemap-level="1"]:nth-child(5) {
			width: 17%;
		}

.c-nav-sitemap li[data-sitemap-level="1"]:nth-child(6) {
			width: 16%;
		}

.c-nav-sitemap li[data-sitemap-level="1"]:last-child {
			border-right: solid 1px #e9e9e9;
		}

.c-nav-sitemap li[data-sitemap-level="1"] > h2 {
			font-size: 1.5rem;
			border-left: solid 2px #0a489c;
			margin: 0 0 0 -1px;
			position: relative;
			padding-left: 18px;
			font-weight: 500;
			line-height: 1.1;
			padding-bottom: 2px;
			pointer-events: all;
		}

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

.c-nav-sitemap li[data-sitemap-level="1"] > h2 {
				border-left: none;
				padding: 14px 40px 14px 18px;
				background-color: #f4f4f4
		}
			}

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

.c-nav-sitemap li[data-sitemap-level="1"] > h2 a {
					pointer-events: none;
					border-left: solid 2px #0a489c;
					padding-left: 13px
			}
				}

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

.c-nav-sitemap li[data-sitemap-level="1"] > h2::before {
					content: "";
					top: 50%;
					right: 22px;
					margin: -1px;
					position: absolute;
					width: 14px;
					height: 2px;
					background: #0a489c
			}
				}

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

.c-nav-sitemap li[data-sitemap-level="1"] > h2::after {
					content: "";
					top: 50%;
					right: 34px;
					margin: -7px;
					position: absolute;
					width: 2px;
					height: 14px;
					background: #0a489c
			}
				}

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

.c-nav-sitemap li[data-sitemap-level="1"] > h2[data-acopen="true"]::after {
						display: none
				}
					}

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

.c-nav-sitemap li[data-sitemap-level="1"] > h2 span {
					pointer-events: none;
					border-left: solid 2px #0a489c;
					padding-left: 13px
			}
				}

.c-nav-sitemap ul[data-sitemap-level="2"] {
		list-style: none;
		padding: 14px 5px 20px 26px;
	}

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

.c-nav-sitemap ul[data-sitemap-level="2"] {
			padding: 14px 14px 14px 30px;
			display: none
	}
		}

.c-nav-sitemap li[data-sitemap-level="2"] {
		margin: 0 0 6.2px;
	}

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

.c-nav-sitemap li[data-sitemap-level="2"] {
			margin: 0 0 8px
	}
		}

.c-nav-sitemap li[data-sitemap-level="2"] a {
			font-size: 1.2rem;
			padding-left: 9px;
			position: relative;
		}

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

.c-nav-sitemap li[data-sitemap-level="2"] a {
				font-size: 1.3rem;
				padding-left: 13px
		}
			}

.c-nav-sitemap li[data-sitemap-level="2"] a::before {
				content: "";
				width: 6px;
				height: 1px;
				display: block;
				background: #507bb6;
				position: absolute;
				left: 0;
				top: 50%;
			}

.c-nav-sitemap li[data-sitemap-level="2"] a[target="_blank"]::after {
				content: "";
				width: 11px;
				height: 11px;
				display: inline-block;
				background: url("../img/common/icon-txt-external.png") no-repeat;
				vertical-align: 0;
				margin: 0 8px 0 5px;
			}

.c-nav-sitemap__fb {
		position: relative;
		padding-left: 14px;
	}

.c-nav-sitemap__fb::after {
			content: "";
			position: absolute;
			width: 20px;
			height: 20px;
			display: block;
			background: url("/img/common/icon-facebook.png") 0 0 no-repeat;
			left: 0;
			top: 50%;
			margin: -10px 0 0;
		}

.c-nav-sitemap__fb[data-sitemap-level="2"] a::before {
					display: none !important;
				}

.c-nav-sitemap__sns {
		margin-top: 20px !important;
	}

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

.c-nav-sitemap__sns {
			margin-top: 0 !important
	}
		}

.c-nav-breadcrumb {
	font-size: 1.4rem;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

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

.c-nav-breadcrumb {
		display: none
}
	}

.c-nav-breadcrumb ol {
		margin: 0 auto;
		padding: 0;
		width: 1000px;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		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-nav-breadcrumb ol > li {
			list-style: none;
		}

.c-nav-breadcrumb ol > li:last-child a ::after {
					display: none;
				}

.c-nav-breadcrumb ol > li:first-child a {
					padding-left: 0;
				}

.c-nav-breadcrumb ol > li:first-child a::before {
						content: "";
						position: absolute;
						left: 0;
						top: 0;
						bottom: 0;
						display: block;
						width: calc(50% - 500px);
						-webkit-transition: all 300ms;
						transition: all 300ms;
					}

.c-nav-breadcrumb ol > li:first-child a:hover::before {
							background: none;
						}

.c-nav-breadcrumb a {
		color: #003885;
		display: block;
		letter-spacing: .45px;
		text-decoration: none;
		-webkit-transition: all 300ms;
		transition: all 300ms;
		padding: 18px 15px 19px 36px;
		position: relative;
	}

.c-nav-breadcrumb a span {
			font-weight: bold;
			font-size: 1.4rem;
			position: relative;
			border-bottom: 1px solid #003885;
		}

.c-nav-breadcrumb a span:hover {
				border-bottom: none;
			}

.c-nav-breadcrumb a::after {
			content: "";
			width: 21px;
			display: block;
			background: url("../img/common/bg-breadcrumb-arrow.png") no-repeat;
			position: absolute;
			right: -21px;
			top: 0;
			bottom: 0;
			z-index: 20;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

.c-nav-breadcrumb__item {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

.c-nav-breadcrumb__item[data-breadcrumb="current"] span {
			color: #555;
			border-bottom: none;
			font-weight: normal;
		}

.c-list-banner {
	padding: 30px 0;
}

.c-list-banner__body {
		width: 1200px;
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
	}

@media (max-width: 1260px) {

.c-list-banner__body {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%
	}
	}

@media  (max-width: 576px) {

.c-list-banner__body {
		padding-left: 5%;
		padding-right: 5%
	}
	}

.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  (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  (max-width: 575px) {

.c-list-banner__body > ul > li > a > img {
							width: 100%
					}
						}

.c-list-category {
	font-size: 1.2rem;
}

@media  (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 {
		background: #efefef;
		color: #333;
		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  (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: #0453c1;
		color: #fff;
		display: block;
		padding: 1em 1.9em;
		text-decoration: none;
	}

.c-title-page {
	font-size: 3.8rem;
	color: #fff;
	background: url("../img/common/bg-title-page.jpg") no-repeat center top;
	background-size: cover;
	height: 190px;
	padding: 30px;
	text-align: center;
	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;
	letter-spacing: 3.5px;
	line-height: 1.3;
	font-weight: bold;
}

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

.c-title-page {
		font-size: 2.2rem;
		min-height: 140px;
		height: auto;
		padding: 15px 6.25%
}
	}

.c-title-page h1, .c-title-page div {
		margin: 0;
		font-size: 1em;
	}

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

.c-title-page h1, .c-title-page div {
			-webkit-font-feature-settings: "pkna";
			        font-feature-settings: "pkna"
	}
		}

.c-title-page h1 {
		position: relative;
	}

.c-title-page h1::before {
			content: "";
			position: absolute;
			bottom: -15px;
			display: inline-block;
			width: 70px;
			height: 1px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
			background: #fff;
			opacity: .4;
		}

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

.c-title-page h1::before {
				bottom: -10px;
				width: 40px
		}
			}

[data-path^="/sustainability/"] [class="c-title-page"], [data-path^="/en/sustainability/"] [class="c-title-page"] {
		background: url("../img/common/bg-title-sustainability.jpg") no-repeat left top;
		background-size: cover;
	}

[data-path^="/corporate/"] [class="c-title-page"], [data-path^="/en/corporate/"] [class="c-title-page"] {
		background: url("../img/common/bg-title-corporate.jpg") no-repeat left top;
		background-size: cover;
	}

[data-path^="/products/"] [class="c-title-page"], [data-path^="/en/products/"] [class="c-title-page"] {
		background: url("../img/common/bg-title-products.jpg") no-repeat center top;
		background-size: cover;
	}

[data-path^="/ir/"] [class="c-title-page"], [data-path^="/en/ir/"] [class="c-title-page"] {
		background: url("../img/common/bg-title-ir.jpg") no-repeat center top;
		background-size: cover;
	}

[data-path^="/recruit/"] [class="c-title-page"] {
		background: url("../img/common/bg-title-recruit.jpg?20220727") no-repeat center top;
		background-size: cover;
	}

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

[data-path^="/recruit/"] [class="c-title-page"] {
			background-position: 70% top
	}
		}

[data-path^="/news/"] [class="c-title-page"], [data-path^="/en/news/"] [class="c-title-page"] {
		background: url("../img/common/bg-title-news.jpg") no-repeat center top;
		background-size: cover;
	}

[data-path^="/r_and_d/"] [class="c-title-page"], [data-path^="/en/r_and_d/"] [class="c-title-page"] {
		background: url("../img/common/bg-title-r_and_d.jpg") no-repeat center top;
		background-size: cover;
	}

.c-hero {
	text-align: center;
	position: relative;
}

.c-hero::after {
		content: "";
		display: block;
		height: 6px;
		width: 100%;
		background: -webkit-gradient(linear, left top, right top, from(#001e5f), to(#005ea4));
		background: linear-gradient(to right, #001e5f 0%, #005ea4 100%);
	}

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

.c-hero::after {
			height: 3px
	}
		}

.c-hero__slideshow {
		overflow: hidden;
		position: relative;
		width: 100%;
	}

.c-hero__slideshow::after {
			content: "";
			display: block;
			padding-top: 49.78038%;
		}

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

.c-hero__slideshow::after {
				padding-top: 118.28125%
		}
			}

.c-hero__slideshow img {
			width: 100%;
			display: block;
		}

.c-hero__wrapper {
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		z-index: 4;
	}

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

.c-hero__wrapper {
			display: none
	}
		}

.c-hero__line {
		border-right: 1px solid #fff;
		display: block;
		opacity: .25;
		width: 21.66911%;
	}

.c-hero__line:first-child {
			width: 6.66179%;
		}

.c-hero__line:last-child {
			width: 6.66179%;
			border-right: 0;
		}

.c-hero__bar {
		background-image: url("/img/home/hero-01-pc.jpg");
		background-repeat: no-repeat;
		background-size: auto 100%;
		display: block;
		width: 21.66911%;
	}

.c-hero__bar:first-child {
			width: 6.66179%;
		}

.c-hero__bar:last-child {
			width: 6.66179%;
		}

.c-hero__bar:nth-child(1) {
			background-position: 0 0;
		}

.c-hero__bar:nth-child(2) {
			background-position: 8.49195% 0;
		}

.c-hero__bar:nth-child(3) {
			background-position: 36.3104% 0;
		}

.c-hero__bar:nth-child(4) {
			background-position: 63.90922% 0;
		}

.c-hero__bar:nth-child(5) {
			background-position: 91.50805% 0;
		}

.c-hero__bar:nth-child(6) {
			background-position: 100% 0;
		}

.c-hero__photo {
		bottom: 0;
		left: 0;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}

.c-hero__photo:nth-child(1) img {
				display: none;
			}

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

.c-hero__photo:nth-child(1) img {
					display: block
			}
				}

.c-hero__photo[data-slideshow-state="true"] {
			opacity: 1;
			z-index: 3;
		}

.c-hero__photo[data-slideshow-state="prev"] {
			opacity: 1;
			z-index: 1;
		}

.c-hero__photo[data-slideshow-state="next"] {
			opacity: 1;
			z-index: 2;
		}

.c-hero__pagination {
		bottom: 18px;
		position: absolute;
		right: 0;
		left: 0;
		line-height: 1;
		text-align: center;
		z-index: 5;
	}

.c-hero__pagination-item {
		background-color: #fff;
		border-radius: 50%;
		cursor: pointer;
		display: inline-block;
		height: 10px;
		margin: 0 3px;
		width: 10px;
		-webkit-transition: background-color 400ms;
		transition: background-color 400ms;
	}

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

.c-hero__pagination-item {
			height: 8px;
			margin: 0 2px;
			width: 8px
	}
		}

.c-hero__pagination-item[data-slideshow-state="true"] {
			background-color: #0a5ac8;
		}

.c-hero__logo {
		display: inline-block;
		margin: 0;
		overflow: hidden;
		position: absolute;
		top: 135px;
		left: 6.6618%;
		vertical-align: top;
		z-index: 1100;
	}

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

.c-hero__logo {
			top: 12.5vw;
			left: 7.8vw;
			width: 27%
	}
		}

.c-hero__logo::before {
			bottom: 0;
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 0;
			background-color: #fff;
			-webkit-transition: width 300ms ease 500ms, margin-left 300ms ease 1000ms;
			transition: width 300ms ease 500ms, margin-left 300ms ease 1000ms;
		}

.c-hero__logo[data-hero-logo="true"]::before {
				margin-left: -100%;
				width: 100%;
			}

.c-hero__logo[data-hero-logo="true"] img {
				opacity: 1;
			}

.c-hero__logo img {
			display: block;
			max-width: 100%;
			opacity: 0;
			-webkit-transition-property: opacity;
			transition-property: opacity;
			-webkit-transition-duration: 0;
			        transition-duration: 0;
			-webkit-transition-delay: 800ms;
			        transition-delay: 800ms;
		}

.c-hero__title {
		display: inline-block;
		margin: 0;
		overflow: hidden;
		position: absolute;
		top: 188px;
		left: 6.6618%;
		vertical-align: top;
		z-index: 1100;
	}

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

.c-hero__title {
			top: 21.5vw;
			left: 7.8vw;
			width: 66%
	}
		}

.c-hero__title::before {
			bottom: 0;
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 0;
			background-color: #fff;
			-webkit-transition: width 300ms ease 800ms, margin-left 300ms ease 1300ms;
			transition: width 300ms ease 800ms, margin-left 300ms ease 1300ms;
		}

.c-hero__title[data-hero-title="true"]::before {
				margin-left: -100%;
				width: 100%;
			}

.c-hero__title[data-hero-title="true"] img {
				opacity: 1;
			}

.c-hero__title img {
			display: block;
			max-width: 100%;
			opacity: 0;
			-webkit-transition-property: opacity;
			transition-property: opacity;
			-webkit-transition-duration: 0;
			        transition-duration: 0;
			-webkit-transition-delay: 1100ms;
			        transition-delay: 1100ms;
		}

.c-hero__scroll {
		margin: 0;
		position: absolute;
		left: 10.2723%;
		bottom: 66px;
		z-index: 1100;
		cursor: pointer;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}

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

.c-hero__scroll {
			display: none
	}
		}

.c-hero__scroll:hover {
			opacity: .6;
		}

.c-hero__scroll span, .c-hero__scroll span::before, .c-hero__scroll span::after {
			display: block;
			position: absolute;
			width: 12px;
			height: 5px;
			-webkit-animation: sdb 2000ms infinite;
			        animation: sdb 2000ms infinite;
			opacity: 0;
			background: url("/img/home/icon-scroll.png") no-repeat;
		}

.c-hero__scroll span {
			-webkit-animation-delay: 0ms;
			        animation-delay: 0ms;
			top: -5px;
			left: -20px;
		}

.c-hero__scroll span::before {
				content: "";
				bottom: -9px;
				-webkit-animation-delay: 200ms;
				        animation-delay: 200ms;
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
			}

.c-hero__scroll span::after {
				content: "";
				bottom: -18px;
				-webkit-animation-delay: 400ms;
				        animation-delay: 400ms;
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
			}

.c-hero__scroll img {
			display: block;
		}

.c-hero [aria-label="Previous"], .c-hero [aria-label="Next"] {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		display: block;
		position: absolute;
		top: 50%;
	}

.c-hero [aria-label="Previous"] {
		left: 0;
		z-index: 10;
	}

.c-hero [aria-label="Next"] {
		right: 0;
		z-index: 10;
	}

.c-hero [role="listbox"] {
		position: relative;
		z-index: 0;
	}

.c-hero [role="listbox"] > div {
			float: left;
			position: relative;
			width: 100%;
			height: 100%;
		}

.c-hero [role="listbox"] > div > div {
				position: relative;
				width: 100%;
				height: 0;
				padding-top: 54%;
				overflow: hidden;
			}

.c-hero [role="listbox"] > div > div > img {
					display: block;
					width: 100%;
					height: auto;
					position: absolute;
					will-change: bottom;
				}

.c-hero .slick-prev, .c-hero .slick-next {
		background: #fff;
		font-weight: bold;
		color: rgb(0, 0, 0);
		border: 1px solid transparent;
		border-radius: 50%;
		padding: 15px;
		margin: 0 10px;
		position: absolute;
		bottom: 45%;
		z-index: 100;
		outline: none;
	}

.c-hero .slick-prev {
		left: 0;
	}

.c-hero .slick-next {
		right: 0;
	}

@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.c-pagination {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 4rem;
	margin: 33px 0 40px;
	overflow: hidden;
	text-align: center;
}

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

.c-pagination {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: relative
}
	}

.c-pagination a {
		background: none;
		color: currentColor;
		text-decoration: none;
		font-size: 1.6rem;
	}

.c-pagination__prev a, .c-pagination__next a {
			display: inline-block;
			vertical-align: top;
			overflow: hidden;
			position: relative;
			text-indent: -500px;
			width: 36px;
			height: 36px;
			-webkit-transition: all 300ms;
			transition: all 300ms;
			font-size: 1.4rem;
		}

.c-pagination__prev a[data-disabled="true"], .c-pagination__next a[data-disabled="true"] {
				pointer-events: none;
			}

.c-pagination__prev {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

.c-pagination__prev ::before {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			border-top: 3px solid #0453c1;
			border-right: 3px solid #0453c1;
			-webkit-transform: rotate(-135deg);
			        transform: rotate(-135deg);
			position: absolute;
			left: 50%;
			top: 50%;
			margin: -6px 0 0 -4px;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

.c-pagination__prev a:hover {
			opacity: .6;
		}

.c-pagination__next {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

.c-pagination__next ::after {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			border-top: 3px solid #0453c1;
			border-right: 3px solid #0453c1;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			position: absolute;
			left: 50%;
			top: 50%;
			margin: -6px 0 0 -8px;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

.c-pagination__next a:hover {
			opacity: .6;
		}

.c-pagination__numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		font-weight: bold;
		list-style: none;
		margin: 0 20px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 0;
	}

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

.c-pagination__numbers {
			margin: 0
	}
		}

.c-pagination__number {
		display: block;
		list-style: none;
		margin: 0 6.5px;
		padding: 0;
		line-height: 39px;
	}

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

.c-pagination__number {
			margin: 0 5px 10px
	}
		}

.c-pagination__number::before {
			display: none;
		}

.c-pagination__number--current {
			color: #fff;
			width: 39px;
			height: 39px;
			background: #0047a8;
			font-family: "Montserrat", sans-serif;
			font-weight: bold;
		}

.c-pagination__number--current:hover {
				padding-bottom: 0;
			}

.c-pagination__number a {
			display: block;
			width: 39px;
			height: 39px;
			padding: 0;
			text-align: center;
			background: #ececec;
			-webkit-transition: all 300ms;
			transition: all 300ms;
			font-family: "Montserrat", sans-serif;
			font-weight: bold;
		}

.c-pagination__number a::after {
				display: none;
			}

.c-pagination__number a:hover {
				background: #0047a8;
				color: #fff;
			}

.c-pagination-feed {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 33px 0 40px;
	overflow: hidden;
	text-align: center;
}

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

.c-pagination-feed {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: relative
}
	}

.c-pagination-feed a {
		background: none;
		color: currentColor;
		text-decoration: none;
		font-size: 1.6rem;
	}

.c-pagination-feed__prev a, .c-pagination-feed__next a {
			opacity: 0;
			display: inline-block;
			vertical-align: top;
			position: relative;
			width: 2.5em;
			height: 36px;
			-webkit-transition: all 300ms;
			transition: all 300ms;
			font-size: 1.4rem;
			-webkit-box-sizing: content-box;
			        box-sizing: content-box;
			font-weight: bold;
			line-height: 2.3;
			cursor: default;
		}

.c-pagination-feed__prev a[data-disabled="true"], .c-pagination-feed__next a[data-disabled="true"] {
				pointer-events: none;
			}

.c-pagination-feed__prev a:hover, .c-pagination-feed__next a:hover {
			}

.c-pagination-feed__prev a[href], .c-pagination-feed__next a[href] {
				opacity: 1;
				cursor: pointer;
			}

.c-pagination-feed__prev {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

.c-pagination-feed__prev a {
			padding: 0 0 0 13px;
		}

.c-pagination-feed__prev ::before {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			border-top: 3px solid #0453c1;
			border-right: 3px solid #0453c1;
			-webkit-transform: rotate(-135deg);
			        transform: rotate(-135deg);
			position: absolute;
			left: 0;
			top: 50%;
			margin: -9px 0 0;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

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

.c-pagination-feed__prev ::before {
				left: 3px
		}
			}

.c-pagination-feed__prev a[href]:hover {
			opacity: .6;
		}

.c-pagination-feed__next {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

.c-pagination-feed__next a {
			padding: 0 13px 0 0;
		}

.c-pagination-feed__next ::after {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			border-top: 3px solid #0453c1;
			border-right: 3px solid #0453c1;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
			position: absolute;
			right: 0;
			top: 50%;
			margin: -9px 0 0;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

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

.c-pagination-feed__next ::after {
				right: 3px
		}
			}

.c-pagination-feed__next a[href]:hover {
			opacity: .6;
		}

.c-pagination-feed__return-btn {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		clear: both;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		overflow: hidden;
		margin: 0 33px;
		line-height: 1.65;
	}

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

.c-pagination-feed__return-btn {
			margin: 0 10px
	}
		}

.c-pagination-feed__return-btn a {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: #777;
			border: none;
			color: #fff;
			display: inline-block;
			font-size: 1.3rem;
			font-weight: bold;
			min-width: 260px;
			padding: 14px;
			position: relative;
			text-align: center;
			text-decoration: none;
			vertical-align: middle;
			border-radius: 6px;
			overflow: hidden;
			-webkit-transition: 300ms;
			transition: 300ms;
		}

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

.c-pagination-feed__return-btn a {
				min-width: 150px;
				width: 100%;
				padding: 10px
		}
			}

.c-pagination-feed__return-btn a:hover {
				opacity: .6;
			}

.disabled-display .c-pagination-feed__return-btn a {
				color: #fff !important;
			}

.disabled-display .c-pagination-feed__prev a:link {
					color: #333;
				}

.disabled-display .c-pagination-feed__prev a:visited {
					color: #333;
				}

.disabled-display .c-pagination-feed__prev a[disabled="disabled"] {
					opacity: .5 !important;
				}

.disabled-display .c-pagination-feed__next a:link {
					color: #333;
				}

.disabled-display .c-pagination-feed__next a:visited {
					color: #333;
				}

.disabled-display .c-pagination-feed__next a[disabled="disabled"] {
					opacity: .5 !important;
				}

.c-card {
	font-size: 1.6rem;
	border: 1px solid #cacaca;
	height: 100%;
	outline: 2px solid transparent;
	overflow: hidden;
	position: relative;
	-webkit-transition: outline 300ms;
	transition: outline 300ms;
}

.c-card:hover {
		border: 1px solid #0a4ba3;
		outline: 2px solid #0a4ba3;
	}

.c-card[data-is-new="true"]::before {
			background: #0453c1;
			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 {
		background: #efefef;
		-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: #f07100;
	}

.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 {
			background: rgb(3, 3, 2);
			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 {
	padding-bottom: 60px;
}

.c-content-index__body {
		width: 1200px;
		margin: 0 auto;
	}

@media (max-width: 1260px) {

.c-content-index__body {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	}

@media  (max-width: 576px) {

.c-content-index__body {
		padding-left: 5%;
		padding-right: 5%;
	}
	}

.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__card-item {
		-ms-flex-preferred-size: calc(33.33333% - 21px);
		    flex-basis: calc(33.33333% - 21px);
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 40px;
		margin-right: 30px;
	}

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

.c-content-index__card-item {
			-ms-flex-preferred-size: calc(33.33333% - 11px);
			    flex-basis: calc(33.33333% - 11px);
			margin-bottom: 20px;
			margin-right: 15px
	}
		}

@media  (max-width: 576px) {

.c-content-index__card-item {
			-ms-flex-preferred-size: calc(100% - 1px);
			    flex-basis: calc(100% - 1px);
			margin-bottom: 30px;
			margin-right: 0px
	}
		}

.c-content-index__card-item:nth-child(3n) {
			margin-right: 0;
		}

.bge-contents, .c-content-main {
	font-size: 1.6rem;
	-webkit-font-feature-settings: "pkna";
	        font-feature-settings: "pkna";
	line-height: 1.625;
}

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

.bge-contents, .c-content-main {
		font-size: 1.4rem
}
	}

.bge-contents a:link, .bge-contents a:visited, .c-content-main a:link, .c-content-main a:visited {
			color: #0453c1;
		}

.bge-contents a:hover, .bge-contents a:active, .c-content-main a:hover, .c-content-main a:active {
			text-decoration: none;
		}

.bge-contents a[href^="tel"], .c-content-main a[href^="tel"] {
			pointer-events: none;
			text-decoration: none;
			color: #333;
		}

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

.bge-contents a[href^="tel"], .c-content-main a[href^="tel"] {
				pointer-events: painted;
				text-decoration: underline;
				color: #0453c1
		}
			}

.bge-contents .cboxElement:link, .bge-contents .cboxElement:visited, .c-content-main .cboxElement:link, .c-content-main .cboxElement:visited {
			color: #111;
		}

.bge-contents .tel-free::before, .c-content-main .tel-free::before {
		content: "";
		display: inline-block;
		width: 23px;
		height: 16px;
		background: url("../img/common/icon-freedial.png") no-repeat;
		background-size: 100%;
		vertical-align: -3px;
		margin: 0 5px 0 0;
	}

.bge-contents div:not(.news-contents) .bgt-ckeditor-container a[target="_blank"]::after, .bge-contents div:not(.news-contents) .bgt-table-container a[target="_blank"]::after, .c-content-main div:not(.news-contents) .bgt-ckeditor-container a[target="_blank"]::after, .c-content-main div:not(.news-contents) .bgt-table-container a[target="_blank"]::after {
				content: "";
				width: 11px;
				height: 11px;
				display: inline-block;
				background: url("../img/common/icon-txt-external.png") no-repeat;
				vertical-align: 0;
				margin: 0 8px 0 5px;
			}

.bge-contents div:not(.news-contents) .bgt-ckeditor-container a[target="_blank"][href*=".pdf"]::after, .bge-contents div:not(.news-contents) .bgt-table-container a[target="_blank"][href*=".pdf"]::after, .c-content-main div:not(.news-contents) .bgt-ckeditor-container a[target="_blank"][href*=".pdf"]::after, .c-content-main div:not(.news-contents) .bgt-table-container a[target="_blank"][href*=".pdf"]::after {
				content: "";
				display: inline-block;
				width: 15px;
				height: 17px;
				background: url("../img/common/icon-pdf-s.png") no-repeat;
				background-size: 100%;
				vertical-align: -3px;
				margin: 0 8px 0 5px;
			}

.bge-contents [data-bgb], .c-content-main [data-bgb] {
		margin: 0 0 35px;
	}

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

.bge-contents [data-bgb], .c-content-main [data-bgb] {
			margin: 0 0 20px
	}
		}

.bge-contents h1, .c-content-main h1 {
		font-size: 3.2rem;
		font-weight: normal;
		line-height: 1.2;
		margin: 1em 0 20px;
		color: #333;
		padding-bottom: 15px;
		letter-spacing: .6px;
		position: relative;
	}

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

.bge-contents h1, .c-content-main h1 {
			font-size: 2.2rem;
			padding-bottom: 10px
	}
		}

.bge-contents h1::after, .c-content-main h1::after {
			content: "";
			display: block;
			height: 2px;
			background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
			background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
			margin-top: 10px;
		}

.bge-contents h1:first-child, .c-content-main h1:first-child {
			margin-top: 0;
		}

.bge-contents h2, .c-content-main h2 {
		font-size: 2.2rem;
		line-height: 1.35;
		margin: 1.5em 0 17px;
		padding: 8px 12px;
		color: #333;
		letter-spacing: 1px;
		position: relative;
		border-left: 3px solid #66b2ae;
	}

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

.bge-contents h2, .c-content-main h2 {
			font-size: 1.8rem;
			margin: 1em 0 25px;
			padding: 10px 15px
	}
		}

.bge-contents h2::after, .c-content-main h2::after {
			content: "";
			position: absolute;
			left: -3px;
			bottom: 0;
			width: 3px;
			height: 50%;
			background-color: #0453c1;
		}

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

.bge-contents h2::after, .c-content-main h2::after {
				width: 3px
		}
			}

.bge-contents h2 span, .c-content-main h2 span {
			font-size: 1.68rem;
		}

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

.bge-contents h2 span, .c-content-main h2 span {
				font-size: 1.45rem
		}
			}

.bge-contents h2:first-child, .c-content-main h2:first-child {
			margin-top: 0;
		}

.bge-contents .title-content + [data-bgb="title"], .c-content-main .title-content + [data-bgb="title"] {
		margin-top:0;
	}

.bge-contents .ttl-sitemap h2, .c-content-main .ttl-sitemap h2 {
			padding: 0 0 12px;
			color: #333;
			letter-spacing: 1px;
			position: relative;
			border-left: none;
		}

.bge-contents .ttl-sitemap h2::after, .c-content-main .ttl-sitemap h2::after {
				content: "";
				display: block;
				height: 2px;
				background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
				background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
				margin-top: 10px;
				position: static;
				width: 100%;
			}

.bge-contents .ttl-sitemap h2 a, .c-content-main .ttl-sitemap h2 a {
				display: inline-block;
				text-decoration: none;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
				color: #111;
				padding-right: 25px;
			}

.bge-contents .ttl-sitemap h2 a:hover, .c-content-main .ttl-sitemap h2 a:hover {
					opacity: .6;
				}

.bge-contents .ttl-sitemap h2 a::before, .c-content-main .ttl-sitemap h2 a::before {
					content: "";
					width: 18px;
					height: 18px;
					border-radius: 10px;
					display: block;
					position: absolute;
					right: 0;
					top: 50%;
					margin: -9px 0 0;
					background: #0047a8;
				}

.bge-contents .ttl-sitemap h2 a::after, .c-content-main .ttl-sitemap h2 a::after {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 3px 0 3px 4px;
					border-color: transparent transparent transparent #fff;
					position: absolute;
					right: 6px;
					top: 50%;
					margin-top: -3px;
				}

.bge-contents h3, .c-content-main h3 {
		position: relative;
		font-size: 2.0rem;
		line-height: 1.55;
		margin: 1.5em 0 10px;
		padding: 0 17px 8px 30px;
	}

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

.bge-contents h3, .c-content-main h3 {
			font-size: 1.6rem;
			margin: 1em 0 10px;
			padding: 0 10px 5px 22px
	}
		}

.bge-contents h3::before, .c-content-main h3::before {
			content: "";
			position: absolute;
			top: 6px;
			left: 0;
			width: 21px;
			height: 21px;
			border: 6px solid #7aaab8;
			border-radius: 100%;
			margin-right: 6px;
			vertical-align: -3px;
		}

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

.bge-contents h3::before, .c-content-main h3::before {
				width: 16px;
				height: 16px;
				border: 4px solid #7aaab8;
				vertical-align: middle
		}
			}

.bge-contents h3:first-child, .c-content-main h3:first-child {
			margin-top: 0;
		}

.bge-contents [class*="ttl-fields-"], .c-content-main [class*="ttl-fields-"] {
		padding-top: 35px;
	}

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

.bge-contents [class*="ttl-fields-"], .c-content-main [class*="ttl-fields-"] {
			padding-top: 25px
	}
		}

.bge-contents [class*="ttl-fields-"] h3, .c-content-main [class*="ttl-fields-"] h3 {
			padding: 0 10px 5px 70px;
		}

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

.bge-contents [class*="ttl-fields-"] h3, .c-content-main [class*="ttl-fields-"] h3 {
				padding: 0 10px 5px 50px
		}
			}

.bge-contents [class*="ttl-fields-"] h3::before, .c-content-main [class*="ttl-fields-"] h3::before {
				content: "";
				position: absolute;
				top: -10px;
				left: 8px;
				width: 48px;
				height: 47px;
				border: none;
				border-radius: 0;
			}

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

.bge-contents [class*="ttl-fields-"] h3::before, .c-content-main [class*="ttl-fields-"] h3::before {
					top: -6px;
					width: 32px;
					height: 32px;
					border: none
			}
				}

.bge-contents .ttl-fields-01, .c-content-main .ttl-fields-01 {
		border-top: 2px solid #d64030;
	}

.bge-contents .ttl-fields-01 h3, .c-content-main .ttl-fields-01 h3 {
			color: #d64030;
		}

.bge-contents .ttl-fields-01 h3::before, .c-content-main .ttl-fields-01 h3::before {
				background: url("/img/recruit/fields/icon-ttl01.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-02, .c-content-main .ttl-fields-02 {
		border-top: 2px solid #4b20b7;
	}

.bge-contents .ttl-fields-02 h3, .c-content-main .ttl-fields-02 h3 {
			color: #4b20b7;
		}

.bge-contents .ttl-fields-02 h3::before, .c-content-main .ttl-fields-02 h3::before {
				background: url("/img/recruit/fields/icon-ttl02.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-03, .c-content-main .ttl-fields-03 {
		border-top: 2px solid #0453c1;
	}

.bge-contents .ttl-fields-03 h3, .c-content-main .ttl-fields-03 h3 {
			color: #0453c1;
		}

.bge-contents .ttl-fields-03 h3::before, .c-content-main .ttl-fields-03 h3::before {
				background: url("/img/recruit/fields/icon-ttl03.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-04, .c-content-main .ttl-fields-04 {
		border-top: 2px solid #49c3e8;
	}

.bge-contents .ttl-fields-04 h3, .c-content-main .ttl-fields-04 h3 {
			color: #49c3e8;
		}

.bge-contents .ttl-fields-04 h3::before, .c-content-main .ttl-fields-04 h3::before {
				background: url("/img/recruit/fields/icon-ttl04.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-05, .c-content-main .ttl-fields-05 {
		border-top: 2px solid #67c50a;
	}

.bge-contents .ttl-fields-05 h3, .c-content-main .ttl-fields-05 h3 {
			color: #67c50a;
		}

.bge-contents .ttl-fields-05 h3::before, .c-content-main .ttl-fields-05 h3::before {
				background: url("/img/recruit/fields/icon-ttl05.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents .ttl-fields-06, .c-content-main .ttl-fields-06 {
		border-top: 2px solid #f6c003;
	}

.bge-contents .ttl-fields-06 h3, .c-content-main .ttl-fields-06 h3 {
			color: #f6c003;
		}

.bge-contents .ttl-fields-06 h3::before, .c-content-main .ttl-fields-06 h3::before {
				background: url("/img/recruit/fields/icon-ttl06.png") no-repeat;
				background-size: auto 100%;
			}

.bge-contents [data-bgb="title2"], .c-content-main [data-bgb="title2"] {
		margin: 0 0 25px;
	}

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

.bge-contents [data-bgb="title2"], .c-content-main [data-bgb="title2"] {
			margin: 0 0 15px
	}
		}

.bge-contents h4, .c-content-main h4 {
		font-size: 1.8rem;
		line-height: 1.45;
		margin: 1.5em 0 15px;
		color: #003885;
		overflow: hidden;
	}

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

.bge-contents h4, .c-content-main h4 {
			font-size: 1.6rem;
			margin: 1em 0 10px
	}
		}

.bge-contents h4:first-child, .c-content-main h4:first-child {
			margin-top: 0;
		}

.bge-contents h4.ttl-voice, .c-content-main h4.ttl-voice {
			color: #111;
			font-size: 1.9rem;
			padding: 0 0 7px 105px;
			margin: 7px 0 0;
			position: relative;
		}

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

.bge-contents h4.ttl-voice, .c-content-main h4.ttl-voice {
				margin: 4px 0 0;
				font-size: 1.7rem;
				padding: 0 0 4px 70px
		}
			}

.bge-contents h4.ttl-voice span, .c-content-main h4.ttl-voice span {
				display: block;
				padding: 5px 15px;
				position: absolute;
				top: 0;
				left: 0;
				color: #fff;
				background: #2254ba;
				font-size: 1.4rem;
				line-height: 1.2;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				font-weight: 500;
				border-radius: 4px;
			}

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

.bge-contents h4.ttl-voice span, .c-content-main h4.ttl-voice span {
					font-size: 1.1rem;
					padding: 3px 7px;
					top: 1px
			}
				}

.bge-contents h4.ttl-voice span::before, .bge-contents h4.ttl-voice span::after, .c-content-main h4.ttl-voice span::before, .c-content-main h4.ttl-voice span::after {
					content: "";
					width: 8px;
					height: 16px;
					display: inline-block;
					vertical-align: middle;
				}

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

.bge-contents h4.ttl-voice span::before, .bge-contents h4.ttl-voice span::after, .c-content-main h4.ttl-voice span::before, .c-content-main h4.ttl-voice span::after {
						width: 6px;
						height: 12px
				}
					}

.bge-contents h4.ttl-voice span::before, .c-content-main h4.ttl-voice span::before {
					background: url("/img/common/icon-ttl-voice-l.png");
					margin-right: 7px;
					background-size: 100%;
				}

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

.bge-contents h4.ttl-voice span::before, .c-content-main h4.ttl-voice span::before {
						margin-right: 4px
				}
					}

.bge-contents h4.ttl-voice span::after, .c-content-main h4.ttl-voice span::after {
					background: url("/img/common/icon-ttl-voice-r.png");
					margin-left: 7px;
					background-size: 100%;
				}

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

.bge-contents h4.ttl-voice span::after, .c-content-main h4.ttl-voice span::after {
						margin-left: 4px
				}
					}

.bge-contents h5, .c-content-main h5 {
		font-size: 1.5rem;
		line-height: 1.5;
		color: #333;
		font-weight: bold;
		margin: 1.5em 0 10px;
		overflow: hidden;
		border-left: 3px solid #0453c1;
		padding: 0 0 0 5px;
	}

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

.bge-contents h5, .c-content-main h5 {
			font-size: 1.4rem
	}
		}

.bge-contents h5:first-child, .c-content-main h5:first-child {
			margin-top: 0;
		}

.bge-contents h5.ttl-voice-sub, .c-content-main h5.ttl-voice-sub {
			border-left: none;
			font-size: 1.8rem;
			margin: 0 0 13px;
			padding: 0;
		}

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

.bge-contents h5.ttl-voice-sub, .c-content-main h5.ttl-voice-sub {
				font-size: 1.6rem;
				margin: 0 0 10px
		}
			}

.bge-contents h5.ttl-voice-sub span, .c-content-main h5.ttl-voice-sub span {
				font-size: 1.4rem;
				color: #143880;
				display: block;
			}

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

.bge-contents h5.ttl-voice-sub span, .c-content-main h5.ttl-voice-sub span {
					font-size: 1.2rem
			}
				}

.bge-contents h5.ttl-voice-sub::after, .c-content-main h5.ttl-voice-sub::after {
				content: "";
				display: block;
				width: 30px;
				height: 1px;
				background: #2254ba;
				margin-top: 13px;
			}

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

.bge-contents h5.ttl-voice-sub::after, .c-content-main h5.ttl-voice-sub::after {
					margin-top: 8px
			}
				}

.bge-contents h6, .c-content-main h6 {
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 1.5em 0 10px;
	}

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

.bge-contents h6, .c-content-main h6 {
			font-size: 1.4rem
	}
		}

.bge-contents h6:first-child, .c-content-main h6:first-child {
			margin-top: 0;
		}

.bge-contents .catch-text, .c-content-main .catch-text {
		font-size: 2.2rem;
		line-height: 1.45;
		margin: 1.5em 0 15px;
		color: #003885;
		font-weight: bold;
	}

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

.bge-contents .catch-text, .c-content-main .catch-text {
			font-size: 1.8rem;
			margin: 1em 0 10px
	}
		}

.bge-contents .product-subtitle01, .c-content-main .product-subtitle01 {
		margin: -25px 0 30px;
		padding: 0;
		font-size: 1.7rem;
		font-weight: bold;
		color: #003885;
	}

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

.bge-contents .product-subtitle01, .c-content-main .product-subtitle01 {
			margin: -15px 0 20px;
			font-size: 1.5rem
	}
		}

.bge-contents .product-subtitle01::before, .c-content-main .product-subtitle01::before {
			content: none;
		}

.bge-contents .product-subtitle02, .c-content-main .product-subtitle02 {
		margin: 0 0 30px;
		padding: 12px 18px;
		background: #d1e1e6;
		font-size: 1.6rem;
		color: #111;
	}

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

.bge-contents .product-subtitle02, .c-content-main .product-subtitle02 {
			margin: 0 0 20px;
			padding: 10px;
			font-size: 1.4rem
	}
		}

.bge-contents .product-subtitle02::before, .c-content-main .product-subtitle02::before {
			content: none;
		}

.bge-contents ul, .c-content-main ul {
		padding: 0;
	}

.bge-contents ul > li, .c-content-main ul > li {
			list-style: none;
			padding: 3px 0 3px 15px;
			position: relative;
		}

.bge-contents ul > li::before, .c-content-main ul > li::before {
				content: "";
				display: block;
				width: 6px;
				height: 6px;
				position: absolute;
				top: 12px;
				left: 3px;
				border: 1px solid transparent;
				border-radius: 50%;
				background: #0453c1;
			}

.bge-contents ul > li > ul li::before, .c-content-main ul > li > ul li::before {
				background: #507bb6;
			}

.bge-contents ul > li > ul li::before > ul li::before, .c-content-main ul > li > ul li::before > ul li::before {
					background: #507bb6;
				}

.bge-contents ul[data-column="2"], .c-content-main ul[data-column="2"] {
			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;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

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

.bge-contents ul[data-column="2"], .c-content-main ul[data-column="2"] {
				display: block
		}
			}

.bge-contents ul[data-column="2"] li, .c-content-main ul[data-column="2"] li {
				width: 48%;
			}

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

.bge-contents ul[data-column="2"] li, .c-content-main ul[data-column="2"] li {
					width: 100%
			}
				}

.bge-contents ul.ul-border li, .c-content-main ul.ul-border li {
				border-bottom: 1px solid #e5e5e5;
				padding: 10px 0 10px 33px;
			}

.bge-contents ul.ul-border li::before, .c-content-main ul.ul-border li::before {
					top: 20px;
					left: 20px;
				}

.bge-contents ul.ul-border li:nth-child(1), .c-content-main ul.ul-border li:nth-child(1) {
					border-top: 1px solid #e5e5e5;
				}

.bge-contents ul.ul-border[data-column="2"] li:nth-child(2), .c-content-main ul.ul-border[data-column="2"] li:nth-child(2) {
						border-top: 1px solid #e5e5e5;
					}

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

.bge-contents ul.ul-border[data-column="2"] li:nth-child(2), .c-content-main ul.ul-border[data-column="2"] li:nth-child(2) {
							border-top: none
					}
						}

.bge-contents ul ul, .bge-contents ul ol, .c-content-main ul ul, .c-content-main ul ol {
			margin-left: 0;
			margin-top: 5px;
		}

.bge-contents .link-list > li, .c-content-main .link-list > li {
			position: relative;
		}

.bge-contents .link-list > li::before, .c-content-main .link-list > li::before {
				content: none;
			}

.bge-contents .link-list > li::after, .c-content-main .link-list > li::after {
				content: "";
				display: block;
				width: 8px;
				height: 8px;
				border-top: 2px solid #0453c1;
				border-right: 2px solid #0453c1;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				position: absolute;
				top: 11px;
				left: 0;
				margin: auto 0;
			}

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

.bge-contents .link-list > li::after, .c-content-main .link-list > li::after {
					width: 10px;
					height: 10px;
					right: 15px
			}
				}

.bge-contents .link-list[data-column="2"], .c-content-main .link-list[data-column="2"] {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

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

.bge-contents .link-list[data-column="2"], .c-content-main .link-list[data-column="2"] {
				display: block
		}
			}

.bge-contents .link-list[data-column="2"] li, .c-content-main .link-list[data-column="2"] li {
				width: 48%;
			}

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

.bge-contents .link-list[data-column="2"] li, .c-content-main .link-list[data-column="2"] li {
					width: 100%
			}
				}

.bge-contents ol, .c-content-main ol {
		counter-reset: content-main-ol-default;
		padding-left: 0;
	}

.bge-contents ol > li, .c-content-main ol > li {
			list-style: none;
			padding: 3px 0 3px 25px;
			position: relative;
		}

.bge-contents ol > li::before, .c-content-main ol > li::before {
				content: counter(content-main-ol-default, decimal) ". ";
				counter-increment: content-main-ol-default;
				font-weight: bold;
				position: absolute;
				left: 0;
			}

.bge-contents ol ul, .bge-contents ol ol, .c-content-main ol ul, .c-content-main ol ol {
			margin-left: 0;
			margin-top: 5px;
		}

.bge-contents .dl-list, .c-content-main .dl-list {
		margin-bottom: 1em;
	}

.bge-contents .dl-list dt, .c-content-main .dl-list dt {
			color: #0453c1;
			margin-bottom: 5px;
			font-weight: bold;
		}

.bge-contents .dl-list dd, .c-content-main .dl-list dd {
			margin: 0;
			font-size: 1.5rem;
		}

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

.bge-contents .dl-list dd, .c-content-main .dl-list dd {
				font-size: 1.3rem
		}
			}

.bge-contents .dl-list dd + dt, .c-content-main .dl-list dd + dt {
				margin-top: 1em;
			}

.bge-contents .dl-table, .c-content-main .dl-table {
		display: table;
		width: 100%;
		margin: 0 0 1em;
	}

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

.bge-contents .dl-table dl dt, .c-content-main .dl-table dl dt {
				display: table-cell;
				color: #0453c1;
				padding: 0 20px 1em 0;
				font-weight: bold;
				white-space: nowrap;
			}

.bge-contents .dl-table dl dd, .c-content-main .dl-table dl dd {
				display: table-cell;
				margin: 0;
				padding: 0 0 1em;
				font-size: 1.5rem;
			}

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

.bge-contents .dl-table dl dd, .c-content-main .dl-table dl dd {
					font-size: 1.3rem
			}
				}

.bge-contents .dl-table dl:last-child dt, .c-content-main .dl-table dl:last-child dt {
					padding: 0 20px 0 0;
				}

.bge-contents .dl-table dl:last-child dd, .c-content-main .dl-table dl:last-child dd {
					padding: 0;
				}

.bge-contents table, .c-content-main table {
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 30px;
	}

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

.bge-contents table, .c-content-main table {
			display: block
	}
		}

.bge-contents table caption, .c-content-main table caption {
			font-weight: bold;
			text-align: left;
			padding: 10px 0;
		}

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

.bge-contents table caption, .c-content-main table caption {
				display: block
		}

				.bge-contents table caption:empty, .c-content-main table caption:empty {
					display: none;
				}
			}

.bge-contents table caption:empty, .c-content-main table caption:empty {
				display: none;
			}

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

.bge-contents table thead, .c-content-main table thead {
				display: none
		}
			}

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

.bge-contents table tfoot, .c-content-main table tfoot {
				display: none
		}
			}

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

.bge-contents table tbody, .c-content-main table tbody {
				display: block
		}
			}

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

.bge-contents table tr, .c-content-main table tr {
				display: block
		}
			}

.bge-contents table th, .bge-contents table td, .c-content-main table th, .c-content-main table td {
			padding: 12px 18px;
			color: #333;
			border-top: 1px solid #e1e1e1;
			border-bottom: 1px solid #e1e1e1;
			font-size: 1.4rem;
			position: static;
			word-wrap: break-word;
		}

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

.bge-contents table th, .bge-contents table td, .c-content-main table th, .c-content-main table td {
				display: block;
				margin-top: -1px;
				width: 100%
		}
			}

.bge-contents table th, .c-content-main table th {
			background: #e8f3f6;
			text-align: left;
		}

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

.bge-contents table th, .c-content-main table th {
				padding: 10px
		}
			}

.bge-contents table th + th, .c-content-main table th + th {
				border-left: 1px solid #e1e1e1;
			}

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

.bge-contents table td, .c-content-main table td {
				padding: 10px
		}
			}

.bge-contents table td + td, .c-content-main table td + td {
				border-left: 1px solid #e1e1e1;
			}

.bge-contents [data-bgb$='wysiwyg'] table, .c-content-main [data-bgb$='wysiwyg'] table {
			table-layout: fixed;
		}

@media  (min-width: 768px) {
				.bge-contents [data-bgb$='wysiwyg'] table .table-w10, .c-content-main [data-bgb$='wysiwyg'] table .table-w10 {
					width: 10%;
				}

				.bge-contents [data-bgb$='wysiwyg'] table .table-w15, .c-content-main [data-bgb$='wysiwyg'] table .table-w15 {
					width: 15%;
				}

				.bge-contents [data-bgb$='wysiwyg'] table .table-w20, .c-content-main [data-bgb$='wysiwyg'] table .table-w20 {
					width: 20%;
				}

				.bge-contents [data-bgb$='wysiwyg'] table .table-w25, .c-content-main [data-bgb$='wysiwyg'] table .table-w25 {
					width: 25%;
				}

				.bge-contents [data-bgb$='wysiwyg'] table .table-w30, .c-content-main [data-bgb$='wysiwyg'] table .table-w30 {
					width: 30%;
				}
				.bge-contents [data-bgb$='wysiwyg'] table .table-w35, .c-content-main [data-bgb$='wysiwyg'] table .table-w35 {
					width: 35%;
				}
				.bge-contents [data-bgb$='wysiwyg'] table .table-w40, .c-content-main [data-bgb$='wysiwyg'] table .table-w40 {
					width: 40%;
				}
				.bge-contents [data-bgb$='wysiwyg'] table .table-w45, .c-content-main [data-bgb$='wysiwyg'] table .table-w45 {
					width: 45%;
				}
				.bge-contents [data-bgb$='wysiwyg'] table .table-w50, .c-content-main [data-bgb$='wysiwyg'] table .table-w50 {
					width: 50%;
				}
			}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w10, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w10 {
					width: 10%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w15, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w15 {
					width: 15%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w20, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w20 {
					width: 20%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w25, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w25 {
					width: 25%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w30, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w30 {
					width: 30%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w35, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w35 {
					width: 35%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w40, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w40 {
					width: 40%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w45, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w45 {
					width: 45%;
				}

.bge-contents [data-bgb$='wysiwyg'].scroll_table table .table-w50, .c-content-main [data-bgb$='wysiwyg'].scroll_table table .table-w50 {
					width: 50%;
				}

@media  (min-width: 768px) {

.bge-contents [data-bgb$='wysiwyg'].narrow_padding table th, .bge-contents [data-bgb$='wysiwyg'].narrow_padding table td, .c-content-main [data-bgb$='wysiwyg'].narrow_padding table th, .c-content-main [data-bgb$='wysiwyg'].narrow_padding table td {
						padding: 12px 8px
				}
					}

.bge-contents .th-nowrap th, .c-content-main .th-nowrap th {
			white-space: nowrap;
		}

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

.bge-contents .th-nowrap th, .c-content-main .th-nowrap th {
				white-space: normal
		}
			}

.bge-contents .td-narrow td, .c-content-main .td-narrow td {
			font-size: 1.2rem;
			padding: 10px;
		}

.bge-contents .th-fix table, .c-content-main .th-fix table {
			table-layout: fixed;
		}

.bge-contents .th-fix table th, .c-content-main .th-fix table th {
				width: 225px;
			}

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

.bge-contents .th-fix table th, .c-content-main .th-fix table th {
					width: 100%
			}
				}

@media only screen and  (max-width: 767px) {
			.bge-contents .sp_table table, .bge-contents .scroll_table table, .c-content-main .sp_table table, .c-content-main .scroll_table table {
				display: table;
			}

				.bge-contents .sp_table table caption, .bge-contents .scroll_table table caption, .c-content-main .sp_table table caption, .c-content-main .scroll_table table caption {
					display: table-caption;
				}

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

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

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

				.bge-contents .sp_table table td, .bge-contents .sp_table table th, .bge-contents .scroll_table table td, .bge-contents .scroll_table table th, .c-content-main .sp_table table td, .c-content-main .sp_table table th, .c-content-main .scroll_table table td, .c-content-main .scroll_table table th {
					display: table-cell;
					width: auto;
				}
					.bge-contents .sp_table table th + th, .bge-contents .scroll_table table th + th, .c-content-main .sp_table table th + th, .c-content-main .scroll_table table th + th {
						border-left: 1px solid #e1e1e1;
					}
					.bge-contents .sp_table table td + td, .bge-contents .scroll_table table td + td, .c-content-main .sp_table table td + td, .c-content-main .scroll_table table td + td {
						border-left: 1px solid #e1e1e1;
					}
		}

.bge-contents .sp_table .border-l, .bge-contents .scroll_table .border-l, .c-content-main .sp_table .border-l, .c-content-main .scroll_table .border-l {
			border-left: 1px solid #e1e1e1;
		}

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

.bge-contents .scroll_table, .c-content-main .scroll_table {
			margin: 0 0 30px
	}

			.bge-contents .scroll_table::before, .c-content-main .scroll_table::before {
				content: "※スマートフォンでの閲覧時、この表組みは横にスクロールできます。";
				font-size: 1.2rem;
				color: #003885;
				display: block;
				padding: 0 0 5px;
			}

			.bge-contents .scroll_table .bge-ckeditor, .c-content-main .scroll_table .bge-ckeditor {
				overflow: auto;
			}

				.bge-contents .scroll_table .bge-ckeditor table, .c-content-main .scroll_table .bge-ckeditor table {
					width: 700px !important;
					margin-bottom: 0;
				}
		}

.bge-contents .uniform_table_5column table th, .bge-contents .uniform_table_5column table td, .c-content-main .uniform_table_5column table th, .c-content-main .uniform_table_5column table td {
				width: 20%;
			}

@media  (min-width: 768px) {

.bge-contents .uniform_table_4column table th, .bge-contents .uniform_table_4column table td, .c-content-main .uniform_table_4column table th, .c-content-main .uniform_table_4column table td {
					width: 25%
			}
				}

.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 blockquote, .c-content-main blockquote {
		background: #f1f1f1;
		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: .5em;
			opacity: .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: .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: .8em 1.2em;
		text-align: left;
	}

.bge-contents hr, .c-content-main hr {
		color: #cacaca;
		background: #cacaca;
		border-style: none;
		height: 1px;
		margin: 1.5em auto;
	}

.bge-contents hr:first-child, .c-content-main hr:first-child {
			margin-top: 0;
		}

.bge-contents input, .c-content-main input {
		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 #cacaca;
			-webkit-box-shadow: none;
			        box-shadow: none;
			padding: 9px 10px;
		}

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

.bge-contents input[type="text"], .bge-contents input[type="email"], .c-content-main input[type="text"], .c-content-main input[type="email"] {
				padding: 9px 5px
		}
			}

.bge-contents textarea, .c-content-main textarea {
		border: 1px solid #cacaca;
		line-height: 1.7;
		padding: 10px;
		width: 100%;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

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

.bge-contents textarea, .c-content-main textarea {
			padding: 10px 5px
	}
		}

.bge-contents label.checkbox, .c-content-main label.checkbox {
			position: relative;
			cursor: pointer;
			display: inline-block;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			min-width: 20px;
			min-height: 20px;
			line-height: 20px;
			padding-left: 25px;
			margin: 6px 10px;
		}

.bge-contents label.checkbox::after, .c-content-main label.checkbox::after {
				content: "";
				position: absolute;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				border-right: 2px solid #c6c6c6;
				border-bottom: 2px solid #c6c6c6;
				top: calc(50% - 4px);
				display: block;
				margin-top: -4.5px;
				width: 6.25px;
				height: 15px;
				z-index: 1;
				left: 6px;
			}

.bge-contents label.checkbox input[type="checkbox"], .c-content-main label.checkbox input[type="checkbox"] {
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				position: absolute;
				z-index: 2;
				margin: 0;
				width: 20px;
				height: 20px;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				left: 0;
				bottom: -1px;
				padding: 0;
				display: block;
				background: #fff;
				border: 1px solid #cacaca;
				border-radius: 3px;
			}

.bge-contents label.checkbox input[type="checkbox"]:checked, .c-content-main label.checkbox input[type="checkbox"]:checked {
					background: none;
				}

.bge-contents table.form_input, .c-content-main table.form_input {
		margin: 0 0 70px;
	}

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

.bge-contents table.form_input, .c-content-main table.form_input {
			margin: 0 0 30px
	}
		}

.bge-contents table.form_input th, .c-content-main table.form_input th {
			width: 180px;
		}

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

.bge-contents table.form_input th, .c-content-main table.form_input th {
				width: auto;
				padding: 10px 15px
		}
			}

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

.bge-contents table.form_input td, .c-content-main table.form_input td {
				padding: 15px 10px 20px
		}
			}

.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 #cacaca;
			margin: 0;
			padding: 9px 25px 9px 10px;
			vertical-align: middle;
			position: relative;
			font-family: inherit;
			background: url("../img/common/icon-select-arrow.png") no-repeat right 10px center;
			background-size: 12px 18px;
			max-width: 100%;
		}

.bge-contents table.form_input select.input_m, .c-content-main table.form_input select.input_m {
				width: 279px;
			}

.bge-contents table.form_input select::-ms-expand, .c-content-main table.form_input select::-ms-expand {
				display: none;
			}

.bge-contents table.form_input .input_s, .c-content-main table.form_input .input_s {
			width: 100px;
		}

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

.bge-contents table.form_input .input_s, .c-content-main table.form_input .input_s {
				width: 60px
		}
			}

.bge-contents table.form_input .input_l, .c-content-main table.form_input .input_l {
			width: 100%;
		}

.bge-contents table.form_input .input_l + .input_l, .c-content-main table.form_input .input_l + .input_l {
				margin-top: 10px;
			}

.bge-contents table.form_input .textarea_l, .c-content-main table.form_input .textarea_l {
			width: 100%;
			height: 200px;
		}

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

.bge-contents table.form_input .textarea_l, .c-content-main table.form_input .textarea_l {
				height: 150px
		}
			}

.bge-contents table.form_input .input-txt, .c-content-main table.form_input .input-txt {
			margin: 0 5px;
		}

.bge-contents table.form_input .form-note, .c-content-main table.form_input .form-note {
			margin: 5px 0 0;
			font-size: 1.2rem;
			font-weight: bold;
		}

.bge-contents table.form_input .required, .c-content-main table.form_input .required {
			color: #d30000;
		}

.bge-contents table.form_input .error-message, .c-content-main table.form_input .error-message {
			color: #d30000;
			font-weight: bold;
		}

.bge-contents .alert-message, .c-content-main .alert-message {
		color: #d30000;
		font-weight: bold;
		margin-bottom: 30px;
		border: 3px solid #d30000;
		padding: 10px 15px;
	}

.bge-contents .btn-group, .c-content-main .btn-group {
		margin: 0 auto;
		text-align: center;
	}

.bge-contents .btn-group .btn, .c-content-main .btn-group .btn {
			-webkit-appearance: none;
			   -moz-appearance: none;
			        appearance: none;
			background: #0047a8;
			border: none;
			color: #fff;
			display: inline-block;
			font-size: 1.3rem;
			font-weight: bold;
			min-width: 260px;
			padding: 14px 45px 14px 20px;
			position: relative;
			text-align: center;
			text-decoration: none;
			vertical-align: middle;
			border-radius: 6px;
			overflow: hidden;
			cursor: pointer;
			margin: 8px;
		}

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

.bge-contents .btn-group .btn, .c-content-main .btn-group .btn {
				width: 100%;
				min-width: 0;
				margin: 8px 0
		}
			}

.bge-contents .btn-group .btn:active, .bge-contents .btn-group .btn:focus, .c-content-main .btn-group .btn:active, .c-content-main .btn-group .btn:focus {
				-webkit-box-shadow:
					0 0 10px 0 #0570c7,
					0 0 10px 0 #fff;
				        box-shadow:
					0 0 10px 0 #0570c7,
					0 0 10px 0 #fff;
			}

.bge-contents .btn-group .btn:disabled, .c-content-main .btn-group .btn:disabled {
				opacity: .6;
			}

.bge-contents .btn-group .btn::after, .c-content-main .btn-group .btn::after {
				content: "";
				display: block;
				width: 18px;
				height: 9px;
				margin-top: -5px;
				position: absolute;
				right: 15px;
				top: 50%;
				background: url("../img/common/icon-btn-arrow-r.png") no-repeat;
				background-size: 100%;
			}

.bge-contents .btn-group .btn::before, .c-content-main .btn-group .btn::before {
				content: "";
				height: 100%;
				width: 30px;
				position: absolute;
				top: 0;
				left: 0;
				background-color: #fff;
				opacity: 0;
			}

@media only screen and  (min-width: 768px) {

.bge-contents .btn-group .btn:hover::before, .c-content-main .btn-group .btn:hover::before {
						-webkit-animation: reflection 800ms;
						        animation: reflection 800ms
				}
					}

.bge-contents .btn-group .btn-back, .c-content-main .btn-group .btn-back {
			background: #777;
		}

.bge-contents .form-first-text, .c-content-main .form-first-text {
		margin-bottom: 2em;
	}

.bge-contents .form-first-text span, .c-content-main .form-first-text span {
			color: #d30000;
			font-weight: bold;
		}

.bge-contents .form-privacy-text, .c-content-main .form-privacy-text {
		background: url("../img/common/bg-title4.png");
		padding: 15px 20px;
		font-size: 1.4rem;
		margin-bottom: 50px;
		border-radius: 5px;
	}

.bge-contents .step-flow, .c-content-main .step-flow {
		margin: 50px 0;
		text-align: center;
	}

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

.bge-contents .step-flow, .c-content-main .step-flow {
			margin-bottom: 30px
	}
		}

.bge-contents .step-flow li, .c-content-main .step-flow li {
			list-style: none;
			margin: 0 17px;
			display: inline-block;
			padding: 10px;
			width: 200px;
			text-align: center;
			font-size: 1.4rem;
			background: #f0f0f0;
			color: #003885;
			font-weight: bold;
			border-radius: 5px;
			position: relative;
		}

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

.bge-contents .step-flow li, .c-content-main .step-flow li {
				font-size: 1.2rem;
				padding: 10px 3px;
				margin: 0 10px;
				width: 23%;
				vertical-align: middle;
				word-wrap: break-word
		}
			}

.bge-contents .step-flow li::before, .c-content-main .step-flow li::before {
				content: none;
			}

.bge-contents .step-flow li::after, .c-content-main .step-flow li::after {
				content: "";
				display: block;
				width: 10px;
				height: 10px;
				border-top: 2px solid #c1c1c1;
				border-right: 2px solid #c1c1c1;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				position: absolute;
				top: 0;
				bottom: 0;
				right: -20px;
				margin: auto 0;
				-webkit-transition: 300ms;
				transition: 300ms;
			}

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

.bge-contents .step-flow li::after, .c-content-main .step-flow li::after {
					width: 8px;
					height: 8px;
					right: -14px
			}
				}

.bge-contents .step-flow li:last-child::after, .c-content-main .step-flow li:last-child::after {
				content: none;
			}

.bge-contents .step-flow li.step-flow__active, .c-content-main .step-flow li.step-flow__active {
				background: #0453c1;
				color: #fff;
			}

.bge-contents .form_thanks, .c-content-main .form_thanks {
		margin: 0 0 50px;
	}

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

.bge-contents .form_thanks, .c-content-main .form_thanks {
			margin: 0 0 30px
	}
		}

.bge-contents .form_thanks .form_thanks-ttl, .c-content-main .form_thanks .form_thanks-ttl {
			padding: 0 0 7px;
			border: none;
			text-align: center;
			color: #0453c1;
			background: none;
			font-weight: bold;
			line-height: 1.7;
			font-size: 3.2rem;
		}

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

.bge-contents .form_thanks .form_thanks-ttl, .c-content-main .form_thanks .form_thanks-ttl {
				font-size: 2rem
		}
			}

.bge-contents .form_thanks .form_thanks-ttl::before, .bge-contents .form_thanks .form_thanks-ttl::after, .c-content-main .form_thanks .form_thanks-ttl::before, .c-content-main .form_thanks .form_thanks-ttl::after {
				display: none;
			}

.bge-contents .form_thanks .form_thanks_text, .c-content-main .form_thanks .form_thanks_text {
			text-align: center;
		}

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.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  (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  (min-width: 768px) and (max-width: 991px) {

.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  (min-width: 992px) and (max-width: 1199px) {

.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  (min-width: 1200px) {

.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 only screen and  (max-width: 767px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 5px
	} }

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

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 10px
	} }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 10px
	} }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 15px
	} }

@media  (min-width: 1200px) {

.bge-contents .mt-narrow, .c-content-main .mt-narrow { margin-top: 15px
	} }

.bge-contents .mt-wide, .c-content-main .mt-wide {
	}

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

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 30px
	} }

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

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 50px
	} }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 50px
	} }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 80px
	} }

@media  (min-width: 1200px) {

.bge-contents .mt-wide, .c-content-main .mt-wide { margin-top: 80px
	} }

.bge-contents .mb-narrow, .c-content-main .mb-narrow {
	}

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

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 5px
	} }

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

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 10px
	} }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 10px
	} }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 15px
	} }

@media  (min-width: 1200px) {

.bge-contents .mb-narrow, .c-content-main .mb-narrow { margin-bottom: 15px
	} }

.bge-contents .mb-wide, .c-content-main .mb-wide {
	}

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

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 30px
	} }

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

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 50px
	} }

@media  (min-width: 768px) and (max-width: 991px) {

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 50px
	} }

@media  (min-width: 992px) and (max-width: 1199px) {

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 80px
	} }

@media  (min-width: 1200px) {

.bge-contents .mb-wide, .c-content-main .mb-wide { margin-bottom: 80px
	} }

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

.bge-contents [data-bgb="button"] [data-bgt="button"], .bge-contents [data-bgb="button2"] [data-bgt="button"], .bge-contents [data-bgb="button3"] [data-bgt="button"], .c-content-main [data-bgb="button"] [data-bgt="button"], .c-content-main [data-bgb="button2"] [data-bgt="button"], .c-content-main [data-bgb="button3"] [data-bgt="button"] {
			display: block
	}
		}

.bge-contents .composite-btnblock .bgt-grid--first, .c-content-main .composite-btnblock .bgt-grid--first {
			text-align: right;
		}

.bge-contents .composite-btnblock .bgt-grid--last, .c-content-main .composite-btnblock .bgt-grid--last {
			text-align: left;
		}

.bge-contents .composite-btnblock .bgt-download-file__link[href*=".pdf"]::after, .c-content-main .composite-btnblock .bgt-download-file__link[href*=".pdf"]::after {
					content: none !important;
				}

.bge-contents .composite-btnblock .bgt-download-file__link[href*=".pdf"] span::before, .c-content-main .composite-btnblock .bgt-download-file__link[href*=".pdf"] span::before {
						font-family: FontAwesome;
						speak: none;
						font-style: normal;
						font-weight: normal;
						font-variant: normal;
						text-transform: none;
						text-rendering: auto;
						line-height: 1;
						content: "\f1c1";
						font-size: 1.3em;
						vertical-align: middle;
						display: inline-block;
						margin-right: 5px;
					}

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #0047a8;
		border: none;
		color: #fff !important;
		display: inline-block;
		font-size: 1.3rem;
		min-width: 260px;
		padding: 14px 45px 14px 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 6px;
		overflow: hidden;
	}

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

.bge-contents .bgt-btn, .c-content-main .bgt-btn {
			width: 100%;
			min-width: 0
	}
		}

.bge-contents .bgt-btn[href=""], .c-content-main .bgt-btn[href=""] {
			display: none;
		}

.bge-contents .bgt-btn:active, .bge-contents .bgt-btn:focus, .c-content-main .bgt-btn:active, .c-content-main .bgt-btn:focus {
			-webkit-box-shadow:
				0 0 10px 0 #0570c7,
				0 0 10px 0 #fff;
			        box-shadow:
				0 0 10px 0 #0570c7,
				0 0 10px 0 #fff;
		}

.bge-contents .bgt-btn:disabled, .c-content-main .bgt-btn:disabled {
			opacity: .6;
		}

.bge-contents .bgt-btn::after, .c-content-main .bgt-btn::after {
			content: "";
			display: block;
			width: 18px;
			height: 9px;
			margin-top: -5px;
			position: absolute;
			right: 15px;
			top: 50%;
			background: url("../img/common/icon-btn-arrow-r.png") no-repeat;
			background-size: 100%;
		}

.bge-contents .bgt-btn::before, .c-content-main .bgt-btn::before {
			content: "";
			height: 100%;
			width: 30px;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
			opacity: 0;
			border-radius: 50%;
		}

.bge-contents .bgt-btn:hover::before, .c-content-main .bgt-btn:hover::before {
				-webkit-animation: reflection 800ms;
				        animation: reflection 800ms;
			}

.bge-contents .bgb-button3 .bgt-grid, .c-content-main .bgb-button3 .bgt-grid {
			padding-left: 9px;
			padding-right: 9px;
		}

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

.bge-contents .bgb-button3 .bgt-grid, .c-content-main .bgb-button3 .bgt-grid {
				padding: 0
		}
			}

.bge-contents .bgb-button3 .bgt-grid.bgt-grid--first, .c-content-main .bgb-button3 .bgt-grid.bgt-grid--first {
				padding-left: 0;
				padding-right: 18px;
			}

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

.bge-contents .bgb-button3 .bgt-grid.bgt-grid--first, .c-content-main .bgb-button3 .bgt-grid.bgt-grid--first {
					padding: 0
			}
				}

.bge-contents .bgb-button3 .bgt-grid.bgt-grid--last, .c-content-main .bgb-button3 .bgt-grid.bgt-grid--last {
				padding-left: 18px;
				padding-right: 0;
			}

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

.bge-contents .bgb-button3 .bgt-grid.bgt-grid--last, .c-content-main .bgb-button3 .bgt-grid.bgt-grid--last {
					padding: 0
			}
				}

.bge-contents .bgb-button3 .bgt-button-container, .c-content-main .bgb-button3 .bgt-button-container {
			width: 100%;
		}

.bge-contents .bgb-button3 .bgt-button-container .bgt-btn, .c-content-main .bgb-button3 .bgt-button-container .bgt-btn {
				min-width: 0;
				width: 100%;
			}

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

.bge-contents .bgb-button3 .bgt-button-container .bgt-btn, .c-content-main .bgb-button3 .bgt-button-container .bgt-btn {
					width: 100%
			}
				}

.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: #e7ba03;
	}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn, .c-content-main [data-bgt-button-kind="external"] .bgt-btn {
		background: #7aaab8;
		padding: 14px 44px 14px 19px;
		border: 1px solid #7aaab8;
		-webkit-transition: 300ms;
		transition: 300ms;
	}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::after {
			content: "";
			display: block;
			width: 13px;
			height: 13px;
			margin-top: -6px;
			position: absolute;
			right: 15px;
			top: 50%;
			background: url("../img/common/icon-btn-external-off.png") no-repeat;
			background-size: 100%;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn::before, .c-content-main [data-bgt-button-kind="external"] .bgt-btn::before {
			content: none;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover {
			background: #fff;
			color: #7aaab8 !important;
		}

.bge-contents [data-bgt-button-kind="external"] .bgt-btn:hover::after, .c-content-main [data-bgt-button-kind="external"] .bgt-btn:hover::after {
				background: url("../img/common/icon-btn-external-on.png") no-repeat;
			}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn, .c-content-main [data-bgt-button-kind="back"] .bgt-btn {
		background: #d6d6d6;
		color: #333 !important;
	}

.bge-contents [data-bgt-button-kind="back"] .bgt-btn::after, .c-content-main [data-bgt-button-kind="back"] .bgt-btn::after {
			background: url("../img/common/icon-btn-arrow-r_bk.png") no-repeat;
		}

.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 .bgt-download-file__link, .c-content-main .bgt-download-file__link {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: #0047a8;
		border: none;
		color: #fff !important;
		display: inline-block;
		font-size: 1.3rem;
		font-weight: bold;
		min-width: 260px;
		padding: 14px 10px;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 6px;
		overflow: hidden;
	}

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

.bge-contents .bgt-download-file__link, .c-content-main .bgt-download-file__link {
			width: 100%;
			min-width: 0
	}
		}

.bge-contents .bgt-download-file__link[href=""], .c-content-main .bgt-download-file__link[href=""] {
			display: none;
		}

.bge-contents .bgt-download-file__link:active, .bge-contents .bgt-download-file__link:focus, .c-content-main .bgt-download-file__link:active, .c-content-main .bgt-download-file__link:focus {
			-webkit-box-shadow:
				0 0 10px 0 #0570c7,
				0 0 10px 0 #fff;
			        box-shadow:
				0 0 10px 0 #0570c7,
				0 0 10px 0 #fff;
		}

.bge-contents .bgt-download-file__link::before, .c-content-main .bgt-download-file__link::before {
			content: "";
			height: 100%;
			width: 30px;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
			opacity: 0;
		}

.bge-contents .bgt-download-file__link:hover::before, .c-content-main .bgt-download-file__link:hover::before {
				-webkit-animation: reflection 800ms;
				        animation: reflection 800ms;
			}

.bge-contents .bgb-download-file3 .bgt-grid, .c-content-main .bgb-download-file3 .bgt-grid {
			width: 33.33333%;
			float: left;
			padding-left: 9px;
			padding-right: 9px;
		}

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

.bge-contents .bgb-download-file3 .bgt-grid, .c-content-main .bgb-download-file3 .bgt-grid {
				width: 100%;
				float: none;
				padding: 0;
				margin-bottom: 20px
		}
			}

.bge-contents .bgb-download-file3 .bgt-grid.bgt-grid--first, .c-content-main .bgb-download-file3 .bgt-grid.bgt-grid--first {
				padding-left: 0;
				padding-right: 18px;
			}

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

.bge-contents .bgb-download-file3 .bgt-grid.bgt-grid--first, .c-content-main .bgb-download-file3 .bgt-grid.bgt-grid--first {
					padding: 0;
					margin-bottom: 20px
			}
				}

.bge-contents .bgb-download-file3 .bgt-grid.bgt-grid--last, .c-content-main .bgb-download-file3 .bgt-grid.bgt-grid--last {
				padding-left: 18px;
				padding-right: 0;
			}

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

.bge-contents .bgb-download-file3 .bgt-grid.bgt-grid--last, .c-content-main .bgb-download-file3 .bgt-grid.bgt-grid--last {
					padding: 0
			}
				}

.bge-contents .bgb-download-file3 .bgt-download-file-container, .c-content-main .bgb-download-file3 .bgt-download-file-container {
			width: 100%;
		}

.bge-contents .bgb-download-file3 .bgt-download-file-container .bgt-download-file__link, .c-content-main .bgb-download-file3 .bgt-download-file-container .bgt-download-file__link {
				min-width: 0;
				width: 100%;
			}

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

.bge-contents .bgt-download-file-container, .c-content-main .bgt-download-file-container {
			width: 100%
	}
		}

.bge-contents [data-bgb="download-file"], .bge-contents [data-bgb="download-file2"], .bge-contents [data-bgb="download-file3"], .c-content-main [data-bgb="download-file"], .c-content-main [data-bgb="download-file2"], .c-content-main [data-bgb="download-file3"] {
		text-align: center;
	}

.bge-contents .bgt-link__size, .c-content-main .bgt-link__size {
		font-size: 0.8125em;
		font-weight: normal;
		opacity: .7;
	}

.bge-contents .bgt-link__icon, .c-content-main .bgt-link__icon {
		text-indent: -9999em;
	}

.bge-contents .bgt-link__icon::after, .c-content-main .bgt-link__icon::after {
			vertical-align: middle;
		}

.bge-contents [data-bgb="download-file"] [data-bgt="download-file"] a, .bge-contents [data-bgb="download-file2"] [data-bgt="download-file"] a, .bge-contents [data-bgb="download-file3"] [data-bgt="download-file"] a, .c-content-main [data-bgb="download-file"] [data-bgt="download-file"] a, .c-content-main [data-bgb="download-file2"] [data-bgt="download-file"] a, .c-content-main [data-bgb="download-file3"] [data-bgt="download-file"] a {
			width: 100%;
		}

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

.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 :link, .c-content-main .bgt-image :link {
			outline: none;
		}

.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: 1em;
	}

.bge-contents .bgb-opt--bg-blue, .c-content-main .bgb-opt--bg-blue {
		background: #e8f3f6;
	}

.bge-contents .bgb-opt--border-thin, .c-content-main .bgb-opt--border-thin {
		border-width: 2px !important;
	}

.bge-contents .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-trbl {
		border-width: 2px !important;
		padding: 1em;
	}

.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-bottom: 1em;
		padding-top: 1em;
	}

.bge-contents .bgb-opt--border-lr, .c-content-main .bgb-opt--border-lr {
		border-top-width: 0 !important;
		border-bottom-width: 0 !important;
		padding-left: 1em;
		padding-right: 1em;
	}

.bge-contents .bgb-opt--border-trl, .c-content-main .bgb-opt--border-trl {
		border-bottom-width: 0 !important;
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 1em;
		padding-bottom: 0;
	}

.bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-rbl {
		border-top-width: 0 !important;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
	}

.bge-contents .bgb-opt--border-dotted, .c-content-main .bgb-opt--border-dotted {
		border-width: 2px !important;
	}

.bge-contents .bgb-opt--border-trbl, .bge-contents .bgb-opt--border-td, .bge-contents .bgb-opt--border-tb, .bge-contents .bgb-opt--border-lr, .bge-contents .bgb-opt--border-trl, .bge-contents .bgb-opt--border-rbl, .c-content-main .bgb-opt--border-trbl, .c-content-main .bgb-opt--border-td, .c-content-main .bgb-opt--border-tb, .c-content-main .bgb-opt--border-lr, .c-content-main .bgb-opt--border-trl, .c-content-main .bgb-opt--border-rbl {
		border-color: #83baee;
	}

.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
		margin-bottom: 6rem !important;
	}

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

.bge-contents .bgb-opt--mb-large, .c-content-main .bgb-opt--mb-large {
			margin-bottom: 4rem !important
	}
		}

.bge-contents .bgb-opt--mb-small, .c-content-main .bgb-opt--mb-small {
		margin-bottom: 1em !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: 5px;
		}

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

.bge-contents [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child {
			margin-bottom: 10px
	}
		}

/* 2列ブロック内 レイアウト用最初のコンテナ */

.bge-contents [data-bgb="button2"] .bgt-grid--first, .bge-contents [data-bgb="download-file2"] .bgt-grid--first, .bge-contents [data-bgb="image-link-text2"] .bgt-grid--first, .bge-contents [data-bgb="image-link2"] .bgt-grid--first, .bge-contents [data-bgb="image-text2"] .bgt-grid--first, .bge-contents [data-bgb="image2"] .bgt-grid--first, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--first, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--first, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--first, .c-content-main [data-bgb="button2"] .bgt-grid--first, .c-content-main [data-bgb="download-file2"] .bgt-grid--first, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--first, .c-content-main [data-bgb="image-link2"] .bgt-grid--first, .c-content-main [data-bgb="image-text2"] .bgt-grid--first, .c-content-main [data-bgb="image2"] .bgt-grid--first, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--first, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--first, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--first {
		padding-right: 15px;
	}

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

.bge-contents [data-bgb="button2"] .bgt-grid--first, .bge-contents [data-bgb="download-file2"] .bgt-grid--first, .bge-contents [data-bgb="image-link-text2"] .bgt-grid--first, .bge-contents [data-bgb="image-link2"] .bgt-grid--first, .bge-contents [data-bgb="image-text2"] .bgt-grid--first, .bge-contents [data-bgb="image2"] .bgt-grid--first, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--first, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--first, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--first, .c-content-main [data-bgb="button2"] .bgt-grid--first, .c-content-main [data-bgb="download-file2"] .bgt-grid--first, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--first, .c-content-main [data-bgb="image-link2"] .bgt-grid--first, .c-content-main [data-bgb="image-text2"] .bgt-grid--first, .c-content-main [data-bgb="image2"] .bgt-grid--first, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--first, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--first, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--first {
			padding-right: 0
	}
		}

/* 2列ブロック内 レイアウト用最後のコンテナ */

.bge-contents [data-bgb="button2"] .bgt-grid--last, .bge-contents [data-bgb="download-file2"] .bgt-grid--last, .bge-contents [data-bgb="image-link-text2"] .bgt-grid--last, .bge-contents [data-bgb="image-link2"] .bgt-grid--last, .bge-contents [data-bgb="image-text2"] .bgt-grid--last, .bge-contents [data-bgb="image2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--last, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--last, .c-content-main [data-bgb="button2"] .bgt-grid--last, .c-content-main [data-bgb="download-file2"] .bgt-grid--last, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--last, .c-content-main [data-bgb="image-link2"] .bgt-grid--last, .c-content-main [data-bgb="image-text2"] .bgt-grid--last, .c-content-main [data-bgb="image2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--last, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--last {
		padding-left: 15px;
	}

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

.bge-contents [data-bgb="button2"] .bgt-grid--last, .bge-contents [data-bgb="download-file2"] .bgt-grid--last, .bge-contents [data-bgb="image-link-text2"] .bgt-grid--last, .bge-contents [data-bgb="image-link2"] .bgt-grid--last, .bge-contents [data-bgb="image-text2"] .bgt-grid--last, .bge-contents [data-bgb="image2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--last, .bge-contents [data-bgb="wysiwyg2"] .bgt-grid--last, .c-content-main [data-bgb="button2"] .bgt-grid--last, .c-content-main [data-bgb="download-file2"] .bgt-grid--last, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--last, .c-content-main [data-bgb="image-link2"] .bgt-grid--last, .c-content-main [data-bgb="image-text2"] .bgt-grid--last, .c-content-main [data-bgb="image2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--last, .c-content-main [data-bgb="wysiwyg2"] .bgt-grid--last {
			padding-left: 0
	}
		}

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

.bge-contents [data-bgb="image-link-text2"] .bgt-grid--last, .bge-contents [data-bgb="image-link2"] .bgt-grid--last, .bge-contents [data-bgb="image-text2"] .bgt-grid--last, .bge-contents [data-bgb="image2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image-link2"] .bgt-grid--last, .bge-contents [data-bgb="trimmed-image2"] .bgt-grid--last, .c-content-main [data-bgb="image-link-text2"] .bgt-grid--last, .c-content-main [data-bgb="image-link2"] .bgt-grid--last, .c-content-main [data-bgb="image-text2"] .bgt-grid--last, .c-content-main [data-bgb="image2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image-link2"] .bgt-grid--last, .c-content-main [data-bgb="trimmed-image2"] .bgt-grid--last {
			margin-top: 25px
	}
		}

.bge-contents [data-bgb="text-image1"] .bgt-grid--first, .bge-contents [data-bgb="text-image2"] .bgt-grid--first, .c-content-main [data-bgb="text-image1"] .bgt-grid--first, .c-content-main [data-bgb="text-image2"] .bgt-grid--first {
			padding-right: 15px;
		}

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

.bge-contents [data-bgb="text-image1"] .bgt-grid--first, .bge-contents [data-bgb="text-image2"] .bgt-grid--first, .c-content-main [data-bgb="text-image1"] .bgt-grid--first, .c-content-main [data-bgb="text-image2"] .bgt-grid--first {
				padding-right: 0;
				margin-bottom: 15px
		}
			}

.bge-contents [data-bgb="text-image1"] .bgt-grid--last, .bge-contents [data-bgb="text-image2"] .bgt-grid--last, .c-content-main [data-bgb="text-image1"] .bgt-grid--last, .c-content-main [data-bgb="text-image2"] .bgt-grid--last {
			padding-left: 15px;
		}

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

.bge-contents [data-bgb="text-image1"] .bgt-grid--last, .bge-contents [data-bgb="text-image2"] .bgt-grid--last, .c-content-main [data-bgb="text-image1"] .bgt-grid--last, .c-content-main [data-bgb="text-image2"] .bgt-grid--last {
				padding-left: 0
		}
			}

.bge-contents [data-bgb="image-text1"] .bgt-ckeditor-container, .bge-contents [data-bgb="image-text2"] .bgt-ckeditor-container, .bge-contents [data-bgb="image-text3"] .bgt-ckeditor-container, .bge-contents [data-bgb="image-text4"] .bgt-ckeditor-container, .bge-contents [data-bgb="image-text5"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text1"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text2"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text3"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text4"] .bgt-ckeditor-container, .c-content-main [data-bgb="image-text5"] .bgt-ckeditor-container {
			font-size: 1.3rem;
		}

.bge-contents .column-reverse .bgt-link__box, .c-content-main .column-reverse .bgt-link__box {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
			    -ms-flex-direction: column-reverse;
			        flex-direction: column-reverse;
		}

.bge-contents .column-reverse .bgt-link__box .bgt-box__image-container, .c-content-main .column-reverse .bgt-link__box .bgt-box__image-container {
				min-height: 1%;
			}

.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:hover .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery:hover .bgt-gallery-ctrl {
					opacity: 1;
				}

.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(51, 51, 51, 0.6);
				padding: .7em 1em;
				text-align: center;
			}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl {
				top: 50%;
				opacity: 0;
				-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;
					background: none;
					border: none;
					-webkit-transform-origin: center center;
					        transform-origin: center center;
				}

.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: .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: 40px;
						height: 40px;
						border: solid #fff;
						border-width: 5px 5px 0 0;
					}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__prev, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__prev {
					left: 20px;
					-webkit-transform: rotate(-135deg);
					        transform: rotate(-135deg);
				}

.bge-contents [data-bgt="gallery"] .bgt-gallery-ctrl__next, .c-content-main [data-bgt="gallery"] .bgt-gallery-ctrl__next {
					right: 20px;
					-webkit-transform: rotate(45deg);
					        transform: rotate(45deg);
				}

.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.75em;
					height: 3.75em;
				}

.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 2px;
					width: 10px;
					height: 10px;
					background-color: #0453c1;
					border-radius: 100%;
					opacity: .6;
				}

.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 {
						opacity: 1;
					}

.bge-contents .bgt-youtube-container, .c-content-main .bgt-youtube-container {
		width: 350px;
		margin: 0 auto;
	}

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

.bge-contents .bgt-youtube-container, .c-content-main .bgt-youtube-container {
			width: 100%;
			max-width: 350px
	}
		}

.bge-contents .bgt-youtube-container .bgt-youtube, .c-content-main .bgt-youtube-container .bgt-youtube {
			padding-top: 76.28%;
			position: relative;
			margin: 0 auto;
		}

.bge-contents .index-panel ul, .c-content-main .index-panel ul {
			list-style: none;
			padding: 0;
			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;
		}

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

.bge-contents .index-panel ul, .c-content-main .index-panel ul {
				display: block
		}
			}

.bge-contents .index-panel ul li, .c-content-main .index-panel ul li {
				list-style: none;
				width: 31.25%;
				margin-left: 3.125%;
				margin-bottom: 40px;
				padding: 0;
			}

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

.bge-contents .index-panel ul li, .c-content-main .index-panel ul li {
					width: 100%;
					margin-bottom: 20px;
					margin-left: 0
			}
				}

.bge-contents .index-panel ul li::before, .c-content-main .index-panel ul li::before {
					content: none;
				}

.bge-contents .index-panel ul li:nth-child(3n+1), .c-content-main .index-panel ul li:nth-child(3n+1) {
					margin-left: 0;
				}

.bge-contents .index-panel ul li a, .c-content-main .index-panel ul li a {
					text-decoration: none;
					display: block;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					color: #333;
				}

.bge-contents .index-panel ul li a:hover, .c-content-main .index-panel ul li a:hover {
						opacity: .6;
					}

.bge-contents .index-panel ul li figure, .c-content-main .index-panel ul li figure {
					margin: 0;
					overflow: hidden;
					width: 100%;
					padding-top: 62.5%;
					position: relative;
				}

.bge-contents .index-panel ul li figure img, .c-content-main .index-panel ul li figure img {
						width: 100%;
						vertical-align: top;
						font-family: "object-fit:cover", "object-fit:cover";
						-o-object-fit: cover;
						   object-fit: cover;
						position: absolute;
						top: 0;
					}

.bge-contents .index-panel ul li figure figcaption, .c-content-main .index-panel ul li figure figcaption {
						font-size: 1.8rem;
						padding: 10px 0 10px 25px;
						border-bottom: 1px solid #dedede;
						font-weight: bold;
						position: relative;
					}

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

.bge-contents .index-panel ul li figure figcaption, .c-content-main .index-panel ul li figure figcaption {
							font-size: 1.5rem;
							padding: 7px 0 7px 20px
					}
						}

.bge-contents .index-panel ul li figure figcaption::before, .c-content-main .index-panel ul li figure figcaption::before {
							content: "";
							width: 18px;
							height: 18px;
							border-radius: 50%;
							background: #003885;
							position: absolute;
							left: 0;
							top: 15px;
						}

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

.bge-contents .index-panel ul li figure figcaption::before, .c-content-main .index-panel ul li figure figcaption::before {
								width: 14px;
								height: 14px;
								top: 12px
						}
							}

.bge-contents .index-panel ul li figure figcaption::after, .c-content-main .index-panel ul li figure figcaption::after {
							content: "";
							-webkit-box-sizing: border-box;
							        box-sizing: border-box;
							width: 4px;
							height: 4px;
							border: 4px solid transparent;
							border-left: 4px solid #fff;
							position: absolute;
							left: 8px;
							top: 20px;
						}

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

.bge-contents .index-panel ul li figure figcaption::after, .c-content-main .index-panel ul li figure figcaption::after {
								width: 3px;
								height: 3px;
								border: 3px solid transparent;
								border-left: 3px solid #fff;
								left: 6px;
								top: 16px
						}
							}

.bge-contents .index-panel-text, .c-content-main .index-panel-text {
			margin: 10px 0 0;
			font-size: 1.4rem;
		}

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

.bge-contents .index-panel-text, .c-content-main .index-panel-text {
				margin: 5px 0 0;
				font-size: 1.2rem
		}
			}

.bge-contents .anchor-list ul, .c-content-main .anchor-list ul {
			padding: 0;
			overflow: hidden;
		}

.bge-contents .anchor-list li, .c-content-main .anchor-list li {
			display: block;
			float: left;
			width: 172px;
			padding: 0;
			margin: 0 14px 14px 0;
		}

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

.bge-contents .anchor-list li, .c-content-main .anchor-list li {
				margin: 0 0 8px;
				width: 49%
		}
			}

.bge-contents .anchor-list li:nth-child(4n), .c-content-main .anchor-list li:nth-child(4n) {
				margin: 0 0 14px;
			}

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

.bge-contents .anchor-list li:nth-child(4n), .c-content-main .anchor-list li:nth-child(4n) {
					margin: 0 0 8px
			}
				}

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

.bge-contents .anchor-list li:nth-child(2n), .c-content-main .anchor-list li:nth-child(2n) {
					float: right
			}
				}

.bge-contents .anchor-list li::before, .c-content-main .anchor-list li::before {
				content: none;
			}

.bge-contents .anchor-list li a, .c-content-main .anchor-list li a {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				padding: 2px 26px 2px 15px;
				background: #ececec;
				font-size: 1.1rem;
				line-height: 1.4;
				text-decoration: none;
				-webkit-transition: color 300ms;
				transition: color 300ms;
				min-height: 30px;
				border-radius: 20px;
				position: relative;
				font-weight: bold;
				-webkit-transition: 300ms;
				transition: 300ms;
				color: #333;
			}

.bge-contents .anchor-list li a::after, .c-content-main .anchor-list li a::after {
					content: "";
					display: block;
					width: 7px;
					height: 7px;
					border-top: 2px solid #0453c1;
					border-right: 2px solid #0453c1;
					-webkit-transform: rotate(135deg);
					        transform: rotate(135deg);
					position: absolute;
					right: 12px;
					top: 50%;
					margin-top: -4px;
				}

.bge-contents .anchor-list li a:hover, .c-content-main .anchor-list li a:hover {
					opacity: .6;
				}

.bge-contents .anchor-list [data-column="3"] li, .c-content-main .anchor-list [data-column="3"] li {
				display: block;
				float: left;
				width: 222px;
				padding: 0;
				margin: 0 32px 14px 0;
			}

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

.bge-contents .anchor-list [data-column="3"] li, .c-content-main .anchor-list [data-column="3"] li {
					margin: 0 0 8px;
					width: 49%
			}
				}

.bge-contents .anchor-list [data-column="3"] li:nth-child(4n), .c-content-main .anchor-list [data-column="3"] li:nth-child(4n) {
					margin: 0 32px 14px 0;
				}

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

.bge-contents .anchor-list [data-column="3"] li:nth-child(4n), .c-content-main .anchor-list [data-column="3"] li:nth-child(4n) {
						margin: 0 0 8px
				}
					}

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

.bge-contents .anchor-list [data-column="3"] li:nth-child(2n), .c-content-main .anchor-list [data-column="3"] li:nth-child(2n) {
						float: right
				}
					}

.bge-contents .anchor-list [data-column="3"] li:nth-child(3n), .c-content-main .anchor-list [data-column="3"] li:nth-child(3n) {
					margin: 0 0 14px;
				}

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

.bge-contents .anchor-list [data-column="3"] li:nth-child(3n), .c-content-main .anchor-list [data-column="3"] li:nth-child(3n) {
						margin: 0 0 8px
				}
					}

.bge-contents .history-block, .c-content-main .history-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		margin: 0 0 25px;
	}

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

.bge-contents .history-block, .c-content-main .history-block {
			display: block
	}
		}

.bge-contents .history-block dt, .c-content-main .history-block dt {
			background: #e7faff;
			width: 130px;
			border-right: 1px solid #0453c1;
			padding: 15px;
			font-size: 2.2rem;
			font-weight: bold;
			line-height: 1.5;
			color: #0453c1;
			text-align: center;
		}

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

.bge-contents .history-block dt, .c-content-main .history-block dt {
				width: 100%;
				border-right: none;
				border-bottom: 1px solid #0453c1;
				padding: 5px 10px;
				font-size: 1.8rem;
				margin: 0 0 10px
		}
			}

.bge-contents .history-block dt span, .c-content-main .history-block dt span {
				display: block;
				font-size: 1.4rem;
				color: #111;
			}

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

.bge-contents .history-block dt span, .c-content-main .history-block dt span {
					font-size: 1.2rem;
					display: inline
			}
				}

.bge-contents .history-block dd, .c-content-main .history-block dd {
			padding: 15px 0 15px 28px;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			margin: 0;
		}

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

.bge-contents .history-block dd, .c-content-main .history-block dd {
				padding: 0
		}
			}

.bge-contents .history-block dd .history-box, .c-content-main .history-block dd .history-box {
				overflow: hidden;
				margin: 0 0 25px;
			}

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

.bge-contents .history-block dd .history-box, .c-content-main .history-block dd .history-box {
					margin: 0 0 15px
			}
				}

.bge-contents .history-block dd .history-box:last-child, .c-content-main .history-block dd .history-box:last-child {
					margin: 0;
				}

.bge-contents .history-block dd .history-box .history-img, .c-content-main .history-block dd .history-box .history-img {
					float: left;
					margin: 0 28px 0 0;
					padding: 0;
					text-align: center;
				}

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

.bge-contents .history-block dd .history-box .history-img, .c-content-main .history-block dd .history-box .history-img {
						margin: 0 15px 0 0;
						width: 33%;
						min-width: 85px;
						max-width: 130px
				}
					}

.bge-contents .history-block dd .history-box .history-img img, .c-content-main .history-block dd .history-box .history-img img {
						max-width: 100%;
					}

.bge-contents .history-block dd .history-box .history-text, .c-content-main .history-block dd .history-box .history-text {
					overflow: hidden;
				}

.bge-contents .idea-block, .c-content-main .idea-block {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

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

.bge-contents .idea-block, .c-content-main .idea-block {
			display: block
	}
		}

.bge-contents .idea-block-text, .c-content-main .idea-block-text {
			margin: 0 0 15px;
			padding: 0;
			font-size: 2.6rem;
			font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
			color: #003885;
			font-weight: bold;
		}

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

.bge-contents .idea-block-text, .c-content-main .idea-block-text {
				margin: 0 0 10px;
				font-size: 2rem
		}
			}

.bge-contents .idea-block li, .c-content-main .idea-block li {
			padding: 25px;
			margin: 0 0 40px;
			background: #f6f6f6;
			width: 350px;
		}

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

.bge-contents .idea-block li, .c-content-main .idea-block li {
				padding: 15px;
				margin: 0 0 25px;
				width: 100%
		}
			}

.bge-contents .idea-block li::before, .c-content-main .idea-block li::before {
				content: none;
			}

.bge-contents .idea-block li dl, .c-content-main .idea-block li dl {
				margin: 0;
				padding: 0;
			}

.bge-contents .idea-block li dl dt, .c-content-main .idea-block li dl dt {
					margin: 0 0 15px;
					padding: 0;
					font-size: 2.6rem;
					font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
					color: #003885;
					font-weight: bold;
				}

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

.bge-contents .idea-block li dl dt, .c-content-main .idea-block li dl dt {
						margin: 0 0 10px;
						font-size: 2rem
				}
					}

.bge-contents .idea-block li dl dd, .c-content-main .idea-block li dl dd {
					margin: 0;
					padding: 0 0 0 53px;
				}

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

.bge-contents .idea-block li dl dd, .c-content-main .idea-block li dl dd {
						padding: 0 0 0 40px
				}
					}

.bge-contents .time-schedule, .c-content-main .time-schedule {
		margin: 0 0 70px;
	}

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

.bge-contents .time-schedule, .c-content-main .time-schedule {
			margin: 0 0 35px
	}
		}

.bge-contents .time-schedule__box, .c-content-main .time-schedule__box {
			border: 1px solid #d5e4e9;
			background: #fcfcfc;
			padding: 22px 45px 22px 27px;
			margin: 0 0 40px;
			position: relative;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

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

.bge-contents .time-schedule__box, .c-content-main .time-schedule__box {
				padding: 10px;
				margin: 0 0 25px
		}
			}

.bge-contents .time-schedule__box::after, .c-content-main .time-schedule__box::after {
				content: "";
				display: block;
				margin: 0 auto;
				width: 3px;
				height: 40px;
				background: #75a7b5;
				position: absolute;
				left: 0;
				right: 0;
				bottom: -41px;
			}

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

.bge-contents .time-schedule__box::after, .c-content-main .time-schedule__box::after {
					bottom: -26px;
					width: 2px;
					height: 25px
			}
				}

.bge-contents .time-schedule__box:last-child::after, .c-content-main .time-schedule__box:last-child::after {
					content: none;
				}

.bge-contents .time-schedule__box[data-topic="meeting"]::before, .c-content-main .time-schedule__box[data-topic="meeting"]::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					z-index: 0;
					width: 196px;
					height: 73px;
					background: url("/img/recruit/text-morning.png") no-repeat;
					background-size: auto 100%;
				}

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

.bge-contents .time-schedule__box[data-topic="meeting"]::before, .c-content-main .time-schedule__box[data-topic="meeting"]::before {
						height: 50px
				}
					}

.bge-contents .time-schedule__box[data-topic="afternoon"]::before, .c-content-main .time-schedule__box[data-topic="afternoon"]::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					z-index: 0;
					width: 235px;
					height: 60px;
					background: url("/img/recruit/text-afternoon.png") no-repeat;
					background-size: auto 100%;
				}

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

.bge-contents .time-schedule__box[data-topic="afternoon"]::before, .c-content-main .time-schedule__box[data-topic="afternoon"]::before {
						height: 41px
				}
					}

.bge-contents .time-schedule__box[data-topic="evening"]::before, .c-content-main .time-schedule__box[data-topic="evening"]::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					z-index: 0;
					width: 185px;
					height: 73px;
					background: url("/img/recruit/text-evening.png") no-repeat;
					background-size: auto 100%;
				}

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

.bge-contents .time-schedule__box[data-topic="evening"]::before, .c-content-main .time-schedule__box[data-topic="evening"]::before {
						height: 50px
				}
					}

.bge-contents .time-schedule__box-time, .c-content-main .time-schedule__box-time {
				font-size: 2.6rem;
				width: 88px;
				line-height: 1;
				margin: 0;
				position: relative;
			}

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

.bge-contents .time-schedule__box-time, .c-content-main .time-schedule__box-time {
					font-size: 2rem;
					width: 60px
			}
				}

.bge-contents .time-schedule__box-text, .c-content-main .time-schedule__box-text {
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				position: relative;
			}

.bge-contents .time-schedule__box-text-title, .c-content-main .time-schedule__box-text-title {
					font-weight: bold;
					font-weight: 1.6rem;
					color: #003885;
					margin: 0 0 5px;
					padding: 0;
				}

.bge-contents .time-schedule__box-text-inner p, .c-content-main .time-schedule__box-text-inner p {
						font-size: 1.4rem;
						margin: 0;
					}

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

.bge-contents .time-schedule__box-text-inner p, .c-content-main .time-schedule__box-text-inner p {
							font-size: 1.3rem
					}
						}

.bge-contents .time-schedule__box-text-point, .c-content-main .time-schedule__box-text-point {
					padding: 12px 30px;
					border: 1px solid #d5e4e9;
					background: #fff;
					margin: 1em 0 0;
				}

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

.bge-contents .time-schedule__box-text-point, .c-content-main .time-schedule__box-text-point {
						padding: 10px 15px;
						margin: 10px 0 0
				}
					}

.bge-contents .time-schedule__box-text-point dt, .c-content-main .time-schedule__box-text-point dt {
						color: #00520d;
						padding: 0 0 0 23px;
						position: relative;
					}

.bge-contents .time-schedule__box-text-point dt::before, .c-content-main .time-schedule__box-text-point dt::before {
							content: "";
							width: 13px;
							height: 2px;
							background: #00520d;
							position: absolute;
							top: 10px;
							left: 0;
						}

.bge-contents .time-schedule__box-text-point dd, .c-content-main .time-schedule__box-text-point dd {
						margin: 0;
						padding: 0;
						font-size: 1.4rem;
					}

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

.bge-contents .time-schedule__box-text-point dd, .c-content-main .time-schedule__box-text-point dd {
							font-size: 1.3rem
					}
						}

.bge-contents .recruit-index-panel ul, .c-content-main .recruit-index-panel ul {
			list-style: none;
			padding: 0;
			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;
		}

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

.bge-contents .recruit-index-panel ul, .c-content-main .recruit-index-panel ul {
				display: block;
				overflow: hidden
		}
			}

.bge-contents .recruit-index-panel ul li, .c-content-main .recruit-index-panel ul li {
				list-style: none;
				width: 30.82%;
				margin-left: 3.75%;
				margin-bottom: 50px;
				padding: 0;
			}

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

.bge-contents .recruit-index-panel ul li, .c-content-main .recruit-index-panel ul li {
					width: 48.5%;
					margin-bottom: 20px;
					margin-left: 0;
					float: left
			}
				}

.bge-contents .recruit-index-panel ul li::before, .c-content-main .recruit-index-panel ul li::before {
					content: none;
				}

.bge-contents .recruit-index-panel ul li:nth-child(3n+1), .c-content-main .recruit-index-panel ul li:nth-child(3n+1) {
					margin-left: 0;
				}

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

.bge-contents .recruit-index-panel ul li:nth-child(2n), .c-content-main .recruit-index-panel ul li:nth-child(2n) {
						float: right
				}
					}

.bge-contents .recruit-index-panel ul li a, .c-content-main .recruit-index-panel ul li a {
					text-decoration: none;
					display: block;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					color: #003885;
				}

.bge-contents .recruit-index-panel ul li a:hover, .c-content-main .recruit-index-panel ul li a:hover {
						opacity: .6;
					}

.bge-contents .recruit-index-panel ul li figure, .c-content-main .recruit-index-panel ul li figure {
					margin: 0;
				}

.bge-contents .recruit-index-panel ul li figure .recruit-panel-pict, .c-content-main .recruit-index-panel ul li figure .recruit-panel-pict {
						position: relative;
						padding-top: 84.3%;
						width: 100%;
						overflow: hidden;
					}

.bge-contents .recruit-index-panel ul li figure .recruit-panel-pict img, .c-content-main .recruit-index-panel ul li figure .recruit-panel-pict img {
							width: 100%;
							height: 100%;
							vertical-align: top;
							font-family: "object-fit:cover", "object-fit:cover";
							-o-object-fit: cover;
							   object-fit: cover;
							position: absolute;
							top: 0;
						}

.bge-contents .recruit-index-panel ul li figure .recruit-panel-pict span, .c-content-main .recruit-index-panel ul li figure .recruit-panel-pict span {
							position: absolute;
							bottom: 0;
							right: 0;
							display: block;
							background: #0353c1;
							color: #fff;
							font-size: 1.2rem;
							line-height: 1.3;
							padding: 4px 8px 4px 25px;
						}

.bge-contents .recruit-index-panel ul li figure .recruit-panel-pict span::before, .c-content-main .recruit-index-panel ul li figure .recruit-panel-pict span::before {
								content: "";
								display: block;
								position: absolute;
								left: 7px;
								top: 0;
								bottom: 0;
								margin: auto;
								width: 13px;
								height: 13px;
								background: url("../img/common/icon-quark.png") no-repeat;
							}

.bge-contents .recruit-index-panel ul li figure figcaption, .c-content-main .recruit-index-panel ul li figure figcaption {
						font-size: 1.6rem;
						line-height: 1.4;
						padding: 11px 30px 9px 10px;
						font-weight: bold;
						color: #111;
						position: relative;
						border-bottom: 1px solid #9cbee3;
					}

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

.bge-contents .recruit-index-panel ul li figure figcaption, .c-content-main .recruit-index-panel ul li figure figcaption {
							font-size: 1.5rem;
							padding: 11px 25px 9px 10px
					}
						}

.bge-contents .recruit-index-panel ul li figure figcaption span, .c-content-main .recruit-index-panel ul li figure figcaption span {
							display: block;
							color: #0453c1;
							font-size: 1.2rem;
						}

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

.bge-contents .recruit-index-panel ul li figure figcaption span, .c-content-main .recruit-index-panel ul li figure figcaption span {
								font-size: 1.1rem
						}
							}

.bge-contents .recruit-index-panel ul li figure figcaption::before, .c-content-main .recruit-index-panel ul li figure figcaption::before {
							content: "";
							width: 15px;
							height: 15px;
							border-radius: 50%;
							background: #0763c8;
							position: absolute;
							right: 10px;
							top: 50%;
							margin: -8px 0 0;
						}

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

.bge-contents .recruit-index-panel ul li figure figcaption::before, .c-content-main .recruit-index-panel ul li figure figcaption::before {
								right: 5px
						}
							}

.bge-contents .recruit-index-panel ul li figure figcaption::after, .c-content-main .recruit-index-panel ul li figure figcaption::after {
							content: "";
							-webkit-box-sizing: border-box;
							        box-sizing: border-box;
							width: 3px;
							height: 3px;
							border: 3px solid transparent;
							border-left: 3px solid #fff;
							position: absolute;
							right: 13px;
							top: 50%;
							margin: -4px 0 0;
						}

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

.bge-contents .recruit-index-panel ul li figure figcaption::after, .c-content-main .recruit-index-panel ul li figure figcaption::after {
								right: 8px
						}
							}

.bge-contents .recruit-index-panel ul li figure figcaption .recruit-panel-new, .c-content-main .recruit-index-panel ul li figure figcaption .recruit-panel-new {
							line-height: 1.4;
							font-size: 1rem;
							display: inline-block;
							margin: 0 0 0 5px;
							color: #fff;
							background: #dc2b39;
							padding: 1px 5px 0;
							font-weight: 500;
							vertical-align: middle;
						}

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

.bge-contents .recruit-index-panel ul li figure figcaption .recruit-panel-new, .c-content-main .recruit-index-panel ul li figure figcaption .recruit-panel-new {
								margin: 0 0 0 5px;
								padding: 1px 3px 0
						}
							}

.bge-contents .recruit-panel, .c-content-main .recruit-panel {
		margin: 0 0 30px;
	}

.bge-contents .recruit-panel ul, .c-content-main .recruit-panel ul {
			list-style: none;
			padding: 0;
			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;
		}

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

.bge-contents .recruit-panel ul, .c-content-main .recruit-panel ul {
				display: block;
				overflow: hidden
		}
			}

.bge-contents .recruit-panel ul li, .c-content-main .recruit-panel ul li {
				list-style: none;
				width: 22.7%;
				margin-left: 3%;
				margin-bottom: 35px;
				padding: 0;
			}

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

.bge-contents .recruit-panel ul li, .c-content-main .recruit-panel ul li {
					width: 48.5%;
					margin-bottom: 20px;
					margin-left: 0;
					float: left
			}
				}

.bge-contents .recruit-panel ul li::before, .c-content-main .recruit-panel ul li::before {
					content: none;
				}

.bge-contents .recruit-panel ul li:nth-child(4n+1), .c-content-main .recruit-panel ul li:nth-child(4n+1) {
					margin-left: 0;
				}

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

.bge-contents .recruit-panel ul li:nth-child(2n), .c-content-main .recruit-panel ul li:nth-child(2n) {
						float: right
				}
					}

.bge-contents .recruit-panel ul li a, .c-content-main .recruit-panel ul li a {
					text-decoration: none;
					display: block;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					color: #003885;
				}

.bge-contents .recruit-panel ul li a:hover, .c-content-main .recruit-panel ul li a:hover {
						opacity: .6;
					}

.bge-contents .recruit-panel ul li figure, .c-content-main .recruit-panel ul li figure {
					margin: 0;
				}

.bge-contents .recruit-panel ul li figure .recruit-panel-pict, .c-content-main .recruit-panel ul li figure .recruit-panel-pict {
						position: relative;
						padding-top: 84.3%;
						width: 100%;
						overflow: hidden;
					}

.bge-contents .recruit-panel ul li figure .recruit-panel-pict img, .c-content-main .recruit-panel ul li figure .recruit-panel-pict img {
							width: 100%;
							height: 100%;
							vertical-align: top;
							font-family: "object-fit:cover", "object-fit:cover";
							-o-object-fit: cover;
							   object-fit: cover;
							position: absolute;
							top: 0;
						}

.bge-contents .recruit-panel ul li figure .recruit-panel-pict span, .c-content-main .recruit-panel ul li figure .recruit-panel-pict span {
							position: absolute;
							bottom: 0;
							right: 0;
							display: block;
							background: #0353c1;
							color: #fff;
							font-size: 1.1rem;
							line-height: 1.3;
							padding: 2px 6px 2px 23px;
						}

.bge-contents .recruit-panel ul li figure .recruit-panel-pict span::before, .c-content-main .recruit-panel ul li figure .recruit-panel-pict span::before {
								content: "";
								display: block;
								position: absolute;
								left: 6px;
								top: 0;
								bottom: 0;
								margin: auto;
								width: 13px;
								height: 13px;
								background: url("../img/common/icon-quark.png") no-repeat;
							}

.bge-contents .recruit-panel ul li figure figcaption, .c-content-main .recruit-panel ul li figure figcaption {
						font-size: 1.6rem;
						line-height: 1.5;
						padding: 7px 30px 10px 14px;
						font-weight: bold;
						color: #111;
						position: relative;
						background: #f4f4f4;
					}

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

.bge-contents .recruit-panel ul li figure figcaption, .c-content-main .recruit-panel ul li figure figcaption {
							font-size: 1.5rem;
							padding: 7px 20px 10px 10px
					}
						}

.bge-contents .recruit-panel ul li figure figcaption span, .c-content-main .recruit-panel ul li figure figcaption span {
							display: block;
							color: #003885;
							font-size: 1.2rem;
						}

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

.bge-contents .recruit-panel ul li figure figcaption span, .c-content-main .recruit-panel ul li figure figcaption span {
								font-size: 1.1rem
						}
							}

.bge-contents .recruit-panel ul li figure figcaption::before, .c-content-main .recruit-panel ul li figure figcaption::before {
							content: "";
							width: 16px;
							height: 16px;
							border-radius: 50%;
							background: #003885;
							position: absolute;
							right: 10px;
							top: 50%;
							margin: -8px 0 0;
						}

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

.bge-contents .recruit-panel ul li figure figcaption::before, .c-content-main .recruit-panel ul li figure figcaption::before {
								right: 5px
						}
							}

.bge-contents .recruit-panel ul li figure figcaption::after, .c-content-main .recruit-panel ul li figure figcaption::after {
							content: "";
							-webkit-box-sizing: border-box;
							        box-sizing: border-box;
							width: 4px;
							height: 4px;
							border: 4px solid transparent;
							border-left: 5px solid #fff;
							position: absolute;
							right: 11px;
							top: 50%;
							margin: -4px 0 0;
						}

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

.bge-contents .recruit-panel ul li figure figcaption::after, .c-content-main .recruit-panel ul li figure figcaption::after {
								right: 6px
						}
							}

.bge-contents .recruit-panel ul li figure figcaption .recruit-panel-new, .c-content-main .recruit-panel ul li figure figcaption .recruit-panel-new {
							line-height: 1.4;
							font-size: 1rem;
							display: inline-block;
							margin: 0 0 0 5px;
							color: #fff;
							background: #dc2b39;
							padding: 1px 5px 0;
							font-weight: 500;
							vertical-align: middle;
						}

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

.bge-contents .recruit-panel ul li figure figcaption .recruit-panel-new, .c-content-main .recruit-panel ul li figure figcaption .recruit-panel-new {
								margin: 0 0 0 5px;
								padding: 1px 3px 0
						}
							}

.bge-contents .index-news, .c-content-main .index-news {
		max-width: 1024px;
		margin: 0 auto;
		padding: 0 0 90px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

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

.bge-contents .index-news, .c-content-main .index-news {
			padding: 0 0 55px;
			display: block
	}
		}

.bge-contents .index-news-title, .c-content-main .index-news-title {
			padding-bottom: 40px;
		}

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

.bge-contents .index-news-title, .c-content-main .index-news-title {
				padding-bottom: 0;
				overflow: hidden
		}
			}

.bge-contents .index-news-title h2, .c-content-main .index-news-title h2 {
				font-weight: bold;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				color: #024198;
				font-size: 4rem;
				width: 215px;
				margin: 0 0 40px;
				padding: 0;
				border: none;
			}

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

.bge-contents .index-news-title h2, .c-content-main .index-news-title h2 {
					font-size: 3.2rem;
					width: auto;
					position: relative;
					top: auto;
					float: left;
					margin: 0
			}
				}

.bge-contents .index-news-title h2::after, .c-content-main .index-news-title h2::after {
					content: none;
				}

.bge-contents .index-news-title h2 span, .c-content-main .index-news-title h2 span {
					display: block;
					font-size: 1.3rem;
					color: #333;
					font-weight: 500;
				}

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

.bge-contents .index-news-title h2 span, .c-content-main .index-news-title h2 span {
						font-size: 1rem
				}
					}

.bge-contents .index-news-title h2 span::before, .c-content-main .index-news-title h2 span::before {
						content: "";
						display: block;
						width: 33px;
						height: 3px;
						margin: 7px 0 10px;
						background: #c0c0c0;
					}

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

.bge-contents .index-news-title h2 span::before, .c-content-main .index-news-title h2 span::before {
							width: 18px;
							height: 2px;
							margin: 3px 0 5px
					}
						}

.bge-contents .index-news-more, .c-content-main .index-news-more {
			display: inline-block;
			position: relative;
		}

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

.bge-contents .index-news-more, .c-content-main .index-news-more {
				float: right;
				position: relative;
				top: auto;
				left: auto
		}
			}

.bge-contents .index-news-more a, .c-content-main .index-news-more a {
				min-width: 88px;
				background: #0047a8;
				text-align: center;
				color: #fff;
				font-size: 1.4rem;
				text-decoration: none;
				display: block;
				border-radius: 5px;
				padding: 1px 29px 3px 10px;
				-webkit-transition: all 300ms;
				transition: all 300ms;
			}

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

.bge-contents .index-news-more a, .c-content-main .index-news-more a {
					width: auto;
					font-size: 1.2rem;
					border-radius: 3px;
					padding: 1px 23px 3px 8px
			}
				}

.bge-contents .index-news-more a:hover, .c-content-main .index-news-more a:hover {
					opacity: .6;
				}

.bge-contents .index-news-more a::before, .c-content-main .index-news-more a::before {
					content: "";
					width: 14px;
					height: 14px;
					border-radius: 8px;
					display: block;
					position: absolute;
					right: 9px;
					top: 50%;
					margin: -6px 0 0;
					background: #fff;
				}

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

.bge-contents .index-news-more a::before, .c-content-main .index-news-more a::before {
						width: 10px;
						height: 10px;
						margin: -5px 0 0;
						right: 5px
				}
					}

.bge-contents .index-news-more a::after, .c-content-main .index-news-more a::after {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 3px 0 3px 3px;
					border-color: transparent transparent transparent #0047a8;
					position: absolute;
					right: 14px;
					top: 50%;
					margin-top: -2px;
				}

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

.bge-contents .index-news-more a::after, .c-content-main .index-news-more a::after {
						border-width: 3px 0 3px 3px;
						right: 8px;
						margin-top: -3px
				}
					}

.bge-contents .index-news-list-wrap, .c-content-main .index-news-list-wrap {
			padding: 0;
			margin: 0;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
		}

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

.bge-contents .index-news-list-wrap, .c-content-main .index-news-list-wrap {
				clear: both;
				margin: 0;
				padding-top: 15px
		}
			}

.bge-contents .index-news-list, .c-content-main .index-news-list {
			list-style: none;
			padding: 0;
			margin: 0;
		}

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

.bge-contents .index-news-list, .c-content-main .index-news-list {
				clear: both;
				margin: 0
		}
			}

.bge-contents .index-news-list li, .c-content-main .index-news-list li {
				border-bottom: solid 1px #e8e8e8;
				padding: 0;
			}

.bge-contents .index-news-list li::before, .c-content-main .index-news-list li::before {
					content: none;
				}

.bge-contents .index-news-list li a, .c-content-main .index-news-list li a {
					display: block;
					text-decoration: none;
					color: #333;
					-webkit-transition: all 300ms;
					transition: all 300ms;
					position: relative;
				}

.bge-contents .index-news-list li a:hover, .c-content-main .index-news-list li a:hover {
						opacity: .6;
					}

.bge-contents .index-news-list li a::before, .c-content-main .index-news-list li a::before {
						content: "";
						width: 16px;
						height: 16px;
						border-radius: 8px;
						display: block;
						position: absolute;
						right: 19px;
						top: 50%;
						margin: -12px 0 0;
						background: #0047a8;
					}

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

.bge-contents .index-news-list li a::before, .c-content-main .index-news-list li a::before {
							right: 5px
					}
						}

.bge-contents .index-news-list li a::after, .c-content-main .index-news-list li a::after {
						content: "";
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 3px 0 3px 3px;
						border-color: transparent transparent transparent #fff;
						position: absolute;
						right: 25px;
						top: 50%;
						margin-top: -7px;
					}

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

.bge-contents .index-news-list li a::after, .c-content-main .index-news-list li a::after {
							right: 11px
					}
						}

.bge-contents .index-news-list li dl, .c-content-main .index-news-list li dl {
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-wrap: nowrap;
					    flex-wrap: nowrap;
					padding: 24px 40px 24px 18px;
					position: relative;
					margin: 0;
				}

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

.bge-contents .index-news-list li dl, .c-content-main .index-news-list li dl {
						padding: 12px 23px 12px 3px;
						display: block;
						overflow: hidden
				}
					}

.bge-contents .index-news-list-date, .c-content-main .index-news-list-date {
				display: block;
				width: 98px;
				font-size: 1.6rem;
				font-weight: bold;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				color: #024198;
			}

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

.bge-contents .index-news-list-date, .c-content-main .index-news-list-date {
					width: auto;
					display: inline-block;
					font-size: 1.3rem;
					margin: 0 10px 0 0
			}
				}

.bge-contents .index-news-list-label, .c-content-main .index-news-list-label {
				font-size: 1.1rem;
				width: 95px;
				padding: 3px 5px;
				text-align: center;
				line-height: 1.3;
				word-wrap: break-word;
				color: #fff;
				border-radius: 3px;
				margin: 0 20px 0 0;
			}

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

.bge-contents .index-news-list-label, .c-content-main .index-news-list-label {
					display: inline-block;
					font-size: 1rem;
					min-width: 80px;
					width: auto;
					margin: 0;
					padding: 2px 5px 3px
			}
				}

.bge-contents .index-news-list-label[data-newslabel="organize"], .c-content-main .index-news-list-label[data-newslabel="organize"] {
					background: #89b87a;
				}

.bge-contents .index-news-list-label[data-newslabel="administration"], .c-content-main .index-news-list-label[data-newslabel="administration"] {
					background: #5bb3a5;
				}

.bge-contents .index-news-list-label[data-newslabel="account"], .c-content-main .index-news-list-label[data-newslabel="account"] {
					background: #6d9fbf;
				}

.bge-contents .index-news-list-label[data-newslabel="product"], .c-content-main .index-news-list-label[data-newslabel="product"] {
					background: #d3a427;
				}

.bge-contents .index-news-list-label[data-newslabel="event"], .c-content-main .index-news-list-label[data-newslabel="event"] {
					background: #c5764b;
				}

.bge-contents .index-news-list-label[data-newslabel="info"], .c-content-main .index-news-list-label[data-newslabel="info"] {
					background: #e78398;
				}

.bge-contents .index-news-list-label[data-newslabel="other"], .c-content-main .index-news-list-label[data-newslabel="other"] {
					background: #a375b0;
				}

.bge-contents .index-news-list-title, .c-content-main .index-news-list-title {
				margin: 0;
				word-wrap: break-word;
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
			}

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

.bge-contents .index-news-list-title, .c-content-main .index-news-list-title {
					margin: 3px 0 0
			}
				}

.bge-contents .index-news-list-title[data-file="pdf"]::after, .c-content-main .index-news-list-title[data-file="pdf"]::after {
						content: "";
						display: inline-block;
						width: 15px;
						height: 17px;
						background: url("../img/common/icon-pdf-s.png") no-repeat;
						background-size: 100%;
						vertical-align: -3px;
						margin: 0 0 0 5px;
					}

.bge-contents .index-btn-list ul, .bge-contents .index-btn-list-esg ul, .c-content-main .index-btn-list ul, .c-content-main .index-btn-list-esg ul {
			list-style: none;
			margin: 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

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

.bge-contents .index-btn-list ul, .bge-contents .index-btn-list-esg ul, .c-content-main .index-btn-list ul, .c-content-main .index-btn-list-esg ul {
				display: block
		}
			}

.bge-contents .index-btn-list ul li, .bge-contents .index-btn-list-esg ul li, .c-content-main .index-btn-list ul li, .c-content-main .index-btn-list-esg ul li {
				width: 350px;
				margin: 0 0 20px;
				padding: 0;
			}

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

.bge-contents .index-btn-list ul li, .bge-contents .index-btn-list-esg ul li, .c-content-main .index-btn-list ul li, .c-content-main .index-btn-list-esg ul li {
					width: 100%;
					margin: 0 0 10px
			}
				}

.bge-contents .index-btn-list ul li::before, .bge-contents .index-btn-list-esg ul li::before, .c-content-main .index-btn-list ul li::before, .c-content-main .index-btn-list-esg ul li::before {
					content: none;
				}

.bge-contents .index-btn-list ul li a, .bge-contents .index-btn-list-esg ul li a, .c-content-main .index-btn-list ul li a, .c-content-main .index-btn-list-esg ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					-webkit-box-pack: start;
					    -ms-flex-pack: start;
					        justify-content: flex-start;
					padding: 19px 35px 19px 20px;
					border-radius: 5px;
					border: 1px solid #0047a8;
					color: #0047a8;
					text-decoration: none;
					font-size: 1.4rem;
					font-weight: bold;
					line-height: 1.5;
					position: relative;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

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

.bge-contents .index-btn-list ul li a, .bge-contents .index-btn-list-esg ul li a, .c-content-main .index-btn-list ul li a, .c-content-main .index-btn-list-esg ul li a {
						padding: 15px 45px 15px 20px
				}
					}

.bge-contents .index-btn-list ul li a::after, .bge-contents .index-btn-list-esg ul li a::after, .c-content-main .index-btn-list ul li a::after, .c-content-main .index-btn-list-esg ul li a::after {
						content: "";
						display: block;
						width: 18px;
						height: 9px;
						margin-top: -5px;
						position: absolute;
						right: 15px;
						top: 50%;
						background: url("../img/common/icon-btn-arrow-r-blue.png") no-repeat;
						background-size: 100%;
						-webkit-transition: 300ms;
						transition: 300ms;
					}

.bge-contents .index-btn-list ul li a:hover, .bge-contents .index-btn-list-esg ul li a:hover, .c-content-main .index-btn-list ul li a:hover, .c-content-main .index-btn-list-esg ul li a:hover {
						opacity: .6;
					}

.bge-contents .index-btn-list ul li a:hover::after, .bge-contents .index-btn-list-esg ul li a:hover::after, .c-content-main .index-btn-list ul li a:hover::after, .c-content-main .index-btn-list-esg ul li a:hover::after {
							right: 5px;
						}

.bge-contents .index-btn-list-esg ul, .c-content-main .index-btn-list-esg ul {
			gap: 0 18px;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
		}

.bge-contents .index-btn-list-esg ul li, .c-content-main .index-btn-list-esg ul li {
				width: 231px;
			}

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

.bge-contents .index-btn-list-esg ul li, .c-content-main .index-btn-list-esg ul li {
					width: 100%
			}
				}

.bge-contents .c-index, .c-content-main .c-index {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}

.bge-contents .c-index__main, .c-content-main .c-index__main {
			margin: 0 0 45px;
		}

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

.bge-contents .c-index__main, .c-content-main .c-index__main {
				margin: 0 0 25px
		}
			}

.bge-contents .c-index__main figure, .c-content-main .c-index__main figure {
				margin: 0;
			}

.bge-contents .c-index__main figure img, .c-content-main .c-index__main figure img {
					max-width: 100%;
				}

.bge-contents .c-index__aside-box, .c-content-main .c-index__aside-box {
				margin: 0 0 40px;
			}

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

.bge-contents .c-index__aside-box, .c-content-main .c-index__aside-box {
					margin: 0 0 25px
			}
				}

.bge-contents .c-index__aside-box h2, .c-content-main .c-index__aside-box h2 {
					font-size: 2rem;
					line-height: 1.2;
					margin: 0 0 20px;
					color: #333;
					padding-left: 5px;
					letter-spacing: .6px;
					position: relative;
					padding: 0;
					border-left: none;
				}

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

.bge-contents .c-index__aside-box h2, .c-content-main .c-index__aside-box h2 {
						font-size: 1.8rem;
						margin: 0 0 15px
				}
					}

.bge-contents .c-index__aside-box h2::after, .c-content-main .c-index__aside-box h2::after {
						content: none;
					}

.bge-contents .c-index__aside-box h2::before, .c-content-main .c-index__aside-box h2::before {
						content: "";
						display: block;
						height: 2px;
						background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
						background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
						margin: 0 0 15px -5px;
					}

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

.bge-contents .c-index__aside-box h2::before, .c-content-main .c-index__aside-box h2::before {
							margin: 0 0 10px -5px
					}
						}

.bge-contents .c-index__aside-box figure a img, .c-content-main .c-index__aside-box figure a img {
							-webkit-transition: 300ms;
							transition: 300ms;
							max-width: 100%;
						}

.bge-contents .c-index__aside-box figure a img:hover, .c-content-main .c-index__aside-box figure a img:hover {
								opacity: .6;
							}

.bge-contents .c-index__aside-box ul, .c-content-main .c-index__aside-box 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: stretch;
					    -ms-flex-align: stretch;
					        align-items: stretch;
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
				}

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

.bge-contents .c-index__aside-box ul, .c-content-main .c-index__aside-box ul {
						display: block
				}
					}

.bge-contents .c-index__aside-box ul li, .c-content-main .c-index__aside-box ul li {
						width: 240px;
						margin: 0 0 20px;
						padding: 0;
					}

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

.bge-contents .c-index__aside-box ul li, .c-content-main .c-index__aside-box ul li {
							width: 100%;
							margin: 0 0 10px
					}
						}

.bge-contents .c-index__aside-box ul li::before, .c-content-main .c-index__aside-box ul li::before {
							content: none;
						}

.bge-contents .c-index__aside-box ul li:not(:nth-child(4n)), .c-content-main .c-index__aside-box ul li:not(:nth-child(4n)) {
							margin: 0 21px 20px 0;
						}

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

.bge-contents .c-index__aside-box ul li:not(:nth-child(4n)), .c-content-main .c-index__aside-box ul li:not(:nth-child(4n)) {
								margin: 0 0 10px
						}
							}

.bge-contents .c-index__aside-box ul li a, .c-content-main .c-index__aside-box ul li a {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							-webkit-box-pack: start;
							    -ms-flex-pack: start;
							        justify-content: flex-start;
							height: 52px;
							padding: 5px 35px 5px 20px;
							border-radius: 5px;
							border: 1px solid #0047a8;
							color: #0047a8;
							text-decoration: none;
							font-size: 1.4rem;
							line-height: 1.5;
							position: relative;
							-webkit-transition: 300ms;
							transition: 300ms;
						}

.bge-contents .c-index__aside-box ul li a::after, .c-content-main .c-index__aside-box ul li a::after {
								content: "";
								display: block;
								width: 18px;
								height: 9px;
								margin-top: -5px;
								position: absolute;
								right: 15px;
								top: 50%;
								background: url("../img/common/icon-btn-arrow-r-blue.png") no-repeat;
								background-size: 100%;
								-webkit-transition: 300ms;
								transition: 300ms;
							}

.bge-contents .c-index__aside-box ul li a:hover, .c-content-main .c-index__aside-box ul li a:hover {
								opacity: .6;
							}

.bge-contents .c-index__aside-box ul li a:hover::after, .c-content-main .c-index__aside-box ul li a:hover::after {
									right: 5px;
								}

.bge-contents .c-index__message, .c-content-main .c-index__message {
			margin: 0 0 50px;
		}

.bge-contents .c-index__message h2, .c-content-main .c-index__message h2 {
				font-size: 2rem;
				line-height: 1.2;
				margin: 0 0 20px;
				color: #333;
				padding-left: 5px;
				letter-spacing: .6px;
				position: relative;
				padding: 0;
				border-left: none;
			}

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

.bge-contents .c-index__message h2, .c-content-main .c-index__message h2 {
					font-size: 1.8rem;
					margin: 0 0 15px
			}
				}

.bge-contents .c-index__message h2::after, .c-content-main .c-index__message h2::after {
					content: none;
				}

.bge-contents .c-index__message h2::before, .c-content-main .c-index__message h2::before {
					content: "";
					display: block;
					height: 2px;
					background: -webkit-gradient(linear, left top, right top, from(#2471b9), color-stop(85%, #82d0a7), to(#64d197));
					background: linear-gradient(to right, #2471b9 0%, #82d0a7 85%, #64d197 100%);
					margin: 0 0 15px -5px;
				}

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

.bge-contents .c-index__message h2::before, .c-content-main .c-index__message h2::before {
						margin: 0 0 10px -5px
				}
					}

.bge-contents .c-index__message-box, .c-content-main .c-index__message-box {
				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;
			}

.bge-contents .c-index__message-box figure, .c-content-main .c-index__message-box figure {
					margin: 0 45px 0 0;
					padding: 0;
				}

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

.bge-contents .c-index__message-box figure, .c-content-main .c-index__message-box figure {
						margin: 0 15px 0 0;
						width: 35%
				}
					}

.bge-contents .c-index__message-box figure img, .c-content-main .c-index__message-box figure img {
						display: block;
						max-width: 100%;
					}

.bge-contents .c-index__message-text, .c-content-main .c-index__message-text {
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
			}

.bge-contents .c-index__message-text p, .c-content-main .c-index__message-text p {
					font-size: 1.4rem;
					margin: 0 0 1.5em;
					line-height: 1.8;
					letter-spacing: .03em;
					word-wrap: break-word;
				}

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

.bge-contents .c-index__message-text p, .c-content-main .c-index__message-text p {
						font-size: 1.3rem;
						line-height: 1.6;
						letter-spacing: normal
				}
					}

.bge-contents .c-index__message-btn, .c-content-main .c-index__message-btn {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				max-width: 350px;
				height: 52px;
				padding: 5px 35px 5px 20px;
				border-radius: 5px;
				border: 1px solid #0047a8;
				color: #0047a8;
				text-decoration: none;
				font-size: 1.4rem;
				line-height: 1.5;
				position: relative;
				-webkit-transition: 300ms;
				transition: 300ms;
			}

.bge-contents .c-index__message-btn::after, .c-content-main .c-index__message-btn::after {
					content: "";
					display: block;
					width: 18px;
					height: 9px;
					margin-top: -5px;
					position: absolute;
					right: 15px;
					top: 50%;
					background: url("../img/common/icon-btn-arrow-r-blue.png") no-repeat;
					background-size: 100%;
					-webkit-transition: 300ms;
					transition: 300ms;
				}

.bge-contents .c-index__message-btn:hover, .c-content-main .c-index__message-btn:hover {
					opacity: .6;
				}

.bge-contents .c-index__message-btn:hover::after, .c-content-main .c-index__message-btn:hover::after {
						right: 5px;
					}

.bge-contents .movie-block, .c-content-main .movie-block {
		margin: 0 0 30px;
		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;
		gap: 30px;
	}

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

.bge-contents .movie-block, .c-content-main .movie-block {
			gap: 15px
	}
		}

.bge-contents .movie-block-box, .c-content-main .movie-block-box {
			display:-webkit-box;
			display:-ms-flexbox;
			display:flex;
			max-width: 350px;
			-webkit-box-orient:vertical;
			-webkit-box-direction:normal;
			    -ms-flex-direction:column;
			        flex-direction:column;
		}

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

.bge-contents .movie-block-box, .c-content-main .movie-block-box {
				width: 100%;
				max-width: 350px;
				margin: 0 auto
		}
			}

.bge-contents .movie-block-box-inner, .c-content-main .movie-block-box-inner {
				display:-webkit-box;
				display:-ms-flexbox;
				display:flex;
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
				width: 100%;
				border: 1px solid #cacaca;
				background-color: #111;
			}

.bge-contents .movie-block-box video, .c-content-main .movie-block-box video {
				display: block;
				margin: 0 auto;
				border: none;
				width: 100%;
				height: auto;
			 }

.bge-contents .movie-block-box p, .c-content-main .movie-block-box p {
				width: 100%;
			 }

.bge-contents .movie-block-text, .c-content-main .movie-block-text {
			max-width: 350px;
		}

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

.bge-contents .movie-block-text, .c-content-main .movie-block-text {
				width: 100%
		}
			}

.bge-contents .movie-block-text .link-list, .c-content-main .movie-block-text .link-list {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				gap: 0 15px;
			}

.bge-contents .movie-block-text .link-list li, .c-content-main .movie-block-text .link-list li {
					display: inline-block;
				}

.bge-contents .btn-block, .c-content-main .btn-block {
		background-color: #f4f4f4;
		padding: 23px 15px 10px;
		border-radius: 5px;
	}

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

.bge-contents .btn-block, .c-content-main .btn-block {
			padding: 15px 15px 5px
	}
		}

.bge-contents .btn-block ul, .c-content-main .btn-block ul {
			list-style: none;
			margin: 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

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

.bge-contents .btn-block ul, .c-content-main .btn-block ul {
				display: block
		}
			}

.bge-contents .btn-block ul li, .c-content-main .btn-block ul li {
				margin: 0 0 12px;
			}

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

.bge-contents .btn-block ul li, .c-content-main .btn-block ul li {
					width: 100% !important;
					padding: 0 !important
			}
				}

.bge-contents .btn-block ul li::before, .c-content-main .btn-block ul li::before {
					content: none;
				}

.bge-contents .btn-block ul li a, .c-content-main .btn-block ul li a {
					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;
					width: 100%;
					height: 60px;
					min-height: 60px;
					border-radius: 5px;
					padding: 5px 20px 5px 10px;
					font-size: 1.3rem;
					color: #fff;
					background: #0047a8;
					text-align: center;
					text-decoration: none;
					font-weight: bold;
					overflow: hidden;
					position: relative;
				}

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

.bge-contents .btn-block ul li a, .c-content-main .btn-block ul li a {
						height: 52px;
						min-height: 52px
				}
					}

.bge-contents .btn-block ul li a::after, .c-content-main .btn-block ul li a::after {
						content: "";
						display: block;
						width: 8px;
						height: 8px;
						border-top: 2px solid #fff;
						border-right: 2px solid #fff;
						-webkit-transform: rotate(45deg);
						        transform: rotate(45deg);
						position: absolute;
						top: 0;
						bottom: 0;
						right: 15px;
						margin: auto 0;
						-webkit-transition: 300ms;
						transition: 300ms;
					}

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

.bge-contents .btn-block ul li a::after, .c-content-main .btn-block ul li a::after {
							width: 10px;
							height: 10px;
							right: 15px
					}
						}

.bge-contents .btn-block ul li a::before, .c-content-main .btn-block ul li a::before {
						content: "";
						height: 100%;
						width: 30px;
						position: absolute;
						top: 0;
						left: 0;
						background-color: #fff;
						opacity: 0;
						border-radius: 50%;
					}

.bge-contents .btn-block ul li a:hover::before, .c-content-main .btn-block ul li a:hover::before {
							-webkit-animation: reflection 800ms;
							        animation: reflection 800ms;
						}

.bge-contents .btn-block ul[data-column="1"], .c-content-main .btn-block ul[data-column="1"] {
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
			}

.bge-contents .btn-block ul[data-column="1"] li, .c-content-main .btn-block ul[data-column="1"] li {
					width: 25%;
					padding: 0 6px;
				}

.bge-contents .btn-block ul[data-column="2"] li, .c-content-main .btn-block ul[data-column="2"] li {
					width: 50%;
					padding: 0 10px;
				}

.bge-contents .btn-block ul[data-column="3"] li, .c-content-main .btn-block ul[data-column="3"] li {
					width: 30%;
					padding: 0 8px;
				}

.bge-contents .btn-block ul[data-column="4"] li, .c-content-main .btn-block ul[data-column="4"] li {
					width: 25%;
					padding: 0 6px;
				}

.bge-contents .btn-block ul[data-color="pattern01"] li a, .c-content-main .btn-block ul[data-color="pattern01"] li a {
						background: #7aaab8;
					}

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

.bge-contents img.sp-w100, .c-content-main img.sp-w100 {
			width: 100%
	}
		}

.bge-contents .stockinfo-table th, .c-content-main .stockinfo-table th {
		width: 50%;
	}

.bge-contents .column2-block, .c-content-main .column2-block {
		overflow: hidden;
	}

.bge-contents .column2-block > div, .c-content-main .column2-block > div {
			text-align: center;
			float: left;
			width: 50%;
		}

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

.bge-contents .column2-block > div, .c-content-main .column2-block > div {
				width: 100%;
				float: none
		}
			}

.bge-contents .column2-block > div:nth-child(2n), .c-content-main .column2-block > div:nth-child(2n) {
				float: right;
			}

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

.bge-contents .column2-block > div:nth-child(2n), .c-content-main .column2-block > div:nth-child(2n) {
					float: none;
					margin-top: 20px
			}
				}

.bge-contents .esg-index-list, .c-content-main .esg-index-list {
		list-style: none;
		padding: 0;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 13px 0 0;
	}

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

.bge-contents .esg-index-list, .c-content-main .esg-index-list {
			margin: 0;
			padding: 0;
			display: block
	}
		}

.bge-contents .esg-index-list figure, .c-content-main .esg-index-list figure {
			margin: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}

.bge-contents .esg-index-list figure img, .c-content-main .esg-index-list figure img {
				max-width: 100%;
				border-radius: 5px 5px 0 0;
			}

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

.bge-contents .esg-index-list figure img, .c-content-main .esg-index-list figure img {
					width: 100%
			}
				}

.bge-contents .esg-index-list figure figcaption, .c-content-main .esg-index-list figure figcaption {
				padding: 20px 0;
				font-weight: 700;
				text-align: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-flex: 1;
				    -ms-flex: 1 auto;
				        flex: 1 auto;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
			}

.bge-contents .esg-index-list li, .c-content-main .esg-index-list li {
			width: 196px;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

.bge-contents .esg-index-list li::before, .c-content-main .esg-index-list li::before {
				display: none;
			}

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

.bge-contents .esg-index-list li, .c-content-main .esg-index-list li {
				width: 100%;
				padding: 0
		}
			}

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

.bge-contents .esg-index-list li + li, .c-content-main .esg-index-list li + li {
					margin-top: 30px
			}
				}

.bge-contents .esg-index-list a, .c-content-main .esg-index-list a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			background: #f4f4f4;
			border-radius: 5px 5px 0;
			text-decoration: none;
			text-align: center;
			font-size: 1.8rem;
			font-weight: bold;
			color: #222;
			position: relative;
			-webkit-transition: all 300ms;
			transition: all 300ms;
		}

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

.bge-contents .esg-index-list a, .c-content-main .esg-index-list a {
				font-size: 1.6rem
		}
			}

.bge-contents .esg-index-list a:hover, .c-content-main .esg-index-list a:hover {
				opacity: .6;
			}

.bge-contents .esg-index-list a::after, .c-content-main .esg-index-list a::after {
				content: "";
				display: block;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 0 9px 9px;
				border-color: transparent transparent #0a4ba3;
				position: absolute;
				bottom: 0;
				right: 0;
			}

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

.bge-contents .esg-index-list a::after, .c-content-main .esg-index-list a::after {
					border-width: 0 0 18px 18px
			}
				}

.bge-contents .esg-index-list a span, .c-content-main .esg-index-list a span {
				display: block;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				color: #024198;
				font-size: 1.6rem;
				font-weight: 500;
				position: relative;
			}

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

.bge-contents .esg-index-list a span, .c-content-main .esg-index-list a span {
					font-size: 1.6rem
			}
				}

.bge-contents .esg-index-list a span::before, .c-content-main .esg-index-list a span::before {
					content: "";
					width: 33px;
					height: 1px;
					display: block;
					margin: 3px auto;
					background: #c4c4c4;
				}

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

.bge-contents .esg-index-list a span::before, .c-content-main .esg-index-list a span::before {
						margin: 3px auto 0
				}
					}

.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: #0453c1;
			color: #fff;
			display: inline-block;
			font-size: 0.8125em;
			padding: .2em .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: #0453c1;
		}

.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: .5em;
				}

.bge-contents .bc-area-ctrl, .c-content-main .bc-area-ctrl {
		margin-top: 6em;
	}

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

.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;
	}

#bge-content .bgt-btn[href=""], #bge-content .bgt-download-file__link[href=""] {
			display: inline-block;
		}

[data-path^="/products/"] .bge-contents .bgb-image1, [data-path^="/products/"] .c-content-main .bgb-image1, [data-path^="/en/products/"] .bge-contents .bgb-image1, [data-path^="/en/products/"] .c-content-main .bgb-image1 {
			max-width: 500px;
			margin-left: auto;
			margin-right: auto;
		}

.bge-contents .c-index__panel, .c-content-main .c-index__panel, .c-recruit .c-index__panel {
		margin: 0 0 45px;
	}

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

.bge-contents .c-index__panel, .c-content-main .c-index__panel, .c-recruit .c-index__panel {
			margin: 0 0 60px
	}
		}

.bge-contents .c-index__panel ul, .c-content-main .c-index__panel ul, .c-recruit .c-index__panel ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			list-style: none;
			margin: 0;
			padding: 0;
		}

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

.bge-contents .c-index__panel ul, .c-content-main .c-index__panel ul, .c-recruit .c-index__panel ul {
				display: block
		}
			}

.bge-contents .c-index__panel ul li, .c-content-main .c-index__panel ul li, .c-recruit .c-index__panel ul li {
				margin: 0 0 25px;
				padding: 0;
				width: 500px;
			}

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

.bge-contents .c-index__panel ul li, .c-content-main .c-index__panel ul li, .c-recruit .c-index__panel ul li {
					margin: 0 0 15px;
					width: 100%
			}
				}

.bge-contents .c-index__panel ul li::before, .c-content-main .c-index__panel ul li::before, .c-recruit .c-index__panel ul li::before {
					content: none;
				}

.bge-contents .c-index__panel ul li a, .c-content-main .c-index__panel ul li a, .c-recruit .c-index__panel ul li a {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: stretch;
					    -ms-flex-align: stretch;
					        align-items: stretch;
					color: #fff;
					text-decoration: none;
					-webkit-transition: 300ms;
					transition: 300ms;
					min-height: 170px;
				}

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

.bge-contents .c-index__panel ul li a, .c-content-main .c-index__panel ul li a, .c-recruit .c-index__panel ul li a {
						min-height: 43.5vw
				}
					}

.bge-contents .c-index__panel ul li a:hover, .c-content-main .c-index__panel ul li a:hover, .c-recruit .c-index__panel ul li a:hover {
						opacity: .6;
					}

.bge-contents .c-index__panel ul li a figure, .c-content-main .c-index__panel ul li a figure, .c-recruit .c-index__panel ul li a figure {
						width: 217px;
						height: auto;
						padding: 0;
						margin: 0;
						position: relative;
					}

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

.bge-contents .c-index__panel ul li a figure, .c-content-main .c-index__panel ul li a figure, .c-recruit .c-index__panel ul li a figure {
							width: 43.4%
					}
						}

.bge-contents .c-index__panel ul li a figure img, .c-content-main .c-index__panel ul li a figure img, .c-recruit .c-index__panel ul li a figure img {
							font-family: "object-fit:cover", "object-fit:cover";
							-o-object-fit: cover;
							   object-fit: cover;
							display: block;
							width: 100%;
							height: 100%;
							position: absolute;
						}

.bge-contents .c-index__panel ul li a[target="_blank"]::after, .c-content-main .c-index__panel ul li a[target="_blank"]::after, .c-recruit .c-index__panel ul li a[target="_blank"]::after {
							display: none !important;
						}

.bge-contents .c-index__panel ul li[data-column="1"], .c-content-main .c-index__panel ul li[data-column="1"], .c-recruit .c-index__panel ul li[data-column="1"] {
					width: 100%;
				}

.bge-contents .c-index__panel ul li[data-column="1"] a, .c-content-main .c-index__panel ul li[data-column="1"] a, .c-recruit .c-index__panel ul li[data-column="1"] a {
						min-height: 260px;
					}

@media all and (-ms-high-contrast:none) {

.bge-contents .c-index__panel ul li[data-column="1"] a, .c-content-main .c-index__panel ul li[data-column="1"] a, .c-recruit .c-index__panel ul li[data-column="1"] a {
							height: 260px
					}
						}

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

.bge-contents .c-index__panel ul li[data-column="1"] a, .c-content-main .c-index__panel ul li[data-column="1"] a, .c-recruit .c-index__panel ul li[data-column="1"] a {
							min-height: 43.5vw
					}
						}

.bge-contents .c-index__panel ul li[data-column="1"] figure, .c-content-main .c-index__panel ul li[data-column="1"] figure, .c-recruit .c-index__panel ul li[data-column="1"] figure {
						width: 370px;
					}

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

.bge-contents .c-index__panel ul li[data-column="1"] figure, .c-content-main .c-index__panel ul li[data-column="1"] figure, .c-recruit .c-index__panel ul li[data-column="1"] figure {
							width: 43.4%
					}
						}

.bge-contents .c-index__panel ul li[data-column="1"] h2, .c-content-main .c-index__panel ul li[data-column="1"] h2, .c-recruit .c-index__panel ul li[data-column="1"] h2 {
						font-size: 2.8rem;
					}

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

.bge-contents .c-index__panel ul li[data-column="1"] h2, .c-content-main .c-index__panel ul li[data-column="1"] h2, .c-recruit .c-index__panel ul li[data-column="1"] h2 {
							font-size: 4.28vw
					}
						}

.bge-contents .c-index__panel-text, .c-content-main .c-index__panel-text, .c-recruit .c-index__panel-text {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			padding: 5px 20px 5px 30px;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			position: relative;
		}

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

.bge-contents .c-index__panel-text, .c-content-main .c-index__panel-text, .c-recruit .c-index__panel-text {
				padding: 5px 3%
		}
			}

.bge-contents .c-index__panel-text::before, .c-content-main .c-index__panel-text::before, .c-recruit .c-index__panel-text::before {
				content: "";
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				width: 35px;
				height: 35px;
				background: rgba(255, 255, 255, .65);
				position: absolute;
				right: 0;
				bottom: 0;
				display: block;
			}

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

.bge-contents .c-index__panel-text::before, .c-content-main .c-index__panel-text::before, .c-recruit .c-index__panel-text::before {
					width: 6.25vw;
					height: 6.25vw
			}
				}

.bge-contents .c-index__panel-text::after, .c-content-main .c-index__panel-text::after, .c-recruit .c-index__panel-text::after {
				content: "";
				display: block;
				position: absolute;
				right: 13px;
				bottom: 12px;
				width: 10px;
				height: 10px;
				border-top: 2px solid #0453c1;
				border-right: 2px solid #0453c1;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
			}

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

.bge-contents .c-index__panel-text::after, .c-content-main .c-index__panel-text::after, .c-recruit .c-index__panel-text::after {
					right: 2.3vw;
					bottom: 2.14vw;
					width: 2vw;
					height: 2vw
			}
				}

.bge-contents .c-index__panel-text h2, .c-content-main .c-index__panel-text h2, .c-recruit .c-index__panel-text h2 {
				font-size: 1.8rem;
				margin: 0 0 16px;
				padding: 0;
				line-height: 1.4;
				color: #fff;
				border-left: none;
				max-width: 100%;
				word-wrap: break-word;
			}

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

.bge-contents .c-index__panel-text h2, .c-content-main .c-index__panel-text h2, .c-recruit .c-index__panel-text h2 {
					font-size: 4.28vw;
					margin: 0 0 3.6vw
			}
				}

.bge-contents .c-index__panel-text h2::before, .c-content-main .c-index__panel-text h2::before, .c-recruit .c-index__panel-text h2::before {
					content: "";
					display: block;
					position: absolute;
					width: 47px;
					height: 1px;
					background: rgba(255, 255, 255, .3);
					bottom: -6px;
					margin: 0;
				}

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

.bge-contents .c-index__panel-text h2::before, .c-content-main .c-index__panel-text h2::before, .c-recruit .c-index__panel-text h2::before {
						margin: 5px 0 0
				}
					}

.bge-contents .c-index__panel-text h2::after, .c-content-main .c-index__panel-text h2::after, .c-recruit .c-index__panel-text h2::after {
					display: none;
				}

.bge-contents .c-index__panel-text p, .c-content-main .c-index__panel-text p, .c-recruit .c-index__panel-text p {
				font-size: 1.4rem;
				margin: 0;
				line-height: 1.5;
				width: 100%;
				word-wrap: break-word;
				padding-right: 35px;
			}

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

.bge-contents .c-index__panel-text p, .c-content-main .c-index__panel-text p, .c-recruit .c-index__panel-text p {
					font-size: 3.2vw;
					padding-right: 8%
			}
				}

.bge-contents .c-index__panel-text[data-bg="greeting"], .c-content-main .c-index__panel-text[data-bg="greeting"], .c-recruit .c-index__panel-text[data-bg="greeting"] {
				background: url("/img/corporate/bg-corporate-index01.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="summary"], .c-content-main .c-index__panel-text[data-bg="summary"], .c-recruit .c-index__panel-text[data-bg="summary"] {
				background: url("/img/corporate/bg-corporate-index02.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="philosophy"], .c-content-main .c-index__panel-text[data-bg="philosophy"], .c-recruit .c-index__panel-text[data-bg="philosophy"] {
				background: url("/img/corporate/bg-corporate-index03.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="history"], .c-content-main .c-index__panel-text[data-bg="history"], .c-recruit .c-index__panel-text[data-bg="history"] {
				background: url("/img/corporate/bg-corporate-index04.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="office"], .c-content-main .c-index__panel-text[data-bg="office"], .c-recruit .c-index__panel-text[data-bg="office"] {
				background: url("/img/corporate/bg-corporate-index05.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="group"], .c-content-main .c-index__panel-text[data-bg="group"], .c-recruit .c-index__panel-text[data-bg="group"] {
				background: url("/img/corporate/bg-corporate-index06.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="customers"], .c-content-main .c-index__panel-text[data-bg="customers"], .c-recruit .c-index__panel-text[data-bg="customers"] {
				background: url("/img/corporate/bg-corporate-index07.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="highlights"], .c-content-main .c-index__panel-text[data-bg="highlights"], .c-recruit .c-index__panel-text[data-bg="highlights"] {
				background: url("/img/ir/bg-ir-index01.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="library"], .c-content-main .c-index__panel-text[data-bg="library"], .c-recruit .c-index__panel-text[data-bg="library"] {
				background: url("/img/ir/bg-ir-index02.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="schedule"], .c-content-main .c-index__panel-text[data-bg="schedule"], .c-recruit .c-index__panel-text[data-bg="schedule"] {
				background: url("/img/ir/bg-ir-index03.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="stockinfo"], .c-content-main .c-index__panel-text[data-bg="stockinfo"], .c-recruit .c-index__panel-text[data-bg="stockinfo"] {
				background: url("/img/ir/bg-ir-index04.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="koukoku"], .c-content-main .c-index__panel-text[data-bg="koukoku"], .c-recruit .c-index__panel-text[data-bg="koukoku"] {
				background: url("/img/ir/bg-ir-index05.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="faq"], .c-content-main .c-index__panel-text[data-bg="faq"], .c-recruit .c-index__panel-text[data-bg="faq"] {
				background: url("/img/ir/bg-ir-index06.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="automotive"], .c-content-main .c-index__panel-text[data-bg="automotive"], .c-recruit .c-index__panel-text[data-bg="automotive"] {
				background: url("/img/products/bg-products-index01.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="semiconductor"], .c-content-main .c-index__panel-text[data-bg="semiconductor"], .c-recruit .c-index__panel-text[data-bg="semiconductor"] {
				background: url("/img/products/bg-products-index02.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="panel"], .c-content-main .c-index__panel-text[data-bg="panel"], .c-recruit .c-index__panel-text[data-bg="panel"] {
				background: url("/img/products/bg-products-index03.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="robot"], .c-content-main .c-index__panel-text[data-bg="robot"], .c-recruit .c-index__panel-text[data-bg="robot"] {
				background: url("/img/products/bg-products-index04.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="electronic"], .c-content-main .c-index__panel-text[data-bg="electronic"], .c-recruit .c-index__panel-text[data-bg="electronic"] {
				background: url("/img/products/bg-products-index05.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="powermodule"], .c-content-main .c-index__panel-text[data-bg="powermodule"], .c-recruit .c-index__panel-text[data-bg="powermodule"] {
				background: url("/img/products/bg-products-index06.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="transfer"], .c-content-main .c-index__panel-text[data-bg="transfer"], .c-recruit .c-index__panel-text[data-bg="transfer"] {
				background: url("/img/products/bg-products-index07.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="medical"], .c-content-main .c-index__panel-text[data-bg="medical"], .c-recruit .c-index__panel-text[data-bg="medical"] {
				background: url("/img/products/bg-products-index08.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="fa_unit"], .c-content-main .c-index__panel-text[data-bg="fa_unit"], .c-recruit .c-index__panel-text[data-bg="fa_unit"] {
				background: url("/img/products/bg-products-index09.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="message"], .c-content-main .c-index__panel-text[data-bg="message"], .c-recruit .c-index__panel-text[data-bg="message"] {
				background: url("/img/recruit/bg-recruit-index01.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="field"], .c-content-main .c-index__panel-text[data-bg="field"], .c-recruit .c-index__panel-text[data-bg="field"] {
				background: url("/img/recruit/bg-recruit-index02.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel-text[data-bg="environment"], .c-content-main .c-index__panel-text[data-bg="environment"], .c-recruit .c-index__panel-text[data-bg="environment"] {
				background: url("/img/recruit/bg-recruit-index03.jpg") no-repeat;
				background-size: cover;
			}

.bge-contents .c-index__panel[data-narrow="true"] ul li, .c-content-main .c-index__panel[data-narrow="true"] ul li, .c-recruit .c-index__panel[data-narrow="true"] ul li {
					width: 350px;
				}

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

.bge-contents .c-index__panel[data-narrow="true"] ul li, .c-content-main .c-index__panel[data-narrow="true"] ul li, .c-recruit .c-index__panel[data-narrow="true"] ul li {
						width: 100%
				}
					}

.bge-contents .c-index__panel[data-narrow="true"] ul li a figure, .c-content-main .c-index__panel[data-narrow="true"] ul li a figure, .c-recruit .c-index__panel[data-narrow="true"] ul li a figure {
							width: 167px;
						}

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

.bge-contents .c-index__panel[data-narrow="true"] ul li a figure, .c-content-main .c-index__panel[data-narrow="true"] ul li a figure, .c-recruit .c-index__panel[data-narrow="true"] ul li a figure {
								width: 47.7%
						}
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text, .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text, .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text {
							padding: 5px 20px;
						}

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

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text, .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text, .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text {
								padding: 5px 3%
						}
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text p, .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text p, .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text p {
								padding-right: 13px;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="products"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="products"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="products"] {
								background: url("/img/ir/introduce/bg-introduce-index01.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="strongpoint"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="strongpoint"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="strongpoint"] {
								background: url("/img/ir/introduce/bg-introduce-index02.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="transition"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="transition"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="transition"] {
								background: url("/img/ir/introduce/bg-introduce-index03.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="history"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="history"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="history"] {
								background: url("/img/ir/introduce/bg-introduce-index04.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="glossary"], .c-content-main .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="glossary"], .c-recruit .c-index__panel[data-narrow="true"] ul li a .c-index__panel-text[data-bg="glossary"] {
								background: url("/img/ir/introduce/bg-introduce-index05.jpg") no-repeat;
								background-size: cover;
							}

.bge-contents .c-index__panel ul li a[target="_blank"] h2::after, .c-content-main .c-index__panel ul li a[target="_blank"] h2::after, .c-recruit .c-index__panel ul li a[target="_blank"] h2::after {
								content: "";
								position: static;
								width: 11px;
								height: 11px;
								display: inline-block;
								background: url(../img/common/icon-txt-external-02.png) no-repeat;
								vertical-align: 0;
								right: 0;
								bottom: 0;
								margin-left: 5px;
							}

.c-recruit .c-index__panel {
		margin: 0 0 45px;
	}

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

.c-recruit .c-index__panel {
			margin: 0 0 60px;
			padding: 0 5%
	}
		}

.text-box-space {
	margin-bottom: 10px;
}

[data-path^="/products/"] .bge-contents .bgb-image1.product-image-right, [data-path^="/products/"] .c-content-main .bgb-image1.product-image-right {
				max-width: none;
				margin: 0;
			}

[data-path^="/products/"] .bge-contents .bgb-image1.product-image-right .bgt-image__link .bgt-box__image-container img, [data-path^="/products/"] .c-content-main .bgb-image1.product-image-right .bgt-image__link .bgt-box__image-container img {
					margin: 0;
				}

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

[data-path^="/products/"] .bge-contents .bgb-image1.product-image-right .bgt-image__link .bgt-box__image-container img, [data-path^="/products/"] .c-content-main .bgb-image1.product-image-right .bgt-image__link .bgt-box__image-container img {
						margin: 0 auto
				}
					}

@-webkit-keyframes reflection {
	0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
	20% { -webkit-transform: scale(0); transform: scale(0); opacity: .3; }
	21% { -webkit-transform: scale(8); transform: scale(8); opacity: .6; }
	100% { -webkit-transform: scale(50); transform: scale(50); opacity: 0; }
}

@keyframes reflection {
	0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
	20% { -webkit-transform: scale(0); transform: scale(0); opacity: .3; }
	21% { -webkit-transform: scale(8); transform: scale(8); opacity: .6; }
	100% { -webkit-transform: scale(50); transform: scale(50); opacity: 0; }
}

.acc-title {
	cursor: pointer;
	position: relative;
}

.acc-title.title-01 {
		background: url("/img/recruit/fields/bg-fields-title01.jpg") 0 0 no-repeat;
		background-size: cover;
	}

.acc-title.title-02 {
		background: url("/img/recruit/fields/bg-fields-title02.jpg") 0 0 no-repeat;
		background-size: cover;
	}

.acc-title.title-03 {
		background: url("/img/recruit/fields/bg-fields-title03.jpg") 0 0 no-repeat;
		background-size: cover;
	}

.acc-title.title-04 {
		background: url("/img/recruit/fields/bg-fields-title04.jpg") 0 0 no-repeat;
		background-size: cover;
	}

.acc-title::before, .acc-title::after {
		bottom: 0;
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
	}

.acc-title::before {
		background: rgba(255, 255, 255, 0.75);
		height: 1px;
		left: 0;
		width: 15px;
	}

.acc-title::after {
		background: #fff;
		border-radius: 50%;
		height: 21px;
		right: 18px;
		width: 21px;
	}

.acc-title.open h2::before {
				-webkit-transform: rotate(180deg);
				        transform: rotate(180deg);
			}

.acc-title.open h2::after {
				-webkit-transform: rotate(90deg);
				        transform: rotate(90deg);
			}

.acc-title h2 {
		border: none;
		color: #fff;
		letter-spacing: .01em;
		padding: 34px 50px;
		text-align: center;
	}

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

.acc-title h2 {
			padding: 1em 50px;
			text-align: left
	}
		}

.acc-title h2::before, .acc-title h2::after {
			background: #064284;
			bottom: 0;
			content: "";
			margin: auto 0;
			position: absolute;
			top: 0;
			-webkit-transition: -webkit-transform 300ms;
			transition: -webkit-transform 300ms;
			transition: transform 300ms;
			transition: transform 300ms, -webkit-transform 300ms;
			z-index: 1;
		}

.acc-title h2::before {
			height: 1px;
			right: 23px;
			width: 11px;
		}

.acc-title h2::after {
			height: 11px;
			left: auto;
			right: 28px;
			width: 1px;
		}

.acc-title h2 span {
			font-family: "Montserrat", sans-serif;
			font-size: 1.4rem;
			font-style: italic;
			font-weight: normal;
			letter-spacing: .1em;
			left: 22px;
			line-height: 1;
			position: absolute;
			top: 43px;
		}

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

.acc-title h2 span {
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%)
		}
			}

.acc-body {
	background: rgba(4, 83, 193, 0.1);
	padding: 30px;
}

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

.acc-body {
		padding: 5%
}
	}

.acc-body .img {
		background: #fff;
		text-align: center;
	}

.acc-body .img img {
			vertical-align: bottom;
			width: 100%;
		}

.acc-body .acc-column2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

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

.acc-body .acc-column2 {
			display: block
	}
		}

.acc-body .acc-column2 > div:not(:first-child) {
			margin-left: 35px;
		}

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

.acc-body .acc-column2 > div:not(:first-child) {
				margin: 2em 0 0
		}
			}

.acc-body .acc-column2 > figure {
			width: calc(50% - 9px);
		}

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

.acc-body .acc-column2 > figure {
				width: 100%
		}
			}

.acc-body .acc-column2 > figure img {
				border: 1px solid #ddd;
				vertical-align: bottom;
				width: 100%;
			}

.acc-body .acc-column2 > figure figcaption {
				padding: 5px 7px;
			}

.acc-body .acc-column2 + div {
			margin-top: 40px;
		}

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

.acc-body .acc-column2 + div {
				margin: 2em 0 0
		}
			}

.acc-body .acc-inner {
		background: #fff;
		border-radius: 3px;
		padding: 30px 20px;
	}

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

.acc-body .acc-inner {
			padding: 4%
	}
		}

.acc-body h3.keyword {
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin: 0 0 20px;
			padding: 0;
		}

.acc-body h3.keyword:not(:first-of-type) {
				margin: 30px 0 20px;
			}

.acc-body h3.keyword::before {
				content: none;
			}

.acc-body h3.keyword::after {
				background: url("/img/common/bg-repeat-01.png") 0 0;
				content: "";
				-webkit-box-flex: 1;
				    -ms-flex: 1 1 auto;
				        flex: 1 1 auto;
				height: 2px;
				width: auto;
			}

.acc-body h3.keyword span {
				background: #0453c1;
				color: #fff;
				display: inline-block;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				font-family: "Montserrat", sans-serif;
				font-size: 1rem;
				font-weight: 600;
				letter-spacing: .01em;
				line-height: 1;
				margin: 0 30px 0 17px;
				padding: 9px 0;
				position: relative;
			}

.acc-body h3.keyword span::before, .acc-body h3.keyword span::after {
					border: 1px solid transparent;
					border-width: 14px 17px;
					content: "";
					height: 0;
					position: absolute;
					top: 0;
					width: 0;
				}

.acc-body h3.keyword span::before {
					border-right-color: #0453c1;
					left: -34px;
				}

.acc-body h3.keyword span::after {
					border-left-color: #0453c1;
					right: -34px;
				}

.acc-body h3.keyword strong {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				font-style: italic;
				margin-right: 15px;
			}

@media  (max-width: 767px) {

.c-content-main .pc-only, .c-content-main .pc_only {
			display: none !important
	}
		}

@media  (min-width: 768px) {

.c-content-main .sp-only, .c-content-main .sp_only {
			display: none !important
	}
		}

.c-content-main .acc-body {
		display: none;
	}

.c-ir-page__newslist {
		list-style: none;
		margin: 0 0 50px;
		padding: 0;
	}

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

.c-ir-page__newslist {
			margin: 0 0 30px
	}
		}

.c-ir-page__newslist li {
			border-bottom: solid 1px #e8e8e8;
		}

.c-ir-page__newslist li a {
				display: block;
				text-decoration: none;
				color: #333;
				-webkit-transition: all 300ms;
				transition: all 300ms;
				position: relative;
			}

.c-ir-page__newslist li a:hover {
					opacity: .6;
				}

.c-ir-page__newslist li a::before {
					content: "";
					width: 16px;
					height: 16px;
					border-radius: 8px;
					display: block;
					position: absolute;
					right: 19px;
					top: 50%;
					margin: -12px 0 0;
					background: #0047a8;
				}

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

.c-ir-page__newslist li a::before {
						right: 5px
				}
					}

.c-ir-page__newslist li a::after {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 3px 0 3px 3px;
					border-color: transparent transparent transparent #fff;
					position: absolute;
					right: 25px;
					top: 50%;
					margin-top: -7px;
				}

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

.c-ir-page__newslist li a::after {
						right: 11px
				}
					}

.c-ir-page__newslist li dl {
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: nowrap;
				    flex-wrap: nowrap;
				padding: 24px 40px 24px 18px;
				position: relative;
				margin: 0;
			}

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

.c-ir-page__newslist li dl {
					padding: 12px 23px 12px 3px;
					display: block;
					overflow: hidden
			}
				}

.c-ir-page__newslist-date {
			display: block;
			width: 98px;
			font-size: 1.6rem;
			font-weight: bold;
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #024198;
		}

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

.c-ir-page__newslist-date {
				width: auto;
				display: inline-block;
				font-size: 1.3rem;
				margin: 0 10px 0 0
		}
			}

.c-ir-page__newslist-label {
			font-size: 1.1rem;
			width: 95px;
			padding: 3px 5px;
			text-align: center;
			line-height: 1.3;
			word-wrap: break-word;
			color: #fff;
			border-radius: 3px;
			margin: 0 20px 0 0;
		}

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

.c-ir-page__newslist-label {
				display: inline-block;
				font-size: 1rem;
				min-width: 80px;
				width: auto;
				margin: 0;
				padding: 2px 5px 3px
		}
			}

.c-ir-page__newslist-label[data-newslabel="organize"] {
				background: #89b87a;
			}

.c-ir-page__newslist-label[data-newslabel="administration"] {
				background: #5bb3a5;
			}

.c-ir-page__newslist-label[data-newslabel="account"] {
				background: #6d9fbf;
			}

.c-ir-page__newslist-label[data-newslabel="product"] {
				background: #d3a427;
			}

.c-ir-page__newslist-label[data-newslabel="winning"] {
				background: #cc72b6;
			}

.c-ir-page__newslist-label[data-newslabel="info"] {
				background: #e78398;
			}

.c-ir-page__newslist-label[data-newslabel="other"] {
				background: #a375b0;
			}

.c-ir-page__newslist-title {
			margin: 0;
			word-wrap: break-word;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
		}

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

.c-ir-page__newslist-title {
				margin: 3px 0 0
		}
			}

.c-ir-page__newslist-title[data-file="pdf"]::after {
					content: "";
					display: inline-block;
					width: 15px;
					height: 17px;
					background: url("../img/common/icon-pdf-s.png") no-repeat;
					background-size: 100%;
					vertical-align: -3px;
					margin: 0 0 0 5px;
				}

.c-ir-page__librarylist {
		list-style: none;
		margin: 0 0 50px;
		padding: 0;
	}

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

.c-ir-page__librarylist {
			margin: 0 0 30px
	}
		}

.c-ir-page__librarylist li {
			border-bottom: solid 1px #e8e8e8;
			position: relative;
			-webkit-transition: all 300ms;
			transition: all 300ms;
			padding: 24px 18px 24px 50px;
		}

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

.c-ir-page__librarylist li {
				padding: 12px 0 12px 30px;
				display: block
		}
			}

.c-ir-page__librarylist li::before {
				content: "";
				width: 16px;
				height: 16px;
				border-radius: 8px;
				display: block;
				position: absolute;
				left: 19px;
				top: 50%;
				margin: -8px 0 0;
				background: #0047a8;
			}

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

.c-ir-page__librarylist li::before {
					left: 5px
			}
				}

.c-ir-page__librarylist li::after {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 3px 0 3px 3px;
				border-color: transparent transparent transparent #fff;
				position: absolute;
				left: 25px;
				top: 50%;
				margin-top: -3px;
			}

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

.c-ir-page__librarylist li::after {
					left: 11px
			}
				}

.c-ir-page__librarylist li a {
				display: block;
				text-decoration: none;
				color: #333;
				margin: -24px -18px -24px -50px;
				padding: 24px 18px 24px 50px;
				position: relative;
				word-wrap: break-word;
			}

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

.c-ir-page__librarylist li a {
					margin: -12px 0 -12px -30px;
					padding: 12px 0 12px 30px;
					display: block
			}
				}

.c-ir-page__librarylist li a:hover {
					text-decoration: underline;
				}

.c-ir-page__librarylist li a[data-file="pdf"]::after {
						content: "";
						display: inline-block;
						width: 15px;
						height: 17px;
						background: url("../img/common/icon-pdf-s.png") no-repeat;
						background-size: 100%;
						vertical-align: -3px;
						margin: 0 0 0 5px;
					}

.c-ir-page__pict {
		text-align: center;
		margin: 0 0 50px;
	}

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

.c-ir-page__pict {
			margin: 0 0 30px
	}
		}

.c-ir-page__pict img {
			max-width: 100%;
		}

.c-ir-page__schedulelist {
		list-style: none;
		margin: 0 0 50px;
		padding: 0;
	}

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

.c-ir-page__schedulelist {
			margin: 0 0 30px
	}
		}

.c-ir-page__schedulelist li {
			border-bottom: solid 1px #e8e8e8;
		}

.c-ir-page__schedulelist li a {
				display: block;
				text-decoration: none;
				color: #333;
				-webkit-transition: all 300ms;
				transition: all 300ms;
				position: relative;
			}

.c-ir-page__schedulelist li a:hover {
					opacity: .6;
				}

.c-ir-page__schedulelist li dl {
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: nowrap;
				    flex-wrap: nowrap;
				padding: 24px 35px 24px 18px;
				position: relative;
				margin: 0;
			}

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

.c-ir-page__schedulelist li dl {
					padding: 12px 23px 12px 3px;
					display: block;
					overflow: hidden
			}
				}

.c-ir-page__schedulelist-date {
			display: block;
			width: 98px;
			font-size: 1.6rem;
			font-weight: bold;
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #024198;
		}

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

.c-ir-page__schedulelist-date {
				width: auto;
				display: inline-block;
				font-size: 1.3rem;
				margin: 0 10px 0 0
		}
			}

.c-ir-page__schedulelist-title {
			margin: 0;
			word-wrap: break-word;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
		}

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

.c-ir-page__schedulelist-title {
				margin: 3px 0 0
		}
			}

.c-ir-page__schedulelist-title[data-file="pdf"]::after {
					content: "";
					display: inline-block;
					width: 15px;
					height: 17px;
					background: url("../img/common/icon-pdf-s.png") no-repeat;
					background-size: 100%;
					vertical-align: -3px;
					margin: 0 0 0 5px;
				}

.c-ir-page__categorylist {
		margin: 40px 0;
	}

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

.c-ir-page__categorylist {
			margin: 25px 0
	}
		}

.c-ir-page__categorylist dl {
			margin: 0;
			padding: 0;
		}

.c-ir-page__categorylist dl dt {
				color: #024198;
				font-size: 1.8rem;
				font-weight: bold;
				margin: 0;
			}

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

.c-ir-page__categorylist dl dt {
					font-size: 1.6rem
			}
				}

.c-ir-page__categorylist dl dt span {
					font-size: 1.2rem;
				}

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

.c-ir-page__categorylist dl dt span {
						font-size: 1rem
				}
					}

.c-ir-page__categorylist dl dd {
				padding: 0;
				margin: 0;
			}

.c-ir-page__categorylist dl dd ul {
					margin: 0;
					padding: 0 0 0 8px;
					list-style: none;
				}

.c-ir-page__categorylist dl dd ul li {
						display: inline-block;
						margin: 0 15px 5px 0;
						background: #ededed;
					}

.c-ir-page__categorylist dl dd ul li a {
							display: block;
							height: 22px;
							line-height: 1.45;
							padding: 2px 10px;
							font-size: 1.2rem;
							font-weight: bold;
							position: relative;
							color: #111;
							text-decoration: none;
							-webkit-transition: 300ms;
							transition: 300ms;
						}

.c-ir-page__categorylist dl dd ul li a:hover {
								opacity: .6;
							}

.c-ir-page__categorylist dl dd ul li a::before {
								content: "";
								position: absolute;
								left: -8px;
								top: 0;
								display: block;
								width: 0;
								height: 0;
								border-style: solid;
								border-width: 11px 8px 11px 0;
								border-color: transparent #ededed transparent transparent;
							}

.c-ir-page__categorylist dl dd ul li a::after {
								content: "";
								display: block;
								width: 4px;
								height: 4px;
								border-radius: 2px;
								position: absolute;
								left: 0;
								top: 50%;
								margin: -2px 0 0;
							}

.c-ir-page__categorylist dl dd ul li[data-categoritag="all"] a::after {
									background: #003885;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="organize"] a::after {
									background: #89b87a;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="administration"] a::after {
									background: #5bb3a5;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="account"] a::after {
									background: #6d9fbf;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="product"] a::after {
									background: #d3a427;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="winning"] a::after {
									background: #cc72b6;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="info"] a::after {
									background: #e78398;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="other"] a::after {
									background: #a375b0;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="shareholders"] a::after {
									background: #a375b0;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="information"] a::after {
									background: #89b87a;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="hirata"] a::after {
									background: #6d9fbf;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="mtmp"] a::after {
									background: #5bb3a5;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="ipo"] a::after {
									background: #d3a427;
								}

.c-ir-page__categorylist dl dd ul li[data-categoritag="libraryother"] a::after {
									background: #c5764b;
								}

.c-ir-page__archivelist {
		margin: 40px 0;
	}

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

.c-ir-page__archivelist {
			margin: 25px 0
	}
		}

.c-ir-page__archivelist dl {
			margin: 0;
			padding: 0;
		}

.c-ir-page__archivelist dl dt {
				color: #024198;
				font-size: 1.8rem;
				font-weight: bold;
				margin: 0 0 8px;
			}

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

.c-ir-page__archivelist dl dt {
					font-size: 1.6rem
			}
				}

.c-ir-page__archivelist dl dt span {
					font-size: 1.2rem;
				}

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

.c-ir-page__archivelist dl dt span {
						font-size: 1rem
				}
					}

.c-ir-page__archivelist dl dd {
				padding: 3px 15px 9px;
				margin: 0;
				background: #ededed;
				border-radius: 5px;
			}

.c-ir-page__archivelist dl dd ul {
					margin: 0;
					padding: 0;
					list-style: none;
				}

.c-ir-page__archivelist dl dd ul li {
						display: inline-block;
						margin: 0 11px 0 0;
						background: #ededed;
					}

.c-ir-page__archivelist dl dd ul li a {
							display: block;
							height: 22px;
							padding: 0 0 0 15px;
							font-size: 1.2rem;
							position: relative;
							color: #111;
							text-decoration: none;
							-webkit-transition: 300ms;
							transition: 300ms;
						}

.c-ir-page__archivelist dl dd ul li a:hover {
								opacity: .6;
							}

.c-ir-page__archivelist dl dd ul li a::before {
								content: "";
								width: 10px;
								height: 10px;
								border-radius: 10px;
								display: block;
								position: absolute;
								left: 0;
								top: 50%;
								margin: -6px 0 0;
								background: #0047a8;
							}

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

.c-ir-page__archivelist dl dd ul li a::before {
									right: 5px
							}
								}

.c-ir-page__archivelist dl dd ul li a::after {
								content: "";
								width: 0;
								height: 0;
								border-style: solid;
								border-width: 2px 0 2px 3px;
								border-color: transparent transparent transparent #fff;
								position: absolute;
								left: 4px;
								top: 50%;
								margin-top: -3px;
							}

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

.c-ir-page__archivelist dl dd ul li a::after {
									right: 11px
							}
								}

.c-news__newslist {
		list-style: none;
		margin: 0 0 50px;
		padding: 0;
	}

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

.c-news__newslist {
			margin: 0 0 30px
	}
		}

.c-news__newslist li {
			border-bottom: solid 1px #e8e8e8;
		}

.c-news__newslist li a {
				display: block;
				text-decoration: none;
				color: #333;
				-webkit-transition: all 300ms;
				transition: all 300ms;
				position: relative;
			}

.c-news__newslist li a:hover {
					opacity: .6;
				}

.c-news__newslist li a::before {
					content: "";
					width: 16px;
					height: 16px;
					border-radius: 8px;
					display: block;
					position: absolute;
					right: 19px;
					top: 50%;
					margin: -12px 0 0;
					background: #0047a8;
				}

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

.c-news__newslist li a::before {
						right: 5px
				}
					}

.c-news__newslist li a::after {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 3px 0 3px 3px;
					border-color: transparent transparent transparent #fff;
					position: absolute;
					right: 25px;
					top: 50%;
					margin-top: -7px;
				}

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

.c-news__newslist li a::after {
						right: 11px
				}
					}

.c-news__newslist li dl {
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: nowrap;
				    flex-wrap: nowrap;
				padding: 24px 40px 24px 18px;
				position: relative;
				margin: 0;
			}

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

.c-news__newslist li dl {
					padding: 12px 23px 12px 3px;
					display: block
			}
				}

.c-news__newslist-date {
			display: block;
			width: 98px;
			font-size: 1.6rem;
			font-weight: bold;
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #024198;
		}

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

.c-news__newslist-date {
				width: auto;
				display: inline-block;
				font-size: 1.3rem;
				margin: 0 10px 0 0
		}
			}

.c-news__newslist-label {
			font-size: 1.1rem;
			width: 95px;
			padding: 3px 5px;
			text-align: center;
			line-height: 1.3;
			word-wrap: break-word;
			color: #fff;
			border-radius: 3px;
			margin: 0 20px 0 0;
		}

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

.c-news__newslist-label {
				display: inline-block;
				font-size: 1rem;
				min-width: 80px;
				width: auto;
				margin: 0;
				padding: 2px 5px 3px
		}
			}

.c-news__newslist-label[data-newslabel="organize"] {
				background: #89b87a;
			}

.c-news__newslist-label[data-newslabel="administration"] {
				background: #5bb3a5;
			}

.c-news__newslist-label[data-newslabel="account"] {
				background: #6d9fbf;
			}

.c-news__newslist-label[data-newslabel="product"] {
				background: #d3a427;
			}

.c-news__newslist-label[data-newslabel="event"] {
				background: #c5764b;
			}

.c-news__newslist-label[data-newslabel="info"] {
				background: #e78398;
			}

.c-news__newslist-label[data-newslabel="other"] {
				background: #a375b0;
			}

.c-news__newslist-label[data-newslabel="winning"] {
				background: #cc72b6;
			}

.c-news__newslist-title {
			margin: 0;
			word-wrap: break-word;
			-webkit-box-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
		}

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

.c-news__newslist-title {
				margin: 3px 0 0
		}
			}

.c-news__newslist-title[data-file="pdf"]::after {
					content: "";
					display: inline-block;
					width: 15px;
					height: 17px;
					background: url("../img/common/icon-pdf-s.png") no-repeat;
					background-size: 100%;
					vertical-align: -3px;
					margin: 0 0 0 5px;
				}

.c-news__categorylist {
		margin: 40px 0;
	}

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

.c-news__categorylist {
			margin: 25px 0
	}
		}

.c-news__categorylist dl {
			margin: 0;
			padding: 0;
		}

.c-news__categorylist dl dt {
				color: #024198;
				font-size: 1.8rem;
				font-weight: bold;
				margin: 0;
			}

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

.c-news__categorylist dl dt {
					font-size: 1.6rem
			}
				}

.c-news__categorylist dl dt span {
					font-size: 1.2rem;
				}

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

.c-news__categorylist dl dt span {
						font-size: 1rem
				}
					}

.c-news__categorylist dl dd {
				padding: 0;
				margin: 0;
			}

.c-news__categorylist dl dd ul {
					margin: 0;
					padding: 0 0 0 8px;
					list-style: none;
				}

.c-news__categorylist dl dd ul li {
						display: inline-block;
						margin: 0 15px 5px 0;
						background: #ededed;
					}

.c-news__categorylist dl dd ul li a {
							display: block;
							height: 22px;
							line-height: 1.45;
							padding: 2px 10px;
							font-size: 1.2rem;
							font-weight: bold;
							position: relative;
							color: #111;
							text-decoration: none;
							-webkit-transition: 300ms;
							transition: 300ms;
						}

.c-news__categorylist dl dd ul li a:hover {
								opacity: .6;
							}

.c-news__categorylist dl dd ul li a::before {
								content: "";
								position: absolute;
								left: -8px;
								top: 0;
								display: block;
								width: 0;
								height: 0;
								border-style: solid;
								border-width: 11px 8px 11px 0;
								border-color: transparent #ededed transparent transparent;
							}

.c-news__categorylist dl dd ul li a::after {
								content: "";
								display: block;
								width: 4px;
								height: 4px;
								border-radius: 2px;
								position: absolute;
								left: 0;
								top: 50%;
								margin: -2px 0 0;
							}

.c-news__categorylist dl dd ul li[data-categoritag="all"] a::after {
									background: #003885;
								}

.c-news__categorylist dl dd ul li[data-categoritag="organize"] a::after {
									background: #89b87a;
								}

.c-news__categorylist dl dd ul li[data-categoritag="administration"] a::after {
									background: #5bb3a5;
								}

.c-news__categorylist dl dd ul li[data-categoritag="account"] a::after {
									background: #6d9fbf;
								}

.c-news__categorylist dl dd ul li[data-categoritag="product"] a::after {
									background: #d3a427;
								}

.c-news__categorylist dl dd ul li[data-categoritag="event"] a::after {
									background: #c5764b;
								}

.c-news__categorylist dl dd ul li[data-categoritag="info"] a::after {
									background: #e78398;
								}

.c-news__categorylist dl dd ul li[data-categoritag="other"] a::after {
									background: #a375b0;
								}

.c-news__categorylist dl dd ul li[data-categoritag="winning"] a::after {
									background: #cc72b6;
								}

.c-news__news-info {
		margin: 0 0 30px;
		overflow: hidden;
		position: relative;
	}

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

.c-news__news-info {
			margin: 0 0 20px
	}
		}

.c-news__news-info-label {
			font-size: 1.1rem;
			min-width: 85px;
			padding: 1px 3px;
			text-align: center;
			line-height: 1.5;
			color: #fff;
			border-radius: 3px;
			margin: 5px 0 0;
			float: left;
		}

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

.c-news__news-info-label {
				display: inline-block;
				font-size: 1rem;
				min-width: 80px;
				margin: 3px 0 0;
				padding: 0 3px 1px
		}
			}

.c-news__news-info-label[data-newslabel="organize"] {
				background: #89b87a;
			}

.c-news__news-info-label[data-newslabel="administration"] {
				background: #5bb3a5;
			}

.c-news__news-info-label[data-newslabel="account"] {
				background: #6d9fbf;
			}

.c-news__news-info-label[data-newslabel="product"] {
				background: #d3a427;
			}

.c-news__news-info-label[data-newslabel="event"] {
				background: #c5764b;
			}

.c-news__news-info-label[data-newslabel="info"] {
				background: #e78398;
			}

.c-news__news-info-label[data-newslabel="other"] {
				background: #a375b0;
			}

.c-news__news-info-label[data-newslabel="winning"] {
				background: #cc72b6;
			}

.c-news__news-info-date {
			float: right;
			margin: 0;
			font-weight: bold;
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #024198;
		}

.c-products__mainv {
		text-align: center;
		margin: 0 0 1em;
		padding: 0;
	}

.c-products__mainv img {
			max-width: 100%;
		}

.c-products__mainv-pc {
		text-align: center;
		margin: 0 0 1em;
		padding: 0;
	}

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

.c-products__mainv-pc {
			display: none
	}
		}

.c-products__mainv-pc img {
			max-width: 100%;
		}

.c-products__mainv-sp {
		display: none;
	}

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

.c-products__mainv-sp {
			display: block;
			text-align: center;
			margin: 0 0 1em;
			padding: 0
	}
		}

.c-products__mainv-sp img {
			max-width: 100%;
		}

.c-products__btn-s {
		text-align: right;
		margin-bottom: 60px;
	}

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

.c-products__btn-s {
			margin-bottom: 40px
	}
		}

.c-products__btn-s a {
			display: inline-block;
			padding: 3px 35px 3px 15px;
			border-radius: 5px;
			color: #fff;
			background: #0047a8;
			text-decoration: none;
			font-size: 1.4rem;
			position: relative;
			-webkit-transition: 300ms;
			transition: 300ms;
		}

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

.c-products__btn-s a {
				display: block;
				text-align: center
		}
			}

.c-products__btn-s a::before {
				content: "";
				width: 12px;
				height: 12px;
				border-radius: 8px;
				display: block;
				position: absolute;
				right: 8px;
				top: 50%;
				margin: -6px 0 0;
				background: #fff;
			}

.c-products__btn-s a::after {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 3px 0 3px 3px;
				border-color: transparent transparent transparent #0047a8;
				position: absolute;
				right: 12px;
				top: 50%;
				margin-top: -3px;
			}

.c-products__btn-s a:hover {
				opacity: .6;
			}

.c-products__phlist {
		margin: 1.5em 0;
	}

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

.c-products__phlist {
			margin: 1em 0
	}
		}

.c-products__phlist:last-child {
			margin: 0;
		}

.c-products__phlist ul {
			margin: 0;
			padding: 15px 15px 3px;
			list-style: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			background: #f5f5f5;
		}

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

.c-products__phlist ul {
				display: block;
				overflow: hidden;
				padding: 15px 15px 1px
		}
			}

.c-products__phlist ul li {
				margin: 0 17px 20px 0;
				padding: 0;
				width: 222px;
			}

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

.c-products__phlist ul li {
					width: 48%;
					margin: 0 0 15px;
					float: left
			}
				}

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

.c-products__phlist ul li:nth-child(2n) {
						float: right
				}
					}

.c-products__phlist ul li a {
					display: block;
					height: 100%;
					text-decoration: none;
					-webkit-transition: 300ms;
					transition: 300ms;
					color: #333;
				}

.c-products__phlist ul li a:hover {
						opacity: .6;
					}

.c-products__phlist ul li a p {
						border-bottom: 1px solid #9cbee3;
						padding: 1em 30px 1em .5em;
					}

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

.c-products__phlist ul li a p {
							padding: .7em 30px .7em .5em
					}
						}

.c-products__phlist ul li a p::before {
							content: "";
							width: 12px;
							height: 12px;
							border-radius: 8px;
							display: block;
							position: absolute;
							right: 8px;
							top: 50%;
							margin: -6px 0 0;
							background: #0763c8;
						}

.c-products__phlist ul li a p::after {
							content: "";
							width: 0;
							height: 0;
							border-style: solid;
							border-width: 3px 0 3px 3px;
							border-color: transparent transparent transparent #fff;
							position: absolute;
							right: 12px;
							top: 50%;
							margin-top: -3px;
						}

.c-products__phlist ul li:nth-child(3n) {
					margin: 0 0 20px;
				}

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

.c-products__phlist ul li:nth-child(3n) {
						margin: 0 0 15px
				}
					}

.c-products__phlist ul li figure {
					margin: 0;
					padding: 0;
					width: 222px;
					height: 200px;
				}

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

.c-products__phlist ul li figure {
						width: 100%;
						height: 0;
						padding-top: 88.5%;
						position: relative
				}
					}

.c-products__phlist ul li figure img {
						width: 222px;
						height: 198px;
						vertical-align: top;
						font-family: "object-fit:cover", "object-fit:cover";
						-o-object-fit: cover;
						   object-fit: cover;
					}

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

.c-products__phlist ul li figure img {
							width: 100%;
							height: 100%;
							position: absolute;
							top: 0;
							font-family: "object-fit:cover", "object-fit:cover";
							-o-object-fit: cover;
							   object-fit: cover
					}
						}

.c-products__phlist ul li p {
					margin: 0;
					padding: 1em .5em;
					font-size: 1.4rem;
					position: relative;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					border-bottom: 1px solid #efefef;
				}

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

.c-products__phlist ul li p {
						padding: .7em .5em
				}
					}

.c-products__textlist {
		margin: 0 0 20px;
	}

.c-products__textlist ul {
			margin: 0;
			padding: 0;
			list-style: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

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

.c-products__textlist ul {
				display: block
		}
			}

.c-products__textlist ul li {
				margin: 0 9px 20px;
				padding: 0;
				width: 224px;
				line-height: 1.5;
			}

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

.c-products__textlist ul li {
					width: 100%;
					margin: 0 0 10px
			}
				}

.c-products__textlist ul li span {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					padding: 10px 20px;
					border: 2px solid #dfdfdf;
					border-radius: 5px;
					height: 100%;
					font-size: 1.4rem;
				}

.c-products__textlist ul li a {
					display: block;
					text-decoration: none;
					height: 100%;
					-webkit-transition: 300ms;
					transition: 300ms;
					color: #333;
				}

.c-products__textlist ul li a:hover {
						opacity: .6;
					}

.c-products__textlist ul li a span {
						border: 2px solid #9cbee3;
						position: relative;
						padding: 10px 40px 10px 20px;
					}

.c-products__textlist ul li a span::before {
							content: "";
							width: 15px;
							height: 15px;
							border-radius: 8px;
							display: block;
							position: absolute;
							right: 8px;
							top: 50%;
							margin: -6px 0 0;
							background: #0763c8;
						}

.c-products__textlist ul li a span::after {
							content: "";
							width: 0;
							height: 0;
							border-style: solid;
							border-width: 3px 0 3px 4px;
							border-color: transparent transparent transparent #fff;
							position: absolute;
							right: 13px;
							top: 50%;
							margin-top: -2px;
						}

.c-products__phlist-s {
		margin: 0 auto 25px;
		width: 714px;
	}

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

.c-products__phlist-s {
			width: auto
	}
		}

.c-products__phlist-s ul {
			margin: 0;
			padding: 15px 15px 1px;
			list-style: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			background: #f5f5f5;
		}

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

.c-products__phlist-s ul {
				display: block;
				overflow: hidden
		}
			}

.c-products__phlist-s ul li {
				margin: 0 20px 15px 0;
				padding: 0;
				width: 155px;
			}

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

.c-products__phlist-s ul li {
					width: 48%;
					margin: 0 0 10px;
					float: left
			}
				}

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

.c-products__phlist-s ul li:nth-child(2n) {
						float: right
				}
					}

.c-products__phlist-s ul li a {
					display: block;
					height: 100%;
					text-decoration: underline;
					-webkit-transition: 300ms;
					transition: 300ms;
					color: #333;
				}

.c-products__phlist-s ul li a:hover {
						opacity: .6;
						text-decoration: none;
					}

.c-products__phlist-s ul li a p {
						padding: 0 0 0 20px;
					}

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

.c-products__phlist-s ul li a p {
							padding: 0 0 0 15px
					}
						}

.c-products__phlist-s ul li a p::before {
							content: "";
							width: 15px;
							height: 15px;
							border-radius: 8px;
							display: block;
							position: absolute;
							left: 0;
							top: 2px;
							background: #0763c8;
						}

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

.c-products__phlist-s ul li a p::before {
								width: 12px;
								height: 12px;
								border-radius: 8px;
								left: 0;
								top: 4px
						}
							}

.c-products__phlist-s ul li a p::after {
							content: "";
							width: 0;
							height: 0;
							border-style: solid;
							border-width: 3px 0 3px 4px;
							border-color: transparent transparent transparent #fff;
							position: absolute;
							left: 6px;
							top: 6px;
						}

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

.c-products__phlist-s ul li a p::after {
								border-width: 3px 0 3px 3px;
								left: 5px;
								top: 7px
						}
							}

.c-products__phlist-s ul li:nth-child(4n) {
					margin: 0 0 15px;
				}

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

.c-products__phlist-s ul li:nth-child(4n) {
						margin: 0 0 15px
				}
					}

.c-products__phlist-s ul li figure {
					margin: 0 0 7px;
					padding: 0;
					width: 156px;
					height: 126px;
					overflow: hidden;
				}

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

.c-products__phlist-s ul li figure {
						width: 100%;
						height: 0;
						padding-top: 76.47%;
						position: relative;
						margin: 0 0 5px
				}
					}

.c-products__phlist-s ul li figure img {
						width: 156px;
						height: 126px;
						vertical-align: top;
						font-family: "object-fit:cover", "object-fit:cover";
						-o-object-fit: cover;
						   object-fit: cover;
					}

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

.c-products__phlist-s ul li figure img {
							width: 100%;
							height: 100%;
							position: absolute;
							top: 0;
							font-family: "object-fit:cover", "object-fit:cover";
							-o-object-fit: cover;
							   object-fit: cover
					}
						}

.c-products__phlist-s ul li p {
					margin: 0;
					font-size: 1.2rem;
					position: relative;
				}

.c-products .bgt-youtube-container {
		width: 350px;
		margin: 0 auto;
	}

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

.c-products .bgt-youtube-container {
			width: 100%;
			max-width: 350px
	}
		}

.c-products .movie-block {
		margin: 0 0 30px;
		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;
		gap: 30px;
	}

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

.c-products .movie-block {
			gap: 15px
	}
		}

.c-products .movie-block-box {
			display:-webkit-box;
			display:-ms-flexbox;
			display:flex;
			max-width: 350px;
			-webkit-box-orient:vertical;
			-webkit-box-direction:normal;
			    -ms-flex-direction:column;
			        flex-direction:column;
		}

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

.c-products .movie-block-box {
				width: 100%;
				max-width: 350px;
				margin: 0 auto
		}
			}

.c-products .movie-block-box-inner {
				display:-webkit-box;
				display:-ms-flexbox;
				display:flex;
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
				width: 100%;
				border: 1px solid #cacaca;
				background-color: #111;
			}

.c-products .movie-block-box video {
				display: block;
				margin: 0 auto;
				border: none;
				width: 100%;
				height: auto;
			 }

.c-products .movie-block-box p {
				width: 100%;
			 }

.c-products .movie-block-text {
			max-width: 350px;
		}

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

.c-products .movie-block-text {
				width: 100%
		}
			}

.c-products .movie-block-text .link-list {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				gap: 0 15px;
			}

.c-products .movie-block-text .link-list li {
					display: inline-block;
				}

.c-recruit {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.c-recruit #blogPostsData {
		display: none;
	}

.c-recruit img {
		display: block;
		max-width: 100%;
	}

@media  (max-width: 767px) {

.c-recruit .pc-only {
			display: none
	}
		}

.c-recruit .sp-only {
		display: none;
	}

@media  (max-width: 767px) {

.c-recruit .sp-only {
			display: block
	}
		}

.c-recruit [data-is="mask-wrap"] {
		position: relative;
	}

.c-recruit [data-is="mask"] {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 10;
		-webkit-transition: 1000ms cubic-bezier(.58, .19, .03, 1);
		transition: 1000ms cubic-bezier(.58, .19, .03, 1);
	}

.c-recruit [data-is="mask"].is-animated {
			width: 0;
		}

.c-recruit__title {
		color: #013885;
		font-size: 3rem;
		margin: 0 0 1em;
		line-height: 1.4;
	}

@media  (max-width: 767px) {

.c-recruit__title {
			font-size: 2.6rem
	}
		}

.c-recruit__title > span {
			display: block;
		}

.c-recruit__title [lang="en"] {
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #666;
			font-size: 0.46667em;
			font-weight: normal;
			line-height: 1;
			margin-bottom: 1em;
		}

.c-recruit__lead {
		margin: 0 auto 2.4em;
	}

@media  (max-width: 767px) {

.c-recruit__lead {
			font-size: 1.3rem;
			margin-bottom: 2em
	}
		}

.c-recruit__btn {
		margin: 0;
	}

@media  (max-width: 767px) {

.c-recruit__btn {
			text-align: center
	}
		}

.c-recruit__btn a {
			text-decoration: none;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			min-width: 19rem;
			height: 4.8rem;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			padding: 1rem 2rem;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 1.4rem;
			font-weight: bold;
			color: #fff;
			background: #333;
			-webkit-transition: 300ms ease-in-out;
			transition: 300ms ease-in-out;
		}

@media  (min-width: 768px) {
				.c-recruit__btn a:hover {
					opacity: .8;
				}

					.c-recruit__btn a:hover span::before {
						right: -.5rem;
					}
			}

.c-recruit__btn span {
			display: block;
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0%;
			        flex: 1 0 0%;
			padding-right: 1em;
			position: relative;
		}

.c-recruit__btn span::before {
				content: "";
				width: .8rem;
				height: .8rem;
				border-top: 1px solid;
				border-right: 1px solid;
				position: absolute;
				top: 51%;
				right: 0;
				-webkit-transform: translateY(-50%) rotate(45deg);
				        transform: translateY(-50%) rotate(45deg);
				-webkit-transition: 300ms ease-in-out;
				transition: 300ms ease-in-out;
			}

.c-recruit__hero {
		margin: 0 0 7rem;
		position: relative;
	}

@media  (max-width: 767px) {

.c-recruit__hero {
			margin: 0 0 4rem
	}
		}

.c-recruit__hero-bg {
			display: block;
			width: 100%;
			height: 100%;
			background-color: #0a5ac8;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 4;
			-webkit-transition: 1000ms cubic-bezier(.58, .19, .03, 1);
			transition: 1000ms cubic-bezier(.58, .19, .03, 1);
		}

.c-recruit__hero-copy {
			width: 100%;
			position: absolute;
			left: 0;
			bottom: 41.53846%;
			-webkit-transform: translateY(50%);
			        transform: translateY(50%);
			z-index: 5;
			text-align: center;
		}

.c-recruit__hero-copy-text {
				margin: -1rem auto 8rem;
				opacity: 0;
				position: relative;
				top: 2rem;
			}

@media  (max-width: 767px) {

.c-recruit__hero-copy-text {
					width: 80%;
					margin: -.5rem auto 3rem
			}
				}

.c-recruit__hero-copy-logo {
				max-width: 12.5rem;
				margin: 0 auto;
				opacity: 0;
				position: relative;
				top: 2rem;
			}

@media  (max-width: 767px) {

.c-recruit__hero-copy-logo {
					max-width: 8rem
			}
				}

.c-recruit__hero img {
			display: block;
			margin: 0 auto;
			max-width: 100%;
		}

.c-recruit__news {
		max-width: 1024px;
		margin: 0 auto;
		padding: 0 0 10rem;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

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

.c-recruit__news {
			padding: 0 5% 10rem;
			display: block
	}
		}

.c-recruit__news-title {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 17.08%;
			        flex: 0 0 17.08%;
			max-width: 17.08984%;
		}

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

.c-recruit__news-title {
				max-width: none;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				margin-bottom: 1rem
		}
			}

.c-recruit__news-title h2 {
				font-weight: normal;
				font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
				color: #0054c6;
				font-size: 2.6rem;
				margin: 0 0 6rem;
				letter-spacing: 1px;
			}

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

.c-recruit__news-title h2 {
					margin-bottom: 0
			}
				}

.c-recruit__news-title h2 span {
					display: block;
					font-size: 1.4rem;
					color: #333;
					font-weight: 500;
					margin-top: .8em;
				}

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

.c-recruit__news-title h2 span {
						font-size: 1.2rem
				}
					}

.c-recruit__news-more {
			position: relative;
		}

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

.c-recruit__news-more {
		}
			}

.c-recruit__news-more a {
				background: #333;
				color: #fff;
				display: inline-block;
				font-size: 1.4rem;
				text-decoration: none;
				border-radius: 2rem;
				padding: .6rem 1.2rem .7rem 1.4rem;
				-webkit-transition: 300ms ease-in-out;
				transition: 300ms ease-in-out;
			}

@media  (min-width: 768px) {
					.c-recruit__news-more a:hover {
						opacity: .8;
					}

						.c-recruit__news-more a:hover span::before {
							right: -.5rem;
						}
				}

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

.c-recruit__news-more a {
					font-size: 1.2rem;
					padding: .3rem 1rem .4rem 1.2rem
			}
				}

.c-recruit__news-more a span {
					display: inline-block;
					padding-right: 1em;
					position: relative;
				}

.c-recruit__news-more a span::before {
						content: "";
						width: .8rem;
						height: .8rem;
						border-top: 1px solid;
						border-right: 1px solid;
						position: absolute;
						top: 51%;
						right: 0;
						-webkit-transform: translateY(-50%) rotate(45deg);
						        transform: translateY(-50%) rotate(45deg);
						-webkit-transition: 300ms ease-in-out;
						transition: 300ms ease-in-out;
					}

.c-recruit__news-list {
			list-style: none;
			padding: 0;
			margin: 0;
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0%;
			        flex: 1 0 0%;
		}

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

.c-recruit__news-list {
				margin: 0;
				padding-top: 15px
		}
			}

.c-recruit__news-list li:not(:last-child) {
					margin-bottom: 1.5rem;
				}

.c-recruit__news-list a {
				text-decoration: none;
				-webkit-transition: 300ms;
				transition: 300ms;
				color: inherit;
				border: solid 1px #dcdcdc;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
				padding: 3rem 7rem 3rem 3.5rem;
				position: relative;
				word-wrap: break-word;
			}

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

.c-recruit__news-list a {
					padding: 1.2rem 3.5rem 1.2rem 1.5rem
			}
				}

.c-recruit__news-list a::after {
					content: "";
					width: 1rem;
					height: 1rem;
					border-top: 2px solid #0054c6;
					border-right: 2px solid #0054c6;
					position: absolute;
					right: 3rem;
					top: 50%;
					-webkit-transform: translateY(-50%) rotate(45deg);
					        transform: translateY(-50%) rotate(45deg);
				}

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

.c-recruit__news-list a::after {
						right: 1.5rem
				}
					}

.c-recruit__news-list a:hover {
					-webkit-box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.25);
					        box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.25);
				}

.c-recruit__news-date {
			display: block;
			width: 12rem;
			font-size: 1.6rem;
			padding-top: .3em;
			font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
			color: #085bc8;
		}

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

.c-recruit__news-date {
				min-width: 5em;
				padding-right: 1em;
				width: auto;
				padding-top: 0;
				font-size: 1.3rem
		}
			}

.c-recruit__news-text {
			display: block;
			padding: 6px 0 0;
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0%;
			        flex: 1 0 0%;
		}

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

.c-recruit__news-text {
				padding: 0;
				font-size: 1.2rem
		}
			}

.c-recruit__news-bg {
			display: block;
			position: absolute;
			top: -1px;
			right: -1px;
			width: calc(100% + 2px);
			height: calc(100% + 2px);
			background: #fff;
			z-index: 2;
		}

.c-recruit__about {
		max-width: 1024px;
		margin: 0 auto 12rem;
	}

@media  (max-width: 767px) {

.c-recruit__about {
			margin-bottom: 6rem;
			padding: 1px 5% 3rem;
			background: #ebf2fa
	}
		}

.c-recruit__about .c-recruit__title {
			margin: -1.5em 0 1.3em;
		}

@media  (max-width: 767px) {

.c-recruit__about .c-recruit__title {
				margin-bottom: 1em
		}
			}

.c-recruit__about .c-recruit__btn a {
				-webkit-box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.2);
				        box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.2);
			}

.c-recruit__about-row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
		}

@media  (max-width: 767px) {

.c-recruit__about-row {
				display: block
		}
			}

.c-recruit__about-left {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0%;
			        flex: 1 0 0%;
			padding: 0 21.48438% 7.4rem 3rem;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			background: #ebf2fa;
			margin-right: -20.11719%;
			position: relative;
		}

@media  (max-width: 767px) {

.c-recruit__about-left {
				padding: 0;
				margin: 0;
				background: none
		}
			}

.c-recruit__about-left-inner {
				opacity: 0;
				position: relative;
				top: 1.5rem;
			}

.c-recruit__about-right {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 61.52%;
			        flex: 0 0 61.52%;
			max-width: 61.52344%;
			position: relative;
			z-index: 2;
			margin-bottom: 3.4rem;
		}

@media  (max-width: 767px) {

.c-recruit__about-right {
				max-width: none;
				margin: 0 0 3rem
		}

				.c-recruit__about-right img {
					width: 100%;
				}
			}

.c-recruit__about-bg {
			display: block;
			width: 100%;
			height: 100%;
			background: #fff;
			position: absolute;
			top: 0;
			right: 0;
		}

.c-recruit__about-text {
			margin: 0 0 2.4em;
		}

@media  (min-width: 768px) {

.c-recruit__about-text {
				line-height: 2.2
		}
			}

@media  (max-width: 767px) {

.c-recruit__about-text {
				font-size: 1.4rem;
				margin-bottom: 2em
		}
			}

.c-recruit__message {
		max-width: 1024px;
		margin: 0 auto 12rem;
	}

@media  (max-width: 767px) {

.c-recruit__message {
			margin: 10rem auto 6rem;
			padding: 1px 5% 3rem;
			background: #ebf2fa
	}
		}

.c-recruit__message .c-recruit__title {
			margin: -1.5em 0 1.3em;
		}

@media  (max-width: 767px) {

.c-recruit__message .c-recruit__title {
				margin-bottom: 1em
		}
			}

@media  (max-width: 767px) {

.c-recruit__message .c-recruit__btn {
				width: 100%;
				-webkit-box-ordinal-group: 4;
				    -ms-flex-order: 3;
				        order: 3
		}
			}

.c-recruit__message .c-recruit__btn a {
				-webkit-box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.2);
				        box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.2);
			}

.c-recruit__message-row {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
		}

@media  (max-width: 767px) {

.c-recruit__message-row {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column
		}
			}

.c-recruit__message-right {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0%;
			        flex: 1 0 0%;
			padding: 0 3rem 7.4rem 25.87891%;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			background: #ebf2fa;
			margin-left: -21.97266%;
			position: relative;
		}

@media  (max-width: 767px) {

.c-recruit__message-right {
				width: 100%;
				padding: 0;
				margin: 0;
				background: none;
				-webkit-box-ordinal-group: 2;
				    -ms-flex-order: 1;
				        order: 1
		}
			}

.c-recruit__message-right-inner {
				opacity: 0;
				position: relative;
				top: 1.5rem;
			}

.c-recruit__message-left {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 61.52%;
			        flex: 0 0 61.52%;
			max-width: 58.59375%;
			position: relative;
			z-index: 2;
			margin-bottom: 3.4rem;
		}

@media  (max-width: 767px) {

.c-recruit__message-left {
				max-width: none;
				margin: 1em 0 3rem;
				-webkit-box-ordinal-group: 3;
				    -ms-flex-order: 2;
				        order: 2
		}

				.c-recruit__message-left img {
					width: 100%;
				}
			}

.c-recruit__message-bg {
			display: block;
			width: 100%;
			height: 100%;
			background: #fff;
			position: absolute;
			top: 0;
			right: 0;
		}

.c-recruit__message-text {
			margin: 0 0 2.4em;
		}

@media  (min-width: 768px) {

.c-recruit__message-text {
				line-height: 2.2
		}
			}

@media  (max-width: 767px) {

.c-recruit__message-text {
				font-size: 1.4rem;
				margin-bottom: 2em
		}
			}

.c-recruit__card {
		max-width: 1024px;
		margin: 0 auto 9rem;
	}

@media  (max-width: 767px) {

.c-recruit__card {
			padding: 0 5%;
			margin-bottom: 7rem
	}
		}

.c-recruit__card-list {
			list-style: none;
			padding: 0;
			margin: 0;
			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;
		}

@media  (max-width: 767px) {

.c-recruit__card-list {
				display: block
		}
			}

.c-recruit__card-list-img {
				overflow: hidden;
			}

.c-recruit__card-list-img img {
					-webkit-transition: 300ms ease-out;
					transition: 300ms ease-out;
				}

.c-recruit__card-list-contents {
				padding: 1.5rem 3.5rem 3.5rem;
			}

@media  (max-width: 767px) {

.c-recruit__card-list-contents {
					padding: 1rem 1.5rem
			}
				}

.c-recruit__card-list-title {
				font-size: 3rem;
				margin: 0 0 .5em;
				color: #013885;
			}

@media  (max-width: 767px) {

.c-recruit__card-list-title {
					font-size: 2.2rem
			}
				}

.c-recruit__card-list-title [lang="en"] {
					font-size: 0.46667em;
					display: block;
					color: #666;
					font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
					font-weight: normal;
				}

.c-recruit__card-list-title [lang="jp"] {
					display: block;
				}

.c-recruit__card-list-text {
				margin: 0;
			}

@media  (max-width: 767px) {

.c-recruit__card-list-text {
					font-size: 1.3rem
			}
				}

.c-recruit__card li {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 48.4375%;
			        flex: 0 0 48.4375%;
			max-width: 48.4375%;
		}

@media  (max-width: 767px) {

.c-recruit__card li {
				max-width: none;
				margin-bottom: 3rem
		}
			}

.c-recruit__card a {
			text-decoration: none;
			color: inherit;
			display: block;
			-webkit-transition: 300ms ease-in-out;
			transition: 300ms ease-in-out;
		}

.c-recruit__card a:hover {
				-webkit-box-shadow: 0 0 8px 4px rgba(51, 51, 51, 0.15);
				        box-shadow: 0 0 8px 4px rgba(51, 51, 51, 0.15);
			}

.c-recruit__card a:hover .c-recruit__card-list-img img {
						-webkit-transform: scale(1.05);
						        transform: scale(1.05);
					}

.c-recruit__aside {
		max-width: 1024px;
		margin: 0 auto 5rem;
	}

@media  (max-width: 767px) {

.c-recruit__aside {
			margin-bottom: 3rem
	}
		}

.c-recruit__aside-inner {
			padding: 0 3rem;
		}

.c-recruit__aside-title {
			font-size: 3rem;
			margin: 0 0 .6em;
			color: #013885;
		}

@media  (max-width: 767px) {

.c-recruit__aside-title {
				font-size: 2.2rem
		}
			}

.c-recruit__aside-list {
			list-style: none;
			margin: 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

@media  (max-width: 767px) {

.c-recruit__aside-list {
				display: block
		}
			}

.c-recruit__aside-list li {
				-webkit-box-flex: 1;
				    -ms-flex: 1 0 0%;
				        flex: 1 0 0%;
				border: 1px solid #dcdcdc;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				margin-bottom: 2rem;
			}

@media  (max-width: 767px) {

.c-recruit__aside-list li {
					max-width: none;
					margin-bottom: 1rem;
					font-size: 1.4rem
			}
				}

.c-recruit__aside-list li:not(:last-child) {
					margin-right: 2.07254%;
				}

@media  (max-width: 767px) {

.c-recruit__aside-list li:not(:last-child) {
						margin: 0 0 1rem
				}
					}

.c-recruit__aside-list li [data-is="mask"] {
					top: -1px;
					right: -1px;
					width: calc(100% + 2px);
					height: calc(100% + 2px);
				}

.c-recruit__aside-list a {
				text-decoration: none;
				color: inherit;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 1.5rem 6rem 1.5rem 1.5rem;
				position: relative;
				-webkit-transition: 300ms ease-in-out;
				transition: 300ms ease-in-out;
			}

@media  (max-width: 767px) {

.c-recruit__aside-list a {
					padding: 1rem 4rem 1rem 1rem
			}
				}

.c-recruit__aside-list a::before {
					content: "";
					width: 1rem;
					height: 1rem;
					color: #2471b9;
					border-top: 2px solid;
					border-right: 2px solid;
					position: absolute;
					top: 50%;
					right: 3rem;
					-webkit-transform: translateY(-50%) rotate(45deg);
					        transform: translateY(-50%) rotate(45deg);
				}

@media  (max-width: 767px) {

.c-recruit__aside-list a::before {
						right: 1.5rem
				}
					}

.c-recruit__aside-list a:hover {
					-webkit-box-shadow: 0 0 8px 4px rgba(51, 51, 51, 0.15);
					        box-shadow: 0 0 8px 4px rgba(51, 51, 51, 0.15);
				}

.c-recruit__aside-list-img {
				max-width: 7.2rem;
			}

.c-recruit__aside-list-title {
				font-weight: bold;
				margin-left: 2rem;
			}

.c-recruit__aside-info {
			border: 1px solid #dcdcdc;
			padding: 1.5rem;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}

@media  (max-width: 767px) {

.c-recruit__aside-info {
				display: block
		}
			}

.c-recruit__aside-info-title {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 26rem;
				        flex: 0 0 26rem;
				max-width: 26rem;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				border-right: 1px solid #b2c3da;
				padding-right: 1em;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
			}

@media  (max-width: 767px) {

.c-recruit__aside-info-title {
					max-width: none;
					margin: 0 0 2rem;
					border: 0;
					padding-right: 0
			}
				}

.c-recruit__aside-info-title-img {
					-webkit-box-flex: 0;
					    -ms-flex: 0 0 7rem;
					        flex: 0 0 7rem;
					max-width: 7rem;
				}

.c-recruit__aside-info-title-text {
					font-weight: bold;
					margin-left: 1em;
				}

@media  (min-width: 768px) {

.c-recruit__aside-info-title-text {
						white-space: nowrap
				}
					}

@media  (max-width: 767px) {

.c-recruit__aside-info-title-text {
						font-size: 1.4rem
				}
					}

.c-recruit__aside-info-list {
				-webkit-box-flex: 1;
				    -ms-flex: 1 0 0%;
				        flex: 1 0 0%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				list-style: none;
				padding: 0 3rem;
				margin: 0;
			}

@media  (max-width: 767px) {

.c-recruit__aside-info-list {
					display: block;
					padding: 0
			}
				}

.c-recruit__aside-info-list li {
					font-weight: bold;
					font-size: 1.4rem;
				}

@media  (max-width: 767px) {

.c-recruit__aside-info-list li {
						font-size: 1.2rem
				}
					}

.c-recruit__aside-info-list li:not(:last-child) {
						margin-right: 2em;
					}

@media  (max-width: 767px) {

.c-recruit__aside-info-list li:not(:last-child) {
							margin: 0 0 .8em
					}
						}

.c-recruit__aside-info-list a {
					display: block;
					padding-right: 1.2em;
					color: inherit;
					text-decoration: none;
					position: relative;
				}

@media  (min-width: 768px) {

.c-recruit__aside-info-list a {
						white-space: nowrap
				}
					}

.c-recruit__aside-info-list a::before {
						content: "";
						width: .6em;
						height: .6em;
						color: #2471b9;
						border-top: 2px solid;
						border-right: 2px solid;
						position: absolute;
						top: 50%;
						right: 0;
						-webkit-transform: translateY(-50%) rotate(45deg);
						        transform: translateY(-50%) rotate(45deg);
						-webkit-transition: 300ms ease-in-out;
						transition: 300ms ease-in-out;
					}

.c-recruit__aside-info-list a:hover::before {
						right: -.4rem;
					}

.c-r_and_d {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.c-r_and_d img {
		display: block;
		max-width: 100%;
	}

@media  (max-width: 767px) {

.c-r_and_d .pc-only {
			display: none
	}
		}

.c-r_and_d .sp-only {
		display: none;
	}

@media  (max-width: 767px) {

.c-r_and_d .sp-only {
			display: block
	}
		}

.c-r_and_d__card {
		max-width: 1024px;
		margin: 0 auto 9rem;
	}

@media  (max-width: 767px) {

.c-r_and_d__card {
			padding: 0 5%;
			margin-bottom: 7rem
	}
		}

.c-r_and_d__card-list {
			list-style: none;
			padding: 0;
			margin: 0;
			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;
		}

@media  (max-width: 767px) {

.c-r_and_d__card-list {
				display: block
		}
			}

.c-r_and_d__card-list-img {
				overflow: hidden;
			}

.c-r_and_d__card-list-img img {
					-webkit-transition: 300ms ease-out;
					transition: 300ms ease-out;
				}

.c-r_and_d__card-list-contents {
				padding: 1.5rem 3.5rem 3.5rem;
			}

@media  (max-width: 767px) {

.c-r_and_d__card-list-contents {
					padding: 1rem 1.5rem
			}
				}

.c-r_and_d__card-list-title {
				margin: 0 0 .5em;
				color: #013885;
				padding-left: 0 !important;
			}

.c-r_and_d__card-list-title [lang="en"] {
					font-size: 0.7em;
					display: block;
					color: #666;
					font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
					font-weight: normal;
				}

.c-r_and_d__card-list-title [lang="jp"] {
					display: block;
				}

.c-r_and_d__card-list-title::before {
					display: none;
				}

.c-r_and_d__card-list-text {
				margin: 0;
			}

@media  (max-width: 767px) {

.c-r_and_d__card-list-text {
					font-size: 1.3rem
			}
				}

.c-r_and_d__card li {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 48.4375%;
			        flex: 0 0 48.4375%;
			max-width: 48.4375%;
			padding: 0 !important;
			border: #e1e1e1 solid 1px;
		}

@media  (max-width: 767px) {

.c-r_and_d__card li {
				max-width: none;
				margin-bottom: 3rem
		}
			}

.c-r_and_d__card li::before {
				display: none !important;
			}

.c-r_and_d__card a {
			text-decoration: none;
			color: inherit !important;
			display: block;
			-webkit-transition: 300ms ease-in-out;
			transition: 300ms ease-in-out;
		}

.c-r_and_d__card a:hover {
				opacity: .6;
			}

.c-r_and_d__card a:hover .c-recruit__card-list-img img {
						-webkit-transform: scale(1.05);
						        transform: scale(1.05);
					}

[data-language="english"] .c-page-home__about-inner {
			max-width: 1050px;
			margin: 0 auto;
			padding-bottom: 157px;
			position: relative;
		}

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

[data-language="english"] .c-page-home__about-inner {
				padding: 0 0 20.0625%
		}
			}

[data-language="english"] .c-page-home__about-list {
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}

[data-language="english"] .c-page-home__about-list figure figcaption {
					padding: 50px 0 0;
				}

[data-language="english"] .c-page-home__about-list li {
				width: 25%;
				padding: 0 8px;
			}

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

[data-language="english"] .c-page-home__about-list li {
					width: 100%;
					padding: 0
			}
				}

[data-language="english"] .c-page-home__about-list a {
				padding-bottom: 60px;
			}

[data-language="english"] .c-page-home__about-list a span {
					font-family: "Oswald", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
					color: #024198;
					font-size: 1.8rem;
					font-weight: 500;
				}

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

[data-language="english"] .c-page-home__about-list a span {
						font-size: 1.6rem
				}
					}

[data-language="english"] .c-page-home__about-list a span::after {
						content: "";
						width: 33px;
						height: 1px;
						display: block;
						margin: 3px auto;
						background: #c4c4c4;
					}

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

[data-language="english"] .c-page-home__about-list a span::after {
							margin: 3px auto 0
					}
						}

[data-language="english"] .c-page-home__about-list a span::before {
						display: none;
					}

@media only screen and  (max-width: 767px) {
				[data-language="english"] .bge-contents .scroll_table::before, [data-language="english"] .c-content-main .scroll_table::before {
					content: none;
				}
			}

[data-language="english"] .bge-contents .idea-block li, [data-language="english"] .c-content-main .idea-block li {
				padding: 22px;
			}

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

[data-language="english"] .bge-contents .idea-block li, [data-language="english"] .c-content-main .idea-block li {
					padding: 15px
			}
				}

[data-language="english"] .bge-contents .idea-block li dl, [data-language="english"] .c-content-main .idea-block li dl {
					margin: 0;
					padding: 0;
				}

[data-language="english"] .bge-contents .idea-block li dl dt, [data-language="english"] .c-content-main .idea-block li dl dt {
						font-size: 2rem;
					}

[data-language="english"] .bge-contents .idea-block li dl dd, [data-language="english"] .c-content-main .idea-block li dl dd {
						margin: 0;
						padding: 0;
					}

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

[data-language="english"] .bge-contents .idea-block li dl dd, [data-language="english"] .c-content-main .idea-block li dl dd {
							padding: 0
					}
						}

[data-language="english"] .bge-contents .index-news-title h2::after, [data-language="english"] .c-content-main .index-news-title h2::after {
						content: "";
						display: block;
						width: 33px;
						height: 3px;
						margin: 0 0 -24px;
						background: #c0c0c0;
					}

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

[data-language="english"] .bge-contents .index-news-title h2::after, [data-language="english"] .c-content-main .index-news-title h2::after {
							width: 18px;
							height: 2px;
							margin: 3px 0 5px
					}
						}

[data-language="english"] .bge-contents .c-index__panel-text p, [data-language="english"] .c-content-main .c-index__panel-text p {
						padding-right: 15px;
					}

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

[data-language="english"] .bge-contents .c-index__panel-text p, [data-language="english"] .c-content-main .c-index__panel-text p {
							padding-right: 8%
					}
						}

[data-language="english"] .bge-contents .c-r_and_d__card-list-title, [data-language="english"] .c-content-main .c-r_and_d__card-list-title {
			padding-bottom: 0;
		}

[data-language="english"] .bge-contents .c-r_and_d__card-list-title [lang="en"], [data-language="english"] .c-content-main .c-r_and_d__card-list-title [lang="en"] {
				font-size: 1em;
				color: #013885;
			}

[data-language="english"] .c-ir-page__archivelist dl dd {
				padding: 3px 12px 9px;
			}

[data-language="english"] .c-footer__company-name {
		width: 135px;
	}

[data-language="english"] .c-footer__links li {
			margin: 0 0 2px 13px;
		}

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

[data-language="english"] .c-footer__links li {
				margin: 0
		}
			}

[data-language="english"] .c-footer__links li a {
				letter-spacing: 0;
			}

[data-language="english"] .c-nav-sitemap li[data-sitemap-level="1"]:nth-child(1) {
				width: 26%;
			}

[data-language="english"] .c-nav-sitemap li[data-sitemap-level="1"]:nth-child(2) {
				width: 34%;
			}

[data-language="english"] .c-nav-sitemap li[data-sitemap-level="1"]:nth-child(3) {
				width: 20%;
			}

[data-language="english"] .c-nav-sitemap li[data-sitemap-level="1"]:nth-child(4) {
				width: 20%;
			}
