/* #page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 140%;
  font-weight: bold;
  line-height: 60%;
  opacity: 0.6;
  margin: 0;
  z-index: 99;
}

#page-top a {
  background: #586b7d;
  text-decoration: none;
  color: #ffffff;
  width: 50px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 200px;
}

#page-top a:hover {
  text-decoration: none;
  background: #b2bdc8;
} */

#bottomForm {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100vw;
  background: #00bfa6;
  box-shadow: 0px 0px 15px rgba(37, 51, 66, 0.2);
  color: #ffffff;
}

#bottomForm form {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  background: linear-gradient(257.14deg, #81e4de 0%, #5cd1bc 48.96%, #4cdfcc 100%);
}

@media (min-width: 992px) {
  #bottomForm form,
  #bottomForm .px-3 {
    /* padding-left: 20% !important; */
  }
}

#bottomForm .form-control::placeholder {
  color: #d1d5db;
  opacity: 1;
}

#bottomForm form input {
  border: none;
  border-radius: 10em;
  padding: 0.45rem 0.9rem;
  font-size: 0.85em;
}

#thanksModal a,
#bottomForm form button {
  height: 100%;
  padding: 0.75em 1.25em;
  background: #e7a601;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  box-shadow: 0px 2px 12px rgba(37, 51, 66, 0.15);
  border-radius: 12px;
}

#thanksModal a img,
#bottomForm form button img {
  height: 1.8em;
  margin-top: -0.2em;
  margin-right: 0.2em;
}

.bottom-button {
  /* display: none; */
}

@media (max-width: 768px) {
  .bottom-button {
    display: block;
  }
  .position-fixed.bottom-0.w-100 {
    z-index: 999;
  }
}

.bottom-box {
  box-shadow: 0px 2px 12px rgb(37 51 66 / 15%);
  border-radius: 12px 12px 0px 0px;
}

@media (max-width: 768px) {
  #bottomForm {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
    bottom: -120%;
    left: 0;
    width: 100%;
    height: 90vh;
    height: 90svh;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #bottomForm.panelactive {
    bottom: 0;
  }
  #bottomForm form {
    flex-direction: column;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  #bottomForm form .d-flex div {
    width: 100%;
  }
  #bottomForm form input {
    width: 100% !important;
    font-size: 16px;
  }
  #bottomForm form button {
    width: 100%;
    margin-top: 0.5em;
  }
  /*ナビゲーションの縦スクロール*/
  #bottomForm.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

#footer {
  width: 100%;
  padding-bottom: 180px;
  /* height: 100vh;
	position: fixed;
	bottom: 0;
	z-index: 1; */
}

#footer .image {
  max-width: 100%;
}

#footer .icon-box {
  height: 100%;
  display: flex;
  padding: 1.2rem 2.625rem;
  margin-left: auto;
}

@media (max-width: 768px) {
  #footer .icon-box {
    margin: 0 auto;
  }
  .time-box {
    width: fit-content;
    margin: auto;
  }
}

.footer-logo {
  height: 3em;
  max-width: 70vw;
}

.footer-link {
  position: relative;
  text-decoration: none;
  color: #b2bdc8;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  /* margin-top: 1em; */
  margin-right: 2em;
  padding-bottom: 0.5em;
}

/* .footer-link:after,
.footer-link:before {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
} */

/* .footer-link:before {
  background-color: rgba(178, 189, 200, 0.4);;
  height: 1px;
} */

/* .footer-link:after {
  background-color: #00CAC6;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
} */

/* .footer-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
} */

/* .footer-link:hover {
	color: #00CAC6;
	opacity: 1 !important;
} */

.footer-arrow {
  margin-bottom: 0.5em;
}

.footer-arrow.st-mfgray path {
  stroke: #b2bdc8;
  transition: all 0.8s;
}

.footer-link:hover .footer-arrow path {
  stroke: #00cac6;
  transition: all 0.8s;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .footer-link {
    width: 100%;
    margin-right: 0;
  }
  .footer-link .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.footer-patent {
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  line-height: 1.6em;
  font-weight: 400;
}

.footer-copyright {
  font-size: 0.5em;
  letter-spacing: 0.25em;
  line-height: 2.5em;
  font-weight: 400;
}
