@charset "utf-8";
/* CSS Document *//*** SP版を追加 ***/
@media screen and (max-width: 768px) {
	
.greeting-box {
        background-color: #d6f3f0;
        /* border-radius: 10px; */
        padding: 40px;
        /* flex: 1; */
        position: relative;
        z-index: 1;
        margin-right: -320px;
        display: flex;
        flex-wrap: wrap;
        display: none!important;
}	
.greeting-bg {
    display: none;
}
}
.staff-photo {
    max-width: 800px;
    height: auto;
    width: 100%;
}
}
