/* ================================================
   サービス・強みページ専用スタイル
   ================================================ */

/* ページヒーロー */
.page-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 43, 74, 0.3), rgba(44, 82, 130, 0.2));
}

.page-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.page-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.page-hero > .breadcrumb {
    position: absolute;
    top: 1rem;
    left: 2rem;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.page-hero .breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-hero .breadcrumb li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9) !important;
}

.page-hero .breadcrumb li::after {
    content: '>';
    color: rgba(255, 255, 255, 0.6) !important;
}

.page-hero .breadcrumb li:last-child {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 400;
}

.page-hero .breadcrumb li:last-child::after {
    content: '';
}

.page-hero .breadcrumb a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.page-hero .breadcrumb a:hover {
    opacity: 1;
    color: white !important;
}

.page-hero .breadcrumb i {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* セクション */
.section-padding {
    padding: 6rem 0;
}

.bg-light {
    background-color: #f7fafc;
}

.section-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 3rem;
}

.pc-only {
    display: inline;
}

.sp-only {
    display: none;
}

/* サービス詳細リスト */
.service-detail-list {
    max-width: 1000px;
    margin: 0 auto;
}

.service-detail-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 3rem;
    margin-bottom: 6rem;
    position: relative;
}

.service-detail-item:last-child {
    margin-bottom: 0;
}

.service-detail-item.reverse {
    direction: rtl;
}

.service-detail-item.reverse .service-detail-content {
    direction: ltr;
}

.service-number {
    font-size: 5rem;
    font-weight: 900;
    color: #d4a574;
    opacity: 0.3;
    line-height: 1;
}

.service-detail-content {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}

.service-icon-large {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #3B4A65 0%, #F5A65A 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    margin-bottom: 2rem;
}

.service-detail-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 1rem;
}

.service-lead {
    font-size: 1.2rem;
    color: #d4a574;
    font-weight: 600;
    margin-bottom: 2rem;
}

.service-description p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #4a5568;
    margin-bottom: 2rem;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    font-size: 1rem;
    color: #2d3748;
}

.check-list i {
    color: #d4a574;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* 配送情報ボックス */
.delivery-info-box {
    background: linear-gradient(135deg, #f7fafc, #edf2f7);
    padding: 2rem;
    border-radius: 16px;
    margin: 2rem 0;
    border-left: 5px solid #d4a574;
}

.delivery-info-box h4 {
    font-size: 1.3rem;
    color: #1a2b4a;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.delivery-info-box i {
    color: #d4a574;
}

.mini-schedule {
    width: 100%;
    border-collapse: collapse;
}

.mini-schedule tr {
    border-bottom: 1px solid #e2e8f0;
}

.mini-schedule tr:last-child {
    border-bottom: none;
}

.mini-schedule td {
    padding: 1rem;
    font-size: 1rem;
}

.mini-schedule td:first-child {
    width: 120px;
    font-weight: 700;
    color: #1a2b4a;
}

/* 徳島特産品バッジ */
.tokushima-products {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.product-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #fff5e6, #ffe5b4);
    border-radius: 50px;
    font-weight: 600;
    color: #1a2b4a;
    border: 2px solid #d4a574;
}

.product-badge i {
    color: #d4a574;
}

/* カテゴリーグリッドミニ */
.category-grid-mini {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.category-mini {
    padding: 1rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    color: #2c5282;
}

/* 実績ボックス */
.achievement-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin: 2rem 0;
    padding: 2rem;
    background: linear-gradient(135deg, #f7fafc, #edf2f7);
    border-radius: 16px;
}

.achievement-item {
    text-align: center;
}

.achievement-number {
    font-size: 3rem;
    font-weight: 900;
    color: #d4a574;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.achievement-label {
    font-size: 0.95rem;
    color: #4a5568;
    font-weight: 500;
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
}

.faq-section .section-title {
    font-size: 2.5rem;
    color: #1a2b4a;
    font-weight: 900;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 1.25rem;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(26, 43, 74, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.faq-item:hover {
    box-shadow: 0 8px 30px rgba(212, 165, 116, 0.15);
    border-color: #d4a574;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #d4a574 0%, #b8860b 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-item:hover .faq-question::before,
.faq-item.active .faq-question::before {
    opacity: 1;
}

.faq-q-text {
    flex: 1;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a2b4a;
    line-height: 1.6;
    padding-right: 1.5rem;
}

.faq-arrow {
    color: #d4a574;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-a-content {
    padding: 0 2rem 2rem 2rem;
}

.faq-a-content p {
    color: #4a5568;
    line-height: 1.9;
    margin: 0;
    font-size: 1rem;
    padding-left: 0.5rem;
    border-left: 3px solid #edf2f7;
}

.faq-a-content a {
    color: #2c5282;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #d4a574;
    transition: all 0.3s ease;
}

.faq-a-content a:hover {
    color: #d4a574;
    border-bottom-color: #2c5282;
}

/* FAQ Responsive */
@media (max-width: 768px) {
    .faq-section .section-title {
        font-size: 2rem;
    }
    
    .faq-question {
        padding: 1.5rem 1.5rem;
    }
    
    .faq-q-text {
        font-size: 0.95rem;
        padding-right: 1rem;
    }
    
    .faq-arrow {
        font-size: 1rem;
    }
    
    .faq-a-content {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
    
    .faq-a-content p {
        font-size: 0.9rem;
    }
}

/* ターゲット顧客 */
.target-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.target-card {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.target-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.target-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2c5282, #d4a574);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin: 0 auto 1.5rem;
}

.target-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2b4a;
    text-align: center;
    margin-bottom: 1.5rem;
}

.target-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.target-card ul li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: #4a5568;
    position: relative;
    padding-left: 1.5rem;
}

.target-card ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #d4a574;
    font-weight: bold;
}

.target-benefit {
    font-size: 0.9rem;
    color: #2c5282;
    background: #f7fafc;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #d4a574;
    line-height: 1.6;
}

/* アコーディオン */
.lineup-accordion {
    max-width: 900px;
    margin: 3rem auto 0;
}

.accordion-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    padding: 1.5rem 2rem;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.accordion-header:hover {
    background: #f7fafc;
}

.accordion-item.active .accordion-header {
    background: linear-gradient(135deg, #2c5282, #3a4f6a);
    color: white;
}

.accordion-icon {
    font-size: 1.5rem;
    color: #d4a574;
}

.accordion-item.active .accordion-icon {
    color: #f6b93b;
}

.accordion-title {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a2b4a;
}

.accordion-item.active .accordion-title {
    color: white;
}

.accordion-arrow {
    font-size: 1.2rem;
    color: #718096;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
    color: white;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f7fafc;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
}

.product-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 2rem;
}

.product-item {
    padding: 1rem;
    background: white;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #2d3748;
    border-left: 3px solid #d4a574;
}

/* CTA Section - Food Top Page */
.cta-section-food {
    padding: 5rem 0;
    background: #f5f7fa;
    text-align: center;
}

.cta-content-food {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content-food h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    color: #1a2b4a;
    line-height: 1.4;
    text-align: center;
}

.cta-content-food > p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    color: #555;
    line-height: 1.8;
}

.cta-buttons-food {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-cta.primary {
    background: linear-gradient(135deg, #1a2b4a 0%, #3a5a8a 100%);
    color: white;
}

.btn-cta.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 43, 74, 0.3);
}

.btn-cta.secondary {
    background: white;
    color: #1a2b4a;
    border: 2px solid #1a2b4a;
}

.btn-cta.secondary:hover {
    background: #1a2b4a;
    color: white;
    transform: translateY(-3px);
}

.cta-hours-food {
    font-size: 0.95rem;
    color: #666;
}

.cta-hours-food i {
    color: #d4a574;
    margin-right: 0.5rem;
}

.company-links-light {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.link-item-light {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: white;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #1a2b4a;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.link-item-light:hover {
    background: #1a2b4a;
    color: white;
    border-color: #1a2b4a;
}

.link-item-light i {
    font-size: 0.9rem;
}

/* ユーティリティ */
.text-center {
    text-align: center;
}

.note-text {
    font-size: 0.95rem;
    color: #718096;
    line-height: 1.8;
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
    .service-detail-item {
        grid-template-columns: 80px 1fr;
        gap: 2rem;
        margin-bottom: 4rem;
    }
    
    .service-number {
        font-size: 4rem;
    }
    
    .target-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .category-grid-mini {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
    }
    
    .section-padding {
        padding: 4rem 0;
    }
    
    .service-detail-item {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 3rem;
    }
    
    .service-number {
        font-size: 3rem;
        text-align: center;
    }
    
    .service-detail-content {
        padding: 2rem;
    }
    
    .service-icon-large {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
    
    .service-detail-content h3 {
        font-size: 1.5rem;
    }
    
    .service-lead {
        font-size: 1.1rem;
    }
    
    .category-grid-mini {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .achievement-box {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .target-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .product-list-grid {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }
    
    .accordion-header {
        padding: 1.2rem 1.5rem;
    }
    
    .accordion-title {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn-large {
        width: 100%;
        justify-content: center;
    }
    
    .cta-buttons-food {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .cta-content-food h2 {
        font-size: 1.6rem;
    }
    
    .sp-only {
        display: inline;
    }
    
    .pc-only {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .page-title {
        font-size: 1.75rem;
    }
    
    .service-detail-content {
        padding: 1.5rem;
    }
    
    .service-detail-content h3 {
        font-size: 1.3rem;
    }
    
    .category-grid-mini {
        grid-template-columns: 1fr;
    }
    
    .tokushima-products {
        flex-direction: column;
    }
    
    .product-badge {
        justify-content: center;
    }
}