
.business__content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.business__overview {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.business__overview-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.business__paragraph {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (max-width: 760px) {

    .business__content {
        gap: 50px;
    }
    .business__paragraph {
        gap: 60px;
    }
}


.business__row1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.business__row1-text-wrap {
    width: 610px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.business__row1-title {
    color: #2559AE;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0;
}

.business__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    padding-left: 20px;
    border-left: 4px solid #2559AE;
}

.business__row1-image {
    width: 460px;
    height: 357px;
}

@media screen and (max-width: 1440px) {

    .business__row1-text-wrap {
        width: 42.361vw;
    }

    .business__row1-title {
        font-size: 1.667vw;
    }

    .business__text {
        font-size: 1.111vw;
    }

    .business__row1-image {
        width: 31.944vw;
        height: 24.792vw;
    }
}

@media screen and (max-width: 760px) {
    .business__row1 {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .business__row1-text-wrap {
        width: 100%;
    }

    .business__row1-title {
        font-size: 24px;
    }

    .business__text {
        font-size: 16px;
    }

    .business__row1-image {
        width: 100%;
        height: auto;
    }
}

.main-works {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.business__row2 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 20px;
}

.business__row2-text {
    width: 200px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 20px;
    position: relative;
}

.business__row2-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    background-image: url('../images/business/circle.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.business__row3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 0;
}

.business__row3-image {
    width: 224px;
    height: 170px;
  
}


.business__row5 {
    display: flex;
    flex-wrap: wrap;
    gap: 56.67px;
    row-gap: 20px;
    padding: 5px 28.33px;
}

.business__row5-item {
    width: 130px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.business__row5-image {
    width: 130px;
    height: 130px;
}

.business__row5-text {
    color: #2559AE;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
}

.qualifications {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


/* 取得許可一覧　*/

.license-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.license-list__table-wrap {
    display: block;
}

.license-list__table {
    width: 1120px;
    border-collapse: collapse;
}

.license-list__table td {
    border: 1px solid #2559AE;
}

.license-list__table tbody td {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: black;
    height: 73px;
} 

.license-list__table tbody tr:nth-child(even) td {
    background-color: #F4F4F4;
}

.license-list__table tbody tr:nth-child(even) td:nth-child(1) {
    background-color: #2559AE;
    color: white;
    border-bottom: 1px solid white;
}

.license-list__table td:nth-child(1) {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2559AE;
    color: white;
    border-bottom: 1px solid white;
}

.license-list__table td:nth-child(2) {
    width: 240px;
    font-weight: 400;
    padding: 0 32px;
}

.license-list__table td:nth-child(3) {
    width: 240px;
    font-weight: 400;
    padding: 0 32px;
}

.license-list__table td:nth-child(4) {
    width: 400px;
    font-weight: 400;
    padding: 0 48px;
}

@media screen and (max-width: 1440px) {
    .license-list__table {
        width: 77.778vw;
    }

    .license-list__table tbody td {
        font-size: 1.1111vw;
        height: 5.07vw;
    } 

    .license-list__table td:nth-child(1) {
        width: 16.667vw;
    }

    .license-list__table td:nth-child(2) {
        width: 16.667vw;
        padding: 0 2.22vw;
    }

    .license-list__table td:nth-child(3) {
        width: 16.667vw;
        padding: 0 2.22vw;
    }

    .license-list__table td:nth-child(4) {
        width: 27.778vw;
        padding: 0 3.333vw;
    }
}

@media screen and (max-width: 760px) {
    .license-list__table-wrap {
        overflow-x: scroll;
    }

    .license-list__table {
        widtH: 1120px;
    }

    .license-list__table tbody td {
        font-size: 16px;
        height: 73px;
    } 


    .license-list__table td:nth-child(1) {
        width: 240px;
    }

    .license-list__table td:nth-child(2) {
        width: 240px;
        padding: 0 32px;
    }

    .license-list__table td:nth-child(3) {
        width: 240px;
        padding: 0 32px;
    }

    .license-list__table td:nth-child(4) {
        width: 400px;
        padding: 0 48px;
    }
}

.award {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.award__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.award__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.award__name {
    color: #2559AE;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
    padding-left: 12px;
    padding-bottom: 8.04px;
    border-bottom: 1px solid #2559AE;
    border-left: 12px solid #2559AE;
    position: relative;
}

.award__name::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    width: 12px;
    height: 13px;
    background-color: #EAF3FA;
}

.award__text-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.award__label {
    background-color: #2559AE;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 4px 8px;
    border-radius: 8px;
    width: fit-content;
}

.award__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    flex: 1;
}