@charset "utf-8";
/* DX人材育成研修ページ 固有スタイル（サイト配色: ティール#8BC5C0/#639590, クリーム#F4F3E1, ゴールド#F8B535 に準拠） */

/* ヒーロー帯 */
#dx-hero {
	background-color: #8BC5C0;
	color: #fff;
	text-align: center;
	padding: 60px 5% 70px;
	margin-bottom: 80px;
}
#dx-hero .lead {
	font-size: 1em;
	letter-spacing: .08em;
	margin-bottom: 18px;
	opacity: .95;
}
#dx-hero .dx-hero-ttl {
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 22px;
}
#dx-hero .sub {
	font-size: 1.05em;
	line-height: 1.9;
}

/* 研修の特徴（training.css の .block1/.in/.box を流用し、3カラムに調整） */
#sec02 .block1 .in.dx-features {
	flex-wrap: wrap;
}
#sec02 .block1 .in.dx-features .box {
	width: 31.5%;
}
#sec02 .block1 .in.dx-features .box .ttl {
	min-height: 3.6em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}
#sec02 .block1 .in.dx-features .box .ttl .material-symbols-outlined {
	margin-right: 6px;
	font-size: 1.3em;
}
#sec02 .block1 .in.dx-features .box .feat-txt {
	margin-top: 12px;
	line-height: 1.8;
	font-size: .95em;
}
@media screen and (max-width: 910px) {
	#sec02 .block1 .in.dx-features .box {
		width: 48%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 680px) {
	#sec02 .block1 .in.dx-features .box {
		width: 100%;
	}
}

/* コースラインナップ */
#sec03 .lead-center {
	text-align: center;
	font-size: 1.15em;
	font-weight: 600;
	color: #639590;
	margin-bottom: 30px;
}
/* 各セクション共通の白コンテナ（training .block1 と統一） */
.dx-box {
	max-width: 1350px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 30px;
}
#sec03 { margin-bottom: 60px; }

.dx-course-placeholder {
	width: 100%;
	margin: 0;
	padding: 50px 30px;
	text-align: center;
	color: #8a8a7a;
	background-color: #F4F3E1;
	border: #BE9832 2px dashed;
	border-radius: 8px;
}

/* 問い合わせ導線 */
#dx-contact {
	margin: 0 auto 90px;
	text-align: center;
}
#dx-contact p {
	line-height: 1.9;
	margin-bottom: 28px;
}
#dx-contact .dx-contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #F8B535;
	color: #fff;
	font-weight: 600;
	padding: 16px 44px;
	border-radius: 40px;
	transition: opacity .2s;
}
#dx-contact .dx-contact-btn:hover { opacity: .85; }

@media screen and (max-width: 910px) {
	#dx-hero { padding: 40px 6% 48px; margin-bottom: 60px; }
	#dx-hero .dx-hero-ttl { font-size: 1.7em; }
	#dx-contact .dx-contact-btn { padding: 14px 32px; }
}

/* コースラインナップ（パンフレット2ページ目） */
.dx-courses { margin-bottom: 30px; }
.dx-course {
	border-left: 4px solid #8BC5C0;
	background-color: #F9F8F6;
	border-radius: 4px;
	padding: 20px 24px;
	margin-bottom: 18px;
}
.dx-course:last-child { margin-bottom: 0; }
.dx-course-ttl {
	color: #639590;
	font-size: 1.15em;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
.dx-course p { line-height: 1.9; }
.dx-note { text-align: center; margin: 26px 0 16px; font-size: .95em; }
.dx-dl-area { text-align: center; }
.dx-dl-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #639590;
	color: #fff;
	font-weight: 600;
	padding: 15px 40px;
	border-radius: 40px;
	transition: opacity .2s;
}
.dx-dl-btn:hover { opacity: .85; }
@media screen and (max-width: 680px) {
	.dx-course { padding: 16px 18px; }
	.dx-dl-btn { padding: 14px 24px; }
}
