.philosophy_wrap {
    padding: 5em 0;
    max-width: 100%;
    margin: 0 auto;
    background: linear-gradient(135deg, #f4f0ff, #e9faff);
}
.philosophy_ttl {
    text-align: center;
    margin-bottom: 1em;
    position: relative;
    padding-bottom: 50px;
    font-size: 2rem;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.philosophy_ttl::before {
    content: attr(data-en);
    display: block;
    color: #3b82f6;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
}

.philosophy_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 1px;
    height: 40px;
    background-color: #3b82f6;
}
.philosophy_txt {
    text-align: center;
    line-height: 1.8;
    letter-spacing: 1;
    font-size: 18px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.img-container {
    background: linear-gradient(#ffffff 0%, #e9f7ff 100%);
    padding: 5em 0;
}

.mvv_img {
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
}
.pc-none {
    display: none;
}
.sp-none {
    display: block;
}
@media (max-width: 767px) {
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
    .mvv_img {
        max-width: 85%;
    }
}
