.philosophy_box {
    margin-top: 6.8rem;
}
#philosophy {
    scroll-margin-top: 100px;
}
.philosophy_item {
    margin-bottom: 10rem;

    &:nth-child(even) {
        .philosophy_item_2col {
            flex-direction: row-reverse;

        }
    }
}

.philosophy_txt_01 {
    margin-top: 4rem;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    background-color: #F3F8FB;
    z-index: 1;
    width: fit-content;

    +.philosophy_txt_01 {
        margin-top: 2rem;
    }

}

.philosophy_txt_02 {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2;
    max-width: 53rem;
}

.philosophy_item_2col {
    display: flex;
    justify-content: space-between;
    gap: 4rem;

}

.philosophy_img {
    img {
        width: 100%;
        height: auto;
    }
}

#philosophy_item_1 {
    .philosophy_img {
        max-width: 29.1rem;
    }
}

#philosophy_item_2 {
    .philosophy_img {
        max-width: 25.195rem;
    }
}

#philosophy_item_3 {
    .philosophy_img {
        max-width: 22.576rem;
    }

    .philosophy_txt_01 {
        position: relative;
        margin-left: 3rem;

        &::before {
            content: "";
            position: absolute;
            left: -3rem;
            top: 50%;
            transform: translateY(-50%);
            height: 2px;
            width: 2rem;
            background-color: #3583C6;
            border-radius: 2px;
        }
    }

    .philosophy_txt_02 {
        max-width: 100%;
        margin-top: 4rem;
    }
}

.philosophy_list {
    margin-top: 4rem;
}

.philosophy_list_item {
    padding: 2.4rem 0;
    display: flex;
    align-items: center;
    border-top: 1px dashed #3583C6;

    &:last-child {
        border-bottom: 1px dashed #3583C6;
    }
}

.philosophy_list_ttl {
    width: 36rem;
    flex-shrink: 0;
}

.philosophy_list_number {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 1.6rem;
    border-radius: 8px;
    background-color: #3583C6;
    color: #fff;
    font-family: "Saira", sans-serif;
    line-height: 2;
    margin-right: 2rem;
}

.philosophy_list_ttl_text {
    font-size: 1.8rem;
    font-weight: bold;

}

.philosophy_list_txt {
    line-height: 2;
}


@media (max-width: 1024px) {
    .philosophy {
        margin-top: 8rem;

        .c_ttl-3 {
            white-space: nowrap;
            width: fit-content;
        }
    }

    .philosophy_item_2col {
        gap: 0rem;
    }

    .philosophy_item {
        margin-top: 8rem;
    }

    #philosophy_item_1 {
        .philosophy_img {
            max-width: 29.1rem;
        }

        .philosophy_content {
            max-width: 50%;
        }


    }

    #philosophy_item_2 {
        .philosophy_img {
            max-width: 25.195rem;
            align-self: center;
            margin: auto;
        }

        .philosophy_content {
            max-width: 50%;
        }

        .c_ttl-3 {
            white-space: nowrap;
        }
    }

    #philosophy_item_3 {
        .philosophy_img {
            margin-top: 7rem;
        }

        .philosophy_txt_01 {
            max-width: 40rem;
        }
    }
}

@media (max-width: 767px) {
    .philosophy {
        .c_ttl-3 {
            white-space: normal;
            width: fit-content;
        }
    }

    .philosophy_box {
        margin-top: 2.4rem;
    }

    .philosophy_item {
        margin-top: 2.4rem;
        margin-bottom: 6.4rem;
    }

    .philosophy_txt_01 {
        font-size: 1.6rem;
        margin-top: 2.4rem;
    }

    .philosophy_txt_02 {
        font-size: 1.5rem;
    }

    .philosophy_img {
        margin-top: 4rem;
    }

    #philosophy_item_1,
    #philosophy_item_2,
    #philosophy_item_3 {
        .philosophy_content {
            max-width: 100%;
        }

        .philosophy_item_2col {
            flex-direction: column;
        }
    }


    #philosophy_item_1 {
        .philosophy_img {
            width: 27rem;
            margin-left: auto;
        }

    }

    #philosophy_item_2 {
        .philosophy_img {
            margin-top: 4rem;
        }
    }

    #philosophy_item_3 {
        .philosophy_txt_01 {
            margin-top: 1.7rem;
        }

        .c_ttl-3 {
            margin-bottom: 2.5rem;
        }

        .philosophy_img {
            width: 22.56rem;
            margin: 2.4rem auto 0;
        }

        .philosophy_txt_02 {
            margin-top: 2.4rem;
        }
    }

    .philosophy_list_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 0 2.4rem;
        gap: 2rem;
    }

    .philosophy_list {
        margin-top: 2.4rem;
    }

    .philosophy_list_ttl_text {
        font-size: 1.6rem;
    }

    .philosophy_list_number {
        font-size: 1.2rem;
        padding: 2px 12px;
    }

    .philosophy_list_ttl {
        display: flex;
        align-items: center;
    }
}

.message {
    margin-top: 16rem;
    padding-top: 16rem;
    padding-bottom: 17.2rem;
    background-color: #F3F8FB;
    background-image: linear-gradient(to right, var(--grid_40_line_blue) 0.1rem, transparent 1px), linear-gradient(to bottom, var(--grid_40_line_blue) 0.1rem, transparent 1px);
    background-size: var(--grid_40_size) var(--grid_40_size);
    background-position: 0 0;
    border-radius: 40px 40px 0 0;
    position: relative;

    .front_about_track {
        position: absolute;
        bottom: -12.8rem;
    }
}

.message_container {
    max-width: 100%;
}

.message_top {
    display: flex;
    justify-content: space-between;
}

.message_content {
    max-width: 53rem;
    width: 100%;
}

.message_img {
    width: 100%;

    img {
        width: 100%;
    }
}

.message_top_txt01 {
    margin-top: 8rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
    padding-left: 1.4rem;
    position: relative;
    font-weight: bold;

    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0.4rem;
        height: 100%;
        background-color: #3583C6;
        border-radius: 2px;
    }

    span {
        color: #3583C6;
    }
}


.message_name {
    margin-top: 6rem;
}

.message_name_title {
    font-size: 1.6rem;
    line-height: 2;
}

.message_name_name {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
}

.message_bottom {
    margin-top: 6rem;
}

.message_bottom_item {
    margin-top: 4rem;
}

.message_bottom_ttl {
    line-height: 2;
    font-weight: bold;
}

.message_bottom_txt {
    max-width: 96rem;
    line-height: 2;

    span {
        font-weight: bold;
    }
}


@media (min-width: 1921px) {
    .message_container {
        max-width: 96rem;
    }
}

@media (max-width: 1024px) {
    .message {
        margin-top: 12rem;
        padding-top: 12rem;
        padding-bottom: 19.8rem;
        border-radius: 32px 32px 0 0;

        .front_about_track {
            bottom: -9.6rem;
        }
    }

    .message_img {
        width: 50vw;
        flex-shrink: 0;
        margin-right: -2rem;
        border-radius: 20px 0 0 20px;
        overflow: hidden;

        img {
            height: 100%;
            min-height: 42.4rem;
            object-fit: cover;
        }
    }

    .message_top_txt01 {
        margin-top: 6.4rem;
    }

    .message_name {
        margin-top: 4rem;
    }

    .message_bottom {
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    .message {
        margin-top: 8rem;
        padding-top: 8rem;
        padding-bottom: 10.3rem;
        border-radius: 20px 20px 0 0;

        .front_about_track {
            bottom: -5rem;
        }
    }

    .message_top {
        flex-direction: column;
    }

    .message_img {
        width: 100%;
        margin: 0;
        border-radius: 20px;
        margin-top: 2.8rem;

        img {
            height: auto;
            min-height: 0;
            object-fit: cover;
        }
    }

    .message_content {
        display: contents;
    }

    .message_top_txt01 {
        margin-top: 4rem;
        padding-left: 1.4rem;
        font-size: 2rem;
        text-align: left;
    }

    .message_name {
        order: 1;
        margin-top: 2.4rem;
        text-align: right;
    }

    .message_name_title {
        font-size: 1.5rem;
    }

    .message_name_name {
        font-size: 2rem;
    }

    .message_bottom_txt {
        span {
            display: block;
        }
    }

}




.organization {
    padding-top: 30.2rem;
    padding-bottom: 14.3rem;
}

.organization_img {
    margin-top: 4rem;

    img {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .organization {
        padding-top: 23rem;
        padding-bottom: 12rem;
    }
}

@media (max-width: 767px) {
    .organization {
        padding-top: 14.3rem;
        padding-bottom: 8rem;
    }

}

.companies {
    padding-top: 16rem;
    padding-bottom: 16rem;
    background-color: #F3F8FB;
    border-radius: 40px 40px 0 0;
}

.companies_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.companies_head_img {
    width: 36rem;
}

.companies_name {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 1.4rem;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0.4rem;
        height: 100%;
        background-color: #3583C6;
        border-radius: 2px;
    }
}

.companies_txt {
    li {
        display: flex;
        align-items: center;
        padding: 2.4rem 0;
        border-bottom: 1px dashed #3583C6;
    }
}

.companies_txt {
    margin-top: 1.6rem;
}

.companies_txt_label {
    width: 24rem;
    font-weight: 500;
    flex-shrink: 0;
}

.companies_txt_value {
    line-height: 2;
}

.companies_item {
    &:not(:last-child) {
        margin-bottom: 8rem;
    }
}

.companies_txt_note {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: .8rem;
    text-align: right;
}

.companies_item_btn {
    margin-top: .8rem;
}

@media (max-width: 1024px) {
    .companies {
        padding-top: 6.3rem;
        padding-bottom: 8rem;
        border-radius: 32px 32px 0 0;
    }

    .companies_head_img {
        width: 33rem;
        flex-shrink: 0;
    }

    .companies_txt_label {
        width: 18rem;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .companies {
        border-radius: 20px 20px 0 0;

        .c_ttl_en {
            justify-content: start;
        }
    }

    .companies_head_img {
        width: 12rem;
    }

    .companies_list {
        padding-top: 3.5rem;
    }

    .companies_txt {
        li {
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
            padding: 2rem 0;
        }
    }

    .companies_txt_note {
        font-size: 1.2rem;
    }

    .companies_item {
        &:not(:last-child) {
            margin-bottom: 6.4rem;
        }
    }

    .companies_item_btn {
        width: 100%;
        margin-top: 2.4rem;
        padding: 1.2rem 2.4rem;
        line-height: 2.25rem;
        .c_btn_arrow_sep {
            height: 4.4rem;
        }
    }
}