@charset "UTF-8";
/*変数設定用*/
.contact-link-area {
  padding: 107px 0 120px;
  background-image: url(../img/common/img_footer01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-link-area {
    padding: 60px 0 60px;
  }
}
.contact-link-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #003b7c;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 0;
}
.contact-link-area .gold-line {
  position: absolute;
  width: 500px;
  height: 4px;
  background-color: #DBCD84;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .contact-link-area .gold-line {
    width: 234px;
    height: 2px;
  }
}
.contact-link-area .gold-line.top-left {
  top: 0;
  left: 0;
}
.contact-link-area .gold-line.bottom-right {
  bottom: 0;
  right: 0;
}
.contact-link-area .inner {
  position: relative;
  z-index: 1;
}
.contact-link-area .contact-flex {
  display: flex;
  justify-content: center;
  column-gap: 70px;
  align-items: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-link-area .contact-flex {
    flex-direction: column;
    row-gap: 20px;
    margin: 20px 0 0;
  }
}
.contact-link-area .contact-flex .contact-des {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-link-area .contact-flex .contact-des {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7142857143;
  }
}
.contact-link-area .contact-flex .template-btn {
  min-width: 317px;
  border-radius: 35px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .contact-link-area .contact-flex .template-btn {
    min-width: initial;
    width: 260px;
    height: 51px;
  }
}

footer {
  width: 100%;
  background: #F7F7F7;
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 0px;
  }
}
footer .inner .logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  footer .inner .logo-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
footer .inner .logo-container .logo-link .logo-wrap {
  width: 216px;
}
@media screen and (max-width: 768px) {
  footer .inner .logo-container .logo-link .logo-wrap {
    width: 127px;
  }
}
footer .inner .logo-container .sns-list {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .inner .logo-container .sns-list li a {
  display: inline-block;
}
footer .inner .logo-container .sns-list li:nth-child(1) a {
  width: 21px;
  height: 21px;
}
footer .inner .logo-container .sns-list li:nth-child(1) a img {
  width: 21px;
  height: 21px;
}
footer .inner .logo-container .sns-list li:nth-child(2) a {
  width: 20px;
  height: 20px;
}
footer .inner .logo-container .sns-list li:nth-child(2) a img {
  width: 20px;
  height: 20px;
}
footer .inner .logo-container .sns-list li:nth-child(3) a {
  width: 20px;
  height: 20px;
}
footer .inner .logo-container .sns-list li:nth-child(3) a img {
  width: 20px;
  height: 20px;
}
footer .inner .logo-container .sns-list li:nth-child(4) a {
  width: 23px;
  height: 16px;
}
footer .inner .logo-container .sns-list li:nth-child(4) a img {
  width: 23px;
  height: 16px;
}
footer .inner .footer-contents-flex {
  margin: 35px 0 0;
  display: flex;
  column-gap: 100px;
}
@media screen and (max-width: 768px) {
  footer .inner .footer-contents-flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
footer .inner .footer-contents-flex .info-container .info-name {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
footer .inner .footer-contents-flex .info-container .info-address {
  font-size: 1.2rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
footer .inner .footer-contents-flex .link-container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  position: relative;
}
footer .inner .footer-contents-flex .link-container .copyright-wrap small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .inner .footer-contents-flex .link-container .copyright-wrap small {
    text-align: center;
  }
}
footer .footer-bottom {
  background-color: black;
  color: white;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 15px 0 15px;
  margin-top: 70px;
}

#page-top {
  position: fixed;
  bottom: 32px;
  right: 1.6%;
  z-index: 1;
}
#page-top a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: black;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#page-top a::before {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../img/common/icon_arrow_back.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}/*# sourceMappingURL=footer.css.map */