/******************
ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º
*******************/
/* å…±é€š */
@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;
}

.gs18-FontSize_02 {
  font-size: 3.2rem;
}

.gs18-FontSize_03 {
  font-size: 2rem;
}

.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;
  top: 0;
  left: 0;
  width: 100%;
  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-02::after {
  background: rgba(0, 0, 0, 0.34);
}

.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-Vault .gs18-Tile.gs18-Tile-Tile-02:nth-child(2n) {
  background: none;
}

.gs18-Custom-Area.gs18-Vault .gs18-Tile.gs18-Tile-Tile-02: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(../img/index/kv.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: 3rem;
  margin: 0;
  padding: 0;
}

.gs18-Home .gs18-HomeHeroTitle h1,
.gs18-Home .gs18-HomeHeroTitle h2,
.gs18-Home .gs18-HomeHeroTitle h3,
.gs18-Home .gs18-HomeHeroTitle h4,
.gs18-Home .gs18-HomeHeroTitle p {
  font-size: 3rem;
  margin: 0;
  padding: 0;
}

.gs18-Home .description {
  margin: 30px 0 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.gs18-Home .description p,
.gs18-Home .description h1,
.gs18-Home .description h2,
.gs18-Home .description h3,
.gs18-Home .description h4 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

.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(../img/icon/ArrowDown.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: 12px;
  font-weight: 500;
  border-width: 2px;
  padding: 5px 20px;
  padding-right: 45px;
  width: 80%;
  min-width: 170px;
  max-width: 225px;
  font-size: 0.9rem;
  text-align: center;
}

.gs18-Home .cell-footer.overwrite_01 {
  padding: 15px 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(../../../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-Sponsorship {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35%;
}

.gs18-Sponsorship img {
  width: 100%;
}

.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(../img/icon/ArrowDown.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(../img/icon/ArrowUp.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(../img/icon/Close-02.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: 1rem;
}

.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;
  overflow: hidden;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

.gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-MainList-Wrapper {
  height: calc(100vh - 50px);
}

.gs18-LocalMainNav .gs18-MainList {
  width: 100%;
  height: calc(100vh - 145px);
  min-height: 600px;
  padding: 30px 35px 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: 1rem;
}

.gs18-LocalMainNav .gs18-MainList .headline span {
  position: relative;
  display: inline-block;
  padding-right: 22px;
}

.gs18-LocalMainNav .gs18-MainList h4.headline span {
  padding-right: 0;
}

.gs18-LocalMainNav .gs18-MainList li h4.headline a {
  font-size: 1rem;
  padding: 0;
}

.gs18-LocalMainNav .gs18-MainList .headline span::after {
  display: block;
  content: " ";
  width: 14px;
  height: 14px;
  background-image: url(../img/icon/ArrowDown-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.gs18-LocalMainNav .gs18-MainList h4.headline span::after {
  display: none;
}

.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.default_menu {
  background-image: url(../img/index/kv.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.default_menu {
  height: calc(100vh - 40px);
}

.gs18-LocalMainNav-body ul.default_menu::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.default_menu li {
  transition: all 0.3s ease;
}

.gs18-LocalMainNav-body ul.default_menu .back {
  position: absolute;
  top: 2%;
  left: 3%;
  z-index: 10;
}

.gs18-LocalMainNav-body ul.default_menu .back span {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.gs18-LocalMainNav-body ul.default_menu .back span::after {
  display: block;
  content: " ";
  width: 7px;
  height: 7px;
  background-image: url(../img/icon/ArrowLeft.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 7px;
  left: 0;
}

.gs18-LocalMainNav-body ul.default_menu .plus {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  z-index: 10;
}

.gs18-LocalMainNav-body ul.default_menu .plus a {
  display: block;
}

.gs18-LocalMainNav-body ul.default_menu .plus.reverse {
  left: auto;
  right: 50%;
  margin-right: -11px;
}

.gs18-LocalMainNav-body ul.default_menu .plus a > span {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.gs18-LocalMainNav-body ul.default_menu .plus .txt {
  min-width: 90px;
  display: inline-block;
  position: relative;
  z-index: 20;
}

.gs18-LocalMainNav-body ul.default_menu .plus .txt_inner {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 5px;
}

.gs18-LocalMainNav-body ul.default_menu .plus.reverse .txt_inner {
  padding-right: 0;
  padding-left: 10px;
}

.gs18-LocalMainNav-body ul.default_menu .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 ul.default_menu .plus.reverse a > span {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}

.gs18-LocalMainNav-body ul.default_menu .plus.reverse .icon {
  left: auto;
  right: 0;
}

.gs18-LocalMainNav-body ul.default_menu .plus .icon::before,
.gs18-LocalMainNav-body ul.default_menu .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 ul.default_menu .plus .icon::after {
  transform: rotate(90deg);
}

.gs18-LocalMainNav-body ul.default_menu .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 ul.default_menu .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 ul.default_menu .hvac {
  top: 10%;
}

/* Order-based positioning (works when item-specific classes are not present).
   Note: first <li> is .back; items are 2..8 and can be reordered in CMS. */
.gs18-LocalMainNav-body ul.default_menu li.plus.pos-1 {
  top: 10%;
}
.gs18-LocalMainNav-body ul.default_menu li.plus.pos-2 {
  top: 18%;
}
.gs18-LocalMainNav-body ul.default_menu li.plus.pos-3 {
  top: 34%;
}
.gs18-LocalMainNav-body ul.default_menu li.plus.pos-4 {
  top: 47%;
}
.gs18-LocalMainNav-body ul.default_menu li.plus.pos-5 {
  top: 59%;
}
.gs18-LocalMainNav-body ul.default_menu li.plus.pos-6 {
  top: 71%;
}
.gs18-LocalMainNav-body ul.default_menu li.plus.pos-7 {
  top: 83%;
}

.gs18-LocalMainNav-body ul.default_menu .bms {
  top: 18%;
}

.gs18-LocalMainNav-body ul.default_menu .leed {
  top: 34%;
}

.gs18-LocalMainNav-body ul.default_menu .vfd {
  top: 47%;
}

.gs18-LocalMainNav-body ul.default_menu .elevators {
  top: 59%;
}

.gs18-LocalMainNav-body ul.default_menu .vis {
  top: 63%;
}

.gs18-LocalMainNav-body ul.default_menu .ups {
  top: 71%;
}

.gs18-LocalMainNav-body ul.default_menu .escalators {
  top: 83%;
}

.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.default_menu
  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.default_menu {
  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.default_menu {
  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-LocalTypeNav {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 55;
  padding: 105px 0 40px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.gs18-LocalTypeNav .inner {
  width: 100%;
  height: 100%;
  display: table;
}

.gs18-LocalTypeNav .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10%;
  box-sizing: border-box;
}

.gs18-LocalTypeNav .rectangle {
  background: #000;
  padding: 45px 15px 30px;
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 5;
}

.gs18-LocalTypeNav .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.gs18-LocalTypeNav .close {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/icon/Close-white.png) no-repeat center center;
  background-size: 15px 15px;
  display: block;
}

.gs18-LocalTypeNav h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  font-size: 1.3rem;
}

.gs18-LocalTypeNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.gs18-LocalTypeNav li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.gs18-LocalTypeNav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  padding-right: 35px;
  display: block;
  position: relative;
}

.gs18-LocalTypeNav li a::after {
  width: 22px;
  height: 13px;
  position: absolute;
  top: 15px;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/icon/ArrowRight.png) no-repeat right center;
  background-size: contain;
  content: " ";
  display: block;
}

/* ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ */
.gs18-LocalMainNav
  .gs18-MainList
  .headline.gs18-Multiple-Accordion.js-accordion-open
  span::after {
  transform: rotate(180deg);
}

.gs18-Multiple-Accordion {
  cursor: pointer;
}

.gs18-Multiple-Accordion + .sub-menu {
  display: none;
}

@media only screen and (max-width: 320px) {
  .gs18-LocalTypeNav .rectangle {
    padding: 35px 15px 20px;
  }

  .gs18-LocalTypeNav h2 {
    font-size: 1.1rem;
  }

  .gs18-LocalTypeNav li a {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 600px) {
  .gs18-LocalTypeNav h2 {
    padding-right: 35px;
  }

  .gs18-LocalTypeNav .rectangle {
    padding: 35px 23px 20px 40px;
  }

  .gs18-LocalTypeNav h2 {
    line-height: 1.3;
    font-size: 1.5rem;
  }

  .gs18-LocalTypeNav .close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
}

.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: 220px;
  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: 220px;
  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, 0.25);
  margin: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.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, 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, 0.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(0.8);
  transform: scale(0.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%, 0.25);
  margin: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.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, 0.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, 0.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(0.8);
  transform: scale(0.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: 0.8em 30px 0.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 textarea {
  padding: 8px 15px;
  border: 2px solid #000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  line-height: 1.5;
}

.gs18-contact-form .notice {
  position: relative;
  padding-left: 10px;
  color: #33331a;
  margin-top: 8px;
}

.gs18-contact-form .notice::after {
  display: block;
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.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"] {
  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 span p {
  margin: 0 0 0 0 !important;
  display: inline-block;
}

.gs18-contact-form .gs18-checkbox label span a {
    margin-top: 0;
    display: inline;
}

.gs18-contact-form .gs18-checkbox h3 {
  margin: 0;
  padding: 0;
}

.gs18-contact-form .gs18-checkbox h3 + label {
  margin-top: 15px;
}

.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
  .personal-information-description
  a {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0;
}

.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(../img/icon/ArrowDown-04.png) 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;
  text-align: justify;
}

.article_wrap h1,
.article_wrap h2,
.article_wrap h3,
.article_wrap h4,
.article_wrap h5,
.article_wrap h6 {
  text-align: left;
}

.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;
  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_ {
  position: relative;
  top: 1px;
}

.article_share li.share_ img {
  width: auto;
  height: 32px;
} */

.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-top: -5px;
  margin-bottom: 22px;
}

.article_photo {
  margin-top: 30px;
  margin-bottom: 28px;
}

.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: 26px;
}

/* Rich table: make <strong> inside body cells visibly bolder */
.gs18-Custom-Area .article_caption table td strong,
.gs18-Custom-Area .article_caption table td b {
  font-weight: 700;
}

.article_caption h3 {
  font-size: 1rem;
  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: 25px;
}

.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-caption p {
  margin: 0;
  padding: 0;
}

.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;
}

/* é–¢é€£è¨˜äº‹ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ */
.gs18-RelatedLinkSlider {
  padding-bottom: 30px;
}

.gs18-RelatedLinkSlider .gs18-TileItem .gs18-Tile-Tile {
  padding-top: 25px;
}

.gs18-RelatedLinkSlider .gs18-TileItem .gs18-Tile-Tile.swiper-wrapper {
  padding-bottom: 0px;
  padding: 0;
}

.gs18-RelatedLinkSlider .gs18-TileItem .gs18-Tile-Tile.swiper-slide {
  box-sizing: border-box;
}

.gs18-RelatedLinkSlider .controller {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.gs18-RelatedLinkSlider .swiper-pagination {
  position: relative;
  padding: 0 5px;
}

.gs18-RelatedLinkSlider .swiper-pagination-bullet {
  margin: 0 5px;
  position: relative;
  top: 0px;
  width: 10px;
  height: 10px;
}

.gs18-RelatedLinkSlider .swiper-pagination-bullet-active {
  background: #333;
}

.gs18-RelatedLinkSlider .swiper-button-prev,
.gs18-RelatedLinkSlider .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 0 0 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.gs18-RelatedLinkSlider .swiper-button-prev::after,
.gs18-RelatedLinkSlider .swiper-button-next::after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -4px;
}

.gs18-RelatedLinkSlider .swiper-button-next::after {
  transform: rotate(45deg);
  margin: -5px 0 0 -8px;
}

.gs18-RelatedLinkSlider
  .gs18-TileItem
  .gs18-Tile-Tile
  .gs18-TileItem:nth-last-of-type(even) {
  /* background: none!important; */
}

.gs18-RelatedLinkSlider .gs18-TileItem .gs18-Tile-Tile .gs18-TileItem {
  /* background: none!important; */
}

.gs18-RelatedLinkSlider .related-link {
  font-size: 0.9rem;
  display: block;
  margin-top: 10px;
}

.gs18-Custom-Area
  .gs18-RelatedLinkSlider
  .gs18-TileItem
  .gs18-Tile-Tile
  .gs18-TileItem__Head
  .gs18-HeadingLv2 {
  padding-top: 20px !important;
}

.gs18-RelatedLinkSlider .related-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gs18-RelatedLinkSlider .related-link .gs18-ButtonLink {
  margin-top: 5px;
}

.gs18-Custom-Area
  .gs18-RelatedLinkSlider
  .gs18-TileItem
  .gs18-Tile-Tile
  .gs18-TileItem__Head
  .gs18-HeadingLv2 {
  padding: 0 30px;
}

.gs18-RelatedLinkSlider .gs18-ButtonLink--Pdf:after {
  top: 5px;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ã‚°ãƒ«ãƒ¼ãƒ—ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ */
.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(../img/icon/top_nav_category_select_arrow.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(../img/icon/top_nav_category_select_arrow.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(../img/icon/ArrowDown-03.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: 1rem;
  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-Custom-Area .gs18-TileItem__Head_Type {
  padding: 0 15px;
  margin-top: 25px;
}

.gs18-Custom-Area .gs18-TileItem__Head_Type h2 {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}

.gs18-Custom-Area .gs18-TileItem__Type_list {
  padding: 0 15px 35px;
  margin-top: 15px;
}

.gs18-Custom-Area .gs18-TileItem__Type_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gs18-Custom-Area .gs18-TileItem__Type_list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gs18-Custom-Area .gs18-TileItem__Type_list li a {
  font-weight: bold;
  color: #c40000;
  text-decoration: none;
  display: block;
  font-size: 1.3rem;
  padding: 10px 15px;
  padding-right: 60px;
  background: url(..//img/icon/ArrowRight-02.png) no-repeat right 15px center;
  background-size: 25px 25px;
  transition: all 0.3s ease;
}

.gs18-Custom-Area .gs18-TileItem__Type_list li:nth-of-type(odd) a {
  background-color: #f0f0f0;
}

.back-to-type {
  text-align: left;
  margin-top: 15px;
  padding: 0 15px;
  visibility: hidden;
}

.back-to-type a {
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  color: #c40000;
  display: inline-block;
}

.back-to-type-arrow {
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  position: relative;
  top: 1px;
}

.back-to-type + .gs18-TileItem__Head {
  padding-top: 20px !important;
}

.gs18-Utility .back-to-type {
  padding: 0;
}

.filter-tile-item {
  display: none;
}

.gs18-Custom-Area .gs18-TileItem .filter-select + .gs18-Tile-Tile {
  padding-top: 20px;
}

.filter-select {
  padding: 20px 15px 0;
  position: relative;
  z-index: 10;
}

.filter-select p {
  font-size: 1.2rem;
  font-weight: bold;
}

.filter-select * {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-color: inherit;
}

.filter-select .select-list {
  width: 100%;
  height: 40px;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 2px 0 white;
  list-style: none;
  margin-top: 5px;
}

.filter-select button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-select input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.filter-select .select-list li {
  list-style: none;
}

.select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  padding-left: 20px;
  background: #fff;
}

.select_expand:checked
  + .select_closeLabel
  + .select_options
  .select_option_multiple
  .select_label {
  padding-top: 3px;
  line-height: 1.5;
  height: 54px;
}

.select_label-placeholder {
  width: 100%;
  height: 42px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding-top: 2px;
}

.select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  border: #000 1px solid;
  font-weight: bold;
}

.select_expand {
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.select_expand::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon/ArrowDown.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center -7px;
  color: #fff;
  font-size: 24px;
  pointer-events: none;
  z-index: 2;
}

.select_expand:checked::after {
  background-position: center -8px;
  transform: rotate(180deg);
}

.select_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.select_input {
  display: none;
}

.select_close {
  display: none;
}

.select_expandLabel {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.select_expand:checked + .select_closeLabel {
  display: block;
}

.select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 40px;
}

.select_input:checked + .select_label {
  height: 40px;
  margin-top: -40px;
  background: #000;
  color: #fff;
}

.select_label.selected {
  background: #000;
  color: #fff;
}

.select_option_multiple .select_input:checked + .select_label {
  padding-right: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select_option_multiple .select_input:checked + .select_label br {
  display: none;
}

.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;
  }

  .gs18-Custom-Area .gs18-TileItem__Head_Type h2 {
    font-size: 1.2rem;
  }

  .gs18-Custom-Area .gs18-TileItem__Type_list li a {
    font-size: 1.1rem;
  }

  .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: 0.95em 15px 0.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;
  }

  .gs18-LocalNavItem .gs18-LocalNavList--Depth3 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .gs18-LocalNavList {
    padding: 0;
    width: 100%;
  }

  .gs18-LocalNavItem .gs18-LocalNavList--Depth1 a {
    padding: 0.8em 15px 0.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-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 ul.default_menu .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-Vault
    .gs18-TileItem
    .gs18-Tile-Tile-02
    .gs18-TileItem__Foot {
    padding-bottom: 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-RelatedLinkSlider
    .gs18-TileItem
    .gs18-Tile-Tile
    .gs18-TileItem__Head
    .gs18-HeadingLv2 {
    font-size: 1.1rem;
  }

  .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(../img/index/kv_sub_pc.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: 400px;
    padding: 30px 30px 80px;
    left: auto;
    right: 0;
  }

  .gs18-Home .cell-footer.overwrite_01 {
    padding: 30px 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: 20px;
    padding: 10px 20px;
    padding-right: 45px;
    width: 320px;
    max-width: 320px;
    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-Sponsorship {
    top: 160px;
    right: 15px;
    width: 30%;
    max-width: 300px;
    transition: opacity 0.4s ease;
  }

  .gs18-Sponsorship:hover {
    opacity: 0.6;
  }

  .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.default_menu {
    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.default_menu {
    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.default_menu {
    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.default_menu {
    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.default_menu::after {
    display: block;
  }

  .gs18-LocalMainNav-body ul.default_menu .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: 1rem;
  }

  .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;
  }

  .gs18-HasUtilityLinks .gs18-LocalMainNav-header.open .gs18-MainList-Wrapper {
    height: calc(100vh - 201px);
  }

  .gs18-LocalMainNav .gs18-MainList li a {
    transition: all 0.4s ease;
  }

  .gs18-LocalMainNav-body ul.default_menu .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.default_menu {
    background-image: url(../img/index/kv_sub_pc.png);
    background-position: top center;
  }

  .gs18-LocalMainNav-body ul.default_menu .back span {
    padding-left: 18px;
  }

  .gs18-LocalMainNav-body ul.default_menu .back span::after {
    width: 10px;
    height: 10px;
    top: 7px;
    left: 0;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus .icon {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 0;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus .icon::before,
  .gs18-LocalMainNav-body ul.default_menu .plus .icon::after {
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    margin: -1px 0 0 -4px;
  }

  .gs18-LocalMainNav-body ul.default_menu .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 ul.default_menu .plus {
    margin-left: -9px;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus.reverse {
    margin-right: -9px;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus a {
    height: 30px;
    transition: all 0.4s ease;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus a > span {
    padding-left: 18px;
    height: 26px;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus.reverse a > span {
    padding-right: 18px;
  }

  .gs18-LocalMainNav-body ul.default_menu .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 ul.default_menu .plus.reverse .txt {
    padding-left: 0;
    padding-right: 10px;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus a .txt .txt_inner {
    transition: opacity 0.8s ease;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus .txt_inner {
    padding-right: 0;
  }

  .gs18-LocalMainNav-body ul.default_menu .plus.reverse .txt_inner {
    padding-left: 0;
  }

  .gs18-LocalMainNav-body ul.default_menu .hvac {
    top: auto;
    bottom: 63%;
  }

  /* Order-based positioning (works when item-specific classes are not present). */
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-1 {
    top: auto;
    bottom: 63%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-2 {
    top: auto;
    bottom: 54%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-3 {
    top: auto;
    bottom: 45%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-4 {
    top: auto;
    bottom: 36%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-5 {
    top: auto;
    bottom: 27%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-6 {
    top: auto;
    bottom: 18%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-7 {
    top: auto;
    bottom: 8%;
  }

  .gs18-LocalMainNav-body ul.default_menu .bms {
    top: auto;
    bottom: 54%;
  }

  .gs18-LocalMainNav-body ul.default_menu .leed {
    top: auto;
    bottom: 45%;
  }

  .gs18-LocalMainNav-body ul.default_menu .vfd {
    top: auto;
    bottom: 36%;
  }

  .gs18-LocalMainNav-body ul.default_menu .elevators {
    top: auto;
    bottom: 27%;
  }

  .gs18-LocalMainNav-body ul.default_menu .vis {
    top: auto;
    bottom: 22%;
  }

  .gs18-LocalMainNav-body ul.default_menu .ups {
    top: auto;
    bottom: 18%;
  }

  .gs18-LocalMainNav-body ul.default_menu .escalators {
    top: auto;
    bottom: 8%;
  }

  .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: 352px;
    right: 48px;
  }

  .gs18-LocalMainNav .gs18-MainList-Wrapper {
    height: calc(100vh - 185px);
    min-height: initial;
    min-height: auto;
    overflow-y: 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;
    right: 0;
    margin-top: -8px;
  }

  .gs18-LocalMainNav .gs18-MainList li a {
    font-size: 1.1rem;
    padding: 10px 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-MainList li h4.headline 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.default_menu {
    height: calc(100vh);
  }

  .gs18-LocalMainNav.gs18-LocalMainNav-Layer02 .gs18-MainList-Wrapper {
    height: calc(100vh - 145px);
    min-height: 523px;
  }

  .gs18-MainList-Wrapper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }

  .gs18-MainList {
    position: relative;
    z-index: 10;
  }

  /* ãƒ“ãƒ‡ã‚ªé–¢é€£ */
  .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: top;
  }

  /* ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ */
  .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-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: block;
  }

  .gs18-contact-form .gs18-TableBodyTd .gs18-checkbox {
    width: 100%;
  }

  .gs18-contact-form .gs18-TableBodyTd .gs18-checkbox:nth-of-type(n + 2) {
    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 {
    margin-top: -10px;
    font-size: 1.6rem;
    margin-bottom: 26px;
  }

  .article_wrap .subtitle {
    font-weight: bold;
    font-size: 1.2rem;
  }

  .article_hdr {
    margin: 0 auto 35px;
  }

  .article_photo {
    margin-bottom: 32px;
  }

  .article_caption p + .article_photo {
    margin-top: 25px;
  }

  .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: 34px;
  }

  .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: 2rem;
    margin-top: 5px;
    display: inline-block;
  }

  .gs18-Utility-form {
    display: block;
    width: 200px;
    border: 2px solid #fff;
    padding: 10px;
    margin: 0 auto 0;
    font-size: 1rem;
    font-weight: bold;
  }

  .gs18-LocalTypeNav {
    padding: 145px 0 48px;
  }

  .gs18-HasUtilityLinks .gs18-LocalTypeNav {
    padding: 201px 0 48px;
  }

  .gs18-LocalTypeNav .close {
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-size: 20px;
  }

  /* ã‚¿ã‚¤ãƒ—åˆ¥ä¸€è¦§ */
  .gs18-Custom-Area .gs18-TileItem__Head_Type {
    padding: 0;
    margin-top: 55px;
  }

  .gs18-Custom-Area .gs18-TileItem__Head_Type h2 {
    font-size: 1.8rem;
    text-align: left;
  }

  .gs18-Custom-Area .gs18-TileItem__Type_list {
    padding: 0;
    margin-top: 30px;
  }

  .gs18-Custom-Area .gs18-TileItem__Type_list li a {
    text-align: left;
    font-size: 1.5rem;
    padding: 15px 20px;
    background-position: right 30px center;
    background-size: 30px 30px;
  }

  .back-to-type {
    padding-left: 0;
    padding-right: 0;
  }

  .back-to-type + .gs18-TileItem__Head {
    padding-top: 60px !important;
  }
  .gs18-Personal-Information-Terms {
    margin-top: 50px;
  }

  .gs18-LocalNavList--Depth-wrapper {
    border-left: 1px solid #4d4d4d;
  }

  .gs18-LocalNavItem .gs18-LocalNavList--Depth3 {
    display: block;
  }

  .gs18-Header.fit {
    top: -85px;
  }

  .gs18-Header.gs18-Header--HasUtilityLinks.fit {
    top: -85px;
  }

  /* é–¢é€£è¨˜äº‹ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ */
  .gs18-RelatedLinkSlider .gs18-Tile {
    width: 100%;
    display: block;
    box-sizing: border-box;
    min-height: 1px;
  }

  .gs18-RelatedLinkSlider
    .gs18-TileItem
    .gs18-Tile-Tile
    .gs18-TileItem__Head
    .gs18-HeadingLv2 {
    /* font-size: 1.0rem; */
  }

  .gs18-RelatedLinkSlider
    .gs18-TileItem
    .gs18-Tile-Tile
    .gs18-TileItem__Head
    .related-link {
    font-size: 0.8rem;
    margin-top: 10px;
  }

  .gs18-RelatedLinkSlider .gs18-TileItem .gs18-ButtonLink.not-logged-in-show {
    font-size: 0.8rem;
  }

  .gs18-RelatedLinkSlider .controller {
    position: relative;
    margin-top: 15px;
    z-index: 5;
  }

  .gs18-RelatedLinkSlider .swiper-pagination-bullet {
    top: 2px;
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }

  .gs18-RelatedLinkSlider .swiper-button-prev,
  .gs18-RelatedLinkSlider .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .gs18-RelatedLinkSlider .swiper-button-prev::after,
  .gs18-RelatedLinkSlider .swiper-button-next::after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -4px;
  }

  .gs18-RelatedLinkSlider .swiper-button-next::after {
    margin: -8px 0 0 -12px;
  }

  .gs18-RelatedLinkSlider
    .gs18-TileItem
    .gs18-Tile-Tile
    .gs18-TileItem__Media
    + .gs18-TileItem__Foot {
    margin-top: 30px;
  }

  .gs18-Tile.gs18-Utility-Wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
  }

  .gs18-Tile.gs18-Utility-Wrapper .gs18-Utility {
    padding: 0;
    padding-top: 75px;
    padding-bottom: 40px;
    width: 100%;
  }

  .gs18-Tile-Filter-Tile {
    flex-wrap: wrap;
  }

  .select_expand:checked
    + .select_closeLabel
    + .select_options
    .select_label:hover {
    background: #eaeaea;
  }

  .select_expand:checked
    + .select_closeLabel
    + .select_options
    .select_label.selected:hover {
    background: #000;
    color: #fff;
  }

  .filter-select + .gs18-Tile {
    margin-top: 40px;
  }

  .gs18-Custom-Area .gs18-TileItem .filter-select + .gs18-Tile-Tile {
    padding-top: 0;
  }

  .filter-select {
    padding: 0;
    display: flex;
  }

  .filter-select p {
    font-size: 1.6rem;
    padding-right: 20px;
  }

  .filter-select .select-list {
    margin: 0;
    width: 430px;
  }

  .select_expand:checked
    + .select_closeLabel
    + .select_options
    .select_option_multiple
    .select_label {
    padding-top: 5px;
    line-height: 1.5;
    height: 64px;
  }
}

@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 ul.default_menu .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;
  }

  .gs18-Custom-Area
    .gs18-RelatedLinkSlider
    .gs18-TileItem
    .gs18-Tile-Tile
    .gs18-TileItem__Head
    .gs18-HeadingLv2 {
    padding-top: 0 !important;
  }

  .gs18-RelatedLinkSlider
    .gs18-TileItem
    .gs18-Tile-Tile
    .gs18-TileItem__Head
    .related-link {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1201px) {
  .gs18-u-Size1of4 {
    width: 25%;
  }

  .play-button:hover .outer-ring {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
    transform: translate3d(-50%, -50%, 0) scale(0.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(../img/icon/ArrowDown-03-R.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(../img/icon/ArrowDown-R.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 ul.default_menu .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 ul.default_menu .plus a:hover {
    opacity: 0.6;
  }

  .gs18-video-play:hover {
    opacity: 0.7;
  }

  .close-button:hover .outer-ring {
    transform: translate3d(-10px, -10px, 0) scale(0.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,
  .gs18-Home .cell-footer .gs18-ButtonLink--White.gs18-ButtonLink--Arrow:focus {
    background-image: url(../../../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;
  }

  .gs18-LocalTypeNav li a {
    transition: all 0.4s ease;
  }

  .gs18-LocalTypeNav li a:hover {
    opacity: 0.6;
  }

  .gs18-LocalTypeNav .close {
    transition: all 0.4s ease;
  }

  .gs18-LocalTypeNav .close:hover {
    opacity: 0.6;
  }

  .gs18-Multiple-Accordion {
    transition: all 0.4s ease;
  }

  .gs18-Multiple-Accordion:hover {
    opacity: 0.6;
  }

  .gs18-Custom-Area .gs18-TileItem__Type_list li a:hover {
    color: #d97b7b;
    background-position: right 15px center;
  }

  .back-to-type a {
  }

  .back-to-type a:hover {
    text-decoration: underline;
  }

  .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;
  }

  .gs18-Sponsorship {
    right: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .gs18-Home {
    background-image: url(../img/index/kv_pc.png);
  }

  .gs18-Home > .inner > .cell {
    padding: 50px;
  }

  .gs18-LocalMainNav-body ul.default_menu {
    background-image: url(../img/index/kv_pc.png);
  }

  .gs18-LocalMainNav-body ul.default_menu .hvac {
    top: auto;
    bottom: 72%;
  }

  /* Order-based positioning (works when item-specific classes are not present). */
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-1 {
    top: auto;
    bottom: 72%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-2 {
    top: auto;
    bottom: 61%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-3 {
    top: auto;
    bottom: 50%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-4 {
    top: auto;
    bottom: 39%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-5 {
    top: auto;
    bottom: 28%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-6 {
    top: auto;
    bottom: 16%;
  }
  .gs18-LocalMainNav-body ul.default_menu li.plus.pos-7 {
    top: auto;
    bottom: 6%;
  }

  .gs18-LocalMainNav-body ul.default_menu .bms {
    top: auto;
    bottom: 61%;
  }

  .gs18-LocalMainNav-body ul.default_menu .leed {
    top: auto;
    bottom: 50%;
  }

  .gs18-LocalMainNav-body ul.default_menu .vfd {
    top: auto;
    bottom: 39%;
  }

  .gs18-LocalMainNav-body ul.default_menu .elevators {
    top: auto;
    bottom: 28%;
  }

  .gs18-LocalMainNav-body ul.default_menu .vis {
    top: auto;
    bottom: 22%;
  }

  .gs18-LocalMainNav-body ul.default_menu .ups {
    top: auto;
    bottom: 16%;
  }

  .gs18-LocalMainNav-body ul.default_menu .escalators {
    top: auto;
    bottom: 6%;
  }

  .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 ul.default_menu .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(0.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;
  }

  .gs18-LocalTypeNav .rectangle {
    padding: 65px 23px 40px 40px;
  }

  .gs18-LocalTypeNav ul {
    margin-top: 30px;
  }
}

/******************
ã‚¢ã‚¯ã‚»ã‚·ãƒ“ãƒªãƒ†ã‚£
*******************/
.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;
  }
}
