.l-footer {
  width: 70rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 699.98px) {
  .l-footer {
    width: 100%;
  }
}
.l-footer.-front {
  position: sticky;
  width: 100%;
  z-index: 100;
}

.l-footer-cv {
  position: relative;
  background: #fff;
  padding: 8rem;
  border-radius: 0 3rem 0 0;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv {
    padding: 8rem 2.4rem;
  }
}
.l-footer-cv.-front .l-footer-cv__container {
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv.-front .l-footer-cv__container {
    flex-direction: column;
    justify-content: baseline;
  }
}
.l-footer-cv.-front .l-footer-cv__column {
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv.-front .l-footer-cv__column {
    flex-direction: row;
    gap: 0;
  }
}
.l-footer-cv.-front .l-footer-cv__heading {
  align-items: center;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv.-front .l-footer-cv__heading {
    align-items: baseline;
    margin: 0 0 0.8rem;
  }
}
.l-footer-cv.-front .l-footer-cv__txt {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv.-front .l-footer-cv__txt {
    text-align: left;
  }
}
.l-footer-cv.-front .l-footer-cv__totop {
  display: block;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv.-front .l-footer-cv__totop {
    display: none;
  }
}
.l-footer-cv__container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv__container {
    gap: 5.6rem;
  }
}
.l-footer-cv__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer-cv__heading {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.8rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv__heading {
    margin: 0 0 0.8rem;
  }
}
.l-footer-cv__heading h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv__heading h2 {
    font-size: 1.2rem;
  }
}
.l-footer-cv__heading span {
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--Jost);
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv__heading span {
    font-size: 2.2rem;
  }
}
.l-footer-cv__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv__txt {
    font-size: 1.1rem;
  }
}
.l-footer-cv__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  background: #FFF;
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(192, 215, 235) 100%);
  border-radius: 50%;
}
@media screen and (max-width: 699.98px) {
  .l-footer-cv__btn a {
    width: 8rem;
    height: 8rem;
  }
}
.l-footer-cv__btn a svg {
  stroke: #000;
}
.l-footer-cv__totop {
  position: absolute;
  display: none;
  top: 4rem;
  right: 8rem;
}
.l-footer-cv__totop a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: var(--Jost);
  writing-mode: vertical-rl;
  color: #2F2E2E;
}
.l-footer-cv__totop a:before {
  content: "";
  width: 1px;
  height: 4rem;
  background: #2F2E2E;
}

.l-footer-sitemap {
  position: relative;
  background: #EDEDED;
  padding: 8rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap {
    padding: 8rem 2.4rem;
  }
}
.l-footer-sitemap.-front .l-footer-sitemap__container {
  display: flex;
  justify-content: space-between;
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap.-front .l-footer-sitemap__container {
    flex-direction: column;
  }
}
.l-footer-sitemap.-front .l-footer-sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap.-front .l-footer-sitemap__list {
    display: none;
  }
}
.l-footer-sitemap.-front .l-footer-sitemap__list li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #2F2E2E;
}
.l-footer-sitemap.-front .l-footer-sitemap__main {
  padding: 0 0 0 8rem;
  border-left: 1px solid #2F2E2E;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap.-front .l-footer-sitemap__main {
    padding: 0;
    border-left: none;
  }
}
.l-footer-sitemap.-front .l-footer-sitemap__name {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap.-front .l-footer-sitemap__name {
    display: none;
  }
}
.l-footer-sitemap__logo {
  margin: 0 0 4rem;
}
.l-footer-sitemap__logo svg {
  width: 14.6rem;
  margin: 0 0 0.4rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap__logo svg {
    width: 13rem;
  }
}
.l-footer-sitemap__logo p {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #2F2E2E;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap__logo p {
    font-size: 1.1rem;
  }
}
.l-footer-sitemap__list {
  display: none;
}
.l-footer-sitemap__name {
  display: none;
}
.l-footer-sitemap__info {
  margin: 0 0 8rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap__info {
    margin: 0 0 5.6rem;
  }
}
.l-footer-sitemap__info p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap__info p {
    font-size: 1.4rem;
  }
}
.l-footer-sitemap__info dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 1.6rem;
}
.l-footer-sitemap__info dl dt, .l-footer-sitemap__info dl dd {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap__info dl dt, .l-footer-sitemap__info dl dd {
    font-size: 1.4rem;
  }
}
.l-footer-sitemap__sns {
  display: flex;
  gap: 1.6rem;
  margin: 0 0 2.4rem;
}
.l-footer-sitemap__sns li a {
  display: block;
  width: 2.6rem;
}
.l-footer-sitemap__btn {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 0 0 3.2rem;
}
.l-footer-sitemap__btn p a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 31.2rem;
  height: 5.6rem;
  background: #fff;
  padding: 1.6rem 3.2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap__btn p a {
    width: 100%;
  }
}
.l-footer-sitemap__btn p a span {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--Jost);
  color: #2F2E2E;
}
.l-footer-sitemap__btn p a img {
  width: 2.6rem;
}
.l-footer-sitemap__copyright {
  font-size: 1.1rem;
  font-family: var(--Jost);
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap__copyright {
    font-size: 1rem;
    text-align: center;
  }
}
.l-footer-sitemap__totop {
  position: absolute;
  top: 8rem;
  right: 8rem;
}
@media screen and (max-width: 699.98px) {
  .l-footer-sitemap__totop {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.l-footer-sitemap__totop a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: var(--Jost);
  writing-mode: vertical-rl;
  color: #2F2E2E;
}
.l-footer-sitemap__totop a:before {
  content: "";
  width: 1px;
  height: 4rem;
  background: #2F2E2E;
}/*# sourceMappingURL=footer.css.map */