@charset "UTF-8";

/********************************************
# トップ画像（ヒーローイメージ）
********************************************/
.conA {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 450px;
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(images/top121.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    color: var(--text-bright-color);
    text-align: center;
}

.conA h1 { display: none;}

@media (min-width:768px) {
    .conA { background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(images/top120.jpg);}
}

