@charset "utf-8";
/* CSS Document - 整理・統合版（2024） */

/*==================================================
  1. 共通設定・グローバル
====================================================*/
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

html::-webkit-scrollbar { width: 10px; }
html::-webkit-scrollbar-track { background-color: #999; }
html::-webkit-scrollbar-thumb { background-color: #666; }
body, #wrapper, #contents {
    font-family: 'Noto Sans Japanese', Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    overflow-x: hidden;
    background-color: transparent !important;
}
.z100 { z-index: 100; }
.z101 { z-index: 101; position: relative; }

.content h1 { color: #fff; } 
.content .flex { display: flex; flex-wrap: wrap; }
.content .btn_default {
    color: #fff; background: #333 !important; 
    padding: 11px 20px 10px; box-sizing: border-box;
    width: 100%; max-width: 220px; border-radius: 25px;
    height: 50px; display: inline-block; border: solid 1px #333 !important; 
}
.content .btn_default:hover { background: #fff !important; color: #333 !important; text-decoration: none; transition: .5s; }

/*==================================================
  2. MV（ファーストビュー）
====================================================*/
#mv { display: none; } /* 旧MVは非表示 */

.custom-mv-wrapper-new {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: transparent;
}
.video-area-new {
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}
.bg-video-new {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
.custom-rebrand-mv-new {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 100px 20px 0;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* タイトル画像 */
.custom-mv-title { margin: 0 auto !important; padding: 0 !important; width: 100% !important; background: transparent !important; }
.custom-mv-title-img { width: 100%; max-width: 580px; height: auto; display: block; margin: 0 auto 100px auto !important; }

/* 4つのサービスカード */
.custom-mv-cards { 
    display: flex; justify-content: center; gap: 18px; margin-bottom: 40px; 
    width: 100%; box-sizing: border-box; max-width: 1200px !important; margin-left: auto !important; margin-right: auto !important; 
}
.custom-mv-card {
    background: rgba(255, 255, 255, 0.95); border-radius: 6px; width: calc(25% - 13.5px); text-align: center;
    text-decoration: none !important; box-shadow: 0 4px 15px rgba(0,0,0,0.06); display: flex; flex-direction: column;
    box-sizing: border-box; overflow: hidden; border: 1px solid #eaeaea; border-top-width: 5px; border-top-style: solid;
    opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.custom-mv-card.is-animated { opacity: 1; transform: translateY(0); }
.custom-mv-card.is-animated:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); background: #fff; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }

/* テーマカラー */
.card-color-1 { border-top-color: #439BF1; } .card-color-1 .card-badge { background: #439BF1; }
.card-color-2 { border-top-color: #604DBF; } .card-color-2 .card-badge { background: #604DBF; }
.card-color-3 { border-top-color: #666666; } .card-color-3 .card-badge { background: #666666; }
.card-color-4 { border-top-color: #1E92C4; } .card-color-4 .card-badge { background: #1E92C4; }

/* ▼ 【重要マージ】カード内装飾（お客様がデベロッパーツールで調整された完璧な数値） ▼ */
.custom-mv-card .card-main { padding: 16px 20px; flex-grow: 1; display: flex; flex-direction: column; align-items: center; }
.custom-mv-card .card-logo-wrap { height: 60px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; width: 100%; }

/* ベースのロゴ設定（親枠からはみ出ないための安全装置） */
.custom-mv-card .card-logo { 
    display: block;
    width: 100%; 
    height: auto; 
    max-height: 68px; 
    object-fit: contain; 
    margin: 0 auto;
}

/* お客様が調整されたロゴ個別のmax-width黄金比 */
.card-color-1 .card-logo { max-width: 193px; } /* IDCF Cloud */
.card-color-2 .card-logo { max-width: 247px; } /* プライベートクラウド */
.card-color-3 .card-logo { max-width: 185px; } /* Type S */
.card-color-4 .card-logo { max-width: 140px; } /* OCX */

/* お客様が調整されたバッジの余白調整 */
.custom-mv-card .card-badge { color: #fff; font-size: 0.75rem; padding: 7px 14px 4px 14px; border-radius: 20px; margin-bottom: 15px; font-weight: bold; white-space: nowrap; display: inline-block; }


.custom-mv-card .card-sub-title { font-size: 1.05rem; color: #222; font-weight: bold; margin: 0 0 15px 0 !important; line-height: 1.4; text-align: center; }
.custom-mv-card .card-desc { font-size: 0.95rem; color: #444; margin: 0; line-height: 1.8; letter-spacing: 0.03em; text-align: left; font-family: inherit; }
.custom-mv-card .card-bottom { background: rgba(243, 243, 243, 0.9); border-top: 1px solid #f0f0f0; padding: 12px 10px; font-size: 0.85rem; color: #999; font-weight: 500; transition: all 0.3s ease; }
.custom-mv-card:hover .card-bottom { color: #fff; }
.card-color-1:hover .card-bottom { background: #439BF1; border-top-color: #439BF1; }
.card-color-2:hover .card-bottom { background: #604DBF; border-top-color: #604DBF; }
.card-color-3:hover .card-bottom { background: #666666; border-top-color: #666666; }
.card-color-4:hover .card-bottom { background: #1E92C4; border-top-color: #1E92C4; }

/* ▼ 修正: VMwareバナー（スクロール用ではなく、カードと同じ作りに変更） ▼ */
.custom-mv-banner { 
    width: 100%; box-sizing: border-box; margin-bottom: 100px !important; max-width: 1200px !important; margin-left: auto !important; margin-right: auto !important; 
    /* 待機中の透明状態 */
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.custom-mv-banner.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.custom-mv-banner .banner-inner { display: flex; align-items: center; background: rgba(22, 45, 90, 0.92); color: #fff; padding: 20px 35px; border-radius: 8px; text-decoration: none !important; transition: background 0.3s ease; text-align: left; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.custom-mv-banner .banner-inner:hover { background: rgba(22, 45, 90, 1); }
.custom-mv-banner .banner-logo { width: 130px; margin-right: 35px; flex-shrink: 0; }
.custom-mv-banner .banner-text p { margin: 0 0 6px 0; font-size: 0.9rem; line-height: 1.7; letter-spacing: 0.03em; color: #ddd; }
.custom-mv-banner .banner-text p strong { font-size: 1.15rem; color: #fff; display: block; margin-bottom: 4px; font-weight: bold !important; }

/*==================================================
  3. ニュースエリア（TOPICS）
====================================================*/
#news { background: rgba(0, 157, 211, 0.8) !important; position: relative; z-index: 100 !important; padding-bottom: 30px !important; }
#news:before, #news:after { display: none !important; }
#news .content { max-width: none; position: relative; overflow: inherit; padding-top: 60px; }
#news #news_content { margin-left: 400px; color: #fff; position: relative; }

/* TOPICS タイトル (H1とH2の両方に対応) */
#news h1, #news > h2 { 
    position: absolute; left: 0 !important; top: -35px !important; 
    background: #333 !important; padding: 21px 40px 15px 100px !important; 
    line-height: 1 !important; z-index: 1000 !important; color: #fff;
    display: block !important; font-family: 'Poppins', sans-serif;
    font-size: 34px !important; /* PC最適サイズ */
}

/* PC版サイドメニュー */
#news ul { position: absolute; left: 113px; top: 55px; z-index: 1; }
#news ul li { position: relative; padding-left: 30px; margin-bottom: 15px; }
#news ul li:before { position: absolute; content: ''; width: 20px; height: 1px; background: #fff; top: 50%; left: 0; transform: translateY(-50%); }
#news ul li a { color: #fff; position: relative; display: inline-block; padding-bottom: 2px; }
#news ul li a:hover { color: #fff !important; text-decoration: none; }
#news ul li a:after { position: absolute; bottom: 0; left: 0; content: ''; width: 100%; height: 1px; background: #fff; transform: scale(0, 1); transform-origin: left top; transition: transform .3s; }
#news ul li a:hover:after { transform: scale(1, 1); }

/* ニュースカード */
#news .l-badge__category { background-color: #333 !important; color: #fff !important; border-color: #333 !important; border-radius: 4px !important; }
@media (min-width: 1040px) { #news #news_content { padding-right: 25px; } }
#news dl.news { width: 300px; position: relative; }
#news dl.news:last-child { padding-right: 30px; }
#news dl.news figure { margin-bottom: 20px!important; border-radius: 10px; overflow: hidden; }
#news dl.news figure img { object-fit: cover; height: auto; width: 100%; aspect-ratio: 1.91 / 1; }
#news dl.news p { font-size: 1.5rem; min-height: 85px; }
#news dl.news .tag { background: #1b9bd0; width: 135px; text-align: center; font-size: 1.3rem; display: inline-block; margin-right: 10px; vertical-align: text-top; padding: 2px; }
#news dl.news .date { font-size: 2rem; }
#news dl.news a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#news dl.news:hover p, #news dl.news:hover .date { color: #fff !important; transition: .2s; }

/* Swiper設定 */
#news .swiper-wrapper { width: 100%; padding-top: 45px; }
#news .swiper-container { position: static; backface-visibility: hidden; overflow: hidden; }
#news .swiper-container-horizontal>.swiper-scrollbar { left: 0; bottom: auto; top: auto; height: 10px; background: rgba(0,0,0,0.4); width: 100%; margin-top: 30px; position: relative; }
#news .swiper-scrollbar-drag { background: #ffffff !important; box-shadow: 0 0 3px rgba(0,0,0,0.3); cursor: pointer;}
#news .l-swiper__control { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 15px; }
#news .swiper-button-next, #news .swiper-button-prev { position: static; background-image: none !important; width: 40px; height: 40px; background-color: rgba(0,0,0,0.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 5px; cursor: pointer; }
#news .swiper-button-prev::after { content: '＜'; color: #fff; font-size: 18px; }
#news .swiper-button-next::after { content: '＞'; color: #fff; font-size: 18px; }
#news .l-swiper__player { display: none; }

/*==================================================
  4. ネットワーク＆テック・パートナー
====================================================*/
.custom-rebrand-network { background: rgba(255, 255, 255, 0.8); padding: 120px 0; text-align: center; }
.custom-rebrand-tech { background: rgba(243, 243, 243, 0.8); padding: 120px 0 60px; text-align: center; }
.custom-rebrand-network .content, .custom-rebrand-tech .content, .custom-rebrand-partner .content { max-width: none !important; overflow: visible !important; }

.custom-rebrand-network .network-header, .custom-rebrand-tech .tech-header { max-width: none; width: 100%; margin: 0 auto 50px; padding: 0 20px; box-sizing: border-box; }
.custom-rebrand-network .network-header h2, .custom-rebrand-tech .tech-header h2 { font-size: 2.4rem; color: #222; margin-bottom: 25px; font-weight: 700; letter-spacing: 0.03em; line-height: 1.4; }
.custom-rebrand-network .network-header p, .custom-rebrand-tech .tech-header p { font-size: 1.05rem; color: #555; line-height: 1.85; text-align: left; max-width: 1000px; margin: 0 auto; }
.custom-rebrand-network .network-image { max-width: none; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.custom-rebrand-network .network-image img { width: 100%; max-width: 1000px; height: auto; display: block; margin: 0 auto; }

.custom-rebrand-tech .tech-cards { display: flex; justify-content: center; gap: 30px; max-width: none; width: 100%; margin: 0 auto; padding: 0 20px 30px; box-sizing: border-box; }
.custom-rebrand-tech .tech-card { background: #fff; width: calc(33.333% - 20px); max-width: 320px; border-radius: 8px; overflow: hidden; text-align: left; text-decoration: none !important; color: #333; box-shadow: 0 5px 20px rgba(0,0,0,0.04); transition: all 0.3s ease; display: flex; flex-direction: column; }
.custom-rebrand-tech .tech-card:hover { transform: translateY(-6px); box-shadow: 0 12px 25px rgba(0,0,0,0.1); }
.custom-rebrand-tech .tech-card-img { overflow: hidden; height: 170px; background: #eee; }
.custom-rebrand-tech .tech-card-img img { width: 100%; height: 100%; object-fit: cover; }
.custom-rebrand-tech .tech-card-body { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.custom-rebrand-tech .tech-card-body h3 { font-size: 1.25rem; margin: 0 0 15px 0 !important; font-weight: bold; color: #222; }
.custom-rebrand-tech .tech-card-body p { font-size: 0.9rem; color: #666; line-height: 1.6; margin: 0; }

.custom-rebrand-partner { background: #ffffff !important; padding: 20px 0 60px; overflow: hidden; position: relative; }
.custom-rebrand-partner .partner-title { text-align: center; font-size: 1.1rem; color: #666; letter-spacing: 0.15em; margin-bottom: 35px; font-weight: bold; }
.partner-scroll-wrap { width: 100%; overflow: hidden; }
.partner-scroll-track { display: flex; align-items: center; width: max-content; animation: infiniteScroll 45s linear infinite; }
.partner-scroll-track:hover { animation-play-state: paused; }
.partner-scroll-track figure { margin: 0; flex: 0 0 200px; width: 200px; display: flex; justify-content: center; align-items: center; }
.partner-scroll-track figure img { max-width: 95% !important; height: auto; max-height: 65px !important; object-fit: contain; }
@keyframes infiniteScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/*==================================================
  5. サービスエリア（既存）
====================================================*/
#service { position: relative; background: rgba(91, 89, 66, 0.8) !important; padding: 100px 0 150px; text-align: center; clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%) !important; }
#service:before { display: none !important; }
#service h1, #service h1 + p { color: #fff; position: relative; z-index: 100; }
#service .flex { justify-content: space-between; }
#service .flex > div { width: 31%; background: #fff; border-radius: 10px; margin-bottom: 30px; padding: 30px 30px 90px; box-sizing: border-box; position: relative; }
#service .flex > div:nth-child(1) { animation-delay: 0.1s !important; }
#service .flex > div:nth-child(2) { animation-delay: 0.25s !important; }
#service .flex > div:nth-child(3) { animation-delay: 0.4s !important; }
#service .flex > div:nth-child(4) { animation-delay: 0.1s !important; }
#service .flex > div:nth-child(5) { animation-delay: 0.25s !important; }
#service .flex > div:nth-child(6) { animation-delay: 0.4s !important; }
#service .flex > div:nth-child(7) { animation-delay: 0.1s !important; }
#service .flex > div:nth-child(8) { animation-delay: 0.25s !important; }
#service .flex > div:nth-child(9) { animation-delay: 0.4s !important; }
#service .menu_service { position: relative; }
#service .menu_service .bg_line, #service .menu_service .bg_circle { position: absolute; width: 100%; height: 100%; top: 157px; left: 155px; z-index: 0; display: none; }
#service .menu_service .bg_line { background: url(/service_shared/img/svg/top/bg_line.svg) no-repeat 0 0 / 729px; }
#service .menu_service .bg_circle { background: url(/service_shared/img/svg/top/bg_circle.svg) no-repeat 0 0 / 729px; }
#service .menu_service > div { z-index: 1; }
#service .flex > div h2 { position: relative; margin-top: 0; margin-bottom: 20px; font-size: 2rem; text-align: left; }
#service .flex > div h2:before { content: ''; position: absolute; width: 50px; height: 50px; top: -10px; right: -5px; }
#service .flex > div.cloud h2:before { background: url(/service_shared/img/svg/cloud/icn_cloud.svg) no-repeat 0 0 / 45px; }
#service .flex > div.private h2:before { background: url(/service_shared/img/svg/cloud/icn_cloud_private.svg) no-repeat 0 0 / 50px; }
#service .flex > div.container h2:before { background: url(/service_shared/img/svg/container/icn_container.svg) no-repeat 0 0 / 37px; top: -5px; right: -10px; }
#service .flex > div.network h2:before { background: url(/service_shared/img/svg/network/icn_network.svg) no-repeat 0 0 / 50px; }
#service .flex > div.cdn h2:before { background: url(/service_shared/img/svg/cloud/icn_cloud_cdn.svg) no-repeat 0 0 / 45px; }
#service .flex > div.security h2:before { background: url(/service_shared/img/svg/top/security.svg) no-repeat 0 0 / 33px; top: -7px; right: -9px; }
#service .flex > div.partner h2:before { background: url(/service_shared/img/cloud/partner/mv.svg) no-repeat -12px 0 / 80px }
#service .flex > div.rentalserver h2:before { background: url(/service_shared/img/svg/rentalserver/icn_rentalserver.svg) no-repeat 0 0 / 50px; }
#service .flex > div.domain h2:before { background: url(/service_shared/img/svg/domain/icn_domain.svg) no-repeat 0 0 / 50px; }
#service .menu_service > div li a { position: relative; display: inline-block; }
#service .menu_service > div li a:hover { text-decoration: none; }
#service .menu_service > div li a:after { position: absolute; bottom: 0; left: 0; content: ''; width: 100%; height: 1px; background: #333; transform: scale(0, 1); transform-origin: left top; transition: transform .3s; }
#service .menu_service > div li a:hover:after { transform: scale(1, 1); }
#service .flex > div ul { text-align: left; }
#service .flex > div ul li { position: relative; padding-left: 20px; }
#service .flex > div ul li:before { content: ''; position: absolute; width: 13px; height: 1px; background: #333; top: 13px; left: 0; }
#service .flex > div ul li a { color: #333; }
#service .flex > div ul li a.new { position: relative; }
#service .flex > div ul li a.new:before { content: 'NEW'; color: #fff; background: #000; position: absolute; top: 50%; right: -55px; transform: translateY(-50%); font-size: 1.3rem; width: 50px; text-align: center; }
#service .flex > div .btn_default { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); }

/*==================================================
  6. 情報掲載エリア（フッター上の旧トピックス等）
====================================================*/
#information { background: rgba(0,0,0,0.9); padding: 80px 0 0; margin-top: -45px; }
#information .content, #information .content a { color: #fff; }
#information .content a:hover { color: #999; text-decoration: none; }
#information .news { position: relative; display: flex; margin-bottom: 15px; align-items: flex-start; }
#information .news > dd { display: flex; align-items: center; }
#information .news > dd:first-child { order: 2; }
#information .news > dd:nth-child(2) { order: 1; }
#information .news > dd p { margin-bottom: 0; }
#information .news > dd span.tag { order: 2; border: 1px solid #fff; min-width: 130px; font-size: 1.5rem; text-align: center; margin: 0 30px; }
#information figure { display: none; }
#information dd.link-area a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#information .news:hover dd { color: #999; }
#information .news:hover dd span.tag { border-color: #999; }
#information .others { margin: 70px auto 50px; }
#information .l-rss__list>li~li { padding-top: 0; }
#information .l-rss__date { width: auto; padding-top: 0; }
#information .l-rss__title { margin-top: 0; margin-bottom: 0; }
@media (min-width: 800px) { #information .l-rss__title { margin-left: 30px; } #information #news_content .l-rss__list>li .chip { min-width: 130px; text-align: center; } }

/*==================================================
  7. アニメーション ユーティリティ
====================================================*/
.fadeUpTrigger, .fadeRightTrigger, .fadeLeftTrigger { opacity: 0; }

.fadeUp { animation: fadeUpAnime 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }
@keyframes fadeUpAnime { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }

.fadeRight { animation: fadeRightAnime 0.8s forwards; }
@keyframes fadeRightAnime { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }

.fadeLeft { animation: fadeLeftAnime 0.8s forwards; }
@keyframes fadeLeftAnime { from { opacity: 0; transform: translateX(-100px); } to { opacity: 1; transform: translateX(0); } }

#service .flex > div.fadeUp { animation: cardFadeUpAnime 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards !important; opacity: 0; }
@keyframes cardFadeUpAnime { 0% { opacity: 0; transform: translateY(120px) rotate(6deg); } 100% { opacity: 1; transform: translateY(0) rotate(0deg); } }

/*==================================================
  8. レスポンシブ・スマホ対応
====================================================*/
@media (max-width: 1699px) {
    #news h1, #news > h2 { font-size: 2vw !important; }
}

@media (max-width: 1039px) {
    .custom-rebrand-mv-new { padding-top: 80px; }
    .custom-mv-title-img { max-width: 80%; margin-bottom: 60px !important; }
    .custom-mv-cards { gap: 16px; padding: 0 15px; }
    .custom-mv-card { width: calc(50% - 8px); padding: 0; }
    .custom-mv-card .card-main { padding: 20px; }
    .custom-mv-banner { padding: 0 15px; }
    
    #news .content > ul { display: none !important; }
    #news #news_content { margin-left: 0 !important; width: 100%; padding: 0 15px; }
    #news .l-swiper__control { justify-content: center; margin-top: 20px; }
    #news h1, #news > h2 { font-size: 28px !important; padding: 20px 30px 15px 40px !important; top: -10px !important; }
    
    .custom-rebrand-network .network-header h2, .custom-rebrand-tech .tech-header h2 { font-size: 2rem; }
    .custom-rebrand-tech .tech-cards { gap: 20px; padding-bottom: 20px; }
    .custom-rebrand-tech .tech-card { width: calc(50% - 10px); max-width: none; }
}

@media (max-width: 799px) {
    .custom-mv-wrapper-new, .custom-rebrand-mv-new { min-height: auto; }
    .video-area-new { position: absolute; height: 100%; }
    
    .custom-rebrand-mv-new { padding-top: 80px; padding-bottom: 20px; }
    .custom-mv-title-img { max-width: 90%; margin-bottom: 40px !important; }
    .custom-mv-cards { flex-direction: column; gap: 15px; }
    .custom-mv-card { width: 100%; }
    
    .custom-mv-banner { margin-bottom: 60px !important; }
    .custom-mv-banner .banner-inner { flex-direction: column; padding: 20px; }
    .custom-mv-banner .banner-logo { margin-right: 0; margin-bottom: 15px; width: 110px; }
    .custom-mv-banner .banner-text p strong { text-align: center !important; display: block; }
    .custom-mv-banner .banner-text p { text-align: left !important; }
    
    #news dl.news { width: 250px; }
    #news dl.news p { font-size: 1.3rem; }
    #news dl.news .tag { font-size: 1.2rem; }
    #news dl.news .date { font-size: 1.6rem; }
    #news h1, #news > h2 { font-size: 24px !important; padding: 15px 20px 12px 20px !important; left: 0 !important; top: -20px !important; }
    
    .custom-rebrand-network { padding: 70px 0; }
    .custom-rebrand-network .network-header h2, .custom-rebrand-tech .tech-header h2 { font-size: 1.65rem; line-height: 1.4; }
    .custom-rebrand-network .network-header p, .custom-rebrand-tech .tech-header p { font-size: 0.95rem; line-height: 1.7; }
    .custom-rebrand-tech { padding: 70px 0 40px; }
    .custom-rebrand-tech .tech-cards { flex-direction: column; gap: 25px; padding-bottom: 20px; }
    .custom-rebrand-tech .tech-card { width: 100%; max-width: none; }
    .custom-rebrand-tech .tech-card-img { height: 160px; }
    
    #service h1 { font-size: 60px; padding: 50px 0 40px; }
    #service .content { padding-top: 22vw; }
    #service .flex { display: block; }
    #service .flex > div { width: 100%; padding-bottom: 30px; }
    #service .flex > div .btn_default { position: static; transform: none; margin-top: 20px; }
    
    .custom-rebrand-partner { padding: 20px 0 40px; }
    .partner-scroll-track figure { margin: 0; flex: 0 0 140px; width: 140px; }
    .partner-scroll-track figure img { max-height: 45px !important; }
}

/* スマホ用 静止画化パッチ (768px以下) */
@media (max-width: 768px) {
    #custom-mv-wrapper .video-area video { display: none !important; }
    #custom-mv-wrapper .video-area {
        background-image: url('/service_shared/img/top/bg_mov_sp.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}

/*==================================================
  9. テックブログエリア個別調整
====================================================*/
/* ① テックブログの記事表示エリアの背景色を変更 */
#news.techblog-area {
    background-color: rgb(130 159 169 / 20%) !important;
}

/* ② h3、time、fadeLeftTrigger/fadeLeft の個所の文字色を#333に */
/* ※ 大見出しh1・h2(Tech Blog)は背景が濃色のため除外します */
#news.techblog-area h3,
#news.techblog-area h3 a,
#news.techblog-area time,
#news.techblog-area .media-post__time span,
#news.techblog-area .fadeLeftTrigger:not(h1):not(h2),
#news.techblog-area .fadeLeft:not(h1):not(h2),
#news.techblog-area .fadeLeftTrigger:not(h1):not(h2) a,
#news.techblog-area .fadeLeft:not(h1):not(h2) a {
    color: #333 !important;
}

/* 左サイドメニューの装飾（横線など）も白から#333に変更 */
#news.techblog-area ul li:before,
#news.techblog-area ul li a:after {
    background-color: #333 !important;
}