@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");
:root {
  --text-color: #191919;
  --wh: #fff;
  --bk: #191919;
  --gray: #8A8B88;
  --green: #6AC643;
  --yellow: #FFD700;
  --footer-bg: #111827;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .pc-xsl {
    display: none !important;
  }
}

@media screen and (min-width:500px) {
  .sp-xsl {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 377px) {
  .sp-xs {
    display: none !important;
  }
}

/* ====================================================
TOP
==================================================== */
.fv {
  position: relative;
  height: 100svh;
  margin: calc(7.5rem - 64px) 0 0 0;
}
.fv-video video {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .fv-video video {
    -o-object-position: 40% center;
       object-position: 40% center;
  }
}
.fv__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--wh);
  padding: 0 1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .fv__wrapper {
    height: 70%;
  }
}
.fv__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 2;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}
.fv__desc {
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin: 1.25rem 0;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services {
  position: relative;
  margin-top: clamp(1.875rem, 8vw, 6.25rem);
}
.services .group:nth-child(2) img {
  -o-object-position: center 87%;
     object-position: center 87%;
}

.cta {
  color: var(--wh);
  padding: clamp(3.125rem, 10vw, 9.375rem) 0 0;
}
@media screen and (max-width: 834px) {
  .cta {
    padding: clamp(3.125rem, 10vw, 9.375rem) 5% 0;
  }
}
.cta__title {
  font-size: 2.25rem;
  margin: auto;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 834px) {
  .cta__title {
    font-size: 1.5rem;
  }
}
.cta__title span {
  color: var(--yellow);
}
.cta__title .dots {
  background-image: radial-gradient(circle at center, #FFD700 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}
.cta__desc {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 2rem;
  line-height: 2;
}
.cta__caution {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--wh);
  border-radius: 100vmax;
  padding: 2rem 3rem;
  text-align: center;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: var(--bk);
  margin: auto;
}
@media screen and (max-width: 499px) {
  .cta__caution {
    padding: 1rem 2rem;
  }
}

.link-btn {
  background-color: #111827;
  color: var(--wh);
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
  min-width: 50%;
}
@media screen and (max-width: 1200px) {
  .link-btn {
    min-width: 12.5rem;
  }
}
.link-btn::after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.link-btn:hover {
  color: var(--yellow);
}
.link-btn:hover::after {
  transform: translate(5px, -50%);
  transition: transform 0.3s ease-in-out;
}

.services__price {
  margin-bottom: 1rem;
  text-align: center;
}
.services__disclaimer {
  font-size: 0.75rem;
  color: #6b7280;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
}

.disclaimer-link {
  color: rgb(29, 29, 211);
  text-decoration: underline;
  cursor: pointer;
}

/* ====================================================
Headline Marquee (infinite single-line loop)
==================================================== */
.headline-marquee {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.9375rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.marquee__track {
  display: inline-flex;
  gap: 4rem;
  white-space: nowrap;
  will-change: transform;
  align-items: center;
  animation: marquee 100s linear infinite;
}

.marquee__item {
  display: inline-block;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  line-height: 1;
  color: var(--wh);
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.headline-marquee:hover .marquee__track,
.headline-marquee:focus-within .marquee__track {
  animation-play-state: paused;
}/*# sourceMappingURL=top.css.map */