@charset "Shift_JIS";

/* **************************************************

Name: hmax.css

Description: hmax CSS

Create: 2025.12.25
Update: 2025.01.07

Copyright 2014 Hitachi, Ltd.

***************************************************** */

/* ==================== */
/* reuse */
/* ==================== */
.MaxWidth {
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    width: calc(1275px + 30px);
    max-width: 100%;
}

.ContentSpace {
    margin-bottom: 48px;
}

.heading {
    color: #0c0c0c;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 30px !important;
    padding: 0;
    background: none
}

@media (max-width:994px) {
    .heading {
        font-size: 2rem;
        margin-bottom: 24px !important;
    }
}

.heading2 {
    font-size: 2rem;
    font-weight: bold;
    color: #0c0c0c;
    padding: 0 0 12px;
    border-bottom: 4px solid #d9d9d9;
    margin: 0 0 40px !important;
    position: relative;
    background: none
}

.heading2::after {
    content: "";
    display: block;
    width: 33.3333333333%;
    height: 4px;
    background-color: #c00;
    position: absolute;
    left: 0;
    bottom: -4px;
}

@media (max-width:994px) {
    .heading2 {
        font-size: 1.75rem;
    }
}

.heading-s,
.heading-s-bk {
    color: #c00;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 30px;
    background: none
}

.heading-s-bk {
    color: #0c0c0c;
}

@media (max-width:994px) {
    .heading-s,
    .heading-s-bk {
        font-size: 1.75rem;
    }
}

.txt-m {
    color: #0c0c0c;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Button */
.ButtonM {
    border: 2px solid #c00;
    display: inline-block;
    color: #c00;
    border-radius: 100vw;
    font-size: 1rem;
    font-weight: 500;
    width: fit-content;
    padding: 7px 24px;
    margin: 16px 0 0;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    line-height: 1.5;
}

.ButtonM:link,
.ButtonM:visited,
.ButtonM:hover,
.ButtonM:active {
    text-decoration: none !important;
}

.ButtonM:link,
.ButtonM:visited {
    border: 2px solid #c00;
    color: #c00;
}

.ButtonM:hover,
.ButtonM:active {
    color: #0c0c0c;
    border-color: #0c0c0c;
}

.ButtonM::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #c00;
    border-right: 2px solid #c00;
    transform: rotate(45deg);
    transform-origin: center;
    vertical-align: middle;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.ButtonM:hover::after {
    border-color: #0c0c0c;
}



/* LinkListBox */
.LinkListBox {
    display: flex;
    flex-wrap: wrap;
    gap: 25px
}

.LinkListBoxSec {
    width: calc(calc(100% - 25px) / 2);
    border: 1px solid #b3b3b3;
    border-radius: .5rem;
    padding: 16px 16px 24px;
    box-sizing: border-box;
}

.LinkListBoxHeading {
    font-size: 1.625rem;
    font-weight: bold;
    color: #c00;
    margin: 0 0 24px;
}

.LinkListBoxTxt {
    color: #0c0c0c;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width:994px) {
    .LinkListBox {
        display: block;
    }

    .LinkListBoxSec {
        width: 100%;
    }

    .LinkListBoxSec:not(:last-child) {
        margin-bottom: 24px;
    }

    .LinkListBoxHeading {
        font-size: 1.5rem;
    }
}


/* ==================== */
/* Branding */
/* ==================== */
#Branding {
    margin-bottom: 40px;
}

#BrandingTitle {
    width: 100%;
}

#BrandingTitle span {
    display: none;
}

#BrandingTitle img {
    width: 100%;
}

/* ==================== */
/* Categories */
/* ==================== */
#Categories {
    background: url(/products/it/lumada/hmax/images/category-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.CategorySec {
    margin: 0 0 40px;
    align-content: center;
    align-items: center;
    display: flex;
}

.CategorySec:last-child {
    margin-bottom: 20px;
}

.CategorySec::before {
    content: "";
    display: block;
    width: 460px;
    height: 260px;
    border-radius: .375rem;
    background-color: #333;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.CategorySecTxtBox {
    width: calc(100% - 400px);
    margin-left: -60px;
    background-color: #4d4d4d;
    border-radius: .375rem;
    padding: 24px;
    color: #fff;
    box-sizing: border-box;
}

.CategoryHeading {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}

.CategorySecTxt {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
}

#CategoryMobility.CategorySec::before {
    background-image: url(/products/it/lumada/hmax/images/category-mobility.jpg);
}

#CategoryEnergy.CategorySec::before {
    background-image: url(/products/it/lumada/hmax/images/category-energy.jpg);
}

#CategoryIndustry.CategorySec::before {
    background-image: url(/products/it/lumada/hmax/images/category-industry.jpg);
}

@media (max-width: 994px) {
    .CategorySec {
        display: block;
    }

    .CategorySec::before {
        width: 100%;
        height: 369px;
    }

    .CategorySecTxtBox {
        margin: -50px auto 0;
        width: 464px;
        padding-bottom: 48px;
    }

    .CategoryHeading {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .CategorySec::before {
        height: 203px;
        border-radius: 0;
    }

    .CategorySecTxtBox {
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 16px 16px 48px;
    }
}


/* ==================== */
/* Principle */
/* ==================== */
#Principle {
    background: url(/products/it/lumada/hmax/images/principle-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
