/* 共通設定 */

.business_wrap_1,
.business_wrap_2 {
    background-color: var(--color_bg);
}

.business_wrap_1 .title,
.business_wrap_2 .title,
.business_wrap_3 .title {
    font-size: 40px;
    padding: 60px 0 30px 0;
    color: var(--color_text);
    font-weight: bold;
}

.business_wrap_1 .textArea_A,
.business_wrap_2 .textArea_A {
    font-size: 16px;
    color: var(--color_text);
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .business_wrap_1 .title {
        font-size: 34px;
    }
}
@media screen and (max-width: 599px) {
    .business_wrap_1 .title,
    .business_wrap_2 .title,
    .business_wrap_3 .title {
        font-size: 20px;
        padding: 40px 0 20px 0;
    }
}

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

/* blade 11 */

.business_wrap_1 .textArea_A {
    text-align: center;
}

@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
    .business_wrap_1 .textArea_A {
        font-size: 14px;
        line-height: 2;
    }
}
@media screen and (max-width: 359px) {
}

/* blade 12 */
.business_wrap_2 .img {
    width: 1000px;
    height: 563px;
}

.business_wrap_2 .section_image {
    margin-bottom: 20px;
}

.business_wrap_2 .parts_wrap_width {
    padding-bottom: 20px;
}

.business_wrap_2 .textArea_A {
    text-align: left;
}

@media screen and (max-width: 1023px) {
    .business_wrap_2 .img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 599px) {
    .business_wrap_2 .section_image {
        margin-bottom: 10px;
    }
    .business_wrap_2 .textArea_A {
        font-size: 14px;
        line-height: 2;
    }
}
@media screen and (max-width: 359px) {
}

/* blade 13 */
.business_wrap_3 .business_img_wrap .img {
    width: 480px;
    height: 360px;
}

.business_wrap_3 .page_title_wrap {
    text-align: left;
    color: var(--color_text);
    width: 480px;
}

.business_wrap_3 .page_title_wrap .section_titles {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.business_wrap_3 .flex {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
}

.business_wrap_3 .flex:nth-of-type(even) .page_title_wrap {
    margin-left: 40px;
}

.business_wrap_3 .flex:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.business_wrap_3 .flex:nth-of-type(odd) .page_title_wrap {
    margin-right: 40px;
}

@media screen and (max-width: 1023px) {
    .business_wrap_3 .section_images,
    .business_wrap_3 .page_title_wrap {
        width: 50%;
    }

    .business_wrap_3 .business_img_wrap .img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 599px) {
    .business_wrap_3 .flex,
    .business_wrap_3 .flex:nth-of-type(odd) {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .business_wrap_3 .flex:nth-of-type(even) .page_title_wrap,
    .business_wrap_3 .flex:nth-of-type(odd) .page_title_wrap {
        margin: 10px 0 0;
        width: 100%;
    }

    .business_wrap_3 .page_title_wrap .section_titles {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .business_wrap_3 .section_images {
        width: 100%;
    }

    .business_wrap_3 .textAreas_A {
        font-size: 14px;
        line-height: 2;
    }
}
@media screen and (max-width: 359px) {
}
