/******************
カスタマイズ
*******************/
/* 共通 */
@media print {
	body {
		width:1440px;
	}
}

.gs18-MainContents {
	max-width:1440px;
}

.gs18-BreadcrumbList {
	max-width:1440px;
}

.gs18-PageTitleUnit {
	background:#f0f0f0;
}

.gs18-PageTitleUnit__Inner {
	max-width:1440px;
}

.gs18-Custom-Area .gs18-TileItem__Body,
.gs18-Custom-Area .gs18-TileItem__Foot,
.gs18-Custom-Area .gs18-TileItem__Head {
	padding:30px;
}

.gs18-Custom-Area .gs18-TileItem__Body,
.gs18-Custom-Area .gs18-TileItem__Foot,
.gs18-Custom-Area .gs18-TileItem__Head {
	padding:25px 15px;
}

.gs18-Custom-Area {
	color: #333;
}

.gs18-Custom-Area strong {
	font-weight: bold;
}

.sp_show {
	display: block;
}

.pc_show {
	display: none;
}

.lazyload {
	opacity: 0;
}

.lazyload.lazyloaded {
	animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.gs18-Breadcrumb{
	max-width: initial;
	max-width: auto;
}

.gs18-Header__Search.is-open .gs18-Header__SearchInner>button::after{
	margin-top:4px;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Media+.gs18-TileItem__Body {
	padding-top: 30px!important;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body {
	padding-top: 25px!important;
}

.gs18-Custom-Area .gs18-Tile-Video .gs18-TileItem__Head+.gs18-video-thumb {
	padding-top: 25px;
}

.gs18-Custom-Area .gs18-TileItem__Body,
.gs18-Custom-Area .gs18-TileItem__Head {
	padding: 30px 15px 0!important;
}

.gs18-Custom-Area .gs18-Tile-Video .gs18-TileItem__Body {
	padding-bottom: 35px!important;
}

.gs18-video-thumb+.gs18-TileItem__Body {
	padding-top: 30px!important;
	padding-bottom: 0!important;
}

.gs18-Custom-Area .gs18-Tile-Video {
	padding-bottom: 30px;
}

.gs18-Custom-Area .gs18-Tile-Video .gs18-video-thumb {
	padding-top: 0;
	text-align: center;
}

.gs18-Custom-Area .gs18-TileItem__Foot {
	padding: 30px 15px 35px;
}

.gs18-FontSize_01 {
	font-size: 4.2rem;
}

.gs18-Custom-Area .gs18-HeadingLv2Unit__SubTextCol {
	margin-top: 15px;
	margin-bottom: -5px;
}

.gs18-FontSize_02 {
	font-size: 3.2rem;
}

.gs18-FontSize_03 {
	font-size: 2.0rem;
}

.gs18-SPFontSize_02 {
	font-size: 1.54rem;
}

.gs18-PrimaryColor {
	color: #C40000;
}

.gs18-AlignCenter {
	text-align: center;
}

.gs18-SPAlignCenter {
	text-align: center;
}

.gs18-ExternalLink {
	position: relative;
	padding-right: 35px;
}

.gs18-ExternalLink .gs18-Icon {
	left: auto;
	right: 5px;
	top: 50%;
	opacity: 1;
	margin-top: -13px;
}

.gs18-ExternalLink .gs18-Icon-Red {
	display: none;
}

.gs18-Header {
	/* position: fixed; */
	z-index: 60;
	transition: all 0.5s ease!important;
}

.gs18-Header.absolute {
	position: absolute;
}

.no-property {
	transition-property: none!important;
}

.gs18-Header.fit {
	top: -65px;
}

/* .gs18-HeaderNav {
	overflow-y: scroll; 
	height: calc(100vh - 161px);
} */

.gs18-PageTitleUnit {
	max-width: initial;
	max-width: auto;
	background-size: cover;
	position: relative;
	background-position: center center;
}

.gs18-PageTitleUnit::after {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.54);
}

.gs18-PageTitleUnit__Inner {
	position: relative;
	z-index: 15;
}

.gs18-PageTitleUnit__CategoryCol .gs18-Category {
	color: #fff;
}

.gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
	color: #fff;
	font-weight: bold;
}

.gs18-PageTitleUnit.gs18-PageTitleUnit-no-overlay::after {
	display: none;
}

.gs18-PageTitleUnit.gs18-PageTitleUnit-no-overlay .gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
	color: #000;
}

.gs18-Custom-Area .gs18-HeadingLv2--Shoulder .gs18-HeadingLv2__ShoulderCol {
	margin: 0 0 5px;
}

.gs18-MainContents {
	max-width: initial;
	max-width: auto;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n) {
	background-color: #F0F0F0;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n-1) {
	background-color: #fff;
}

.gs18-Custom-Area .gs18-Tile.gs18-Tile-Tile:nth-child(2n) {
	background: none;
}

.gs18-Custom-Area .gs18-Tile.gs18-Tile-Tile:nth-child(2n-1) {
	background: none;
}

.gs18-Custom-Area .gs18-Tile-lightGray {
	background-color: #EBEBEB;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n-1).gs18-Tile-lightGray {
	background-color: #EBEBEB;
}

/* .gs18-Tile-more {
	background-color: #F9F9F9;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n-1).gs18-Tile-more {
	background-color: #F9F9F9;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n).gs18-Tile-more {
	background-color: #F9F9F9;
} */

.gs18-Custom-Area .gs18-Tile:nth-child(2n-1) .gs18-TileItem:nth-child(2n-1) {
	background: none;
}

.gs18-Custom-Area .gs18-Tile:nth-child(2n) .gs18-TileItem:nth-child(2n-1) {
	background: none;
}

.gs18-MicroMacro {
	padding: 30px 15px 35px;
}

.gs18-LocalNavList {
	border-left: none;
	box-sizing: border-box;
}

.gs18-Custom-Area .gs18-HeadingLv2Unit__SubTextCol .gs18-Text {
	margin-top: 5px;
}

.gs18-Custom-Area .gs18-HeadingLv2 {
	font-weight: bold;
}

.loading {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100vw;
	height: 110vh;
	background: rgba(0, 0, 0, 0.8);
}

.loading .inner {
	display: table;
	width: 100%;
	height: 100%;
}

.loading .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.loader {
	margin: -25px auto 0;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 5px solid #666;
	border-right: 5px solid #666;
	border-bottom: 5px solid #666;
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.gs18-Custom-Area {
	position: relative;
	z-index: 1;
}

/* HOME */
.gs18-Layer-01 {
	background: #000;
}

.gs18-Home {
	position: relative;
	width: 100%;
	height: calc(100vh - 105px);
	min-height: 562px;
	background-image: url(../png/kv-13.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.gs18-Home > .inner {
	position: relative;
	z-index: 10;
	color: #fff;
	display: table;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease;
}

.gs18-Home > .inner > .cell {
	display: table-cell;
	padding: 0 35px 110px 50px;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
}

.gs18-Home h1 {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

.gs18-Home .description {
	margin: 30px 0 0;
	padding: 0;
	font-size: 1.1rem;
	font-weight: 500;
}

.gs18-Home .button {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 38px 10px 15px;
	margin: 35px 0 0;
	font-weight: 500;
	font-size: 0.9rem;
	background: #000;
	position: relative;
	box-sizing: border-box;
}

.gs18-Home .button .open {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 34px;
	height: 40px;
	background-image: url(../png/arrowdown-2.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center -9px;
	position: absolute;
	top: 0;
	right: 3px;
}

.gs18-Home .cell-footer {
	position: absolute;
	width: 100%;
	padding: 15px 15px 55px;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	text-align: right;
}

.gs18-Home .cell-footer .gs18-ButtonLink {
	margin-top: 0;
	font-weight: 500;
	border-width: 2px;
	padding: 5px 20px;
	padding-right: 45px;
	width: 50%;
	min-width: 170px;
	max-width: 225px;
	font-size: 0.9rem;
	text-align: center;
}

.gs18-Home .cell-footer.overwrite_01 {
	padding: 0 0 40px;
}

.gs18-Home .cell-footer.overwrite_01 p {
	padding: 0 15px;
}

.gs18-Home .cell-footer.overwrite_01 .gs18-ButtonLink {
	margin-right: 15px;
}

.gs18-Home .cell-footer .gs18-ButtonLink.overwrite_01 {
	max-width: initial;
	max-width: auto;
	width: 100%;
	margin-right: 0;
	background-color: rgba(136, 136, 136, 0.75);
	border: none;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.gs18-Home .cell-footer.overwrite_01 .gs18-ButtonLink--White.gs18-ButtonLink--Arrow {
	background-position: right 15px center;
}

.gs18-Home .cell-footer .gs18-ButtonLink--White.gs18-ButtonLink--Arrow {
	background-size: 24px auto;
	background-position: right 10px center;
	background-image: url(https://us.mitsubishielectric.com/sites/scs_ssl/assets-gs18/img/icon/ArrowNext-W.svg);
}

.gs18-Home .cell-footer p {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	text-align: left;
}

.gs18-LocalMainNav.open+.gs18-Layer-01 .gs18-Home > .inner{
	opacity: 0;
}

.gs18-LocalMainNav {
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 40px;
	min-height: 40px;
	overflow: hidden;
	transition: all 0.5s ease;
}

.gs18-LocalMainNav.fit {
	top: 0;
}

.gs18-LocalMainNav.absolute {
	position: absolute;
}

.gs18-LocalMainNav.small-display {
	/* bottom: auto; */
}


.gs18-LocalMainNav-header .toggle-button-group {
	height: 40px;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	width: 100%;
	position: relative;
	display: table;
	z-index: 15;
}

.gs18-LocalMainNav-header .toggle-button-group .headline {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.gs18-LocalMainNav-header .toggle-button-group .headline-close {
	width: 68px;
	overflow: hidden;
}

.gs18-LocalMainNav-header .toggle-button-group .headline > span {
	display: inline-block;
	position: relative;
	padding-right: 40px;
}

.gs18-LocalMainNav-header .toggle-button-group .headline.headline-close > span{
	width: 68px;
	padding-right: 0;
	display: table-cell;
}

.gs18-LocalMainNav-header .toggle-button-group .headline > span span {
	display: inline-block;
	text-align: right;
	font-weight: bold;
}

.gs18-LocalMainNav-header .toggle-button-group .headline-open .open {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 34px;
	height: 40px;
	background-image: url(../png/arrowdown-2.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center -15px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -10px;
}

.gs18-LocalMainNav-header .toggle-button-group .headline-open .close-text {
	display: none;
}

.gs18-LocalMainNav.open:not(.is-sub-menu) .gs18-LocalMainNav-header .toggle-button-group .headline-open .open {
	background-image: url(../png/arrowup-2.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center -15px;
}

.gs18-LocalMainNav-header .toggle-button-group .headline-close .toggle {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 68px;
	height: 40px;
	background-image: url(../png/close-3.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
}

.gs18-LocalMainNav-header .toggle-button-group .headline-close {
	display: none;
}

.gs18-LocalMainNav-header .toggle-button-group .gs18-Header__Hamburger-02 {
	width: 75px;
	height: 100%;
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.4s ease;
	padding-top: 3px;
	box-sizing: border-box;
	font-size: 0;
}

.gs18-LocalMainNav-header.open .toggle-button-group .gs18-Header__Hamburger-02 {
	display: none;
}

.gs18-LocalMainNav-header .toggle-button-group .gs18-Header__Hamburger-02 img {
	width: 65px;
}

.gs18-LocalMainNav ul {
	padding: 0;
	margin: 0;
}

.gs18-LocalMainNav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gs18-LocalMainNav ul li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	font-size: 1.0rem;
}

.gs18-LocalMainNav-header {
	position: relative;
	/* overflow: hidden; */
	z-index: 10;
}

.gs18-LocalMainNav .gs18-MainList-Wrapper {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
	transform: translateY(-100%);
	transition: all 0.5s ease;
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-MainList-Wrapper {
	height: calc(100vh - 50px);
	overflow-y: scroll;
}

.gs18-LocalMainNav .gs18-MainList {
	width: 100%;
	height: calc(100vh - 145px);
	min-height: 562px;
	padding: 30px 75px 40px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	transition: height 0.5s ease;
}

.gs18-LocalMainNav.fit .gs18-MainList {
	height: calc(100vh - 80px);
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-MainList {
	height: calc(100vh - 145px);
}

.gs18-LocalMainNav .gs18-MainList .headline {
	padding: 10px 0;
	margin: 0;
	font-weight: 400;
	color: #fff;
	font-size: 1.0rem;
}

.gs18-LocalMainNav .gs18-MainList .headline span {
	position: relative;
	display: inline-block;
	padding-right: 22px;
}

.gs18-LocalMainNav .gs18-MainList .headline span::after {
	display: block;
	content: ' ';
	width: 14px;
	height: 14px;
	background-image: url(../png/arrowdown-3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 5px;
	right: 0;
}

.gs18-LocalMainNav .gs18-MainList li a {
	padding: 10px 0;
	display: block;
}

.gs18-LocalMainNav .gs18-MainList .sub-menu {
	margin-left: 35px;
}

.gs18-LocalMainNav .gs18-MainList .sub-menu li a {
	font-weight: 500;
	font-size: 0.9rem;
}

.gs18-LocalMainNav-body {
	position: relative;
	width: 100%;
	height: calc(100vh - 105px);
	min-height: 562px;
	transition: height 0.5s ease;
}

.gs18-LocalMainNav.fit .gs18-LocalMainNav-body {
	height: calc(100vh - 40px);
}

.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body {
	height: calc(100vh - 80px);
}

.gs18-LocalMainNav-body ul {
	background-image: url(../png/kv-13.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 5;
	height: calc(100vh - 105px);
	min-height: 562px;
	opacity: 1;
	transition: all 0.5s ease;
}

.gs18-LocalMainNav.fit .gs18-LocalMainNav-body ul {
	height: calc(100vh - 40px);
}

.gs18-LocalMainNav-body ul::after {
	display: block;
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
}

.gs18-LocalMainNav-body ul li {
	transition: all 0.3s ease;
}

.gs18-LocalMainNav-body .back {
	position: absolute;
	top: 2%;
	left: 3%;
	z-index: 10;
}

.gs18-LocalMainNav-body .back span {
	display: inline-block;
	position: relative;
	padding-left: 12px;
}

.gs18-LocalMainNav-body .back span::after {
	display: block;
	content: ' ';
	width: 7px;
	height: 7px;
	background-image: url(../png/arrowleft-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 7px;
	left: 0;
}

.gs18-LocalMainNav-body .plus {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	z-index: 10;
}

.gs18-LocalMainNav-body .plus a {
	display: block;
}

.gs18-LocalMainNav-body .plus.reverse {
	left: auto;
	right: 50%;
	margin-right: -11px;
}

.gs18-LocalMainNav-body .plus a > span {
	padding-left: 30px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.gs18-LocalMainNav-body .plus .txt {
	min-width: 90px;
	display: inline-block;
	position: relative;
	z-index: 20;
}

.gs18-LocalMainNav-body .plus .txt_inner {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 5px;
}

.gs18-LocalMainNav-body .plus.reverse .txt_inner {
	padding-right: 0;
	padding-left: 10px;
}

.gs18-LocalMainNav-body .plus .icon {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: #ED0000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0 0;
	z-index: 10;
}

.gs18-LocalMainNav-body .plus.reverse a > span {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

.gs18-LocalMainNav-body .plus.reverse .icon {
	left: auto;
	right: 0;
}

.gs18-LocalMainNav-body .plus .icon::before,
.gs18-LocalMainNav-body .plus .icon::after {
	display: block;
	content: ' ';
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -5px;
}

.gs18-LocalMainNav-body .plus .icon::after {
	transform: rotate(90deg);
}

.gs18-LocalMainNav-body .plus .icon_hover {
	display: block;
	width: 20px;
	height: 20px;
	background: #ED0000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0 0;
	z-index: 5;
	opacity: 0;
	transform: scale(1);
	animation: 2.2s ease-out 0s infinite forwards scale;
}

.gs18-LocalMainNav-body .plus.reverse .icon_hover {
	left: auto;
	right: 0;
}

@keyframes scale{
	0% {
		opacity: 0;
		transform: scale(1);
	}
	40% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		transform: scale(3);
	}
}

.gs18-LocalMainNav-body .hvac {
	position: absolute;
	top: 10%;
}

.gs18-LocalMainNav-body .vfd {
	top: 24%;
}

.gs18-LocalMainNav-body .elevators {
	top: 38%;
}

.gs18-LocalMainNav-body .vis {
	top: 52%;
}

.gs18-LocalMainNav-body .ups {
	top: 66%;
}

.gs18-LocalMainNav-body .escalators {
	top: 80%;
}

.gs18-LocalMainNav-footer ul {
	display: table;
	width: 100%;
	background: #000;
	padding: 12px 0;
}

.gs18-LocalMainNav-footer li {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.gs18-LocalMainNav-footer ul li a {
	font-weight: 500;
	font-size: 0.9rem;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

.gs18-LocalMainNav-footer ul li a span {
	display: table-cell;
	height: 26px;
	vertical-align: middle;
}

.gs18-LocalMainNav-footer ul li:nth-of-type(even) {
	border-left: 1px solid #FFF;
}

.gs18-LocalMainNav.open {
	height: calc(100vh - 65px);
	min-height: 602px;
	z-index: 50;
}

.gs18-Header.fit+.gs18-LocalMainNav.open {
	height: calc(100vh);
}

.gs18-LocalMainNav-header.open .toggle-button-group .headline-close {
	display: table;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
}

.gs18-LocalMainNav-header.open .toggle-button-group .headline-close .toggle {
	background-color: #333;
}

.gs18-LocalMainNav.open:not(.is-sub-menu) .toggle-button-group .headline-open .open-text {
	display: none;
}

.gs18-LocalMainNav.open:not(.is-sub-menu) .toggle-button-group .headline-open .close-text {
	display: inline-block;
}

.gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
	transform: translateY(0);
	overflow-y: scroll;
	height: calc(100vh - 105px);
	min-height: 562px;
	transition: all 0.5s ease;
}

.gs18-LocalMainNav.fit .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
	height: calc(100vh - 80px);
}

.gs18-LocalMainNav-header.open+.gs18-LocalMainNav-body-wrapper .gs18-LocalMainNav-body ul li {
	opacity: 0;
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 {
	bottom: auto;
	top: 65px;
	position: fixed;
	transition: all 0.5s ease;
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02.absolute {
	position: absolute;
}

.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 {
	top: 0;
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body-wrapper {
	transform: translateY(-100%);
	transition: all 0.5s ease;
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body {
	height: calc(100vh - 105px);
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body ul {
	height: calc(100vh - 105px);
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-MainList-Wrapper {
	height: calc(100vh - 145px);
}

.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body {
	height: calc(100vh - 80px);
}

.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body ul {
	height: calc(100vh - 80px);
}

.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-MainList-Wrapper {
	height: calc(100vh - 80px);
}

.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
	height: calc(100vh - 80px);
}

.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-MainList {
	height: calc(100vh - 80px);
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-footer {
	display: none;
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02+main {
	padding-top: 105px;
	background: #000;
}

.gs18-Layer-02 .gs18-ContentsContainer {
	background: #fff;
}

.gs18-Layer-03 .gs18-ContentsContainer {
	background: #fff;
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02.open {
	height: calc(100vh - 105px);
}

.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02.open {
	height: calc(100vh);
}

.gs18-LocalMainNav .gs18-LocalMainNav-body-wrapper {
	transform: translateY(-100%);
	transition: all 0.5s ease;
}

.gs18-LocalMainNav.open.is-main-menu .gs18-LocalMainNav-body-wrapper {
	transform: translateY(0);
}

.gs18-GoTop {
	z-index: 50;
}

.gs18-GoTop > a {
	height: 40px;
}

.gs18-Footer__LocalMainNav {
	width: calc(100vw - 48px);
	position: fixed;
	right: 48px;
	bottom: 0;
	z-index: 50;
	border-right: 1px solid #FFF;
	box-sizing: border-box;
}

.gs18-Footer__LocalMainNav ul {
	display: table;
	width: 100%;
	background: #000;
	margin: 0;
	padding: 0;
	height: 40px;
}

.gs18-Footer__LocalMainNav li {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.gs18-Footer__LocalMainNav ul li a {
	font-weight: 500;
	font-size: 0.9rem;
	box-sizing: border-box;
	display: table;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

.gs18-Footer__LocalMainNav ul li a span {
	display: table-cell;
	height: 26px;
	vertical-align: middle;
}

.gs18-Footer__LocalMainNav ul li:nth-of-type(even) a {
	border-left: 1px solid #FFF;
}

/* セクション01 */
.gs18-Custom-Area .gs18-HeadingLv2--Shoulder .gs18-HeadingLv2__ShoulderCol {
	font-size: 1.1rem;
}

.gs18-Text {
	/* font-size: 0.9rem; */
}

/* セクション02 */
.gs18-Custom-Area .gs18-TileItem .gs18-MicroMacro .gs18-ButtonLink {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem .gs18-MicroMacro__Item.is-open .gs18-ButtonLink {
	display: inline-block;
}

.gs18-MicroMacro--Image .gs18-MicroMacro__Item {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.gs18-MicroMacro--Image .gs18-MicroMacro__Item::after {
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.gs18-MicroMacro__Links {
	z-index: 2;
}

/* セクション03 */
.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile {
	padding: 35px 15px 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile:nth-last-of-type(1) {
	padding-bottom: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem {
	background: #F5F5F5!important;
	justify-content: left;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem:nth-last-of-type(even) {
	background: #fff!important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Head {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 10;
	box-sizing: border-box;
	display: table;
	height: 190px;
	padding: 0!important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Head .gs18-HeadingLv2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1rem;
	padding: 0 30px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile+.gs18-Tile-Tile {
	padding-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile+.gs18-TileItem__Foot {
	padding-top: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 {
	padding: 35px 15px 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02:nth-last-of-type(1) {
	padding-bottom: 35px;
}

.gs18-Vault .gs18-TileItem .gs18-Tile-Tile-02 {
	padding-bottom: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-TileItem__Foot {
	padding-top: 0!important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem {
	background: #F5F5F5!important;
	justify-content: left;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem.gs18-Video-Articles {
	background: #F5F5F5!important;
	justify-content: left;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem:nth-last-of-type(even) {
	background: #fff!important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem.gs18-Video-Articles:nth-last-of-type(even) {
	background: #fff!important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head {
	box-sizing: border-box;
	display: table;
	padding: 0!important;
	margin-top: 30px;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head {
	box-sizing: border-box;
	display: table;
	padding: 0!important;
	margin-top: 30px;
	position: relative;
	color: #333;
	text-align: left;
	height: auto;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head .gs18-HeadingLv2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1rem;
	padding: 0 15px;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head .gs18-HeadingLv2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1rem;
	padding: 0 15px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media {
	position: relative;
	order: -1;
	overflow: hidden;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media {
	position: relative;
	order: -1;
	overflow: hidden;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media .gs18-TileMediaImage .gs18-Image {
	width: 100%;
	height: auto;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media .gs18-TileMediaImage .gs18-Image {
	width: 100%;
	height: auto;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-Tile-Tile-02 {
	/* padding-top: 0; */
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-Tile-Tile-02 {
	padding-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-TileItem__Foot {
	padding-top: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-TileItem__Foot{
	padding-top: 35px!important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02:nth-last-of-type(1)+.gs18-TileItem__Foot{
	padding-top: 0!important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 {
	padding: 35px 15px 0;
	flex-wrap: wrap;
	background: none;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03:nth-last-of-type(1) {
	padding-bottom: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem {
	background: #F5F5F5!important;
	justify-content: left;
	margin: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem:nth-last-of-type(even) {
	background: #fff!important;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head {
	box-sizing: border-box;
	display: table;
	padding: 0!important;
	margin-top: 30px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1rem;
	padding: 0 15px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media {
	position: relative;
	height: auto;
	order: -1;
	overflow: hidden;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media .gs18-TileMediaImage .gs18-Image {
	width: 100%;
	height: auto;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Media {
	position: relative;
	height: 190px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Media::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.54);
}

.gs18-Custom-Area .gs18-TileItem .gs18-TileItem__Media::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.54);
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media::after {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media::after {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem__Head+.gs18-Tile-Tile-03 {
	/* padding-top: 0; */
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03+.gs18-Tile-Tile-03 {
	padding-top: 0;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03+.gs18-TileItem__Foot {
	padding-top: 35px;
}

.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 span {
	display: block;
	padding-bottom: 22px;
	border-bottom: 2px solid #C40000;
	box-sizing: border-box;
}

/* セクション04 */
.gs18-Custom-Area .gs18-Tile-more .gs18-HeadingLv2 {
	font-size: 1.2rem;
}

.gs18-Custom-Area .gs18-Tile-more .gs18-TileItem__Head {
	padding-top: 30px!important;
}

.gs18-video-thumb {
	padding: 35px 15px 0;
}

/* ビデオ関連 */
.gs18-video-play {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.gs18-video-thumb img {
	width: 100%;
}

.gs18-video-thumb a {
	display: inline-block;
	position: relative;
	font-size: 0;
}

.play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
}

.play-button .outer-ring {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: rgba(236,0,0,.25);
	margin: 0;
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .35s cubic-bezier(.215,.61,.355,1) 0s;
	box-sizing: border-box;
}

.play-button .inner-ring {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	border: 3px solid rgba(236,0,0,.9);
	box-sizing: border-box;
}

.play-button .inner-ring img {
	width: 16px;
	height: auto;
	display: block;
	margin: 0 0 0 2px;
}

/* モーダル */
.video-modal {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 25000;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: none;
}

.video-modal .video-modal-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(6,17,30,.9);
}

.video-modal .video-modal-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	max-width: 58.125rem;
	width: 100%;
}

.video-modal .video-modal-wrapper {
	position: relative;
	background-color: #000;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.video-modal .video-modal-wrapper .video-modal-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.video-modal .video-modal-wrapper.ready .video-modal-responsive embed,
.video-modal .video-modal-wrapper.ready .video-modal-responsive iframe,
.video-modal .video-modal-wrapper.ready .video-modal-responsive object {
	opacity: 1;
}

.video-modal .video-modal-wrapper .video-modal-responsive embed,
.video-modal .video-modal-wrapper .video-modal-responsive iframe,
.video-modal .video-modal-wrapper .video-modal-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0; */
	-webkit-transition: opacity 1s ease 1s;
	transition: opacity 1s ease 1s;
}

.video-modal .button-container {
	position: absolute;
	top: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 20;
}

.video-modal .button-container .close-button {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.close-button .outer-ring {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(-7px,-7px,0);
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: hsla(0,0%,100%,.25);
	margin: 0;
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .35s cubic-bezier(.215,.61,.355,1) 0s;
	box-sizing: border-box;
}

.close-button .inner-ring {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	border: 3px solid rgba(6,17,30,.9);
	box-sizing: border-box;
}

.close-button .inner-ring img {
	width: 12px;
	height: auto;
	display: block;
	margin: 0;
}

.alert-modal {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 25000;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: none;
}

.alert-modal .alert-modal-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(6,17,30,.9);
}

.alert-modal .alert-modal-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	max-width: 58.125rem;
	width: 100%;
}

.alert-modal .alert-modal-wrapper {
	position: relative;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.alert-modal .alert-modal-wrapper .alert-modal-responsive {
	text-align: center;
	color: #000;
	background: #fff;
	width: 70%;
	padding: 30px;
	margin: 0 auto;
}

.alert-modal .button-container {
	position: absolute;
	top: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.alert-modal .button-container .close-button {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.gs18-Articles {
	padding-bottom: 0;
}

.gs18-LocalNavList .gs18-LocalNavList a{
	padding-left: 30px;
}

.gs18-LocalNavList--Root {
	width: 100%;
}

.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
	display: block;
	padding: .8em 30px .75em;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}

.gs18-LocalNavItem.is-current .gs18-LocalNavList--Depth1 a {
	background-color: #757575;
}

.gs18-LocalNavItem.is-sibling.is-current>a {
	background-color: #757575;
}

.gs18-LocalNavItem {
	display: list-item;
}

/* バナー */
.gs18-Custom-Area .gs18-Tile-Banner {
	padding: 35px 15px;
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-TileItem--BgImage {
	position: relative;
	background-size: cover!important;
	background-position: center center!important;
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-TileItem--BgImage::after {
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-TileItem__Body {
	z-index: 10;
	min-height: 170px;
	padding-bottom: 35px!important;
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-Text {
	font-size: 1.6rem;
}

.gs18-Custom-Area .gs18-Tile-Banner .gs18-ButtonLink {
	margin-top: 30px;
}

/* フォーム */

.gs18-contact-form {
	padding: 0 15px 35px;
}

.gs18-contact-form .gs18-TileItem__Head {
	padding-left: 0!important;
	padding-right: 0!important;
}

.gs18-contact-form .gs18-TileItem__Body {
	padding-left: 0!important;
	padding-right: 0!important;
}

.gs18-contact-form h2 {
	padding: 0;
	margin: 25px 0 0;
	font-weight: bold;
}

.gs18-contact-form-description {
	font-weight: bold;
}

.gs18-contact-form-description a {
	text-decoration: none;
	color: #333;
}

.gs18-contact-form th {
	width: 30%;
}

.gs18-contact-form td {
	width: 70%;
}

.gs18-contact-form input[type="text"] {
	padding: 8px 15px;
	border: 2px solid #000;
	width: 100%;
	box-sizing: border-box;
}

.gs18-contact-form .notice {
	position: relative;
	color: #33331A;
	margin-top: 8px;
}

.gs18-contact-form .notice_example {
	position: relative;
	color: #33331A;
	margin-top: 8px;
}

.gs18-contact-form input::placeholder {
	color: #AAAAAA;
}

/* IE */
.gs18-contact-form input:-ms-input-placeholder {
	color: #AAAAAA;
}

/* Edge */
.gs18-contact-form input::-ms-input-placeholder {
	color: #AAAAAA;
}

.gs18-contact-form button[type="submit"],
.gs18-contact-form input[type="submit"] {
	padding: 12px 20px;
	border: none;
	background: #C40000;
	color: #fff;
	font-weight: bold;
	font-size: 0.7rem;
	margin-top: 35px;
	cursor: pointer;
}

.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox {
	margin-top: 0;
}

.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox:nth-of-type(n+2) {
	margin-top: 15px;
}

.gs18-contact-form .gs18-checkbox {
	margin-top: 30px;
}

.gs18-contact-form .gs18-checkbox input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
}

.gs18-contact-form .gs18-checkbox label {
	position: relative;
	display: block;
	/* outline: 0; */
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span,
.gs18-contact-form .gs18-checkbox label input[type="radio"] + span {
	position: relative;
	padding: 0 0 0 30px;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::before {
	border-color: #00acc1;
}

.gs18-contact-form .gs18-checkbox label span {
	display: inline-block;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::before,
.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	cursor: pointer;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 20px;
	height: 20px;
	border: 2px #000 solid;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"] + span::after {
	z-index: 1;
	width: 10px;
	height: 10px;
	top: 5px;
	left: 5px;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"]:checked + span::before {
	border: 2px #C40000 solid;
}

.gs18-contact-form .gs18-checkbox label input[type="checkbox"]:checked + span::after {
	background-color: #C40000;
}

.gs18-contact-form .gs18-TableBodyTd .personal-information .personal-information-description p {
	margin: 15px 0 0;
	padding: 0;
	color: #777;
}

.gs18-contact-form .gs18-TableBodyTd .personal-information+.error {
	display: inline-block;
	margin: 15px 0 0;
}

.gs18-contact-form .job-title-other {
	display: none;
}

.job_title_wrapper {
	overflow: hidden;
	width: 100%;
}

.job_title_wrapper select {
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.job_title_wrapper select::-ms-expand {
	display: none;
}

.job_title_wrapper {
	position: relative;
	border: 2px solid #000;
	background: #ffffff;
	box-sizing: border-box;
}

.job_title_wrapper::before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 10px;
	content: ' ';
	margin: -4px 0 0 0;
	background:url(../arrowdown-5.html) no-repeat center center;
	background-size: contain;
	pointer-events: none;
}

.job_title_wrapper select {
	padding: 10px 20px 10px 15px
}

form .error {
	display: block;
	color: #C40000;
}

/* 詳細ページ */
.article_wrap {
	padding: 30px 15px;
}

.article_wrap p {
	padding: 0;
	margin: 0;
}

.article_wrap .subtitle {
	font-weight: bold;
}

h1.article_title {
	margin: 15px 0 30px;
	color: #C40000;
	font-size: 1.6rem;
	line-height: 1.2;
}

.article_hdr {
	margin: 0 auto 25px;
}

.article_hdr p {
	margin: 0;
	padding: 0;
	width: 40%;
	float: left;
	padding-top: 7px;
	color: #666;
}

.article_hdr ul {
	margin: 0;
	padding: 0;
	width: 60%;
	float: left;
	text-align: right;
}

.article_hdr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.article_wrap .article_link {
	margin: 0;
	padding: 0;
	text-align: center;
}

.article_wrap .article_link .gs18-ButtonLink {
	display: inline-block;
	margin: 0 auto;
}

ul.article_share li {
	line-height: 1.0;
	display: inline-block;
	width: 32px;
	margin: 0 0 0 16px;
	list-style: none;
}

.article_foot_share ul.article_share li {
	position: relative;
	left: 6px;
	margin: 0 8px;
}

ul.article_share li a {
	display: block;
	width: 32px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

.article_share li.share_facebook img {
	width: 32px;
	height: auto;
}

.article_share li.share_x {
	position: relative;
	top: -1px;
	margin-left: 13px;
}

.article_foot_share ul.article_share li.share_x  {
	margin-left: 5px;
}

.article_share li.share_x img {
	width: auto;
	height: 30px;
}

.article_share li.share_linkedin {
	position: relative;
	top: 1px;
	width: 44px;
}

ul.article_share li.share_linkedin a {
	width: 44px;
}

.article_share li.share_linkedin img {
	width: auto;
	height: 34px;
}

.article_wrap h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.article_photo {
	margin-bottom: 35px;
}

.article_wrap > .article_photo:nth-of-type(1) {
	margin-bottom: 20px;
}

.article_photo figure {
	margin: 0;
	text-align: center;
}

.article_photo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0 auto;
}

.article_photo a {
	display: inline-block;
	position: relative;
}

.article_caption {
	margin-bottom: 50px;
}

.article_caption h3 {
	font-size: 1.0rem;
	margin: 20px 0;
}

.article_caption p {
	line-height: 1.6;
}

.article_caption p+p {
	margin-top: 15px;
}

.article_caption ol {
	margin: 0;
}

.article_caption ol li:nth-of-type(n+2) {
	margin-top: 10px;
}

.article_caption ol+p {
	margin-top: 20px;
}

.article_caption p+ol {
	margin-top: 20px;
}

.article_caption p+.article_photo {
	margin-top: 50px;
}

.article_caption .article_table+.article_photo {
	margin-top: 20px;
}

.article_table {
	margin-top: 30px;
}

.article_table .gs18-Table {
	margin-top: 0;
}

.article_foot_share {
	margin-top: 35px;
}

.article_foot_share ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.article_foot_share li {
	margin: 0 7px;
}

.gs18-Tags .gs18-TileItem__Foot {
	margin: -7px;
}

.gs18-Tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gs18-Tags ul li {
	margin: 7px;
	display: inline-block;
}

.gs18-Tags ul li a {
	padding: 12px 14px;
	background: #fff;
	display: block;
	border-radius: 6px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}

/* Vault */
.gs18-Header-Banner {
	position: relative;
	background: #F0F0F0;
	border-bottom: 4px solid #000000;
}

.gs18-Header+.gs18-Header-Banner {
	margin-top: 65px;
}

.gs18-LocalMainNav+.gs18-Header-Banner {
	padding-top: 105px;
}

.gs18-Main .gs18-Header-Banner {
	padding-top: 105px;
}

.gs18-Header-Banner.hide {
	display: none;
}

.gs18-Header-Banner+.gs18-Custom-Area {
	margin-top: 0;
}

.gs18-Header-Banner-Hide {
	padding-top: 105px;
}

.gs18-Header-Banner .inner {
	padding: 90px 15px 35px;
	text-align: center;
}

.gs18-Header-Banner .headline {
	text-align: center;
	color: #C40000;
	margin: 0;
	padding: 0;
}

.gs18-Header-Banner p {
	padding: 0;
	margin: 0;
	margin-top: 15px;
	text-align: left;
}

.gs18-Header-Banner .sign-up {
	background: #C40000;
	padding: 12px 20px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 30px auto 0;
}

.gs18-Header-Banner .close {
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 2px solid #333;
	position: absolute;
	top: 125px;
	right: 10px;
	background: #fff;
}

.gs18-Main .gs18-Header-Banner .close {
	top: 125px;
}

.gs18-Header-Banner span {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.gs18-Header-Banner .close span::before,
.gs18-Header-Banner .close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 2px;
	margin: -1px 0 0 -14px;
	background: #333;
}

.gs18-Header-Banner .close span::before {
	transform: rotate(-45deg);
}

.gs18-Header-Banner .close span::after {
	transform: rotate(45deg);
}

.gs18-Articles-Accordion .gs18-HeadingLv3 {
	margin-top: 20px;
	padding: 0 15px;
}

.gs18-Articles-Accordion .gs18-HeadingLv3:nth-of-type(n+2) {
	margin-top: 35px;
}

.gs18-Articles-Accordion .gs18-Tile-Tile-02 {
	padding-top: 15px;
}

.gs18-Articles-Accordion {
	transition: padding-bottom 0.2s ease-out;
}

.gs18-Articles-Accordion-Switch {
	position: relative;
	padding-right: 30px;
}

.gs18-Articles-Accordion-Switch .gs18-SPFontSize_02 {
	font-size: 1.48rem;
}

.gs18-Articles-Accordion-Button {
	position: absolute;
	width: 18px;
	height: 18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	top: 50%;
	right: 0;
	box-sizing: border-box;
	margin-top: -9px;
}

.gs18-Articles-Accordion-Button::before,
.gs18-Articles-Accordion-Button::after {
	position: absolute;
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #C40000;
	transition: 0.4s ease-out;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.gs18-Articles-Accordion .gs18-Articles-Accordion-Button::after {
	transform: translateY(-49%) rotate(90deg);
}

.gs18-Articles-Accordion.open .gs18-Articles-Accordion-Button::after {
	transform: translateY(-50%) rotate(0);
}

.gs18-Articles-Accordion .gs18-TileItem__Head {
	transition: padding-top 0.4s ease-out;
}

.gs18-Articles-Accordion .gs18-Articles-Accordion-Contents {
	transition: height 0.4s ease-out;
}

.gs18-Vault .gs18-Articles {
	padding-bottom: 35px;
}

.gs18-Vault .gs18-Articles-Accordion {
	padding-bottom: 10px;
}

.gs18-Vault .gs18-Articles-Accordion.open {
	padding-bottom: 35px;
}

.gs18-Articles-Accordion > .gs18-TileItem > .gs18-TileItem__Head {
	padding-top: 10px!important;
}

.gs18-Articles-Accordion.open > .gs18-TileItem > .gs18-TileItem__Head {
	padding-top: 30px!important;
}

.gs18-Articles-Accordion .gs18-Articles-Accordion-Contents {
	overflow: hidden;
	height: 0px;
}

.gs18-Articles-Accordion.open .gs18-Articles-Accordion-Contents {
	height: auto;
}

/* スライダー */
.gs18-FooterSlider {
	text-align: center;
	padding-bottom: 20px;
	flex-wrap: wrap;
}

.gs18-FooterSlider .gs18-TileItem__Head {
	text-align: left;
}

.gs18-FooterSlider .swiper-container {
	/* max-width: 120px; */
	margin-top: 35px;
}

.gs18-FooterSlider .swiper-slide {
	box-sizing: border-box;
	text-align: left;
	/* justify-content: center; */
	opacity: 0.3;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	padding: 0 15px;
}

.gs18-FooterSlider .swiper-slide-active {
	opacity: 1;
}

.gs18-FooterSlider .swiper-slide img {
	width: 100%;
	height: auto;
}

.gs18-FooterSlider .swiper-slide .play-button {
	margin-top: -11px;
}

.gs18-FooterSlider .swiper-slide .play-button .inner-ring img{
	width: 16px;
}

.gs18-FooterSlider .swiper-caption {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

.gs18-FooterSlider .swiper-button-prev,
.gs18-FooterSlider .swiper-button-next {
	margin-top: 0;
	top: 57px;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
}

.gs18-FooterSlider .swiper-button-prev::after,
.gs18-FooterSlider .swiper-button-next::after {
	content: ' ';
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -3px 0 0 0;
}

.gs18-FooterSlider .swiper-button-next::after {
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: auto;
	right: 15px;
	margin: -3px 0 0 0;
}

.gs18-FooterSlider .swiper-button-prev.swiper-button-disabled,
.gs18-FooterSlider .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.gs18-FooterSlider .swiper-button-prev {
	left: 0;
}

.gs18-FooterSlider .swiper-button-next {
	right: 0;
}

/* ヘッダーグループナビゲーション */
.article-nav-static-alpha,
.article-nav-fixed-alpha {
	display: none;
}

.article-nav-static {
	background: #fff;
	position: relative;
	z-index: 100;
}

.ourstories-inner {
	position: relative;
}

.zero-area-container {
	padding: 15px;
}

.article-nav-static .category-select-box,
.article-nav-fixed .category-select-box {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../png/top_nav_category_select_arrow-3.png) no-repeat right 2.3% center, -webkit-gradient(linear, left top, right top, color-stop(90.46455%, #fff), color-stop(90.46455%, #000));
	background: url(../png/top_nav_category_select_arrow-3.png) no-repeat right 2.3% center, linear-gradient(to right, #fff 90.46455%, #000 90.46455%);
	background-size: 4.8%, 100%;
	border: solid 1px #000;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 0.9rem;
	padding: 2% 0 2% 8px;
	width: 100%;
}

.article-nav-fixed {
	background: #fff;
	/* display: none; */
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

.article-nav-fixed .zero-area-container {
	padding: 15px;
}

.article-nav-fixed {
	transform: translateY(-100%);
	-webkit-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.article-nav-fixed.show {
	transform: translateY(0);
}

/* 第3階層 */
.gs18-Custom-Area .gs18-TileItem--Pictgram-02 {
	margin: 35px 15px;
	width: auto;
	background: #EBEBEB!important;
}

.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Pictgram {
	position: relative;
	top: auto;
	right: auto;
	margin: 0;
	max-width: initial;
	max-width: auto;
	min-width: initial;
	min-width: auto;
	max-height: initial;
	max-height: auto;
	min-height: initial;
	min-height: auto;
	width: 100%;
	height: auto;
}

.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Head,
.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Body {
	margin-right: 0;
}

.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Head {
	padding-top: 25px;
}

.gs18-Custom-Area .gs18-TileItem--Pictgram-02>.gs18-TileItem__Head .gs18-HeadingLv2 {
	font-size: 1.2rem;
}

.gs18-Custom-Area .gs18-HeadingLv2 {
	margin: 0;
}

/* 状態管理 */
.download-size {
	margin-top: 4px;
	display: block;
	position: absolute;
	left:-5px;
	bottom: -27px;
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #666;
	font-size: 0.9rem;
}

.gs18-Custom-Area .gs18-TileItem .gs18-ButtonLink.not-logged-in-show {
	font-size: 0.9rem;
}

.gs18-Custom-Area .gs18-TileItem .gs18-ButtonLink.logged-in-show {
	display: none;
}

.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.gs18-ButtonLink--Pdf:nth-last-of-type(1),
.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.not-logged-in-show,
.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.logged-in-show {
	margin-bottom: 25px;
}

.gs18-u-Size1of4 {
	width: 50%;
}

.gs18-Footer__SNS > li img {
	width: 32px;
	height: auto;
	vertical-align: middle;
}

.gs18-Footer__SNSLinkedin img {
	width: auto!important;
	height: 32px!important;
}

.gs18-Footer__SNS>li:not(:last-child) {
	margin-right: 16px;
}

.gs18-Footer__List {
	margin-top: 22px;
	list-style: none;
	padding: 1px 0 0;
}

/* 認証 */
.logged-in-show {
	display: none!important;
}

.MEL_SETTINGS_LOGGED_IN .logged-in-show {
	display: block!important;
}

.MEL_SETTINGS_LOGGED_IN .not-logged-in-show {
	display: none!important;
}

.MEL_SETTINGS_LOGGED_IN .gs18-ButtonLink.not-logged-in-show {
	display: none!important;
}

.MEL_SETTINGS_LOGGED_IN .gs18-ButtonLink.logged-in-show {
	display: inline-block!important;
}

p.thanks_message {
	margin: 15px 0 0;
}

p.thanks_message+.gs18-ButtonLink {
	margin-top: 5px;
}

.lock-unlock {
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

/* もっと読む */
.gs18-Articles-Load-More .date {
	display: block;
	font-size: 0.8rem;
	padding: 20px 15px 0;
}

.gs18-Articles-Load-More .date+.gs18-TileItem__Head+.gs18-TileItem__Body {
	padding-top: 15px!important;
}

.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .date+.gs18-TileItem__Head {
	margin-top: 15px!important;
}

.gs18-Articles-Load-More .date_en {
	display: block;
}

.gs18-Articles-Load-More .date_ja {
	display: none;
}

.gs18-ButtonLink--More {
	display:inline-block;
	padding-right: 45px;
	background:url(../png/arrowdown-5.png) no-repeat right 15px center;
	background-size: 18px auto;
}

.gs18-ButtonLink--More.hide {
	display:none;
}

.gs18-Footer__SNS>li a {
	text-decoration: none;
	display: inline-block
}

.gs18-detail .gs18-HeadingLv2 {
	text-align: center;
}

.article_wrap+.gs18-Tile .gs18-HeadingLv2 {
	text-align: center;
}

.gs18-detail .gs18-TileItem__Head+.gs18-TileItem__Foot {
	text-align: center;
}

.article_wrap+.gs18-Tile .gs18-TileItem__Head+.gs18-TileItem__Foot {
	text-align: center;
}

.switching {
	display: none;
}

.authentication .authentication {
	display: block;
}

.not-authentication .not-authentication {
	display: block;
}

.gs18-Utility .gs18-Utility-Inner {
	background: #000;
	color: #fff;
	padding: 40px 20px;
	border-bottom: 10px solid #E10101;
}

.gs18-Utility {
	padding: 35px 15px 35px;
}

.gs18-Custom-Area .gs18-Tile-Banner+.gs18-Utility {
	padding-top: 0;
}

.gs18-Utility .gs18-Utility-Inner h2 {
	font-size: 1.4rem;
	text-align: center;
	margin: 0;
	padding: 0;
}

.gs18-Utility-form {
	display: block;
	width: 110px;
	border: 2px solid #fff;
	padding: 10px;
	margin: 0 auto 0;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
}

.gs18-Utility .gs18-Utility-Inner ul a {
	color: #fff;
	text-decoration: none;
}

.gs18-Utility ul {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.gs18-Utility li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.article_continuation {
	display: none;
}

.article_show {
	display: block;
}

@media (orientation: landscape) {
	@media only screen and (max-width:767px) {
		.video-modal .video-modal-wrapper {
			max-width: 70%;
			text-align: center;
			margin: 0 auto;
		}
	}
}

@media only screen and (max-width: 320px) {
	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		margin-top: 0;
		top: 46px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .gs18-Header__Hamburger-02 {
		padding-top: 6px;
		width: 64px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .gs18-Header__Hamburger-02 img {
		width: 55px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline-close .toggle {
		width: 58px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline.headline-close {
		width: 58px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline.headline-close > span{
		width: 58px;
		padding-right: 0;
	}

	/* .gs18-Home > .inner > .cell {
		padding: 0 25px 130px 40px;
	}

	.gs18-Home h1 {
		font-size: 1.4rem;
	}

	.gs18-Home .description {
		margin: 15px 0 0;
	}

	.gs18-Home .button {
		margin: 20px 0 0;
	} */

	.gs18-LocalMainNav .gs18-MainList {
		padding: 30px 45px 40px;
	}

	.article_hdr p {
		width: 40%;
	}
	
	.article_hdr ul {
		width: 60%;
	}

	ul.article_share li {
		margin-left: 5px;
	}
}

@media only screen and (max-width:767px) {
	.gs18-LocalNavList--Root>.gs18-LocalNavItem {
		display: block;
		width: 100%;
	}
	
	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 {
		width: auto;
		display: block;
	}
	
	.gs18-LocalNavItem .gs18-LocalNavList--Depth2-wrapper {
		display: block;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding:.95em 15px .9em;
		font-size:16px;
	}

	.gs18-LocalNavList--Root>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding-left:30px;
	}

	.gs18-LocalNavList--Root>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding-left:45px;
	}

	.gs18-LocalNavList--Root>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem>.gs18-LocalNavList>.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding-left:60px;
	}

	.gs18-LocalNavList--Last .gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding-left:75px;
	}

	.gs18-Custom-Area .gs18-TileItem__Foot {
		padding: 30px 15px 35px!important;
	}
}

@media only screen and (max-width:768px) {
	.gs18-LocalNavList {
		padding: 0;
		width: 100%;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
		padding: .8em 15px .75em;
	}

	.gs18-PageTitleUnit__Inner {
		padding: 40px 0 0;
	}
}

@media only screen and (max-width: 980px) {
	/* .gs18-HeaderNav.is-open-small {
		height: calc(100vh - 161px);
	} */

	.gs18-Main {
		margin-top: 0;
		padding-top: 65px;
	}

	.gs18-Main .gs18-Custom-Area {
		margin-top: 0;
		padding-top: 40px;
	}

	.gs18-Layer-01 {
		padding-top: 0;
	}

	.gs18-Vault {
		padding-top: 0;
	}

	.gs18-Header-Banner-Hide {
		padding-top: 105px;
	}

	.gs18-Header-Banner-Hide .gs18-Header-Banner-Hide {
		padding-top: 0;
	}

	.gs18-Footer {
		padding-bottom: 78px;
	}

	.gs18-Footer__Title {
		margin-top: 0;
	}

	/* .gs18-LocalMainNav.fit+.gs18-Main {
		margin-top: 0;
		padding-top: 0;
	}

	.gs18-LocalMainNav.fit+.gs18-Main .gs18-Home {
		height: calc(100vh - 50px);
	} */

	.gs18-Header__Inner {
		height: 85px;
	}
}

@media only screen and (max-width:768px) {
	.gs18-Header__Inner {
		height: 65px;
	}

	.gs18-Layer-01 {
		padding-top: 105px;
	}
}

/* PC */
@media only screen and (min-width: 414px) {
	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 65px;
	}
}

@media only screen and (min-width: 600px) {
	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 105px;
	}
}

@media only screen and (min-width: 768px) {
	.gs18-PageTitleUnit__Inner {
		min-height: 495px;
		height: 495px;
	}

	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 145px;
	}
}

.gs18-Personal-Information-Terms h3 {
	margin: 0;
	padding: 0;
}

.gs18-Personal-Information-Terms p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

@media only screen and (min-width: 769px) {
	.sp_show {
		display: none;
	}

	.pc_show {
		display: block;
	}

	.gs18-Header {
		max-width: initial;
		max-width: auto;
	}

	.gs18-Header__Inner {
		max-width: 1380px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem:nth-last-of-type(even) {
		background: #F0F0F0!important;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-TileItem.gs18-Video-Articles:nth-last-of-type(even) {
		background: #F0F0F0!important;
	}
	
	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem {
		background: #EBEBEB!important;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-TileItem.gs18-Video-Articles {
		background: #EBEBEB!important;
	}

	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem:nth-last-of-type(even) {
		background: #F0F0F0!important;
	}
	
	.gs18-Custom-Area .gs18-Tile-White .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem {
		background: #EBEBEB!important;
	}

	.gs18-Custom-Area .gs18-HeadingLv2Unit__SubTextCol {
		margin-bottom: -10px;
	}

	.gs18-Custom-Area .gs18-HeadingLv2Unit__SubTextCol {
		margin-bottom: -10px;
	}

	.gs18-PCFontSize_02 {
		font-size: 2.24rem;
	}

	.gs18-Articles-Accordion-Switch .gs18-SPFontSize_02 {
		font-size: 2.24rem;
	}

	/* .gs18-HeaderNav {
		overflow-y: auto;
		height: auto;
	} */

	.gs18-LocalMainNav-header {
		transition: all 0.5s ease;
		padding-top: 85px;
	}

	.gs18-LocalMainNav.fit {
		min-height: 60px;
		height: 60px;
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header {
		padding-top: 0;
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-body .back {
		top: 80px;
	}

	.gs18-LocalMainNav-body-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-100%);
		transition: all 0.5s ease;
		width: 100%;
	}

	.gs18-LocalMainNav-header .toggle-button-group .gs18-Header__Hamburger-02 {
		padding-top: 10px;
		padding-left: 10px;
		width: 101px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .gs18-Header__Hamburger-02 img {
		width: 75px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline-close {
		width: 84px;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline-close .toggle {
		width: 84px;
	}

	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 {
		top: 0;
	}

	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02.fit {
		top: 0;
	}

	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02+main {
		padding-top: 0;
	}

	.gs18-PageTitleUnit__Inner {
		padding-top: 105px;
		padding-bottom: 0;
	}

	.gs18-Custom-Area .gs18-Tile {
		/* background-color: #F0F0F0; */
		padding-bottom: 70px;
	}
	
	.gs18-Custom-Area .gs18-TileItem {
		max-width: 1376px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 40px;
		padding-right: 40px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-TileItem {
		padding-left: 0;
		padding-right: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Head {
		padding: 60px 0 30px!important;
	}

	.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Body {
		padding-top: 0!important;
	}

	.gs18-Custom-Area .gs18-Tile-Video .gs18-TileItem__Head+.gs18-video-thumb {
		padding-top: 0;
		margin-top: 0;
	}
	
	.gs18-Custom-Area .gs18-TileItem__Body {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.gs18-Custom-Area .gs18-TileItem__Foot {
		padding: 0!important;
	}

	.gs18-Custom-Area .gs18-TileItem__Foot {
		padding-top: 35px!important;
	}

	.gs18-detail .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding: 0!important;
	}

	.article_wrap+.gs18-Tile .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding: 0!important;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-TileItem__Foot {
		padding-top: 35px!important;
	}

	.gs18-Custom-Area .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding: 35px 30px!important;
	}

	.gs18-MicroMacro__Heading {
		font-size: 1rem;
		margin-bottom: 0;
	}
	
	.gs18-MicroMacro__Text {
		font-size: 0.9rem;
		margin-top: 10px;
	}

	.gs18-PageTitleUnit__TitleCol .gs18-PageTitle {
		font-size: 4.2rem;
	}

	.gs18-SPAlignCenter {
		text-align: left;
	}

	.gs18-PCAlignCenter {
		text-align: center;
	}

	.gs18-Custom-Area .gs18-HeadingLv2--Shoulder .gs18-HeadingLv2__ShoulderCol {
		font-size: 1.2rem;
	}

	.gs18-MicroMacro {
		padding: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile {
		padding: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-Tile-Tile {
		padding-top: 65px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Head {
		padding: 0!important;
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head {
		height: auto;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Media {
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Body {
		padding: 30px!important;
	}
	
	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Foot {
		padding: 0px 30px 55px!important;
	}

	.gs18-Custom-Area .gs18-Tile-Video .gs18-TileItem__Body {
		padding-bottom: 0!important;
	}
	
	.gs18-video-thumb+.gs18-TileItem__Body {
		padding-top: 35px!important;
	}

	.gs18-Custom-Area .gs18-Tile-Video .gs18-video-thumb {
		width: 480px;
		margin: 60px auto 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 {
		padding: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-Tile-Tile-02 {
		padding-top: 65px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media {
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media {
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Body {
		padding: 30px 30px 50px!important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Body {
		padding: 30px 30px 50px!important;
	}
	
	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Foot {
		padding: 0px 30px 30px!important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Foot {
		padding: 0px 30px 30px!important;
	}

	.gs18-Video-Articles .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Foot {
		padding: 0px 30px 55px!important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Foot {
		padding: 0px 30px 55px!important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding-top: 30px!important;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head+.gs18-TileItem__Foot {
		padding-top: 30px!important;
	}

	.gs18-Vault .gs18-Tile-Tile-02 .gs18-TileItem__Foot,
	.gs18-Layer-03 .gs18-Tile-Tile-02 .gs18-TileItem__Foot {
		padding-bottom: 55px!important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head .gs18-HeadingLv2 {
		padding: 0 30px;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head .gs18-HeadingLv2 {
		padding: 0 30px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 {
		padding: 0;
	}

	.gs18-Custom-Area .gs18-TileItem__Body+.gs18-Tile-Tile-03 {
		padding-top: 65px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media {
		height: 263px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Body {
		padding: 30px 30px 50px!important;
	}
	
	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Foot {
		padding: 0px 30px 55px!important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 {
		padding: 0 30px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 span {
		padding-bottom: 25px;
		min-height: 85px;
	}

	.gs18-video-thumb {
		padding: 0;
	}

	.gs18-parent {
		padding-top: 70px;
	}

	.gs18-parent .gs18-TileItem__Head {
		padding-top: 0!important;
	}
	
	.gs18-parent .left img {
		max-height: 270px;
		width: auto;
	}
	
	.gs18-parent .right {
		padding-left: 40px;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-Custom-Area .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-Custom-Area .gs18-Tile-more .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.3rem;
	}

	.gs18-parent {
		display: flex;
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 {
		width: 335px;
	}

	.gs18-LocalNavList {
		padding: 0;
		width: 100%;
	}
	
	.gs18-LocalNavList .gs18-LocalNavList {
		padding: 30px 0;
	}

	.gs18-Home {
		height: calc(100vh);
		min-height: 668px;
		background-image: url(../png/kv_sub_pc-2.png);
	}

	.gs18-LocalMainNav.open {
		height: calc(100vh);
		min-height: 668px;
	}

	.gs18-Header.fit+.gs18-LocalMainNav.open {
		height: calc(100vh);
	}

	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02.open {
		height: calc(100vh);
	}

	.gs18-Home > .inner {
		display: table;
		max-width: 1380px;
		margin: 0 auto;
	}

	.gs18-Home > .inner > .cell {
		padding: 160px 50px 50px;
	}

	.gs18-Home h1 {
		font-size: 1.9rem;
	}

	.gs18-Home .description {
		margin: 20px 0 0;
		padding: 0;
		font-size: 1.2rem;
	}

	.gs18-Home .button {
		font-size: 0.9rem;
		margin: 30px 0 0;
		transition: all 0.4s ease;
		width: 300px;
		padding: 12px;
		text-align: center;
	}

	.gs18-Home .button .open {
		height: 46px;
		background-position: center -5px;
		top: 0;
		right: 50%;
		margin-right: -115px;
		transition: all 0.4s ease;
	}

	.gs18-Home .cell-footer {
		width: 350px;
		padding: 30px 30px 80px;
		left: auto;
		right: 0;
	}

	.gs18-Home .cell-footer.overwrite_01 {
		padding: 0 0 48px;
	}

	.gs18-Home .cell-footer.overwrite_01 p {
		padding: 0 30px;
	}

	.gs18-Home .cell-footer.overwrite_01 .gs18-ButtonLink {
		margin-right: 30px;
	}

	.gs18-Home .cell-footer .gs18-ButtonLink.overwrite_01 {
		padding-left: 30px;
		padding-top: 14px;
		padding-bottom: 14px;
		margin-right: 0;
	}

	.gs18-Home .cell-footer .gs18-ButtonLink.overwrite_01:hover {
		background-color: rgba(255, 255, 255, 1);
	}

	.gs18-Home .cell-footer.overwrite_01 .gs18-ButtonLink--White.gs18-ButtonLink--Arrow {
		background-position: right 30px center;
	}

	.gs18-Home .cell-footer .gs18-ButtonLink {
		margin-top: 0;
		padding: 10px 20px;
		padding-right: 45px;
		width: 224px;
		font-size: 0.9rem;
		text-align: center;
	}

	.gs18-Home .cell-footer .gs18-ButtonLink--White.gs18-ButtonLink--Arrow {
		background-size: 36px auto;
		background-position: right 15px center;
	}

	.gs18-LocalMainNav {
		height: 145px;
		min-height: 145px;
		top: 0
	}

	.gs18-LocalMainNav-header .toggle-button-group {
		height: 60px;
	}

	.gs18-Header.fit {
		top: -85px;
	}

	.gs18-Footer__LocalMainNav ul {
		height: 48px;
	}

	.gs18-GoTop > a {
		height: 48px;
	}

	.gs18-LocalMainNav-header.open .toggle-button-group .headline-close {
		text-align: right;
	}

	.gs18-LocalMainNav-header.open .toggle-button-group .headline-open {
		display: table-cell;
	}

	.gs18-LocalMainNav-header.open .toggle-button-group .headline-close {
		display: table;
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
	}

	.gs18-LocalMainNav-header.open .toggle-button-group .headline-close > span{
		display: table-cell;
		vertical-align: middle;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline-close .toggle {
		margin-top: 0;
		height: 60px;
	}

	.gs18-LocalMainNav-header .toggle-button-group {
		max-width: 1380px;
		margin: 0 auto;
		cursor: pointer;
		transition: all 0.4s ease;
	}

	.gs18-LocalMainNav-header .toggle-button-group .headline-open .open {
		height: 60px;
		transition: opacity 0.4s ease;
		background-position: center -5px;
		margin-top: -19px;
	}

	.gs18-LocalMainNav.open:not(.is-sub-menu) .gs18-LocalMainNav-header .toggle-button-group .headline-open .open {
		background-position: center -5px;
	}

	.gs18-LocalMainNav-body ul {
		height: calc(100vh);
		min-height: 668px;
	}

	.gs18-LocalMainNav-body {
		height: calc(100vh);
		min-height: 668px;
	}

	.gs18-LocalMainNav .gs18-LocalMainNav-body-wrapper {
		min-height: 668px;
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-body ul {
		height: calc(100vh);
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-body {
		height: calc(100vh);
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
		height: calc(100vh - 60px);
	}

	.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
		height: calc(100vh - 60px);
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper > ul {
		height: calc(100vh - 60px);
	}

	.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body ul {
		height: calc(100vh - 60px);
	}

	.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper > ul {
		height: calc(100vh - 60px);
	}

	.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body ul {
		height: calc(100vh);
	}

	.gs18-LocalMainNav.fit.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body {
		height: calc(100vh);
	}

	.gs18-LocalMainNav-body {
		/* background-image: url(../../img/index/bg_menu_pc.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center; */
	}

	.gs18-LocalMainNav-body::after {
		display: block;
		content: ' ';
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
	}

	.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body {
		background-image: none;
	}

	.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body::after {
		display: none;
	}

	.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body ul::after {
		display: block;
	}

	.gs18-LocalMainNav-body .back {
		top: 165px;
		left: 50px;
		transition: all 0.5s ease;
	}

	.gs18-LocalMainNav .gs18-MainList {
		min-height: 523px;
		height: calc(100vh - 145px);
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav .gs18-MainList {
		height: calc(100vh - 201px);
	}

	.gs18-LocalMainNav-header .gs18-MainList-Wrapper {
		top: 145px;
	}

	.gs18-Home .cell-footer p {
		font-size: 1.0rem;
	}

	.gs18-LocalMainNav.fit .gs18-LocalMainNav-header .gs18-MainList-Wrapper {
		top: 60px;
	}

	.gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
		height: calc(100vh - 145px);
		min-height: 523px;
		overflow-y: hidden;
	}

	.gs18-LocalMainNav .gs18-MainList li a {
		transition: all 0.4s ease;
	}

	.gs18-LocalMainNav-body .back a {
		transition: all 0.4s ease;
	}

	.gs18-LocalMainNav-footer ul li a {
		transition: all 0.4s ease;
	}

	.gs18-Footer__LocalMainNav ul li a {
		transition: all 0.4s ease;
	}

	.gs18-LocalMainNav-body ul {
		background-image: url(../png/kv_sub_pc-2.png);
		background-position: top center;
	}

	.gs18-LocalMainNav-body .back span {
		padding-left: 18px;
	}

	.gs18-LocalMainNav-body .back span::after {
		width: 10px;
		height: 10px;
		top: 7px;
		left: 0;
	}

	.gs18-LocalMainNav-body .plus .icon {
		width: 18px;
		height: 18px;
		margin: -9px 0 0 0;
	}

	.gs18-LocalMainNav-body .plus .icon::before,
	.gs18-LocalMainNav-body .plus .icon::after {
		width: 8px;
		height: 2px;
		background: #fff;
		position: absolute;
		margin: -1px 0 0 -4px;
	}

	.gs18-LocalMainNav-body .plus .icon_hover {
		width: 18px;
		height: 18px;
		margin: -9px 0 0 0;
		animation: 2.8s ease-out 0s infinite forwards scale;
	}

	@keyframes scale{
		0% {
			opacity: 0;
			transform: scale(1);
		}
		40% {
			opacity: 0.4;
		}
		100% {
			opacity: 0;
			transform: scale(3.4);
		}
	}

	.gs18-LocalMainNav-body .plus {
		margin-left: -9px;
	}

	.gs18-LocalMainNav-body .plus.reverse {
		margin-right: -9px;
	}

	.gs18-LocalMainNav-body .plus a {
		height: 30px;
		transition: all 0.4s ease;
	}

	.gs18-LocalMainNav-body .plus a > span {
		padding-left: 18px;
		height: 26px;
	}

	.gs18-LocalMainNav-body .plus.reverse a > span {
		padding-right: 18px;
	}

	.gs18-LocalMainNav-body .plus .txt {
		padding-top: 0px;
		min-width: initial;
		min-width: auto;
		padding-left: 10px;
		padding-right: 0;
		overflow: hidden;
		box-sizing: border-box;
	}

	.gs18-LocalMainNav-body .plus.reverse .txt {
		padding-left: 0;
		padding-right: 10px;
	}

	.gs18-LocalMainNav-body .plus a .txt .txt_inner {
		transition: opacity 0.8s ease;
	}

	.gs18-LocalMainNav-body .plus .txt_inner {
		padding-right: 0;
	}
	
	.gs18-LocalMainNav-body .plus.reverse .txt_inner {
		padding-left: 0;
	}

	.gs18-LocalMainNav-body .hvac {
		top: auto;
		bottom: 62%;
	}

	.gs18-LocalMainNav-body .vfd {
		top: auto;
		bottom: 50%;
	}
	
	.gs18-LocalMainNav-body .elevators {
		top: auto;
		bottom: 38%;
	}
	
	.gs18-LocalMainNav-body .vis {
		top: auto;
		bottom: 28%;
	}
	
	.gs18-LocalMainNav-body .ups {
		top: auto;
		bottom: 19%;
	}
	
	.gs18-LocalMainNav-body .escalators {
		top: auto;
		bottom: 10%;
	}

	.gs18-LocalMainNav-footer {
		position: relative;
		max-width: 1380px;
		z-index: 10;
		margin: 0 auto;
		top: -50px;
	}

	.gs18-LocalMainNav-footer ul {
		width: 450px;
		margin-left: auto;
	}

	.gs18-Footer__LocalMainNav {
		width: 302px;
		right: 48px;
	}

	.gs18-LocalMainNav .gs18-MainList-Wrapper {
		height: calc(100vh - 185px);
		min-height: initial;
		min-height: auto;
		overflow: hidden;
	}

	.gs18-LocalMainNav-header .gs18-MainList-Wrapper {
		height: calc(100vh - 185px);
	}

	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02  .gs18-MainList-Wrapper {
		min-height: initial;
		min-height: auto;
	}

	.gs18-LocalMainNav .gs18-MainList {
		width: calc(650px + 17px);
		margin-left: auto;
		position: relative;
		right: -17px;
		padding: 30px 92px 30px 75px;
		overflow-y: scroll;
	}

	.gs18-LocalMainNav .gs18-MainList > li:nth-last-of-type(1) {
		padding-bottom: 40px;
	}

	.gs18-LocalMainNav .gs18-MainList .headline {
		padding: 10px 0;
		font-size: 1.1rem;
	}

	.gs18-LocalMainNav .gs18-MainList .headline span {
		padding-right: 30px;
	}

	.gs18-LocalMainNav .gs18-MainList .headline span::after {
		width: 18px;
		height: 18px;
		top: 6px;
		right: 0;
	}

	.gs18-LocalMainNav .gs18-MainList li a {
		font-size: 1.1rem;
		padding: 15px 0;
	}

	.gs18-LocalMainNav .gs18-MainList .sub-menu {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.gs18-LocalMainNav .gs18-MainList .sub-menu li a {
		font-size: 1.1rem;
	}

	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-MainList {
		height: calc(100vh - 145px);
	}

	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body {
		height: calc(100vh);
	}
	
	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-LocalMainNav-body ul {
		height: calc(100vh);
	}
	
	.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-MainList-Wrapper {
		height: calc(100vh - 145px);
		overflow-y: hidden;
		min-height: 523px;
	}

	/* ビデオ関連 */
	.gs18-Custom-Area .gs18-Tile-more .gs18-HeadingLv2 {
		font-size: 1.1rem;
	}

	.play-button .outer-ring {
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}

	.play-button .inner-ring {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}

	.play-button .inner-ring img {
		width: 16px;
	}

	/* モーダル */
	.video-modal .button-container {
		top: 20px;
		right: 20px;
	}

	.video-modal .button-container .close-button {
		width: 40px;
		height: 40px;
	}

	.close-button .outer-ring {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		transform: translate3d(-10px,-10px,0);
	}

	.close-button .inner-ring {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.close-button .inner-ring img {
		width: 12px;
	}

	.alert-modal .button-container {
		top: 20px;
		right: 20px;
	}

	.alert-modal .button-container .close-button {
		width: 40px;
		height: 40px;
	}

	.gs18-Articles {
		padding-bottom: 70px;
	}

	.gs18-Articles-no-title {
		padding-top: 70px;
	}

	.gs18-LocalNavList--Root>.gs18-LocalNavItem {
		display: table;
		width: 100%;
	}
	
	.gs18-LocalNavItem>.gs18-LocalNavList {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}
	
	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 {
		width: 335px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.gs18-LocalNavItem .gs18-LocalNavList--Depth-wrapper {
		display: table-cell;
		vertical-align: middle;
	}

	/* スライダー */
	.gs18-Custom-Area .gs18-Tile.gs18-FooterSlider {
		display: block;
	}
	
	.gs18-FooterSlider {
		text-align: center;
		padding-bottom: 50px;
	}

	.gs18-FooterSlider .gs18-TileItem__Head {
		max-width: 1376px;
		margin: 0 auto;
		text-align: left;
		padding-left: 40px!important;
		padding-right: 40px!important;
	}

	.gs18-FooterSlider .swiper-slide {
		padding: 0 35px;
		width: 70%;
	}

	.gs18-LocalNavList {
		min-height: 98px;
		height: auto!important;
	}

	.gs18-LocalNavList .gs18-LocalNavList {
		border-left: 1px solid #4d4d4d;
	}

	.gs18-FooterSlider .swiper-button-prev,
	.gs18-FooterSlider .swiper-button-next {
		top: 50%;
		margin-top: calc(-1.5 * var(--swiper-navigation-size) / 2);
		width: 50px;
		height: 50px;
	}

	.gs18-FooterSlider .swiper-button-prev::after {
		left: 19px;
	}

	.gs18-FooterSlider .swiper-button-next::after {
		right: 19px;
	}

	/* ヘッダーグループナビゲーション */
	#static-select-box-container,
	#fixed-select-box-container {
		display: none;
	}

	.article-nav-static-alpha,
	.article-nav-fixed-alpha {
		display: block;
	}

	#static-category-container,
	#fixed-category-container {
		padding: 0;
	}

	.article-nav-static-alpha ul,
	.article-nav-fixed-alpha ul {
		list-style: none;
		display: flex;
		margin: 0 auto;
		padding: 20px 0;
		max-width: 1376px;
		justify-content: center;
		flex-wrap: wrap;
	}

	.article-nav-static-alpha li,
	.article-nav-fixed-alpha li {
		width: 145px;
		text-align: center;
	}

	.article-nav-static-alpha li a,
	.article-nav-fixed-alpha li a {
		display: block;
		padding: 10px 0;
		color: #000;
		text-decoration: none;
		font-weight: 500;
	}

	.article-nav-static-alpha li.current-item a,
	.article-nav-fixed-alpha li.current-item a {
		color: #C40000;
	}

	.article-nav-static-alpha li a span,
	.article-nav-fixed-alpha li a span {
		display: inline-block;
		width: 100%;
		border-left: 1px solid #000;
	}

	.article-nav-static-alpha li:nth-of-type(1) a span,
	.article-nav-fixed-alpha li:nth-of-type(1) a span {
		border-left: none;
	}

	/* 第3階層 */
	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 {
		display: flex;
		padding: 30px;
		margin: 70px auto 0;
		flex-direction: row;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-TileItem__Pictgram {
		width: 50%;
		padding-right: 30px;
		box-sizing: border-box;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-Parent {
		width: 50%;
		padding-left: 30px;
		box-sizing: border-box;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-TileItem__Head {
		padding-top: 0!important;
		padding-bottom: 65px!important;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-TileItem__Head .gs18-HeadingLv2 {
		font-size: 1.4rem;
	}

	.gs18-Custom-Area .gs18-TileItem--Pictgram-02 .gs18-TileItem__Foot {
		padding-top: 65px;
	}

	/* バナー */
	.gs18-Custom-Area .gs18-Tile-Banner {
		max-width: 1376px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 40px;
		padding-right: 40px;
	}

	.gs18-Custom-Area .gs18-Tile-Banner .gs18-TileItem__Body {
		min-height: 245px;
		padding: 70px!important;
		box-sizing: border-box;
	}

	.gs18-Custom-Area .gs18-Tile-Banner.gs18-Tile--MinHeightS-lg>.gs18-TileItem {
		min-height: 245px;
	}

	/* フォーム */
	.gs18-contact-form {
		max-width: 900px;
		margin: 0 auto;
	}

	.gs18-contact-form h2 {
		margin-top: 55px;
	}

	.gs18-contact-form .gs18-TableBodyTd .half-width {
		width: 50%;
	}

	.gs18-contact-form input[type="text"] {
		padding: 10px 15px;
	}

	.gs18-checkbox-wrapper{
		display: flex;
		flex-wrap: wrap;
	}

	.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox {
		width: 50%;
	}

	.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox:nth-of-type(n+2) {
		margin-top: 0;
	}

	.gs18-contact-form .gs18-TableBodyTd .gs18-checkbox:nth-of-type(n+3) {
		margin-top: 15px;
	}

	.gs18-contact-form .gs18-TableBodyTd .personal-information {
		display: flex;
	}

	.gs18-contact-form .gs18-TableBodyTd .personal-information .gs18-checkbox {
		width: 110px;
	}

	.gs18-contact-form .gs18-TableBodyTd .personal-information .personal-information-description {
		width: calc(100% - 110px);
	}

	.gs18-contact-form .gs18-TableBodyTd .personal-information .personal-information-description p {
		margin-top: 0;
	}

	/* 詳細ページ */
	.article_wrap {
		max-width: 840px;
		padding: 70px 40px;
		margin-left: auto;
		margin-right: auto;
	}

	h1.article_title {
		margin: 15px 0 30px;
		font-size: 2.38rem;
	}

	.article_wrap h2 {
		font-size: 1.6rem;
	}

	.article_wrap .subtitle {
		font-weight: bold;
		font-size: 1.2rem;
	}

	.article_hdr {
		margin: 0 auto 35px;
	}

	.article_photo {
		margin-bottom: 70px;
	}

	.article_caption p+.article_photo {
		margin-top: 70px;
	}

	.article_caption .article_table+.article_photo {
		margin-top: 40px;
	}

	.article_table {
		margin-top: 50px;
	}

	.article_wrap > .article_photo:nth-of-type(1) {
		margin-bottom: 55px;
	}

	.article_photo a {
		transition: all 0.4s ease;
	}

	.article_caption {
		margin-bottom: 70px;
	}

	.gs18-detail .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media {
		height: auto;
	}

	.article_wrap+.gs18-Tile .gs18-TileItem .gs18-Tile-Tile-02 .gs18-TileItem__Media {
		height: auto;
	}

	.gs18-detail .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media {
		height: auto;
	}

	.article_wrap+.gs18-Tile .gs18-TileItem.gs18-Video-Articles .gs18-TileItem__Media {
		height: auto;
	}

	.gs18-detail .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media {
		height: auto;
	}

	.article_wrap+.gs18-Tile .gs18-TileItem .gs18-Tile-Tile-03 .gs18-TileItem__Media {
		height: auto;
	}

	/* Vault */
	.gs18-Header-Banner {
		
	}

	.gs18-Header+.gs18-Header-Banner {
		margin-top: 0;
	}

	.gs18-LocalMainNav+.gs18-Header-Banner {
		padding-top: 145px;
	}

	.gs18-Main .gs18-Header-Banner {
		padding-top: 145px;
	}

	.gs18-Header-Banner-Hide {
		padding-top: 145px;
	}

	.gs18-Header-Banner-Hide .gs18-Main {
		padding-top: 0;
	}

	.gs18-Header-Banner .inner {
		max-width: 1376px;
		margin-right: auto;
		margin-left: auto;
		padding: 50px 40px 70px;
	}

	.gs18-Header-Banner p {
		text-align: center;
	}

	.gs18-Header-Banner .close {
		width: 64px;
		height: 64px;
		top: 165px;
		right: 20px;
		background: #fff;
	}

	.gs18-Main .gs18-Header-Banner .close {
		top: 165px;
	}

	.gs18-Header-Banner .close span::before,
	.gs18-Header-Banner .close span::after {
		width: 34px;
		height: 2px;
		margin: -1px 0 0 -17px;
	}

	.gs18-Articles-Accordion .gs18-HeadingLv3 {
		margin-top: 25px;
		margin-bottom: 30px;
		padding: 0;
	}

	.gs18-Articles-Accordion .gs18-HeadingLv3:nth-of-type(n+2) {
		margin-top: 70px;
	}

	.gs18-Articles-Accordion-Switch {
		cursor: pointer;
	}

	.gs18-Articles-Accordion-Button {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.gs18-Articles-Accordion-Button::before,
	.gs18-Articles-Accordion-Button::after {
		width: 30px;
		height: 4px;
	}

	.gs18-Articles-Accordion {
		padding-bottom: 10px;
	}
	
	.gs18-Articles-Accordion.open {
		padding-bottom: 70px;
	}

	.gs18-Articles-Accordion > .gs18-TileItem >  .gs18-TileItem__Head {
		padding-top: 10px!important;
		padding-bottom: 0!important;
	}

	.gs18-Articles-Accordion.open > .gs18-TileItem >  .gs18-TileItem__Head {
		padding-top: 60px!important;
		padding-bottom: 30px!important;
	}

	.video-modal .video-modal-inner {
		max-width: 700px;
	}

	.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.gs18-ButtonLink--Pdf:nth-last-of-type(1),
	.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.not-logged-in-show,
	.gs18-Custom-Area .gs18-TileItem__Foot .gs18-ButtonLink.logged-in-show {
		margin-bottom: 0;
	}

	.gs18-Vault .gs18-TileItem__Foot {
		padding: 0 30px 55px!important;
	}

	.gs18-Custom-Area .gs18-TileItem .gs18-Tile-Tile-02+.gs18-TileItem__Foot {
		padding-top: 35px!important;
	}

	.gs18-Vault .gs18-Articles {
		padding-bottom: 70px;
	}
	
	.gs18-Vault .gs18-Articles-Accordion {
		padding-bottom: 10px;
	}
	
	.gs18-Vault .gs18-Articles-Accordion.open {
		padding-bottom: 70px;
	}

	.gs18-Articles-Load-More .date {
		padding: 20px 30px 0;
	}

	.gs18-Utility {
		text-align: center;
		max-width: 1376px;
		margin-right: auto;
		margin-left: auto;
		padding: 35px 15px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.gs18-Custom-Area .gs18-Tile-Banner+.gs18-Utility {
		padding-top: 0;
	}

	.gs18-Utility .gs18-Utility-Inner {
		padding: 35px 35px 40px;
		border-bottom: 20px solid #E10101;
	}

	.gs18-Utility .gs18-Utility-Inner h2 {
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 1.6rem;
	}

	.gs18-Utility .gs18-Utility-Inner h3 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 1.1rem;
	}

	.gs18-Utility .gs18-Utility-Inner ul {
		padding: 0;
		display: table;
		width: 100%;
		max-width: 800px;
		margin: 35px auto 0;
	}
	
	.gs18-Utility .gs18-Utility-Inner li {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}

	.gs18-Utility .gs18-Utility-Inner li:nth-of-type(even) {
		border-left: 1px solid #fff;
	}

	.gs18-Utility-phone {
		font-weight: bold;
		font-size: 2.0rem;
		margin-top: 5px;
		display: inline-block;
	}

	.gs18-Utility-form {
		display: block;
		width: 162px;
		border: 2px solid #fff;
		padding: 10px;
		margin: 0 auto 0;
		font-size: 1.0rem;
		font-weight: bold;
	}
	.gs18-Personal-Information-Terms {
		margin-top: 50px;
	}

	.gs18-Header.fit {
		top: -85px;
	}

	.gs18-Header.gs18-Header--HasUtilityLinks.fit {
		top: -85px;
	}
}

@media only screen and (min-width: 930px) {
	/* フォーム */
	.gs18-contact-form {
		padding: 0 0 70px;
	}
}

@media only screen and (max-width: 768px) {
	.gs18-Header.fit {
		top: -65px!important;
	}
}

@media only screen and (min-width: 981px) {
	.gs18-HasUtilityLinks .gs18-LocalMainNav {
		height: 201px;
		min-height: 201px;
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav.fit {
		height: 60px;
		min-height: 60px;
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav.open {
		height: calc(100vh);
		min-height: 668px;
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav.absolute {
		transform: translateY(-56px);
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav-header {
		padding-top: 141px;
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav-body .back {
		top: 221px;
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav .gs18-MainList {
		height: calc(100vh - 201px);
	}

	.gs18-HasUtilityLinks .gs18-LocalMainNav-header .gs18-MainList-Wrapper {
		top: 201px;
	}

	.gs18-HasUtilityLinks .gs18-Home .cell-footer {
		padding-bottom: 136px;
	}

	.gs18-HasUtilityLinks .gs18-Home .cell-footer.overwrite_01 {
		padding-bottom: 104px;
	}

	.gs18-MicroMacro.is-tile-open .gs18-MicroMacro__Item {
		height: 520px;
	}

	.gs18-Footer__Inner {
		padding-bottom: 48px;
		height: 248px;
	}

	.gs18-Footer__Links {
		bottom: 48px;
	}

	.gs18-MicroMacro__Item.is-open .gs18-MicroMacro__Caption{
		width:80%
	}

	.gs18-Header.gs18-Header--HasUtilityLinks.fit {
		top: -141px;
	}
}

@media only screen and (min-width: 1201px) {
	.gs18-u-Size1of4 {
		width: 25%;
	}

	.play-button:hover .outer-ring {
		-webkit-transform: translate3d(-50%,-50%,0) scale(.8);
		transform: translate3d(-50%,-50%,0) scale(.8);
	}

	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a:active,
	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a:focus,
	.gs18-LocalNavItem .gs18-LocalNavList--Depth1 a:hover {
		background-color:#272727
	}

	.gs18-ButtonLink--More:focus,
	.gs18-ButtonLink--More:hover {
		background:url(../png/arrowdown-03-r-3.png) no-repeat right 15px center;
		background-size: 18px auto;
	}

	.gs18-ExternalLink:hover .gs18-Icon-Normal {
		display: none;
	}
	
	.gs18-ExternalLink:hover .gs18-Icon-Red {
		display: block;
	}

	.gs18-Home .button:hover {
		background: #fff;
		color: #ED0000;
	}

	.gs18-Home .button:hover .open {
		background-image: url(../png/arrowdown-r-2.png);
	}

	.gs18-LocalMainNav-header .toggle-button-group .gs18-Header__Hamburger-02:hover {
		background-color: #333;
	}

	.gs18-LocalMainNav-header .toggle-button-group:hover {
		color: #666;
	}

	.gs18-LocalMainNav-header .toggle-button-group:hover .headline-open .open {
		opacity: 0.4;
	}

	.gs18-LocalMainNav .gs18-MainList li a:hover {
		opacity: 0.6;
	}

	.gs18-LocalMainNav-body .back a:hover {
		opacity: 0.6;
	}

	.gs18-LocalMainNav-footer ul li a:hover {
		opacity: 0.6;
	}

	.gs18-Footer__LocalMainNav ul li a:hover {
		opacity: 0.6;
	}

	.gs18-LocalMainNav-body .plus a:hover {
		opacity: 0.6;
	}

	.gs18-video-play:hover {
		opacity: 0.7;
	}

	.close-button:hover .outer-ring {
		transform: translate3d(-10px,-10px,0) scale(.8);
	}

	.gs18-FooterSlider .swiper-button-prev:hover,
	.gs18-FooterSlider .swiper-button-next:hover {
		border-color: #fff;
	}

	.gs18-FooterSlider .swiper-button-prev:hover::after,
	.gs18-FooterSlider .swiper-button-next:hover::after {
		border-color: #f50f10;
	}

	.article-nav-static-alpha li a:hover,
	.article-nav-fixed-alpha li a:hover {
		color: #C40000;
	}

	.article_photo a:hover {
		opacity: 0.6;
	}

	.gs18-Tags ul li a:hover {
		border-color: #fff;
		color: #C40000;
	}

	.gs18-Home .cell-footer .gs18-ButtonLink--White.gs18-ButtonLink--Arrow:hover {
		background-image: url(https://us.mitsubishielectric.com/sites/scs_ssl/assets-gs18/img/icon/ArrowNext-R.svg);
		background-position: right 7.5px center;
	}

	.gs18-GoTop > a {
		transition: all 0.4s ease;
	}

	.gs18-GoTop > a:hover {
		background-color: #333;
	}

	.gs18-Utility .gs18-Utility-Inner .gs18-Utility-form:hover {
		color: #f50f10;
		background: #fff;
	}

	.job_title_wrapper::before {
		right: 14px;
	}
}

@media only screen and (min-width: 1200px) {
	.gs18-Home h1 {
		font-size: 3rem;
	}

	.gs18-Home .description {
		margin: 20px 0 0;
		padding: 0;
		font-size: 1.8rem;
	}

	.gs18-Home .button {
		font-size: 0.9rem;
		margin: 30px 0 0;
		transition: all 0.4s ease;
		width: 340px;
		padding: 12px;
		text-align: center;
	}

	.gs18-Home .cell-footer {
		width: 650px;
		padding: 30px 30px 80px;
		left: auto;
		right: 0;
	}

	.gs18-Footer__LocalMainNav {
		width: 602px;
		right: 48px;
	}
}

@media only screen and (min-width: 1380px) {
	.gs18-LocalMainNav .gs18-MainList-Wrapper {
		width: 1380px;
		left: 50%;
		margin: 0 0 0 -690px;
	}

	.gs18-Header-Banner .close {
		right: 50%;
		margin-right: -690px;
	}

	.gs18-GoTop {
		right: 50%;
		margin-right: -690px;
	}

	.gs18-Footer__LocalMainNav {
		width: 602px;
		right: 50%;
		margin-right: -642px;
	}
}

@media only screen and (min-width: 1600px) {
	.gs18-Home {
		background-image: url(../png/kv_pc-13.png);
	}

	.gs18-Home > .inner > .cell {
		padding: 50px;
	}

	.gs18-LocalMainNav-body ul {
		background-image: url(../png/kv_pc-13.png);
	}

	.gs18-LocalMainNav-body .hvac {
		top: auto;
		bottom: 72%;
	}

	.gs18-LocalMainNav-body .vfd {
		top: auto;
		bottom: 58%;
	}
	
	.gs18-LocalMainNav-body .elevators {
		top: auto;
		bottom: 43%;
	}
	
	.gs18-LocalMainNav-body .vis {
		top: auto;
		bottom: 30%;
	}
	
	.gs18-LocalMainNav-body .ups {
		top: auto;
		bottom: 18%;
	}
	
	.gs18-LocalMainNav-body .escalators {
		top: auto;
		bottom: 8%;
	}

	.gs18-Custom-Area .gs18-TileItem {
		padding-left: 0;
		padding-right: 0;
	}

	.gs18-FooterSlider .gs18-TileItem__Head {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.gs18-Custom-Area .gs18-Tile-Banner {
		padding-left: 0;
		padding-right: 0;
	}

	.gs18-Header-Banner .inner {
		padding-left: 0;
		padding-right: 0;
	}

	.gs18-Home > .inner > .cell {
		padding-left: 0;
		padding-right: 0;
	}

	.gs18-LocalMainNav.open .gs18-LocalMainNav-header .toggle-button-group .headline-open {
		padding-left: 0;
		padding-right: 0;
	}

	.gs18-LocalMainNav.open .gs18-LocalMainNav-header .toggle-button-group .headline-close {
		padding-left: 0;
		padding-right: 0;
	}

	.gs18-LocalMainNav-body .back {
		left: 50%;
		margin-left: -690px;
	}

	.video-modal .video-modal-inner {
		max-width: 58.125rem;
	}

	/* モーダル */
	.video-modal .button-container {
		top: 50px;
		right: 50px;
	}

	.video-modal .button-container .close-button {
		width: 50px;
		height: 50px;
	}

	.close-button .outer-ring {
		width: 70px;
		height: 70px;
		border-radius: 35px;
		transform: translate3d(-10px,-10px,0);
	}

	.close-button:hover .outer-ring {
		transform: translate3d(-10px,-10px,0) scale(.8);
	}

	.close-button .inner-ring {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}

	.close-button .inner-ring img {
		width: 12px;
	}

	.alert-modal .button-container {
		top: 50px;
		right: 50px;
	}

	.alert-modal .button-container .close-button {
		width: 50px;
		height: 50px;
	}

	.gs18-Utility {
		padding-left: 0;
		padding-right: 0;
	}
}

/******************
アクセシビリティ
*******************/
.hidden-element {
	position: absolute;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.block-skip {
	position: absolute;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.block-skip.show {
	margin: 0;
	width: auto;
	height: auto;
	clip: auto;
	overflow: visible;
	z-index: 10;
}

.hide-element {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.gs18-MicroMacro--Image .gs18-MicroMacro__BgImg {
	opacity: 0.46;
}


/* IE */
@media only screen and (min-width:1380px){
	.gs18-Header,.gs18-Header _:-ms-lang(x)::-ms-backdrop{
		width: auto
	}
}

@media all and (-ms-high-contrast:none) {
	.gs18-Header,
	.gs18-PageTitleUnit,
	.gs18-Breadcrumb,
	.gs18-MainContents,
	.gs18-HeaderNavUtilityLinks {
		max-width: 10000px;
	}

	.gs18-Footer__SNS>li a {
		width: 32px;
	}

	.gs18-Footer__SNS>li .gs18-Footer__SNSLinkedin {
		width: 45px;
	}

	.gs18-Footer__SNS>li img{
		height: 32px;
	}

	.gs18-Header-Banner .headline {
		font-weight: bold;
	}

	.gs18-FooterSlider .swiper-slide {
		box-sizing: content-box;
	}

	.gs18-Home h1 {
		font-size: 3rem;
		font-weight: bold;
	}
}