/* ========================================
   エリアカテゴリ専用スタイルシート (area.css)
   ======================================== */

/* ========================================
   サービス概要セクション
   ======================================== */
.service-overview-section {
    background: #fff;
    padding: 50px 0;
}
.service-overview-section .service-overview-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.service-overview-section .service-overview-bottom {
    width: 100%;
    max-width: 1167px;
}
.service-overview-section .service-overview-bottom-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #333333;
    text-align: center;
}
.service-overview-section .service-overview-bottom-title-large {
    font-size: 1.2em;
    display: block;
    margin-top: 8px;
}
.service-overview-section .service-overview-bottom-content {
    display: flex;
    align-items: center;
    gap: 40px;
}
.service-overview-section .service-overview-bottom-image {
    flex: 0 0 400px;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
}
.service-overview-section .service-overview-problem-img {
    max-width: 100%;
    height: 100%;
    margin: auto;
    aspect-ratio: 600 / 330;
}
.service-overview-section .service-overview-bottom-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.service-overview-section .service-overview-bottom-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}
.service-overview-section .service-overview-bottom-feature-icon {
    flex: 0 0 38px;
    height: 38px;
}
.service-overview-section .needs-check-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-overview-section .service-overview-bottom-feature-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #333333;
    margin: 0;
}
.service-overview-section .highlight-red {
    color: #f35b6c;
}

/* ========================================
   サービスカード
   ======================================== */
.services-cards {
    background: #ecf7f5;
    padding: 60px;
    border-radius: 20px;
    display: flex;
    gap: 40px;
}
.services-cards .service-card {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.services-cards .service-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #00a3ec;
    color: white;
    padding: 46px 32px;
    border-radius: 80px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    z-index: 2;
}
.services-cards .service-badge-text {
    display: block;
}
.services-cards .service-image {
    width: 100%;
    height: 320px;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
}
.services-cards .service-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-cards .service-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #333333;
    margin: 0 0 16px 0;
}
.services-cards .service-card-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

/* レスポンシブ - サービス概要セクション */
@media (max-width: 1200px) {
    .service-overview-section .service-overview-bottom-title { font-size: 28px; }
    .service-overview-section .service-overview-bottom-title-large { font-size: 1.2em; }
    .service-overview-section .service-overview-bottom-content { gap: 30px; }
    .service-overview-section .service-overview-bottom-image { flex: 0 0 350px; height: 200px; }
    .services-cards { padding: 40px; gap: 30px; }
    .services-cards .service-card { padding: 20px; }
    .services-cards .service-badge { padding: 30px 20px; font-size: 20px; }
    .services-cards .service-image { height: 250px; }
}
@media (max-width: 768px) {
    .service-overview-section { padding: 40px 0; }
    .service-overview-section .service-overview-wrapper { gap: 40px; }
    .service-overview-section .service-overview-bottom-title { font-size: 24px; }
    .service-overview-section .service-overview-bottom-title-large { font-size: 1.2em; }
    .service-overview-section .service-overview-bottom-content { flex-direction: column; gap: 5px; }
    .service-overview-section .service-overview-bottom-features { gap: 5px; }
    .service-overview-section .service-overview-bottom-image { flex: none; width: 100%; max-width: 400px; height: 160px; }
    .service-overview-section .service-overview-bottom-feature-text { font-size: 18px; }
    .services-cards { flex-direction: column; padding: 30px; gap: 20px; }
    .services-cards .service-card { padding: 20px; }
    .services-cards .service-badge { padding: 20px 15px; font-size: 18px; }
    .services-cards .service-image { height: 200px; }
    .services-cards .service-card-title { font-size: 20px; }
}
@media (max-width: 480px) {
    .service-overview-section { padding: 30px 0; }
    .service-overview-section .service-overview-wrapper { gap: 20px; }
    .service-overview-section .service-overview-bottom-title { font-size: 20px; }
    .service-overview-section .service-overview-bottom-title-large { font-size: 1.2em; }
    .service-overview-section .service-overview-bottom-image { height: 120px; }
    .service-overview-section .service-overview-bottom-feature-text { font-size: 16px; }
    .service-overview-section .service-overview-bottom-feature-icon { flex: 0 0 32px; height: 32px; }
    .services-cards { padding: 10px; }
}

/* ========================================
   セクション区切りアイコン
   ======================================== */
.section-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.section-divider svg {
    width: 208px;
    height: 60px;
}

/* レスポンシブ - セクション区切りアイコン */
@media (max-width: 768px) {
    .section-divider { margin: 30px 0; }
    .section-divider svg { width: 156px; height: 45px; }
}
@media (max-width: 480px) {
    .section-divider { margin: 20px 0; }
    .section-divider svg { width: 104px; height: 30px; }
}

/* ========================================
   対応エリア一覧セクション
   ======================================== */
.area-coverage-section {
    background: rgba(255, 255, 255, 0.75);
    padding: 80px 0 100px 0;
}
.area-coverage-section .area-coverage-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}
.area-coverage-section .area-coverage-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2;
    color: #333333;
    text-align: center;
    margin: 0;
}
.area-coverage-section .area-coverage-title-large {
    font-size: 1.2em;
    display: block;
    margin-top: 8px;
}
.area-coverage-section .area-coverage-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}
.area-coverage-section .area-coverage-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    color: #333333;
    text-align: center;
    margin: 0;
}
.area-coverage-section .area-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 1040px;
}
.area-coverage-section .area-group {
    background: rgba(230, 244, 241, 0.75);
    border-radius: 8px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.area-coverage-section .area-group-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
    color: #333333;
    margin: 0;
}
.area-coverage-section .area-group-list {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #333333;
    margin: 0;
}
.area-coverage-section .area-coverage-footer {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
}
.area-coverage-section .area-coverage-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-coverage-section .area-coverage-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.area-coverage-section .area-coverage-footer-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #333333;
    margin: 0;
}
.area-coverage-section .area-coverage-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(230, 244, 241, 0.75);
    border-radius: 8px;
    padding: 16px 32px;
    flex-wrap: wrap;
}
.area-coverage-section .area-coverage-badges a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
}
.area-coverage-section .area-coverage-badges a:hover {
    color: #00a3ec;
    transition: color 0.3s ease;
}

/* レスポンシブ - 対応エリア一覧セクション */
@media (max-width: 1200px) {
    .area-coverage-section .area-coverage-title { font-size: 32px; }
    .area-coverage-section .area-coverage-title-large { font-size: 1.2em; }
    .area-coverage-section .area-coverage-description { font-size: 18px; }
    .area-coverage-section .area-group-title { font-size: 18px; }
    .area-coverage-section .area-group-list { font-size: 15px; }
    .area-coverage-section .area-coverage-footer-title { font-size: 22px; }
    .area-coverage-section .area-coverage-badges a { font-size: 18px; }
}

@media (max-width: 768px) {
    .area-coverage-section { padding: 60px 0 80px 0; }
    .area-coverage-section .area-coverage-wrapper { gap: 40px; }
    .area-coverage-section .area-coverage-title { font-size: 24px; }
    .area-coverage-section .area-coverage-title-large { font-size: 1.2em; }
    .area-coverage-section .area-coverage-content { gap: 40px; }
    .area-coverage-section .area-coverage-description { font-size: 16px; }
    .area-coverage-section .area-list { gap: 12px; }
    .area-coverage-section .area-group { padding: 12px 20px; }
    .area-coverage-section .area-group-title { font-size: 16px; }
    .area-coverage-section .area-group-list { font-size: 14px; }
    .area-coverage-section .area-coverage-footer { flex-direction: column; gap: 16px; }
    .area-coverage-section .area-coverage-footer-title { font-size: 20px; }
    .area-coverage-section .area-coverage-badges { padding: 12px 24px; }
    .area-coverage-section .area-coverage-badges a { font-size: 16px; }
}

@media (max-width: 480px) {
    .area-coverage-section { padding: 40px 0 20px 0; }
    .area-coverage-section .area-coverage-wrapper { gap: 30px; }
    .area-coverage-section .area-coverage-title { font-size: 20px; }
    .area-coverage-section .area-coverage-title-large { font-size: 1.2em; }
    .area-coverage-section .area-coverage-content { gap: 30px; }
    .area-coverage-section .area-coverage-description { font-size: 14px; }
    .area-coverage-section .area-list { gap: 8px; }
    .area-coverage-section .area-group { padding: 10px 16px; }
    .area-coverage-section .area-group-title { font-size: 14px; }
    .area-coverage-section .area-group-list { font-size: 12px; }
    .area-coverage-section .area-coverage-footer { gap: 12px; }
    .area-coverage-section .area-coverage-icon { width: 40px; height: 40px; }
    .area-coverage-section .area-coverage-footer-title { font-size: 18px; }
    .area-coverage-section .area-coverage-badges { padding: 12px 24px; }
    .area-coverage-section .area-coverage-badges a { font-size: 14px; }
}

/* ========================================
   料金プランセクション
   ======================================== */
.area-pricing-section {
    padding: 80px 0;
    background: #fff;
}
.area-pricing-section .area-pricing-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.area-pricing-section .area-pricing-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    color: #333333;
    text-align: center;
    margin: 0;
}
.area-pricing-section .service-included-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin: 0;
    position: relative;
    padding: 0 45px;
}
.area-pricing-section .service-included-title::before,
.area-pricing-section .service-included-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #333333;
    transform: translateY(-50%) rotate(45deg);
}
.area-pricing-section .service-included-title::before {
    left: 0;
}
.area-pricing-section .service-included-title::after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
}

/* レスポンシブ - 料金プランセクション */
@media (max-width: 1200px) {
    .area-pricing-section { padding: 60px 0; }
    .area-pricing-section .area-pricing-content { gap: 30px; }
    .area-pricing-section .area-pricing-description { font-size: 18px; }
    .area-pricing-section .service-included-title { font-size: 24px; padding: 0 35px; }
    .area-pricing-section .service-included-title::before,
    .area-pricing-section .service-included-title::after { width: 25px; }
}
@media (max-width: 768px) {
    .area-pricing-section { padding: 40px 0; }
    .area-pricing-section .area-pricing-content { gap: 25px; }
    .area-pricing-section .area-pricing-description { font-size: 16px; }
    .area-pricing-section .service-included-title { font-size: 20px; padding: 0 30px; }
    .area-pricing-section .service-included-title::before,
    .area-pricing-section .service-included-title::after { width: 20px; }
}
@media (max-width: 480px) {
    .area-pricing-section { padding: 20px 0; }
    .area-pricing-section .area-pricing-content { gap: 20px; }
    .area-pricing-section .area-pricing-description { font-size: 14px; }
    .area-pricing-section .service-included-title { font-size: 18px; padding: 0 25px; }
    .area-pricing-section .service-included-title::before,
    .area-pricing-section .service-included-title::after { width: 18px; }
}

/* ========================================
   作業事例セクション - Case Studies
   ======================================== */
.case-studies-section {
    background: #ffffff;
    padding: 20px 0;
    position: relative;
}

.case-studies-section .case-studies-description {
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 2;
    margin: 0 0 64px 0;
}

.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: 1024px) {
    .case-studies-section { padding: 20px 0; }
    .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: 640px) {
    .case-studies-section { padding: 20px 0; }
    .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: 360px) {
    .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; }
}

/* ========================================
   買取可能な不用品一覧
   ======================================== */
.purchasable-items-container {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    background: rgba(230, 244, 241, 0.75);
    border-radius: 8px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.purchasable-items-container .purchasable-category {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.purchasable-items-container .purchasable-category-title {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}
.purchasable-items-container .purchasable-items-list {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.purchasable-items-container .purchasable-items-list p {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin: 0;
    white-space: nowrap;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .purchasable-items-container { gap: 20px; padding: 20px; margin-bottom: 30px; }
    .purchasable-items-container .purchasable-category { flex-direction: column; gap: 16px; }
    .purchasable-items-container .purchasable-category-title { font-size: 18px; }
    .purchasable-items-container .purchasable-items-list { gap: 12px; }
    .purchasable-items-container .purchasable-items-list p { font-size: 16px; }
}
@media (max-width: 480px) {
    .purchasable-items-container { gap: 16px; padding: 16px; margin-bottom: 20px; }
    .purchasable-items-container .purchasable-category { gap: 12px; }
    .purchasable-items-container .purchasable-category-title { font-size: 16px; }
    .purchasable-items-container .purchasable-items-list { gap: 8px; }
    .purchasable-items-container .purchasable-items-list p { font-size: 14px; }
}

/* ========================================
   よくあるご質問セクション
   ======================================== */
.faq-section {
    padding: 80px 0;
    background: #fff;
}
.faq-section .faq-list {
    max-width: 800px;
    margin: 0 auto;
}
.faq-section .faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.faq-section .faq-question {
    display: flex;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.faq-section .faq-question:hover {
    background: #f8f9fa;
}
.faq-section .faq-q {
    background: #00a3ec;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-right: 16px;
    flex-shrink: 0;
}
.faq-section .faq-text {
    flex: 1;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    margin-right: 16px;
}
.faq-section .faq-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}
.faq-section .faq-toggle-icon {
    font-size: 20px;
    font-weight: 700;
    color: #6c757d;
    transition: transform 0.3s ease;
}
.faq-section .faq-item.active .faq-toggle-icon {
    transform: rotate(45deg);
}
.faq-section .faq-item.active .faq-toggle {
    background: #00a3ec;
}
.faq-section .faq-item.active .faq-toggle-icon {
    color: #fff;
}
.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    border-top: 1px solid transparent;
    transition: max-height 0.3s ease, padding 0.3s ease, border-color 0.3s ease;
}
.faq-section .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 16px 24px 24px;
    border-top-color: #e9ecef;
}
.faq-section .faq-a {
    background: #f35b6c;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-right: 16px;
    flex-shrink: 0;
}
.faq-section .faq-answer-content {
    flex: 1;
}
.faq-section .faq-answer-content p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .faq-section { padding: 60px 0; }
    .faq-section .faq-question { padding: 20px; }
    .faq-section .faq-text { font-size: 16px; }
    .faq-section .faq-q, .faq-section .faq-a { width: 28px; height: 28px; font-size: 14px; }
    .faq-section .faq-toggle { width: 28px; height: 28px; }
    .faq-section .faq-toggle-icon { font-size: 18px; }
    .faq-section .faq-answer { padding: 0 20px; }
    .faq-section .faq-item.active .faq-answer { padding: 16px 20px 20px; }
    .faq-section .faq-answer-content p { font-size: 14px; }
}

/* ========================================
   お客様の声セクション
   ======================================== */
.customer-voices-section {
    padding: 80px 0;
    background: #ECF7F5;
}
.customer-voices-section .concentration-title-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customer-voices-section .customer-voices-description {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 20px 0 0 0;
}
.customer-voices-section .voices-container {
    max-width: 1200px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 20px;
}
.customer-voices-section .voice-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
}
.customer-voices-section .voice-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}
.customer-voices-section .voice-avatar {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}
.customer-voices-section .voice-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.customer-voices-section .voice-info {
    flex: 1;
}
.customer-voices-section .voice-location-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-voices-section .voice-location {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin: 0;
}
.customer-voices-section .voice-title {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin: 8px 0 0 0;
}
.customer-voices-section .voice-rating {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}
.customer-voices-section .voice-rating-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.customer-voices-section .voice-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
.customer-voices-section .voice-tag {
    background: #00b69c;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 16px;
    white-space: nowrap;
}
.customer-voices-section .voice-content {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}
.customer-voices-section .voice-content p {
    margin: 0;
    text-align: left;
}
.customer-voices-section .voice-info p {
    text-align: left;
}

/* レスポンシブデザイン */
@media (max-width: 1200px) {
    .customer-voices-section .voices-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .customer-voices-section { padding: 60px 0; }
    .customer-voices-section .voices-container {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    .customer-voices-section .customer-voices-description { font-size: 16px; margin: 16px 0 0 0; }
    .customer-voices-section .voice-header { flex-direction: column; text-align: center; gap: 15px; }
    .customer-voices-section .voice-info { order: 2; }
    .customer-voices-section .voice-rating { order: 3; }
}
@media (max-width: 480px) {
    .customer-voices-section .voices-container {
        padding: 0 16px;
        gap: 16px;
    }
    .customer-voices-section .customer-voices-description { font-size: 14px; margin: 12px 0 0 0; }
    .customer-voices-section .voice-card { padding: 20px; }
    .customer-voices-section .voice-location { font-size: 14px; }
    .customer-voices-section .voice-title { font-size: 18px; }
    .customer-voices-section .voice-tag { font-size: 12px; padding: 3px 10px; }
    .customer-voices-section .voice-content { font-size: 14px; }
}

/* ========================================
   不用品回収・粗大ごみについてセクション
   ======================================== */
.waste-collection-section {
    padding: 80px 0;
    background: #ECF7F5;
}

.waste-collection-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 64px;
}

.waste-collection-description {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 60px 0 0 0;
    line-height: 1.6;
}

/* レスポンシブデザイン */
@media (max-width: 1200px) {
    .waste-collection-description {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .waste-collection-section {
        padding: 60px 0;
    }
    
    .waste-collection-title-wrapper {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    
    .waste-collection-description {
        font-size: 20px;
        margin: 40px 0 0 0;
    }
}

@media (max-width: 480px) {
    .waste-collection-section {
        padding: 40px 0;
    }
    
    .waste-collection-title-wrapper {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    
    .waste-collection-description {
        font-size: 16px;
        margin: 30px 0 0 0;
    }
}

/* ========================================
   Markdownコンテンツスタイル
   ======================================== */
.waste-collection-section .container-wide {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 64px 60px;
    margin: 0 auto;
    max-width: 1000px;
}
.waste-collection-section .waste-collection-title-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
}
.waste-collection-section .waste-collection-title-wrapper:first-child {
    margin-top: 0;
}
.waste-collection-section .waste-collection-title-wrapper .concentration-title {
    font-size: 26px;
    line-height: 1.6;
}
.waste-collection-section .waste-collection-title-wrapper .concentration-title-icon {
    width: 48px;
    top: -30px;
    left: -50px;
}
.waste-collection-section h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #333333;
    margin: 48px 0 24px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #E0E0E0;
}
.waste-collection-section h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    color: #333333;
    margin: 36px 0 20px 0;
}
.waste-collection-section p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #555555;
    margin: 0 0 20px 0;
}
.waste-collection-section p:last-child {
    margin-bottom: 0;
}
.waste-collection-section a {
    color: #0066CC;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.waste-collection-section a:hover {
    color: #004499;
    text-decoration: none;
}
.waste-collection-section strong {
    font-weight: 700;
    color: #333333;
}
.waste-collection-section em {
    font-style: italic;
}
.waste-collection-section code {
    background: #F5F5F5;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #D63384;
}

/* Markdownテーブルスタイル */
.waste-collection-section .markdown-table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.waste-collection-section .markdown-table thead {
    background: #ECF7F5;
}
.waste-collection-section .markdown-table th {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    padding: 16px 20px;
    text-align: left;
    border-bottom: 2px solid #D0E8E3;
}
.waste-collection-section .markdown-table th:first-child {
    white-space: nowrap;
}
.waste-collection-section .markdown-table td {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    padding: 16px 20px;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: top;
}
.waste-collection-section .markdown-table td:first-child {
    white-space: nowrap;
}
.waste-collection-section .markdown-table tbody tr:last-child td {
    border-bottom: none;
}
.waste-collection-section .markdown-table tbody tr:hover {
    background: #F9F9F9;
}
.waste-collection-section .markdown-table td a {
    color: #0066CC;
    text-decoration: underline;
}
.waste-collection-section .markdown-table td a:hover {
    color: #004499;
    text-decoration: none;
}

/* レスポンシブデザイン */
@media (max-width: 1200px) {
    .waste-collection-section .container-wide {
        padding: 56px 48px;
    }
    .waste-collection-section .waste-collection-title-wrapper .concentration-title {
        font-size: 22px;
        line-height: 1.6;
    }
    .waste-collection-section .waste-collection-title-wrapper .concentration-title-icon {
        width: 40px;
        top: -25px;
        left: -40px;
    }
    .waste-collection-section h3 {
        font-size: 26px;
    }
    .waste-collection-section h4 {
        font-size: 24px;
    }
    .waste-collection-section p {
        font-size: 17px;
    }
    .waste-collection-section .markdown-table {
        margin: 28px 0;
    }
    .waste-collection-section .markdown-table th,
    .waste-collection-section .markdown-table td {
        padding: 14px 16px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .waste-collection-section .container-wide {
        padding: 32px 24px;
        border-radius: 8px;
    }
    .waste-collection-section .waste-collection-title-wrapper .concentration-title {
        font-size: 20px;
        line-height: 1.6;
    }
    .waste-collection-section .waste-collection-title-wrapper .concentration-title-icon {
        width: 36px;
        top: -20px;
        left: -35px;
    }
    .waste-collection-section h3 {
        font-size: 24px;
        margin: 36px 0 20px 0;
    }
    .waste-collection-section h4 {
        font-size: 22px;
        margin: 28px 0 16px 0;
    }
    .waste-collection-section p {
        font-size: 16px;
        margin: 0 0 16px 0;
    }
    .waste-collection-section .markdown-table {
        margin: 16px 0;
        font-size: 14px;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .waste-collection-section .markdown-table thead,
    .waste-collection-section .markdown-table tbody,
    .waste-collection-section .markdown-table tr {
        display: block;
    }
    .waste-collection-section .markdown-table thead {
        display: none;
    }
    .waste-collection-section .markdown-table tbody tr {
        border: 1px solid #E8E8E8;
        border-radius: 6px;
        padding: 8px;
        background: #FFFFFF;
    }
    .waste-collection-section .markdown-table td {
        display: block;
        padding: 8px 0;
        border-bottom: none;
        text-align: left;
    }
    .waste-collection-section .markdown-table td:before {
        content: attr(data-label);
        font-weight: 700;
        color: #333333;
        display: block;
        margin-bottom: 4px;
    }
    .waste-collection-section .markdown-table td:first-child {
        font-weight: 700;
        color: #333333;
        padding-top: 0;
        border-bottom: 1px solid #E8E8E8;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}
@media (max-width: 480px) {
    .waste-collection-section .container-wide {
        padding: 24px 16px;
        border-radius: 6px;
    }
    .waste-collection-section .waste-collection-title-wrapper .concentration-title {
        font-size: 17px;
        line-height: 1.6;
    }
    .waste-collection-section .waste-collection-title-wrapper .concentration-title-icon {
        width: 32px;
        top: -18px;
        left: -30px;
    }
    .waste-collection-section h3 {
        font-size: 22px;
        margin: 28px 0 16px 0;
    }
    .waste-collection-section h4 {
        font-size: 20px;
        margin: 24px 0 12px 0;
    }
    .waste-collection-section p {
        font-size: 16px;
        margin: 0 0 14px 0;
    }
    .waste-collection-section .markdown-table {
        margin: 12px 0;
    }
    .waste-collection-section .markdown-table tbody tr {
        padding: 6px;
    }
    .waste-collection-section .markdown-table td {
        padding: 6px 0;
        font-size: 13px;
    }
}

/* ========================================
   回収担当からのメッセージセクション
   ======================================== */
.staff-message-section {
    padding: 80px 0 100px;
    background: #fff;
}
.staff-message-section .concentration-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.staff-message-section .staff-message-content {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}
.staff-message-section .staff-profiles {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.staff-message-section .staff-profile {
    display: flex;
    gap: 24px;
    align-items: center;
}
.staff-message-section .staff-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.staff-message-section .staff-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.staff-message-section .staff-info {
    flex: 1;
}
.staff-message-section .staff-name {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin: 0 0 20px 0;
}
.staff-message-section .staff-details {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}
.staff-message-section .staff-details p {
    margin: 0 0 0 0;
}
.staff-message-section .staff-message-box {
    background: rgba(230, 244, 241, 0.75);
    border-radius: 16px;
    padding: 40px;
    width: 100%;
    height: auto;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.staff-message-section .staff-message-box p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin: 0;
    text-align: left;
}

/* レスポンシブデザイン */
@media (max-width: 1200px) {
    .staff-message-section .staff-profiles { gap: 24px; }
    .staff-message-section .staff-profile { max-width: 380px; }
    .staff-message-section .staff-message-box { height: auto; min-height: 200px; padding: 30px; gap: 12px; }
}
@media (max-width: 768px) {
    .staff-message-section { padding: 60px 0 80px; }
    .staff-message-section .staff-message-content { margin-top: 40px; gap: 40px; }
    .staff-message-section .staff-profiles { gap: 16px; }
    .staff-message-section .staff-profile { max-width: 200px; flex-direction: column; text-align: center; gap: 16px; }
    .staff-message-section .staff-image { width: 100px; height: 100px; }
    .staff-message-section .staff-name { font-size: 16px; margin-bottom: 8px; }
    .staff-message-section .staff-details { font-size: 12px; }
    .staff-message-section .staff-message-box { padding: 20px; height: auto; min-height: 180px; gap: 10px; }
    .staff-message-section .staff-message-box p { font-size: 14px; }
}
@media (max-width: 480px) {
    .staff-message-section { padding: 40px 0 60px; }
    .staff-message-section .staff-message-content { margin-top: 30px; gap: 30px; }
    .staff-message-section .staff-profiles { gap: 12px; }
    .staff-message-section .staff-profile { gap: 12px; }
    .staff-message-section .staff-image { width: 80px; height: 80px; }
    .staff-message-section .staff-name { font-size: 14px; margin-bottom: 6px; }
    .staff-message-section .staff-details { font-size: 10px; }
    .staff-message-section .staff-message-box { padding: 16px; height: auto; min-height: 160px; gap: 8px; }
    .staff-message-section .staff-message-box p { font-size: 13px; }
}

/* ========================================
   選ばれる理由セクション
   ======================================== */
.reasons-section {
    padding: 100px 0 80px;
    background: #fff;
}
.reasons-section .reasons-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.reasons-section .reasons-title {
    position: relative;
    font-weight: 900;
    color: #333333;
    text-align: center;
    line-height: 1.2;
}
.reasons-section .reasons-title-icon {
    position: absolute;
    top: -40px;
    left: -60px;
    width: 64px;
    aspect-ratio: 1 / 1;
}
.reasons-section .reasons-title-icon-img {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.reasons-section .reasons-title-line1 {
    display: block;
    font-size: 32px;
    margin-bottom: 0;
}
.reasons-section .reasons-title-line2 {
    display: block;
    font-size: 80px;
    margin-bottom: 0;
}
.reasons-section .reasons-description {
    margin-bottom: 60px;
}
.reasons-section .reasons-description-img {
    aspect-ratio: 1173 / 634;
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.reasons-section .reason-item {
    text-align: center;
    margin-bottom: 80px;
}
.reasons-section .reason-item:last-child {
    margin-bottom: 0;
}
.reasons-section .reason-badge {
    background: #00a3ec;
    border-radius: 20px;
    padding: 8px 20px;
    display: inline-block;
    margin: 0 auto 32px;
    text-align: center;
}
.reasons-section .reason-badge-text {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.reasons-section .reason-content {
    max-width: 1040px;
    margin: 0 auto;
}
.reasons-section .reason-highlight {
    position: relative;
    margin-bottom: 64px;
}
.reasons-section .reason-highlight-text {
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: 900;
    color: #333333;
    line-height: 1.2;
}
.reasons-section .reason-highlight-text p {
    font-size: 28px;
    margin-bottom: 0;
}
.reasons-section .reason-highlight-text p.reason-highlight-small {
    font-size: 24px;
}
.reasons-section .reason-highlight-text p.reason-highlight-large {
    font-size: 40px;
}
.reasons-section .reason-highlight-underline {
    background: linear-gradient(transparent 60%, #fff21e 60%);
}

/* レスポンシブデザイン */
@media (max-width: 1200px) {
    .reasons-section { padding: 80px 0 60px; }
    .reasons-section .reasons-title-wrapper { margin-bottom: 60px; }
    .reasons-section .reasons-title-line1 { font-size: 24px; }
    .reasons-section .reasons-title-line2 { font-size: 60px; }
    .reasons-section .reasons-title-icon { width: 48px; top: -30px; left: -50px; }
    .reasons-section .reasons-description { margin-bottom: 50px; }
    .reasons-section .reasons-description-img { max-width: 500px; }
    .reasons-section .reason-item { margin-bottom: 60px; }
    .reasons-section .reason-badge { padding: 8px 20px; font-size: 18px; }
    .reasons-section .reason-highlight-text p { font-size: 24px; }
    .reasons-section .reason-highlight-text p.reason-highlight-small { font-size: 20px; }
    .reasons-section .reason-highlight-text p.reason-highlight-large { font-size: 36px; }
}
@media (max-width: 768px) {
    .reasons-section { padding: 60px 0 50px; }
    .reasons-section .reasons-title-wrapper { margin-bottom: 50px; }
    .reasons-section .reasons-title-line1 { font-size: 20px; }
    .reasons-section .reasons-title-line2 { font-size: 40px; }
    .reasons-section .reasons-title-icon { width: 40px; top: -25px; left: -40px; }
    .reasons-section .reasons-description { margin-bottom: 40px; }
    .reasons-section .reasons-description-img { max-width: 400px; }
    .reasons-section .reason-item { margin-bottom: 50px; }
    .reasons-section .reason-badge { padding: 6px 16px; font-size: 16px; }
    .reasons-section .reason-highlight-text p { font-size: 20px; }
    .reasons-section .reason-highlight-text p.reason-highlight-small { font-size: 18px; }
    .reasons-section .reason-highlight-text p.reason-highlight-large { font-size: 24px; }
}
@media (max-width: 480px) {
    .reasons-section { padding: 40px 0 40px; }
    .reasons-section .reasons-title-wrapper { margin-bottom: 40px; }
    .reasons-section .reasons-title-line1 { font-size: 18px; }
    .reasons-section .reasons-title-line2 { font-size: 32px; }
    .reasons-section .reasons-title-icon { width: 32px; top: -20px; left: -30px; }
    .reasons-section .reasons-description { margin-bottom: 30px; }
    .reasons-section .reasons-description-img { max-width: 300px; }
    .reasons-section .reason-item { margin-bottom: 40px; }
    .reasons-section .reason-badge { padding: 6px 16px; font-size: 16px; }
    .reasons-section .reason-highlight-text p { font-size: 18px; }
    .reasons-section .reason-highlight-text p.reason-highlight-small { font-size: 16px; }
    .reasons-section .reason-highlight-text p.reason-highlight-large { font-size: 20px; }
}

/* ライセンス表示 ====================================== */
.reasons-section .reason-licenses {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}
.reasons-section .license-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
}
.reasons-section .license-image {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reasons-section .license-img {
    max-width: 200px;
    max-height: 174px;
    object-fit: contain;
}
.reasons-section .license-text {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: 0;
}
.reasons-section .reason-note {
    font-size: 13px;
    color: #828282;
    text-align: center;
    line-height: 1;
    margin: 0;
}
.reasons-section .reason-warning {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 48px;
    margin-top: 64px;
    position: relative;
}
.reasons-section .warning-icon {
    width: 40px;
    aspect-ratio: 1 / 1;
    margin-right: 12px;
    flex-shrink: 0;
}
.reasons-section .warning-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    margin: 0 0 40px 0;
    line-height: 1;
}
.reasons-section .warning-content {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    text-align: center;
    margin: 0;
}
.reasons-section .warning-content p {
    margin: 0;
}
.reasons-section .comparison-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}
.reasons-section .comparison-header {
    display: grid;
    grid-template-columns: 25% 37.5% 37.5%;
}
.reasons-section .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;
}
.reasons-section .comparison-service {
    background: #fff;
}
.reasons-section .comparison-company {
    background: #00a3ec;
    border-radius: 8px 0 0 0;
}
.reasons-section .comparison-other {
    background: #333333;
    border-radius: 0 8px 0 0;
}
.reasons-section .comparison-row {
    display: grid;
    grid-template-columns: 25% 37.5% 37.5%;
    border-bottom: 1px solid #e0e0e0;
}
.reasons-section .comparison-row:last-child {
    border-bottom: none;
}
.reasons-section .comparison-row .right-corner {
    border-radius: 8px 0 0 0;
}
.reasons-section .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;
}
.reasons-section .comparison-our {
    background: rgba(230, 244, 241, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 12px;
}
.reasons-section .comparison-their {
    background: rgba(230, 244, 241, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 12px;
}
.reasons-section .comparison-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.reasons-section .comparison-check,
.reasons-section .comparison-x {
    width: 100%;
    height: 100%;
}
.reasons-section .comparison-text {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
}
.reasons-section .comparison-text p {
    margin: 0;
}
.reasons-section .buyback-results {
    max-width: 1040px;
    margin: 0 auto;
}
.reasons-section .results-title {
    background: #f35b6c;
    padding: 16px 24px;
    display: inline-block;
    margin-bottom: 40px;
}
.reasons-section .results-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
}
.reasons-section .result-item {
    width: 280px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.reasons-section .result-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.reasons-section .result-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reasons-section .result-info {
    background: rgba(230, 244, 241, 0.75);
    padding: 20px 24px;
    text-align: center;
}
.reasons-section .result-name {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin: 0 0 12px 0;
    line-height: 1;
}
.reasons-section .result-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}
.reasons-section .result-amount {
    font-weight: 700;
    font-size: 40px;
    color: #f35b6c;
    line-height: 1;
}
.reasons-section .result-unit {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    line-height: 1;
}
.reasons-section .results-button {
    text-align: center;
}
.reasons-section .reason-buyback {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}
.reasons-section .buyback-image {
    width: 320px;
    max-width: 320px;
    aspect-ratio: 320 / 260;
    flex-shrink: 0;
}
.reasons-section .buyback-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.reasons-section .buyback-content {
    flex: 1;
}
.reasons-section .buyback-title {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.reasons-section .buyback-description {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin: 0;
}

/* レスポンシブデザイン - ライセンス・警告・比較・買取セクション */
@media (max-width: 1200px) {
    .reasons-section .comparison-table { overflow-x: auto; }
    .reasons-section .results-grid { flex-wrap: wrap; gap: 20px; }
    .reasons-section .result-item { width: 280px; }
    .reasons-section .buyback-image { width: 280px; max-width: 280px; }
}
@media (max-width: 768px) {
    .reasons-section .reason-licenses { flex-direction: column; align-items: center; }
    .reasons-section .license-item { width: 100%; max-width: 320px; }
    .reasons-section .reason-warning { padding: 30px; margin-top: 40px; }
    .reasons-section .warning-content { font-size: 14px; }
    .reasons-section .comparison-header,
    .reasons-section .comparison-row { grid-template-columns: 25% 37.5% 37.5%; min-width: 0; }
    .reasons-section .comparison-cell,
    .reasons-section .comparison-label,
    .reasons-section .comparison-our,
    .reasons-section .comparison-their { padding: 8px 6px; font-size: 14px; }
    .reasons-section .comparison-company { font-size: 14px; }
    .reasons-section .reason-buyback { flex-direction: column; gap: 20px; }
    .reasons-section .buyback-image { width: 60%; max-width: 280px; }
    .reasons-section .buyback-title { font-size: 20px; }
    .reasons-section .buyback-description { font-size: 14px; }
    .reasons-section .results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
    .reasons-section .result-item { width: 100%; }
    .reasons-section .result-info { padding: 12px 16px; }
}
@media (max-width: 480px) {
    .reasons-section .reason-licenses { gap: 20px; }
    .reasons-section .license-item { max-width: 280px; }
    .reasons-section .reason-warning { padding: 20px; margin-top: 30px; }
    .reasons-section .warning-title { font-size: 16px; margin-bottom: 12px; }
    .reasons-section .warning-content { font-size: 13px; }
    .reasons-section .comparison-table { margin-bottom: 30px; }
    .reasons-section .comparison-cell,
    .reasons-section .comparison-label { padding: 8px 6px; font-size: 12px; }
    .reasons-section .comparison-text { font-size: 12px; }
    .reasons-section .buyback-image { width: 80%; max-width: 240px; }
    .reasons-section .buyback-title { font-size: 18px; }
    .reasons-section .buyback-description { font-size: 13px; }
    .reasons-section .result-name { font-size: 14px; }
    .reasons-section .result-amount { font-size: 24px; }
    .reasons-section .result-unit { font-size: 10px; }
}

/* セクションタイトル ====================================== */
.section-title-text {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

/* セクションタイトル - レスポンシブデザイン */
@media (max-width: 1200px) {
    .section-title-text { font-size: 20px; }
}
@media (max-width: 768px) {
    .section-title-text { font-size: 18px; }
}
@media (max-width: 480px) {
    .section-title-text { font-size: 16px; }
}

/* ========================================
   対応エリアセクション - Service Area Section
   ======================================== */
.service-area {
    margin-bottom: 80px;
}
.service-area .service-area-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 64px;
}
.service-area .service-area-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}
.service-area .service-area-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-area .service-area-title {
    font-weight: 900;
    font-size: 40px;
    color: #333333;
    margin: 0;
}
.service-area .service-area-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.service-area .service-area-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-area .service-area-map {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 10px;
    max-height: 360px;
    min-width: 360px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.service-area .service-area-map-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.service-area .service-area-description {
    font-size: 20px;
    color: #333333;
    line-height: 2;
    margin: 0;
}
.service-area .service-area-list {
    background: #ecf7f5;
    padding: 24px 32px;
    border-radius: 8px;
}
.service-area .service-area-text {
    font-size: 20px;
    color: #333333;
    margin: 0;
}
/* SVGマップのホバー効果 */
.service-area .service-area-text a {
    transition: color 0.3s ease;
}
.service-area .service-area-text a:hover {
    color: #ff6b6b;
}
.service-area .service-area-map svg #tokyo:hover,
.service-area .service-area-map svg #kanagawa:hover,
.service-area .service-area-map svg #saitama:hover,
.service-area .service-area-map svg #chiba:hover,
.service-area .service-area-map svg #ibaraki:hover,
.service-area .service-area-map svg #gunma:hover,
.service-area .service-area-map svg #tochigi:hover {
    fill: #ff6b6b !important;
    cursor: pointer;
}
.service-area .prefecture-link {
    cursor: pointer;
    text-decoration: none;
}
.service-area .prefecture-link:hover path {
    fill: #ff6b6b !important;
    transition: fill 0.3s ease;
}
.service-area .prefecture-link:hover text {
    fill: white !important;
}
.service-area .service-area-map svg path {
    fill: #4EBDAD;
    transition: fill 0.3s ease;
}

/* 対応エリアセクション - レスポンシブデザイン */
@media (max-width: 1200px) {
    .service-area .service-area-title { font-size: 32px; }
    .service-area .service-area-map { flex: 1; height: 300px; }
}
@media (max-width: 768px) {
    .service-area .service-area-title-wrapper { margin-bottom: 40px; }
    .service-area .service-area-title { font-size: 24px; }
    .service-area .service-area-content { flex-direction: column; gap: 20px; }
    .service-area .service-area-map { flex: none; width: 100%; max-width: 400px; height: 250px; }
}
@media (max-width: 480px) {
    .service-area .service-area-title-wrapper { margin-bottom: 30px; }
    .service-area .service-area-title { font-size: 20px; }
    .service-area .service-area-map { height: 180px; min-width: 200px; }
}
