.pageImgContainer{
    width: 100%;
    height: 500px;
    color:var(--color-fff);
    font-weight: bold;
    position: relative;
}
.pageImgContainer .headLine{
    display: block;
    font-size: calc(var(--font-size-base)*2);
    padding-top: var(--space-30);
    padding-bottom: var(--space-50);
    position: absolute;
    top: 200px;
    left: 100px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.pageImgContainer .headLine span{
    font-size: calc(var(--font-size-h4));
    display: block;
    padding-top: var(--space-20);
    padding-bottom: var(--space-20);
}

/* お問い合わせ */
.contact{
    background: url(../images/bg/contact.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.contactA{
    background: url(../images/bg/contact2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.contactC{
    background: url(../images/bg/contact2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

/* アクセス */
.access{
    background: url(../images/photo/image.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
/* 免責事項 */
.disclaimer{
    background: url(../images/bg/dis.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
/* 会社概要 */
.company{
    background: url(../images/bg/company.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
/* ニュース */
/* .news{
    background: url(../images/bg/.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
} */
/* 安全な理由 */
.reasonS{
    background: url(../images/bg/camera1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

/* 選ばれる理由 */
.reasonP{
    background: url(../images/bg/pea.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
/* 流れ */
.flow{
    background: url(../images/bg/flow.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
/* 質問 */
.qa{
    background: url(../images/bg/qa.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
/* プライス */
.price{
    background: url(../images/bg/otoku1.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
/* お知らせ */



   /* ========================================================== */
   /* ==============  2023スマホ     768px   ==================== */
   /* ========================================================== */
   @media screen and (max-width:1024px){
    .pageImgContainer .headLine{
        left: 50px;
    }
    }
     /* ========================================================== */
     /* ==============  2023スマホ     600px   ==================== */
     /* ========================================================== */
     @media screen and (max-width:600px){
        .pageImgContainer .headLine{
            left: 20px;
        }
     }
     