<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =====================================
	belief
===================================== */

.fv{
    font-size: 2.6rem;
    line-height: 1.23;
    padding-bottom: 16.266%;
    text-align: center;
}

.fv h2{
    font-weight: bold;
    margin: 6.66% 5.33% 4.266%;
}

.bg01, .bg02{
    padding: 14.133% 0 28%;
    position: relative;
}

.bg03{
    padding-top: 14.133%;
    position: relative;
}

.bg01::before{
    content: "";
    position: absolute;
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/about/belief/point01.png");
    width: 156px;
    height: 156px;
}

.bg02::before{
    content: "";
    position: absolute;
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/about/belief/point02.png");
    width: 156px;
    height: 156px;
}

.bg03::before{
    content: "";
    position: absolute;
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/about/belief/point03.png");
    width: 156px;
    height: 156px;
}

.bg01 h3, .bg02 h3, .bg03 h3{
    font-size: 3.6rem;
    color: #2f2725;
    text-align: center;
}

.bg01 p, .bg02 p, .bg03 p{
    font-size: 2.6rem;
    margin: 0 10.66% 4.66%;
}

.bg01 dl dt, .bg02 dl dt, .bg03 dl dt{
    margin: 0 0 4.66%;
    text-align: center;
    font-size: 2.6rem;
}

.bg01 dl img, .bg02 dl img, .bg03 dl img{
    margin: 0 0 2.66%;
    padding: 0 5.33%;
    display: block;
}

.bg01 dl dd, .bg02 dl dd, .bg03 dl dd{
    margin: 0 16%;
    font-size: 2.6rem;
    line-height: 1.3846;
}

@media screen and (max-width: 768px) {

.fv{
    font-size: 3.466vw;
    padding-bottom: 16.266vw;
}

.fv h2{
    margin: 6.66vw 5.33vw 4.266vw;
}

.bg01, .bg02{
    padding: 14.133vw 0 28vw;
}

.bg03{
    padding-top: 14.133vw;
}

.bg01::before{
    top: -10.4vw;
    background: url("../img/about/belief/point01.png");
    background-size: 20.8vw auto;
    width: 20.8vw;
    height: 20.8vw;
}

.bg02::before{
    top: -10.4vw;
    background: url("../img/about/belief/point02.png");
    background-size: 20.8vw auto;
    width: 20.8vw;
    height: 20.8vw;
}

.bg03::before{
    top: -10.4vw;
    background: url("../img/about/belief/point03.png");
    background-size: 20.8vw auto;
    width: 20.8vw;
    height: 20.8vw;
}

.bg01 h3, .bg02 h3, .bg03 h3{
    font-size: 4.8vw;
}

.bg01 p, .bg02 p, .bg03 p{
    font-size: 3.466vw;
    margin: 0 10.66vw 4.66vw;
}

.bg01 dl dt, .bg02 dl dt, .bg03 dl dt{
    margin: 0 0 4.66vw;
    font-size: 3.466vw;
}

.bg01 dl img, .bg02 dl img, .bg03 dl img{
    margin: 0 0 2.66vw;
    padding: 0 5.33vw;
}

.bg01 dl dd, .bg02 dl dd, .bg03 dl dd{
    margin: 0 16vw;
    font-size: 3.466vw;
}

}</pre></body></html>