/* ===========================
header
==============================*/
.second__header {
    position: relative;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/05_contact/header_contact.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1000px;
    margin: 0 auto;

}
.second__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒帯 */
    z-index: 1; /* 背景より上に表示 */
}
.second__header h2 {
    position: relative;
    color: #FFF;
    font-family: "Zen Maru Gothic", serif;
    font-size: 2.4rem;
    font-weight: 700;
    z-index: 2; /* 黒帯より上に表示 */
}

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


/* ===========================
header
==============================*/

/* ===========================
header
==============================*/

/* ===========================
header
==============================*/

/* ===========================
header
==============================*/
