@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-family: "Roboto", "Inter", sans-serif;
  margin: 0;
  color: #111;
  line-height: 1.6;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

h1, h2, h3 {
  font-family: "Roboto", "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-align: left;
}

h2 {
  font-size: 3.5rem;
  margin-top: 0;
}

p, li {
  font-size: 1.25rem;
}

p:not(.sub) {
  text-align: justify;
}

a {
  text-decoration: none;
  color: inherit;
}

.section {
  padding: 80px 0;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}

.__inner-container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.__inner-width {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.btn-primary {
  font-size: 1.5rem;
}
.btn-primary.__ex-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("../image/icon-ex-link.svg") no-repeat center/contain;
  margin-left: 10px;
}

.header {
  background: #020B05;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  height: 70px;
  padding-left: 2.5rem;
  /* ハンバーガーボタン */
  /* モバイル用ナビ開閉 */
}
.header .nav {
  display: flex;
  justify-content: end;
  width: 100%;
}
.header .nav .menu-links {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 3.75rem;
  margin-right: 2.5rem;
}
.header .nav .menu-links a {
  color: #fff;
  line-height: 1.4;
}
.header .nav .menu-btns {
  display: flex;
}
.header .nav .menu-btns .btn {
  background: #00B053;
  color: #fff;
  padding: 10px 3rem;
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  width: 140px;
  height: 70px;
  line-height: 70px;
}
.header .nav .menu-btns .btn:hover {
  opacity: 0.8;
}
.header .nav .menu-btns .btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../image/icon-mail.svg) no-repeat center/contain;
}
.header .nav .menu-btns .btn.__inquiry {
  color: #00B053;
  background: #fff;
}
.header .nav .menu-btns .btn.__download::before {
  background: url(../image/icon-download-white.svg) no-repeat center/contain;
  width: 17px;
  height: 20px;
}
.header .nav a {
  font-weight: 500;
}
.header .menu-toggle {
  position: relative;
  width: 28px;
  height: 18px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background: none;
  border: none;
  padding: 0;
}
.header .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.2s ease;
  transform-origin: center;
}
.header .menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header .menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header .menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header .menu-toggle:hover span {
  background-color: #ccc;
}
@media (max-width: 899px) {
  .header .menu-toggle {
    position: fixed;
    display: flex;
    top: 26px;
    right: 16px;
    z-index: 9999;
  }
  .header .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100vh;
    background: #00B053;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    transition: right 0.4s ease;
    z-index: 1000;
  }
  .header .nav .menu-links,
  .header .nav .menu-btns {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 2.4rem;
    margin-right: 0;
  }
  .header .nav .menu-links a,
  .header .nav .menu-btns a {
    font-size: 1.6rem;
  }
  .header .nav .menu-links .btn,
  .header .nav .menu-btns .btn {
    width: 24rem;
    height: 5rem;
  }
  .header .nav .menu-links .btn.__download,
  .header .nav .menu-btns .btn.__download {
    border: 1px solid #fff;
  }
  .header .nav.active {
    right: 0;
    gap: 4rem;
  }
  .header body.no-scroll {
    overflow: hidden;
  }
}

.hero {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.hero .hero-slide {
  height: 90vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero .hero-slide:first-child {
  background-position: top;
}
.hero .hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.hero .hero-slide.hero-slide:nth-child(2)::before {
  display: none;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: left;
}
.hero .hero-content h1 {
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 12px;
}
.hero .hero-content .sub {
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  color: #00B053;
  margin-bottom: 24px;
}
.hero .hero-content .sub::before {
  content: "";
  position: absolute;
  bottom: 2.1rem;
  left: 0;
  right: 0;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  transform: skewX(-36deg) translateX(-30%);
  z-index: -1;
}
.hero .splide__pagination {
  bottom: 1.5rem;
  gap: 8px;
}
.hero .splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
}
.hero .splide__pagination .splide__pagination__page.is-active {
  background: #00B053;
}

.sc25-lead {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 10;
}
.sc25-lead img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.sc25-lead img:hover {
  opacity: 1;
}

.notification {
  color: #fff;
  background: #00B053;
  font-size: 1.5rem;
  text-align: center;
  padding: 8px;
}

.reasons {
  position: relative;
  text-align: center;
  position: relative;
  background: url("../image/bg-product-grid.webp") no-repeat center/cover;
  overflow: hidden;
  z-index: 1;
}
.reasons::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 11, 5, 0.5);
  pointer-events: none;
  z-index: -1;
}
.reasons h2 {
  color: #fff;
}
.reasons .reason-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 40px;
}
.reasons .reason-grid .reason-card {
  background: rgba(255, 255, 255, 0.92);
  flex: 1;
  min-width: 260px;
  padding: 30px 20px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.reasons .reason-grid .reason-card:nth-child(2) img {
  margin-bottom: -14px;
}
.reasons .reason-grid .reason-card h3 {
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 8px 0;
}
.reasons .reason-grid .reason-card ul {
  padding-left: 8px;
  list-style: none;
}
.reasons .reason-grid .reason-card ul li {
  position: relative;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: justify;
}
.reasons .reason-grid .reason-card ul li::before {
  content: "-";
  position: absolute;
  right: calc(100% + 6px);
}
.reasons .reason-grid .reason-card ul li:not(:first-of-type) {
  margin-top: 8px;
}
.reasons .reason-grid .reason-card p {
  font-size: 1.25rem;
  letter-spacing: -1px;
}
.reasons .btn-primary {
  background: #00B053;
  color: #fff;
  padding: 10px 3rem;
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s ease;
  margin-top: 3.75rem;
}
.reasons .btn-primary:hover {
  opacity: 0.8;
}

.products h2 {
  margin-bottom: 2rem;
}
.products .product-item {
  max-width: 1120px;
  margin: auto;
}
.products .product-item > p,
.products .product-item > div {
  margin-left: 5rem;
}
.products .product-item > p .image-feature-container,
.products .product-item > div .image-feature-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2rem;
}
.products .product-item p {
  font-size: 18px;
}
.products .product-item h3 {
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #00B053;
  white-space: nowrap;
  margin: 0 0 1.5rem;
}
.products .product-item h3::after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  margin-left: 1.5rem;
}
.products .product-item h4 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.products .product-item h4 + p {
  margin-bottom: 2.5rem;
}
.products .product-item .product-image-container {
  min-width: 288px;
}
.products .product-item .product-feature-container h5 {
  font-size: 2.25rem;
  font-style: italic;
  color: #333;
  margin: 0 0 1rem;
}
.products img {
  max-width: 100%;
  height: 100%;
}
.products .note-download {
  color: #00B053;
  text-align: right;
}
.products .detail-link {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  color: #00B053;
  font-size: 1.5rem;
  font-weight: 600;
}
.products .detail-link .__text {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #00B053;
}
.products .detail-link:hover .circle-btn {
  background-color: #00B053;
  transform: scale(1.15);
}
.products .detail-link .circle-btn {
  position: relative;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 175, 83, 0.7);
  cursor: pointer;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.products .detail-link .circle-btn .__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translate(-70%, -50%) rotate(-45deg);
}

.products-modal,
.product-modal {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.3s ease;
}
.products-modal.active,
.product-modal.active {
  opacity: 1;
  visibility: visible;
}
.products-modal.active .modal-content,
.product-modal.active .modal-content {
  transform: scale(1);
  opacity: 1;
}
.products-modal .modal-content,
.product-modal .modal-content {
  background: #fff;
  border: 6px solid #00b050;
  padding: 1.5rem;
  position: relative;
  max-width: 960px;
  width: 90%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.products-modal .modal-content .modal-inner-wrapper,
.product-modal .modal-content .modal-inner-wrapper {
  padding: 2rem;
  border: 2px solid #00b050;
}
.products-modal .modal-content .modal-inner-wrapper .modal-title,
.product-modal .modal-content .modal-inner-wrapper .modal-title {
  color: #00b050;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
.products-modal .modal-content .modal-inner-wrapper .modal-img.__products,
.product-modal .modal-content .modal-inner-wrapper .modal-img.__products {
  width: 100%;
  margin-top: -5.75rem;
}
.products-modal .modal-content .modal-inner-wrapper .modal-detail-container,
.product-modal .modal-content .modal-inner-wrapper .modal-detail-container {
  display: flex;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
.products-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-img,
.product-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-img {
  width: 100%;
  max-width: 200px;
}
.products-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3,
.product-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3 {
  position: relative;
  font-size: 1.25rem;
  font-style: normal;
  margin-top: 1.25rem;
  margin-bottom: 2px;
}
.products-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3:first-child,
.product-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3:first-child {
  margin-top: 0;
}
.products-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3::before,
.product-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3::before {
  content: "";
  position: absolute;
  top: 18px;
  right: calc(100% + 12px);
  width: 20px;
  height: 1px;
  background: #000;
}
.products-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc p,
.product-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
}
.products-modal .modal-content .modal-inner-wrapper .form-btn a,
.product-modal .modal-content .modal-inner-wrapper .form-btn a {
  background: #00B053;
  color: #fff;
  padding: 10px 3rem;
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 0;
  width: 240px;
  height: 56px;
  line-height: 56px;
}
.products-modal .modal-content .modal-inner-wrapper .form-btn a.__reasons,
.product-modal .modal-content .modal-inner-wrapper .form-btn a.__reasons {
  margin-top: 1rem;
  margin-right: auto;
}
.products-modal .modal-content .modal-inner-wrapper .form-btn a::before,
.product-modal .modal-content .modal-inner-wrapper .form-btn a::before {
  content: "";
  display: inline-block;
  background: url(../image/icon-download-white.svg) no-repeat center/contain;
  width: 17px;
  height: 20px;
}
.products-modal .modal-close,
.product-modal .modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #00b050;
  color: #fff;
  font-size: 24px;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.products-modal .modal-close:hover,
.product-modal .modal-close:hover {
  background: #009244;
  transform: scale(1.05);
}

.booth {
  position: relative;
  color: #fff;
  text-align: center;
  background: url("../image/bg-booth.webp") no-repeat center/cover;
  overflow: hidden;
  z-index: 0;
}
.booth::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 11, 5, 0.5);
  pointer-events: none;
  z-index: -1;
}
.booth h2 {
  margin-bottom: 1.5rem;
}
.booth .booth-map {
  width: 100%;
  max-width: 89%;
  height: 100%;
  margin: 20px auto 2.5rem;
}
.booth .route-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booth .route-title h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.75rem;
  font-weight: 600;
  font-style: normal;
  width: calc(100% - 222px);
  white-space: nowrap;
  margin: 0;
}
.booth .route-title h3::after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 1px;
  background: #fff;
  margin-left: 1rem;
  z-index: 100;
}
.booth .route-title .btn-primary {
  background: #00B053;
  color: #fff;
  padding: 10px 3rem;
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s ease;
  position: absolute;
  right: 0;
  padding: 10px 1.5rem 10px 2rem;
  white-space: nowrap;
}
.booth .route-title .btn-primary:hover {
  opacity: 0.8;
}
.booth .route-title .btn-primary::after {
  margin-left: 6px;
}
.booth p {
  font-size: 1.25rem;
  margin-left: 4rem;
}

.sites .unit-wrapper {
  max-width: 1160px;
  margin-left: 2.5rem;
}
.sites .unit-wrapper h3 {
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #00B053;
  margin-bottom: 2.5rem;
  white-space: nowrap;
}
.sites .unit-wrapper h3::after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  margin-left: 1.5rem;
}
.sites .unit-wrapper .unit-inner-wrapper {
  display: flex;
  justify-content: space-between;
}
.sites .unit-wrapper .unit-inner-wrapper .types-container {
  width: 100%;
}
.sites .unit-wrapper .unit-inner-wrapper .types-container + .sites-grid {
  justify-content: end;
}
.sites .unit-wrapper .type-wrapper {
  margin-left: 2.5rem;
}
.sites .unit-wrapper .type-wrapper + .type-wrapper {
  margin-top: 3.75rem;
}
.sites .unit-wrapper .type-wrapper h4 {
  font-size: 1.75rem;
  margin: 0 0 8px;
}
.sites .unit-wrapper .type-wrapper p {
  font-weight: 600;
}
.sites .unit-wrapper .type-wrapper li + li {
  margin-top: 12px;
}
.sites .sites-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.sites .site-card {
  width: 360px;
}
.sites .site-card img {
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.sites .site-card p {
  text-align: center;
  margin-top: 10px;
}

.about {
  padding: 2.5rem 0;
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
  background-color: #e1e1fd;
}
.about .bg-container {
  text-align: center;
  position: relative;
  background: url("../image/bg-nidec-world.webp") no-repeat center/contain;
  padding: 2.5rem 0;
  overflow: hidden;
  z-index: 0;
}
.about h2 {
  text-align: center;
}
.about .reason-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 40px;
}
.about .reason-grid .reason-card {
  background: rgba(255, 255, 255, 0.7);
  flex: 1;
  width: 292px;
  padding: 32px 20px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.about .reason-grid .reason-card img {
  min-height: 66px;
}
.about .reason-grid .reason-card h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
  text-align: center;
  margin: 8px 0;
}
.about .reason-grid .reason-card p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
.about .reason-grid .reason-card p span {
  font-size: 3.5rem;
  font-weight: bold;
  margin-left: 6px;
}
.about .btn-primary {
  background: #00B053;
  color: #fff;
  padding: 10px 3rem;
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s ease;
  margin-top: 4.25rem;
}
.about .btn-primary:hover {
  opacity: 0.8;
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0;
  z-index: 1000;
  transition: bottom 0.3s ease, transform 0.4s ease;
  will-change: transform;
}
.cta .cta-toggle {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #00B053;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 1.5rem;
  transition: opacity 0.3s ease;
}
.cta .cta-toggle::before, .cta .cta-toggle::after {
  content: "";
  position: absolute;
  top: 12px;
  left: calc(50% - 2px);
  width: 4px;
  height: 20px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 2px);
}
.cta .cta-toggle::before {
  transform: rotate(45deg);
}
.cta .cta-toggle::after {
  transform: rotate(-45deg);
}
.cta .cta-toggle:hover {
  opacity: 0.8;
}
.cta .cta-panel {
  overflow: hidden; /* ← ここに付ける */
  max-height: 400px;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 1;
  background: #00B053;
}
.cta .cta-panel .cta-content {
  margin: 0 auto;
  padding: 0;
  transition: opacity 0.3s ease;
}
.cta .cta-panel .cta-content p {
  margin: 0;
  text-align: center;
}
.cta .cta-panel .cta-content .cta-btns-wrapper {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  max-width: 50rem;
  margin: auto;
}
.cta .cta-panel .cta-content .cta-btns-wrapper .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #00B053;
  background: #fff;
  width: 15rem;
  height: 52px;
  line-height: 52px;
}
.cta .cta-panel .cta-content .cta-btns-wrapper .btn-primary::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../image/icon-reseravtion.svg) no-repeat center/contain;
}
.cta .cta-panel .cta-content .cta-btns-wrapper .btn-primary.__inquiry::before {
  background: url(../image/icon-mail.svg) no-repeat center/contain;
  width: 24px;
  height: 19px;
}
.cta .cta-panel .cta-content .cta-btns-wrapper .btn-primary.__download::before {
  background: url(../image/icon-download.svg) no-repeat center/contain;
  width: 21px;
  height: 24px;
}
.cta.closed {
  max-height: 70px;
  padding: 0;
}
.cta.closed .cta-panel {
  max-height: 0;
  opacity: 0;
}
.cta.closed .cta-panel .cta-content {
  opacity: 0;
  pointer-events: none;
}
.cta.closed .cta-toggle {
  border-bottom: 1px solid #d3ead9;
  z-index: 100;
}
.cta.closed .cta-toggle::before {
  transform: rotate(-45deg);
  transform-origin: 50% 2px;
}
.cta.closed .cta-toggle::after {
  transform: rotate(45deg);
  transform-origin: 50% 2px;
}
.cta.open {
  max-height: 400px;
  padding: 0;
}
.cta.open .cta-content {
  opacity: 1;
  padding: 1.5rem 0;
}
.cta.open .cta-content p {
  margin-bottom: 1.25rem;
}
.cta.lifted {
  bottom: 57px;
}

.footer {
  color: #373737;
  text-align: center;
  padding: 16px 0;
  font-size: 0.9rem;
}
.footer p {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}

.trust360-privacy-button {
  z-index: 100 !important;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.fade.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1536px) {
  html {
    font-size: 125%;
  }
  html .header .nav .menu-links {
    gap: 2.5rem;
  }
  html .__inner-container,
  html .container {
    max-width: 1440px;
  }
  html .hero .hero-content .sub {
    padding-left: 2rem;
  }
  html .hero .hero-content .sub::before {
    width: 70%;
    transform: skewX(-36deg) translateX(0);
  }
  html .products-modal .modal-content .modal-inner-wrapper .modal-img.__products,
  html .product-modal .modal-content .modal-inner-wrapper .modal-img.__products {
    margin-top: -1rem;
  }
  html .products .product-item {
    max-width: 1280px;
  }
  html .__inner-width {
    max-width: 1120px;
  }
  html .__inner-width .reason-card h3 {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1366px) and (min-width: 1280px) {
  .header .nav .menu-links {
    gap: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 1279px) and (min-width: 821px) {
  .header .nav .menu-links {
    gap: 1rem;
    margin-right: 1rem;
  }
  .header .nav .menu-links a {
    font-size: 14px;
  }
  .header .nav .menu-btns .btn {
    max-width: 120px;
  }
}
@media (max-width: 1024px) and (min-width: 821px) {
  .header .nav .menu-links {
    gap: 12px;
    margin-right: 12px;
  }
  .header .nav .menu-btns .btn {
    max-width: 100px;
    font-size: 14px;
    gap: 4px;
  }
}
@media (max-width: 1023px) {
  .products-modal .modal-content,
  .product-modal .modal-content {
    max-height: 90vh;
    overflow-y: scroll;
  }
  .products-modal .modal-content .modal-close,
  .product-modal .modal-content .modal-close {
    top: 4px;
    right: 4px;
  }
  .products-modal .modal-content .modal-inner-wrapper .modal-title,
  .product-modal .modal-content .modal-inner-wrapper .modal-title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .products-modal .modal-content .modal-inner-wrapper .modal-img.__products,
  .product-modal .modal-content .modal-inner-wrapper .modal-img.__products {
    margin-top: -1.5rem;
  }
  .products-modal .modal-content .modal-inner-wrapper .modal-detail-container,
  .product-modal .modal-content .modal-inner-wrapper .modal-detail-container {
    flex-wrap: wrap;
  }
  .products-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-img,
  .product-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-img {
    max-width: 24rem;
    margin: 1rem auto 2rem;
  }
  .products-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3,
  .product-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3 {
    font-size: 1.8rem;
  }
  .products-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3::before,
  .product-modal .modal-content .modal-inner-wrapper .modal-detail-container .modal-desc h3::before {
    display: none;
  }
  .products-modal .modal-content .modal-inner-wrapper .form-btn a,
  .product-modal .modal-content .modal-inner-wrapper .form-btn a {
    margin-right: auto;
    font-size: 1.6rem;
  }
}
@media (min-width: 821px) {
  .header img {
    max-width: 12%;
    min-width: 120px;
  }
  .sites .quadruple .site-card {
    width: 275px;
  }
  .sites .quadruple .site-card img {
    width: 100%;
    max-width: 275px;
    height: 100%;
    max-height: 206px;
  }
  .sites .quadruple .site-card .site-card p {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 820px) {
  .pc_only {
    display: none;
  }
  .reasons .reason-grid .reason-card ul {
    padding-left: 4px;
  }
  .reasons .reason-grid .reason-card ul li {
    font-size: 1.5rem;
  }
}
@media (max-aspect-ratio: 4/3) {
  .hero .hero-slide {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  h2 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  p {
    font-size: 1.5rem !important;
  }
  img {
    max-width: 100%;
  }
  header {
    max-height: 64px;
    padding-right: 1rem;
  }
  header img {
    width: 12rem;
  }
  header .menu-btns .btn {
    position: relative;
  }
  header .menu-btns .btn::before {
    position: absolute;
    top: 50%;
    left: 5.6rem;
    transform: translateY(-50%);
  }
  .sc25-lead img {
    width: 160px;
    height: auto;
  }
  .hero .hero-content h1 {
    font-size: 3.25rem;
    margin-bottom: 3.2rem;
  }
  .hero .hero-content .sub {
    font-size: 1.8rem !important;
    line-height: 1.3;
    width: 90%;
    margin-bottom: 1rem;
  }
  .hero .hero-content .sub::before {
    transform: skewX(-36deg) translateX(-10%);
  }
  .products .product-item {
    flex-direction: column;
    text-align: center;
  }
  .products .product-item h3 {
    font-size: 2.2rem;
  }
  .products .product-item h3::after {
    display: none;
  }
  .products .product-item h4 {
    font-size: 2rem;
  }
  .products .product-item > p,
  .products .product-item > div {
    margin-left: 0;
    text-align: left;
  }
  .products .product-item > p .image-feature-container,
  .products .product-item > div .image-feature-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .products .product-item > p .image-feature-container .product-image-container,
  .products .product-item > div .image-feature-container .product-image-container {
    text-align: center;
  }
  .products .detail-link {
    font-size: 1.6rem;
  }
  .products .detail-link .circle-btn {
    width: 64px;
    height: 64px;
  }
  .booth .route-title {
    flex-direction: column;
  }
  .booth .route-title h3 {
    justify-content: center;
    width: 100%;
  }
  .booth .route-title h3::after {
    display: none;
  }
  .booth .route-title .btn-primary {
    position: relative;
  }
  .booth p {
    margin-left: 0;
  }
  .sites .unit-wrapper {
    margin-left: 0;
  }
  .sites .unit-wrapper h3 {
    margin-bottom: 1rem;
  }
  .sites .unit-wrapper h3::after {
    display: none;
  }
  .sites .unit-wrapper .unit-inner-wrapper {
    flex-wrap: wrap;
  }
  .sites .unit-wrapper .unit-inner-wrapper .type-wrapper + .type-wrapper {
    margin-top: 2rem;
  }
  .sites .unit-wrapper .unit-inner-wrapper .type-wrapper p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sites .unit-wrapper .unit-inner-wrapper .type-wrapper ul {
    padding-left: 2rem;
  }
  .sites .unit-wrapper .unit-inner-wrapper .type-wrapper ul li {
    font-size: 1.3rem;
  }
  .sites .unit-wrapper .sites-grid {
    width: 100%;
    justify-content: center;
  }
  .about h2 img {
    width: 26rem;
    height: auto;
    margin-top: 2.4rem;
  }
  .about .reason-grid {
    flex-direction: column;
    align-items: center;
  }
  .cta .cta-toggle::before,
  .cta .cta-toggle::after {
    top: 8px;
    height: 14px;
  }
  .cta .cta-panel {
    padding: 0 2rem;
  }
  .cta .cta-panel .cta-content .cta-btns-wrapper {
    flex-direction: column;
  }
  .cta .cta-panel .cta-content .cta-btns-wrapper .btn-primary {
    margin: auto;
    width: 28rem;
  }
  .cta.lifted {
    bottom: 51px;
  }
  .nav {
    display: none;
  }
  .footer p {
    font-size: 12px !important;
  }
}/*# sourceMappingURL=style.css.map */