*, *::before, *::after {
  min-width: 0px;
  min-height: 0px;
}
body {
  font-family: var(--font-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--black);
  background-color: var(--white);
  letter-spacing: 0.10em;
}
#root {
  max-width: 1920px;
  margin: 0 auto;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
img, iframe {
  max-width: 100%;
}
iframe {
  border: none;
  box-shadow: none;
}
a, a:hover {
  color: var(--black);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.button {
  position: relative;
  appearance: none;
  cursor: pointer;
  box-shadow: none;
  border: 0;
  outline: none;
}
.list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5rem;
  list-style: disc outside none;
}
.list > p {
  margin: 0;
  display: list-item;
}
.webgene-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 0;
  margin: 0;
}
.webgene-pagination ul li a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 9999px;
  background-color: var(--light-gray);
  color: var(--black);
}
.webgene-pagination ul li a:hover {
  color: var(--black);
}
.webgene-pagination ul li.selected a {
  background-color: var(--blue);
  color: var(--white);
}
.webgene-pagination ul li.selected a:hover {
  color: var(--white);
}
.thumbnail {
  position: relative;
}
.thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.thumbnail:empty {
  padding-top: 56.25%;
}
.thumbnail:empty::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-size: cover;
  background-image: url("/system_panel/uploads/images/ogp.png");
}
.article-body > p {
  margin: 1em 0;
}
.article-body > h1,
.article-body > h2,
.article-body > h3,
.article-body > h4,
.article-body > h5,
.article-body > h6 {
  margin: 2em 0 1em;
}
.article-body > *:first-child {
  margin-top: 0;
}
.article-body > *:last-child {
  margin-bottom: 0;
}
.article-body a, .article-body a:hover {
  color: var(--blue);
  text-decoration: underline;
}
.button {
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid var(--navy);
  display: inline-flex;
  text-align: center;
  gap: 1rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--white);
  color: var(--navy);
}
.button:hover {
  color: var(--navy);
  text-decoration: none;
}
.button--navy {
  background-color: var(--navy);
  color: var(--white);
  border: 1px solid var(--white);
}
.button--navy:hover {
  color: var(--white);
}
.button--large {
  font-size: 1.5rem;
  padding: 0.9375rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .button--large {
    font-size: 2rem;
    padding: 1.25rem 2.5rem;
  }
}

.footer-area-image {
  position: absolute;
  top: 1.5rem;
  left: -8%;
  width: 100%;
  max-width: 600px;
}
.footer-estimate-bubble {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 120%;
  transform: translate(-50%, -50%);
}
.footer-estimate-dec-1 {
  position: absolute;
  top: 65px;
  right: -40px;
  width: 185px;
}
.footer-estimate-dec-2 {
  position: absolute;
  bottom: 40px;
  left: -25px;
  width: 122px;
}

.top-image {
  width: 142px;
}
.collection-image {
  width: 224px;
}
.memory-image {
  width: 208px;
}
.cleanup-image {
  width: 244px;
}
.purchase-image {
  width: 200px;
}
.about-image {
  width: 180px;
}
.service-dec {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1502px;
}
.about-image-left {
  position: absolute;
  top: -200px;
  left: -230px;
  width: 508px;
}
.about-image-right {
  position: absolute;
  bottom: -180px;
  right: -200px;
  width: 461px;
}
.about-dec {
  position: absolute;
  background-color: var(--light-blue);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 340px;
  top: 90px;
  left: 25%;
}
.top-concept-dec {
  position: absolute;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--light-blue);
  right: 0;
  bottom: 40px;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-width: 840px;
}
.top-services-dec--1 {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 90%;
  aspect-ratio: 16 / 9;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: var(--light-blue);
}
.top-services-dec--2 {
  position: absolute;
  top: -40px;
  right: -20px;
  width: 90%;
  aspect-ratio: 16 / 9;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--light-blue);
}
.top-services-dec--1.on-navy,
.top-services-dec--2.on-navy {
  background-color: rgba(255 255 255 / 10%);
}
.top-services-illust {
  width: 87px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.top-card-image {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .footer-estimate-dec-1 {
    width: 270px;
    top: 32px;
    right: 4.5%;
  }
  .footer-estimate-dec-2 {
    width: 180px;
    bottom: 32px;
    left: 4.5%;
  }
  .service-dec {
    top: 20px;
  }
  .top-image {
    width: 320px;
  }
  .about-image {
  width: 245px;
  }
  .about-image-left {
    top: -250px;
    left: -300px;
    width: 660px;
  }
  .about-image-right {
  bottom: -240px;
  right: -400px;
  width: 660px;
  }
  .about-dec {
    height: 540px;
  }
  .top-services-dec--1 {
    left: -40px;
  }
  .top-services-dec--2 {
    right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .about-dec {
    top: 54px;
    left: 35%;
    height: 730px;
  }
  .top-services-dec--1, .top-services-dec--2 {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 3 / 2;
  }
  .top-services-dec--1 {
    left: -60px;
  }
  .top-services-dec--2 {
    top: 20px;
    right: -60px;
  }
  .top-services-illust {
    width: 175px;
    top: 40px;
    right: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .top-image {
    width: 228px;
  }
  .collection-image {
    width: 368px;
  }
  .memory-image {
  width: 366px;
  }
  .cleanup-image {
  width: 364px;
  }
  .purchase-image {
    width: 285px;
  }
  .about-image-left {
    top: -120px;
    left: -480px;
    width: 880px;
  }
  .about-image-right {
    bottom: -240px;
    right: -530px;
    width: 880px;
  }
  .top-services-illust {
    right: 10%;
  }
}

.hero-bg-dec {
  background-color: rgba(255 255 255 / 70%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.collapsible__trigger {
  cursor: pointer;
}
.collapsible__trigger .icon {
  transition: transform 150ms ease;
}
.collapsible__trigger.open .icon {
  transform: rotate(45deg);
}

.map-style {
  aspect-ratio: 16 / 9;
}

.webgene-item .thumbnail {
  border-radius: 0.75rem;
  overflow: hidden;
}
.excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.5;
  max-height: 2.25rem;
}
.blog-list .webgene-blog {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: initial;
  bottom: initial;
}
.swiper-pagination-bullet {
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .blog-list .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-list .webgene-pagination {
    grid-column: span 2 / span 2;
  }
}
@media screen and (min-width: 1024px) {
  .blog-list .webgene-blog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .blog-list .webgene-pagination {
    grid-column: span 3 / span 3;
  }
}

.home-hero {
  aspect-ratio: 4 / 5;
}
.home-hero .swiper {
  width: 100%;
  height: 100%;
}
.home-hero .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-direction: row;
  overflow: auto;
}
.home-hero .swiper:not(.swiper-initialized) .swiper-slide {
  min-width: 100%;
}
.home-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .home-hero {
    aspect-ratio: 5 / 4;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero {
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 80px);
  }
}


.aspect-video {
  aspect-ratio: 16 / 9;
}
