/*!==========================================================================

このCSSファイルはSassから生成されていますので、編集しないようにご注意下さい。

==========================================================================*/

html {
	width: 100%;
	color: #000;
	font-size: 62.5%;
	background: #FFF;
}

html.active body {
	overflow: hidden;
	height: 100%;
}

form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
input,
dl,
dt,
dd,
textarea {
	margin: 0;
	padding: 0;
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: none;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #333333;
	font-size: 80%;
	font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	min-width: 1000px;
	letter-spacing: 0.1em;
}

body > noscript > img,
body > iframe {
	display: none;
}

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
body, div, dl, dt, dd, ul, ol, li, h1, h2,
h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  word-break: break-word;
}
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: italic;
}

ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
select,
option,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	border: none;
	font-size: 1.4rem;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	letter-spacing: .1rem;
}

textarea {
	font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	border: none;
}

/*because legend doesn't inherit in IE */

legend {
	color: #000;
}

/* YUI CSS Detection Stamp */

#yui3-css-stamp.cssreset {
	display: none;
}

img {
	vertical-align: top;
	height: auto;
}

/* clearfix */

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

a,
.btn {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
	text-decoration: none;
	color: #000;
	opacity: 1;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

header a:hover,
footer a:hover,
.btn a:active,
.btn a:hover,
.btn:active,
.btn:hover {
	outline-width: 0;
	opacity: .6;
}

#fb-root {
	display: none;
}

.wrapper {
	overflow: hidden;
}

/* index
  -slick
  -slick-theme
  -swiper
*/

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

.common-footer__inner {
	margin: auto;
}

.common-footer__nav {
	background-color: #eaeaea;
}

.common-footer__nav__list li:last-child {
	margin-bottom: 0;
}

.common-footer__nav__level1 a {
	color: #333;
}

.common-footer__nav__level2 a {
	color: #7d7d7d;
}

.common-footer__nav__level3 a {
	color: #333;
}

.common-footer__nav__external a {
	position: relative;
}

.common-footer__nav__external a:after {
	content: "";
	position: absolute;
	right: -1.5em;
	top: 0;
	background: url(../images/common/icon_external.png) no-repeat left top;
	background-size: cover;
	width: 10px;
	height: 10px;
}

.common-footer__nav-top {
	width: 900px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 60px;
	text-align: left;
}

.common-footer__nav-bottom {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}

.common-footer__nav-bottom__right .common-footer__nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 600px;
}

.common-footer__nav-bottom__right .common-footer__nav__list > li:nth-child(1) {
	width: 260px;
}

.common-footer__nav-bottom__right .common-footer__nav__list > li:nth-child(4) {
	width: 260px;
}

.common-footer__nav-bottom__right .common-footer__nav__list > li:nth-child(2) {
	width: 165px;
}

.common-footer__nav-bottom__right .common-footer__nav__list > li:nth-child(5) {
	width: 165px;
}

.common-footer__bottom {
	background-color: #fff;
}

.common-footer__bottom__inner {
	width: 900px;
	margin: auto;
	position: relative;
	height: 110px;
}

.common-footer__logo__seibu {
	position: absolute;
	left: 0;
	top: 35px;
}

.common-footer .copyright {
	position: absolute;
	left: 0;
	top: 65px;
	color: #7d7d7d;
	font-size: 10px;
	line-height: 1;
}

.common-footer__nav__column {
	position: relative;
}

.common-header {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 0px;
}

.common-header__logo {
	margin-bottom: 40px;
}

.common-header__logo a {
	display: inline-block;
	position: relative;
}

.common-header__logo a img {
	margin-right: 33px;
}

.common-nav__btn {
	display: block;
	width: 15px;
	height: 12px;
	position: relative;
	top: 0px;
	z-index: 100;
	margin: auto;
}

.common-nav__btn div {
	position: relative;
}

.common-nav__btn span {
	display: block;
	height: 1px;
	background: #0071ce;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.common-nav__btn span:nth-child(1) {
	top: 0px;
}

.common-nav__btn span:nth-child(2) {
	top: 6px;
}

.common-nav__btn span:nth-child(3) {
	top: 12px;
}

.open .common-nav__btn span:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open .common-nav__btn span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open .common-nav__btn span:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.lo-column {
	margin: auto;
}

.lo-column__main {
	width: 100%;
	text-align: left;
}

.lo-column__sub {
	width: 250px;
	text-align: left;
}

#column2_title_middle {
	width: auto;
	height: auto;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	background-image: url(../images/common/bar_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}

#column2_title_middle p {
	margin: 1px 0 1px 12px;
	font-weight: bold;
}

.csr_kankyo {
	margin-bottom: 80px;
}

.csr_kankyo:last-of-type {
	margin-bottom: 0;
}

.csr_kankyo * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#cmn_center {
	text-align: left;
	width: 100%;
	margin-left: 0;
	padding: 0;
	float: none;
	line-height: 1.5em;
}

.cmn_center {
	text-align: left;
	width: 100%;
	margin-left: 0;
	padding: 0;
	float: none;
	line-height: 1.5em;
}

.column2_read_componentbox {
	margin-bottom: 70px;
	width: 100%;
}

.column2_read_componentbox:last-of-type {
	margin-bottom: 0;
}

.mb-1em {
	margin-bottom: 1em;
}

.mb-2em {
	margin-bottom: 2em;
}

.top-banner-block {
	background-color: #eaeaea;
}

.top-banner-block__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}

.top-banner-block__item {
	width: 284px;
	height: 80px;
	margin: 0 20px;
}

.top-banner-block__item-small {
	width: 284px;
	height: 80px;
	margin: 0 20px;
}

.top-news {
	background-color: #f9f9f9;
}

.foot-banner-block {
	background-color: #fff;
}

.foot-banner-block__inner {
	margin: auto;
}

.foot-banner-block__list {
	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;
}

.chapter {
	margin-bottom: 150px;
}

.chapter > :last-child {
	margin-bottom: 0;
}

.chapter_block {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin-bottom: 80px;
}

.chapter_block > :last-child {
	margin-bottom: 0;
}

.with-photo {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.with-photo_image {
	width: 43%;
	position: relative;
	min-height: 0%;
}

.with-photo_image img {
	width: 100%;
	display: block;
}

.with-photo_txt {
	width: 57%;
}

.contact {
	background: #f8f8f8;
	text-align: center;
	padding: 80px 40px;
}

.contact_title {
	font-size: 3.0rem;
	margin-bottom: 20px;
}

.contact address {
	margin-top: 55px;
}

.faq {
	margin-top: 120px;
}

.faq.second {
	margin-top: 180px;
}

.message-block {
	width: 100%;
	position: relative;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.message-block .visual_container {
	margin: 0;
	width: 100%;
}

.message-block img {
	width: 100%;
	display: block;
}

.message-block_content {
	width: 100%;
}

.message-block_lead {
	font-size: 2.4vw;
	line-height: 1.6;
}

.message-block_lead.sub {
	font-size: 1.866666667vw;
}

.message-block_sentence {
	font-size: 1.2vw;
	margin-top: 4vw;
}

.message-block_sentence p {
	line-height: 2.0;
	margin-top: 2vw;
}

.message-block .sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.0;
}

.message-block .sign > *:first-child {
	margin-left: auto;
}

.message-block .sign > * {
	white-space: nowrap;
}

.message-block .sign .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.message-block .sign .name span {
	font-size: 2vw;
	margin-left: 1.3vw;
	margin-right: 2vw;
}

.message-block .sign .hand {
	height: 10vw;
	position: relative;
}

.message-block .sign img {
	height: 100%;
	width: auto;
}

.link-block {
	background-color: #f8f8f8;
	padding: 40px 40px 20px 40px;
}

.link-block_title {
	text-align: center;
	color: #0071ce;
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.link-block_list {
	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;
	text-align: left;
}

.link-block_list_item {
	width: 47%;
	margin-bottom: 20px;
}

.link-block_list_item > a {
	position: relative;
	display: block;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.link-block_list_item > a:hover {
	color: #0071ce;
}

.link-block_list_item > a:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #0071ce;
	border-right: solid 1px #0071ce;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -4px;
}

.link-block_list-under_item {
	margin-bottom: 5px;
}

.link-block_list-under_item > a {
	text-decoration: underline;
}

.link-block_list-under_item > a:hover {
	text-decoration: none;
}

.breadcrumb {
	zoom: 1;
	position: relative;
	margin: 0 auto 50px;
	font-size: 14px;
	line-height: 1;
}

.breadcrumb:after {
	content: "";
	display: block;
	clear: both;
}

.breadcrumb ul {
	padding: 25px 0 0;
}

.breadcrumb ul li {
	float: left;
	height: auto;
	line-height: inherit;
}

.breadcrumb ul li:before {
	content: ">";
	padding: 0 15px;
	color: #000;
	opacity: 0.4;
}

.breadcrumb ul li:first-child:before {
	display: none;
}

.breadcrumb ul li a {
	color: #1a1a1a;
	vertical-align: top;
	text-decoration: underline;
}

.breadcrumb ul li a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.banner-img {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e5e5e5;
	position: relative;
	height: 100%;
	width: 100%;
}

.banner-img--external:before {
	content: "";
	background: url("../images/common/icon_external.png") no-repeat left top;
	background-size: cover;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
}

.banner-img:hover {
	opacity: 0.6;
}

.btn_framed {
	margin: 80px auto 100px;
	width: 200px;
	height: 50px;
	text-align: center;
	position: relative;
}

.btn_framed.large {
	width: 550px;
}

.btn_framed.first {
	margin: 100px auto -20px;
}

.btn_framed a {
	position: relative;
	z-index: 2;
	border: 1px solid #000;
	line-height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn_photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	border: 1px solid #000;
	font-size: 2.2rem;
}

.btn_photo:hover {
	opacity: .6;
}

.btn_photo > * {
	width: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn_photo > * img {
	width: 100%;
}

.button-recnavi {
	display: block;
	position: relative;
}

.button-recnavi:hover {
	opacity: .6;
}

.button-recnavi img {
	width: 100%;
	display: block;
}

.def-btn {
	position: relative;
	z-index: 2;
	border: 1px solid #000;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.3;
	width: 100%;
	height: 100%;
	font-size: 2.2rem;
	min-height: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.def-btn:hover {
	background-color: #000;
	color: #FFF;
}

.arrow-btn {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.arrow-btn a {
	position: relative;
	z-index: 2;
	border: 1px solid #000;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.3;
	width: 100%;
	font-size: 1.8rem;
	min-height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.arrow-btn a:after {
	content: "";
	background-image: url("../../midcareer/img/arrow.png");
	background-position: center center;
	background-size: 8px 7px;
	background-repeat: no-repeat;
	position: absolute;
	width: 8px;
	height: 7px;
	top: 0;
	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;
	height: 100%;
}

.arrow-btn a:hover {
	background-color: #000;
	color: #FFF;
}

.arrow-btn a:hover:after {
	background-image: url("../../midcareer/img/arrow_wh.png");
	background-position: center center;
	background-size: 8px 7px;
	background-repeat: no-repeat;
}

#button-return {
	display: none;
	position: fixed;
	cursor: pointer;
	z-index: 999;
}

#button-return img {
	width: 100%;
}

.content-block_first {
	margin-top: 0px;
}

.content-block__inner {
	margin: auto;
}

.pad-container {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.c-select-wrap {
	position: relative;
	border: 1px solid #ddd;
	background: #ffffff;
}

.c-select-wrap:before {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 9px solid #0071ce;
	pointer-events: none;
	margin-top: -5px;
	z-index: 2;
}

.c-select-wrap:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	padding: 0;
	content: '';
	pointer-events: none;
	background-color: #f9f9f9;
	border-left: 1px solid #ddd;
	z-index: 1;
}

.c-select-wrap .c-select {
	padding: 12px 38px 12px 15px;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-select-wrap .c-select::-ms-expand {
	display: none;
}

.content-title {
	text-align: center;
}

.content-title__en {
	display: block;
}

.page-title__en {
	display: block;
	letter-spacing: normal;
}

.block_title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin-bottom: 40px;
}

.block_title.lined {
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
}

.lead-title {
	font-size: 2.4rem;
	color: #0071ce;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

.c-text-link--def {
	text-decoration: underline;
}

.c-text-link--def:hover {
	color: #0071ce;
	text-decoration: none;
}

.c-text-link:hover {
	text-decoration: none;
	color: #0071ce;
}

.c-text-link:after {
	content: "";
	background: url(../images/common/arrow_link_text.png) no-repeat left top;
	background-size: cover;
	width: 6px;
	height: 11px;
	display: inline-block;
	vertical-align: unset;
	margin-left: 1em;
}

.c-external {
	padding-right: 0.8em;
	background: url(../images/common/icon_external.png) no-repeat center right;
	background-size: 10px 10px;
	margin-right: 0.5em;
}

.c-external-text {
	padding-right: 1.2em;
	background: url(../images/common/icon_external.png) no-repeat center right;
	background-size: 10px 10px;
	text-decoration: underline;
}

.c-banner_with-caption {
	display: block;
	margin-top: 20px;
}

.c-banner_with-caption span {
	display: inline-block;
	font-size: 1.4rem;
}

.c-banner-with_text {
	margin-bottom: 15px;
}

.c-banner-with_text a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-banner-with_text a:hover .name {
	text-decoration: none;
}

.c-banner-with_text .pic {
	width: 144px;
	display: block;
}

.c-banner-with_text .pic img {
	width: 100%;
	height: auto;
}

.c-banner-with_text .name {
	font-size: 1.4rem;
	margin-left: 1.2em;
	text-decoration: underline;
}

.c-text-link__pdf {
	font-size: 1.4rem;
	text-align: right;
	text-decoration: none;
}

.c-text-link__pdf a {
	color: #000000;
	position: relative;
}

.c-text-link__pdf a:before {
	content: url(../images/common/icon_pdf.gif);
	position: absolute;
	left: -20px;
	top: -3px;
}

.news-top {
	border-top: 1px solid #ddd;
	padding: 30px 0;
	font-size: 1.8rem;
}

.news-list {
	width: 100%;
}

.news-list__item {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.news-list__item a {
	color: #1a1a1a;
	text-decoration: none;
	text-align: left;
	position: relative;
}

.news-list__item a:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/common/arrow_link.png) no-repeat left top;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news-list__item a:hover {
	opacity: 1;
	color: #0071ce;
}

.news-list__item a:hover:before {
	margin-right: -10px;
}

.news-list__item a .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	position: relative;
}

.news-list__item a .date:before {
	content: "";
	width: 1px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ddd;
	display: block;
}

.news-list__item a .icon {
	color: #fff;
	text-align: center;
}

.news-list__item a .icon--recruit {
	background-color: #0071ce;
}

.news-list__item a .icon--csr {
	background-color: #f19149;
}

.news-list__item a .icon--trading {
	background-color: #80c269;
}

.news-list__item a .title {
	letter-spacing: 1px;
}

.news-list__item a .pdf {
	position: relative;
}

.news-list__item a .pdf::before {
	content: url(../../../images/common/ico_pdfmini.gif);
	width: auto;
	position: absolute;
}

.news-list__more a {
	color: #1a1a1a;
}

.side-banner-list__item:not(:last-child) {
	margin-bottom: 10px;
}

.side-banner-list__level1 a {
	width: 100%;
	height: 80px;
}

.side-banner-list__level2 {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.side-banner-list__level2 a {
	width: 100%;
	height: 60px;
}

.side-link-list {
	margin-bottom: 80px;
}

.side-link-list__item {
	margin-bottom: 1px;
}

.side-link-list__item.on a {
	background-color: #0071ce;
	color: #fff;
}

.side-link-list__item.on a:hover {
	color: #fff;
}

.side-link-list__item a {
	display: block;
	position: relative;
	padding: 15px 20px 15px 45px;
	background-color: #f4f4f4;
	color: #1a1a1a;
	text-decoration: none;
}

.side-link-list__item a:hover {
	color: #0071ce;
}

.side-link-list__item a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #0071ce;
	border-right: solid 1px #0071ce;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -5px;
}

.anchor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 55px;
}

.anchor-list__item {
	width: 224px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.column2 .anchor-list__item:last-of-type {
	margin-right: 0;
}

.column3 .anchor-list__item:last-of-type {
	margin-right: 0;
}

.anchor-list__item:nth-child(2n) {
	width: 224px;
}

.anchor-list__item a {
	display: block;
	background-color: #eaeaea;
	position: relative;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding: 15px 20px 15px 20px;
}

.anchor-list__item a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #0071ce;
	border-right: solid 1px #0071ce;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: relative;
	display: inline-block;
	top: -4px;
	margin-right: 1.2em;
}

.anchor-pic-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 85px;
}

.anchor-pic-list__item {
	width: 224px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.column3 .anchor-pic-list__item:last-of-type {
	margin-right: 0;
}

.anchor-pic-list__item:nth-child(2n) {
	width: 224px;
}

.anchor-pic-list__item a {
	display: block;
	background-color: #eaeaea;
	position: relative;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 20px 15px 50px;
}

.anchor-pic-list__item a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #0071ce;
	border-right: solid 1px #0071ce;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -8px;
}

.anchor-pic-list__item a .pic {
	position: absolute;
	left: 0;
	top: 55px;
}

.anchor-pic-list__item a .pic img {
	width: 100%;
	height: auto;
}

.company-list__name {
	font-size: 16px;
	border-bottom: 1px solid #878787;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.company-list__item {
	margin-bottom: 50px;
}

.js-accordion-trigger {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.js-accordion-trigger.active .js-accordion-trigger-icon:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.js-accordion-trigger-icon {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 140%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.js-accordion-trigger-icon:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	-webkit-transition: .2s;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.js-accordion-trigger-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	-webkit-transition: .3s;
	transition: .3s;
}

.js-accordion-block {
	display: none;
}

.common-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.common-nav__wrap {
	text-align: center;
}

.common-nav__wrap.none-under {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 2px solid #f4f4f4;
}

.common-nav__item {
	margin: 0 25px;
	font-size: 15px;
	line-height: 1;
}

.common-nav__item.external a:after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5em;
	background: url(../images/common/icon_external.png) no-repeat left top;
	background-size: cover;
	width: 10px;
	height: 10px;
}

.common-nav__item.close span {
	position: relative;
	width: 15px;
	height: 12px;
	display: inline-block;
	margin-right: 15px;
}

.common-nav__item.close span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #0071ce;
	top: 6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.common-nav__item.close span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #0071ce;
	top: 6px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.common-nav__item.close a:before {
	content: "";
	display: inline-block;
}

.common-nav__item a {
	color: #1a1a1a;
	text-decoration: none;
	position: relative;
	padding: 0 0 10px;
	display: block;
}

.common-nav__item a:hover {
	opacity: 1;
}

.common-nav__item a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	height: 2px;
	background-color: #0071ce;
}

.common-nav__item a.nav-accordion:after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.common-nav__item.on a {
	opacity: 1;
	color: #0071ce;
	font-weight: bold;
}

.common-nav__item.on a:before {
	width: 110%;
	left: -5%;
}

.common-nav--under {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 22px 0;
	background-color: #f4f4f4;
}

.common-nav--under .common-nav__item a {
	padding: 0;
}

.common-nav--under .common-nav__item a:before {
	content: "";
	display: none;
}

.common-nav--under .common-nav__item.on a:before {
	content: "";
	display: none;
}

.common-nav--child .common-nav__item a {
	padding: 0;
}

.common-nav--child .common-nav__item a:before {
	content: "";
	display: none;
}

.common-nav--child .common-nav__item.on a:before {
	content: "";
	display: none;
}

.c-pic-nav_block {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-pic-nav_list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 40px;
}

.c-pic-nav_list_item > a {
	position: relative;
	font-size: 2rem;
	margin-bottom: 20px;
}

.c-pic-nav_list_item > a:hover {
	color: #0071ce;
}

.c-pic-nav_list_item > a:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #0071ce;
	border-right: solid 1px #0071ce;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -4px;
}

.c-pic-nav_list-under_item {
	margin-bottom: 5px;
}

.c-pic-nav_list-under_item > a {
	text-decoration: underline;
}

.c-pic-nav_list-under_item > a:hover {
	text-decoration: none;
}

.c-pic-nav_img {
	width: 250px;
}

.c-pic-nav_img img {
	width: 100%;
	height: auto;
}

.btn-zoom__wrap {
	position: relative;
}

.btn-zoom__wrap > img {
	max-width: 100%;
}

.btn-zoom__wrap .btn-zoom {
	position: absolute;
	right: 0;
	bottom: 40px;
}

.btn-zoom__wrap .btn-zoom img {
	width: 40px;
}

.c-strong-txt {
	font-family: Ryumin Bold KL;
	font-weight: bold;
	text-decoration: underline;
}

.exclamation {
	-webkit-font-feature-settings: initial;
	font-feature-settings: initial;
	display: inline !important;
}

.c-lead {
	margin-bottom: 50px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.c-caution {
	font-size: 1.2rem !important;
}

.c-paragraph {
	margin-bottom: 1.5em;
}

.c-text01 {
	color: #0071ce;
	margin-bottom: 20px;
}

.c-text-small {
	font-size: 80%;
}

.main-visual {
	position: relative;
	width: 100vw;
}

.main-visual img {
	width: 100%;
	height: auto;
}

.main-visual .slick-slide img {
	display: inline;
	vertical-align: middle;
}

.main-visual .slick-dots {
	bottom: 5%;
	display: none !important;
}

.main-visual .slick-dots li {
	width: 8px;
	height: 8px;
}

.main-visual .slick-dots li button {
	width: 8px;
	height: 8px;
}

.main-visual .slick-dots li button:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #fff;
	opacity: 1;
	border-radius: 10px;
}

.main-visual .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #0071ce;
}

.main-visual .slick-slide:not(.slick-center) {
	opacity: 0.5;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.slide_left::after,
.multi_child::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	-webkit-transition: width 1s;
	transition: width 1s;
	z-index: 3;
}

.slide_left.on::after,
.multi_child.on::after {
	width: 0;
}

.fade_txt {
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.fade_txt.on {
	opacity: 1;
}

.csr_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.csr_social__txt {
	letter-spacing: 0.1em;
}

.csr_SDGs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.csr_SDGs p {
	letter-spacing: 0.1em;
}

.csr_eco p {
	letter-spacing: 0.1em;
}

.csr_eco__lead {
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.csr_eco__list > li {
	text-indent: -1em;
	margin-left: 1em;
	letter-spacing: 0.1em;
}

.csr_eco__signiture {
	text-align: right;
	letter-spacing: 0.1em;
}

.csr_relation {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 80px;
}

.csr_relation img {
	margin: 0 auto;
}

.csr_relation-iso {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.csr_relation-iso p {
	text-align: left;
	letter-spacing: 0.1em;
}

.csr_seven_i__txt {
	letter-spacing: 0.1em;
}

.csr_seven_i__list-item {
	border: #0071ce solid 1px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.1em;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.csr_seven_i__list-item--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.csr_seven_i__list-item--title {
	font-size: 6rem;
	color: #fff;
	background: #0071ce;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.csr_seven_i__list-item--title span {
	font-size: 1.6rem;
	width: 100%;
	margin: 0 auto;
	position: absolute;
}

.csr_seven_i__list-item--txt {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.1em;
}

.csr_seven_i__list-item--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
}

.report__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 0;
}

.report__top--pdf {
	border-bottom: #dddddd solid 1px;
	color: #000000;
	position: relative;
	letter-spacing: 0.1em;
}

.report__top--pdf:before {
	content: url(../../../images/common/icon_pdf.gif);
	position: absolute;
	left: 0px;
	top: 0px;
}

.report__top--pdf-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.report__top--pdf-box a {
	display: block;
}

.report__pdf {
	color: #000000;
	position: relative;
	padding: 0 0 0px 20px;
}

.report__pdf:before {
	content: url(../../../images/common/icon_pdf.gif);
	position: absolute;
	left: 0px;
	top: 3px;
}

.report__back_number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.report__back_number li a {
	display: block;
	border-bottom: #dddddd solid 1px;
	color: #000000;
	position: relative;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}

.report__back_number li a:before {
	content: url(../../../images/common/icon_pdf.gif);
	position: absolute;
	left: 0px;
}

.csr-block_date {
	color: #0071ce;
}

.csr-block_place {
	color: #0071ce;
}

.csr-block_icon-list img {
	vertical-align: top;
}

.csr-block_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.csr-block_text > p {
	margin-bottom: 1.2em;
}

.csr-block_text > p:last-of-type {
	margin-bottom: 0;
}

.csr-block_text_lead {
	font-size: 2rem !important;
	margin-bottom: 15px;
}

.csr-block_pic_row {
	overflow: hidden;
}

.csr-block_pic_row--full {
	width: 100%;
	margin-right: 0;
}

.csr-block_pic_row--full .csr-block_pic_item {
	width: 100%;
	float: none;
}

.csr-block_pic_row--column2 {
	width: 100%;
	margin-right: 0;
}

.csr-block_pic_row--column2 .csr-block_pic_item {
	width: 100%;
	margin-right: 0;
}

.csr-block_pic_item {
	margin: 0;
	padding: 0;
	float: left;
}

.csr-block_pic_item img {
	width: 100%;
	height: auto;
}

.csr-block_column2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 55px;
}

.csr-block_column {
	width: 440px;
}

.csr-block_column_title {
	color: #0071ce;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.csr-block_column_text {
	margin-bottom: 15px;
}

.csr-block_column_pic {
	margin: 0;
	padding: 0;
}

.csr-block_column_pic img {
	width: 100%;
	height: auto;
}

.csr-block_column_pic figcaption {
	font-size: 1.4rem;
	margin-top: 5px;
	display: inline-block;
}

.c-movie {
	text-align: center;
	margin-bottom: 70px;
}

.c-movie_thumb {
	position: relative;
}

.c-movie_thumb iframe {
	width: 100%;
	border: none;
}

.csr-dog-block {
	background-color: #e5f1fa;
	padding: 20px;
	width: 430px;
	float: left;
	/*margin-bottom: 20px;*/
}
.csr-dog-block02 {
	background-color: #e5f1fa;
	padding: 20px 25px 0px 0px;
	width: 425px;
    margin-left: 40px;
	float: right;
}

.csr-dog-block_title {
	border: 1px solid #0071ce;
	text-align: center;
	background-color: #fff;
	color: #0071ce;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.csr-dog-block_title02 {
	border: 1px solid #0071ce;
	text-align: center;
	background-color: #fff;
	color: #0071ce;
	padding: 23px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.csr-dog-block_count {
	text-align: center;
	color: #0071ce;
}

.csr-dog-block_count strong {
	font-size: 3rem;
	font-weight: bold;
	margin-left: 0em;
}

.csr-dog-block_date {
	text-align: center;
	font-size: 1.4rem;
    margin-bottom: 70px;
}

.csr-dog-block_list {
	width: 400px;
    margin-left: 45px;
	background-color: #fff;
	padding: 15px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	float: left;
}

.csr-dog-block_list table {
	width: 100%;
}

.csr-dog-block_list_left {
	width: 49%;
}

.csr-dog-block_list_right {
	width: 50%;
	padding-left: 7%;
}

.csr-dog-block_list_inner td {
	padding-bottom: 5px;
}

.sevenmile_list {
	width: 100%;
	background-color: #fff;
	padding: 15px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-top: 25px;
	margin-bottom: 15px;
}

.sevenmile_list table {
	width: 100%;
}



.csr-dog-block_bottom_text {
	font-size: 1.3rem;
}

.csr-dog-block_bottom_text li {
	position: relative;
	padding-left: 1.2em;
}

.csr-dog-block_bottom_text li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.csr-block_text_list {
	font-size: 1.4rem;
	margin-top: 1em;
}

.csr-block_text_list td:first-child {
	white-space: nowrap;
}

.csr_main-visual {
	text-align: center;
}

.csr_main-visual img {
	width: 100%;
	height: auto;
}

.csr_text {
	text-align: center;
}

.csr_text p {
	margin-top: 2em;
}

.csr_linkList {
	margin-top: 40px;
}

.csr_linkList ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.csr_linkList_img {
	text-align: center;
	border: 1px solid #000;
}

.csr_linkList_img img {
	width: 100%;
	height: auto;
}

.csr_linkList_text {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 1em;
}

.csr_sdgs_box {
	border: 4px solid #f4f4f4;
	padding: 30px 40px;
	margin-top: 60px;
}

.csr_sdgs_pic {
	text-align: center;
}

.csr_sdgs_text {
	margin-top: 1.5em;
	line-height: 2;
}

.csr_btn_box {
	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;
	margin-top: 48px;
	margin-bottom: 80px;
}

.csr_btn_box a {
	background-color: #0071ce;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 30px 20px;
	display: block;
	width: 430px;
	margin-bottom: 40px;
}

.csr_btn_box--mb0 {
	margin-bottom: 0 !important;
}

.culture_social__txt {
	letter-spacing: 0.1em;
	text-align: center;
}

.culture_detailsarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.culture_detailsarea:before {
	content: "";
	display: block;
	width: 23%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.culture_contentarea {
	position: relative;
}

.culture_content_text01 {
	position: absolute;
}

.culture-details__title {
	text-align: left;
	color: #fff;
}

.culture-details__title__small {
	display: block;
}

.culture-details__mv__text {
	color: #fff;
	text-align: left;
}

.culture-details__information__wrapper {
	position: relative;
}

.culture-details__information__text {
	text-align: left;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.culture-details .division__box {
	margin: 0 auto;
	width: auto;
	display: table;
}

.culture-details .division__box a {
	position: relative;
	letter-spacing: 0;
}

.culture-details .division__box a:after {
	content: "";
	position: absolute;
	left: 94%;
	top: 50%;
	margin-top: -5px;
	background: url(../images/common/icon_external_white.png) no-repeat left top;
	background-size: cover;
	width: 10px;
	height: 10px;
}

.culture-details__nav__level1.current a {
	position: relative;
}

.culture-details__nav__level1.current a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 2px;
	background-color: #0071ce;
	width: 110%;
	left: -5%;
}

.culture-details__nav__level1 a:hover {
	color: #0071ce;
}

.artmeetslife .culture-details__information__pic--narrow {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

.culture-details__mv__caption {
	position: absolute;
	color: #fff;
}

.culture-details__information__caption {
	position: absolute;
	color: #fff;
}

.division__wrap {
	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;
}

.division__box:first-of-type {
	margin: 0;
}

.division__lead {
	text-align: left;
}

.division__sublead {
	text-align: left;
}

.division__sub-title {
	color: #0071ce;
}

.division__pic img,
.info__pic img {
	width: 100%;
}

.division__btn {
	background: #0071ce;
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}

.division__btn:visited {
	color: #fff;
}

.division__btn:link {
	color: #fff;
}

.division__btn:active {
	color: #fff;
}

.division__btn--external::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5em;
	background: url(../images/common/icon_external_white.png) no-repeat left top;
	background-size: cover;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 8px;
	top: 5px;
}

.division__btn:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}

.division__logo {
	margin: 0 0 30px;
}

.division__logo img {
	height: 25px;
}

.division__ac-box dt {
	display: block;
	width: 100%;
	background: #ddd;
	position: relative;
}

.division__ac-box dt:hover {
	opacity: 1;
}

.division__ac-box dd {
	text-align: left;
	display: none;
}

.division__ac-item {
	color: #000 !important;
}

.division__ac-item p {
	text-align: left;
}

.division__ac-item a {
	color: #000;
	text-align: left;
	text-decoration: underline;
	display: block;
}

.division__ac-item a:hover {
	text-decoration: none;
}

.division .accordion_icon,
.division .accordion_icon span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.division .accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	right: 0;
	top: 40%; /*＋、－切り替え*/
}

.division .accordion_icon span {
	position: absolute;
	background-color: #0071ce;
}

.division .accordion_icon span:nth-of-type(1) {
	top: 5px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.division .accordion_icon span:nth-of-type(2) {
	top: 5px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.division .accordion_icon.active span:nth-of-type(1) {
	display: none;
}

.division .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#history .anchor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#history .anchor-list__item:last-of-type {
	margin-right: 0;
}

.history-list {
	border: #e6e6e6 solid 1px;
}

.history-list__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.history-list thead td {
	background: #e5f1fa;
	color: #0071ce;
	text-align: center;
	border: #f2f2f2 solid 1px;
}

.history-list tbody tr td {
	border: #f2f2f2 solid 1px;
}

.history-list__cell--year {
	background: #f2f2f2;
	color: #000;
	text-align: center;
	line-height: 1.5em;
}

.history-list__cell--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.history-list__cell--month {
	background: #f2f2f2;
	color: #000;
	text-align: center;
	margin-right: 10px;
}

.history-list__cell--title {
	color: #000;
	text-align: left;
}

.info-top {
	text-align: center;
}

.info-top__box:last-of-type {
	margin-bottom: 0;
}

.info-top__subtitle span {
	font-weight: normal;
	float: right;
	color: #0071ce;
}

.info-top__subtitle::after {
	content: "";
	left: 0;
	height: 2px;
	position: absolute;
	bottom: -10px;
	border-bottom: solid 2px #0071ce;
	z-index: 2;
}

.info-top__subtitle::before {
	content: "";
	left: 0;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	border-bottom: solid 2px #e5e5e5;
}

.info-top__idea {
	color: #0071ce;
}

.info-top__theme {
	color: #0071ce;
}

.info-top__text-name {
	text-align: right;
}

.message__pic img {
	width: 100%;
}

.profile__box {
	border-bottom: none;
}

.profile__box .section-title span {
	vertical-align: middle;
	letter-spacing: 0.05em;
}

.profile__box img {
	max-width: 100%;
	height: auto;
}

.profile__table td {
	line-height: 1.6667;
	border-bottom: 1px #dddddd solid;
	border-top: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #1a1a1a;
}

.profile__table td a {
	text-decoration: underline;
	color: #000000;
}

.profile__table td:nth-child(odd) {
	background: #f9f9f9;
	text-align: center;
}

.profile__table td:nth-child(even) {
	text-align: left;
}

.profile__table tr:first-of-type td {
	border-top: 1px #dddddd solid;
}

.profile__table-director td:nth-child(odd) {
	background: #f9f9f9;
	text-align: center;
}

.profile__table-director td:nth-child(even) {
	text-align: left;
}

.profile__map {
	margin-bottom: 30px;
}

.profile__map-address--item-logo {
	margin-bottom: 15px;
}

.profile__map-address--item {
	line-height: 1.86666;
	font-size: 1.5rem;
}

.company-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #000000;
}

.company-list__item {
	margin: 0 60px 40px 0;
	width: 420px;
}

.company-list__item:nth-child(even) {
	margin: 0 0 40px 0;
}

.company-list__item-wrap p {
	font-size: 1.5rem;
}

.company-list__item-wrap a {
	font-size: 1.5rem;
	color: #000000;
}

.company-list__name {
	font-size: 1.8rem;
	line-height: 1.7;
	border-bottom: 2px solid #e5e5e5;
}

.keyperson_title {
	font-family: "Libre Baskerville", serif;
	line-height: 1.0;
}

.keyperson-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.keyperson-list_item {
	position: relative;
	line-height: 1.0;
}

.keyperson-list_item img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.top-message {
	text-align: center;
}

#sound_button {
	background: url(../../images/common/sound_on.png) no-repeat left top;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

#sound_button:hover {
	opacity: 0.7;
}

#sound_button.sound_on {
	background: url(../../images/common/sound_on.png) no-repeat left top;
}

#sound_button.sound_off {
	background: url(../../images/common/sound_off.png) no-repeat left top;
}

.mt-reset {
	margin-top: 0 !important;
}

.sp-mb0 {
	margin-bottom: 0 !important;
}

.main-visual__movie {
	height: 506px;
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	position: relative;
}

#main-visual__video {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-visual__movie2 {
	width: 100%;
}

#main-visual__video2 {
	width: 100%;
	vertical-align: top;
}

@media screen and (min-width: 738px) {

.common-footer__inner {
	width: 900px;
}

.common-footer__nav {
	padding: 60px 0 100px;
}

.common-footer__nav__level1 {
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.common-footer__nav__level2 {
	font-size: 12px;
	margin-bottom: 20px;
}

.common-footer__nav__level3 {
	font-size: 12px;
	margin-bottom: 20px;
	padding-right: 1.5em;
}

.common-footer__nav-bottom {
	width: 900px;
	padding-top: 60px;
}

.common-footer__nav__column--last {
	padding-top: 60px;
}

.common-footer__nav__level1--adjust {
	position: absolute;
	right: -206px;
	top: 0;
	z-index: 3;
}

.under .common-header {
	padding-top: 40px;
	padding-bottom: 0px;
}

.under .common-header__logo {
	margin-bottom: 40px;
}

.common-nav__btn-wrap {
	display: none;
}

.lo-column {
	width: 900px;
	padding-bottom: 100px;
}

.lo-column__main {
	position: relative;
}

.lo-column__sub {
	width: 250px;
}

.top-banner-block {
	padding: 60px 0;
}

.top-banner-block__wrap {
	width: 900px;
}

.foot-banner-block {
	padding: 80px 0;
}

.foot-banner-block__inner {
	width: 900px;
}

.foot-banner-block__item {
	width: 172px;
	height: 60px;
}

.with-photo.right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.left .with-photo_image {
	padding-right: 50px;
}

.right .with-photo_image {
	padding-left: 50px;
}

.message-wrapper {
	margin-top: 100px;
}

.message-block .visual_container {
	position: absolute;
	left: 0;
	top: 0;
}

.message-block_content {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 43.3333333vw;
	padding-top: 26.5vw;
}

.message-block .sign {
	margin-top: 2.2vw;
	margin-bottom: 5vw;
}

.link-block_list-under_item > a:hover {
	color: #0071ce;
}

.breadcrumb {
	width: 900px;
}

.btn_framed a:hover {
	background-color: #000;
	color: #FFF;
}

.btn_framed.open-large {
	margin-top: 200px;
	margin-bottom: 100px;
}

.button-recnavi {
	width: 400px;
	margin: 40px 0 50px;
}

#button-return {
	right: 2%;
	bottom: 20px;
	max-width: 58px;
}

#button-return:hover {
	opacity: .8;
}

.content-block {
	padding-top: 100px;
	padding-bottom: 100px;
}

.content-block__inner {
	width: 900px;
}

.content-block.top-information-colona {
	padding-top: 20px;
	padding-bottom: 100px;
}

.pad-container {
	padding-left: 20px;
	padding-right: 20px;
}

.c-select-wrap {
	position: absolute;
	right: 0;
	top: 6px;
	width: 390px;
}

.content-title {
	font-size: 2.4rem;
	margin-bottom: 55px;
}

.content-title__en {
	font-size: 1rem;
	margin-top: 10px;
}

.page-title {
	font-size: 32px;
	letter-spacing: 2px;
	margin: 0 0 60px;
}

.page-title__en {
	font-size: 10px;
	margin-top: 10px;
}

.section-title {
	font-size: 24px;
	letter-spacing: 2px;
	padding-bottom: 0.5em;
	margin-bottom: 40px;
	border-bottom: 2px solid #0071ce;
	line-height: 1.5;
}

.section-title--company-list {
	padding-bottom: 0.4em;
	margin-bottom: 20px;
}

.section-title--sub {
	font-size: 18px;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 0.8em;
	margin-bottom: 1em;
}

.c-external-text:hover {
	color: #0071ce;
	text-decoration: none;
}

.c-banner_with-caption img {
	width: 190px;
	height: auto;
}

.c-banner-with_text a:hover .name {
	color: #0071ce;
}

.news-list--icon__item .title {
	width: calc(100% - 260px);
}

.news-list__item:first-child {
	border-top: 1px solid #ddd;
}

.news-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0;
}

.news-list__item a:before {
	right: 20px;
	width: 12px;
	height: 23px;
}

.news-list__item a .date {
	width: 160px;
	font-size: 20px;
	height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-list__item a .year {
	font-size: 14px;
	margin-right: 8px;
	padding-top: 3px;
}

.news-list__item a .time {
	font-size: 20px;
}

.news-list__item a .icon {
	margin-left: 30px;
	font-size: 11px;
	min-width: 65px;
}

.news-list__item a .title {
	padding-left: 30px;
	padding-right: 70px;
	line-height: 2;
	width: calc(100% - 160px);
	font-size: 1.6rem;
}

.news-list__item a .pdf {
	font-size: 1.4rem;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.news-list__item a .pdf::before {
	top: -5px;
	left: -3px;
}

.news-list__more {
	margin-top: 80px;
}

.anchor-list.column2 {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.anchor-list.column3 {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.column2 .anchor-list__item {
	width: 450px;
}

.column2 .anchor-list__item:nth-child(2n) {
	width: 450px;
	margin-right: 1px;
}

.column3 .anchor-list__item {
	width: 300px;
}

.column3 .anchor-list__item:nth-child(2n) {
	width: 300px;
	margin-right: 1px;
}

.anchor-list__item a:hover {
	color: #0071ce;
}

.anchor-pic-list {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.anchor-pic-list {
	min-height: 255px;
}

.column3 .anchor-pic-list__item {
	width: 300px;
}

.column3 .anchor-pic-list__item:nth-child(2n) {
	width: 300px;
	margin-right: 1px;
}

.anchor-pic-list__item a:hover {
	color: #0071ce;
}

.js-accordion-trigger:hover {
	opacity: 0.7;
}

.news-list-caption {
	margin-bottom: 40px;
}

[data-current-nav="info"] .common-nav > .common-nav__item:nth-child(1) a,
[data-current-nav="business"] .common-nav > .common-nav__item:nth-child(2) a,
[data-current-nav="news"] .common-nav > .common-nav__item:nth-child(3) a,
[data-current-nav="ir"] .common-nav > .common-nav__item:nth-child(4) a,
[data-current-nav="csr"] .common-nav > .common-nav__item:nth-child(5) a,
[data-current-nav="culture"] .common-nav > .common-nav__item:nth-child(6) a,
[data-current-nav="recruit"] .common-nav > .common-nav__item:nth-child(7) a,
[data-current-nav="contact"] .common-nav > .common-nav__item:nth-child(8) a {
	opacity: 1;
	color: #0071ce;
	font-weight: bold;
}

[data-current-nav="info"] .common-nav > .common-nav__item:nth-child(1) a:before,
[data-current-nav="business"] .common-nav > .common-nav__item:nth-child(2) a:before,
[data-current-nav="news"] .common-nav > .common-nav__item:nth-child(3) a:before,
[data-current-nav="ir"] .common-nav > .common-nav__item:nth-child(4) a:before,
[data-current-nav="csr"] .common-nav > .common-nav__item:nth-child(5) a:before,
[data-current-nav="culture"] .common-nav > .common-nav__item:nth-child(6) a:before,
[data-current-nav="recruit"] .common-nav > .common-nav__item:nth-child(7) a:before,
[data-current-nav="contact"] .common-nav > .common-nav__item:nth-child(8) a:before {
	width: 110%;
	left: -5%;
}

.common-nav {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0;
}

.common-nav__item {
	margin: 0 0px;
}

.common-nav__item.close {
	display: none;
}

.common-nav__item a:hover {
	color: #0071ce;
}

.common-nav--under .common-nav__item {
	margin: 0 25px;
}

.common-nav--child {
	display: none;
}

.c-pic-nav_block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-pic-nav_list_item > a {
	display: inline-block;
}

.c-pic-nav_list_item > a:before {
	right: -30px;
}

.c-pic-nav_list-under_item > a:hover {
	color: #0071ce;
}

.btn-zoom__wrap .btn-zoom {
	display: none;
}

.main-visual {
	min-width: 1000px;
}

.main-visual .slick-slide {
	width: 900px;
}

.csr_social {
	margin-bottom: 60px;
}

.csr_social img {
	width: 460px;
	height: 460px;
	margin-top: 10px;
}

.csr_social__txt {
	font-size: 16px;
	line-height: 2 !important;
}

.csr_social__txt p {
	margin-bottom: 12px;
}

.csr_SDGs {
	margin-bottom: 65px;
}

.csr_SDGs p {
	width: 380px;
	font-size: 14px;
	line-height: 2;
}

.csr_SDGs p img {
	width: 380px;
	height: 80px;
	margin-bottom: 17px;
}

.csr_SDGs img {
	width: 500px;
	height: 243px;
}

.csr_eco {
	margin-bottom: 50px;
}

.csr_eco p {
	font-size: 16px;
	line-height: 2;
}

.csr_eco__box {
	margin-bottom: 35px;
}

.csr_eco__list > li {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 35px;
}

.csr_eco__list > li li {
	margin-left: 1em;
	letter-spacing: 0.1em;
}

.csr_relation-iso {
	margin-top: 40px;
}

.csr_relation-iso img {
	width: 60px;
	height: 76px;
}

.csr_relation-iso p {
	font-size: 14px;
	line-height: 2;
	margin-left: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.csr_seven_i__txt {
	font-size: 1.6rem;
	margin-bottom: 35px;
	line-height: 2;
}

.csr_seven_i__list-item:last-child .csr_seven_i__list-item--title span {
	top: 65px;
}

.csr_seven_i__list-item--wrap {
	width: 778px;
}

.csr_seven_i__list-item--title {
	padding: 50px 10px 20px 10px;
	width: 120px;
}

.csr_seven_i__list-item--title span {
	top: 20px;
	left: 0;
	right: 0;
}

.csr_seven_i__list-item--txt {
	width: 390px;
	margin-left: 16px;
	font-size: 1.6rem;
	line-height: 2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.csr_seven_i__list-item--icon {
	width: 370px;
	padding: 20px 20px 10px 0px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.csr_seven_i__list-item--icon img {
	margin: 0 0 10px 10px;
	width: 80px;
	height: 80px;
}

.csr_seven_i__list-item--icon img:first-of-type {
	margin-left: 0;
}

.report__top {
	margin-bottom: 80px;
}

.report__top--visual {
	margin-right: 34px;
}

.report__top--pdf {
	font-size: 16px;
	line-height: 1 !important;
	padding: 0 0 30px 15px;
	margin-bottom: 20px;
}

.report__top--pdf:hover {
	color: #0071ce;
}

.report__top--pdf-box {
	font-size: 14px;
}

.report__top--pdf-box a {
	line-height: 2.857;
}

.report__back_number ul {
	width: 440px;
}

.report__back_number li a {
	font-size: 16px;
	line-height: 2;
	padding: 0 0 12px 22px;
}

.report__back_number li a:before {
	top: 3px;
}

.report__back_number li a:hover {
	color: #0071ce;
}

.csr-block {
	margin-bottom: 60px;
}

.csr-block_date {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.csr-block_place {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.csr-block_icon-list {
	margin-bottom: 20px;
}

.csr-block_icon-list img {
	width: 80px;
	height: auto;
	margin-right: 5px;
}

.csr-block_wrap--first {
	margin-bottom: 30px;
}

.csr-block_wrap--mb-large {
	margin-bottom: 50px;
}

.csr-block_text > p {
	font-size: 1.6rem;
}

.csr-block_text {
	width: 420px;
}

.csr-block_text--full {
	width: 100%;
}

.csr-block_pic {
	width: 445px;
}

.csr-block_pic_row {
	margin-right: -20px;
	margin-bottom: 20px;
}

.csr-block_pic_row--column2 .csr-block_pic_item img {
	width: 210px;
	height: auto;
	float: left;
}

.csr-block_pic_row--column2 .csr-block_pic_item img:first-child {
	margin-right: 19px;
}

.csr-block_pic_item {
	width: 210px;
	margin-right: 20px;
}

.csr-block_pic_item figcaption {
	font-size: 1.4rem;
	margin-top: 5px;
	line-height: 1.5;
	display: inline-block;
}

.c-movie_thumb {
	width: 560px;
	margin: 0 auto 20px;
}

.csr_linkList ul li {
	margin: 0 20px 20px 0;
	width: calc(25% - 15px);
}

.csr_linkList ul li:nth-child(4n) {
	margin-right: 0;
}

.csr_linkList ul li:hover {
	opacity: 0.8;
}

.csr_btn_box a:hover {
	opacity: 0.8;
}

.culture_main-visual {
	margin-bottom: 70px;
}

.culture_social {
	margin-bottom: 80px;
}

.culture_social__txt {
	font-size: 16px;
	line-height: 2.06 !important;
}

.culture_social__txt p {
	margin-bottom: 40px;
}

.culture_detailsarea {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.culture_detailsarea a {
	margin-bottom: 40px;
}

.culture_detailsarea a:hover {
	color: #0071CE !important;
}

.culture_detailsarea__pic {
	width: 100%;
	height: 150px;
}

.culture_detailsarea__pic img {
	width: 100%;
	height: auto;
}

.culture_detailsarea__content {
	width: 210px;
}

.culture_detailsarea__content p {
	width: 100%;
	text-align: center;
}

.culture_contentarea {
	height: 73px;
	background-color: #eaeaea;
}

.culture_content_text01 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	letter-spacing: 0px;
}

.culture-details__mv__wrapper {
	width: 100vw;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.culture-details__mv__inner {
	max-width: 1260px;
	margin: 0 auto;
	padding-top: 110px;
	padding-left: 55px;
}

.culture-details__title {
	font-size: 52px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.culture-details__title__small {
	font-size: 22px;
}

.culture-details__information__wrapper {
	max-width: 1260px;
	margin: 0 auto;
}

.culture-details__information__wrapper_1st {
	margin-top: 80px;
}

.culture-details__information__inner {
	position: relative;
	overflow: hidden;
}

.culture-details__information__pic img {
	width: 100%;
}

.culture-details__information__text__wrapper {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding-top: 150px;
	padding-bottom: 60px;
	padding-left: 75px;
	padding-right: 75px; /*
      background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
*/
}

.culture-details__information__text {
	color: #fff;
	letter-spacing: 0px;
	font-size: 15px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	line-height: 1.733;
}

.culture-details__information__text__adjustment {
	display: block;
	padding-bottom: 20px;
}

.culture-details__information__text__adjustment__mt {
	display: block;
	margin-top: 20px;
}

.culture-details__information__text__left {
	width: 500px;
}

.culture-details__information__text__right {
	width: 600px;
	margin: 0 0 0 auto;
	color: #000;
}

.culture-details .division__box {
	margin-top: 50px;
}

.culture-details .division__box a {
	padding: 0 50px;
}

.culture-details .division__box a {
	font-size: 18px;
}

.culture-details__nav {
	width: 900px;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 85px;
	border-top: 1px solid #C4C4C4;
}

.culture-details__nav__list {
	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;
	padding-top: 25px;
}

.culture-details__nav__level1 {
	width: 200px;
	text-align: left;
	margin-bottom: 15px;
}

.culture-details__nav__level1.current a {
	color: #0071ce;
	font-weight: bold;
}

.culture-details__nav__level1 a {
	font-size: 14px;
	letter-spacing: -0.1px;
	color: #333;
	padding-bottom: 3px;
}

.artmuseum_bg_image {
	background-image: url(../../../images/culture/artmuseum_bg01.jpg);
}

.community_bg_image {
	background-image: url(../../../images/culture/community_bg01.jpg);
}

.community .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.community .culture-details__information__text03 {
	color: #1a1a1a;
	width: 305px;
}

.musichall_bg_image {
	background-image: url(../../../images/culture/musichall_bg01.jpg);
}

.musichall .culture-details__information__text__left {
	width: 720px;
}

.musichall .culture-details__information__text__right {
	width: 420px;
	margin: 0 0 0 auto;
	color: #fff;
}

.musichall .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.musichall .culture-details__information__text_left_top {
	width: 350px;
	color: #fff;
}

.loft_bg_image {
	background-image: url(../../../images/culture/loft_bg01.jpg);
}

.loft .culture-details__information__text01 {
	width: 380px;
	margin: 0 0 0 auto;
}

.loft .culture-details__information__text02 {
	width: 520px;
	color: #000;
}

.loft .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.loft .culture-details__information__text03 {
	width: 380px;
	color: #fff;
}

.shoppingpark_bg_image {
	background-image: url(../../../images/culture/shoppingpark_bg01.jpg);
}

.shoppingpark .culture-details__information__text01 {
	width: 400px;
}

.shoppingpark .culture-details__information__text02 {
	color: #fff;
}

.shoppingpark .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.shoppingpark .culture-details__information__text03 {
	width: 350px;
	color: #fff;
}

.hachilabo_bg_image {
	background-image: url(../../../images/culture/hachilabo_bg01.jpg);
}

.hachilabo .culture-details__information__text01 {
	width: 485px;
}

.hachilabo .culture-details__information__text02 {
	color: #fff;
	width: 490px;
}

.hachilabo .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.hachilabo .culture-details__information__text03 {
	width: 650px;
	color: #fff;
}

.workshop_bg_image {
	background-image: url(../../../images/culture/workshop_bg01.jpg);
}

.workshop .culture-details__information__text01 {
	width: 350px;
}

.workshop .culture-details__information__text02 {
	color: #fff;
	width: 636px;
	margin: 0 0 0 auto;
}

.workshop .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.workshop .culture-details__information__text03 {
	width: 560px;
	color: #fff;
}

.events_bg_image {
	background-image: url(../../../images/culture/events_bg01.jpg);
}

.events .culture-details__information__text01 {
	width: 636px;
	margin: 0 0 0 auto;
}

.events .culture-details__information__text02 {
	color: #fff;
	margin: 0 0 -10px auto;
}

.events .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.events .culture-details__information__text03 {
	position: absolute;
	right: 55px;
	top: 50px;
	width: 540px;
	color: #fff;
}

.artmeetslife_bg_image {
	background-image: url(../../../images/culture/artmeetslife_bg01.jpg);
}

.artmeetslife .culture-details__information__text01 {
	position: absolute;
	bottom: 50px;
	padding-right: 75px;
}

.artmeetslife .culture-details__information__text01_another {
	width: 436px;
	position: absolute;
	left: 64px;
	top: -1515px;
}

.artmeetslife .culture-details__information__text02 {
	margin: 0 0 0 auto;
}

.artmeetslife .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 35px;
}

.artmeetslife .culture-details__information__text03 {
	color: #fff;
	width: 315px;
	margin: 0 0 0 auto;
	position: absolute;
	right: 75px;
	top: 72px;
}

.jcreative_bg_image {
	background-image: url(../../../images/culture/jcreative_bg01.jpg);
}

.jcreative .culture-details__information__text01 {
	width: 360px;
	margin: 0 0 0 auto;
}

.jcreative .culture-details__information__text02 {
	color: #fff;
	width: 599px;
}

.jcreative .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.jcreative .culture-details__information__text03 {
	width: 375px;
	color: #fff;
	margin: 0 0 0 auto;
}

.caringdesign_bg_image {
	background-image: url(../../../images/culture/caringdesign_bg01.jpg);
}

.caringdesign .culture-details__information__text01 {
	width: 340px;
}

.caringdesign .culture-details__information__text02 {
	color: #fff;
	width: 404px;
	margin: 0 0 0 auto;
}

.caringdesign .culture-details__information__text__wrapper__top {
	top: 0px;
	padding-top: 80px;
}

.caringdesign .culture-details__information__text03 {
	width: 345px;
	color: #fff;
}

.caringdesign .culture-details__information__caption {
	right: 25px;
	bottom: 30px;
	left: auto;
}

.culture-details__mv__caption {
	right: 20px;
	bottom: 20px;
	font-size: 1rem;
}

.culture-details__information__caption {
	left: 20px;
	bottom: 10px;
	font-size: 1rem;
}

.gradation_none { /*
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))!important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))!important;
*/
}

.division {
	margin-bottom: 60px;
}

.division__box {
	width: 440px;
}

.division__lead {
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.division__sublead {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.division__sub-title {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.division__pic,
.info__pic {
	margin-bottom: 20px;
}


.division__btn {
	width: 100%;
	padding: 13px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5em;
	margin: 20px auto 0;
	font-size: 16px;
	min-height: 74px;
	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;
}

.division__ac-box {
	margin-bottom: 20px;
}

.division__ac-box dt {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}

.division__ac-box dd {
	font-size: 14px;
}

.division__ac-item {
	margin-bottom: 10px;
}

.division__ac-item a:hover {
	color: #0071ce;
}

.division__item-title {
	font-size: 1.6rem;
	font-weight: bold;
}

.division .division__wrap--ac-box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.division .accordion_icon span {
	left: 6px;
	width: 50%;
	height: 2px;
	border-radius: 4px;
}

#history .anchor-list {

	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#history .anchor-list__item {
	width: 300px;
}

#history .anchor-list__item:nth-child(2n) {
	width: 300px;
	margin-right: 1px;
}

.history-list {
	width: 100%;
}

.history-list--full {
	width: 100%;
	margin-bottom: 40px;
}

.history-list__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 0 40px;
}

.history-list__wrap table {
	margin: 0 20px 40px 0;
}

.history-list__wrap table:last-of-type {
	margin: 0;
}

.history-list thead td {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.history-list tbody tr td {
	padding: 10px;
}

.history-list__cell--year {
	font-size: 15px;
}

.history-list__cell--wrap .history-list__cell--title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.history-list__cell--month {
	font-size: 16px;
	padding: 10px 0;
	width: 50px;
}

.history-list__cell--title {
	font-size: 14px;
}

.info-top__box {
	text-align: left;
	margin-bottom: 75px;
}

.info-top__title {
	font-size: 18px;
	background: #e5f1fa;
	width: 100%;
	line-height: 2.2222em;
	padding: 10px 10px 11px;
	text-align: center;
	letter-spacing: 0.1em;
}

.info-top__subtitle {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	position: relative;
	margin: 50px 0;
	letter-spacing: 0.1em;
}

.info-top__subtitle::after {
	width: 100px;
}

.info-top__idea {
	text-align: center;
	font-size: 32px;
	line-height: 1.063em;
	margin: 40px 0 30px;
}

.info-top__theme img {
	width: 430px;
}

.info-top__theme {
	text-align: left;
	font-size: 45px;
	line-height: 1.263em;
	margin: 40px 0;
	letter-spacing: 0.07em;
	font-weight: 600;
}

.info-top__slogan {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.916em;
	margin: 0 0 10px;
	text-align: left;
	letter-spacing: 0.1em;
}

.info-top__pic img {
	width: 550px;
}

.info-top__pic {
	text-align: center;
	padding: 10px 0;
}

.info-top__text {
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-align: left;
	margin-bottom: 15px;
}

.info-top__text-name {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.info-top__text-name span {
	font-size: 20px;
}

.message__pic {
	padding: 30px 0;
}

.message__text-box {
	margin: 0 0 40px;
}

.message__text-box p {
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-indent: 1em;
}

.profile__box .section-title {
	margin-bottom: 50px;
}

.profile__box .section-title span {
	font-size: 1.6rem;
}

.profile__table {
	margin: 0 auto 80px;
}

.profile__table td {
	font-size: 1.6rem;
	height: 61px;
}

.profile__table td:nth-child(odd) {
	width: 168px;
	padding: 20px 0;
}

.profile__table td:nth-child(even) {
	width: 732px;
	padding: 20px 0 20px 40px;
}

.profile__table-director {
	margin: 0 auto 40px;
}

.profile__table-director tbody {
	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;
	width: 900px;
}

.profile__table-director tbody tr {
	display: inline-block;
}

.profile__table-director tbody tr:nth-of-type(2) td {
	height: 61px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.profile__table-director td:nth-child(odd) {
	width: 168px;
	padding: 0;
}

.profile__table-director td:nth-child(even) {
	padding: 20px 0 20px 40px;
}

.profile__map iframe {
	width: 100%;
}

.keyperson {
	margin-top: 100px;
	margin-bottom: 120px;
}

.keyperson_title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.keyperson_title:after,
.keyperson_title:before {
	content: '';
	height: 1px;
	width: 40px;
	display: block;
	margin: 0 40px;
	background: #000;
}

.keyperson-list_item {
	width: 33.3333%;
}

.top-message {
	padding: 60px 0 0 0 !important;
	font-size: 24px;
	margin-bottom: -40px;
}

.co-message {
	margin: 75px 0 70px;
}

.co-message__lead {
	margin: 0 0 40px;
}

.co-message__txt {
	font-size: 18px;
	line-height: 2.7777em;
	letter-spacing: 0.03em;
}

.co-message__more {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 95px;
}

.sp {
	display: none !important;
}

}

@media screen and (min-width: 738px) and (max-width: 990px) {

.chapter_block p {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.message-block_content {
	padding-right: 2vw;
}

.message-block_sentence {
	font-size: 1.35vw;
}

.arrow-btn a:after {
	right: 10px;
}

.block_title {
	font-size: 2.0rem;
}

.block_title.lead {
	font-size: 2.4rem;
	margin-bottom: 36px;
}

.block_title.pc-large {
	font-size: 2.4rem;
	margin-bottom: 36px;
}

}

@media screen and (min-width: 738px) and (max-width: 1239px) {

.with-photo.left .with-photo_txt {
	padding-right: 20px;
}

.with-photo.right .with-photo_txt {
	padding-left: 20px;
}

.def-btn {
	font-size: 1.4666vw;
	min-height: 4.6666vw;
}

.arrow-btn {
	font-size: 1.4666vw;
	min-height: 4.6666vw;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

@media screen and (min-width: 991px) {

.chapter_block p {
	font-size: 1.8rem;
	margin-bottom: 50px;
}

.message-block_content {
	padding-right: 9.4vw;
}

.message-block_sentence {
	font-size: 1.2vw;
}

.arrow-btn a:after {
	right: 15px;
}

.block_title {
	font-size: 2.2rem;
}

.block_title.lead {
	font-size: 2.8rem;
	margin-bottom: 46px;
}

.block_title.pc-large {
	font-size: 2.8rem;
	margin-bottom: 46px;
}

}

@media screen and (min-width: 1240px) {

.with-photo.left .with-photo_txt {
	padding-right: calc(50% - 590px);
}

.with-photo.right .with-photo_txt {
	padding-left: calc(50% - 600px);
}

}

@media screen and (max-width: 767px) {

.tab {
	display: none !important;
}

}

@media screen and (max-width: 737px) {

html.active {
	overflow: auto;
	height: 100%;
}

body {
	min-width: 100%;
	font-size: 1.2rem;
}

.common-footer__inner {
	width: 100%;
}

.common-footer__nav {
	padding: 30px 0 30px;
}

.common-footer__nav__level1 {
	font-size: 1rem;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.common-footer__nav__level1--sp {
	margin: 0 10px;
}

.common-footer__nav__level1--sp:first-child {
	margin-left: 0;
}

.common-footer__nav__level2 {
	display: none;
}

.common-footer__nav-top {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 30px;
}

.common-footer__nav-bottom {
	width: 100%;
	padding: 30px 0 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
}

.common-footer__nav-bottom__right {
	display: none;
}

.common-footer__nav__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0px;
}

.common-footer__nav__column:nth-child(1) {
	width: 30%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.common-footer__nav__column:nth-child(2) {
	width: 30%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.common-footer__nav__column:nth-child(3) {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0px;
}

.common-footer__nav__column:nth-child(4) {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0px;
}

.common-footer__bottom__inner {
	width: 100%;
	height: auto;
	padding: 20px;
}

.common-footer__logo__seibu {
	position: static;
	text-align: center;
	margin-bottom: 10px;
}

.common-footer__logo__seibu img {
	height: 15px;
}

.common-footer .copyright {
	position: static;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0;
}

.common-footer__nav__column--last {
	text-align: center;
	display: block;
}

.common-footer__nav__column--last .common-footer__nav__level1 {
	float: left;
}

.common-footer__nav__column--last .common-footer__nav__level1:first-child {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
}

.common-footer__nav__column--last .common-footer__nav__level1:nth-child(2) {
	margin-left: 40px;
}

.common-footer__nav__column--last .common-footer__nav__level1--sp {
	margin: 0 15px;
}

.common-header {
	padding: 0;
}

.common-header__logo {
	margin-bottom: 0;
	line-height: 1;
}

.common-header__logo a img {
	margin: 0 8px;
	height: 20px;
}

.under .common-header {
	padding: 0;
}

.under .common-header__logo {
	padding: 30px 0;
}

.common-nav__btn-wrap {
	background-color: #f4f4f4;
	text-align: center;
	padding: 14px 0;
}

.lo-column {
	width: 100%;
	padding-bottom: 50px;
}

.lo-column__main {
	padding: 0 15px;
}

.lo-column__sub {
	display: none;
}

.column2_read_componentbox {
	margin-bottom: 35px;
}

.top-banner-block {
	padding: 15px 0;
}

.top-banner-block__wrap {
	width: 100%;
}

.top-banner-block__item img {
	max-width: 32vw;
	max-height: 9.6vw;
}

.top-banner-block__item {
	width: 44vw;
	height: 12.26667vw;
	margin: 0 2vw;
}

.foot-banner-block {
	padding: 40px 15px;
}

.foot-banner-block__inner {
	width: 100%;
}

.foot-banner-block__list:after {
	content: "";
	display: block;
	width: 32.3%;
}

.foot-banner-block__item {
	width: 32.3%;
	height: 10.66667vw;
	margin-bottom: 1.33333vw;
}

.foot-banner-block__item img {
	max-width: 24.26667vw;
	max-height: 8vw;
}

.chapter {
	margin-bottom: 24vw;
}

.chapter_block {
	margin-bottom: 9.33333vw;
}

.chapter_block p {
	font-size: 3.46667vw;
	margin-bottom: 6.66667vw;
}

.with-photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 4vw;
	padding-right: 4vw;
}

.with-photo.sp_reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.with-photo_image {
	width: 100%;
	margin-bottom: 8.66667vw;
}

.sp_reverse .with-photo_image {
	margin-bottom: 0;
	margin-top: 8.66667vw;
}

.with-photo_txt {
	width: 100%;
}

.with-photo_txt > :last-child {
	margin-bottom: 0;
}

.contact {
	padding: 7.33333vw;
	margin-top: 9.33333vw;
	font-size: 3.46667vw;
}

.contact_title {
	font-size: 4.8vw;
	margin-bottom: 4vw;
}

.contact address {
	margin-top: 6.66667vw;
}

.faq {
	margin-top: 16vw;
}

.faq.second {
	margin-top: 25.33333vw;
}

.message-block_content {
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 8.66667vw;
	padding-bottom: 16.66667vw;
}

.message-block_lead {
	font-size: 5.33333vw;
}

.message-block_lead.sub {
	font-size: 4.8vw;
}

.message-block_sentence:nth-of-type(1) {
	margin-top: 0;
}

.message-block_sentence {
	font-size: 3.46667vw;
	margin-top: 14.66667vw;
}

.message-block_sentence p {
	margin-top: 4vw;
}

.message-block .sign .name {
	font-size: 2.93333vw;
}

.message-block .sign .name span {
	font-size: 4.8vw;
	margin: auto 4vw;
}

.message-block .sign .hand {
	height: 26.66667vw;
}

.link-block {
	padding: 25px 25px 10px 25px;
}

.link-block_title {
	font-size: 1.5rem;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: left;
}

.link-block_list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.link-block_list_item {
	width: 100%;
}

.link-block_list_item > a {
	font-size: 1.3rem;
	font-weight: bold;
}

.link-block_list_item > a:before {
	width: 6px;
	height: 6px;
	margin-top: -3px;
}

.breadcrumb {
	width: 100%;
	font-size: 1.1rem;
	margin: 0 auto 30px;
	padding: 0 15px 0;
}

.breadcrumb ul {
	padding: 15px 0 0;
}

.breadcrumb ul li {
	margin-bottom: 1.2em;
}

.banner-img--external:before {
	right: 3px;
	top: 3px;
	width: 7px;
	height: 7px;
}

.btn_framed.large {
	width: 78.66667vw;
}

.btn_framed.sp-large {
	width: 78.66667vw;
}

.btn_framed.first {
	margin: 13.33333vw auto 0px;
}

.btn_framed {
	width: 92vw;
	height: 10.6666667vw;
	margin: 8vw auto auto;
}

.btn_framed a {
	font-size: 3.2vw;
}

.btn_framed a {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.btn_photo {
	font-size: 3.6vw;
}

.button-recnavi {
	width: 53.33333vw;
	margin: 5.33333vw 0 6.66667vw;
}

.def-btn {
	font-size: 3.46667vw;
	min-height: 10.66667vw;
}

.arrow-btn a:after {
	right: 10px;
}

.arrow-btn {
	font-size: 3.46667vw;
	min-height: 10.66667vw;
}

#button-return {
	right: 2%;
	bottom: 4%;
	max-width: 40px;
}

.content-block {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-block__inner {
	width: 100%;
}

.content-block.top-information-colona {
	padding-top: 20px;
	padding-bottom: 40px;
}

.pad-container {
	padding-left: 4vw;
	padding-right: 4vw;
}

.c-select-wrap {
	width: 100%;
	margin-bottom: 15px;
}

.c-select-wrap:before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #0071ce;
	margin-top: -3px;
	right: 15px;
}

.c-select-wrap:after {
	width: 40px;
}

.c-select-wrap .c-select {
	padding: 7px 38px 7px 15px;
	font-size: 1.1rem;
	min-height: 40px;
}

.content-title {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.content-title__en {
	font-size: 1rem;
	margin-top: 4px;
}

.page-title {
	font-size: 2rem;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.page-title__en {
	font-size: 1rem;
	line-height: 2;
	margin-top: 8px;
	letter-spacing: 0.08em;
}

.section-title {
	font-size: 1.6rem;
	letter-spacing: 2px;
	padding-bottom: 0.2em;
	margin-bottom: 20px;
	border-bottom: 2px solid #0071ce;
}

.section-title--company-list {
	padding-bottom: 0.4em;
	margin-bottom: 20px;
}

.section-title--sub {
	font-size: 1.3rem;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 0.2em;
	margin-bottom: 0.8em;
}

.block_title {
	margin-bottom: 6vw;
	line-height: 1.55;
	font-size: 4.26667vw;
}

.block_title.lead {
	font-size: 4.8vw;
}

.block_title.sp-large {
	font-size: 4.53333vw;
	padding-bottom: 0.4em;
}

.block_title.lined {
	padding-bottom: 0.6em;
}

.lead-title {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.c-external {
	padding-right: 1.2em;
}

.c-banner_with-caption {
	margin-top: 20px;
}

.c-banner_with-caption img {
	width: 190px;
	height: auto;
}

.c-banner_with-caption span {
	font-size: 1.1rem;
}

.c-banner-with_text a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-banner-with_text .name {
	margin-left: 0;
	font-size: 1.2rem;
}

.c-text-link__pdf {
	margin-top: 20px;
	font-size: 1.2rem;
}

.news-top {
	padding: 15px 0;
	margin: 0 15px;
	font-size: 1.4rem;
	border-bottom: 1px solid #ddd;
}

.news-list {
	padding: 0 15px;
}

.news-list--icon__item .title {
	width: 100%;
}

.news-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 20px 20px 0;
}

.news-list__item a:before {
	right: 0px;
	width: 8px;
	height: 15px;
}

.news-list__item a .date {
	font-size: 1.3rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 7px;
	display: inline-block;
}

.news-list__item a .date:before {
	display: none;
}

.news-list__item a .year {
	font-size: 1rem;
	margin-right: 5px;
	padding-top: 0px;
}

.news-list__item a .time {
	font-size: 1.3rem;
}

.news-list__item a .icon {
	font-size: 1rem;
	min-width: 55px;
	display: inline-block;
	position: absolute;
	left: 9em;
	top: 17px;
}

.news-list__item a .title {
	font-size: 1.2rem;
	line-height: 1.6;
}

.news-list__item a .pdf {
	font-size: 1.1rem;
	display: inline-block;
	padding-left: 1.8em;
	margin-top: 5px;
}

.news-list__item a .pdf::before {
	top: 0;
	left: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-right: 5px;
	display: inline-block;
}

.news-list__more {
	margin-top: 40px;
	font-size: 1.2rem;
}

.anchor-list.column2 .anchor-list__item {
	display: grid;
}

.anchor-list.column2 .anchor-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.anchor-list.column3 .anchor-list__item {
	display: grid;
}

.anchor-list.column3 .anchor-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.anchor-list {
	margin-bottom: 25px;
}

.column2 .anchor-list__item {
	width: 49.5%;
}

.column2 .anchor-list__item:last-of-type {
	margin-right: 0.5%;
}

.column2 .anchor-list__item:nth-child(2n) {
	width: 49.5%;
	margin-right: 0.5%;
}

.column2 .anchor-list__item:nth-child(3) {
	width: 100%;
}

.column3 .anchor-list__item {
	width: 49.5%;
}

.column3 .anchor-list__item:last-of-type {
	margin-right: 0.5%;
}

.column3 .anchor-list__item:nth-child(2n) {
	width: 49.5%;
	margin-right: 0.5%;
}

.column3 .anchor-list__item:nth-child(3) {
	width: 100%;
}

.anchor-list__item {
	width: 49.5%;
	margin-right: 0.5%;
}

.anchor-list__item:nth-child(2n) {
	width: 49%;
}

.anchor-list__item a {
	font-size: 1.1rem;
}

.anchor-list__item a {
	padding: 10px 10px 10px 10px;
}

.anchor-list__item a:before {
	width: 6px;
	height: 6px;
	top: -3px;
}

.anchor-pic-list {
	margin-bottom: 40px;
}

.anchor-pic-list.column3 {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.anchor-pic-list.column3 .anchor-list__item {
	display: grid;
}

.anchor-pic-list.column3 .anchor-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.anchor-pic-list {
	margin-bottom: 25px;
}

.column3 .anchor-pic-list__item {
	width: 100%;
}

.column3 .anchor-pic-list__item:last-of-type {
	margin-right: 0.5%;
}

.column3 .anchor-pic-list__item:nth-child(2n) {
	width: 100%;
	margin-right: 0;
}

.column3 .anchor-pic-list__item:nth-child(3) {
	width: 100%;
}

.anchor-pic-list__item {
	width: 49.5%;
	margin-right: 0.5%;
}

.anchor-pic-list__item:nth-child(2n) {
	width: 100%;
}

.anchor-pic-list__item a {
	font-size: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.anchor-pic-list__item a {
	padding: 0;
}

.anchor-pic-list__item a:before {
	width: 6px;
	height: 6px;
	left: 140px;
	margin-top: -5px;
}

.anchor-pic-list__item a .pic {
	position: static;
	width: 123px;
}

.anchor-pic-list__item a .text {
	padding-left: 40px;
}

.news-list-caption {
	margin-top: 30px;
	margin-bottom: 10px;
}

.common-nav {
	display: block;
	margin-bottom: 0px;
}

.common-nav__wrap {
	display: none;
}

.common-nav__item {
	margin: 0;
	font-size: 1.4rem;
	border-bottom: 1px solid #fff;
}

.common-nav__item.external a:after {
	right: 18px;
	width: 8px;
	height: 8px;
	border: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: url(../images/common/icon_external_white.png) no-repeat left top;
	background-size: cover;
}

.common-nav__item.close a {
	background-color: #f4f4f4;
	color: #0071ce;
	font-size: 1.4rem;
}

.common-nav__item.close a:after {
	display: none;
}

.common-nav__item a {
	padding: 18px 0;
	line-height: 1;
	background-color: #0071ce;
	color: #fff;
}

.common-nav__item a:before {
	display: none;
}

.common-nav__item a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.common-nav__item a.nav-accordion:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.common-nav__item a.nav-accordion.active:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.common-nav--under {
	display: block;
	padding: 0;
}

.common-nav--under .common-nav__item {
	border-bottom: 1px solid #dddddd;
	font-size: 1.2rem;
}

.common-nav--under .common-nav__item a {
	background-color: #fff;
	color: #333;
	padding: 13px 0;
}

.common-nav--child {
	display: none;
	padding: 0;
}

.common-nav--child .common-nav__item {
	border-bottom: 1px solid #dddddd;
	font-size: 1.2rem;
}

.common-nav--child .common-nav__item a {
	background-color: #fff;
	color: #333;
	padding: 13px 0;
}

.c-pic-nav_block {
	margin-bottom: 35px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-pic-nav_list {
	width: 100%;
	margin-left: 0;
	margin-bottom: 25px;
}

.c-pic-nav_list_item > a {
	font-size: 1.4rem;
	margin-bottom: 5px;
	display: block;
}

.c-pic-nav_list_item > a:before {
	right: 0px;
}

.c-pic-nav_list-under_item {
	margin-bottom: 0;
}

.c-pic-nav_list-under_item > a {
	font-size: 1.2rem;
}

.c-pic-nav_img {
	width: 100%;
}

.c-lead {
	font-size: 1.2rem;
	line-height: 1.7;
	margin-bottom: 25px;
}

.c-caution {
	font-size: 1rem !important;
}

.c-paragraph {
	font-size: 1.2rem;
}

.main-visual {
	min-width: 100%;
}

.main-visual .slick-slide {
	width: 100%;
}

.csr_social {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.csr_social img {
	width: 100%;
	height: 100%;
}

.csr_social__txt {
	font-size: 1.2rem;
	line-height: 1.666666;
	margin-bottom: 15px;
}

.csr_SDGs {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.csr_SDGs p {
	width: 100%;
	margin-bottom: 17.5px;
}

.csr_SDGs p img {
	width: 100%;
	height: auto;
	margin-bottom: 17.5px;
}

.csr_SDGs img {
	width: 100%;
	height: 100%;
}

.csr_eco p {
	font-size: 1.2rem;
	line-height: 1.6666;
}

.csr_eco__box {
	margin-bottom: 27px;
}

.csr_eco__list > li {
	font-size: 1.2rem;
	line-height: 1.6666;
	margin-bottom: 27px;
}

.csr_eco__list > li li {
	text-indent: 0em;
}

.csr_relation img {
	width: 100%;
	height: 100%;
}

.csr_relation-iso {
	margin-top: 15px;
}

.csr_relation-iso img {
	width: 40px;
	height: 50.5px;
}

.csr_relation-iso p {
	font-size: 1rem;
	line-height: 1.8;
	margin-left: 15px;
}

.csr_seven_i__txt {
	font-size: 1.2rem;
	margin-bottom: 30px;
	line-height: 1.6666;
}

.csr_seven_i__list-item:last-child .csr_seven_i__list-item--title span {
	top: 85px;
}

.csr_seven_i__list-item--wrap {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 10px 12px 17px;
}

.csr_seven_i__list-item--title {
	font-size: 3.6rem;
	width: 60px;
	padding-top: 20px;
}

.csr_seven_i__list-item--title span {
	font-size: 1rem;
	letter-spacing: 0.1em;
	top: 40px;
	left: 0;
	right: 0;
}

.csr_seven_i__list-item--txt {
	font-size: 1.2rem;
	line-height: 1.66666;
	min-height: 30px;
	margin-bottom: 15px;
	width: 100%;
}

.csr_seven_i__list-item--icon {
	width: 100%;
}

.csr_seven_i__list-item--icon img {
	margin: 0 0 5px 5px;
	width: 60px;
	height: 60px;
}

.report__top {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

.report__top--visual {
	margin-bottom: 18px;
}

.report__top--pdf {
	font-size: 1.2rem;
	line-height: 1.6666;
	padding: 0 0 15px 18px;
	margin-bottom: 15px;
}

.report__top--pdf-box {
	font-size: 1.1rem;
}

.report__top--pdf-box a {
	line-height: 2.727;
}

.report__back_number {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.report__back_number ul {
	width: 100%;
	margin-bottom: 20px;
}

.report__back_number ul:last-child {
	border-top: #dddddd solid 1px;
}

.report__back_number ul:last-child li:first-child {
	padding-top: 15px;
}

.report__back_number li a {
	font-size: 1.2rem;
	line-height: 1.66666;
	padding: 0 0 15px 22px;
}

.report__back_number li a:before {
	top: 0px;
}

.csr-block {
	margin-bottom: 30px;
}

.csr-block_date {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.csr-block_place {
	font-size: 1rem;
	margin-bottom: 5px;
}

.csr-block_icon-list {
	margin-bottom: 10px;
}

.csr-block_icon-list img {
	width: 65px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 5px;
}

.csr-block_wrap {
	display: block;
}

.csr-block_wrap--first {
	margin-bottom: 15px;
}

.csr-block_wrap--mb-large {
	margin-bottom: 25px;
}

.csr-block_text > p {
	font-size: 1.2rem;
}

.csr-block_text {
	width: 100%;
	margin-bottom: 20px;
}

.csr-block_text_lead {
	font-size: 1.5rem !important;
	margin-bottom: 10px !important;
}

.csr-block_pic {
	width: 100%;
}

.csr-block_pic_row {
	margin-right: -4%;
	margin-bottom: 15px;
}

.csr-block_pic_row--column2 .csr-block_pic_item {
	width: auto;
	overflow: hidden;
	margin-right: -4%;
}

.csr-block_pic_row--column2 .csr-block_pic_item img {
	width: 46%;
	height: auto;
	margin-right: 4%;
	float: left;
}

.csr-block_pic_row--column2 .csr-block_pic_item img:first-child {
	margin-right: 4%;
}

.csr-block_pic_item {
	width: 46%;
	margin-right: 4%;
}

.csr-block_pic_item figcaption {
	font-size: 1.1rem;
	margin-top: 5px;
	line-height: 1.5;
	display: inline-block;
}

.csr-block_column2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
}

.csr-block_column {
	width: 100%;
	margin-bottom: 20px;
}

.csr-block_column_title {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.csr-block_column_text {
	font-size: 1.2rem;
}

.csr-block_column_pic figcaption {
	font-size: 1.1rem;
}

.c-movie {
	margin-bottom: 35px;
}

.c-movie_thumb {
	margin-bottom: 10px;
	width: 100%;
	padding-top: 56.25%;
}

.c-movie_thumb iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.c-movie_text {
	font-size: 1.2rem;
}

.csr-dog-block {
	padding: 15px;
	width: 100%;
}

.csr-dog-block02 {
	padding: 23px;
	width: 100%;
}

.csr-dog-block_title {
	font-size: 1.25rem;
	margin-bottom: 15px;
	white-space: nowrap;
	padding: 23px;
}

.csr-dog-block_count {
	font-size: 1.25rem;
	white-space: nowrap;
}

.csr-dog-block_count strong {
	font-size: 2.35rem;
	letter-spacing: 0;
}

.csr-dog-block_date {
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.csr-dog-block_list {
	width: 90%;
	background-color: #fff;
	padding: 30px;
	display: block;
	font-size: 1rem;
	letter-spacing: 0;
	margin: 20px;
}

.csr-dog-block_bottom_text {
	font-size: 1.1rem;
}

.csr-block_text_list {
	font-size: 1.2rem;
}

.csr_linkList {
	margin-top: 40px;
}

.csr_linkList ul li {
	margin: 0 10px 20px 0;
	width: calc(50% - 5px);
}

.csr_linkList ul li:nth-child(2n) {
	margin-right: 0;
}

.csr_linkList_text {
	font-size: 1.2rem;
}

.csr_sdgs_box {
	padding: 30px 20px 20px;
	margin-top: 40px;
}

.csr_sdgs_pic img {
	width: 100%;
	height: auto;
}

.csr_btn_box {
	margin-top: 24px;
	margin-bottom: 40px;
}

.csr_btn_box a {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.culture_main-visual {
	margin-bottom: 30px;
}

.culture_main-visual img {
	width: 100%;
	height: 100%;
}

.culture_social {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.culture_social__txt {
	font-size: 1.2rem;
	line-height: 1.666666;
	margin-bottom: 15px;
}

.culture_social__txt p {
	margin-bottom: 10px;
}

.culture_detailsarea {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.culture_detailsarea__pic {
	width: 22%;
}

.culture_detailsarea__pic img {
	width: 100%;
	height: auto;
}

.culture_detailsarea__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.culture_detailsarea__content p {
	position: relative;
	padding-left: 5%;
	font-size: 12px;
	letter-spacing: -0.5px;
}

.culture_detailsarea__content p::after {
	content: "";
	position: absolute;
	right: 5%;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #0071CE #0071CE transparent transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 5px;
}

.culture_contentarea {
	width: 78%;
	background-color: #eaeaea;
}

.culture_content_text01 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	letter-spacing: 0px;
}

.culture-details__mv__wrapper {
	position: relative;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-left: 5%;
	padding-right: 5%;
}

.culture-details__mv__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}

.culture-details__title {
	font-size: 26px;
	max-width: 100%;
}

.culture-details__title img {
	width: 210px;
	margin-bottom: 10px;
	max-width: 100%;
}

.culture-details__title__small {
	font-size: 11px;
}

.culture-details__mv__text {
	font-size: 1.1rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0;
}

.culture-details__information__wrapper {
	width: 100%;
	padding: 0 15px;
}

.culture-details__information__wrapper img {
	width: 100%;
}

.culture-details__information__wrapper_1st {
	margin-top: -3px;
}

.culture-details__information__inner {
	padding-top: 20px;
}

.culture-details__information__pic {
	position: relative;
}

.culture-details__information__text__wrapper {
	line-height: 1.625;
	letter-spacing: 0px;
	padding-top: 17px;
}

.culture-details__information__text {
	color: #000;
}

.culture-details__information__text__adjustment {
	display: block;
	padding-bottom: 20px;
}

.culture-details__information__text__adjustment__mt {
	display: block;
	margin-top: 15px;
}

.culture-details .division__box {
	width: 100%;
	padding: 0 15px;
	margin-top: 30px;
}

.culture-details .division__box a {
	padding: 0 25px;
	margin: 10px auto;
}

.culture-details .division__box a:last-child {
	margin: 0 auto;
}

.culture-details__nav {
	margin: 0 15px;
	border-top: 1px solid #C4C4C4;
	margin-top: 40px;
	margin-bottom: 25px;
}

.culture-details__nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 6%;
	padding-top: 20px;
}

.culture-details__nav__level1 {
	padding: 0 5px;
	margin-bottom: 8px;
}

.culture-details__nav__level1.current a:before {
	bottom: -5px;
}

.culture-details__nav__level1.current a {
	color: #0071ce;
	font-weight: bold;
}

.culture-details__nav__level1 a {
	font-size: 11px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.artmuseum_bg_image {
	background-image: url(../../../images/culture/artmuseum_bg01_sp.jpg);
}

.community_bg_image {
	background-image: url(../../../images/culture/community_bg01_sp.jpg);
}

.community .culture-details__title img {
	width: 330px;
}

.musichall_bg_image {
	background-image: url(../../../images/culture/musichall_bg01_sp.jpg);
}

.musichall .culture-details__title img {
	width: 300px;
}

.loft_bg_image {
	background-image: url(../../../images/culture/loft_bg01_sp.jpg);
}

.loft .culture-details__title img {
	width: 280px;
}

.shoppingpark_bg_image {
	background-image: url(../../../images/culture/shoppingpark_bg01_sp.jpg);
}

.shoppingpark .culture-details__title img {
	width: 280px;
}

.hachilabo_bg_image {
	background-image: url(../../../images/culture/hachilabo_bg01_sp.jpg);
}

.hachilabo .culture-details__title img {
	width: 290px;
}

.workshop_bg_image {
	background-image: url(../../../images/culture/workshop_bg01_sp.jpg);
}

.workshop .culture-details__title img {
	width: 290px;
}

.events_bg_image {
	background-image: url(../../../images/culture/events_bg01_sp.jpg);
}

.events .culture-details__title img {
	width: 290px;
}

.artmeetslife_bg_image {
	background-image: url(../../../images/culture/artmeetslife_bg01_sp.jpg);
}

.artmeetslife .culture-details__title img {
	width: 290px;
}

.artmeetslife .division__box a {
	font-size: 12px;
}

.jcreative_bg_image {
	background-image: url(../../../images/culture/jcreative_bg01_sp.jpg);
}

.jcreative .culture-details__title img {
	width: 280px;
}

.caringdesign_bg_image {
	background-image: url(../../../images/culture/caringdesign_bg01_sp.jpg);
}

.caringdesign .culture-details__title img {
	width: 240px;
}

.caringdesign .culture-details__information__caption {
	text-align: right;
	right: 8px;
	bottom: 5px;
	left: auto;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: right;
	transform-origin: right;
}

.culture-details__mv__caption {
	right: 0;
	bottom: 5px;
	font-size: 1rem;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.culture-details__information__caption {
	right: 0;
	bottom: 5px;
	font-size: 1rem;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.division {
	margin-bottom: 30px;
}

.division__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.division__box {
	width: 100%;
}

.division__box:first-of-type {
	margin-bottom: 30px;
}

.division__lead {
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.division__sub-title {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.division__pic,
.info__pic {
	margin-bottom: 10px;
}


.division__text {
	margin-bottom: 15px;
}

.division__btn {
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3rem;
	min-height: 40px;
	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;
}

.division__ac-box dt {
	height: 40px;
	line-height: 40px;
	font-size: 1.3rem;
	text-align: center;
}

.division__ac-box dd {
	font-size: 1.2rem;
}

.division__ac-item {
	margin-bottom: 10px;
}

.division .division__wrap--ac-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.division .accordion_icon {
	width: 15px;
	height: 15px;
	margin-right: 20px;
	top: 35%;
}

.division .accordion_icon span {
	left: 6px;
	width: 100%;
	height: 1px;
}

#history .anchor-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#history .anchor-list__item {
	width: 49.5%;
}

#history .anchor-list__item:last-of-type {
	margin-right: 0.5%;
}

#history .anchor-list__item:nth-child(2n) {
	width: 49.5%;
	margin-right: 0.5%;
}

#history .anchor-list__item:nth-child(3) {
	width: 100%;
}

.history-list {
	width: 100%;
}

.history-list__wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.history-list__wrap table {
	margin: 0 auto 40px;
	width: 100%;
}

.history-list thead td {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 9px;
}

.history-list tbody tr td {
	padding: 7.5px;
}

.history-list__cell--year {
	font-size: 1.2rem;
}

.history-list__cell--wrap .history-list__cell--title {
	font-size: 1.1rem;
}

.history-list__cell--month {
	font-size: 0.9em;
	padding: 9px 0;
	width: 30px;
}

.history-list__cell--title {
	font-size: 1.1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.info-top__box {
	text-align: left;
	margin-bottom: 59px;
}

.info-top__title {
	font-size: 1.3rem;
	background: #e5f1fa;
	width: 100%;
	line-height: 1.538em;
	padding: 10px 10px 11px;
	text-align: center;
	letter-spacing: 0.1em;
}

.info-top__subtitle {
	font-size: 1.3rem;
	text-align: left;
	font-weight: bold;
	position: relative;
	line-height: 1.538;
	margin: 0 0 30px;
	letter-spacing: 0.1em;
}

.info-top__subtitle::after {
	width: 50px;
}

.info-top__idea {
	text-align: center;
	font-size: 3.2px;
	line-height: 1.063em;
	margin: 40px 0 30px;
}

.info-top__theme img {
	width: 80vw;
}

.info-top__theme {
	text-align: left;
	font-size: 4.5rem;
	line-height: 1.263em;
	margin: 40px 0;
	letter-spacing: 0.07em;
	font-weight: 600;
}

.info-top__slogan {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.571;
	margin: 0 0 10px;
	text-align: left;
	letter-spacing: 0.1em;
}

.info-top__pic img {
	width: 100%;
}

.info-top__pic {
	text-align: center;
	padding: 10px 0;
	width: 100%;
	margin: 0 0 40px;
}

.info-top__text {
	font-size: 1.2rem;
	line-height: 1.666em;
	letter-spacing: 0.1em;
	text-align: left;
	margin-bottom: 24px;
}

.message__pic {
	margin-bottom: 25px;
}

.message__text-box {
	margin: 0 0 30px;
}

.message__text-box p {
	font-size: 1.2rem;
	line-height: 1.6666em;
	letter-spacing: 0.1em;
	text-indent: 1em;
}

.profile__box .section-title span {
	font-size: 1rem;
}

.profile__table {
	width: 100%;
}

.profile__table td {
	font-size: 1.2rem;
	height: 40px;
}

.profile__table td:nth-child(odd) {
	width: 95px;
	padding: 14px 0;
}

.profile__table td:nth-child(even) {
	width: 80%;
	padding: 14px 0 14px 18px;
}

.profile__table-company {
	margin-bottom: 40px;
}

.profile__table-director {
	margin: 0 auto 40px;
}

.profile__table-director td {
	height: 40px;
	font-size: 1.2rem;
}

.profile__table-director td:nth-child(odd) {
	width: 137px;
	padding: 0;
}

.profile__table-director td:nth-child(even) {
	width: 70.3%;
	padding: 14px 0 14px 18px;
}

.profile__map {
	margin-bottom: 15px;
}

.profile__map iframe {
	height: 345px;
	width: 100%;
}

.profile__map-address--item-logo {
	line-height: 1;
}

.profile__map-address--item-logo img {
	height: 15px;
}

.profile__map-address--item {
	font-size: 1.2rem;
}

.company-list {
	display: block;
}

.company-list__item {
	margin: 0 0 25px 0;
	width: 100%;
}

.company-list__item:nth-child(even) {
	margin: 0 0 25px 0;
}

.company-list__item-wrap p {
	font-size: 1.2rem;
}

.company-list__item-wrap a {
	font-size: 1.2rem;
	text-decoration: underline;
}

.company-list__name {
	font-size: 1.3rem;
	line-height: 1.2;
}

.keyperson_title {
	margin-bottom: 6vw;
	font-size: 3.73333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 16vw;
}

.keyperson_title:after {
	content: '';
	height: 1px;
	width: 65%;
	display: block;
	margin: 0 0 0 10px;
	background: #000;
}

.keyperson-list_item {
	width: 50%;
	font-size: 3.2vw;
	margin-bottom: 7.33333vw;
}

.keyperson-list_item img {
	margin-bottom: 2.4vw;
}

.top-message {
	padding: 30px 15px 0 15px !important;
	font-size: 14px;
	margin-bottom: 0px;
}

.co-message {
	margin: 30px 0 30px;
}

.co-message__lead {
	margin: 0 0 20px;
}

.co-message__lead img {
	width: 80vw;
	margin: 0 auto;
}

.co-message__txt {
	font-size: 1.4rem;
	text-align: center;
	line-height: 2.1428em;
	letter-spacing: 0.02em;
}

.co-message__more {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 43px;
}

.pc {
	display: none !important;
}

#main-visual__video {
	min-height: 506px;
	height: spvw(506);
}

}

@media screen and (max-width: 737px) and (max-width: 737px) {

.common-header__logo {
	padding: 30px 0;
}

}

@media print {

body.top {
	display: none !important;
}

}

@-webkit-keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

