.cmn_contNav,
.cmn_contNavBtm {
    display: none !important;
}
.philosophy-top-banner {
    margin-bottom: 2.5rem;
}
.philosophy-top-banner .cmn_pageTtl01 {
    margin-bottom: 2rem;
}
.philosophy-top-banner .philosophy-top-catch {
    max-width: 1000px;
    margin: 0 auto 1.5rem;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}
@media (min-width: 768px) {
    .philosophy-top-banner .philosophy-top-catch .philosophy-top-catch__br-sp {
        display: none;
    }
}
.philosophy-hero {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.philosophy-hero img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.philosophy-top-banner__block {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 clamp(15px, 4vw, 30px);
}
.philosophy-top-banner__block > .philosophy-section__body {
    flex: 0 1 1000px;
    width: 100%;
    max-width: 1000px;
    margin: 0;
    text-align: left;
    padding: 15px 0 0;
    box-sizing: border-box;
    background: transparent;
    border: none;
}
.philosophy-section {
    margin-bottom: 40px;
}
.philosophy-section h2 {
    background: rgb(36, 187, 183);
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 12px 20px;
    margin: 0 0 1.5rem;
    border-radius: 0;
    border: none;
}
.philosophy-section__img {
    margin: 0 auto 0;
    text-align: center;
}
.philosophy-section__img img {
    max-width: 450px;
    width: 100%;
    height: auto;
    display: inline-block;
}
.philosophy-section__body {
    background: #fff;
    padding: 24px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.philosophy-section__body p {
    margin: 0 0 1em;
    line-height: 1.8;
    font-size: 0.95em;
}
.philosophy-section__body ul {
    list-style-type: none;
    padding-left: 0;
}
.philosophy-section__body ul li {
    margin-bottom: 0.5em;
}

@media (max-width: 767px) {
    .philosophy-section__body p {
        font-size: 1rem;
        margin: 0 0 1rem;
    }
    .philosophy-top-banner .philosophy-top-catch {
        font-size: 1rem;
        padding: 0 15px;
    }
    .philosophy-top-banner__block > .philosophy-section__body {
        padding: 1.25rem 0;
    }
    .philosophy-hero {
        padding: 0 15px;
    }
}

.philosophy-page-top-btn {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}
.philosophy-page-top-btn .cmn_btn01 {
    background-color: rgb(36, 187, 183);
}
