@charset "UTF-8";

/* ==========================================================================
   MODULE: p-system-mv（メインビジュアル部分）
   ========================================================================== */
.p-system-mv {
    width: 100%;
    position: relative;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    color: #333;
    overflow: visible !important;
}

.p-system-mv__picture {
    display: block;
    width: 100%;
}

.p-system-mv__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.p-system-mv__inner {
    width: 100%;
}

/* --- [PCレイアウト] 画面横幅 769px 以上 --- */
@media (min-width: 769px) {
    .p-system-mv {
        margin-bottom: 120px; /* 青い枠の下側はみ出しを吸収するマージン */
    }

    .p-system-mv__img {
        aspect-ratio: 150 / 45; /* 指定比率 */
    }

    /* タイトルエリア（左端から結合する白帯） */
    .p-system-mv__title-box {
        position: absolute;
        top: 10%;
        left: 4%;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 20px 60px 20px 0;
        width: max-content;
        max-width: 90%;
        z-index: 10;
        font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    }

    /* 白帯を画面左外へ強制拡張 */
    .p-system-mv__title-box::before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 2000px;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: -1;
    }

    .p-system-mv__title-main {
        font-size: 2.8rem;
        font-weight: bold;
        color: #1e3a60;
        letter-spacing: 0.1em;
        border-bottom: 2px solid #b0c4de;
        padding-bottom: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .p-system-mv__title-sub {
        font-size: 1.8rem;
        font-weight: bold;
        color: #1e3a60;
        letter-spacing: 0.05em;
        white-space: nowrap;
    }

    /* 下部の青いテキストエリア（左右中央揃え ＆ 下辺半分跨ぎ） */
    .p-system-mv__text-box {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%); 
        width: 800px; /* 指示通り800px固定 */
        background-color: #003366;
        color: #fff;
        padding: 35px 45px;
        font-size: 0.95rem;
        letter-spacing: 0.05em;
        z-index: 20;
    }

    .p-system-mv__text-para {
        margin-bottom: 15px;
    }
    .p-system-mv__text-para:last-child {
        margin-bottom: 0;
    }
}

/* --- [SPレイアウト] 画面横幅 768px 以下 --- */
@media (max-width: 768px) {
    .p-system-mv {
        overflow: visible;
        margin-bottom: 320px; /* 青いテキストエリアの下へのはみ出し吸収 */
    }
    
    .p-system-mv__img {
        aspect-ratio: 376 / 261; /* 指示通り指定比率 */
    }

    /* タイトルエリア（白帯を左端から幅60%で再現） */
    .p-system-mv__title-box {
        position: absolute;
        top: 6%;
        left: 0;
        width: 60%; /* 指示通り60% */
        background-color: rgba(255, 255, 255, 0.95);
        padding: 10px 12px 10px 4%;
        z-index: 10;
        font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
        box-sizing: border-box;
    }
    
    /* スマホ側の左突き抜け白帯の再現 */
    .p-system-mv__title-box::before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 100px;
        background-color: rgba(255, 255, 255, 0.95);
        display: block !important;
    }
    
    /* 指定箇所反映（5.3vw / 0.06em / 自動折り返し） */
    .p-system-mv__title-main {
        font-size: 5.3vw;
        font-weight: bold;
        color: #1e3a60;
        letter-spacing: 0.06em;
        white-space: normal;
        border-bottom: 1px solid #b0c4de;
        padding-bottom: 4px;
        margin-bottom: 4px;
        line-height: 1.4;
    }
    
    .p-system-mv__title-sub {
        font-size: 3.5vw;
        font-weight: bold;
        color: #1e3a60;
        letter-spacing: 0.06em;
        white-space: normal;
        line-height: 1.4;
    }

    /* 青いテキストエリア（横幅80%・中央配置・写真の上辺へ50pxかかるように跨がせる） */
    .p-system-mv__text-box {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, calc(100% - 50px)); /* 上側50pxのみ写真と重なる計算 */
        width: 80%; /* 指示通り80% */
        background-color: #003366;
        color: #fff;
        padding: 25px 20px; 
        font-size: 0.88rem;
        line-height: 1.8;
        z-index: 20;
        box-sizing: border-box;
    }

    .p-system-mv__text-para {
        margin-bottom: 12px;
    }
    .p-system-mv__text-para:last-child {
        margin-bottom: 0;
    }
}


@charset "UTF-8";

/* ==========================================================================
   MODULE: p-system-oss（ワンストップソリューション：画像上テキスト配置版）
   ========================================================================== */
.p-system-oss {
    width: 100%;
    padding: 80px 0;
    background-color: #fff;
    box-sizing: border-box;
}

.p-system-oss__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

/* ヘッダー・タイトル */
.p-system-oss__header {
    text-align: center;
    margin-bottom: 55px;
}

.p-system-oss__title {
  font-size: 32px;
  font-weight: bold;
  color: #0b316a;
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  font-family: "Arial Black", "Impact", "Noto Sans JP", "Hiragino Sans", "Segoe UI Black", "Meiryo UI", sans-serif;
}

.p-system-oss__subtitle {
  font-size: 15px;
  color: #777777;
  margin: 0;
  font-weight: bold;
  color: #4a72b2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.p-system-oss__lead {
    font-size: 16px;
    font-weight: bold;
    color: #4a5568;
    line-height: 1.5;
	margin-top:20px;
}

/* 画像 ＆ テキスト重ね合わせの親コンテナ */
.p-system-oss__content {
    width: 100%;
    position: relative; /* 絶対配置の基準 */
    display: block;
}

.p-system-oss__picture {
    display: block;
    width: 100%;
}

.p-system-oss__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* オーバーレイテキストの共通土台 */
.p-system-oss__text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.p-system-oss__text-item {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
}

.p-system-oss__over-txt {
    color: #4a5568;
    text-align: left;
}

/* ==========================================
   💡 競合を根本解決するブレイクポイント設計の変更
   「PC用の位置指定」がスマホ画面に1pxたりとも漏れ出さないように、
   PC用の指定自体を『横幅769px以上の時だけ稼働する』という隔離壁で囲みました。
========================================== */

/* ------------------------------------------
   [PCレイアウト専用] 画面横幅 769px 以上（スマホ時は自動的に無効化されます）
   ------------------------------------------ */
@media (min-width: 769px) {
    .p-system-oss__img {
        aspect-ratio: 110 / 53;
    }

    .p-system-oss__over-txt {
        font-size: 12px;
        line-height: 1.4;
    }

    /* 🛠️ PC用のテキスト位置調整（画像全体の幅・高さを100%とした場合の%で指定） */
    .p-system-oss__text-item.m-step1 {
        top: 33%;     /* 上からの位置 */
        left: 2%;     /* 左からの位置 */
        width: 16%;   /* テキスト枠の横幅 */
    }

    .p-system-oss__text-item.m-step2 {
        top: 33%;
        left: 22%;
        width: 16%;
    }
    .p-system-oss__text-item.m-step3 {
        top: 33%;
        left: 42%;
        width: 16%;
    }
    .p-system-oss__text-item.m-step4 {
        top: 58%;
        left: 63%;
        width: 16%;
    }
    .p-system-oss__text-item.m-step5 {
        top: 33%;
        left: 83%;
        width: 16%;
    }
    .p-system-oss__text-item.m-step6 {
        top: 86%;
        left: 83%;
        width: 16%;
    }
    .p-system-oss__text-item.m-step7 {
        top: 86%;
        left: 42%;
        width: 16%;
    }
    .p-system-oss__text-item.m-step8 {
        top: 86%;
        left: 2%;
        width: 16%;
    }
    .m_step_title{
    	font-size:130%;
    	font-weight:bold;
    	line-height:1.6;
    }
 }

/* ==========================================================================
	 タブレット・スマートフォン向けのスタイル（画面幅 1024px 以下）
	 ========================================================================== */
@media (max-width: 1024px) {
    .p-system-oss__over-txt {
        font-size: 10px;
        line-height: 1.2;
    }
    .p-system-mv__title-box {
        position: absolute;
        top: 10%;
        left: 4%;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 20px 30px 20px 0;
        width: max-content;
        max-width: 90%;
        z-index: 10;
        font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    }
    .p-system-mv__title-main {
        font-size: 4.3vw;
        font-weight: bold;
        color: #1e3a60;
        letter-spacing: 0.06em;
        white-space: normal;
        border-bottom: 1px solid #b0c4de;
        padding-bottom: 4px;
        margin-bottom: 4px;
        line-height: 1.4;
    }
    
    .p-system-mv__title-sub {
        font-size: 2.5vw;
        font-weight: bold;
        color: #1e3a60;
        letter-spacing: 0.06em;
        white-space: normal;
        line-height: 1.4;
    }

}


/* ------------------------------------------
   [SPレイアウト専用] 画面横幅 768px 以下（PC時は自動的に無効化されます）
   ------------------------------------------ */
@media (max-width: 768px) {
    .p-system-oss {
        padding: 50px 20px;
    }
    
    .p-system-oss__inner {
        max-width: 100%;
    }
    
    .p-system-oss__title {
        font-size: 24px;
    }
    
    .p-system-oss__lead {
        font-size: 14px;
        text-align: left;
    }
    
    .p-system-oss__img {
        width: 100%;
        aspect-ratio: 376 / 409;
    }

    .p-system-oss__over-txt {
        font-size: 2.0vw;
        line-height: 1.2;
    }

    /* 💡 スマホ専用の位置（PC用と完全に隔離されているため、確実にここが適用されます） */
    .p-system-oss__text-item.m-step1 {
        top: 19%;
        left: 1%;
        width: 22%;
    }

    .p-system-oss__text-item.m-step2 {
        top: 19%;
        left: 26%;
        width: 22%;
    }

    .p-system-oss__text-item.m-step3 {
        top: 19%;
        left: 51%;
        width: 22%;
    }

    .p-system-oss__text-item.m-step4 {
        top: 33%;
        left: 77%;
        width: 22%;
    }

    .p-system-oss__text-item.m-step5 {
        top: 87%;
        left: 77%;
        width: 22%;
    }
    .p-system-oss__text-item.m-step6 {
        top: 87%;
        left: 51%;
        width: 22%;
    }
    .p-system-oss__text-item.m-step7 {
        top: 53%;
        left: 51%;
        width: 22%;
    }
    .p-system-oss__text-item.m-step8 {
        top: 53%;
        left: 1%;
        width: 22%;
    }
    .m_step_title{
    	font-size:120%;
    	font-weight:bold;
    	line-height:1.6;
    }

}
@charset "UTF-8";

/* ==========================================================================
   MODULE: p-system-merit（メリットセクション：SP版2列×3段対応）
   ========================================================================== */
.p-system-merit {
    width: 100%;
    background-color: #f5f7fa; 
    padding: 100px 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    box-sizing: border-box;
}

/* ------------------------------------------
   [PCレイアウト用] 画面横幅 769px 以上
   ------------------------------------------ */
@media (min-width: 769px) {
    .p-system-merit__inner {
        width: 1100px;
        margin: 0 auto;
        padding: 0;
    }

    .p-system-merit__header {
        text-align: left;
        margin-bottom: 60px;
        padding-left: 50px; 
    }

    .p-system-merit__subtitle {
        font-size: 18px;
        font-weight: bold;
        color: #a22031; 
        letter-spacing: 0.05em;
        margin-bottom: 15px;
        position: relative;
        padding-left: 18px;
    }
    .p-system-merit__subtitle::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 18px;
        background-color: #e60012; 
        border-radius: 2px;
    }

    .p-system-merit__title {
	  color: #002b66; /* 濃いネイビー */
	  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
	  font-size: 2.2rem;
	  font-weight: 800;
	  letter-spacing: 0.1em;
	  margin-bottom: 10px;
    }

    .p-system-merit__lead {
        font-size: 18px;
        line-height: 1.8;
        color: #4a5568;
    }
    .p-system-merit__lead-txt {
        margin-bottom: 4px;
    }
    .p-system-merit__lead-txt:last-child {
        margin-bottom: 0;
    }

    /* PC時は1000pxの幅に3つが横並び（3列×2段） */
    .p-system-merit__grid {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between;
        gap: 30px 20px; 
    }

    .p-system-merit__card {
        width: 320px; 
        background-color: #fff;
        border-radius: 6px;
        padding: 40px 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center; 
        overflow: hidden;
    }
    .p-system-merit__card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 25px; 
        width: 35px;
        height: 5px;
        background-color: #e60012;
        border-radius: 0 0 3px 3px;
    }

    .p-system-merit__card-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .p-system-merit__card-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .p-system-merit__card-ttl {
        font-size: 17px;
        font-weight: bold;
        color: #1a365d;
        text-align: center;
        margin-bottom: 15px;
        letter-spacing: 0.02em;
    }

    .p-system-merit__card-txt {
        font-size: 15px;
        line-height: 1.7;
        color: #4a5568;
        text-align: left; 
        width: 100%;
    }
}

/* ------------------------------------------
   [SPレイアウト用] 画面横幅 768px 以下
   ------------------------------------------ */
@media (max-width: 768px) {
    .p-system-merit {
        padding: 60px 15px; /* 左右に少しゆとりを持たせる */
    }

    .p-system-merit__inner {
        width: 100%;
        max-width: 100%;
    }

    .p-system-merit__header {
        text-align: left;
        margin-bottom: 40px;
        padding-left: 0;
    }

    .p-system-merit__subtitle {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 14px;
        /* ▼ 以下を追加：スマホ時も文字を赤くし、マークの基準点（relative）を作る */
        color: #a22031; 
        font-weight: bold;
        letter-spacing: 0.05em;
        position: relative;
    }
    
    /* ▼ 以下を追加：スマホ時も左側の赤いマークを表示させる */
    .p-system-merit__subtitle::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;   /* スマホ用に少し小さく調整 */
        height: 15px; /* スマホ用に少し小さく調整 */
        background-color: #e60012; 
        border-radius: 2px;
    }

    .p-system-merit__title {
		color: #002b66; /* 濃いネイビー */
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
		font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .p-system-merit__lead {
        font-size: 13.5px;
        line-height: 1.6;
    }

    /* 💡 変更ポイント：スマホ時も flexbox を有効にし、2つずつ並べて3段（2列×3段）を形成 */
    .p-system-merit__grid {
        width: 100%;
        display: flex;
        flex-wrap: wrap; /* 折り返しを有効化 */
        justify-content: space-between; /* 左右に綺麗に割り振り */
        gap: 15px 2%; /* 上下に15px、左右に2%の余白 */
    }

    /* 💡 2列用に横幅を最適化（49%に指定し、上記のgap2%と合わせて100%にピタッと収まる計算） */
    .p-system-merit__card {
        width: 49%; 
        background-color: #fff;
        border-radius: 6px;
        padding: 25px 15px; /* 限られたスマホ幅に合わせて内側の余白を少しタイトに */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .p-system-merit__card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        width: 25px;
        height: 4px;
        background-color: #e60012;
        border-radius: 0 0 2px 2px;
    }

    .p-system-merit__card-icon {
        width: 55px; /* スマホ用に一回り縮小 */
        height: 55px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .p-system-merit__card-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .p-system-merit__card-ttl {
        font-size: 14px; /* 2列内で折り返しても見やすい小さめのサイズに変更 */
        font-weight: bold;
        color: #1a365d;
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: 0.01em;
        line-height: 1.4;
    }

    .p-system-merit__card-txt {
        font-size: 13px; /* 2列の枠内にきれいにテキストを詰め込めるサイズ */
        line-height: 1.5;
        color: #4a5568;
        text-align: left;
        width: 100%;
    }
}
@charset "UTF-8";

/* ==========================================================================
   MODULE: p-system-link（部門リンク：指定文字赤字化対応）
   ========================================================================== */
.p-system-link {
    width: 100%;
    background-image: url('../images/system/link_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    box-sizing: border-box;
}

.p-system-link__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* セクションヘッダー */
.p-system-link__header {
    text-align: left;
    margin-bottom: 50px;
    padding-left: 35px;
    border-left: 6px solid #1e3a60; 
}

.p-system-link__title {
  color: #002b66; /* 濃いネイビー */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.p-system-link__lead {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    font-weight: 500;
}

/* グリッドレイアウト（PCは横並び） */
.p-system-link__grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 40px; 
}

/* リンクカード個別 */
.p-system-link__card {
    flex: 1;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    position: relative; 
}
.p-system-link__card:hover {
    transform: translateY(-5px);
}

/* バナー画像エリア */
.p-system-link__card-banner {
    width: 100%;
    aspect-ratio: 466 / 195;
    position: relative;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

/* 各種バナー画像パス */
.p-system-link__card.m-transport .p-system-link__card-banner {
    background-image: url('../images/system/link_trans.webp');
}
.p-system-link__card.m-electrical .p-system-link__card-banner {
    background-image: url('../images/system/link_elec.webp');
}

/* 💡 修正ポイント：ご指示通り「輸送」と「電気工事」の文字を赤字に指定 */
.p-system-link__card-name-highlight {
    color: #a22031; /* カンプに準拠したワインレッド */
    font-weight: 800;
}

/* 詳しく見るボタン（PC/SP共通で画像内右下に配置固定） */
.p-system-link__card-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    height: 38px;
    padding: 0 18px;
    background-color: #1e3a60;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    z-index: 3;
    transition: background-color 0.3s ease;
}
.p-system-link__card-btn::before {
    content: "→";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #fff;
    color: #1e3a60;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    margin-right: 8px;
}
.p-system-link__card:hover .p-system-link__card-btn {
    background-color: #13253e; 
}

/* ------------------------------------------
   [PC専用レイアウト] 画面横幅 769px 以上
   ------------------------------------------ */
@media (min-width: 769px) {
    .p-system-link {
        aspect-ratio: 1500 / 673;
    }

    /* 左側の白い「鋭角の矢印型」のポリゴン形状 */
    .p-system-link__card-name-wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 58px;
        width: 46%;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding-left: 20px;
        z-index: 2;
        clip-path: polygon(0% 0%, 86% 0%, 100% 50%, 86% 100%, 0% 100%);
        box-sizing: border-box;
    }

    .p-system-link__card-name {
        font-size: 24px;
		font-family: "Noto Sans JP", "Hiragino Sans", "Arial Black", sans-serif;
		font-weight: 800; 
        color: #1e3a60; /* 「部門」部分のネイビー色 */
        white-space: nowrap;
        letter-spacing: 0.05em;
    }

    /* 写真上の英語表記 */
    .p-system-link__card-en {
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translateY(-50%);
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.06em;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
}

/* ------------------------------------------
   [SP専用レイアウト] 画面横幅 768px 以下
   ------------------------------------------ */
@media (max-width: 768px) {
    .p-system-link {
        padding: 60px 15px;
        aspect-ratio: auto;
    }

    .p-system-link__inner {
        width: 100%;
        max-width: 100%;
    }

    .p-system-link__header {
        padding-left: 15px;
        border-left: 4px solid #1e3a60;
        margin-bottom: 35px;
    }

    .p-system-link__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .p-system-link__lead {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .p-system-link__grid {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .p-system-link__card {
        flex: none;
        width: 70%; 
        margin: 0 auto; 
    }

    /* 白い矢印帯 */
    .p-system-link__card-name-wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 8.5vw; 
        width: 45%;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding-left: 4%;
        z-index: 2;
        clip-path: polygon(0% 0%, 86% 0%, 100% 50%, 86% 100%, 0% 100%);
        box-sizing: border-box;
    }
    
    .p-system-link__card-name {
        font-size: 3.5vw; 
		font-family: "Noto Sans JP", "Hiragino Sans", "Arial Black", sans-serif;
		font-weight: 800; 
        color: #1e3a60;
        white-space: nowrap;
    }

    .p-system-link__card-en {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-size: 1.8vw; 
        font-weight: bold;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .p-system-link__card-btn {
        position: absolute;
        bottom: 6%; 
        right: 4%;
        height: 6vw; 
        min-height: 22px;
        padding: 0 3%;
        font-size: 1.8vw;
        border-radius: 3px;
        z-index: 3;
    }
    
    .p-system-link__card-btn::before {
        width: 2.5vw;
        height: 2.5vw;
        max-width: 12px;
        max-height: 12px;
        font-size: 1.5vw;
        margin-right: 3px;
    }
}
