/* 共通 */
.company_wrap_3 .title,
.company_wrap_4 .title,
.company_wrap_5 .title {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 30px;
    padding: 0;
    padding-top: 60px;
    color: rgba(var(--color_text));
}

@media screen and (max-width: 900px) {
    .company_wrap_3 .title,
    .company_wrap_4 .title,
    .company_wrap_5 .title {
        font-size: 34px;
    }
}

/* 6.blade */
.company_wrap_1 {
    position: relative;
}

.company_wrap_1 .company_img_wrap .img {
    width: 100%;
    max-height: 1080px;
    position: relative;
}

.company_wrap_1 #block-text-top {
    z-index: 200;
    display: flex;
    flex-direction: column;
}

.company_wrap_1 .section_title {
    position: absolute;
    top: 90px;
    right: 150px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
    max-height: 600px;
}

.company_wrap_1 .section_texts {
    font-size: 24px;
    color: rgba(var(--color_main_text));
    background-color: rgba(var(--color_primary));
    margin-left: 20px;
    padding: 15px;
    font-weight: 500;
    display: inline-block;
}

.company_wrap_1 .cms-f-edit-input {
    width: 50%;
}

@media screen and (max-width: 1023px) {
    .company_wrap_1 .section_title {
        top: 80px;
        right: 80px;
    }
}

@media screen and (max-width: 599px) {
    .company_wrap_1 .section_title {
        top: 20px;
        right: 20px;
        max-height: 260px;
    }

    .company_wrap_1 .section_texts {
        font-size: 16px;
    }

    .company_wrap_1 .company_img_wrap .img {
        min-height: 250px;
    }
}

/* 7.blade */
.company_wrap_2 {
    position: relative;
}

.company_wrap_2 .company_img_wrap .img {
    width: 100%;
    max-height: 1080px;
    position: relative;
}

.company_wrap_2 .company_img_wrap .img::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(var(--color_text));
    opacity: 0.4;
    z-index: 5;
}

.company_wrap_2 .page_title_wrap {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 44px;
    color: rgba(var(--color_main_text));
    letter-spacing: 5px;
    text-indent: 5px;
    font-weight: bold;
}

.company_wrap_2 .section_texts {
    font-weight: bold;
    color: rgba(var(--color_bg));
    margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
    .company_wrap_2 .page_title_wrap {
        font-size: 34px;
    }
}

@media screen and (max-width: 599px) {
    .company_wrap_2 .company_img_wrap .img {
        min-height: 240px;
    }

    .company_wrap_2 .page_title_wrap {
        font-size: 20px;
        letter-spacing: 0px;
        text-indent: 0;
    }
}

/* 8.blade */
.company_wrap_3 .company_img_wrap .img {
    width: 390px;
    height: 488px;
}

.company_wrap_3 .textArea_A {
    margin-left: 30px;
    text-align: left;
    color: rgba(var(--color_text));
    width: 570px;
}

.company_wrap_3 .flex {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .company_wrap_3 .section_image,
    .company_wrap_3 .textArea_A {
        width: 50%;
        text-align: left;
    }

    .company_wrap_3 .textArea_A:focus {
        outline: none;
    }

    .company_wrap_3 .section_image .img {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .company_wrap_3 .flex {
        flex-direction: column;
    }

    .company_wrap_3 .section_image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .company_wrap_3 .company_img_wrap .img {
        height: 275px;
        width: 220px;
    }

    .company_wrap_3 .textArea_A {
        margin: 10px 0;
        width: 100%;
        font-size: 14px;
        line-height: 2;
    }

    .company_wrap_3 .title {
        font-size: 20px;
        margin: 0 auto 20px;
        padding-top: 40px;
    }
}

/* 9.blade */
.company_wrap_4 ul {
    padding-bottom: 20px;
}

.company_wrap_4 ul li {
    font-size: 14px;
    display: flex;
    border-bottom: 2px dashed var(--cms-gray);
    padding: 10px 0;
    color: rgba(var(--color_text));
}

.company_wrap_4 ul li .section_ym {
    width: 30%;
    text-align: center;
}

.company_wrap_4 ul li .section_detail {
    width: 70%;
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
}

.company_wrap_4 .cms-f-edit-input {
    width: 100%;
}

.company_wrap_4 #cms-history-add-detail {
    margin-left: 5px;
    text-align: left;
}

@media screen and (max-width: 599px) {
    .company_wrap_4 .parts_wrap_width {
        width: 100%;
    }

    .company_wrap_4 .title {
        font-size: 20px;
        padding-top: 40px;
        margin-bottom: 0;
    }

    .company_wrap_4 ul li {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px dashed var(--cms-gray);
    }
    .company_wrap_4 ul li .section_ym {
        opacity: 0.6;
        font-size: 12px;
    }

    .company_wrap_4 ul li .section_detail {
        text-align: center;
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
        line-height: 2;
    }

    .company_wrap_4 #cms-history-add-detail {
        width: auto;
    }
}

/* 10.blade */
.company_wrap_5 .parts_wrap_width {
    margin: 0 auto 40px;
}

.company_wrap_5 .cms-admin-notification li:first-of-type {
    border-top: 1px solid var(--cms-gray);
    align-items: inherit;
}

.company_wrap_5 .cms-admin-notification li {
    border-bottom: 1px solid var(--cms-gray);
    color: rgba(var(--color_text));
    align-items: inherit;
}

.company_wrap_5 .section_columns {
    background-color: rgba(var(--color_sub));
    width: 30%;
}

.company_wrap_5 .section_detail {
    width: 70%;
}

.company_wrap_5 .section_columns,
.company_wrap_5 .section_detail {
    text-align: left;
    padding: 20px 70px;
}

.company_wrap_5 .cms-f-edit-input:first-of-type {
    width: 95%;
}

@media screen and (max-width: 1023px) {
    .company_wrap_5 .section_columns,
    .company_wrap_5 .section_detail {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 599px) {
    .company_wrap_5 .title {
        font-size: 20px;
        margin: 0px auto 20px;
        padding-top: 40px;
    }

    .company_wrap_5 .section_columns,
    .company_wrap_5 .section_detail {
        padding: 20px;
        font-size: 14px;
    }
    .company_wrap_5 .section_detail {
        line-height: 2;
    }
}

/* blade 57 */

.company_wrap_6 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: rgba(var(--color_bg));
}
.company_wrap_6 .all_wrap {
    position: relative;
    width: 100%;
}

.company_wrap_6 .image_text_wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.company_wrap_6 .section_image {
    width: 85%;
    z-index: 2;
    margin-top: 20px;
}

.company_wrap_6 .section_image .img {
    max-height: 960px;
}

.company_wrap_6 .DIY_BG {
    width: 100%;
    position: absolute;
    background-color: rgba(var(--color_sub));
    height: 363px;
    z-index: 1;
    bottom: 85px;
}
.company_wrap_6 .title_text_wrap {
    margin-top: -100px;
    padding: 70px;
    background-color: rgba(var(--color_bg));
    z-index: 3;
    bottom: 0;
    width: 75%;
    border-left: 15px solid rgba(var(--color_primary));
    margin-bottom: 20px;
    position: relative;
}

.company_wrap_6 .section_title {
    font-size: 28px;
    font-weight: bold;
    color: rgba(var(--color_text));
    margin-bottom: 32px;
    text-align: left;
}
.company_wrap_6 .section_textarea {
    font-size: 16px;
    color: rgba(var(--color_text));
    text-align: left;
}

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

@media screen and (max-width: 599px) {
    .company_wrap_6 .section_image {
        width: 100%;
    }
    .company_wrap_6 .title_text_wrap {
        width: 90%;
        padding: 22px 32px;
        margin-top: -50px;
        border-left: 5px solid rgba(var(--color_primary));
    }

    .company_wrap_6 .section_image .img {
        min-height: 214px;
    }
    .company_wrap_6 .DIY_BG {
        height: 180px;
    }

    .company_wrap_6 .section_title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .company_wrap_6 .section_textarea {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 359px) {
    /* 90%*/
}

/* blade 58 */

.company_wrap_7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(var(--color_bg));
}

.company_wrap_7 .all_wrap {
    position: relative;
    width: 100%;
}

.company_wrap_7 .image_text_wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.company_wrap_7 .section_image {
    margin-top: 20px;
    width: 85%;
    z-index: 2;
}

.company_wrap_7 .section_image .img {
    max-height: 960px;
}

.company_wrap_7 .DIY_BG {
    width: 100%;
    position: absolute;
    background-color: rgba(var(--color_sub));
    height: 363px;
    z-index: 1;
    bottom: 85px;
}
.company_wrap_7 .title_text_wrap {
    margin-top: -100px;
    padding: 70px;
    background-color: rgba(var(--color_bg));
    z-index: 3;
    bottom: 0;
    width: 75%;
    border-right: 15px solid rgba(var(--color_primary));
    margin-bottom: 20px;
    position: relative;
}

.company_wrap_7 .section_title {
    font-size: 28px;
    font-weight: bold;
    color: rgba(var(--color_text));
    margin-bottom: 32px;
    text-align: left;
}
.company_wrap_7 .section_textarea {
    font-size: 16px;
    color: rgba(var(--color_text));
    text-align: left;
}

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

@media screen and (max-width: 599px) {
    .company_wrap_7 .section_image {
        width: 100%;
    }
    .company_wrap_7 .title_text_wrap {
        width: 90%;
        padding: 22px 32px;
        margin-top: -50px;
        border-right: 5px solid rgba(var(--color_primary));
    }

    .company_wrap_7 .section_image .img {
        min-height: 214px;
    }
    .company_wrap_7 .DIY_BG {
        height: 180px;
    }

    .company_wrap_7 .section_title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .company_wrap_7 .section_textarea {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 359px) {
    /* 90%*/
}

/* Blade 84 */
.company_wrap_8 {
    display: flex;
}

.company_wrap_8 .section_1 {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.company_wrap_8 .section_2 {
    width: 40%;
}
.company_wrap_8 .section_1 .text_textareas_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--color_bg));
    padding: 30px 0;
}
.company_wrap_8 .section_1 .section_titles {
    font-size: 30px;
    color: rgba(var(--color_primary));
    padding: 15px;
    padding-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.company_wrap_8 .section_1 .icon_primary {
    fill: rgba(var(--color_primary));
}
.company_wrap_8 .section_1 .icon {
    width: 39px;
    height: 46px;
    display: inline-block;
}

.company_wrap_8 .section_2 .icon_arrow {
    height: 60px;
    width: 20px;
    fill: rgba(var(--color_text));
    padding-top: 20px;
}
.company_wrap_8 .section_1 .section_textareas {
    width: 50%;
    font-size: 16px;
    color: rgba(var(--color_text));
    padding: 15px;
    text-align: left;
}

.company_wrap_8 .section_1 .image_title_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company_wrap_8 .section_1 .image_title_wrap .section_textarea {
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    color: rgba(var(--color_bg));
    z-index: 100;
    text-align: left;
    padding: 50px;
}

.company_wrap_8 .section_1 .section_images .img_bg,
.company_wrap_8 .section_2 .section_images .img_bg {
    position: relative;
}
.company_wrap_8 .section_1 .section_images .img_bg::before {
    top: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(var(--color_text), 0.2);
    z-index: 4;
}

.company_wrap_8 .section_2 .section_images .img_bg::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(var(--color_text), 0.2);
    z-index: 4;
}

.company_wrap_8 .section_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.company_wrap_8 .section_1 .text_textareas_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
}

.company_wrap_8 .section_1 .text_textareas_wrap_inside {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_wrap_8 .icon_title_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_wrap_8 .section_2 .text_textareas_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--color_bg));
}
.company_wrap_8 .section_2 .text_textareas_wrap_inside {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    background-color: rgba(var(--color_primary));
    padding: 76px 52px;
}

.company_wrap_8 .section_2 .section_titles {
    font-size: 36px;
    color: rgba(var(--color_main_text));
    font-weight: bold;
    position: relative;
}
.company_wrap_8 .section_2 .section_titles::before {
    position: absolute;
    display: block;
    content: "";
    height: 5px;
    width: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
    z-index: 1;
    background-color: rgba(var(--color_main_text));
}

.company_wrap_8 .section_2 .section_textareas {
    color: rgba(var(--color_main_text));
    font-size: 16px;
    padding: 30px 0;
}

.company_wrap_8 .scroll {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: rgba(var(--color_text));
}
@media screen and (max-width: 1023px) {
    .company_wrap_8 .section_1 .section_titles {
        font-size: 20px;
    }
}

@media screen and (max-width: 599px) {
    .company_wrap_8 {
        flex-direction: column;
    }
    .company_wrap_8 .section_1,
    .company_wrap_8 .section_2 {
        width: 100%;
    }
    .company_wrap_8 .section_1 .image_title_wrap .section_textarea {
        font-size: 22px;
        padding: 40px;
        line-height: 44px;
    }
    .company_wrap_8 .section_1 .text_textareas_wrap_inside {
        flex-direction: column;
        padding: 0 40px;
    }
    .company_wrap_8 .section_1 .section_textareas,
    .company_wrap_8 .section_2 .section_textareas {
        width: 100%;
        font-size: 14px;
        line-height: 2;
    }
    .company_wrap_8 .section_1 .section_textareas {
        margin-top: 10px;
        padding: 0;
    }
    .company_wrap_8 .section_2 .section_textareas {
        padding-bottom: 0;
    }
    .company_wrap_8 .section_1 .section_titles {
        font-size: 20px;
        padding: 0;
        padding-left: 5px;
    }
    .company_wrap_8 .section_2 .section_titles {
        font-size: 22px;
    }
    .company_wrap_8 .section_2 .section_titles::before {
        height: 3px;
    }
    .company_wrap_8 .scroll {
        font-size: 10px;
    }
    .company_wrap_8 .icon_title_wrap {
        padding-bottom: 0;
    }
    .company_wrap_8 .section_2 .icon_title_wrap {
        padding: 0 15px;
    }
    .company_wrap_8 .section_2 .icon_arrow {
        padding-top: 5px;
    }
    .company_wrap_8 .section_1 .text_textareas_wrap_inside {
        align-items: flex-start;
    }
}

@media screen and (max-width: 359px) {
    /* 90%*/
}

/* Blade 85 */
.company_wrap_9 .section_1 .image_title_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_wrap_9 .section_1 .contact {
    position: absolute;
    color: rgba(var(--color_text));
    background-color: rgba(var(--color_accent));
    padding: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 5px 0px 0px 5px;
    vertical-align: middle;
    width: 56px;
    cursor: pointer;
    z-index: 4;
    font-size: 14px;
}
.company_wrap_9 .section_1 .title_textarea_wrap {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 60%;
    z-index: 100;
    left: 10%;
}

.company_wrap_9 .section_textarea {
    position: static;
}
.company_wrap_9 .section_1 .section_titles {
    text-align: left;
    color: rgba(var(--color_bg));
    font-size: 16px;
    position: relative;
    padding-bottom: 5px;
}
.company_wrap_9 .section_1 .section_titles::before {
    position: absolute;
    display: block;
    content: "";
    width: 160px;
    height: 1px;
    background-color: rgba(var(--color_primary));
    bottom: 0;
    left: 0;
}

.company_wrap_9 .section_1 .section_images .img_bg {
    position: relative;
}
.company_wrap_9 .section_1 .section_images .img_bg::before {
    top: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(var(--color_text), 0.2);
    z-index: 4;
}

.company_wrap_9 .section_1 .section_textareas {
    padding-top: 30px;
    text-align: left;
    color: rgba(var(--color_bg));
    font-size: 36px;
    font-weight: bold;
}

.company_wrap_9 .section_2 .title_textarea_wrap {
    width: 60%;
    text-align: left;
    background-color: rgba(var(--color_primary));
    color: rgba(var(--color_main_text));
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 5%;
}
.company_wrap_9 .section_2 .image_title_wrap {
    display: flex;
}

.company_wrap_9 .section_2 .section_titles {
    font-size: 30px;
    font-weight: bold;
    color: rgba(var(--color_main_text));
}
.company_wrap_9 .section_2 .section_textarea {
    width: 40%;
    text-align: left;
    background-color: rgba(var(--color_bg));
    color: rgba(var(--color_text));
    font-size: 16px;
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.company_wrap_9 .section_2 .icon_title_wrap {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}

.company_wrap_9 .section_2 .icon {
    width: 39px;
    height: 46px;
    margin-right: 10px;
}

.company_wrap_9 .section_2 .icon_primary {
    fill: rgba(var(--color_main_text));
}

.company_wrap_9 .cms-f-edit-cover .flex-center {
    justify-content: flex-start;
}

.company_wrap_9 .cms-f-edit-cover .cms-f-edit-cover-img-sm {
    top: 10%;
}

@media screen and (max-width: 599px) {
    .company_wrap_9 .section_2 .image_title_wrap {
        flex-direction: column;
    }
    .company_wrap_9 .section_2 .title_textarea_wrap {
        width: 100%;
    }
    .company_wrap_9 .section_2 .section_titles {
        font-size: 20px;
    }
    .company_wrap_9 .section_2 .section_textarea {
        width: 100%;
        padding: 5%;
        line-height: 2;
    }
    .company_wrap_9 .section_2 .title_textarea_wrap {
        font-size: 14px;
        line-height: 2;
    }
    .company_wrap_9 .section_1 .section_images .img_bg .img {
        min-height: 380px;
    }
    .company_wrap_9 .section_1 .contact {
        font-size: 12px;
        padding: 10px;
        width: 40px;
    }
    .company_wrap_9 .section_1 .section_titles {
        font-size: 14px;
    }
    .company_wrap_9 .section_1 .section_textareas {
        font-size: 22px;
        line-height: 2;
        padding-top: 15px;
    }
    .company_wrap_9 .section_1 .section_titles::before {
        width: 141px;
    }
}

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

/* Blade 86 */
.company_wrap_10 {
    position: relative;
}
.company_wrap_10 .section_2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    backdrop-filter: blur(35px);
    z-index: 6;
}
.company_wrap_10 .section_1 {
    position: relative;
}
.company_wrap_10 .titles_wrap {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 70%;
    text-align: left;
    display: flex;
    flex-direction: column;
    z-index: 6;
}

.company_wrap_10 .section_1 .section_titles_1 {
    color: rgba(var(--color_text));
    background-color: rgba(var(--color_sub));
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 24px;
}
.company_wrap_10 .section_1 .section_titles_2,
.company_wrap_10 .section_1 .section_titles_3 {
    display: inline-block;
    font-size: 36px;
    color: rgba(var(--color_primary));
    background-color: rgba(var(--color_bg));
    padding: 12px 30px;
    font-weight: bold;
}
.company_wrap_10 .section_1 .section_titles_2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.company_wrap_10 .section_2 .icon_title_wrap {
    display: flex;
    width: 80%;
    margin-bottom: 10px;
    align-items: center;
    margin: auto;
}

.company_wrap_10 .section_2 .icon {
    width: 39px;
    height: 46px;
    margin-right: 10px;
}

.company_wrap_10 .section_2 .icon_primary {
    fill: rgba(var(--color_primary));
}

.company_wrap_10 .section_2 .section_2_4 {
    width: 60%;
    padding: 26px;
    display: flex;
    flex-direction: column-reverse;
}
.company_wrap_10 .section_2 .section_2_5 {
    width: 40%;
    padding: 26px;
}

.company_wrap_10 .section_2 .section_titles_4 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 24px;
    background-color: rgba(var(--color_accent));
}
.company_wrap_10 .section_2 .section_titles_5 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(var(--color_primary));
}
.company_wrap_10 .section_2 .section_textareas_4,
.company_wrap_10 .section_2 .section_textareas_5 {
    text-align: left;
    width: 80%;
    margin: auto;
    font-size: 16px;
    color: rgba(var(--color_text));
    margin-bottom: 15px;
    padding: 0 15px;
}

@media screen and (max-width: 1023px) {
    .company_wrap_10 .section_1 .section_titles_1 {
        font-size: 12px;
        padding: 10px;
    }

    .company_wrap_10 .section_1 .section_image .img {
        min-height: 380px;
    }
    .company_wrap_10 .section_1 .section_titles_2,
    .company_wrap_10 .section_1 .section_titles_3 {
        font-size: 22px;
        padding: 10px;
    }
    .company_wrap_10 .section_1 {
        position: relative;
        display: flex;
        align-items: center;
    }
    .company_wrap_10 .titles_wrap {
        top: auto;
    }
    .company_wrap_10 .section_1 .section_titles_2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .company_wrap_10 .section_2 {
        position: static;
        flex-direction: column-reverse;
    }
    .company_wrap_10 .section_2_4 .icon_title_wrap {
        justify-content: center;
        width: 100%;
    }
    .company_wrap_10 .section_2_5 .icon_title_wrap {
        width: 100%;
    }
    .company_wrap_10 .section_2 .section_titles_4 {
        font-size: 15px;
        font-weight: normal;
        line-height: 2;
    }
    .company_wrap_10 .section_2 .section_2_4 {
        width: 100%;
        padding: 30px;
        padding-top: 0;
    }
    .company_wrap_10 .section_2 .section_2_5 {
        width: 100%;
        padding: 30px 30px 0 30px;
    }
    .company_wrap_10 .section_2 .section_titles_5 {
        font-size: 20px;
    }
    .company_wrap_10 .section_2 .section_textareas_5 {
        padding-bottom: 30px;
        border-bottom: 1px dashed rgba(var(--color_text), 0.4);
    }
    .company_wrap_10 .section_2 .section_textareas_4,
    .company_wrap_10 .section_2 .section_textareas_5 {
        text-align: left;
        width: 100%;
        margin: auto;
        font-size: 16px;
        line-height: 2;
        margin-bottom: 20px;
    }
}

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

/* Blade 87 */
.company_wrap_11 {
    position: relative;
    background-color: rgba(var(--color_bg));
    padding: 60px;
}

.company_wrap_11 .section_1 {
    position: relative;
    margin-bottom: 96px;
    display: flex;
    align-items: center;
}
.company_wrap_11 .image--wrap {
    display: flex;
    justify-content: flex-end;
}
.company_wrap_11 .section_1 .section_image {
    width: 70%;
}
.company_wrap_11 .title_text--wrap {
    position: absolute;
    text-align: left;
    display: flex;
    flex-direction: column;
    z-index: 6;
    width: 70%;
    margin-left: 90px;
}

.company_wrap_11 .section_1 .section_titles {
    color: rgba(var(--color_primary));
    font-size: 16px;
}
.company_wrap_11 .section_1 .section_textareas {
    font-size: 36px;
    color: rgba(var(--color_primary));
    font-weight: bold;
    margin-top: 30px;
}
.company_wrap_11 .section_1 .scroll {
    position: absolute;
    bottom: -50px;
    right: 5%;
    z-index: 6;
    background-color: rgba(var(--color_accent));
    border-radius: 50%;
    width: 110px;
    height: 110px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.company_wrap_11 .section_1 .scroll p {
    font-size: 12px;
    color: rgba(var(--color_text));
    padding-top: 15px;
}
.company_wrap_11 .section_1 .text_icon {
    transform: rotate(90deg);
    width: 35px;
    height: 15px;
    display: inline-block;
}

.company_wrap_11 .section_1 .color_text {
    fill: rgba(var(--color_text));
}

.company_wrap_11 .section_2 .icon_title--wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.company_wrap_11 .section_2 .icon_title_text--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.company_wrap_11 .section_2 .icon {
    width: 39px;
    height: 46px;
    margin-right: 10px;
}

.company_wrap_11 .section_2 .icon_primary {
    fill: rgba(var(--color_primary));
}
.company_wrap_11 .section_2 .section_titles {
    font-size: 30px;
    color: rgba(var(--color_primary));
    font-weight: bold;
}
.company_wrap_11 .section_2 .section_textareas {
    font-size: 16px;
    color: rgba(var(--color_text));
    margin-left: 50px;
    width: 60%;
    text-align: left;
}
.company_wrap_11 .section_2 .section_textarea {
    max-width: 700px;
    padding: 10px 55px 10px 30px;
    font-size: 16px;
    color: rgba(var(--color_text));
    background-color: rgba(var(--color_bg));
}

.company_wrap_11 .section_2 .sub_icon {
    width: 36px;
    height: 7px;
    fill: rgba(var(--color_primary));
}

.company_wrap_11 .section_2 .icon_text--wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 1px solid rgba(var(--color_primary));
    overflow: hidden;
    background-color: rgba(var(--color_sub));
}
.company_wrap_11 .section_2 .icon--wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    width: 87px;
}
@media screen and (max-width: 1023px) {
    .company_wrap_11 .section_1 .section_image {
        width: 100%;
    }
    .company_wrap_11 .title_text--wrap {
        position: static;
        width: 100%;
        margin-left: 0px;
        transform: none;
        margin-bottom: 25px;
        padding: 0 40px;
    }
    .company_wrap_11 .section_1 {
        display: flex;
        flex-direction: column-reverse;
    }
    .company_wrap_11 .section_1 .section_textareas {
        font-size: 22px;
        line-height: 2;
        margin-top: 11px;
    }
    .company_wrap_11 {
        padding: 40px 0;
    }
    .company_wrap_11 .section_2 {
        padding: 0 40px;
    }
    .company_wrap_11 .section_2 .icon_title_text--wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .company_wrap_11 .section_2 .section_titles {
        font-size: 20px;
    }
    .company_wrap_11 .section_2 .section_textareas {
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px;
        text-align: left;
        width: 100%;
        line-height: 2;
    }
    .company_wrap_11 .section_1 {
        margin-bottom: 50px;
    }
    .company_wrap_11 .section_2 .icon_title--wrap {
        width: 100%;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 599px) {
    .company_wrap_11 {
        padding: 40px 0;
    }
    .company_wrap_11 .section_1 .scroll {
        width: 70px;
        height: 70px;
        bottom: -35px;
    }
    .company_wrap_11 .section_1 .text_icon {
        width: 25px;
        height: 7px;
    }
    .company_wrap_11 .section_1 .scroll p {
        font-size: 7px;
        padding-top: 13px;
    }
    .company_wrap_11 .section_2 .section_textarea {
        font-size: 14px;
        line-height: 2;
    }
    .company_wrap_11 .section_2,
    .company_wrap_11 .title_text--wrap {
        padding: 0 20px;
    }
}
