@charset "Shift_JIS";

/* **************************************************

Name: facility.css

Description: facility CSS

Create: 2024.11.19
Update: 2024.12.24

Copyright 2024 Hitachi Plant Services Co.,Ltd.

***************************************************** */

/* branding */
#branding {
    width: 100%;
    height: 276px;
    margin-bottom: 30px;
    position: relative;
    background-image: url("/business/facility/image/facility_branding.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

#branding-title {
    font-size: clamp(1.25rem, 3.7vw, 1.75rem);
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    width: fit-content;
    background-color: rgba(167, 27, 27, .85);
    display: block;
    padding: 12px 25px;
    word-break: keep-all;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
}

@media (max-width: 767px) {
    #branding-title {
        width: 100%;
        text-align: center;
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }
}

/* atchphrase */
.catchphrase {
    font-size: 130%;
    margin-bottom: 10px;
    word-break: keep-all;
}

.catchphrase strong {
    font-weight: normal;
    font-size: inherit;
    color: #333;
    word-break: keep-all;
}