/* 共通設定 */

.free_wrap_1,
.free_wrap_2,
.free_wrap_3,
.free_wrap_4,
.free_wrap_5,
.free_wrap_6,
.free_wrap_7,
.free_wrap_12,
.free_wrap_13,
.free_wrap_14,
.free_wrap_15,
.free_wrap_16 {
    background-color: rgba(var(--color_bg));
}

.free_wrap_3 .title,
.free_wrap_4 .title {
    font-size: 24px;
    padding-bottom: 30px;
    color: rgba(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: rgba(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: rgba(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: rgba(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: rgba(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: rgba(var(--color_text));
    text-align: left;
    width: 50%;
}

.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%;
    }
}

@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;
    align-items: baseline;
    justify-content: space-between;
}

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

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

.free_wrap_6 .textAreas_A {
    text-align: left;
    padding: 10px 0;
    color: rgba(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:last-of-type {
        margin-bottom: 0px;
    }

    .free_wrap_6 .wrap .img {
        height: auto;
    }
    .free_wrap_6 .textAreas_A {
        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: rgba(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: rgba(var(--color_bg));
    font-weight: bold;
}
.free_wrap_8 .textArea_A {
    font-size: 16px;
    color: rgba(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: rgba(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: rgba(var(--color_main_text));
    padding: 20px 0;
}

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

.free_wrap_10 .section_title {
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
    color: rgba(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: rgba(var(--color_bg));
    display: flex;
    align-items: center;
    justify-content: center;
}
.free_wrap_11 > div {
    height: 60px;
    width: 2px;
    background-color: rgba(var(--color_text));
    margin: auto;
}

/* blade 80, 81, 82 */
.free_wrap_12 .title,
.free_wrap_13 .title,
.free_wrap_14 .title {
    font-size: 40px;
    font-weight: bold;
    color: rgba(var(--color_text));
}

.free_wrap_12 .title {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.free_wrap_12 .title::before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid rgba(var(--color_primary));
    border-bottom: 1px solid rgba(var(--color_primary));
    background-color: rgba(var(--color_bg));
    transform: rotate(45deg);
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
.free_wrap_12 .title::after {
    position: absolute;
    display: block;
    content: "";
    background-color: rgba(var(--color_primary));
    width: 80%;
    margin: auto;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.free_wrap_12.parts_wrap_width,
.free_wrap_13.parts_wrap_width,
.free_wrap_14.parts_wrap_width {
    padding: 60px 0;
}

.free_wrap_13 .decoration_line {
    background-color: rgba(var(--color_primary));
    width: 63px;
    margin: auto;
    height: 2px;
    margin-top: 5px;
}
.free_wrap_13 .sub_title {
    font-size: 20px;
    color: rgba(var(--color_text));
    margin: 15px 0;
}

.free_wrap_14 .title {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 30px 60px;
    margin: auto;
    border: 1px solid rgba(var(--color_primary));
}
.free_wrap_14 .title::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--color_primary));
    content: "";
    top: -5px;
    left: -5px;
}
@media screen and (max-width: 599px) {
    .free_wrap_12 .title,
    .free_wrap_13 .title,
    .free_wrap_14 .title {
        font-size: 20px;
    }
    .free_wrap_12.parts_wrap_width,
    .free_wrap_13.parts_wrap_width,
    .free_wrap_14.parts_wrap_width {
        padding: 40px 0;
    }
    .free_wrap_13 .sub_title {
        font-size: 14px;
        color: rgba(var(--color_text));
        margin: 8px 0;
    }
    .free_wrap_12 .decoration_line {
        width: 170px;
    }
    .free_wrap_13 .decoration_line {
        width: 53px;
        margin-top: 0;
    }
    .free_wrap_14 .title::before {
        top: -10px;
        left: -10px;
    }
}

/* blade 59 */
.free_wrap_15 {
    justify-content: space-between;
    background-color: rgba(var(--color_bg));
    padding: 20px 0;
    align-items: initial;
}
.free_wrap_15 .section_images_nocover {
    width: 100%;
    display: flex;
    justify-content: center;
}
.free_wrap_15 .wrap {
    min-height: 250px;
    width: calc((100% - 125px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 0px 10px #00000033;
    border-radius: 6px;
    border-bottom: 10px solid rgba(var(--color_primary));
    background-color: rgba(var(--color_bg));
    padding: 40px 20px;
    z-index: 1;
}

.free_wrap_15 .wrap.no_icon {
    box-shadow: none;
    border-bottom: none;
    border-left: none;
}

.free_wrap_15 .image {
    position: relative;
    fill: rgba(var(--color_primary));
    width: 200px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free_wrap_15 .image svg {
    width: 60px;
    height: 60px;
    position: relative;
}

.free_wrap_15 .bg_circle {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(var(--color_accent));
    top: 15px;
    right: 60px;
    z-index: -1;
}

.free_wrap_15 .section_textareas {
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(var(--color_text));
    width: 100%;
    word-wrap: break-word;
}

@media screen and (max-width: 1023px) {
    .free_wrap_15 .section_images {
        width: 100%;
    }

    .free_wrap_15 .wrap {
        width: calc((100% - 50px) / 3);
    }
}
@media screen and (max-width: 599px) {
    .free_wrap_15.flex-row-center {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    .free_wrap_15 .section_images {
        margin-right: 0;
    }
    .free_wrap_15 .section_images:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .free_wrap_15 .wrap {
        width: 100%;
        border-left: 10px solid rgba(var(--color_primary));
        border-bottom: none;
        margin-bottom: 30px;
        min-height: 107px;
        display: flex;
        flex-direction: row;
        padding: 0px 20px 0 0;
    }

    .free_wrap_15 .bg_circle {
        right: -3px;
        width: 30px;
        height: 30px;
        top: 20px;
    }

    .free_wrap_15 .section_images_nocover {
        width: 45%;
    }

    .free_wrap_15 .image {
        width: 60px;
    }

    .free_wrap_15 .image .img {
        width: 47px;
        height: 47px;
    }

    .free_wrap_15 .section_textareas {
        padding: 10px 0;
        width: 70%;
        font-size: 15px;
        text-align: start;
    }

    .free_wrap_15 .wrap:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 359px) {
}

/* blade 69 */
.free_wrap_16 {
    margin: 20px 0;
}

.free_wrap_16 .title {
    font-size: 40px;
    padding: 60px 0 30px 0;
    color: rgba(var(--color_text));
    font-weight: bold;
}

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

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

/* blade 83 */
.free_wrap_17 {
    padding: 20px 0;
    background-color: rgba(var(--color_bg));
}
.free_wrap_17 .section_image {
    width: 100%;
}
.free_wrap_17 .img {
    width: 100%;
}

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