/* --- 全体・レイアウト設定 --- */
article > h1 {
	display:none;
}

.cw-lp-wrapper {
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
}

.cw-lp-container {
    max-width: 970px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.cw-intro-h2 {
    font-size: 24px !important;
    margin: 10px 0 25px !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #000000 !important;
    border: none !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

/* --- 画像（角丸なし） --- */
.cw-image-res {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0 !important;
    margin-bottom: 30px;
}

.cw-image-column {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 0 !important;
}

/* --- セクション構造 --- */
.cw-section {
    margin-bottom: 60px;
    background: #ffffff;
    padding: 0;
}

.cw-check-box {
    border: 1px solid #333333;
    background: #f9f9f9;
    padding: 50px 40px;
}

.cw-why-box {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 40px;
}

.cw-contact-box {
    border: 2px solid #f59e0b;
    padding: 60px 40px;
}

/* --- タイポグラフィ --- */
.cw-lp-container h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
    color: #000000;
    text-align: center;
    border: none;
    padding: 0;
}

.cw-why-box h2 { color: #ffffff; }

.cw-main-title {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin: 60px 0 50px;
}

.cw-item-h3 {
    font-size: 20px;
    color: #0073aa;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #0073aa;
    padding-bottom: 15px;
    display: block;
}

.cw-lp-container p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}

/* --- 箇条書き（・ + 太字 + 余白詰め） --- */
.cw-lp-container ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.cw-lp-container li {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.4;
}

/* --- カラムレイアウト（横並び2カラム維持） --- */
.cw-columns {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.cw-column-item {
    flex: 1;
    min-width: 300px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}

.cw-column-content {
    padding: 25px;
}

/* --- 導入までの流れ：ステップデザイン --- */
.cw-process-list {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.cw-process-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-bottom: 35px;
}

.cw-process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background-color: #0073aa;
}

.cw-process-number {
    width: 40px;
    height: 40px;
    background-color: #0073aa;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 20px;
    z-index: 1;
}

.cw-process-content h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 700;
	text-align:left;
}

/* --- ボタン（角丸なし） --- */
.cw-btn-area { text-align: center; margin-top: 30px; }
.cw-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #0073aa;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0 !important;
}

.cw-btn-orange {
    background: #f59e0b;
    padding: 24px 60px;
    font-size: 20px;
}

/* --- レスポンシブ --- */
@media (max-width: 768px) {
    .cw-lp-container { width: 100%; padding: 40px 15px; }
    .cw-section { padding: 10px 0; }
    .cw-check-box, .cw-why-box, .cw-contact-box { padding: 30px 20px; }
    .cw-main-title { font-size: 28px; }
    .cw-lp-container h2 { font-size: 24px; }
}

/* --- 大学向けプログラムの特徴：グリッドデザイン --- */
.cw-feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.cw-feature-item {
    width: calc(50% - 10px); /* 2カラム */
    border: 1px solid #333333; /* シャープな細線 */
    padding: 25px;
    box-sizing: border-box;
    background: #ffffff;
}

.cw-feature-item h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-align: left;
}

.cw-feature-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #444444;
}

/* スマホ調整 */
@media (max-width: 768px) {
    .cw-feature-item {
        width: 100%; /* 1カラム */
    }
}

/* --- 背景色ありセクション --- */
.cw-section-bg {
    background-color: #f9f9f9; /* 淡いグレーで区切りを明確に */
    padding: 60px 0; /* 上下に余白を持たせる */
    margin-bottom: 60px;
}

.cw-section-bg .cw-lp-container {
    padding-top: 0;
    padding-bottom: 0;
}

/* 特徴グリッド内のカード背景は白にしてコントラストを出す */
.cw-feature-item {
    width: calc(50% - 10px);
    border: 1px solid #333333;
    padding: 25px;
    box-sizing: border-box;
    background: #ffffff; /* カードは白 */
}

/* --- アクセント全幅セクション（追加分） --- */
.cw-section-accent-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #1e293b; /* 濃いネイビー */
    color: #ffffff;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

/* 濃い背景セクション内の見出し白化 */
.cw-section-accent-full h2 {
    color: #ffffff !important;
}

/* 濃い背景セクション専用の白カード */
.cw-feature-item-white {
    width: calc(50% - 15px); /* gap分を考慮 */
    background: #ffffff;
    color: #333333;
    padding: 30px;
    box-sizing: border-box;
    border: none;
}

.cw-feature-item-white h4 {
    margin: 0 0 12px 0;
    font-size: 19px;
    font-weight: 700;
    color: #0073aa;
    text-align: left;
}

.cw-feature-item-white p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 768px) {
    .cw-section-accent-full {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 50px 0;
    }
    .cw-feature-item-white {
        width: 100%;
    }
}

/* --- カラムアイテム：ボタンを下部固定にする設定 --- */
.cw-column-item {
    flex: 1;
    min-width: 300px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex; /* Flexboxを適用 */
    flex-direction: column; /* 子要素を縦に並べる */
}

.cw-column-content {
    padding: 25px;
    display: flex; /* コンテンツエリアもFlexboxに */
    flex-direction: column;
    flex-grow: 1; /* 残りの高さをすべて埋める */
}

/* ボタンエリアを最下部へ押し下げる */
.cw-column-content .cw-btn-area {
    margin-top: auto; /* 上部の余白を自動で最大化し、下部へ固定 */
    padding-top: 20px; /* テキストとの最低限の余白 */
}