                                                            /* ========================================
                                                                            ページヘッダー
                                                            ======================================== */
.page-header {
    padding: 40px 20px;
    text-align: center;
}

.page-header__title {
    color: #46A9EB;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.page-header__description {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* タブレット */
@media screen and (min-width: 768px) {
    .page-header {
        padding: 50px 20px;
    }
    
    .page-header__title {
        font-size: 28px;
    }
    
    .page-header__description {
        font-size: 15px;
    }
}

/* PC */
@media screen and (min-width: 1024px) {
    .page-header {
        padding: 60px 20px;
    }
    
    .page-header__title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .page-header__description {
        font-size: 16px;
        max-width: 1000px;
    }
}

                                                        /* ========================================
                                                                    サービスセクション共通部分
                                                        ======================================== */
.service-section {
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.service-section__header {
    padding: 20px;
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.service-section__icon-wrapper {
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
    margin-bottom: 10px;
}

.service-section__icon {
    width: 30px;
    height: 30px;
}

.service-section__title {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-section__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.service-section__content {
    padding: 30px 20px;
    border-radius: 0 0 15px 15px;
    border: 1px solid #46A9EB;
    background: #fff;
}

.service-section__description {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* 詳細項目 */
.service-section__texttag {
    padding: 0;
}

.service-section__details {
    padding: 20px 0;
    border-bottom: 1px solid #46A9EB;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-section__details:last-child {
    border-bottom: none;
}

.service-section__details-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-section__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-section__tag {
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid #46A9EB;
    background: #EEF6FB;
    color: #2A6EBB;
    font-size: 13px;
    word-break: break-word; /* ←追加 */
}

.service-section__note {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

/* PC */
@media screen and (min-width: 1024px) {
    .service-section {
        margin: 80px auto;
        max-width: 1400px;
    }
    
    .service-section__header {
        padding: 30px;
    }
    
    .service-section__icon-wrapper {
        width: 64px;
        height: 64px;
        margin-bottom: 15px;
    }
    
    .service-section__icon {
        width: 40px;
        height: 40px;
    }
    
    .service-section__title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    
    .service-section__subtitle {
        font-size: 16px;
    }
    
    .service-section__content {
        padding: 50px 40px;
    }
    
    .service-section__description {
        font-size: 16px;
        max-width: 900px;
        margin: 0 auto 40px;
    }
    
    .service-section__details {
        gap: 60px;
        padding: 40px 0;
    }
    
    .service-section__details-title {
        font-size: 22px;
        min-width: 180px;
    }
    
    .service-section__tags {
        gap: 15px;
    }
    
    .service-section__tag {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    .service-section__note {
        font-size: 14px;
        margin-top: 30px;
    }
}

/* タブレット */
@media screen and (min-width: 768px) {
    .service-section {
        margin: 60px auto;
    }
    
    .service-section__header {
        padding: 25px;
    }
    
    .service-section__icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .service-section__icon {
        width: 36px;
        height: 36px;
    }
    
    .service-section__title {
        font-size: 24px;
    }
    
    .service-section__subtitle {
        font-size: 15px;
    }
    
    .service-section__content {
        padding: 40px 30px;
    }
    
    .service-section__description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .service-section__details {
        flex-direction: row;
        align-items: flex-start;
        gap: 40px;
        padding: 30px 0;
    }
    
    .service-section__details-title {
        font-size: 20px;
        min-width: 150px;
        flex-shrink: 0;
    }
    
    .service-section__tags {
        flex: 1;
        gap: 12px;
    }
    
    .service-section__tag {
        font-size: 14px;
        padding: 8px 18px;
    }
}

/* SP版 */
@media screen and (max-width: 767px) {
    .service-section__tag{
        
    }
}



/* ========================================
    障害者相談支援（青色）
======================================== */
.service-section--blue .service-section__header,
.service-section__header--blue {
    background: linear-gradient(104deg, #3A8DDE 0%, #2A6EBB 100%);
}

.service-section--blue .service-section__content,
.service-section__content--blue {
    border-color: #2A6EBB;
}

.service-section--blue .service-section__details {
    border-bottom-color: #2A6EBB;
}

.service-section--blue .service-section__tag {
    border-color: #2A6EBB;
    background: #EEF6FB;
    color: #2A6EBB;
}

/* ========================================
    地域生活支援事業（緑色）
======================================== */
.service-section--green .service-section__header,
.service-section__header--green {
    background: linear-gradient(104deg, #4CAF50 0%, #388E3C 100%);
}

.service-section--green .service-section__content,
.service-section__content--green {
    border-color: #4CAF50;
}

.service-section--green .service-section__details {
    border-bottom-color: #4CAF50;
}

.service-section--green .service-section__tag {
    border-color: #4CAF50;
    background: #E8F5E8;
    color: #2E7D32;
}

.service-section__description span {
    font-weight: 600;
}

/* ========================================
    ご利用の流れセクション
======================================== */
.flow {
    padding: 40px 0;
    background: #EEF6FB;
}

.flow__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.flow__title {
    color: #46A9EB;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.flow__title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #5CB3E6;
}

.flow__steps {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.flow__step {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    background: #FFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.flow__step-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.flow__step-number {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #2A6EBB;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    flex-shrink: 0;
}

.flow__step-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.flow__step-description {
    color: #666;
    font-size: 13px;
    flex: 1;
}

/* タブレット */
@media screen and (min-width: 768px) {
    .flow {
        padding: 60px 0;
    }
    
    .flow__container {
        gap: 40px;
    }
    
    .flow__title {
        font-size: 26px;
    }
    
    .flow__steps {
        gap: 20px;
    }
    
    .flow__step {
        max-width: 700px;
        padding: 25px 30px;
        gap: 30px;
    }
    
    .flow__step-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .flow__step-title {
        font-size: 20px;
    }
    
    .flow__step-description {
        font-size: 14px;
    }
}

/* PC */
@media screen and (min-width: 1024px) {
    .flow {
        padding: 80px 0;
    }
    
    .flow__container {
        gap: 50px;
    }
    
    .flow__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .flow__steps {
        gap: 25px;
    }
    
    .flow__step {
        max-width: 800px;
        padding: 30px 40px;
        gap: 40px;
    }
    
    .flow__step-content {
        gap: 25px;
    }
    
    .flow__step-number {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    
    .flow__step-title {
        font-size: 22px;
    }
    
    .flow__step-description {
        font-size: 15px;
        line-height: 1.5;
    }
}

/* ========================================
    支援体制セクション
======================================== */
.support-system {
    padding: 40px 0;
}

.support-system__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.support-system__title {
    color: #46A9EB;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.support-system__title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #5CB3E6;
}

.support-system__grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.support-card {
    padding: 25px 20px;
    border-radius: 15px;
    border: 1px solid #DFDFDF;
    background: #fff;
}

.support-card__title {
    padding: 12px 0;
    border-bottom: 1px solid #2A6EBB;
    color: #2A6EBB;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.support-card__info {
    margin-bottom: 15px;
}

.support-card__label {
    color: #46A9EB;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.support-card__value {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.support-system__note {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #46A9EB;
    background: #EEF6FB;
    text-align: center;
}

.support-system__note-text {
    color: #2A6EBB;
    font-size: 14px;
}

.support-system__message {
    margin-top: 20px;
}

.support-system__message-text {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/* タブレット */
@media screen and (min-width: 768px) {
    .support-system {
        padding: 60px 0;
    }
    
    .support-system__container {
        gap: 40px;
    }
    
    .support-system__title {
        font-size: 26px;
    }
    
    .support-system__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .support-card {
        padding: 30px 25px;
    }
    
    .support-card__title {
        font-size: 20px;
    }
    
    .support-card__label {
        font-size: 15px;
    }
    
    .support-card__value {
        font-size: 15px;
    }
    
    .support-system__note-text {
        font-size: 15px;
    }
    
    .support-system__message-text {
        font-size: 20px;
    }
}

/* PC */
@media screen and (min-width: 1024px) {
    .support-system {
        padding: 80px 0;
    }
    
    .support-system__container {
        gap: 50px;
    }
    
    .support-system__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .support-system__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .support-card {
        padding: 40px 30px;
    }
    
    .support-card__title {
        font-size: 22px;
        padding: 15px 0;
        margin-bottom: 25px;
    }
    
    .support-card__info {
        margin-bottom: 20px;
    }
    
    .support-card__label {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .support-card__value {
        font-size: 16px;
    }
    
    .support-system__note {
        padding: 25px 40px;
    }
    
    .support-system__note-text {
        font-size: 16px;
    }
    
    .support-system__message {
        margin-top: 30px;
    }
    
    .support-system__message-text {
        font-size: 22px;
    }
}