@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
.fh_footer.--new {
  border-top: 0 !important;
}
.fh_footer.--new a {
  opacity: 1 !important;
}
.fh_footer.--new .footer_content {
  padding-top: 20px !important;
}
.fh_footer.--new .footer_navContainer {
  display: flex !important;
}
.fh_footer.--new .footer_nav {
  display: flex;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_nav {
    width: 100% !important;
    padding: 0px !important;
    flex-direction: column;
    gap: 0;
  }
}
.fh_footer.--new .footer_navColumn {
  display: flex;
  flex-direction: column;
  gap: 17px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_navColumn {
    width: 100%;
    gap: 0;
  }
}
.fh_footer.--new .footer_navHeaderText {
  width: -moz-fit-content;
  width: fit-content;
  outline: none !important;
  transition: color 0.3s;
}
.fh_footer.--new .footer_navHeaderText:hover {
  color: #ff6100;
}
.fh_footer.--new .footer_navHeaderText.--nolink:hover {
  color: #333 !important;
  opacity: 1 !important;
}
.fh_footer.--new .footer_navHeaderText.--onlyPC {
  display: inherit;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_navHeaderText.--onlyPC {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_navHeaderText {
    display: flex;
    justify-content: space-between;
    width: auto;
    padding: 15px 20px;
    border-top: 1px solid #999;
  }
  .fh_footer.--new .footer_navHeaderText.--last {
    border-bottom: 1px solid #999;
  }
  .fh_footer.--new .footer_navHeaderText.--close::after {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 600;
    content: '\f067';
    color: #ff6100;
    margin-left: auto;
  }
  .fh_footer.--new .footer_navHeaderText.--open::after {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 600;
    content: '\f068';
    color: #ff6100;
    margin-left: auto;
  }
}
.fh_footer.--new .footer_navItems {
  flex-direction: column;
  margin-top: -10px;
  gap: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_navItems {
    display: none;
    margin-top: 0;
  }
  .fh_footer.--new .footer_navItems.--active {
    display: flex;
    padding: 0 20px 15px;
  }
}
.fh_footer.--new .footer_navItem {
  width: auto;
  margin-right: 0;
  font-size: 14px;
  font-weight: normal;
}
.fh_footer.--new .footer_navItem.--onlySP {
  display: none;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_navItem.--onlySP {
    display: initial;
  }
}
.fh_footer.--new .footer_navItem.--top::before {
  display: none;
}
.fh_footer.--new .footer_navItem.--top::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  margin-left: 15px;
  color: #333;
}
.fh_footer.--new .footer_contentNavItems {
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_contentNavItem.--icons {
    width: 100%;
    text-align: center;
  }
}
.fh_footer.--new .footer_copyrightContainer {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_copyrightContainer {
    flex-direction: column;
    gap: 0;
  }
}
.fh_footer.--new .footer_logo {
  width: 256px;
}
.fh_footer.--new .footer_contactTitleBar {
  display: flex;
  justify-content: center;
  padding: 6px 0;
  background-color: #666;
}
.fh_footer.--new .footer_contactTitleBar span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_contactTitleBar span {
    font-size: 16px;
  }
}
.fh_footer.--new .footer_contactContainer {
  padding-bottom: 26px;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_contactContainer {
    padding-bottom: 38px;
  }
}
.fh_footer.--new .footer_contactTelContainer {
  display: flex;
  justify-content: center;
  gap: 0 55px;
  margin-top: 18px;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_contactTelContainer {
    gap: 18px 55px;
    flex-direction: column;
  }
}
.fh_footer.--new .footer_contactTel {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.fh_footer.--new .footer_contactTelTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.fh_footer.--new .footer_contactTelNum {
  display: flex;
  align-items: center;
  font-size: 34px;
  line-height: 1;
  pointer-events: none;
}
.fh_footer.--new .footer_contactTelNum i {
  margin-top: 4px;
  margin-right: 6px;
  font-size: 24px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .fh_footer.--new .footer_contactTelNum {
    pointer-events: all;
  }
}
.fh_footer .footer_contactText {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .fh_footer .footer_contactText {
    flex-direction: column;
  }
}
.fh_footer .footer_contactButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 60px;
  margin: 0 auto;
  background-color: #ff6100;
}
.fh_footer .footer_contactButton span {
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.fh_footer .footer_contactButton span i {
  margin-top: 7px;
  margin-right: 8px;
}

.fh_footer.--new .footer_contentNavItem.--icons a img {
  height: 33px;
  margin-right: 5px;
}
.fh_footer.--new .footer_contentNavItem.--icons a img.bnr_gr {
  height: 40px;
  margin-right: 0;
}
