@charset "UTF-8";

/* =========================================
   Service Page Specific Styles
   ========================================= */

/* Hero Section Background */
.hero-bg {
    background: linear-gradient(135deg, #f9f9f9 50%, #ffffff 50%);
}

.page-title {
    letter-spacing: 0.03em !important;
}

/* Service Card & List Animations */
.service-card,
.service-list-item,
.process-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.service-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Process Step Circle */
.process-item .w-8 {
    background-color: var(--accent-color, #da4c1f); /* 朱色 */
}

/* Section Title Decoration */
.section-title {
    font-family: 'Noto Serif JP', serif;
}

/* Telemarketing Section */
#telemarketing {
    background-color: #111;
    color: #fff;
}