@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.philosophy h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
}
.philosophy .textImg {
    margin-bottom: 48px;
    text-align: center;
}
.philosophy h4 {
    margin-bottom: 16px;
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}
.philosophy p {
    margin-bottom: 62px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.55;
}
.philosophy .photo {
    text-align: center;
}



@media all and (max-width: 896px) {
    .philosophy h3 {
        margin-bottom: 5px;
        font-size: 2.5rem;
    }
    .philosophy .textImg {
        margin-bottom: 22px;
    }
    .philosophy .textImg img {
        width: 153px;
    }
    .philosophy h4 {
        margin-bottom: 11px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .philosophy p {
        margin-bottom: 9px;
        line-height: 2.12;
    }
    .philosophy .photo img {
        width: 123px;
    }
}

@media all and (max-width: 374px) {
    .philosophy h3 {
        font-size: 2.3rem;
    }
}