/* 会社概要ページ用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
    }
}

.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
}

.main {
    overflow-x: hidden;
}

.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-kh7btl4r] {
    padding: 200px 0 100px;
    background-color: #ed6058;
    text-align: center
}

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

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

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

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

.service-section[data-astro-cid-kh7btl4r]: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-kh7btl4r]:before {
        height: 30px;
        top: -29px
    }
}

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

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

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

.company-future-section[data-astro-cid-kh7btl4r] {
    background-image: url(../img/img_company_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0
}

@media (max-width: 768px) {
    .company-future-section[data-astro-cid-kh7btl4r] {
        padding: 80px 0
    }
}

.company-future-section[data-astro-cid-kh7btl4r] .company-future-section__content[data-astro-cid-kh7btl4r] {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px
}

.company-future-section[data-astro-cid-kh7btl4r] .company-future-section__title[data-astro-cid-kh7btl4r] {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3
}

@media (max-width: 768px) {
    .company-future-section[data-astro-cid-kh7btl4r] .company-future-section__title[data-astro-cid-kh7btl4r] {
        font-size: 32px;
        margin-bottom: 16px
    }
}

.company-future-section[data-astro-cid-kh7btl4r] .company-future-section__subtitle[data-astro-cid-kh7btl4r] {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 24px;
    line-height: 1.4
}

@media (max-width: 768px) {
    .company-future-section[data-astro-cid-kh7btl4r] .company-future-section__subtitle[data-astro-cid-kh7btl4r] {
        font-size: 18px;
        margin-bottom: 40px
    }
}

.company-future-section[data-astro-cid-kh7btl4r] .company-future-section__buttons[data-astro-cid-kh7btl4r] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto
}

.company-future-section[data-astro-cid-kh7btl4r] .company-future-section__buttons[data-astro-cid-kh7btl4r] .company-future-section__button[data-astro-cid-kh7btl4r] {
    background-color: #f0625c;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    transition: background-color .3s ease
}

/*
.company-future-section[data-astro-cid-kh7btl4r] .company-future-section__buttons[data-astro-cid-kh7btl4r] .company-future-section__button[data-astro-cid-kh7btl4r]:hover {
    background-color: #e55a54
}
*/

@media (max-width: 768px) {
    .company-future-section[data-astro-cid-kh7btl4r] .company-future-section__buttons[data-astro-cid-kh7btl4r] .company-future-section__button[data-astro-cid-kh7btl4r] {
        padding: 16px 20px;
        font-size: 14px
    }
}

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

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

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

.feature-section__list[data-astro-cid-kh7btl4r] {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .feature-section__list[data-astro-cid-kh7btl4r] {
        gap: 24px;
        margin-bottom: 24px
    }
}

.feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] {
    display: flex;
    align-items: center;
    gap: 40px
}

@media (max-width: 768px) {
    .feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] {
        flex-direction: column;
        gap: 24px
    }
}

.feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-image[data-astro-cid-kh7btl4r] {
    flex-shrink: 0;
    width: 48%;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width: 768px) {
    .feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-image[data-astro-cid-kh7btl4r] {
        width: 100%;
        height: 250px
    }
}

.feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-image[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-content[data-astro-cid-kh7btl4r] {
    flex: 1;
    color: #3c3c3c
}

.feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-content[data-astro-cid-kh7btl4r] .feature-section__item-number[data-astro-cid-kh7btl4r] {
    display: block;
    font-size: 14px;
    color: #ed6058;
    margin-bottom: 8px
}

.feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-content[data-astro-cid-kh7btl4r] .feature-section__item-title[data-astro-cid-kh7btl4r] {
    font-size: 24px;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 24px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 16px
}

@media (max-width: 768px) {
    .feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-content[data-astro-cid-kh7btl4r] .feature-section__item-title[data-astro-cid-kh7btl4r] {
        font-size: 20px
    }
}

.feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-content[data-astro-cid-kh7btl4r] .feature-section__item-title[data-astro-cid-kh7btl4r]:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #ed6058
}

.feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-content[data-astro-cid-kh7btl4r] .feature-section__item-description[data-astro-cid-kh7btl4r] {
    font-size: 16px;
    line-height: 1.6;
    color: #3c3c3c;
    margin-top: 40px
}

@media (max-width: 768px) {
    .feature-section__list[data-astro-cid-kh7btl4r] .feature-section__item[data-astro-cid-kh7btl4r] .feature-section__item-content[data-astro-cid-kh7btl4r] .feature-section__item-description[data-astro-cid-kh7btl4r] {
        font-size: 14px
    }
}

.company-info-section[data-astro-cid-kh7btl4r] {
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media (max-width: 768px) {
    .company-info-section[data-astro-cid-kh7btl4r] {
        padding: 0
    }
}

.company-info-section[data-astro-cid-kh7btl4r] .company-info-table[data-astro-cid-kh7btl4r] .company-info-row[data-astro-cid-kh7btl4r] {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 16px 0
}

.company-info-section[data-astro-cid-kh7btl4r] .company-info-table[data-astro-cid-kh7btl4r] .company-info-row[data-astro-cid-kh7btl4r]:last-child {
    border-bottom: none
}

@media (max-width: 768px) {
    .company-info-section[data-astro-cid-kh7btl4r] .company-info-table[data-astro-cid-kh7btl4r] .company-info-row[data-astro-cid-kh7btl4r] {
        flex-direction: column;
        gap: 8px
    }
}

.company-info-section[data-astro-cid-kh7btl4r] .company-info-table[data-astro-cid-kh7btl4r] .company-info-row[data-astro-cid-kh7btl4r] .company-info-label[data-astro-cid-kh7btl4r] {
    width: 240px;
    font-size: 16px;
    font-weight: 700;
    color: #3c3c3c;
    flex-shrink: 0;
    padding: 0 20px
}

@media (max-width: 768px) {
    .company-info-section[data-astro-cid-kh7btl4r] .company-info-table[data-astro-cid-kh7btl4r] .company-info-row[data-astro-cid-kh7btl4r] .company-info-label[data-astro-cid-kh7btl4r] {
        width: 100%;
        padding: 0
    }
}

.company-info-section[data-astro-cid-kh7btl4r] .company-info-table[data-astro-cid-kh7btl4r] .company-info-row[data-astro-cid-kh7btl4r] .company-info-value[data-astro-cid-kh7btl4r] {
    flex: 1;
    color: #3c3c3c;
    line-height: 1.6
}

.company-info-section[data-astro-cid-kh7btl4r] .company-info-table[data-astro-cid-kh7btl4r] .company-info-row[data-astro-cid-kh7btl4r] .company-info-value[data-astro-cid-kh7btl4r] div[data-astro-cid-kh7btl4r] {
    margin-bottom: 4px
}

.company-info-section[data-astro-cid-kh7btl4r] .company-info-table[data-astro-cid-kh7btl4r] .company-info-row[data-astro-cid-kh7btl4r] .company-info-value[data-astro-cid-kh7btl4r] div[data-astro-cid-kh7btl4r]:last-child {
    margin-bottom: 0
}

.access-section[data-astro-cid-kh7btl4r] {
    margin-top: 20px
}

.access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
    padding: 0 20px
}

@media (max-width: 768px) {
    .access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] {
        flex-direction: column;
        gap: 20px;
        padding: 0
    }
}

.access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-info[data-astro-cid-kh7btl4r] {
    flex: 1
}

@media (max-width: 768px) {
    .access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-info[data-astro-cid-kh7btl4r] {
        width: 100%;
        order: 1
    }
}

@media (max-width: 768px) {
    .access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-info[data-astro-cid-kh7btl4r] .works-section__table-title[data-astro-cid-kh7btl4r] {
        display: none
    }
}

.access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-info[data-astro-cid-kh7btl4r] .access-description[data-astro-cid-kh7btl4r] {
    background-color: #fff;
    border-radius: 8px
}

.access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-info[data-astro-cid-kh7btl4r] .access-description[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r] {
    font-size: 16px;
    line-height: 1.6;
    color: #3c3c3c;
    margin-bottom: 16px
}

.access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-info[data-astro-cid-kh7btl4r] .access-description[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]:last-child {
    margin-bottom: 0
}

.access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-map[data-astro-cid-kh7btl4r] {
    flex: 1;
    height: 300px
}

@media (max-width: 768px) {
    .access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-map[data-astro-cid-kh7btl4r] {
        width: 100%;
        order: 0
    }
}

.access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-map[data-astro-cid-kh7btl4r] .works-section__table-title[data-astro-cid-kh7btl4r] {
    display: none
}

@media (max-width: 768px) {
    .access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-map[data-astro-cid-kh7btl4r] .works-section__table-title[data-astro-cid-kh7btl4r] {
        display: block
    }
}

.access-section[data-astro-cid-kh7btl4r] .access-content[data-astro-cid-kh7btl4r] .access-map[data-astro-cid-kh7btl4r] iframe[data-astro-cid-kh7btl4r] {
    width: 100%;
    height: 300px
}