/* ************************************************************************************************
ファイル名: message.css
概要: 募集要項ページの設定
作成日: 2024.04.01
更新日: xxxx.xx.xx
Copyright 2014 Hitachi, Ltd.
************************************************************************************************ */

@charset "utf-8";

/* ============================== */
/* cr-head-title-message */
/* ============================== */

#main-head-content {
    position: static;
    border: none;
}

#cr-head-title-txt-message-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
}

#cr-head-title-txt-message {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
#cr-head-title-txt-message .title,
#cr-head-title-txt-message .lead,
#cr-head-title-txt-message .name {
    display: block;
    line-height: 160%;
}
#cr-head-title-txt-message .title {
    font-size: 2.5rem;
    font-weight: bold;
}
#cr-head-title-txt-message .title .small {
    font-size: 0.875rem;
    margin-left: 20px;
    white-space: nowrap;
}
#cr-head-title-txt-message .lead {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 30px;
}

#cr-head-title-txt-message .lead .lead-line {
    display: inline-block;
}

#cr-head-title-txt-message .name .small {
    font-size: 0.875rem;
    margin-right: 10px;
    display: inline-block;
    line-height: 160%;
}
#cr-head-title-txt-message .name .medium {
    font-size: 1.5rem;
    display: inline-block;
    line-height: 160%;
}
@media (max-width: 767px){

    #cr-head-title-txt-message .title {
        font-size: 1.25rem;
    }

    #cr-head-title-txt-message .title .small {
        font-size: 0.75rem;
        margin-left: 8px;
    }

    #cr-head-title-txt-message .lead {
        font-size: 1.1875rem;
        margin-bottom: 15px;
    }

    #cr-head-title-txt-message .name .small {
        font-size: 0.75rem;
    }

    #cr-head-title-txt-message .name .medium {
        font-size: 1.25rem;
    }
}
@media (max-width: 419px){
    #cr-head-title-txt-message .title {
        line-height: 100%;
        margin-bottom: 10px;
    }
    #cr-head-title-txt-message .name .medium {
        display: inline-block;
    }
}


#message01 {
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
}

#message01 .ImgOnlyStyle {
    margin-bottom: 0;
}


#message01 #message01-thumbnail {
    width: 100%;
    margin-bottom: 0;
}

#foot-area-entry {
    position: relative;
    z-index: 0;
}

@media (max-width: 767px){
    #message01 {
        margin-bottom: 50px;
    }
}

