/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  position: relative;
  background-color: #007c76;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 63px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 70px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-footer__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.16em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1101px) {
  .l-footer__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-footer__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__ttl {
    font-size: 1.125rem;
  }
}
.l-footer__ttl span {
  display: block;
}
.l-footer__links__items {
  display: flex;
}
@media screen and (min-width: 1101px) {
  .l-footer__links__items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__links__items {
    flex-direction: column;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__links__item {
    width: 24%;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__links__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__links__item .main {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links__item .main {
    margin-bottom: 24px;
  }
}
.l-footer__links__item .main > a {
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .l-footer__links__item .main > a {
    padding-left: 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links__item .main > a {
    padding-left: 20px;
    font-size: 1.1428571429rem;
  }
}
.l-footer__links__item .main > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.l-footer__links__item .main > a[target=_blank] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.l-footer__links__item .main > a[target=_blank] i.blank {
  position: relative;
  display: inline-flex;
  top: -5px;
  width: 8px;
  height: 8px;
}
.l-footer__links__item .main > a[target=_blank] i.blank svg .cls-1 {
  stroke: #fff;
  fill: none;
}
.l-footer__links__item .sub ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .l-footer__links__item .sub ul {
    padding-left: 20px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__links__item .sub ul {
    display: none;
  }
}
.l-footer__links__item .sub ul li a {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1101px) {
  .l-footer__links__item .sub ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__links__item .sub ul li a {
    font-size: 0.8571428571rem;
  }
}
.l-footer__links__item a {
  color: #fff;
}
.l-footer__links__item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.l-footer__bnr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-footer__bnr {
    margin-top: 29px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bnr {
    margin-top: 24px;
    gap: 16px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bnr a {
    width: 160px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bnr a {
    width: calc(50% - 8px);
  }
}
.l-footer__bnr a img {
  border-radius: 4px;
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    align-items: center;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }
}
.l-footer__bottom__links {
  width: fit-content;
}
.l-footer__bottom__links ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom__links ul {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 36px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__links ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.l-footer__bottom__links ul li a {
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1101px) {
  .l-footer__bottom__links ul li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__bottom__links ul li a {
    font-size: 0.8571428571rem;
  }
}
.l-footer__bottom__links ul li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.l-footer__bottom__links ul li a[target=_blank] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.l-footer__bottom__links ul li a[target=_blank] i.blank {
  position: relative;
  display: inline-flex;
  top: -5px;
  width: 8px;
  height: 8px;
}
.l-footer__bottom__links ul li a[target=_blank] i.blank svg .cls-1 {
  stroke: #fff;
  fill: none;
}
.l-footer__bottom__links ul li:not(:last-child) {
  position: relative;
}
.l-footer__bottom__links ul li:not(:last-child)::after {
  color: #fff;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-footer__bottom__links ul li:not(:last-child)::after {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bottom__links ul li:not(:last-child)::after {
    display: none;
  }
}
.l-footer__bottom__copyright p {
  color: #fff;
  font-size: 0.75rem;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
