/* 事業詳細04（申請書作成）ページ用CSS */
.section-title[data-astro-cid-unkgxwdq] {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 24px
}

@media (max-width: 768px) {
    .section-title[data-astro-cid-unkgxwdq] {
        margin-bottom: 24px;
        justify-content: center
    }
}

.section-title[data-astro-cid-unkgxwdq] .section-title__japanese[data-astro-cid-unkgxwdq] {
    font-size: 46px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 768px) {
    .section-title[data-astro-cid-unkgxwdq] .section-title__japanese[data-astro-cid-unkgxwdq] {
        font-size: 28px;
        margin-bottom: 8px
    }
}

.section-title[data-astro-cid-unkgxwdq] .section-title__english[data-astro-cid-unkgxwdq] {
    font-size: 20px;
    color: #ed6058;
    font-weight: 700
}

@media (max-width: 768px) {
    .section-title[data-astro-cid-unkgxwdq] .section-title__english[data-astro-cid-unkgxwdq] {
        font-size: 16px
    }
}

.main {
    overflow-x: hidden;
}

.detail-title[data-astro-cid-mcggwhx3] {
    font-size: 32px;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 24px;
    text-align: center
}

.detail-title[data-astro-cid-mcggwhx3]:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
    width: 64px;
    height: 64px;
    background-image: url(../img/icon_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 768px) {
    .detail-title[data-astro-cid-mcggwhx3]:after {
        width: 40px;
        height: 7px;
        bottom: 15px
    }
}

@media (max-width: 768px) {
    .detail-title[data-astro-cid-mcggwhx3] {
        font-size: 24px
    }
}

.service-strength__main[data-astro-cid-zziondq5] {
    display: grid;
    grid-template-columns: 52% 44%;
    gap: 48px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px
}

@media (max-width: 768px) {
    .service-strength__main[data-astro-cid-zziondq5] {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    .service-strength__main[data-astro-cid-zziondq5] .service-strength__main-content[data-astro-cid-zziondq5] {
        order: 1
    }
}

.service-strength__main[data-astro-cid-zziondq5] .service-strength__main-content[data-astro-cid-zziondq5] .service-strength__main-title[data-astro-cid-zziondq5] {
    font-size: 44px;
    font-weight: 700;
    color: #3c3c3c;
    line-height: 1.3;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .service-strength__main[data-astro-cid-zziondq5] .service-strength__main-content[data-astro-cid-zziondq5] .service-strength__main-title[data-astro-cid-zziondq5] {
        font-size: 24px
    }
}

.service-strength__main[data-astro-cid-zziondq5] .service-strength__main-content[data-astro-cid-zziondq5] .service-strength__main-title[data-astro-cid-zziondq5] .service-strength__main-title-highlight[data-astro-cid-zziondq5] {
    color: #ed6058
}

.service-strength__main[data-astro-cid-zziondq5] .service-strength__main-content[data-astro-cid-zziondq5] .service-strength__main-description[data-astro-cid-zziondq5] {
    font-size: 16px;
    line-height: 1.8;
    color: #3c3c3c
}

.service-strength__main[data-astro-cid-zziondq5] .service-strength__main-image[data-astro-cid-zziondq5] {
    border-radius: 8px;
    width: 100%
}

.service-strength__main[data-astro-cid-zziondq5] .service-strength__main-image[data-astro-cid-zziondq5] img[data-astro-cid-zziondq5] {
    width: 100%;
    height: auto;
    display: block
}

.page-header[data-astro-cid-ioied4zw] {
    padding: 200px 0 100px;
    background-color: #ed6058;
    text-align: center
}

@media (max-width: 768px) {
    .page-header[data-astro-cid-ioied4zw] {
        padding: 60px 0 80px
    }
}

.page-header[data-astro-cid-ioied4zw] .page-header__inner[data-astro-cid-ioied4zw] {
    max-width: 1240px;
    margin: 0 auto
}

.service-section[data-astro-cid-ioied4zw] {
    position: relative;
    background-color: #f5f5f5;
    padding: 80px 0
}

@media (max-width: 768px) {
    .service-section[data-astro-cid-ioied4zw] {
        margin-top: -40px;
        padding: 40px 20px 80px
    }
}

.service-section[data-astro-cid-ioied4zw]:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    height: 60px;
    width: 102%;
    background-color: #f5f5f5;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    z-index: 1
}

@media (max-width: 768px) {
    .service-section[data-astro-cid-ioied4zw]:before {
        height: 30px;
        top: -29px
    }
}

.service-section[data-astro-cid-ioied4zw] .content[data-astro-cid-ioied4zw] {
    position: relative;
    z-index: 2
}

.service-feature-section[data-astro-cid-ioied4zw] {
    background-color: #fff;
    padding: 80px;
    margin: 0 0 80px;
    border-radius: 8px
}

@media (max-width: 768px) {
    .service-feature-section[data-astro-cid-ioied4zw] {
        padding: 40px 24px
    }
}

.service-detail-section[data-astro-cid-ioied4zw] {
    background-color: #fff;
    padding: 80px;
    margin: 0 0 80px;
    border-radius: 8px
}

@media (max-width: 768px) {
    .service-detail-section[data-astro-cid-ioied4zw] {
        padding: 40px 24px
    }
}

.list01[data-astro-cid-ioied4zw] {
    margin-bottom: 0
}