/* 共通設定 */

.free_wrap_1,
.free_wrap_2,
.free_wrap_3,
.free_wrap_4,
.free_wrap_5,
.free_wrap_6,
.free_wrap_7 {
    background-color: var(--color_bg);
}

.free_wrap_3 .title,
.free_wrap_4 .title {
    font-size: 24px;
    padding-bottom: 30px;
    color: var(--color_text);
    font-weight: bold;
}

.free_wrap_2 .section_texts,
.free_wrap_3 .section_texts,
.free_wrap_4 .section_texts {
    font-size: 16px;
    color: var(--color_text);
}

@media screen and (max-width: 599px) {
    .free_wrap_3 .title,
    .free_wrap_4 .title {
        font-size: 16px;
        padding: 10px 0 15px 0;
    }
    .free_wrap_3 .textArea_A,
    .free_wrap_4 .textArea_A {
        font-size: 14px;
        line-height: 2;
    }
}

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

/* blade 33 */
.free_wrap_1 .title {
    font-size: 40px;
    font-weight: bold;
    padding: 60px 0 30px 0;
    color: var(--color_text);
}

@media screen and (max-width: 1023px) {
    .free_wrap_1 .title {
        font-size: 30px;
        padding: 40px 0 20px 0;
    }
}

@media screen and (max-width: 599px) {
    .free_wrap_1 .title {
        font-size: 20px;
    }
}

/* blade 34 */
.free_wrap_2 {
    padding: 20px 0;
    color: var(--color_text);
}

@media screen and (max-width: 599px) {
    .free_wrap_2 {
        text-align: left;
    }
    .free_wrap_2 .textArea_A {
        font-size: 14px;
        line-height: 2;
    }
}

/* blade 35 */
.free_wrap_3 {
    padding: 20px 0;
}

.free_wrap_3 .flex {
    align-items: flex-start;
}

.free_wrap_3 .img {
    width: 480px;
    height: 360px;
}

.free_wrap_3 .page_title_wrap {
    text-align: left;
    margin-left: 40px;
    color: var(--color_text);
}

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

    .free_wrap_3 .img {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .free_wrap_3 .page_title_wrap {
        margin-left: 0;
        width: 100%;
    }

    .free_wrap_3 .flex {
        flex-direction: column;
    }

    .free_wrap_3 .section_image {
        width: 100%;
    }

    .free_wrap_3 .img {
        width: 100%;
        height: auto;
    }
}

/* blade 36 */
.free_wrap_4 {
    padding: 20px 0;
}

.free_wrap_4 .flex-row-center {
    align-items: flex-start;
}

.free_wrap_4 .title {
    text-align: left;
}

.free_wrap_4 .page_title_wrap {
    margin-right: 40px;
    color: var(--color_text);
    text-align: left;
}

.free_wrap_4 .section_image .img {
    width: 480px;
    height: 360px;
}

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

    .free_wrap_4 .section_image .img {
        width: 100%;
        height: 218px;
    }
}

@media screen and (max-width: 599px) {
    .free_wrap_4 .flex-row-center {
        flex-direction: column-reverse;
    }
    .free_wrap_4 .section_image,
    .free_wrap_4 .section_image .img {
        width: 100%;
        height: auto;
    }
    .free_wrap_4 .section_image {
        margin-left: 0;
    }

    .free_wrap_4 .page_title_wrap {
        margin: 0;
        width: 100%;
    }
}
@media screen and (max-width: 359px) {
}

/* blade 37 */

.free_wrap_5 {
    padding: 20px 0;
}
.free_wrap_5 .section_image {
    width: 100%;
}
.free_wrap_5 .img {
    width: 100%;
    height: 563px;
}

@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
    .free_wrap_5 .img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 359px) {
}

/* blade 38 */

.free_wrap_6 {
    padding: 20px 0;
}

.free_wrap_6 .wrap:first-child {
    margin-right: 30px;
}

.free_wrap_6 .wrap {
    width: calc((100% -30px) / 2);
}

.free_wrap_6 .wrap .img {
    height: 363px;
    width: 100%;
}

.free_wrap_6 .section_texts {
    text-align: left;
    padding: 10px 0;
    color: var(--color_text);
}

@media screen and (max-width: 1023px) {
    .free_wrap_6 .section_images {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .free_wrap_6.flex-row-center {
        flex-direction: column;
    }

    .free_wrap_6 .wrap:first-child {
        margin-right: 0;
    }

    .free_wrap_6 .wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .free_wrap_6 .wrap .img {
        height: auto;
    }
    .free_wrap_6 .section_texts {
        font-size: 14px;
        line-height: 2;
    }
}

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

/* blade 39 */
.free_wrap_7 {
    padding: 20px 0;
    align-items: baseline;
    justify-content: space-between;
}

.free_wrap_7 .wrap {
    width: calc((100% - 35px) / 3);
    margin-right: 35px;
    color: var(--color_text);
}

.free_wrap_7 .wrap:last-of-type {
    margin-right: 0;
}

.free_wrap_7 .textAreas_A {
    padding-top: 10px;
    text-align: left;
}

.free_wrap_7 .img {
    width: 100%;
    height: 232px;
}

@media screen and (max-width: 1023px) {
    .free_wrap_7 .section_images {
        width: 100%;
    }
    .free_wrap_7 .img {
        width: 100%;
        height: 150px;
    }
}
@media screen and (max-width: 599px) {
    .free_wrap_7.flex-row-center {
        flex-direction: column;
    }
    .free_wrap_7 .section_images {
        margin-right: 0;
    }
    .free_wrap_7 .section_images:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .free_wrap_7 .wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .free_wrap_7 .textAreas_A {
        padding: 10px 0;
        font-size: 14px;
        line-height: 2;
    }

    .free_wrap_7 .img {
        height: auto;
    }
}
@media screen and (max-width: 359px) {
}

/* blade 53 */

.free_wrap_8 .section_title {
    padding-bottom: 30px;
    font-size: 44px;
    color: var(--color_bg);
    font-weight: bold;
}
.free_wrap_8 .textArea_A {
    font-size: 16px;
    color: var(--color_bg);
}

.free_wrap_8 .section_image_none,
.free_wrap_8 .section_image_none .img {
    width: 100%;
}

.free_wrap_8 .section_image_none .img {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

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

.free_wrap_8 .parts_wrap_width {
    position: relative;
    z-index: 1;
}

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

@media screen and (max-width: 599px) {
    .free_wrap_8 .section_image_none,
    .free_wrap_8 .section_image_none .img {
        min-height: 208px;
    }

    .free_wrap_8 .section_title {
        font-size: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .free_wrap_8 .textArea_A {
        font-size: 14px;
        line-height: 2;
        text-align: left;
    }
}

/* blade 40 */
.free_wrap_9 {
    padding: 20px;
}

/* blade 55 */
.free_wrap_10 {
    color: var(--color_main_text);
    padding: 20px 0;
}

.free_wrap_10 .parts_wrap_width {
    padding: 30px 60px;
    background-color: var(--color_primary);
}

.free_wrap_10 .section_title {
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
    color: var(--color_accent);
}

.free_wrap_10 hr {
    margin-bottom: 14px;
}

.free_wrap_10 .textArea_A {
    font-size: 16px;
}

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

@media screen and (max-width: 599px) {
    .free_wrap_10 .section_title {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .free_wrap_10 .parts_wrap_width {
        padding: 30px;
    }
    .free_wrap_10 .textArea_A {
        font-size: 14px;
        line-height: 2;
    }
}

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

/* blade 65 */
.free_wrap_11 {
    height: 100px;
    background-color: var(--color_bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.free_wrap_11 > div {
    height: 60px;
    width: 2px;
    background-color: var(--color_text);
    margin: auto;
}
