a {
  color: #000;
}

.gs18-Footer__SNS li {
  position: relative;
}

.gs18-Footer__SNS .gs18-Expand {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 15px));
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  display: flex;
  padding: 20px;
  gap: 20px;
  width: max-content;
  opacity: 0;
  transition: .3s;
  z-index: 9999;
  visibility: hidden;
}

.gs18-Footer__SNS li:hover .gs18-Expand {
  opacity: 1;
  visibility: visible;
}

.gs18-Footer__SNS .gs18-Expand::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  width: 14px;
  height: 14px;
  background-color: #fff;
  box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, .2);
}

.gs18-Footer__SNS .gs18-Expand__Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gs18-Footer__SNS .gs18-Expand__Inner img {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

#section-footer {
  overflow: initial;
}

.gs18-Footer__Links-custom a {
  color: #000;
  margin-right: 10px;
}

.gs18-Footer__Links-custom a:hover {
  color: #f50f10;
}

input,
button,
label {
  outline: none !important;
}

.gs18-Header__SearchBtn>img {
  margin-top: 0;
  margin-left: 0;
}

.gs18-Header__Logo,
.gs18-HeaderNav__Item {
  flex-shrink: 0;
}

.gs18-Header__Global.link .gs18-Header__GlobalLink::before {
  background-image: url(../img/account_red.svg)
}

.gs18-Header__Global.link .gs18-Header__GlobalLink::after {
  background-image: url(../img/account.svg)
}

.gs18-Footer__Inner,
.gs18-Footer__Links {
  max-width: 1380px;
  padding-left: 0;
  padding-right: 0;
}

.gs18-Header__Logo {
  border: unset;
}

.gs18-Header__Logo img {
  height: 36px;
  width: auto;
}

.gs18-Header .links {
  height: 100%;
  order: 4;
}

.gs18-Header .links .link {
  display: block;
  width: 50px;
  height: 100%;
}

.gs18-Header .links .top-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.gs18-Header .links .top-btn::before,
.gs18-Header .links .top-btn::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  background: center / contain no-repeat;
}

.gs18-Header .links .btn-account a::before {
  background-image: url(../img/account.svg);
}

.gs18-Header .links .top-btn::after {
  display: none;
}

.gs18-Header .links .btn-account a::after {
  background-image: url(../img/account_red.svg);
}

.gs18-Header .links .top-btn:hover::before {
  display: none;
}

.gs18-Header .links .top-btn:hover::after {
  display: inline-block;
}

.gs18-Header__Inner.is-search-open .links {
  display: none;
}

.c-mainVisual::after {
  background-image: url(../img/automating-the-world_logo.svg);
}

.cus-wrap {
  padding: 45px 0;
}

.cus-wrap-80 {
  padding: 80px 0;
}

.cus-wrap .c-catchText {
  font-weight: 700;
}

.cus-wrap .c-regularText p {
  line-height: 30px;
}

.cus-wrap .l-tile__item:not(.c-card--horizontal) {
  margin-top: 20px;
  margin-bottom: 0;
}

.cus-wrap .l-tile__item:not(.c-card--horizontal) .c-card__head {
  flex: 1;
}

.cus-wrap .l-tile__item:not(.c-card--horizontal) .c-card__img {
  height: 100%;
  aspect-ratio: 515 / 201;
}

.cus-wrap .l-tile__item:not(.c-card--horizontal) .c-card__img img {
  height: 100%;
  object-fit: cover;
}

.cus-wrap .l-tile__item:not(.c-card--horizontal) .c-card__body {
  flex-grow: unset;
  height: auto;
}

.gs18-Header,
.gs18-Footer {
  overflow: visible;
}

.cus-wrap .l-tile__item:not(.c-card--horizontal) .c-card__head {
  flex: 0;
}

.c-card-not-outline {
  border-radius: unset;
  box-shadow: unset;
}

.c-card-not-outline .c-card__link:focus,
.c-card-not-outline .c-card__link:hover {
  opacity: 1;
}

.c-card-not-outline .c-card__link:focus .c-card__img>img,
.c-card-not-outline .c-card__link:hover .c-card__img>img {
  transform: unset;
}

#back-to-top {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1680px) {
  .gs18-Footer__SNS .gs18-Expand {
    left: 0;
    transform: translate(0, calc(-100% - 15px));
  }

  .gs18-Footer__SNS .gs18-Expand::after {
    left: 0;
    transform: translate(10px, -50%) rotate(225deg);
  }
}

@media (max-width: 1380px) {

  .gs18-Footer__Inner,
  .gs18-Footer__Links {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 980px) {
  .gs18-Footer__Links-custom {
    margin-top: 0;
  }

  .gs18-Footer__Inner,
  .gs18-Footer__Links {
    padding-left: 0;
    padding-right: 0;
  }

  .gs18-Header__Logo,
  .gs18-HeaderNav__Item {
    padding-right: 10px;
  }

  .gs18-Header__Logo img {
    padding-right: 10px;
    /* border-right: 2px solid #828282; */
  }

  .gs18-Header__Logo {
    height: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
  }

  .gs18-Header__Logo img {
    height: 31px;
  }

  .gs18-Header .links {
    order: 2;
  }

  .gs18-Header__Logo img {
    height: 26px;
  }
}