@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  background-color: #f8f9fa;
}
p {
  font-size: 1rem;
}

h3 {
  font-family: "Noto Sans JP", sans-serif !important;
}
.glass-nav {
  backdrop-filter: blur(12px);
  background-color: rgba(248, 249, 250, 0.8);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
}

.text-justify{
  text-align: justify;
}

/*index*/
.hero-gradient {
  background: radial-gradient(circle at 70% 0%, #b9dff9 0%, #f8f9fa 60%);
}
.cta-gradient {
  background: linear-gradient(135deg, #2c96b1 0%, #35acc9 100%);
}

/*Services*/
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}
/*About Us*/

/*Contact Us*/

/*Privacy Policy*/
.policy-body p {
  line-height: 1.5;
}
.policy-body ul {
  line-height: 1.5;
}