/**********************************************
*
* フィロソフィーぺージcss
*
***********************************************/

.policy {
    margin-bottom: 120px;
}
.policy h2 {
    display: table;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
    padding: 15px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 3px;
}

.policy h2 > span {
    color: #129dd2;
}

.policy h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.policy p {
    text-align: center;
    line-height: 2;
}

.policy p br.sp {
    display: none;
}

.philosophy {
}
.philosophy .image {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    padding: 1px;
}
.philosophy .image > img {
    width: 400px;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    display: block;
    margin: 0 auto 40px;
}
.philosophy .image:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.philosophy .philosophy_list {
    width: 80%;
    margin: auto;
}
.philosophy h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 30px;
}
.philosophy h3 > span {
    color: #129dd2;
}
.philosophy p {
    margin-left: 1em;
    line-height: 2;
    text-align: justify;
}


.philosophy .philosophy_list ul {
    list-style-type: disc;
    margin-left: 3em;
}
.philosophy .philosophy_list ul > li {
    line-height: 1.8;
}

@media (max-width: 1029px) {

    .policy p br.sp {
        display: block;
    }

    .philosophy .image > img {
        width: 60%;
    }

    .philosophy .philosophy_list {
        width: 90%;
    }

    .philosophy h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .philosophy p {
        font-size: 15px;
        line-height: 1.8;
    }
    .philosophy .philosophy_list ul > li {
        font-size: 15px;
    }
}

