@charset "UTF-8";
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
/* フッタ
-----------------------------------*/
.f-heading01 {
  position: relative;
  margin-bottom: 48px;
  color: #003774;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .f-heading01 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.f-heading01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 1px;
  background: #003774;
}
@media (max-width: 767px) {
  .f-heading01::before {
    width: 300px;
  }
}
.f-heading01 .txt-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 32px;
  background: #FFF;
}
@media (max-width: 767px) {
  .f-heading01 .txt-wrap {
    padding: 0 16px;
  }
}
.f-heading01 .en {
  display: block;
  margin-top: 8px;
  color: #EA5514;
  font-size: 18px;
}

.f-contact {
  margin-top: 160px;
  padding: 80px 0;
  background: #F1F2F6;
}
.f-contact .contents {
  position: relative;
  z-index: 1;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
.f-contact .f-heading01 .txt-wrap {
  background: #F1F2F6;
}
.f-contact .txt {
  margin-bottom: 48px;
  text-align: center;
}
.f-contact .bt-list {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .f-contact .bt-list {
    display: block;
  }
}
.f-contact .bt-list li {
  width: 46.666%;
}
@media (max-width: 767px) {
  .f-contact .bt-list li {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .f-contact .bt-list li:last-child {
    margin-bottom: 0;
  }
}
.f-contact .bt-list li a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.f-contact .bt-list li a span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.f-contact .bt-list li a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  transition: 0.5s all;
}
.f-contact .bt-list li a.tel span::before {
  background: url(/images/common/footer_ic01.svg) no-repeat;
  background-size: 100% auto;
}
.f-contact .bt-list li a.tel:hover span::before {
  background: url(/images/common/footer_ic01-1.svg) no-repeat;
  background-size: 100% auto;
}
.f-contact .bt-list li a.mail span::before {
  background: url(/images/common/footer_ic02.svg) no-repeat;
  background-size: 100% auto;
}
.f-contact .bt-list li a.mail:hover span::before {
  background: url(/images/common/footer_ic02-2.svg) no-repeat;
  background-size: 100% auto;
}

footer {
  padding-top: 80px;
  background: #FFF;
}
footer .contents {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
footer .f-menu .f-logo {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .f-menu .f-logo {
    max-width: 150px;
    margin: 0 auto 32px;
  }
}
footer .f-menu .info {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .f-menu .info {
    margin-bottom: 32px;
  }
}
footer .f-menu .f-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer .f-menu .f-nav {
    display: block;
  }
}
footer .f-menu .f-nav li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 24px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .f-menu .f-nav li {
    margin: 0 auto 12px;
  }
}
@media (max-width: 767px) {
  footer .f-menu .f-nav li:last-child {
    margin-bottom: 0;
  }
}
footer .f-menu .f-nav li a {
  position: relative;
  display: block;
  color: #003774;
  font-weight: bold;
  transition: 0.5s all;
}
footer .f-menu .f-nav li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #003774;
  transition: 0.5s all;
}
footer .f-menu .f-nav li a:hover {
  text-decoration: none;
}
footer .f-menu .f-nav li a:hover::before {
  width: 100%;
}
footer .copyright {
  margin-top: 80px;
  padding: 12px 0;
  background: #003774;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=footer.css.map */