@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666666vw;
  }
}
.sp-br {
  display: none;
}

.sp-only {
  display: none;
}

.cta-btn {
  display: block;
  border-radius: var(--Corner-Rounding-full-rounding, 10rem);
  border: 0.15rem solid #000;
  background: #c3fe01;
  color: #000;
  /* Design Tokens/Body/XL/Bold */
  font-family: var(--Font-Family-main, "Noto Sans JP");
  font-size: var(--Font-Size-Body-xl, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  padding: 1.45rem 0;
  width: 42rem;
  text-align: center;
  position: relative;
}
.cta-btn--pr {
  background: #c3fe01;
  transition: all 0.4s ease;
}
.cta-btn--pr:hover {
  background: #fff;
}
.cta-btn--pr .img1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
  width: 6rem;
}
.cta-btn--pr .img1 img {
  width: 100%;
  filter: drop-shadow(-0.4rem 0.4rem 1.8rem rgba(0, 0, 0, 0.4));
}
.cta-btn--pr .img2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
  width: 3.5rem;
}
.cta-btn--pr .img2 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.cta-btn--document {
  background: #ff7b00;
  transition: all 0.4s ease;
}
.cta-btn--document:hover {
  background: #fff;
}
.cta-btn--document .img1 {
  position: absolute;
  top: -2.5rem;
  left: 1.6rem;
  width: 5.8rem;
  filter: drop-shadow(-0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.3));
}
.cta-btn--document .img1 img {
  width: 100%;
}
.cta-btn--document .img2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
  width: 3.5rem;
}
.cta-btn--document .img2 img {
  width: 100%;
}

.ctas {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.ctas .cta {
  background: #000;
  box-shadow: 0 0.4rem 8rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(0.25rem);
  padding: 2.55rem 3rem 2.55rem 3rem;
  width: fit-content;
}
.ctas .cta__text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  margin-bottom: 2rem;
}

.fv {
  position: relative;
  background-image: url(../assets/images/fv-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.fv .logo {
  position: absolute;
  top: 3rem;
  left: 8rem;
  display: block;
}
.fv .logo img {
  width: 21.2rem;
}
.fv__inner {
  max-width: 120.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 19rem 0 6.7rem;
}
.fv__inner .text1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4; /* 約12.32rem */
  letter-spacing: 0.44rem;
  margin-bottom: 5rem;
  margin-left: -5rem;
}
.fv__inner .text1 span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -2.64rem;
}
.fv__inner .text2 {
  width: fit-content;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14rem;
  position: relative;
  margin-bottom: 7.5rem;
}
.fv__inner .text2::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
}

.text-wrap {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: clip-path;
  backface-visibility: hidden; /* ちらつき防止 */
}
.text-wrap.is-active {
  clip-path: inset(0);
  will-change: auto;
}

.sec2 {
  background-color: #000;
}
.sec2 .sec2__inner {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
}
.sec2 .sec2__inner .text-box {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 6rem;
}
.sec2 .sec2__inner .text-box .text1 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 89%; /* 89.6px */
}
.sec2 .sec2__inner .text-box .text1 span {
  color: #1355ed;
  font-family: "Noto Sans JP";
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 89.6px */
  padding: 0 0.4rem;
  position: relative;
  z-index: 1;
}
.sec2 .sec2__inner .text-box .text1 span::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  left: 0;
  width: 100%;
  height: 78%;
  background: #fff;
}
.sec2 .sec2__inner .text-box .text1 .mr {
  margin-right: 0.4rem;
}
.sec2 .sec2__inner .text-box .text1 .ml {
  margin-left: 0.4rem;
}
.sec2 .sec2__inner .text2 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
}

.sec3 {
  background-image: url(../assets/images/sec3-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec3 .sec3__inner {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0 11rem;
}
.sec3 .sec3__inner img {
  width: 100%;
  margin-bottom: 1rem;
}
.sec3 .sec3__inner .btns {
  display: flex;
  justify-content: center;
  gap: 6.5rem;
}
.sec3 .sec3__inner .btns .more-btn {
  text-align: center;
  display: block;
  max-width: 33rem;
  width: 100%;
  color: var(--General-Neutral-static-white, #fff);
  /* Design Tokens/Body/XL/Bold */
  font-family: var(--Font-Family-main, "Noto Sans JP");
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  padding: 1.4rem 4.6rem 1.4rem 2.4rem;
  border-radius: 10rem;
  border: 0.1rem solid #fff;
  background: #000;
  transition: all 0.3s ease;
  position: relative;
}
.sec3 .sec3__inner .btns .more-btn:hover {
  background: #fff;
  color: #000;
  border: 0.1rem solid #000;
}
.sec3 .sec3__inner .btns .more-btn .img {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 1.6rem;
  width: 3rem;
}
.sec3 .sec3__inner .btns .more-btn .img img {
  width: 100%;
  margin-bottom: 0;
}

.sec4 {
  background-image: url(../assets/images/sec4-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec4 .sec4__inner {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
}

.sec5 {
  background-color: #000;
}
.sec5__inner {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
}
.sec5__inner img {
  width: 100%;
}

.sec6 {
  background-image: url(../assets/images/sec6-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec6__inner {
  position: relative;
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0 12rem 0rem;
}
.sec6__inner .sec6-content6 {
  border-radius: 99.9rem;
  box-shadow: 0 0 55px 0 rgba(87, 145, 194, 0.25);
  aspect-ratio: 500/220;
  max-width: 50rem;
  position: absolute;
  bottom: 12.8rem;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sec6__inner img {
  width: 100%;
}

.footer {
  background-color: #000;
}
.footer .footer__inner {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  gap: 8.5rem;
}
.footer .footer__inner .left .logo {
  display: block;
  margin-bottom: 1.6rem;
}
.footer .footer__inner .left .logo img {
  width: 20rem;
}
.footer .footer__inner .left .sns {
  padding-left: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer .footer__inner .left .sns .sns-item:first-child img {
  aspect-ratio: 71/30;
  max-width: 7.1rem;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer .footer__inner .left .sns .sns-item:last-child img {
  aspect-ratio: 105/30;
  max-width: 10.5rem;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer .footer__inner .right {
  width: 100%;
  display: flex;
  gap: 2rem;
}
.footer .footer__inner .right .nav-category .link {
  display: block;
  color: var(--General-Neutral-static-white, #fff);
  font-family: var(--Font-Family-main, "Noto Sans JP");
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 150% */
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.footer .footer__inner .right .nav-category .sub-links .sub-link .link {
  display: block;
  color: var(--General-Neutral-static-white, #fff);
  /* Design Tokens/Body/Small/Regular */
  font-family: var(--Font-Family-main, "Noto Sans JP");
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.footer .footer__inner .right .nav1 {
  max-width: 26rem;
  width: 100%;
}
.footer .footer__inner .right .wrapper {
  width: 100%;
  display: flex;
  gap: 2rem;
}
.footer .footer__inner .right .wrapper .nav2 {
  max-width: 26rem;
  width: 100%;
}
.footer .footer__inner .right .wrapper .nav3 {
  max-width: 26rem;
  width: 100%;
}
.footer .footer-bottom {
  background-color: #fff;
}
.footer .footer-bottom .footer-bottom__inner {
  max-width: 137.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom .left .sp-content {
  display: none;
}
.footer .footer-bottom .left p {
  color: #000;
  text-align: center;
  /* Design Tokens/Body/XS/Regular */
  font-family: var(--Font-Family-main, "Noto Sans JP");
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
}
.footer .footer-bottom .text-links {
  display: flex;
  gap: 2.4rem;
}
.footer .footer-bottom .text-links .text-link .link {
  color: #000;
  text-align: right;
  /* Design Tokens/Body/XS/Regular */
  font-family: var(--Font-Family-main, "Noto Sans JP");
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
  .sp-only {
    display: inline;
  }
  .cta-btn {
    display: block;
    border-radius: var(--Corner-Rounding-full-rounding, 10rem);
    border: 0.15rem solid #000;
    background: #c3fe01;
    color: #000;
    color: #000;
    font-family: var(--Font-Family-main, "Noto Sans JP");
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 25.2px */
    padding: 1.2rem 0;
    width: 30rem;
    text-align: center;
    position: relative;
  }
  .cta-btn--pr {
    background: #c3fe01;
    transition: all 0.3s ease;
  }
  .cta-btn--pr:hover {
    background: #fff;
  }
  .cta-btn--pr .img1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.6rem;
    width: 5rem;
  }
  .cta-btn--pr .img1 img {
    width: 100%;
    filter: drop-shadow(-0.4rem 0.4rem 1.8rem rgba(0, 0, 0, 0.4));
  }
  .cta-btn--pr .img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3rem;
    width: 2.8rem;
  }
  .cta-btn--pr .img2 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .cta-btn--document {
    background: #ff7b00;
    transition: all 0.3s ease;
  }
  .cta-btn--document:hover {
    background: #fff;
  }
  .cta-btn--document .img1 {
    position: absolute;
    top: -1.7rem;
    left: 1.6rem;
    width: 4.5rem;
    filter: drop-shadow(-0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.3));
  }
  .cta-btn--document .img1 img {
    width: 100%;
  }
  .cta-btn--document .img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3rem;
    width: 2.8rem;
  }
  .cta-btn--document .img2 img {
    width: 100%;
  }
  .ctas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .ctas .cta {
    background: #000;
    box-shadow: 0 0.4rem 8rem 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(0.25rem);
    padding: 1.15rem 1.75rem;
    width: fit-content;
  }
  .ctas .cta__text {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    margin-bottom: 1rem;
  }
  .fv {
    position: relative;
    background-image: url(../assets/images/fv-bg-sp.png);
    background-color: #F6F6F6;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .fv .logo {
    position: absolute;
    top: 0.9rem;
    left: 1.9rem;
    display: block;
  }
  .fv .logo img {
    width: 9.5rem;
  }
  .fv__inner {
    max-width: 33.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 8rem 0 2rem;
  }
  .fv__inner .text1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 47.6px */
    letter-spacing: 0.17rem;
    margin-bottom: 3rem;
    margin-left: -2rem;
  }
  .fv__inner .text1 span {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: -1.02rem;
  }
  .fv__inner .text2 {
    width: fit-content;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    letter-spacing: 0.07rem;
    position: relative;
    margin-bottom: 10rem;
  }
  .fv__inner .text2::before {
    content: "";
    position: absolute;
    top: -2.5rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #000;
  }
  .sec2 {
    background-color: #000;
  }
  .sec2 .sec2__inner {
    max-width: 33.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .sec2 .sec2__inner .text-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
  .sec2 .sec2__inner .text-box .text1 {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 0.09rem;
    line-height: 89%; /* 89.6px */
  }
  .sec2 .sec2__inner .text-box .text1 span {
    color: #0059FF;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 0.09rem;
    padding: 0 0.4rem;
    position: relative;
    z-index: 1;
  }
  .sec2 .sec2__inner .text-box .text1 span::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
    left: 0;
    width: 100%;
    height: 78%;
    background: #fff;
  }
  .sec2 .sec2__inner .text-box .text1 .mr {
    margin-right: 0.2rem;
  }
  .sec2 .sec2__inner .text-box .text1 .ml {
    margin-left: 0.2rem;
  }
  .sec2 .sec2__inner .text2 {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 19.2px */
  }
  .sec3 {
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sec3 .sec3__inner {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .sec3 .sec3__inner img {
    width: 100%;
    margin-bottom: 0;
  }
  .sec3 .sec3__inner .btns {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 41.3rem;
  }
  .sec3 .sec3__inner .btns .more-btn {
    text-align: center;
    display: block;
    max-width: 24rem;
    width: 100%;
    color: var(--General-Neutral-static-white, #FFF);
    /* Design Tokens/Body/XL/Bold */
    font-family: var(--Font-Family-main, "Noto Sans JP");
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 36px */
    padding: 1.4rem 4.6rem 1.4rem 2.4rem;
    border-radius: 10rem;
    border: 0.1rem solid #fff;
    background: #000;
    transition: all 0.3s ease;
    position: relative;
  }
  .sec3 .sec3__inner .btns .more-btn:hover {
    background: #fff;
    color: #000;
    border: 0.1rem solid #000;
  }
  .sec3 .sec3__inner .btns .more-btn .img {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 1.6rem;
    width: 3rem;
  }
  .sec3 .sec3__inner .btns .more-btn .img img {
    width: 100%;
    margin-bottom: 0;
  }
  .sec4 {
    background-image: url(../assets/images/sec4-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sec4 .sec4__inner {
    max-width: 112rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .sec5 {
    background-color: #000;
  }
  .sec5__inner {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .sec5__inner img {
    width: 100%;
  }
  .sec6 {
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sec6__inner {
    position: relative;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .sec6__inner .sec6-content6 {
    display: none;
    border-radius: 99.9rem;
    box-shadow: 0 0 55px 0 rgba(87, 145, 194, 0.25);
    aspect-ratio: 320/115;
    max-width: 32rem;
    position: absolute;
    bottom: 12.8rem;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .sec6__inner img {
    width: 100%;
  }
  .footer {
    background-color: #000;
  }
  .footer .footer__inner {
    max-width: 31.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem 0;
    display: flex;
    gap: 4.2rem;
  }
  .footer .footer__inner .left {
    display: none;
  }
  .footer .footer__inner .left .logo {
    display: block;
    margin-bottom: 1.6rem;
  }
  .footer .footer__inner .left .logo img {
    width: 20rem;
  }
  .footer .footer__inner .left .sns {
    padding-left: 0.8rem;
    display: flex;
    gap: 1.6rem;
  }
  .footer .footer__inner .left .sns .sns-item:first-child img {
    aspect-ratio: 71/30;
    max-width: 7.1rem;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .footer .footer__inner .left .sns .sns-item:last-child img {
    aspect-ratio: 105/30;
    max-width: 10.5rem;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .footer .footer__inner .right {
    width: 100%;
    display: flex;
    gap: 2rem;
  }
  .footer .footer__inner .right .nav-category {
    margin-bottom: 1.6rem;
  }
  .footer .footer__inner .right .nav-category:last-child {
    margin-bottom: 0;
  }
  .footer .footer__inner .right .nav-category .link {
    display: block;
    color: var(--General-Neutral-static-white, #FFF);
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 161.538%; /* 161.538% */
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    margin-bottom: 1.6rem;
  }
  .footer .footer__inner .right .nav-category .sub-links .sub-link:last-child .link {
    margin-bottom: 0;
  }
  .footer .footer__inner .right .nav-category .sub-links .sub-link .link {
    display: block;
    color: #FFF;
    /* Caption / L */
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
    letter-spacing: 0.048rem;
    padding: 0;
  }
  .footer .footer__inner .right .nav1 {
    max-width: 26rem;
    width: 100%;
  }
  .footer .footer__inner .right .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer .footer__inner .right .wrapper .nav2 {
    max-width: 26rem;
    width: 100%;
  }
  .footer .footer__inner .right .wrapper .nav3 {
    max-width: 26rem;
    width: 100%;
  }
  .footer .footer-bottom {
    background-color: #fff;
  }
  .footer .footer-bottom .footer-bottom__inner {
    max-width: 137.6rem;
    width: 100%;
    margin: 0 auto;
    padding: 2.4rem 0 1.6rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-bottom .left .sp-content {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.6rem;
  }
  .footer .footer-bottom .left .sp-content .logo {
    display: block;
    margin-bottom: 1.55rem;
  }
  .footer .footer-bottom .left .sp-content .logo img {
    width: 15rem;
  }
  .footer .footer-bottom .left .sp-content .sns {
    padding-left: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
  .footer .footer-bottom .left .sp-content .sns .sns-item:first-child img {
    aspect-ratio: 59/25;
    max-width: 5.9rem;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .footer .footer-bottom .left .sp-content .sns .sns-item:last-child img {
    aspect-ratio: 91/25;
    max-width: 9.1rem;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .footer .footer-bottom .left p {
    color: #000;
    text-align: center;
    /* Design Tokens/Body/XS/Regular */
    font-family: var(--Font-Family-main, "Noto Sans JP");
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 150% */
  }
  .footer .footer-bottom .text-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 4.85rem;
    width: 100%;
    position: relative;
  }
  .footer .footer-bottom .text-links .text-link {
    text-align: center;
  }
  .footer .footer-bottom .text-links .text-link .link {
    color: #000;
    text-align: right;
    /* Design Tokens/Body/XS/Regular */
    font-family: var(--Font-Family-main, "Noto Sans JP");
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 150% */
  }
  .footer .footer-bottom .text-links::before {
    content: "";
    position: absolute;
    bottom: -2.42rem;
    left: 3rem;
    width: calc(100% - 6rem);
    height: 0.1rem;
    background-color: #7F7F7F;
  }
}/*# sourceMappingURL=index.css.map */