@charset "utf-8";

.hero-img-forest {
    background:url(img/common/header_kanhokyo-forest.jpg) no-repeat center top;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.hero-img-forest h1{
    color: #fff;
    font-size: 40px;
    padding-left:20px;
    text-align: left;
}