.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: 40px 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: 26px;
        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: 20px
    }
}

.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: bold;
    line-height: 1.6;
    text-align: center;
}

/*.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] {
        font-size: 16px
    }
}

.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: 170px
    }
}

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