/**
 * ��ЊT�v�y�[�W��p�X�^�C��
 */

/* ============================================
   �q�[���[�Z�N�V����
   ============================================ */
.company-hero {
    background: linear-gradient(180deg, #e76f51 0%, #f4a261 100%);
    padding: 80px 24px 0;
    min-height: 250px;
    display: flex;
    align-items: flex-start;
    margin-top: -20px;
}

.company-hero-content {
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-hero-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    letter-spacing: 0.37px;
    margin: 0;
}

.company-hero-description {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    opacity: 0.95;
    letter-spacing: -0.45px;
    margin: 0;
}

/* ============================================
   ��Џ��Z�N�V����
   ============================================ */
.company-info-section {
    background-color: #ffffff;
    padding: 96px 24px;
}

.company-info-table {
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(74, 74, 74, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.company-info-row {
    display: flex;
    border-bottom: 1px solid rgba(74, 74, 74, 0.1);
    min-height: 65px;
}

.company-info-row:last-child {
    border-bottom: none;
}

.company-info-row-odd {
    background-color: rgba(248, 233, 218, 0.3);
}

.company-info-row-even {
    background-color: #ffffff;
}

.company-info-label {
    width: 180px;
    padding: 20px 24px;
    border-right: 1px solid rgba(74, 74, 74, 0.1);
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4a4a4a;
    letter-spacing: -0.31px;
}

.company-info-value {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(74, 74, 74, 0.8);
    letter-spacing: -0.31px;
}

/* ============================================
   ���Ɠ��e�Z�N�V����
   ============================================ */
.company-business-content {
    background-color: #f8e9da;
    padding: 96px 24px;
}

.company-business-container {
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-business-header {
    text-align: center;
}

.company-business-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #4a4a4a;
    letter-spacing: 0.37px;
    margin: 0 0 16px;
}

.company-business-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #8b8b8b;
    letter-spacing: -0.44px;
    margin: 0;
}

.company-business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 16px;
}

.company-business-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.company-business-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 12px -2px rgba(0, 0, 0, 0.15), 0px 4px 8px -4px rgba(0, 0, 0, 0.1);
}

.company-business-card-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #4a4a4a;
    letter-spacing: -0.45px;
    margin: 0;
}

.company-business-card-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8b8b8b;
    letter-spacing: -0.15px;
    margin: 0;
}

.company-business-card-description {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(74, 74, 74, 0.8);
    letter-spacing: -0.31px;
    margin: 0;
    white-space: pre-wrap;
}

/* ============================================
   �{�݌����Z�N�V����
   ============================================ */
.company-facility-search {
    background-color: #ffffff;
    padding: 96px 111px;
}

.company-facility-search-container {
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-facility-search-header {
    text-align: center;
}

.company-facility-search-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #4a4a4a;
    letter-spacing: 0.37px;
    margin: 0 0 16px;
}

.company-facility-search-subtitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #8b8b8b;
    letter-spacing: -0.44px;
    margin: 0;
}

.company-facility-search-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 16px;
}

.company-search-input-wrapper {
    position: relative;
    width: 100%;
}

.company-search-input {
    width: 100%;
    height: 58px;
    padding: 16px 48px 16px 20px;
    border: 1px solid rgba(74, 74, 74, 0.2);
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    box-sizing: border-box;
}

.company-search-input:focus {
    outline: none;
    border-color: #e76f51;
}

.company-search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.company-search-dropdown {
    width: 100%;
    height: 58px;
    padding: 16px 20px;
    border: 1px solid rgba(74, 74, 74, 0.2);
    border-radius: 8px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234A4A4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 40px;
}

.company-search-dropdown:focus {
    outline: none;
    border-color: #e76f51;
}

.company-search-button {
    width: 100%;
    height: 56px;
    background-color: #e76f51;
    border: none;
    border-radius: 29177800px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: -0.31px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.company-search-button:hover {
    background-color: #d85a3f;
}

.company-search-button:active {
    background-color: #c94e2d;
}

/* ============================================
   ���X�|���V�u�Ή�
   ============================================ */
@media (max-width: 1024px) {
    .company-facility-search {
        padding: 96px 24px;
    }
}

@media (max-width: 768px) {
    .company-hero {
        padding: 60px 16px 0;
        min-height: 200px;
    }

    .company-hero-content {
        padding-bottom: 60px;
    }

    .company-hero-title {
        font-size: 28px;
        line-height: 36px;
    }

    .company-hero-description {
        font-size: 18px;
        line-height: 28px;
    }

    .company-info-section {
        padding: 60px 16px;
    }

    .company-info-row {
        flex-direction: column;
        min-height: auto;
    }

    .company-info-label {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(74, 74, 74, 0.1);
        padding: 16px;
    }

    .company-info-value {
        padding: 16px;
    }

    .company-business-content {
        padding: 60px 16px;
    }

    .company-business-title,
    .company-facility-search-title {
        font-size: 28px;
        line-height: 36px;
    }

    .company-business-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .company-facility-search {
        padding: 60px 16px;
    }
}

@media (max-width: 480px) {
    .company-hero {
        padding: 48px 16px 0;
        min-height: 180px;
    }

    .company-hero-content {
        padding-bottom: 48px;
    }

    .company-hero-title {
        font-size: 24px;
        line-height: 32px;
    }

    .company-hero-description {
        font-size: 16px;
        line-height: 24px;
    }

    .company-info-section {
        padding: 48px 16px;
    }

    .company-info-label,
    .company-info-value {
        padding: 12px 16px;
    }

    .company-business-content {
        padding: 48px 16px;
    }

    .company-business-title,
    .company-facility-search-title {
        font-size: 24px;
        line-height: 32px;
    }

    .company-business-subtitle,
    .company-facility-search-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .company-facility-search {
        padding: 48px 16px;
    }

    .company-search-input,
    .company-search-dropdown {
        height: 48px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .company-search-button {
        height: 48px;
        font-size: 14px;
    }
}
