@charset "UTF-8";
/* =======================================================
MV
======================================================= */
.bl-lower-mv {
	background: url(../images/about/mv-bg.jpg) top center/cover no-repeat;
}
.bl-lower-mv::before{
    background: #F5F8F5;
}
.el-lower-mv-ttl::before{
    background: url(../images/about/about.svg) top center/contain no-repeat;
    width: 10.125rem;
}
@media screen and (max-width: 750px) {
	.bl-lower-mv {
        background: url(../images/about/mv-bg-sp.jpg) top center/cover no-repeat;
    }
}

/* =======================================================
philosophy
======================================================= */
.bl-philosophy{
    padding-bottom: 15.125rem;
}
.bl-philosophy .el-main-ttl{
    margin-bottom: 3rem;
}
.el-philosophy-ttl{
    font-size: 1.625rem;
    color: #197474;
    margin-bottom: 1.5rem;
}
.bl-name-wrapper{
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0 0 auto;
}
.bl-name-wrapper .el-name{
    font-size: 1.25rem;
    font-weight: bold;
} 
.bl-value-list{
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.bl-value-item{
    width: 20rem;
    border: 0.1875rem solid #197474;
    border-radius: 0.625rem;
    padding: 1rem 2rem 2rem;
}
.el-value-num{
    font-size: 1rem;
    font-weight: bold;
    color: #7BB7B7;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    display: block;
}
.el-value-ttl{
    font-size: 1.25rem;
    color: #125252;
    margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
    .bl-philosophy{
        padding-bottom: 20rem;
    }
    .el-philosophy-ttl{
        font-size: 2.25rem;
		margin-bottom: 2rem;
    }
    .bl-name-wrapper{
        margin: 2rem 0 0 auto;
    }
    .bl-name-wrapper .el-name{
        font-size: 1.875rem;
    } 
    .bl-value-list{
        margin-top: 5.5rem;
        gap: 3.5rem;
    }
    .bl-value-item{
        width: 100%;
        border: 0.3125rem solid #197474;
        padding: 2rem 2rem 2.5rem;
    }
    .el-value-num{
        font-size: 1.75rem;
    }
    .el-value-ttl{
        font-size: 2.125rem;
        margin-bottom: 1.5rem;
    }
}

/* =======================================================
policy
======================================================= */
.bl-policy{
    padding-bottom: 14.625rem;
    background: linear-gradient(180deg, #197474 0%, #9DC4C4 100%);
}
.bl-policy .el-main-ttl{
    color: #fff;
    margin-bottom: 5rem;
}
.bl-policy-list{
    display: flex;
    flex-wrap: wrap;
    gap: 3.75rem 2.5rem;
}
.bl-policy-item{
    width: 29.875rem;
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 0.625rem;
    position: relative;
}
.bl-policy-item::before{
    content: '';
    position: absolute;
    background: url(../images/about/icon-policy01.png) top center / contain no-repeat;
    width: 6.25rem;
    height: 6rem;
    top: -2.5rem;
    left: -1.5rem;
}
.bl-policy-item:nth-of-type(2):before{
    background: url(../images/about/icon-policy02.png) top center / contain no-repeat;
}
.bl-policy-item:nth-of-type(3):before{
    background: url(../images/about/icon-policy03.png) top center / contain no-repeat;
}
.bl-policy-item:nth-of-type(4):before{
    background: url(../images/about/icon-policy04.png) top center / contain no-repeat;
}
.el-policy-ttl{
	color: #197474;
	text-align: center;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
    .bl-policy{
        padding-bottom: 18rem;
    }
    .bl-policy .el-main-ttl{
        margin-bottom: 7.5rem;
    }
    .bl-policy-list{
        gap: 6.875rem;
		justify-content: center;
    }
    .bl-policy-item{
        width: 39.375rem;
        padding: 3.5rem 2rem;
        border-radius: 0.625rem;
    }
    .bl-policy-item::before{
        width: 8.125rem;
        height: 7.75rem;
        top: -4.25rem;
        left: -2rem;
    }
    .el-policy-ttl{
        font-size: 2.125rem;
        letter-spacing: 0.085rem;
    }
}
