@charset "UTF-8";


/* --- 1. LP隔離：共通パーツへの影響を完全に遮断 --- */

#lp-hpe-security {
    background: #fff;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden; /* xから変更：はみ出しを全方位でカット */
    display: block;
    width: 100%;
}

/* ★超重要：共通パーツへの干渉を物理的に断絶する */
#lp-container-fix {
    margin: 0;
    padding: 0;
    font-family: "HPE Metric", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #333;
    line-height: 1.6;
    display: flow-root; /* ★追加：内部の浮いた要素を閉じ込め、高さを自律させる */
}

/* all:unset を削除し、LP専用クラスにのみ適用 */
#lp-container-fix img {
    /* all: unset は削除 */
}

#lp-container-fix div, 
#lp-container-fix section, 
#lp-container-fix p, 
#lp-container-fix h2, 
#lp-container-fix h3, 
#lp-container-fix span, 
#lp-container-fix a {
    box-sizing: border-box !important;
}

/* ★画像：隔離ID内の特定のクラスを持つ画像だけを再定義 */
#lp-container-fix img.lp-img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* 06.png 限定 80px 余白 */
#lp-container-fix img.img-margin-80.lp-img {
    margin-bottom: 80px !important;
}


#lp-container-fix div, 
#lp-container-fix section, 
#lp-container-fix p, 
#lp-container-fix h2, 
#lp-container-fix h3, 
#lp-container-fix span, 
#lp-container-fix a {
    box-sizing: border-box !important;
}

/* ★画像：共通ロゴを破壊しないよう、LP専用クラス「.lp-img」だけに制限 */
#lp-container-fix img.lp-img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* ★06.png 限定 80px 余白 */
#lp-container-fix img.img-margin-80.lp-img {
    margin-bottom: 80px !important;
}

#lp-container-fix .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

#lp-container-fix .sp-only { display: none; }

/* --- 2. ボタンアニメーション（透過なし） --- */
.cta-img-link {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}
.cta-img-link:hover {
    transform: translateY(-5px);
}

/* --- 3. デザインセクション --- */
.sec-mv { background: #000 url('../images/index/02.jpg') no-repeat center center; background-size: cover; padding: 60px 0 80px; color: #fff; }
.mv-top-logo { width: 140px; }
/* Microsoftロゴ配置 */
.mv-logo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}
.mv-ms-logo {
    width: 480px;
    flex-shrink: 0;
}

.mv-title-img-area { width: 474px; margin-bottom: 10px; }
.mv-lead-box { font-size: 16px; line-height: 1.8; text-align: left; max-width: 900px; }

.sec-cta-common { position: relative; padding-bottom: 10px; text-align: center; }
.cta-green-bar { background: #01a982; padding: 10px 0 80px; }
.cta-green-bar p { color: #fff; font-weight: bold; font-size: 22px; margin: 0; }
.cta-flex { display: flex; justify-content: center; gap: 35px; margin-top: -70px; position: relative; z-index: 2; }

.sec-ttl-green, .sec-ttl-black { font-size: 36px; font-weight: bold; text-align: center; margin-top: 60px; margin-bottom: 20px; }
.sec-ttl-green { color: #01a982; }
.sub-ttl-black-large { font-size: 28px; font-weight: bold; text-align: center; color: #000; margin-bottom: 30px; }
.img-frame-round { background: #e5f7f3; border-radius: 20px; padding: 40px; margin-bottom: 10px; }

.sol-h3-center { font-size: 22px; font-weight: bold; text-align: center; color: #000; margin-bottom: 40px; }
.sol-catch-flex { display: flex; gap: 20px; justify-content: center; margin-bottom: 40px; }
.catch-item-green { background: #01a982; color: #fff; padding: 10px; flex: 1; text-align: center; border-radius: 15px; font-weight: bold; font-size: 17px; display: flex; align-items: center; justify-content: center; min-height: 60px; }

/* 特長セクション横並び復旧 */
.sec-features-full { background: #e5f7f3; padding: 40px 0; }
.feat-grid { display: flex; justify-content: space-between; gap: 25px; }
.feat-col { width: 31%; }
.feat-img-box { margin-bottom: 20px; border-radius: 15px; overflow: hidden; }
.feat-caption { font-size: 14px; font-weight: bold; text-align: left; margin-top: 15px; }

.sub-sec-grad { background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%); padding: 40px 0; border-bottom: 2px solid #fff; position: relative; }
.prod-name { font-size: 32px; color: #01a982; font-weight: bold; margin: 0 0 10px 0 !important; text-align: left; }
.prod-catch { font-size: 24px; font-weight: 800; margin: 0 0 8px 0 !important; text-align: left; }
.label-flex { display: flex; gap: 10px; margin-bottom: 15px; }
.label { color: #fff !important; padding: 6px 15px; border-radius: 6px; font-size: 14px; font-weight: bold; display: inline-block; }
.prod-body { display: flex; gap: 40px; align-items: flex-start; }
.prod-img { flex: 0 0 400px; }
.prod-list ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.prod-list li { font-size: 16px; font-weight: 500; margin-bottom: 15px; position: relative; padding-left: 25px; text-align: left; }
.prod-list li::before { content: "●"; position: absolute; left: 0; color: #01a982; font-size: 0.8em; top: 0.2em; }
.sub-sec-grad.no-margin-bottom { padding-bottom: 81px !important; border-bottom: none !important; margin-bottom: -1px !important; z-index: 1; }

.sec-final-visual { background: #000 url('../images/index/19.jpg') no-repeat center center; background-size: cover; padding: 100px 0; color: #fff; text-align: center; position: relative; z-index: 10; background-color: #000; }
.final-catch-l { font-size: 52px; font-weight: 300; letter-spacing: 0.05em; margin-bottom: 25px; }
.final-catch-b { font-size: 22px; font-weight: 700; line-height: 1.8; letter-spacing: 0.02em; }

/* --- 4. スマホ対応 --- */
@media screen and (max-width: 768px) {
    #lp-container-fix .inner { padding: 0 15px !important; }
    .sp-only { display: inline !important; }
    .sec-mv { padding: 40px 0 50px; }
    /* Microsoftロゴ SP */
    .mv-logo-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .mv-ms-logo {
        width: 100%;
        align-self: center;
    }
    .mv-title-img-area { width: 100% !important; }

    .cta-green-bar p { font-size: 18px !important; }
    .img-frame-round { padding: 10px !important; }
    .sec-cta-common { padding-bottom: 40px !important; }
    .sec-ttl-green, .sec-ttl-black { font-size: 30px !important; }
    .sub-ttl-black-large { font-size: 24px !important; }
    .sol-h3-center { font-size: 18px !important; margin-bottom: 10px !important; }
    
    .sol-catch-flex { flex-direction: row !important; gap: 8px !important; }
    .catch-item-green { font-size: 11px !important; padding: 5px !important; min-height: 45px !important; } 

    .label { font-size: 11px !important; padding: 4px 8px !important; }
    .final-catch-l { font-size: 33px !important; }
    .final-catch-b { font-size: 20px !important; }

    .cta-flex { flex-direction: column !important; gap: 15px !important; margin-top: -65px !important; align-items: center; }
    .cta-img-link { width: 100%; max-width: 480px; flex: none; }
    
    .feat-grid { flex-direction: column; gap: 30px; }
    .feat-col { width: 100% !important; }
    .prod-body { display: block !important; }
    .prod-img { width: 100% !important; margin: 0 !important; }
}