/*
 Theme Name:     Twenty Twenty-Four Child Theme
 Theme URI:      
 Description:    NTY Gridworks
 Author:         SSF
 Author URI:     https://smartsociety.jp
 Template:       twentytwentyfour
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */


body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

.bg-hero {
    background-color: #0c0a09;
    background-image: radial-gradient(#1E90FF 1px, transparent 1px);
    background-size: 40px 40px;
}

.glass-card {
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

h1, h2, h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.chart-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    max-height: 400px;
}


/*トップページと揃える*/
a {
    color: inherit;
    text-decoration: inherit;
}

h1, h2, h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.text-xl, h4 {
    font-size: 1.0rem;
    line-height: 1.5rem;
}

.text-xl, h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-3xl,h2  {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.font-bold {
    font-weight: 700;
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-300, .text-blue-300 a {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.justify-between {
    justify-content: space-between;
}

/* Desktop styles */
@media (min-width: 768px) {
    .text-xl, h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .text-2xl, h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .text-3xl,h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    
}

/* Contact Form 7*/
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    font-weight: 700;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 0.5rem;
}

.wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}
