@charset "utf-8";

.fs-l-footer {
  position: relative;
  border-top: none;
  background-color: #f3f3f3;
  color: #3c3c3c;
  margin-top: 80px;
}

/*  SNS
====================================*/
.hid-footerSns {
  background-color: #fff;
  padding: 70px 0;
}
.hid-footerSns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.hid-footerSns__list img {
  height: 40px;
}

/*  Content
====================================*/
.fs-l-footer__contents {
  position: relative;
  margin: auto;
  max-width: 1216px;
  padding: 50px 0;
}


.hid-footerNavigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
  width: 100%;
  max-width: 1216px;
  margin: 0 0 0 auto;
  padding-left: 17%;
}

.hid-footerNavigation .fs-pt-menu__link {
  font-size: 17px;
}


/*  Copyright
====================================*/
.fs-p-footerCopyright {
  color: unset;
  background-color: unset;
  text-align: center;
  padding: 4px;
}



/*  ページトップへ
====================================*/
.fs-p-footerPageTop {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1216px;
  transform: translateY(50%);
}
.fs-p-footerPageTop__link {
  overflow: hidden;
  text-indent: -999px;
  width: 77px;
  height: 77px;
  background-color: #a4a4a4;
  border-radius: 100px;
  color: transparent !important;
  font-size: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-p-footerPageTop__link::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e937";
  display: block;
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 1.3;
  text-indent: 0;
  text-align: center;
}