@charset "UTF-8";
/* CSS Document */
.page-mv img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
#intro {
    width: 100%;
    margin: 74px auto 0;
    background-image: url("../../img/philosophy/philosophy_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 150px 0;
}
.ttl2 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-family: "Marcellus", serif;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.3;
}
.ttl2 .sub {
    display: block;
    margin: 5px auto 0;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
#philosophy h3 {
    display: block;
    background-image: url(../../img/philosophy/logo.svg);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 50px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 60px;
    margin-top: 60px;
    font-family: "Noto Serif JP", serif;
    color: #a0a0a0;
}
#philosophy p {
    margin-top: 25px;
    line-height: 1.6em;
    font-size: 2em;
    text-align: center;
    color: #000;
    font-family: "Noto Serif JP", serif;
}
#philosophy .tit-1 {
    display: block;
    margin-top: 25px;
    line-height: 1.8;
    text-align: center;
    color: #000;
}
#philosophy ul {
    display: block;
    margin-top: 25px;
    text-align: center;
    list-style: none;
    font-family: "Noto Serif JP", serif;
}
#philosophy li {
    color: #000;
    line-height: 5em;
    font-size: 2em;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.1em;
}
section {
    margin: 10em auto;
}
hr {
    border: 0.6px solid #ccc;
}

@media only screen and (max-width: 767px){
.main-content {
    margin-top: 67px;
}
#intro {
    margin: 67px auto 0;
    padding: 40px 0;
}
.ttl2 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
}
#philosophy p {
    font-size: 20px;
    margin-bottom: 20px;
}
		#philosophy ul {
	margin:1.3em;
}
	#philosophy li {
    line-height: 2.5em;
    font-size: 1.4em;
    letter-spacing:0;
}
}