/* ========================================
   ヘッダーセクション
======================================== */
.header-wrapper02 {
    margin-bottom: 2.5rem;
}

.header-button02 {
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
}

.header-line02 {
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
}

/* ========================================
   トップカードグリッド
======================================== */

/* イントロカードスタイル */
.intro-card {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px -5px #1182ff;
}

.intro-card-header {
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    color: #ffffff;
    padding: 1.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.intro-icon-circle {
    width: 85px;
    height: 85px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.intro-header-text {
    flex: 1;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
}

.intro-header-text div {
    margin-bottom: 0.1rem;
}

.intro-card-body {
    padding: 1.75rem 1.5rem;
    background-color: #ffffff;
}

.intro-card-title {
    font-size: 1.75rem;
    font-weight: 900;
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.25rem;
}

.intro-badge {
    display: inline-block;
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    color: #ffffff;
    padding: 0.35rem 1.1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.intro-checklist {
    list-style: none;
    margin: 0 0 1.25rem 0;
    padding: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.8;
}

.intro-checklist li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.check-icon {
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    flex-shrink: 0;
    font-size: 1rem;
}

.intro-description {
    font-size: 1rem;
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1.7;
    margin: 0;
}

/* レスポンシブ調整 */
@media (max-width: 767px) {
    .intro-card-header {
        padding: 1.5rem 1.25rem;
    }

    .intro-icon-circle {
        width: 70px;
        height: 70px;
    }

    .icon-placeholder img {
        width: 62px;
        height: 62px;
    }

    .intro-header-text {
        font-size: 1rem;
        font-weight: 600;
    }

    .intro-card-title {
        font-size: 1.5rem;
        font-weight: 900;
    }

    .intro-badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.9rem;
        font-weight: 700;
    }

    .intro-checklist {
        font-size: 0.875rem;
        font-weight: 600;
    }

    .check-icon {
        font-size: 0.9rem;
        font-weight: 900;
    }

    .intro-description {
        font-size: 0.9375rem;
        font-weight: 700;
    }
}


/* ========================================
   セッションコンテナ
======================================== */

/* セッションセクション */
.session-section02 {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px -5px #1182ff;
    margin-bottom: 2.5rem;
}

.section-header02 {
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

@media (min-width: 768px) {
    .header-content {
        flex-direction: row;
        align-items: center;
    }
}

.count-text {
    font-size: 1rem;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .count-text {
        font-size: 1.125rem;
    }
}

/* ========================================
   セッション詳細レイアウト
======================================== */
.session-detail-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 1.5rem;
}

@media (min-width: 1024px) {
    .session-detail-layout {
        grid-template-columns: 2fr 1fr;
        gap: 2.5rem;
        align-items: stretch;
    }
}

/* セッションリストラッパー */
.session-list-wrapper {
    width: 100%;
}

/* 2カラムレイアウト */
.session-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .session-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

.session-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Dayグループ */
.day-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.day-group-header {
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 20px;
    font-size: 0.9375rem;
    font-weight: bold;
}

/* 縦並びセッション */
.day-sessions-vertical {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* セッションアイテム */
.session-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 1.25rem 1rem;
    display: flex;
    gap: 1rem;
    box-shadow: 0px 0px 10px -5px #1182ff;
}

.session-badge02 {
    width: 4.5rem;
    height: 4.5rem;
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
}

.badge-day {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1.2;
}

.badge-time {
    font-size: 0.65rem;
    margin-top: 0.1rem;
}

.session-info02 {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.session-title02 {
    font-size: 1.25rem;
    font-weight: 900;
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.session-desc {
    font-size: 0.8125rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   サイドバー
======================================== */
.session-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar-section {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.sidebar-badge {
    display: inline-block;
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    color: #ffffff;
    padding: 0.4rem 1.35rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0.7rem;
}

.sidebar-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    color: #374151;
    line-height: 1.45;
    font-size: 0.9375rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 0.6rem;
}

.sidebar-list li:last-child {
    margin-bottom: 0;
}

.sidebar-list li br {
    display: none;
}

.list-number {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    color: #ffffff;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1;
}

.list-left {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: flex-start;
    flex-shrink: 0;
    min-width: 280px;
    max-width: 350px;
}

.list-title {
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    font-size: 1rem;
    display: block;
    line-height: 1.25;
    flex: 1;
}

/* ゴールアイテム */
.goal-items {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.goal-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.goal-item:last-child {
    margin-bottom: 0;
}

.goal-heading {
    font-weight: 900;
    font-size: 1.125rem;
    background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 0.1rem 0;
    line-height: 1.2;
}

.goal-text {
    color: #374151;
    line-height: 1.45;
    font-size: 0.9375rem;
    margin: 0;
}

/* ========================================
   レスポンシブ調整
======================================== */
@media (max-width: 767px) {
    .session-detail-layout {
        padding: 1.5rem 1rem;
    }
}

/* ========================================
   初級編・中級編専用スタイル
======================================== */
/* 初級編: サイドバーをDay3の高さに合わせる */
.session-beginner .session-sidebar {
    gap: 2rem;
}

.session-beginner .sidebar-badge {
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    padding: 0.45rem 1.5rem;
}

.session-beginner .sidebar-list li {
    margin-bottom: 1.25rem;
    gap: 0.5rem;
    line-height: 1.7;
    font-size: 1rem;
}

.session-beginner .goal-items {
    gap: 1.25rem;
}

.session-beginner .goal-item {
    gap: 0.5rem;
}

.session-beginner .goal-heading {
    margin-bottom: 0.35rem;
    line-height: 1.35;
    font-size: 1.1875rem;
}

.session-beginner .goal-text {
    line-height: 1.7;
    font-size: 1rem;
}

.session-beginner .list-title {
    line-height: 1.4;
    font-size: 1.0625rem;
}

.session-beginner .list-number {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.0625rem;
}

/* 中級編: サイドバーをDay4の高さに合わせる */
.session-intermediate .session-sidebar {
    gap: 2rem;
}

.session-intermediate .sidebar-badge {
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    padding: 0.45rem 1.5rem;
}

.session-intermediate .sidebar-list li {
    margin-bottom: 1.25rem;
    gap: 0.5rem;
    line-height: 1.7;
    font-size: 1rem;
}

.session-intermediate .goal-items {
    gap: 1.25rem;
}

.session-intermediate .goal-item {
    gap: 0.5rem;
}

.session-intermediate .goal-heading {
    margin-bottom: 0.35rem;
    line-height: 1.35;
    font-size: 1.1875rem;
}

.session-intermediate .goal-text {
    line-height: 1.7;
    font-size: 1rem;
}

.session-intermediate .list-title {
    line-height: 1.4;
    font-size: 1.0625rem;
}

.session-intermediate .list-number {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.0625rem;
}

/* 上級編: サイドバーをDay3の高さに合わせる */
.session-advanced .session-sidebar {
    gap: 1rem;
}

.session-advanced .sidebar-badge {
    margin-bottom: 0.7rem;
    font-size: 0.9375rem;
    padding: 0.45rem 1.5rem;
}

.session-advanced .sidebar-list li {
    margin-bottom: 0.65rem;
    gap: 0.25rem;
    line-height: 1.5;
    font-size: 1rem;
}

.session-advanced .goal-items {
    gap: 0.65rem;
}

.session-advanced .goal-item {
    gap: 0.25rem;
}

.session-advanced .goal-heading {
    margin-bottom: 0.15rem;
    line-height: 1.25;
    font-size: 1.1875rem;
}

.session-advanced .goal-text {
    line-height: 1.5;
    font-size: 1rem;
}

.session-advanced .list-title {
    line-height: 1.3;
    font-size: 1.0625rem;
}

.session-advanced .list-number {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.0625rem;
}

/* 研修カード */
.container {
	display: flex;
	gap: 40px;
	max-width: 1200px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.container02 {
	margin-top: 8%;
}

.pricing-card {
	background: white;
	border-radius: 24px;
	padding: 50px 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	flex: 1;
	min-width: 400px;
	max-width: 550px;
	position: relative;
}

.badge02 {
	padding: 16px 60px;
	border-radius: 50px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}

.badge02.blue {
	background: linear-gradient(to right, #2563eb, #1e40af);
}

.badge02.green {
	background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
}

.title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 35px;
	letter-spacing: 0.02em;
}

.title.blue {
	background: linear-gradient(to right, #2563eb, #1e40af);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.title.green {
	background: linear-gradient(to right, #4a7a6a 0%, #5a9a8a 50%, #6aaa9a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.features {
	list-style: none;
	margin-bottom: 40px;
}

.features li {
	color: #444;
	font-size: 19px;
	line-height: 2.4;
	padding-left: 8px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.features li::before {
	content: "・";
	margin-right: 6px;
	color: #888;
}

.divider02 {
	height: 2px;
	background: linear-gradient(to right, #e0e0e0 0%, #f5f5f5 100%);
	margin: 40px 0;
}

.price-section {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.price-label {
	color: #666;
	font-size: 15px;
	font-weight: 500;
}

.price {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	position: relative;
}

/*
.price::after {
	content: '';
	position: absolute;
	bottom: 30px;
	left: -8px;
	right: 30px;
	height: 2px;
	background: #ff5252;
	transform: rotate(-5deg);
}
*/

.price-unit {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.price-note {
	font-size: 14px;
	color: #999;
	margin-left: 4px;
}

@media (max-width: 900px) {
	.container02 {
		align-items: center;
		flex-wrap: nowrap;
		padding: 0 10px;
		box-sizing: border-box;
		gap: 20px;
	}

	.pricing-card02 {
		padding: 2.6rem;
		min-width: auto;
	}

	.pricing-card02 .badge02 {
		margin-bottom: 25px;
		padding: 10px;
		font-size: 2rem;
	}

	.title{
		margin: 0 0 20px;
		font-size: 2.8rem;
	}

	.features{
		margin-bottom: 20px;
		padding-left: 0;
	}

	.features li{
		font-size: 2.1rem;
	}

	.divider02{
		margin: 20px 0;
	}

	.price-section{
		display: block;
	}

	.price-label{
		display: block;
	}

	.price{
		font-size: 3.5rem;
	}

	.price-note{
		font-size: 3rem;
		display: block;
	}
}