.about-wrap .frame-top-wrap {
    height: 20vw;
}
.frame-top-title {
    margin: 0;
    font-size: 32px;
}
.about-us-desc-box {
    margin: 0 16vw;
}
.about-us-desc-box h1 {
    text-align: center;
    margin: 20px 0 30px 0;
    font-size: 28px;
}
.about-us-desc-box h2 {
    font-size: 20px;
}
.about-us-desc-box p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    color: var(--text-color-drak2);
    padding-left: 20px;
}
.label-h2 {
    text-align: center;
    font-size: 32px;
    margin: 70px 0;
}
.about-us-our-strengths-wrap {
    margin: 0 8vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.our-strengths-item {
    width: calc(25% - 35px);
    padding: 35px;
    text-align: center;
    background: var(--bg-color-opacity);
    border: 2px solid var(--bg-color-acce);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-strengths-item img {
    margin-top: 20px;
    height: 70px;
}
.our-strengths-item p {
    margin-top: 35px;
    max-width: 400px;
    font-size: 18px;
}
.about-us-company-culture .label-h2 {
    color: var(--bg-color-acce);
}
.company-culture-wrap {
    margin: 0 14vw;
    display: flex;
}
.company-culture-list {
    flex: 1;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company-culture-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.company-culture-icon {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 5px solid var(--bg-color);
    margin-right: 20px;
    border-radius: 50%;
    padding: 15px;
    color: var(--bg-color);
    font-weight: 900;
}
.company-culture-icon div {
    z-index: 2;
}
.company-culture-icon::before {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% + 10px);
    width: 5px;
    background: white;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.company-culture-icon::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 10px);
    height: 5px;
    background: white;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}
.company-culture-desc {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.company-culture-title h3 {
    margin: 0 10px 0 0;
    font-size: 23px;
    color: var(--bg-color-acce);
}
.company-culture-title {
    margin: 10px 0 0 0;
    display: flex;
}
.company-culture-title-icon {
    flex: 1;
    display: flex;
    align-items: center;
}
.company-culture-title-icon:before {
    content: "";
    display: block;
    flex: 1;
    height: 2px;
    background: var(--bg-color-acce);
    margin-right: 10px;
}
.company-culture-title-icon:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--bg-color-acce);
    border-radius: 50%;
}
.company-culture-desc p {
    margin-top: 5px;
    color: var(--bg-color);
    font-size: 20px;
}
.company-culture-image {
    width: 35%;
}
.need-to-know-wrap {
    margin: 0 5vw;
    display: flex;
    flex-wrap: wrap;
}
.need-to-know-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
    text-align: center;
}
.need-to-know-item img {
    height: 60px;
}
.need-to-know-item h3 {
    font-size: 22px;
    margin-top: 15px;
}
.need-to-know-item p {
    margin-top: 15px;
    padding: 0 3vw;
    color: var(--text-color-drak2);
    font-size: 20px;
}
.workshop {
    margin: 0 20vw 30px 20vw;
}
.workshop .workshop-swipe {
    width: 100%;
    height: 32vw;
}


@media (max-width: 1700px) {
    .about-us-our-strengths-wrap {
        justify-content: space-evenly;
    }
    .our-strengths-item {
        width: 40%;
        margin-bottom: 40px;
    }
}

@media (max-width: 980px) {
    .about-us-desc-box {
        margin: 0 8vw;
    }
    .about-us-desc-box h1 {
        font-size: 22px;
        margin: 20px 0 20px 0;
    }
    .about-us-desc-box h1 {
        font-size: 22px;
    }
    .about-us-desc-box p {
        font-size: 16px;
        line-height: 20px;
    }
    .about-us-our-strengths-wrap {
        margin: 0 10vw;
    }
    .label-h2 {
        font-size: 22px;
        margin: 30px 0;
    }
    .company-culture-wrap {
        display: block;
        margin: 0 5vw;
    }
    .about-us-company-culture .label-h2 {
        margin: 30px 0 10px 0;
    }
    .our-strengths-item {
        width: 100%;
        margin-bottom: 25px;
    }
    .our-strengths-item:last-child {
        margin-bottom: 0;
    }
    .our-strengths-item p {
        font-size: 16px;
    }
    .company-culture-list {
        margin-right: 0;
    }
    .company-culture-item {
        width: 100%;
    }
    .company-culture-icon {
        transform: scale(.7);
        margin-right: 8px;
    }
    .company-culture-title h3 {
        font-size: 18px;
    }
    .company-culture-desc p {
        margin-top: 10px;
        font-size: 16px;
    }
    .company-culture-image {
        width: 100%;
        margin-top: 20px;
    }
    .need-to-know-wrap {
        display: block;
    }
    .need-to-know-item {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .need-to-know-item:last-child {
        margin-bottom: 0;
    }
    .need-to-know-item p {
        padding: 0 8vw;
        font-size: 16px;
    }
    .workshop {
        margin: 0 8vw 20px 8vw;
    }
    .workshop .workshop-swipe {
        width: 100%;
        height: 45vw;
    }
}