@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/* # =================================================================
#	リセット
# ================================================================= */
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
	background-repeat: no-repeat;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
	/* Set `background-repeat: no-repeat` to all elements */
	padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	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+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
  # Forms
  # ================================================================= */
input {
	border-radius: 0;
}

[type=number] {
	width: auto;
	/* Firefox 36+ */
}

[type=search] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */
select {
	/* Firefox 36+ */
	-webkit-appearance: none;
	-moz-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

[type=search] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Acessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #fff;
	text-shadow: none;
}

/* # =================================================================
#	ベース
# ================================================================= */
html {
	font-size: 62.5%;
}

body {
	min-width: 1366px;
	color: #000;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
	body {
		min-width: 300px;
	}
}

a,
button {
	color: #111;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover,
button:hover {
	opacity: 0.6;
}

img {
	border: 0;
	font-size: 0;
	line-height: 1;
	vertical-align: top;
}

ul li {
	list-style-type: none;
}

table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

/* # =================================================================
#	汎用
# ================================================================= */
/* クリア
------------------------- */
.clearfix::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

/* 英字 Open Sans
------------------------- */
.ff-en {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.ff-ja {
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.style-tag {
	display: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	display: inline-block;
	color: #000;
}
.style-tag.white {
	border-color: #fff;
}
@media only screen and (max-width: 767px) {
	.style-tag {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.is-pc {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.is-sp {
		display: none;
	}
}
.inline-block {
	display: inline-block;
}

/* # =================================================================
# リンク
# ================================================================= */
.c-hov-text span {
	border-bottom: solid 1px transparent;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.c-hov-text:hover {
	opacity: 1;
}

.c-hov-text:hover span {
	border-color: #111;
}

.btn-arrowr {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.btn-arrowr::after {
	content: "";
	background: url(../images/icon_arrowr_black.svg) center center/contain no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-left: 16px;
	margin-top: -0.2em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	right: 0;
	position: relative;
}
.btn-arrowr:hover {
	opacity: 1;
}
.btn-arrowr:hover::after {
	right: -15px;
}
.btn-arrowr.white {
	color: #fff;
}
.btn-arrowr.white::after {
	background-image: url(../images/icon_arrowr_white.svg);
}
.btn-arrowr.frame {
	border: 1px solid #000;
	font-size: 16px;
	min-width: 187px;
	height: 48px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 50px;
	position: relative;
}
.btn-arrowr.frame::after {
	position: absolute;
	right: 10px;
	width: 14px;
	height: 14px;
	margin-top: -0.1em;
}
.btn-arrowr.frame:hover::after {
	right: 5px;
}
.btn-arrowr.frame.white {
	border-color: white;
}
.btn-arrowr.frame.white::after {
	background-image: url(../images/icon_arrowr_white.svg);
}
@media only screen and (max-width: 767px) {
	.btn-arrowr {
		font-size: 16px;
	}
	.btn-arrowr::after {
		width: 14px;
		height: 13px;
		margin-left: 10px;
	}
	.btn-arrowr:hover {
		opacity: 1;
	}
	.btn-arrowr:hover::after {
		right: 0;
	}
}

.btn-back {
	width: 502px;
	max-width: 100%;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	height: 56px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url(/images/icon_arrowl_black.svg) 15px center no-repeat;
	background-size: 14px 13px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.btn-back {
		height: 48px;
	}
}

/* # =================================================================
#	色
# ================================================================= */
.cl-blue {
	color: #0100F3;
}

/* # =================================================================
# メガメニュー
# ================================================================= */
.st-header__mega {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 0;
	top: 0;
	left: -200vw;
	opacity: 0;
	-webkit-transition: left 0s 0.5s, opacity 0.5s;
	transition: left 0s 0.5s, opacity 0.5s;
	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;
}
.st-header__mega.is-active {
	opacity: 1;
	-webkit-transition: left 0s 0s, opacity 0.5s;
	transition: left 0s 0s, opacity 0.5s;
	left: 0;
}
.st-header__mega a {
	color: #fff;
}

.st-header__mega__nav {
	padding: 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1000px;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-filter: blur(20px);
	        filter: blur(20px);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-bottom: 80px;
	border-bottom: 1px solid #797979;
}
.is-active .st-header__mega__nav {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-filter: blur(0);
	        filter: blur(0);
}

.st-header__mega__nav__menu {
	margin-left: 80px;
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	width: 846px;
	grid-gap: 40px 0;
	-ms-grid-columns: 207px 0 207px 0 207px 0 auto;
	grid-template-columns: 207px 207px 207px auto;
	-ms-grid-rows: auto 40px auto;
	grid-template-rows: auto auto;
}

.st-header__mega__nav__menu > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.st-header__mega__nav__menu > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.st-header__mega__nav__menu > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.st-header__mega__nav__menu > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.st-header__mega__nav__menu > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.st-header__mega__nav__menu > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.st-header__mega__nav__menu > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.st-header__mega__nav__menu > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}

.st-header__mega__nav__item a {
	display: block;

}

.st-header__mega__nav__item__link > span.ff-en {
	display: block;
	font-size: 15px;
	line-height: 1;
	color:#fff;
}

.st-header__mega__sub__menu {
	margin-top: 22px;
}
.st-header__mega__sub__menu li {
	margin-top: 3px;
}
.st-header__mega__sub__menu li a {
	font-size: 12px;
	white-space: nowrap;
}

.st-header__mega__sub__sns {
	width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 32px;
}
.st-header__mega__sub__sns h3 {
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
}
.st-header__mega__sub__sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 25px;
}
.st-header__mega__sub__sns ul li {
	width: 28px;
}
.st-header__mega__sub__sns ul li + li {
	margin-left: 7px;
}

@media only screen and (max-width: 767px) {
	.st-header__mega {
		overflow: scroll;
		height: 100vh;
		display: block;
	}

	.st-header__mega__logo {
		padding: 17px 0 0 14px;
		margin-bottom: 40px;
	}

	.st-header__mega__nav {
		padding: 0;
		display: block;
		width: 100%;
		min-height: 100%;
		border: none;
	}

	.st-header__mega__nav__menu {
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		width: auto;
	}

	.st-header__mega__nav__item {
		padding: 0 8.2666666667vw;
		-webkit-box-ordinal-group: 21;
		    -ms-flex-order: 20;
		        order: 20;
	}
	.st-header__mega__nav__item.sns {
		padding: 0;
	}
	.st-header__mega__nav__item:not(:first-child) {
		margin-top: 0px;
	}

	.st-header__mega__nav__item__link > span.ff-en {
		display: block;
		font-size: 32px;
		line-height: 1;
	}

	.st-header__mega__sub__menu {
		margin-top: 10px;
	}
	.st-header__mega__sub__menu li {
		margin-top: 8px;
	}
	.st-header__mega__sub__menu li:nth-of-type(n + 4) {
		margin-left: 0px;
	}
	.st-header__mega__sub__menu li a {
		font-size: 14px;
		white-space: nowrap;
	}

	.st-header__mega__sub__sns {
		margin-top: 50px;
		border-top: 1px solid #797979;
		padding: 30px 8.2666666667vw 50px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100vw;
	}
	.st-header__mega__sub__sns ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 5px;
	}
	.st-header__mega__sub__sns ul li {
		margin-left: 15px;
	}
}
/* # =================================================================
#	ヘッダー
# ================================================================= */
.st-header {
	position: fixed !important;
	top: 0;
	left: 0;
	background: #000;
	height: 80px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: 100;
}
@media only screen and (max-width: 767px) {
	.st-header {
		height: 64px;
	}
	.st-header::after {
		display: none;
	}
}

body.white .st-header {
	background: transparent;
	overflow: hidden;
}
body.white .st-header::after {
	height: 1px;
	left: 0;
	width: 100%;
	top: 64px;
}

.st-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	padding: 0;
	position: relative;
}

/* ロゴ
------------------------- */
.st-header__logo__img {
	padding: 18px 39px;
}
.st-header__logo__img img {
	width: 149px;
}
.st-header__logo__img img.black {
	display: none;
}
@media only screen and (max-width: 767px) {
	.st-header__logo__img {
		padding: 13px 13px;
	}
	.st-header__logo__img img {
		width: 127px;
		height: auto;
	}
}

body.white .st-header__logo__img img:not(.black) {
	display: none;
}
body.white .st-header__logo__img img.black.is-pc {
	display: block;
}
@media only screen and (max-width: 767px) {
	body.white .st-header__logo__img img.black.is-pc {
		display: none;
	}
	body.white .st-header__logo__img img.black.is-sp {
		display: block;
	}
}

.st-header__logo__img a {
	display: block;
}

.st-header__logo__img a img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.st-header__logo__img a:hover {
	opacity: 1;
}

.st-header__logo__img a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* グロナビ
------------------------- */
.st-header__nav {
	margin: 0 100px 0 auto;
	height: 56px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.st-header__nav {
		display: none;
	}
}

.st-header__nav__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.st-header__nav__item__link {
	position: relative;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 64px;
	padding: 0 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
	font-size: 12px;
}
.st-header__nav__item.current .st-header__nav__item__link {
	color: #0100F3;
}

body.white .st-header__nav__item__link {
	color: #000;
}

/* サブナビ
------------------------- */
.st-header__sub {
	position: absolute;
	display: none;
	opacity: 0;
}

.st-header__sub__menu {
	padding: 12.5px 0 0;
}

.st-header__sub__menu li {
	font-size: 1.3rem;
	line-height: 2.2;
}

.st-header__sub__menu li a {
	color: #999;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.st-header__sub__menu li a:hover {
	color: #555;
	opacity: 1;
}

/* ハンバーガー
------------------------- */
.st-header__burger {
	width: 70px;
	height: 80px;
	position: fixed;
	right: 7px;
	top: 0;
	z-index: 110;
	cursor: pointer;
}
.st-header__burger::before, .st-header__burger::after {
	width: 32px;
	height: 3px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	-webkit-transition: top 0.3s 0.3s, width 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, width 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, width 0.3s 0.3s, transform 0.3s;
	transition: top 0.3s 0.3s, width 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.st-header__burger::after {
	width: 16px;
	top: calc(50% + 0px);
}
.st-header__burger:hover::after {
	width: 32px;
}
.st-header__burger.is-menu-open::before, .st-header__burger.is-menu-open::after {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	width: 32px;
	-webkit-transition: top 0.3s, width 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, width 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, width 0.3s, transform 0.3s 0.3s;
	transition: top 0.3s, width 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.st-header__burger.is-menu-open::after {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}
@media only screen and (max-width: 767px) {
	.st-header__burger {
		width: 70px;
		height: 70px;
		position: fixed;
		right: -20px;
		top: 0;
		cursor: pointer;
	}
	.st-header__burger:hover::after {
		width: 32px;
	}
	.st-header__burger.is-menu-open::before, .st-header__burger.is-menu-open::after {
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		        transform: translateY(-50%) rotate(45deg);
		width: 32px;
		-webkit-transition: top 0.3s, width 0.3s, -webkit-transform 0.3s 0.3s;
		transition: top 0.3s, width 0.3s, -webkit-transform 0.3s 0.3s;
		transition: top 0.3s, width 0.3s, transform 0.3s 0.3s;
		transition: top 0.3s, width 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	}
	.st-header__burger.is-menu-open::after {
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		        transform: translateY(-50%) rotate(-45deg);
		-webkit-transform-origin: center center;
		        transform-origin: center center;
	}
}

body.white:not(.is-active) .st-header__burger::before, body.white:not(.is-active) .st-header__burger::after {
	background: #000;
}

/* # =================================================================
#	メイン
# ================================================================= */
.st-main {
	font-size: 16px;
	margin: 0;
	background: #fff;
}
.st-main h1 {
	font-size: 64px;
}
.st-main h2 {
	font-size: 40px;
}
.st-main h3 {
	font-size: 16px;
}
.st-main h4 {
	font-size: 24px;
}
.st-main h5 {
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	.st-main h2 {
		font-size: 24px;
	}
	.st-main h3 {
		font-size: 20px;
	}
}

/* # =================================================================
#	メイン 黒
# ================================================================= */
.st-main .c-heading {
	margin-top: 90px;
}
@media only screen and (max-width: 767px) {
	.st-main .c-heading {
		margin-top: 24px;
		font-size: 32px;
	}
}

.st-main.st-main__white {
	padding-top: 140px;
}
.st-main.st-main__white .c-heading-en {
	font-size: 20px;
}
.st-main.st-main__white .c-heading-en + .c-heading {
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	.st-main.st-main__white {
		padding-top: 95px;
	}
	.st-main.st-main__white .c-heading-en {
		font-size: 20px;
	}
	.st-main.st-main__white .c-heading {
		margin-top: 0;
		font-size: 24px;
	}
	.st-main.st-main__white .c-heading-en + .c-heading {
		margin-top: 10px;
	}
}

/* # =================================================================
#	ぱんくず
# ================================================================= */
.st-breadcrumbs {
	border-top: 1px solid #797979;
	padding-top: 70px;
	background: #000;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.st-breadcrumbs {
		display: none;
	}
}
.st-breadcrumbs a {
	color: #fff;
}
.st-breadcrumbs ul {
	width: 1098px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
}
.st-breadcrumbs li {
	position: relative;
}
.st-breadcrumbs li + li {
	margin-left: 30px;
}
.st-breadcrumbs li + li::before, .st-breadcrumbs li + li::after {
	width: 7px;
	height: 1px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.st-breadcrumbs li + li::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* # =================================================================
#	下部ナビゲーション
# ================================================================= */
.st-bnav {
	background: #fff;
	overflow: hidden;
	margin-top: 100px;
}
.st-bnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body.top .st-bnav {
	margin-top: 0;
}

.st-bnav__item {
	position: relative;
}
.st-bnav__item::before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #E3E3E3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.st-bnav__item.is-display::before {
	width: 100%;
}

.st-bnav__item__link {
	display: block;
	width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	height: 126px;
	margin: auto;
	position: relative;
}
@media only screen and (min-width: 767px) {
	.st-bnav__item__link::before {
		content: "";
		background: url(../images/icon_arrow_blue.svg) center center no-repeat;
		background-size: 26px 26px;
		-webkit-transition: 0;
		transition: 0;
		width: 86px;
		height: 86px;
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.st-bnav__item__link:hover {
		opacity: 1;
	}
	.st-bnav__item__link:hover::before {
		-webkit-transform: translateY(-50%) translateX(15px);
		        transform: translateY(-50%) translateX(15px);
	}
}

.st-bnav__item__h {
	font-size: 32px;
	line-height: 1;
}

.st-bnav__item__catch {
	margin-top: 3px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.st-bnav__item.bnav__profile .st-bnav__item__h__profile {
	font-size: 48px;
	line-height: 1.5;
}
.st-bnav__item.bnav__profile .st-bnav__item__catch__profile {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.6;
	max-width: 466px;
}
.st-bnav__item.bnav__profile .st-bnav__item__btn {
	margin-top: 40px;
}

body.company .st-bnav__item.bnav__sustainabllity {
	display: none;
}

body.news__article .st-bnav {
	display: none;
}

body.culture .st-bnav__item, body.news__list .st-bnav__item, body.news__article .st-bnav__item, body.contact__list .st-bnav__item {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}
body.culture .st-bnav__item.bnav__profile, body.news__list .st-bnav__item.bnav__profile, body.news__article .st-bnav__item.bnav__profile, body.contact__list .st-bnav__item.bnav__profile {
	display: none;
}
body.culture .st-bnav__item.bnav__business, body.news__list .st-bnav__item.bnav__business, body.news__article .st-bnav__item.bnav__business, body.contact__list .st-bnav__item.bnav__business {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
body.culture .st-bnav__item.bnav__company, body.news__list .st-bnav__item.bnav__company, body.news__article .st-bnav__item.bnav__company, body.contact__list .st-bnav__item.bnav__company {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
body.culture .st-bnav__item.bnav__sustainabllity, body.news__list .st-bnav__item.bnav__sustainabllity, body.news__article .st-bnav__item.bnav__sustainabllity, body.contact__list .st-bnav__item.bnav__sustainabllity {
	display: none;
}

body.business__story .st-bnav__item.bnav__profile, body.business__story .st-bnav__item.bnav__business, body.business__lower .st-bnav__item.bnav__profile, body.business__lower .st-bnav__item.bnav__business {
	display: none;
}
body.business__story .st-bnav__item.bnav__sustainabllity, body.business__lower .st-bnav__item.bnav__sustainabllity {
	display: none;
}

body.business__lower .st-bnav__item.bnav__sustainabllity {
	display: none;
}

body.top .st-header::after {
	display: none;
}
.st-bnav__item.bnav__sustainabllity {
	background: #000;
}
.st-bnav__item.bnav__sustainabllity figure {
	position: absolute;
	right: calc(50% - 50vw);
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
	width: 609px;
}
.st-bnav__item.bnav__sustainabllity figure img {
	width: 100%;
}
@media (min-width: 768px) {
	.st-bnav__item.bnav__sustainabllity figure {
		background: url(/images/bnav_sasutainability_img.jpg) center center;
		background-size: cover;
		width: 48.5vw;
		height: 405px;
	}
	.st-bnav__item.bnav__sustainabllity figure img {
		display: none;
	}
}
.st-bnav__item.bnav__sustainabllity .st-bnav__item__link {
	height: 680px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 130px;
}
.st-bnav__item.bnav__sustainabllity .st-bnav__item__link::after, .st-bnav__item.bnav__sustainabllity .st-bnav__item__link::before {
	display: none;
}
.st-bnav__item.bnav__sustainabllity .st-bnav__item__link h4 {
	color: #fff;
}
.st-bnav__item.bnav__sustainabllity .st-bnav__item__link h4 .ff-en {
	font-size: 40px;
}
.st-bnav__item.bnav__sustainabllity .st-bnav__item__link h4 .ff-ja {
	font-size: 16px;
	display: block;
	margin-top: -5px;
}
.st-bnav__item.bnav__sustainabllity .st-bnav__item__catch__sustainability {
	margin-top: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5833333333;
}
.st-bnav__item.bnav__sustainabllity .st-bnav__item__btn {
	margin-top: 60px;
}
.st-bnav__item.bnav__sustainabllity .st-bnav__item__btn .frame {
	width: 324px;
}
@media (max-width: 767px) {
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__btn .frame {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.st-bnav {
		margin-top: 60px;
	}
	body.top .st-bnav, body.news__list .st-bnav {
		margin-top: 60px;
	}

	.st-bnav__item {
		padding: 0;
	}

	.st-bnav__item__link {
		width: auto;
		margin: 43px 5.8666666667vw 65px;
		margin: auto 5.8666666667vw;
		padding: 28px 0 23px;
		display: block;
		height: auto;
		position: relative;
	}
	.st-bnav__item__link::before {
		display: none;
	}
	.st-bnav__item__link::after {
		opacity: 1;
		content: "";
		background: url(../images/icon_arrow_blue.svg) center center/cover no-repeat;
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		right: -8px;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.st-bnav__item__h {
		font-size: 32px;
		line-height: 0.9333333333 !important;
		line-height: 1;
	}

	.st-bnav__item__catch {
		margin-top: 14px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.6;
	}

	.st-bnav__item.bnav__profile .st-bnav__item__h__profile {
		font-size: 32px;
		line-height: 1.5833333333;
	}

	.st-bnav__item.bnav__sustainabllity figure {
		position: static;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		width: auto;
		margin-top: 40px;
		margin-right: -5.8666666667vw;
	}
	.st-bnav__item.bnav__sustainabllity figure img {
		width: 100%;
	}
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__link {
		margin-bottom: 0px;
		padding-top: 60px;
		padding-bottom: 80px;
		height: auto;
	}
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__link::after {
		display: none;
	}
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__link h4 {
		color: #fff;
	}
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__link h4 .ff-en {
		font-size: 32px;
	}
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__link h4 .ff-ja {
		font-size: 16px;
		display: block;
		margin-top: 0px;
	}
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__link .st-bnav__item__btn .link-frame {
		width: 100%;
	}
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__catch__sustainability {
		margin-top: 20px;
		font-size: 20px;
		line-height: 1.7;
	}
	.st-bnav__item.bnav__sustainabllity .st-bnav__item__btn {
		margin-top: 30px;
	}
}
/* # =================================================================
#	フッター
# ================================================================= */
.st-footer {
	background: #000;
	padding: 60px 0 60px;
	position: relative;
	z-index: 31;
	border-top: 1px solid #797979;
}

main + .st-footer {
	margin-top: 100px;
}

main + .st-breadcrumbs {
	margin-top: 100px;
}

@media (max-width: 767px) {
	main + .st-breadcrumbs + .st-footer {
		margin-top: 60px;
	}
}

@media (min-width: 768px) {
	.st-breadcrumbs + .st-footer {
		border-top: none;
		margin-top: -1px;
		padding-top: 10px;
	}
}
.st-footer__inner {
	margin: auto;
	width: 1098px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.st-footer {
		padding: 55px 0 85px;
	}

	.st-footer__inner {
		width: auto;
		padding: 0 5.3333333333vw 0;
	}
}
/* ページトップ
------------------------- */
.st-footer-pagetop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 20px;
	display: noe;
	height: 66px;
	width: 66px;
	z-index: 99;
	color: #000;
}

.st-footer-pagetop a {
	border: 1px solid #000;
	background-color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	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;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.st-footer-pagetop a::before {
	width: 19px;
	height: 19px;
	content: "";
	display: block;
	background: url(../images/icon_arrowr_black.svg) center center/contain no-repeat;
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transition: 0s 0.1s;
	transition: 0s 0.1s;
}
.st-footer-pagetop a span {
	line-height: 1;
	margin-top: 5px;
	font-size: 9px;
}

.st-footer-pagetop a:hover {
	opacity: 1;
	background-color: #000;
	color: #fff;
}
.st-footer-pagetop a:hover::before {
	background-image: url(../images/icon_arrowr_white.svg);
}

@media only screen and (max-width: 767px) {
	.st-footer-pagetop {
		right: 20px;
		bottom: 20px;
		-webkit-transform: scale(0.7272);
		        transform: scale(0.7272);
		-webkit-transform-origin: right bottom;
		        transform-origin: right bottom;
	}
}
/* フッター上部
------------------------- */
.st-footer__top {
	margin-top: 40px;
	padding: 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.st-footer__logo img {
	width: 74px;
}

.st-footer__sns {
	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;
}
.st-footer__sns h3 {
	font-size: 14px;
	color: #fff;
	margin-right: 25px;
}
.st-footer__sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.st-footer__sns ul li + li {
	margin-left: 7px;
}
.st-footer__sns ul li {
	width: 28px;
}
.st-footer__sns ul li a img {
	width: 40px;
}

.st-footer__nav__menu {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	grid-gap: 50px 60px;
	-ms-grid-columns: auto 60px auto 60px auto 60px auto;
	grid-template-columns: auto auto auto auto;
	-ms-grid-rows: 130px 50px auto;
	grid-template-rows: 130px auto;
	width: 834px;
}

.st-footer__nav__menu > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.st-footer__nav__menu > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.st-footer__nav__menu > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.st-footer__nav__menu > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.st-footer__nav__menu > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.st-footer__nav__menu > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.st-footer__nav__menu > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.st-footer__nav__menu > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}

.st-footer__nav__item a {
	color: #fff;
}
.st-footer__nav__item .st-footer__nav__item__link .ff-en {
	font-size: 16px;
	color: #fff;
}
.st-footer__nav__item .ac-toggle {
	display: none;
}

.st-footer__sub__menu li {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5;
}

/* サブナビ
------------------------- */
.st-footer__sub {
	padding-top: 20px;
	margin-top: 90px;
	border-top: 1px solid #555555;
	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;
}

.st-footer__sub ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.st-footer__sub ul li {
	display: inline-block;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1;
	vertical-align: middle;
	word-spacing: normal;
}
.st-footer__sub ul li a {
	color: #fff;
}

@media (min-width: 768px) {
	.st-footer__bottom .st-footer__sub ul li + li {
		margin-left: 16px;
	}
}
/* サブナビ2
------------------------- */
.st-footer__sub2 {
	margin-top:10px;
	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;
}

.st-footer__sub2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.st-footer__sub2 ul li {
	display: inline-block;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1;
	vertical-align: middle;
	word-spacing: normal;
}
.st-footer__sub2 ul li.ml10{
	margin-left:-1px !important;
}

.st-footer__sub2 ul li a {
	color: #fff;
}

@media (min-width: 768px) {
	.st-footer__bottom .st-footer__sub2 ul li + li {
		margin-left: 16px;
	}
}
/* コピーライト
------------------------- */
.st-footer__copyright {
	text-align: center;
	margin-top: 70px;
}

.st-footer__copyright p {
	color: #fff;
	font-size: 10px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.st-footer__top {
		padding: 0;
		margin-top: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.st-footer__left {
		width: 100%;
	}

	.st-footer__logo {
		display: none;
	}

	.st-footer__nav {
		width: 100%;
	}
	.st-footer__nav > ul {
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 20px 0px;
	}

	.st-footer__sns {
		width: 100%;
		border-top: 1px solid #797979;
		padding-top: 40px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.st-footer__sns h3 {
		font-size: 16px;
	}
	.st-footer__sns ul {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.st-footer__nav__item {
		-webkit-box-ordinal-group: 21;
		    -ms-flex-order: 20;
		        order: 20;
		position: relative;
		width: 100%;
	}
	.st-footer__nav__item .ac-toggle {
		font-size: 6px;
		color: #fff;
		display: block;
		position: absolute;
		z-index: 2;
		right: 0;
		top: 0.7em;
		width: 18px;
		height: 18px;
		background: url(../images/icon_accordion.svg) center center no-repeat;
	}

	.st-footer__nav__item.item__news {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.st-footer__nav__item.item__business {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.st-footer__nav__item.item__company {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.st-footer__nav__item.item__culture {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}

	.st-footer__nav__item.item__sustainability {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}

	.st-footer__nav__item.item__recruit {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}

	.st-footer__nav__item.item__ir {
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}

	.st-footer__nav__item.is-open .ac-toggle {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	.st-footer__nav__item__link .ff-en {
		font-size: 20px;
	}
	.st-footer__nav__item__link .ff-ja {
		font-size: 13px;
	}

	.st-footer__nav__menu {
		display: block;
		width: auto;
	}

	.st-footer__sub__menu {
		display: none;
	}
	.st-footer__sub__menu li {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.5;
	}

	/* サブナビ
	------------------------- */
	.st-footer__sub {
		margin-top: 35px;
		border-top: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.st-footer__sub > ul {
		margin-top: 25px;
		display: block;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.st-footer__sub > ul li {
		display: block;
		font-size: 10px;
		margin-top: 18px;
	}
	/* サブナビ2
	------------------------- */
	.st-footer__sub2 {
		border-top: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.st-footer__sub2 > ul {
    margin-left: 0.3%;
    margin-top: 12px;
		display: block;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.st-footer__sub2 > ul li {
		display: block;
		font-size: 10px;
		margin-bottom: 18px;
	}
	/* コピーライト
	------------------------- */
	.st-footer__copyright {
		text-align: left;
		margin-top: 30px;
	}

	.st-footer__copyright p {
		font-size: 10px;
	}
}

section.c-section .mt20{
margin-top:20px;
}
.contents-reguar .mt_40{
margin-top:-40px !important;
}
/*# sourceMappingURL=common.css.map */