footer {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 40px 20px;
  }
}
footer .footer-top {
  display: flex;
  margin: 0 0 40px;
  border-bottom: 1px solid #888888;
}
@media screen and (max-width: 1024px) {
  footer .footer-top {
    display: block;
  }
}
footer .footer-top .footer-main {
  width: 260px;
}
@media screen and (max-width: 1024px) {
  footer .footer-top .footer-main {
    display: block;
    margin: 0 0 40px;
  }
}
footer .footer-top .footer-main .footer-logo {
  width: 100%;
  margin: 0 0 20px;
}
footer .footer-top .footer-main .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-top .footer-main .footer-logo-title {
  margin: 0 0 40px;
}
footer .footer-top .footer-main .footer-address {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 1.6;
}
footer .footer-top .footer-nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 30px;
  width: calc(100% - 380px);
  margin: 0 0 0 120px;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-nav-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: calc(100% - 300px);
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-top .footer-nav-list {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  footer .footer-top .footer-nav-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
footer .footer-top .footer-link-list {
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  footer .footer-top .footer-link-list {
    margin: 0;
  }
}
footer .footer-top .footer-link-list .footer-link-item {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
}
footer .footer-top .footer-link-list .footer-link-item a {
  font-size: 14px;
  line-height: 1.5;
}
footer .footer-top .footer-link-list .footer-link-item::before {
  content: "-";
  position: absolute;
  left: 0;
}
footer .footer-top .footer-link-list .footer-link-item.title {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  footer .footer-top .footer-link-list .footer-link-item.title {
    margin: 0;
  }
}
footer .footer-top .footer-link-list .footer-link-item.title a {
  font-weight: 700;
}
footer .footer-top .footer-link-list .footer-link-item.title::before {
  content: none;
}
footer .footer-top .footer-link-list .footer-link-item.title.mb-10 {
  margin: 0 0 10px;
}
footer .copyright {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .l-top__cta .cta-section h3.cta-title-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-top__cta .cta-section .cta-title-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) {
  .l-top__cta .cta-section .cta-links-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-top__cta .cta-section .cta-links-container {
    display: block;
  }
}
.l-top__cta .cta-section .cta-links-container .cta-link {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .l-top__cta .cta-section .cta-links-container .cta-link {
    height: auto;
    margin: 0 0 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .l-top__cta .cta-section .cta-links-container .cta-link {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-top__cta .cta-section .cta-links-container .cta-link .cta-link-icon .icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .l-top__cta .cta-section .cta-links-container .cta-link .cta-link-icon::before {
    width: 48px;
    height: 48px;
  }
}
.l-top__cta .cta-section .cta-links-container .cta-link .cta-link-title {
  height: auto;
}
@media screen and (max-width: 480px) {
  .l-top__cta .cta-section .cta-links-container .cta-link .cta-link-title {
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .l-top__cta .cta-section .cta-links-container .cta-link .cta-link-title .cta-br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .l-top__cta .cta-section .cta-links-container .cta-link .cta-link-title .cta-br {
    display: block;
  }
}