body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
}

.bg-soft {
    background-color: #FDF8F5;
}

.hero-gradient {
    background: linear-gradient(135deg, #1B365D 0%, #2A4D80 60%, #11233F 100%);
}

.cta-shadow {
    box-shadow: 0 10px 25px -5px rgba(255, 107, 80, 0.4);
}

.content-image {
    display: block;
    width: 100%;
    height: auto;
}

.content-image-rounded {
    border-radius: 1.5rem;
}
