@charset "utf-8";
/*===========================================================================

  下層ページベース設定　ここから

===========================================================================*/

/******************************************************/
/* ヘッダー  */
/******************************************************/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


/******************************************************/
/* 看板部分  */
/******************************************************/
@media screen and (min-width: 741px), print {
    #wrapper .contentsTitle {
        background: #2e5a6e;
        background-size: cover;
        background-position: center center;
        width: 100%;
        min-height: 294px;
        margin-bottom: 110px;
        position: relative;
        z-index: 20;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #wrapper .contentsTitle h2 {
        display: block;
        padding: 0;
        margin: 0;
        font-family: 'Sawarabi Mincho', serif;
        font-size: 34px;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        color: #fff;
        position: relative;
    }
    #wrapper .contentsTitle .en {
        font-size: 42px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 16px;
    }
    #wrapper .contentsTitle .ja {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: "Noto Sans JP", sans-serif;
    }
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #wrapper .contentsTitle {
        background: #2e5a6e;
        background-size: cover;
        background-position: center center;
        min-height: 180px;
        margin-bottom: 30px;
        position: relative;
        z-index: 20;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #wrapper .contentsTitle h2 {
        display: block;
        padding: 25px 0 0;
        margin: 0;
        font-family: 'Sawarabi Mincho', serif;
        font-size: 26px;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        color: #fff;
        position: relative;
    }
    #wrapper .contentsTitle .en {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        display: block;
        margin-bottom: 8px;
    }
    #wrapper .contentsTitle .ja {
        display: block;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.08em;
        font-family: "Noto Sans JP", sans-serif;
    }
}
/******************************************************/
/* 看板部分（各ページ画像指定）  */
/******************************************************/
/* 各ページ画像変更 */
#conceptArea .contentsTitle {
    background-image: url("./images/concept/main-image_concept.jpg");
}
#aboutArea .contentsTitle {
    background-image: url("./images/about/history/main-image_history.jpg");
}
#aboutArea.companyArea .contentsTitle {
    background-image: url("./images/about/company/main-image_company.jpg");
}
#memberArea .contentsTitle {
    background-image: url("./images/member/main-image_member.jpg?date=20240708");
}
#aboutArea.miyazakiisuArea .contentsTitle {
    background-image: url("./images/miyazakiisu/main-image_miyazakiisu.jpg?date=20240708");
}
#workListArea .contentsTitle,
#miyazakiCustomerListArea .contentsTitle {
    background-image: url("./images/work/main-image_works.jpg?date=20240708");
}
#workListArea.workCate .contentsTitle {
    background-image: url("./images/teshigoto/life/main-image_koshiyane.jpg");
}
#eventListArea .contentsTitle {
    background-image: url("./images/event/main-image_event.jpg?date=20240708");
}
#sdgsArea .contentsTitle {
    background-image: url("./images/sdgs/main-image_sdgs.jpg?date=20240708");
    background-position: center bottom;
}
#contactArea .contentsTitle {
    background-image: url("./images/contact/main-image_contact.jpg");
}
#otherArea .contentsTitle {
    background-image: url("./images/about/company/main-image_company.jpg")
}
#blog_category_container .contentsTitle#blog_category_title_president-blog {
    background-image: url("./images/main-image_blog-president.jpg");
}
#blog_category_container .contentsTitle#blog_category_title_daiku-blog {
    background-image: url("./images/main-image_blog-daiku.jpg");
}
#blog_category_container .contentsTitle#blog_category_title_staff-blog {
    background-image: url("./images/main-image_blog-staff.jpg");
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #conceptArea .contentsTitle {
        background-image: url("./images/concept/main-image_concept_sp.jpg");
    }
    #aboutArea.miyazakiisuArea .contentsTitle {
        background-image: url("./images/miyazakiisu/main-image_miyazakiisu_sp.jpg");
    }
}


/******************************************************/
/* ページ下部バナーエリア  */
/******************************************************/
@media screen and (min-width: 741px) {
    #background .bnr_area {
        margin: 100px auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #background .bnr_area p {
        margin: 0 auto 30px !important;
    }
    #background .bnr_area img {
        width: initial;
    }
    #background .bnr_area .work_contact_bnr {
        margin-top: 20px;
    }
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .bnr_area {
        margin: 40px auto;
        padding: 0 10px;
    }
    #background .bnr_area p {
        margin: 0 0 15px !important;
    }
    #background .bnr_area img {
        width: 100%;
    }
    #background .bnr_area .work_contact_bnr {
        margin-top: 15px;
    }
}


/******************************************************/
/* 投稿ページ  アーカイブタイトル  */
/******************************************************/
#background .postArchiveTitle {
    display: block;
    width: 1000px;
    margin-bottom: 60px;
}
#background .postArchiveTitle h2 {
    display: block;
    padding: 100px 50px 15px 50px;
    margin: 0;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 34px;
    font-weight: normal;
    text-align: center;
    line-height: 1em;
    color: #00546c;
    border-bottom: 2px solid #355f73;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .postArchiveTitle {
        width: 100%;
        margin-bottom: 20px;
    }
    #background .postArchiveTitle h2 {
        display: block;
        padding: 75px 15px 15px 15px;
        font-size: 24px;
    }
}