/* ========================================
   Serviceページ専用スタイルシート (service.css)
   ======================================== */


/* ========================================
   比較セクション
   ======================================== */
.service-comparison-section {
    padding: 50px 0;
    background: #ecf7f5;
}

.service-comparison-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.service-comparison-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    color: #333333;
    text-align: center;
    margin: 0;
}


/* レスポンシブ - 比較セクション */
@media (max-width: 1200px) {
    .service-comparison-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .service-comparison-section {
        padding: 40px 0;
    }
    
    .service-comparison-wrapper {
        gap: 40px;
    }
    
    .service-comparison-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .service-comparison-section {
        padding: 30px 0;
    }
    
    .service-comparison-wrapper {
        gap: 30px;
    }
    
    .service-comparison-title {
        font-size: 20px;
    }
}

/* ========================================
   比較テーブル
   ======================================== */
.comparison-table {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.comparison-header {
    display: grid;
    grid-template-columns: 25% 37.5% 37.5%;
}

.comparison-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding: 16px 12px;
    background: #00a3ec;
}

.comparison-service {
    background: transparent;
}

.comparison-company {
    background: #00a3ec;
    border-radius: 8px 0 0 0;
}

.comparison-other {
    background: #333333;
    border-radius: 0 8px 0 0;
}

.comparison-row {
    display: grid;
    grid-template-columns: 25% 37.5% 37.5%;
    border-bottom: 1px solid #e0e0e0;
}

.comparison-row:last-child {
    border-bottom: none;
}

.comparison-row .right-corner {
    border-radius: 8px 0 0 0;
}

.comparison-label {
    background: #00a3ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding: 16px 12px;
}

.comparison-our {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 12px;
}

.comparison-their {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 12px;
}

.comparison-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.comparison-check,
.comparison-x {
    width: 100%;
    height: 100%;
}

.comparison-text {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    text-align: center;
}

.comparison-text p {
    margin: 0;
}

/* 比較テーブル - レスポンシブデザイン */
@media (max-width: 1200px) {
    .comparison-table {
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .comparison-header,
    .comparison-row {
        grid-template-columns: 25% 37.5% 37.5%;
        min-width: 0;
    }
    .comparison-cell,
    .comparison-label,
    .comparison-our,
    .comparison-their {
        padding: 8px 6px;
        font-size: 14px;
    }
    .comparison-company {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .comparison-table {
        margin-bottom: 30px;
    }
    .comparison-cell,
    .comparison-label {
        padding: 8px 6px;
        font-size: 12px;
    }
    .comparison-text {
        font-size: 12px;
    }
}

/* ========================================
   作業事例セクション - Case Studies
   ======================================== */
.case-studies-section {
    background: #FFF;
    padding: 100px 0 128px;
    position: relative;
}
.case-studies-header {
    text-align: center;
    margin-bottom: 60px;
}
.case-studies-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.case-studies-title-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-studies-title-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.case-studies-title {
    font-size: 40px;
    font-weight: 900;
    color: #333;
    margin: 0;
    line-height: 1.2;
}
.case-studies-title-highlight {
    color: #006AFF;
    font-weight: 900;
}
.case-studies-section .case-studies-description {
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 2;
    margin: 0 0 64px 0;
}

/* ========================================
   遺品整理事例紹介セクション - Legacy Case Studies
   ======================================== */
.legacy-case-studies-section {
    background: #E6F4F1;
    padding: 100px 0 128px;
    position: relative;
}
.legacy-case-studies-section .legacy-case-studies-header {
    text-align: center;
    margin-bottom: 60px;
}
.legacy-case-studies-section .legacy-case-studies-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.legacy-case-studies-section .legacy-case-studies-title-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.legacy-case-studies-section .legacy-case-studies-title-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.legacy-case-studies-section .legacy-case-studies-title {
    font-size: 40px;
    font-weight: 900;
    color: #333;
    margin: 0;
    line-height: 1.2;
}
.legacy-case-studies-section .legacy-case-studies-title-highlight {
    color: #006AFF;
    font-weight: 900;
}
.legacy-case-studies-section .legacy-case-studies-description {
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 2;
    margin: 0 0 64px 0;
}
.legacy-case-studies-section .legacy-case-studies-cards-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.legacy-case-studies-section .legacy-case-studies-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.legacy-case-studies-section .legacy-case-study-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.legacy-case-studies-section .legacy-case-study-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.legacy-case-studies-section .legacy-case-study-icon {
    width: 48px;
    height: 48px;
    background: #1ABC9C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.legacy-case-studies-section .legacy-case-study-icon svg {
    width: 24px;
    height: 24px;
}
.legacy-case-studies-section .legacy-case-study-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.legacy-case-studies-section .legacy-case-study-location {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
}
.legacy-case-studies-section .legacy-case-study-service {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.4;
}
.legacy-case-studies-section .legacy-case-study-description {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.6;
}
.legacy-case-studies-section .legacy-case-study-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.legacy-case-studies-section .legacy-case-study-list li {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}
.legacy-case-studies-section .legacy-case-study-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #333;
}
.case-studies-section .case-studies-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
    padding: 0 20px !important;
    align-items: stretch !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.case-studies-section .case-study-card {
    background: #ecf7f5 !important;
    border-radius: 16px !important;
    padding: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    transform: none !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
}
.case-studies-section .case-study-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.case-studies-section .case-study-customer {
    display: flex;
    align-items: center;
    gap: 16px;
}
.case-studies-section .customer-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.case-studies-section .customer-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-studies-section .customer-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.case-studies-section .customer-location {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    line-height: 1;
}
.case-studies-section .customer-purpose {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    line-height: 1;
}
.case-studies-section .case-study-tags {
    display: flex;
    gap: 8px;
    align-items: center;
}
.case-studies-section .case-tag {
    background: #00b69c;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 8px;
    white-space: nowrap;
}
.case-studies-section .case-study-title {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 0;
    line-height: 1;
}
.case-studies-section .case-study-content {
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 2;
    margin: 0;
}
.case-studies-section .case-study-images {
    display: flex;
    gap: 16px;
    align-items: center;
}
.case-studies-section .case-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1;
}
.case-studies-section .case-image-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}
.case-studies-section .case-image-label {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    text-align: center;
    width: 100%;
}
.case-studies-section .case-study-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.case-studies-section .pricing-details {
    display: flex;
    gap: 4px;
    flex: 1;
    width: 100%;
}
.case-studies-section .pricing-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.case-studies-section .pricing-item:not(:last-child)::after {
    display: none;
}
.case-studies-section .pricing-label {
    background: #00a3ec;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 8px;
    text-align: center;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.case-studies-section .pricing-value {
    background: #52c3f1;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 8px;
    text-align: center;
    width: 100%;
    border-radius: 0 0 8px 8px;
}
.case-studies-section .pricing-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: auto;
    width: 100%;
}
.case-studies-section .pricing-total-label {
    background: #00a3ec;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 8px;
    text-align: center;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.case-studies-section .pricing-total-value {
    background: #52c3f1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 8px;
    width: 100%;
    border-radius: 0 0 8px 8px;
}
.case-studies-section .pricing-amount {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.case-studies-section .pricing-unit {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}
.case-studies-section .case-study-items {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.case-studies-section .items-title {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    margin: 0;
    line-height: 1;
}
.case-studies-section .items-description {
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

/* 遺品整理事例紹介セクション - レスポンシブデザイン */
@media (max-width: 1200px) {
    .legacy-case-studies-section { padding: 80px 0 100px; }
    .legacy-case-studies-section .legacy-case-studies-title { font-size: 36px; }
    .legacy-case-studies-section .legacy-case-studies-description { font-size: 18px; }
    .legacy-case-studies-section .legacy-case-studies-cards { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .legacy-case-studies-section .legacy-case-study-card { padding: 28px; }
}
@media (max-width: 768px) {
    .legacy-case-studies-section { padding: 60px 0 80px; }
    .legacy-case-studies-section .legacy-case-studies-header { margin-bottom: 40px; }
    .legacy-case-studies-section .legacy-case-studies-title { font-size: 32px; }
    .legacy-case-studies-section .legacy-case-studies-description { font-size: 16px; margin-bottom: 40px; }
    .legacy-case-studies-section .legacy-case-studies-cards { grid-template-columns: 1fr; gap: 24px; }
    .legacy-case-studies-section .legacy-case-study-card { padding: 24px; }
    .legacy-case-studies-section .legacy-case-study-location { font-size: 18px; }
    .legacy-case-studies-section .legacy-case-study-service { font-size: 15px; }
    .legacy-case-studies-section .legacy-case-study-description { font-size: 15px; }
}
@media (max-width: 480px) {
    .legacy-case-studies-section { padding: 40px 0 60px; }
    .legacy-case-studies-section .legacy-case-studies-header { margin-bottom: 30px; padding: 0 15px; }
    .legacy-case-studies-section .legacy-case-studies-title { font-size: 24px; }
    .legacy-case-studies-section .legacy-case-studies-description { font-size: 14px; margin-bottom: 30px; }
    .legacy-case-studies-section .legacy-case-studies-cards-wrapper { padding: 0 16px; }
    .legacy-case-studies-section .legacy-case-studies-cards { gap: 20px; }
    .legacy-case-studies-section .legacy-case-study-card { padding: 20px; gap: 16px; }
    .legacy-case-studies-section .legacy-case-study-icon { width: 40px; height: 40px; }
    .legacy-case-studies-section .legacy-case-study-icon svg { width: 20px; height: 20px; }
    .legacy-case-studies-section .legacy-case-study-location { font-size: 16px; }
    .legacy-case-studies-section .legacy-case-study-service { font-size: 14px; }
    .legacy-case-studies-section .legacy-case-study-description { font-size: 14px; }
    .legacy-case-studies-section .legacy-case-study-list li { font-size: 13px; }
}

/* 作業事例セクション - レスポンシブデザイン */
@media (max-width: 1200px) {
    .case-studies-section { padding: 80px 0 100px; }
    .case-studies-title {
        font-size: 36px;
    }
    .case-studies-section .case-studies-description { font-size: 18px; }
    .case-studies-section .case-studies-container {
        max-width: 100%;
        padding: 0 20px;
        gap: 24px;
    }
    .case-studies-section .case-study-card { padding: 48px; }
    .case-studies-section .case-study-header { flex-direction: column; align-items: flex-start; gap: 24px; }
    .case-studies-section .case-study-tags { flex-wrap: wrap; }
    .case-studies-section .case-study-images { gap: 24px; }
    .case-studies-section .case-image-img { height: 240px; }
    .case-studies-section .case-study-pricing { gap: 16px; }
    .case-studies-section .pricing-details { width: 100%; }
    .case-studies-section .pricing-total { min-width: auto; }
}
@media (max-width: 768px) {
    .case-studies-section { padding: 60px 0 80px; }
    .case-studies-section .case-studies-description { font-size: 16px; margin-bottom: 40px; }
    .case-studies-section .case-studies-container {
        grid-template-columns: 1fr !important;
        gap: 24px;
        padding: 0 20px;
    }
    .case-studies-section .case-study-card { padding: 20px; gap: 24px; }
    .case-studies-section .case-study-header { gap: 16px; }
    .case-studies-section .case-study-customer { gap: 16px; }
    .case-studies-section .customer-avatar { width: 64px; height: 64px; }
    .case-studies-section .customer-location { font-size: 16px; }
    .case-studies-section .customer-purpose { font-size: 14px; }
    .case-studies-section .case-study-title { font-size: 20px; }
    .case-studies-section .case-study-content { font-size: 14px; }
    .case-studies-section .case-study-images { gap: 16px; }
    .case-studies-section .case-image-img { height: 200px; }
    .case-studies-section .case-image-label { font-size: 16px; }
    .case-studies-section .case-study-pricing { flex-direction: column; gap: 16px; }
    .case-studies-section .pricing-details { gap: 4px; }
    .case-studies-section .pricing-label { font-size: 12px; padding: 6px 8px; }
    .case-studies-section .pricing-value { font-size: 14px; padding: 8px 8px; }
    .case-studies-section .pricing-total { min-width: auto; }
    .case-studies-section .pricing-total-label { font-size: 12px; padding: 6px 8px; }
    .case-studies-section .pricing-total-value { padding: 8px 8px; }
    .case-studies-section .pricing-amount { font-size: 20px; }
    .case-studies-section .pricing-unit { font-size: 12px; }
    .case-studies-section .case-study-items { padding: 16px; }
    .case-studies-section .items-title { font-size: 14px; }
    .case-studies-section .items-description { font-size: 14px; }
}
@media (max-width: 480px) {
    .case-studies-section { padding: 40px 0 60px; }
    .case-studies-header {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .case-studies-title {
        font-size: 24px;
    }
    .case-studies-section .case-studies-description { font-size: 14px; margin-bottom: 30px; }
    .case-studies-section .case-studies-container {
        grid-template-columns: 1fr !important;
        padding: 0 16px;
        gap: 20px;
    }
    .case-studies-section .case-study-card { padding: 16px; gap: 20px; }
    .case-studies-section .case-study-header { gap: 12px; }
    .case-studies-section .case-study-customer { gap: 12px; }
    .case-studies-section .customer-avatar { width: 48px; height: 48px; }
    .case-studies-section .customer-location { font-size: 14px; }
    .case-studies-section .customer-purpose { font-size: 12px; }
    .case-studies-section .case-tag { font-size: 12px; padding: 3px 8px; }
    .case-studies-section .case-study-title { font-size: 18px; }
    .case-studies-section .case-study-content { font-size: 13px; }
    .case-studies-section .case-study-images { gap: 12px; }
    .case-studies-section .case-image-img { height: 160px; }
    .case-studies-section .case-image-label { font-size: 14px; }
    .case-studies-section .pricing-details { gap: 2px; }
    .case-studies-section .pricing-label { font-size: 10px; padding: 4px 6px; }
    .case-studies-section .pricing-value { font-size: 12px; padding: 6px 6px; }
    .case-studies-section .pricing-total-label { font-size: 10px; padding: 4px 6px; }
    .case-studies-section .pricing-total-value { padding: 6px 6px; }
    .case-studies-section .pricing-amount { font-size: 18px; }
    .case-studies-section .pricing-unit { font-size: 10px; }
    .case-studies-section .case-study-items { padding: 12px; }
    .case-studies-section .items-title { font-size: 12px; }
    .case-studies-section .items-description { font-size: 12px; }
}

/* ========================================
   ヒーローセクション - Hero Section
   ======================================== */
.service-hero-section {
    position: relative;
    padding: 80px 0 100px;
    background: linear-gradient(to bottom, #E3F2FD 0%, #BBDEFB 50%, #90CAF9 100%);
    background-image: url('/kataduke/assets/img/_top/cityscape_silhouette.webp');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
.service-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}
.service-hero-section .container-wide {
    position: relative;
    z-index: 2;
}
.service-hero-section .service-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
.service-hero-section .service-hero-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.4;
    color: #333333;
    margin: 0 0 24px 0;
}
.service-hero-section .service-hero-highlight {
    color: #E53935;
    background: linear-gradient(transparent 60%, #FFF21E 60%);
    font-weight: 900;
}
.service-hero-section .service-hero-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 40px 0;
}
.service-hero-section .service-hero-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.service-hero-section .service-hero-feature-button {
    background: #006AFF;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 106, 255, 0.2);
    transition: all 0.3s ease;
}
.service-hero-section .service-hero-feature-button:hover {
    background: #0052CC;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 106, 255, 0.3);
}

/* レスポンシブ */
@media (max-width: 1200px) {
    .service-hero-section {
        padding: 60px 0 80px;
    }
    .service-hero-section .service-hero-title {
        font-size: 40px;
    }
    .service-hero-section .service-hero-subtitle {
        font-size: 18px;
    }
    .service-hero-section .service-hero-feature-button {
        font-size: 15px;
        padding: 12px 20px;
    }
}
@media (max-width: 768px) {
    .service-hero-section {
        padding: 50px 0 70px;
    }
    .service-hero-section .service-hero-content {
        padding: 0 15px;
    }
    .service-hero-section .service-hero-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .service-hero-section .service-hero-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .service-hero-section .service-hero-features {
        gap: 12px;
    }
    .service-hero-section .service-hero-feature-button {
        font-size: 14px;
        padding: 10px 18px;
    }
}
@media (max-width: 480px) {
    .service-hero-section {
        padding: 40px 0 60px;
    }
    .service-hero-section .service-hero-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .service-hero-section .service-hero-subtitle {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .service-hero-section .service-hero-features {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .service-hero-section .service-hero-feature-button {
        width: 100%;
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* ========================================
   選ばれる理由セクション
   ======================================== */
.service-reason-section {
    padding: 100px 0 128px;
    background: #fff;
}
.service-reason-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
}
.reasons-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.reasons-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.reasons-title-icon {
    flex-shrink: 0;
}
.reasons-title-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.reasons-title-text {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.reasons-title-part1 {
    color: #333333;
}
.reasons-title-part2 {
    color: #006AFF;
}
.service-reason-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin: 0;
}
.reasons-subtitle {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 80px;
}
.reasons-subtitle-line {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 8px;
}
.reasons-subtitle-line:last-child {
    margin-bottom: 0;
}
.reasons-subtitle-highlight {
    color: #E06C47;
}
.reasons-subtitle-decoration {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #333333;
    transform: translateY(-50%);
}
.reasons-subtitle-decoration-left {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}
.reasons-subtitle-decoration-right {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
}
.service-reason-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.service-reason-card {
    flex: 0 0 calc(33.333% - 22px);
    max-width: calc(33.333% - 22px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-reason-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.service-reason-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 12px 10px;
    background: #CEA300;
    text-align: center;
}
.service-reason-card-title_sub {
    background: #FFA200;
}
.service-reason-card-image {
    width: 100%;
    aspect-ratio: 37 / 22;
    overflow: hidden;
    background: #f5f5f5;
}
.service-reason-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-reason-card-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    padding: 20px;
    text-align: left;
}

/* レスポンシブ - 選ばれる理由セクション */
@media (max-width: 1200px) {
    .service-reason-section {
        padding: 80px 0 100px;
    }
    .reasons-title-wrapper {
        margin-bottom: 60px;
    }
    .reasons-title {
        margin-bottom: 32px;
    }
    .reasons-title-icon-img {
        width: 56px;
        height: 56px;
    }
    .reasons-title-text {
        font-size: 40px;
    }
    .service-reason-subtitle {
        font-size: 24px;
    }
    .reasons-subtitle {
        padding: 0 60px;
    }
    .reasons-subtitle-line {
        font-size: 20px;
    }
    .reasons-subtitle-decoration {
        width: 32px;
    }
    .service-reason-cards {
        gap: 24px;
        max-width: 1000px;
    }
    .service-reason-card {
        flex: 0 0 calc(33.333% - 16px);
        max-width: calc(33.333% - 16px);
    }
}
@media (max-width: 768px) {
    .service-reason-section {
        padding: 60px 0 80px;
    }
    .service-reason-wrapper {
        padding: 0 20px;
    }
    .reasons-title-wrapper {
        margin-bottom: 50px;
    }
    .reasons-title {
        gap: 15px;
        margin-bottom: 28px;
    }
    .reasons-title-icon-img {
        width: 48px;
        height: 48px;
    }
    .reasons-title-text {
        font-size: 32px;
    }
    .service-reason-subtitle {
        font-size: 20px;
    }
    .reasons-subtitle {
        padding: 0 50px;
    }
    .reasons-subtitle-line {
        font-size: 18px;
    }
    .reasons-subtitle-decoration {
        width: 28px;
    }
    .service-reason-cards {
        gap: 20px;
        margin-top: 30px;
        max-width: 100%;
    }
    .service-reason-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-reason-card-title {
        font-size: 14px;
        padding: 10px 8px;
    }
    .service-reason-card-image {
        aspect-ratio: 37 / 22;
    }
    .service-reason-card-text {
        font-size: 14px;
        padding: 16px;
    }
}
@media (max-width: 480px) {
    .service-reason-section {
        padding: 40px 0 60px;
    }
    .reasons-title-wrapper {
        margin-bottom: 40px;
    }
    .reasons-title {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 24px;
    }
    .reasons-title-icon-img {
        width: 40px;
        height: 40px;
    }
    .reasons-title-text {
        font-size: 28px;
    }
    .service-reason-subtitle {
        font-size: 18px;
    }
    .reasons-subtitle {
        padding: 0 40px;
    }
    .reasons-subtitle-line {
        font-size: 16px;
    }
    .reasons-subtitle-decoration {
        width: 24px;
    }
    .service-reason-card-image {
        aspect-ratio: 37 / 22;
    }
}

/* ========================================
   他社との違いセクション
   ======================================== */
.service-comparison-section {
    background: #fff;
    padding: 80px 0;
}
.service-comparison-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.service-comparison-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin: 0 0 50px 0;
}
.service-comparison-button-wrapper {
    text-align: center;
}
.service-comparison-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #CEA300 0%, #CEA300 100%);
    border: none;
    border-bottom: 3px solid #a08200;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    min-height: auto;
    box-shadow: 0 4px 12px rgba(206, 163, 0, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    transition: all 0.3s ease;
}
.service-comparison-button:link,
.service-comparison-button:visited {
    color: #ffffff;
    text-decoration: none;
}
.service-comparison-button:hover {
    background: linear-gradient(135deg, #a08200 0%, #a08200 100%);
    border-bottom: 3px solid #8a6d00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(206, 163, 0, 0.4);
    margin-bottom: 3px;
    color: #ffffff;
    text-decoration: none;
}
.service-comparison-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(206, 163, 0, 0.3);
    color: #ffffff;
    text-decoration: none;
}
.service-comparison-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}
.service-comparison-button:hover::before {
    left: 100%;
}

/* レスポンシブ - 他社との違いセクション */
@media (max-width: 1200px) {
    .service-comparison-title {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .service-comparison-section {
        padding: 60px 0;
    }
    .service-comparison-wrapper {
        padding: 0 20px;
    }
    .service-comparison-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .service-comparison-button {
        font-size: 14px;
        padding: 12px 24px;
    }
}
@media (max-width: 480px) {
    .service-comparison-section {
        padding: 50px 0;
    }
    .service-comparison-title {
        font-size: 24px;
    }
}

/* 他社比較表セクション - buyページ専用 */
.service-comparison-title-wrapper-buy {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.service-comparison-title-buy {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.service-comparison-title-icon-buy {
    flex-shrink: 0;
}
.service-comparison-title-icon-img-buy {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.service-comparison-title-text-buy {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.service-comparison-title-part1-buy {
    color: #333333;
}
.service-comparison-title-part2-buy {
    color: #006AFF;
}
.service-comparison-subtitle-buy {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin: 0;
}

/* レスポンシブ - 他社比較表セクション - buyページ専用 */
@media (max-width: 1200px) {
    .service-comparison-title-wrapper-buy {
        margin-bottom: 60px;
    }
    .service-comparison-title-buy {
        margin-bottom: 32px;
    }
    .service-comparison-title-icon-img-buy {
        width: 56px;
        height: 56px;
    }
    .service-comparison-title-text-buy {
        font-size: 40px;
    }
    .service-comparison-subtitle-buy {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .service-comparison-title-wrapper-buy {
        margin-bottom: 50px;
    }
    .service-comparison-title-buy {
        gap: 15px;
        margin-bottom: 28px;
    }
    .service-comparison-title-icon-img-buy {
        width: 48px;
        height: 48px;
    }
    .service-comparison-title-text-buy {
        font-size: 32px;
    }
    .service-comparison-subtitle-buy {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .service-comparison-title-wrapper-buy {
        margin-bottom: 40px;
    }
    .service-comparison-title-buy {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 24px;
    }
    .service-comparison-title-icon-img-buy {
        width: 40px;
        height: 40px;
    }
    .service-comparison-title-text-buy {
        font-size: 28px;
    }
    .service-comparison-subtitle-buy {
        font-size: 13px;
    }
}

/* ========================================
   比較テーブル - Comparison Table
   ======================================== */
.comparison-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
}
.comparison-header {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.comparison-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding: 16px 12px;
    background: #00a3ec;
}
.comparison-service {
    background: #fff;
}
.comparison-company {
    background: #00a3ec;
    border-radius: 8px 0 0 0;
}
.comparison-other {
    background: #333333;
    border-radius: 0;
}
.comparison-other:last-child {
    border-radius: 0 8px 0 0;
}
.comparison-row {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    border-bottom: 1px solid #e0e0e0;
}
.comparison-row:last-child {
    border-bottom: none;
}
.comparison-row .right-corner {
    border-radius: 8px 0 0 0;
}
.comparison-label {
    background: #00a3ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding: 16px 12px;
}
.comparison-our {
    background: #fff5e3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 12px;
}
.comparison-their {
    background: rgba(230, 244, 241, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 12px;
}
.comparison-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.comparison-check,
.comparison-x {
    width: 100%;
    height: 100%;
}
.comparison-text {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
}
.comparison-text p {
    margin: 0;
}

/* 比較テーブル - レスポンシブデザイン */
@media (max-width: 1200px) {
    .comparison-table {
        overflow-x: auto;
    }
}
@media (max-width: 768px) {
    .comparison-header,
    .comparison-row {
        grid-template-columns: 25% 25% 25% 25%;
        min-width: 0;
    }
    .comparison-cell,
    .comparison-label,
    .comparison-our,
    .comparison-their {
        padding: 8px 6px;
        font-size: 14px;
    }
    .comparison-company {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .comparison-table {
        margin-bottom: 30px;
    }
    .comparison-cell,
    .comparison-label {
        padding: 8px 6px;
        font-size: 12px;
    }
    .comparison-text {
        font-size: 12px;
    }
}

/* ========================================
   対応できる不用品回収セクション
   ======================================== */
.service-item-section {
    background: #fff;
    padding: 80px 0;
}
.service-item-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
}
.service-item-header {
    text-align: center;
    margin-bottom: 60px;
}
.service-item-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 16px 0;
}
.service-item-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}
.service-item-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
}
.service-item-card {
    background: #f9f9f9;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.service-item-card-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    overflow: hidden;
}
.service-item-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-item-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 20px 20px 12px 20px;
}
.service-item-card-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    padding: 0 20px 20px 20px;
}

/* レスポンシブ - 対応できる不用品回収セクション */
@media (max-width: 1200px) {
    .service-item-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .service-item-title {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .service-item-section {
        padding: 60px 0;
    }
    .service-item-wrapper {
        padding: 0 20px;
    }
    .service-item-header {
        margin-bottom: 40px;
    }
    .service-item-title {
        font-size: 28px;
    }
    .service-item-subtitle {
        font-size: 16px;
    }
    .service-item-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    .service-item-card-image {
        height: 250px;
    }
    .service-item-card-title {
        font-size: 18px;
        padding: 16px 16px 10px 16px;
    }
    .service-item-card-text {
        font-size: 14px;
        padding: 0 16px 16px 16px;
    }
}
@media (max-width: 480px) {
    .service-item-section {
        padding: 50px 0;
    }
    .service-item-title {
        font-size: 24px;
    }
    .service-item-card-image {
        height: 240px;
    }
}

/* ========================================
   料金・費用セクション - Pricing Section
   ======================================== */
.service-pricing-section {
    padding: 80px 0;
    background: #fff;
}
.service-pricing-section .service-pricing-header {
    text-align: center;
    margin-bottom: 60px;
}
.service-pricing-section .service-pricing-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.service-pricing-section .service-pricing-title-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-pricing-section .service-pricing-title-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-pricing-section .service-pricing-title {
    font-size: 40px;
    font-weight: 900;
    color: #333;
    margin: 0;
    line-height: 1.2;
}
.service-pricing-section .service-pricing-title-highlight {
    color: #006AFF;
    font-weight: 900;
}
.service-pricing-section .service-pricing-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
}
.service-pricing-section .service-pricing-plans {
    margin-bottom: 60px;
}
.service-pricing-section .service-pricing-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.service-pricing-section .service-pricing-plan-card {
    background: #fff;
    border: 2px solid #00AAFF;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.service-pricing-section .service-pricing-plan-card:hover {
    box-shadow: 0 4px 12px rgba(0, 170, 255, 0.15);
}
.service-pricing-section .service-pricing-plan-badge {
    background: #00AAFF;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 16px;
    display: block;
    margin: 0;
    border-radius: 0;
}
.service-pricing-section .service-pricing-plan-content {
    padding: 15px 15px 0 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.service-pricing-section .service-pricing-plan-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-pricing-section .service-pricing-plan-icon-img {
    width: 130%;
    height: 130%;
    object-fit: contain;
}
.service-pricing-section .service-pricing-plan-description {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 12px 0;
    text-align: left;
}
.service-pricing-section .service-pricing-plan-price-wrapper {
    margin-bottom: 12px;
}
.service-pricing-section .service-pricing-plan-original-price {
    font-size: 14px;
    color: #999;
    margin: 0 0 8px 0;
}
.service-pricing-section .service-pricing-plan-original-amount {
    text-decoration: line-through;
}
.service-pricing-section .service-pricing-plan-discount-badge {
    background: #4caf50;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 8px;
}
.service-pricing-section .service-pricing-plan-discount-price {
    font-size: 32px;
    font-weight: 900;
    color: #e53935;
    margin: 0;
    line-height: 1.2;
}
.service-pricing-section .service-pricing-plan-tax {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.service-pricing-section .service-pricing-plan-note {
    font-size: 12px;
    color: #666;
    margin: 8px 0 0 0;
    line-height: 1.5;
    text-align: left;
}
.service-pricing-section .service-pricing-plan-buttons {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-top: auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -2px;
}
.service-pricing-section .service-pricing-plan-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    flex: 1;
}
.service-pricing-section .service-pricing-plan-button-web {
    background: #e53935;
    color: #fff;
    border-radius: 0 0 0 12px;
}
.service-pricing-section .service-pricing-plan-button-web:hover {
    background: #c62828;
}
.service-pricing-section .service-pricing-plan-button-phone {
    background: #ff9800;
    color: #fff;
    border-radius: 0 0 12px 0;
}
.service-pricing-section .service-pricing-plan-button-phone:hover {
    background: #f57c00;
}
.service-pricing-section .service-pricing-plan-button-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* レスポンシブ - 料金・費用セクション */
@media (max-width: 1200px) {
    .service-pricing-section .service-pricing-title {
        font-size: 36px;
    }
    .service-pricing-section .service-pricing-plans-grid {
        gap: 24px;
    }
    .service-pricing-section .service-pricing-plan-card {
        width: 100%;
        max-width: 320px;
    }
}
@media (max-width: 768px) {
    .service-pricing-section {
        padding: 60px 0;
    }
    .service-pricing-section .service-pricing-header {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .service-pricing-section .service-pricing-title-wrapper {
        flex-direction: column;
        gap: 12px;
    }
    .service-pricing-section .service-pricing-title {
        font-size: 28px;
    }
    .service-pricing-section .service-pricing-description {
        font-size: 14px;
        line-height: 1.7;
    }
    .service-pricing-section .service-pricing-plans {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .service-pricing-section .service-pricing-plans-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .service-pricing-section .service-pricing-plan-card {
        width: 100%;
        max-width: 320px;
    }
    .service-pricing-section .service-pricing-plan-content {
        padding: 12px 12px 0 12px;
    }
    .service-pricing-section .service-pricing-plan-buttons {
        margin-left: -12px;
        margin-right: -12px;
    }
    .service-pricing-section .service-pricing-plan-icon {
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    .service-pricing-section .service-pricing-plan-icon-img {
        width: 130%;
        height: 130%;
    }
    .service-pricing-section .service-pricing-plan-discount-price {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    .service-pricing-section {
        padding: 40px 0;
    }
    .service-pricing-section .service-pricing-header {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .service-pricing-section .service-pricing-title {
        font-size: 24px;
    }
    .service-pricing-section .service-pricing-description {
        font-size: 13px;
    }
    .service-pricing-section .service-pricing-plans {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .service-pricing-section .service-pricing-plans-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .service-pricing-section .service-pricing-plan-card {
        width: 100%;
        max-width: 320px;
    }
    .service-pricing-section .service-pricing-plan-content {
        padding: 10px 10px 0 10px;
    }
    .service-pricing-section .service-pricing-plan-buttons {
        margin-left: -10px;
        margin-right: -10px;
    }
    .service-pricing-section .service-pricing-plan-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .service-pricing-section .service-pricing-plan-icon-img {
        width: 130%;
        height: 130%;
    }
    .service-pricing-section .service-pricing-plan-discount-price {
        font-size: 24px;
    }
}

/* ========================================
   追加料金なしセクション - No Additional Charges Section
   ======================================== */
.service-pricing-no-additional-section {
    margin-top: 60px;
    padding: 0 40px;
}
.service-pricing-no-additional-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
}
.service-pricing-no-additional-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 24px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #333;
}
.service-pricing-no-additional-title-text {
    flex-shrink: 0;
}
.service-pricing-no-additional-title-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: contain;
}
.service-pricing-no-additional-title-icon-left {
    transform: scaleX(1);
}
.service-pricing-no-additional-title-icon-right {
    transform: scaleX(-1);
}
.service-pricing-no-additional-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 16px 0;
}
.service-pricing-no-additional-note {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* レスポンシブ - 追加料金なしセクション */
@media (max-width: 768px) {
    .service-pricing-no-additional-section {
        margin-top: 40px;
        padding: 0 20px;
    }
    .service-pricing-no-additional-wrapper {
        padding: 30px 20px;
    }
    .service-pricing-no-additional-title {
        font-size: 20px;
        gap: 12px;
    }
    .service-pricing-no-additional-title-icon {
        width: 40px;
        height: 40px;
    }
    .service-pricing-no-additional-description,
    .service-pricing-no-additional-note {
        font-size: 14px;
        line-height: 1.7;
    }
}
@media (max-width: 480px) {
    .service-pricing-no-additional-section {
        margin-top: 30px;
        padding: 0 15px;
    }
    .service-pricing-no-additional-wrapper {
        padding: 24px 16px;
    }
    .service-pricing-no-additional-title {
        font-size: 18px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .service-pricing-no-additional-title-icon {
        width: 32px;
        height: 32px;
    }
    .service-pricing-no-additional-description,
    .service-pricing-no-additional-note {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* ========================================
   買取サービスが選ばれる理由セクション
   ======================================== */
.service-point-section {
    padding: 100px 0 128px;
    background: #fff;
}
.service-point-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
}
.service-point-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.service-point-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.service-point-title-icon {
    flex-shrink: 0;
}
.service-point-title-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.service-point-title-text {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.service-point-title-part1 {
    color: #333333;
}
.service-point-title-part2 {
    color: #006AFF;
}
.service-point-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.service-point-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-point-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.service-point-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFA200;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
.service-point-content {
    flex: 1;
}
.service-point-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 12px 0;
}
.service-point-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}
.service-point-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    text-align: center;
    margin: 0;
}
.service-point-footer-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin: 40px 0 0 0;
}

/* レスポンシブ - 買取サービスが選ばれる理由セクション */
@media (max-width: 1200px) {
    .service-point-section {
        padding: 80px 0 100px;
    }
    .service-point-title-wrapper {
        margin-bottom: 60px;
    }
    .service-point-title {
        margin-bottom: 32px;
    }
    .service-point-title-icon-img {
        width: 56px;
        height: 56px;
    }
    .service-point-title-text {
        font-size: 40px;
    }
    .service-point-cards {
        gap: 20px;
    }
    .service-point-card {
        padding: 20px;
        gap: 20px;
    }
    .service-point-number {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
    .service-point-heading {
        font-size: 18px;
    }
    .service-point-text {
        font-size: 15px;
    }
    .service-point-subtitle {
        font-size: 16px;
    }
    .service-point-footer-text {
        font-size: 15px;
        margin: 32px 0 0 0;
    }
}
@media (max-width: 768px) {
    .service-point-section {
        padding: 60px 0 80px;
    }
    .service-point-wrapper {
        padding: 0 20px;
    }
    .service-point-title-wrapper {
        margin-bottom: 50px;
    }
    .service-point-title {
        gap: 15px;
        margin-bottom: 28px;
    }
    .service-point-title-icon-img {
        width: 48px;
        height: 48px;
    }
    .service-point-title-text {
        font-size: 32px;
    }
    .service-point-cards {
        gap: 16px;
    }
    .service-point-card {
        padding: 16px;
        gap: 16px;
    }
    .service-point-number {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    .service-point-heading {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .service-point-text {
        font-size: 14px;
        line-height: 1.6;
    }
    .service-point-subtitle {
        font-size: 15px;
    }
    .service-point-footer-text {
        font-size: 14px;
        margin: 28px 0 0 0;
    }
}
@media (max-width: 480px) {
    .service-point-section {
        padding: 40px 0 60px;
    }
    .service-point-title-wrapper {
        margin-bottom: 40px;
    }
    .service-point-title {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 24px;
    }
    .service-point-title-icon-img {
        width: 40px;
        height: 40px;
    }
    .service-point-title-text {
        font-size: 28px;
    }
    .service-point-cards {
        gap: 12px;
    }
    .service-point-card {
        padding: 12px;
        gap: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .service-point-number {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .service-point-heading {
        font-size: 15px;
    }
    .service-point-text {
        font-size: 13px;
    }
    .service-point-subtitle {
        font-size: 14px;
    }
    .service-point-footer-text {
        font-size: 13px;
        margin: 24px 0 0 0;
    }
}

/* ========================================
   買取対象品一覧セクション
   ======================================== */
.service-target-section {
    padding: 100px 0 128px;
    background: #E6F4F1;
}
.service-target-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
}
.service-target-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.service-target-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.service-target-title-icon {
    flex-shrink: 0;
}
.service-target-title-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.service-target-title-text {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.service-target-title-part1 {
    color: #333333;
}
.service-target-title-part2 {
    color: #006AFF;
}
.service-target-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin: 0 0 60px 0;
}
.service-target-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 40px;
}
.service-target-card {
    flex: 0 0 calc(33.333% - 16px);
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}
.service-target-card {
    text-align: center;
}
.service-target-card-header {
    background: #00AAFF;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 16px;
}
.service-target-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.service-target-card-list li {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    padding: 4px 0;
    position: relative;
    padding-left: 16px;
}
.service-target-card-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #333;
}
.service-target-note {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 0 auto;
}
.service-target-note-icon {
    flex-shrink: 0;
}
.service-target-note-icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.service-target-note-content {
    flex: 1;
}
.service-target-note-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 8px 0;
}
.service-target-note-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* レスポンシブ - 買取対象品一覧セクション */
@media (max-width: 1200px) {
    .service-target-section {
        padding: 80px 0 100px;
    }
    .service-target-title-wrapper {
        margin-bottom: 60px;
    }
    .service-target-title {
        margin-bottom: 32px;
    }
    .service-target-title-icon-img {
        width: 56px;
        height: 56px;
    }
    .service-target-title-text {
        font-size: 40px;
    }
    .service-target-subtitle {
        font-size: 16px;
        margin-bottom: 50px;
    }
    .service-target-cards {
        gap: 20px;
    }
    .service-target-card {
        flex: 0 0 calc(33.333% - 14px);
        padding: 20px;
    }
    .service-target-card-header {
        font-size: 15px;
        padding: 6px 14px;
    }
    .service-target-card-list li {
        font-size: 14px;
    }
    .service-target-note {
        padding: 20px;
        gap: 14px;
    }
    .service-target-note-title {
        font-size: 17px;
    }
    .service-target-note-text {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .service-target-section {
        padding: 60px 0 80px;
    }
    .service-target-wrapper {
        padding: 0 20px;
    }
    .service-target-title-wrapper {
        margin-bottom: 50px;
    }
    .service-target-title {
        gap: 15px;
        margin-bottom: 28px;
    }
    .service-target-title-icon-img {
        width: 48px;
        height: 48px;
    }
    .service-target-title-text {
        font-size: 32px;
    }
    .service-target-subtitle {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .service-target-cards {
        gap: 16px;
    }
    .service-target-card {
        flex: 0 0 100%;
        padding: 16px;
    }
    .service-target-card-header {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 12px;
    }
    .service-target-card-list li {
        font-size: 13px;
        padding: 3px 0;
    }
    .service-target-note {
        padding: 16px;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .service-target-note-icon-img {
        width: 28px;
        height: 28px;
    }
    .service-target-note-title {
        font-size: 16px;
    }
    .service-target-note-text {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .service-target-section {
        padding: 40px 0 60px;
    }
    .service-target-title-wrapper {
        margin-bottom: 40px;
    }
    .service-target-title {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 24px;
    }
    .service-target-title-icon-img {
        width: 40px;
        height: 40px;
    }
    .service-target-title-text {
        font-size: 28px;
    }
    .service-target-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .service-target-cards {
        gap: 12px;
    }
    .service-target-card {
        padding: 12px;
    }
    .service-target-card-header {
        font-size: 13px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .service-target-card-list li {
        font-size: 12px;
        padding: 2px 0;
    }
    .service-target-note {
        padding: 12px;
        gap: 10px;
    }
    .service-target-note-icon-img {
        width: 24px;
        height: 24px;
    }
    .service-target-note-title {
        font-size: 15px;
    }
    .service-target-note-text {
        font-size: 12px;
    }
}

/* ========================================
   不用品買取の流れセクション - Process Section for Buy Service
 ======================================== */
.buy-process-section {
    background: #E6F4F1;
    padding: 80px 0;
}
.buy-process-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.buy-process-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.buy-process-title-icon {
    flex-shrink: 0;
}
.buy-process-title-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.buy-process-title-text {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.buy-process-title-part1 {
    color: #333333;
}
.buy-process-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin: 0;
}
.buy-process-section .step-label {
    color: #333333;
}
.buy-process-section .step-title {
    color: #333333;
}
.buy-process-section .step-description {
    color: #333333;
}

/* レスポンシブ - 不用品買取の流れセクション */
@media (max-width: 1200px) {
    .buy-process-section {
        padding: 60px 0;
    }
    .buy-process-title-wrapper {
        margin-bottom: 60px;
    }
    .buy-process-title {
        margin-bottom: 40px;
    }
    .buy-process-title-icon-img {
        width: 56px;
        height: 56px;
    }
    .buy-process-title-text {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .buy-process-section {
        padding: 50px 0;
    }
    .buy-process-title-wrapper {
        margin-bottom: 50px;
    }
    .buy-process-title {
        gap: 16px;
        margin-bottom: 30px;
    }
    .buy-process-title-icon-img {
        width: 48px;
        height: 48px;
    }
    .buy-process-title-text {
        font-size: 32px;
    }
    .buy-process-subtitle {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .buy-process-section {
        padding: 40px 0;
    }
    .buy-process-title-wrapper {
        margin-bottom: 40px;
    }
    .buy-process-title {
        gap: 12px;
        margin-bottom: 24px;
    }
    .buy-process-title-icon-img {
        width: 40px;
        height: 40px;
    }
    .buy-process-title-text {
        font-size: 24px;
    }
    .buy-process-subtitle {
        font-size: 14px;
    }
}


/* ========================================
   不用品を高く売るためのポイントセクション - Tips Section
 ======================================== */
.service-tips-section {
    padding: 100px 0 128px;
    background: #E6F4F1;
}
.service-tips-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
}
.service-tips-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.service-tips-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.service-tips-title-icon {
    flex-shrink: 0;
}
.service-tips-title-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.service-tips-title-text {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.service-tips-title-part1 {
    color: #333333;
}
.service-tips-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.service-tips-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-tips-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.service-tips-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFA200;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
.service-tips-content {
    flex: 1;
}
.service-tips-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 12px 0;
}
.service-tips-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* レスポンシブ - 不用品を高く売るためのポイントセクション */
@media (max-width: 1200px) {
    .service-tips-section {
        padding: 80px 0 100px;
    }
    .service-tips-title-icon-img {
        width: 56px;
        height: 56px;
    }
    .service-tips-title-text {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .service-tips-section {
        padding: 60px 0 80px;
    }
    .service-tips-wrapper {
        padding: 0 20px;
    }
    .service-tips-title-wrapper {
        margin-bottom: 50px;
    }
    .service-tips-title {
        gap: 16px;
        margin-bottom: 30px;
    }
    .service-tips-title-icon-img {
        width: 48px;
        height: 48px;
    }
    .service-tips-title-text {
        font-size: 32px;
    }
    .service-tips-cards {
        gap: 20px;
    }
    .service-tips-card {
        padding: 20px;
        gap: 20px;
    }
    .service-tips-number {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .service-tips-heading {
        font-size: 18px;
    }
    .service-tips-text {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .service-tips-section {
        padding: 50px 0 70px;
    }
    .service-tips-wrapper {
        padding: 0 15px;
    }
    .service-tips-title-wrapper {
        margin-bottom: 40px;
    }
    .service-tips-title {
        gap: 12px;
        margin-bottom: 24px;
    }
    .service-tips-title-icon-img {
        width: 40px;
        height: 40px;
    }
    .service-tips-title-text {
        font-size: 24px;
    }
    .service-tips-cards {
        gap: 16px;
    }
    .service-tips-card {
        padding: 16px;
        gap: 16px;
    }
    .service-tips-number {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    .service-tips-heading {
        font-size: 16px;
    }
    .service-tips-text {
        font-size: 14px;
    }
}

/* ========================================
   不用品買い取りの相場セクション - Pricing Market Section
 ======================================== */
.service-pricing-market-section {
    padding: 100px 0 128px;
    background: #E6F4F1;
}
.service-pricing-market-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
}
.service-pricing-market-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.service-pricing-market-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.service-pricing-market-title-icon {
    flex-shrink: 0;
}
.service-pricing-market-title-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.service-pricing-market-title-text {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.service-pricing-market-title-part1 {
    color: #333333;
}
.service-pricing-market-content {
    max-width: 1000px;
    margin: 0 auto;
}
.service-pricing-market-title-wrapper p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin: 0;
}
.service-pricing-market-notes {
    margin-top: 24px;
    text-align: center;
}
.service-pricing-market-notes p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 8px 0 0 0;
}
.service-pricing-market-notes p:first-child {
    margin-top: 0;
}

/* レスポンシブ - 不用品買い取りの相場セクション */
@media (max-width: 1200px) {
    .service-pricing-market-section {
        padding: 80px 0 100px;
    }
    .service-pricing-market-title-icon-img {
        width: 56px;
        height: 56px;
    }
    .service-pricing-market-title-text {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .service-pricing-market-section {
        padding: 60px 0 80px;
    }
    .service-pricing-market-wrapper {
        padding: 0 20px;
    }
    .service-pricing-market-title-wrapper {
        margin-bottom: 35px;
    }
    .service-pricing-market-title {
        gap: 16px;
        margin-bottom: 30px;
    }
    .service-pricing-market-title-icon-img {
        width: 48px;
        height: 48px;
    }
    .service-pricing-market-title-text {
        font-size: 32px;
    }
    .service-pricing-market-title-wrapper p {
        font-size: 17px;
    }
    .service-pricing-market-notes {
        margin-top: 22px;
    }
    .service-pricing-market-notes p {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .service-pricing-market-section {
        padding: 50px 0 70px;
    }
    .service-pricing-market-wrapper {
        padding: 0 15px;
    }
    .service-pricing-market-title-wrapper {
        margin-bottom: 30px;
    }
    .service-pricing-market-title {
        gap: 12px;
        margin-bottom: 24px;
    }
    .service-pricing-market-title-icon-img {
        width: 40px;
        height: 40px;
    }
    .service-pricing-market-title-text {
        font-size: 24px;
    }
    .service-pricing-market-title-wrapper p {
        font-size: 16px;
    }
    .service-pricing-market-notes {
        margin-top: 20px;
    }
    .service-pricing-market-notes p {
        font-size: 13px;
    }
}

/* ========================================
   こんな方に選ばれていますセクション - Chosen For You Section
 ======================================== */
.service-chosen-section {
    padding: 100px 0 128px;
    background: #fff;
}
.service-chosen-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
}
.service-chosen-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.service-chosen-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.service-chosen-title-icon {
    flex-shrink: 0;
}
.service-chosen-title-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.service-chosen-title-text {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.service-chosen-title-part1 {
    color: #333333;
}
.service-chosen-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.service-chosen-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-chosen-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.service-chosen-card-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
}
.service-chosen-card-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-chosen-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin: 0 0 12px 0;
}
.service-chosen-card-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    text-align: left;
    margin: 0;
}

/* レスポンシブ - こんな方に選ばれていますセクション */
@media (max-width: 1200px) {
    .service-chosen-section {
        padding: 80px 0 100px;
    }
    .service-chosen-title-icon-img {
        width: 56px;
        height: 56px;
    }
    .service-chosen-title-text {
        font-size: 40px;
    }
    .service-chosen-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .service-chosen-card-title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .service-chosen-card-text {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .service-chosen-section {
        padding: 60px 0 80px;
    }
    .service-chosen-wrapper {
        padding: 0 20px;
    }
    .service-chosen-title-wrapper {
        margin-bottom: 50px;
    }
    .service-chosen-title {
        gap: 16px;
        margin-bottom: 30px;
    }
    .service-chosen-title-icon-img {
        width: 48px;
        height: 48px;
    }
    .service-chosen-title-text {
        font-size: 32px;
    }
    .service-chosen-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .service-chosen-card {
        padding: 20px;
    }
    .service-chosen-card-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .service-chosen-card-text {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .service-chosen-section {
        padding: 50px 0 70px;
    }
    .service-chosen-wrapper {
        padding: 0 15px;
    }
    .service-chosen-title-wrapper {
        margin-bottom: 40px;
    }
    .service-chosen-title {
        gap: 12px;
        margin-bottom: 24px;
    }
    .service-chosen-title-icon-img {
        width: 40px;
        height: 40px;
    }
    .service-chosen-title-text {
        font-size: 24px;
    }
    .service-chosen-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .service-chosen-card {
        padding: 16px;
    }
    .service-chosen-card-title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .service-chosen-card-text {
        font-size: 12px;
    }
}

/* ========================================
   不用品回収と掃除を一緒に依頼するメリットセクション - Benefit Section
 ======================================== */
.service-benefit-section {
    padding: 100px 0 128px;
    background: #fff;
}
.service-benefit-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 40px;
}
.service-benefit-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.service-benefit-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}
.service-benefit-title-icon {
    flex-shrink: 0;
}
.service-benefit-title-icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.service-benefit-title-text {
    display: inline-block;
    font-size: 48px;
    line-height: 1.2;
}
.service-benefit-title-part1 {
    color: #333333;
}
.service-benefit-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.service-benefit-card {
    flex: 0 0 calc(25% - 18px);
    max-width: calc(25% - 18px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.service-benefit-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 12px 10px;
    background: #FFA200;
    text-align: center;
}
.service-benefit-card-image {
    width: 100%;
    aspect-ratio: 37 / 22;
    overflow: hidden;
    background: #f5f5f5;
}
.service-benefit-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-benefit-card-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    padding: 20px;
    text-align: left;
}

/* レスポンシブ - 不用品回収と掃除を一緒に依頼するメリットセクション */
@media (max-width: 1200px) {
    .service-benefit-section {
        padding: 80px 0 100px;
    }
    .service-benefit-title-wrapper {
        margin-bottom: 60px;
    }
    .service-benefit-title {
        margin-bottom: 32px;
    }
    .service-benefit-title-icon-img {
        width: 56px;
        height: 56px;
    }
    .service-benefit-title-text {
        font-size: 40px;
    }
    .service-benefit-cards {
        gap: 20px;
    }
    .service-benefit-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .service-benefit-card-title {
        font-size: 15px;
        padding: 10px 8px;
    }
    .service-benefit-card-text {
        font-size: 15px;
        padding: 18px;
    }
}
@media (max-width: 768px) {
    .service-benefit-section {
        padding: 60px 0 80px;
    }
    .service-benefit-wrapper {
        padding: 0 20px;
    }
    .service-benefit-title-wrapper {
        margin-bottom: 50px;
    }
    .service-benefit-title {
        gap: 15px;
        margin-bottom: 28px;
    }
    .service-benefit-title-icon-img {
        width: 48px;
        height: 48px;
    }
    .service-benefit-title-text {
        font-size: 32px;
    }
    .service-benefit-cards {
        gap: 16px;
    }
    .service-benefit-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-benefit-card-title {
        font-size: 14px;
        padding: 10px 8px;
    }
    .service-benefit-card-text {
        font-size: 14px;
        padding: 16px;
    }
}
@media (max-width: 480px) {
    .service-benefit-section {
        padding: 40px 0 60px;
    }
    .service-benefit-title-wrapper {
        margin-bottom: 40px;
    }
    .service-benefit-title {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 24px;
    }
    .service-benefit-title-icon-img {
        width: 40px;
        height: 40px;
    }
    .service-benefit-title-text {
        font-size: 28px;
    }
    .service-benefit-cards {
        gap: 12px;
    }
    .service-benefit-card-title {
        font-size: 13px;
        padding: 8px 6px;
    }
    .service-benefit-card-text {
        font-size: 13px;
        padding: 12px;
    }
}
