@font-face {
  font-family: "Noto Sans JP";
  src: url("<?php echo get_template_directory_uri(); ?>/assets/fonts/NotoSansJP-Regular.ttf") format("ttf");
}
.footer__copyright {
  padding: 12px 20px;
  background: #79ac78;
}
.footer__copyright p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 4%;
  border-top: #DEDEDE solid 1px;
  gap: 40px;
}
.footer__content p {
  margin: 0;
}
.footer__content__left {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}
.footer__content__left p {
  color: #010101;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 24px 0;
}
.footer__content__left__title {
  margin-bottom: 20px;
}
.footer__content__left__title p {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 16px 0;
}
.footer__content__left__sitemap p {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 12px 0;
}
.footer__content__left__sitemap a {
  display: block;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s;
}
.footer__content__left__sitemap a:hover li {
  color: #79ac78;
  font-weight: 700;
  transition: 0.5s;
}
.footer__content__left__sitemap ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.footer__content__left__sitemap ul li {
  color: #2F2F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.footer__content__left__sitemap ul li::before {
  content: "";
  display: block;
  height: 1px;
  width: 14px;
  background: #DEDEDE;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
.footer__content__left__sitemap ul li::after {
  content: "";
  display: block;
  height: 1px;
  width: 4px;
  background: #79ac78;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
}
.footer__content__right {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}
.footer__content__right iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .footer__content {
    padding: 50px 4%;
    gap: 30px;
  }
  .footer__content__left {
    min-width: 100%;
    max-width: 100%;
  }
  .footer__content__right {
    min-width: 100%;
    max-width: 100%;
  }
  .footer__content__right iframe {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    padding: 10px 16px;
  }
  .footer__copyright p {
    font-size: 12px;
  }
  .footer__content {
    display: flex;
    flex-direction: column;
    padding: 40px 4%;
    gap: 30px;
  }
  .footer__content p {
    margin: 0;
  }
  .footer__content__left {
    width: 100%;
  }
  .footer__content__left p {
    color: #010101;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 20px 0;
  }
  .footer__content__left__title {
    margin-bottom: 16px;
  }
  .footer__content__left__title p {
    color: #010101;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 12px 0;
  }
  .footer__content__left__sitemap p {
    color: #010101;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 10px 0;
  }
  .footer__content__left__sitemap a {
    display: block;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.5s;
  }
  .footer__content__left__sitemap a:hover li {
    color: #79AC78;
    font-weight: 700;
    transition: 0.5s;
  }
  .footer__content__left__sitemap ul {
    padding: 0 0 0 18px;
    margin: 0;
  }
  .footer__content__left__sitemap ul li {
    color: #2F2F2F;
    font-size: 13px;
    line-height: 2;
    list-style: none;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .footer__content__left__sitemap ul li::before {
    content: "";
    display: block;
    height: 1px;
    width: 12px;
    background: #DEDEDE;
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
  }
  .footer__content__left__sitemap ul li::after {
    content: "";
    display: block;
    height: 1px;
    width: 4px;
    background: #79ac78;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
  }
  .footer__content__right {
    width: 100%;
  }
  .footer__content__right iframe {
    width: 100%;
    height: 250px;
  }
}/*# sourceMappingURL=footer.css.map */