/* ========================================
LP用グローバルスタイル
======================================== */

/* スムーズスクロールを無効化（瞬時にジャンプするように変更） */
html {
	scroll-behavior: auto;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.lp-section {
	padding: 20px 0;
	background-color: #ffffff;
}

.section-header {
	text-align: center;
	margin-bottom: 15px;
}

.section-header h2 {
	font-size: 40px;
	font-weight: 700;
	color: #0071BC;
	margin: 0 0 20px 0;
	line-height: 1.4;
}

.section-header p {
	font-size: 18px;
	color: #666;
	margin: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.kensyu-img-container {
	text-align: center;
	margin: 40px 0;
}

.kensyu-img-container img {
	width: 50%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ========================================
1. ヒーローセクション
======================================== */

.lp-hero-section {
	position: relative;
	padding: 0;
	overflow: hidden;
	min-height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-content {
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/kensyuimg4.png') center/cover no-repeat;
	z-index: 0;
	min-height: 350px;
}

.hero-inner {
	position: relative;
	z-index: 1;
	padding: 20px 20px;
	color: #ffffff;
}

.hero-title {
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 30px 0;
	line-height: 1.4;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.hero-subtitle {
	font-size: 22px;
	margin: 0;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.95);
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

/* ========================================
2. サービス概要セクション
======================================== */

.about-service-section .section-header h2 {
	color: #0071BC;
}

.concept-intro {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	max-width: 700px;
	margin: 0 auto 50px;
	text-align: center;
}

.learn-practice-measure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 30px 0;
	flex-wrap: wrap;
	position: relative;
}

.lpm-step {
	flex: 0 0 200px;
	text-align: center;
}

.lpm-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #0071BC, #005A94);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 700;
}

.lpm-number {
	font-size: 36px;
	display: block;
	line-height: 1;
}

.lpm-title {
	font-size: 14px;
	margin-top: 5px;
	font-weight: 600;
}

.lpm-step h3 {
	font-size: 22px;
	color: #0071BC;
	margin: 15px 0 10px 0;
	font-weight: 700;
}

.lpm-step p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.lpm-arrow {
	font-size: 32px;
	color: #0071BC;
	font-weight: 700;
	flex-shrink: 0;
}

.link-rakutesu-benefit {
	color: #0071BC;
	text-decoration: none;
	font-weight: 600;
	transition: opacity 0.3s ease;
}

.link-rakutesu-benefit:hover {
	opacity: 0.7;
}

.concept-benefit {
	font-size: 16px;
	text-align: center;
	color: #333;
	margin-top: 50px;
	padding: 30px;
	background: #E7F2F9;
	border-left: 4px solid #0071BC;
	border-radius: 4px;
	font-weight: 500;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.7;
}

/* ========================================
3. 選ばれる3つの理由
======================================== */

.reasons-section {
	background-color: #ffffff;
}

.reasons-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
}

.reason-card {
	background: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	transition: none;
	position: relative;
	max-width: 1000px;
	margin: 0;
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.reason-number {
	flex: 0 0 60px;
	font-size: 80px;
	font-weight: 300;
	color: #FFD700;
	line-height: 1;
	display: block;
	text-align: left;
	box-shadow: none;
	background: none;
	position: static;
	width: auto;
	height: auto;
}

.reason-content {
	margin-top: 0;
	flex: 1;
}

.reason-card h3 {
	font-size: 28px;
	color: #0071BC;
	margin: 0 0 20px 0;
	font-weight: 700;
	line-height: 1.4;
	display: inline-block;
	border-bottom: 2px solid #0071BC;
	padding-bottom: 5px;
}

.reason-3-article {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-top: 20px;
}

.reason-3-image {
	flex: 0 0 45%;
}

.reason-3-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #eee;
}

.reason-3-text {
	flex: 1;
}

.reason-3-text p {
	margin: 0;
	line-height: 1.8;
}

.reason-subtitle {
	font-size: 14px;
	color: #999;
	margin: 0 0 20px 0;
	font-weight: 500;
}

.reason-details {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
}

.reason-details p {
	margin: 0 0 15px 0;
}

.reason-details ul {
	margin: 15px 0 0 0;
	padding-left: 20px;
}

.reason-details li {
	margin-bottom: 8px;
	list-style: disc;
}

.link-rakutesu {
	display: inline-block;
	margin-top: 20px;
	color: #0071BC;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 2px solid #0071BC;
	transition: all 0.3s ease;
	padding-bottom: 2px;
}

.link-rakutesu:hover {
	color: #005A94;
	border-bottom-color: #005A94;
}

.reason-subtitle-red {
	font-size: 16px;
	color: #dc143c;
	margin: 0 0 20px 0;
	font-weight: 600;
}

.reason-image {
	margin: 20px 0;
	text-align: center;
}

.reason-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reason-3 {
	width: 100%;
}

/* ========================================
4. 研修ラインナップセクション
======================================== */

.training-lineup-section {
	background-color: #ffffff;
}

.lineup-intro {
	text-align: center;
	font-size: 16px;
	color: #666;
	max-width: 700px;
	margin: 0 auto 50px;
	line-height: 1.7;
}

.lineup-nav {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 50px;
}

.lineup-nav-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 30px 40px;
	background: linear-gradient(135deg, #0071BC, #005A94);
	color: #ffffff;
	text-decoration: none;
	border-radius: 12px;
	font-weight: 700;
	font-size: 18px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 113, 188, 0.3);
	min-width: 280px;
}

.lineup-nav-btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 113, 188, 0.5);
	background: linear-gradient(135deg, #005A94, #004475);
}

.nav-icon {
	font-size: 40px;
	line-height: 1;
}

.nav-text {
	font-size: 18px;
}

/* ========================================
5. 導入効果・ROIセクション
======================================== */

.roi-section {
	background-color: #ffffff;
}

.roi-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.roi-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #eee;
}

.roi-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.roi-card-number {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #0071BC;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.roi-card h3 {
	font-size: 22px;
	color: #0071BC;
	margin: 0 0 15px 0;
	font-weight: 700;
}

.roi-card p {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	margin: 0;
}

/* ========================================
6. 導入の流れセクション
======================================== */

.process-section {
	background-color: #ffffff;
}

.process-flow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 40px 0;
	flex-wrap: nowrap;
	padding: 40px 20px;
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #eee;
	overflow-x: auto;
}

.process-step {
	flex: 1;
	min-width: 150px;
	max-width: 200px;
	text-align: center;
	background: #ffffff;
	padding: 30px 20px;
	border-radius: 12px;
	border: 2px solid #E7F2F9;
	transition: all 0.3s ease;
}

.process-step:hover {
	border-color: #0071BC;
	box-shadow: 0 4px 15px rgba(0, 113, 188, 0.2);
	transform: translateY(-3px);
}

.step-number {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #0071BC;
	margin-bottom: 10px;
}

.step-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0 0 12px 0;
}

.step-description {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.process-arrow {
	font-size: 28px;
	color: #0071BC;
	font-weight: 700;
	flex-shrink: 0;
}

.process-cta {
	text-align: center;
	margin-top: 60px;
	padding: 40px;
	background: #E7F2F9;
	border-radius: 12px;
}

.process-cta p {
	font-size: 16px;
	color: #333;
	margin: 0 0 30px 0;
	font-weight: 500;
}

/* ========================================
7. 既存の研修一覧
======================================== */

.corporate-training-archive-wrapper {
	background-color: #ffffff;
	padding: 30px 20px;
}

.corporate-training-archive-container {
	max-width: 1200px;
	margin: 0 auto;
}



.training-section {
	margin-bottom: 40px;
	scroll-margin-top: 100px;
}

.training-section .section-title {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 2px solid #0071BC;
}

.term-group {
	margin-bottom: 15px;
	border-radius: 8px;
	border: 1px solid #eee;
	overflow: hidden;
}

.term-group[open] {
	border-color: #D0DEE7;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.term-title {
	font-size: 18px;
	font-weight: 700;
	color: #0071BC;
	padding: 20px 25px;
	background-color: #fcfcfc;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s ease;
}

.term-title::-webkit-details-marker {
	display: none;
}

.term-title:hover {
	background-color: #E7F2F9;
}

.accordion-icon {
	width: 10px;
	height: 10px;
	border-right: 2px solid #0071BC;
	border-bottom: 2px solid #0071BC;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	margin-right: 5px;
}

.term-group[open] .accordion-icon {
	transform: rotate(-135deg);
	margin-top: 5px;
}

.training-cards-wrapper {
	padding: 30px 25px;
	background-color: #ffffff;
}

.training-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.training-card {
	background-color: #ffffff;
	border: 1px solid #D0DEE7;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.training-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.training-card .card-link {
	display: block;
	padding: 30px;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.training-card .card-title {
	font-size: 18px;
	font-weight: 700;
	color: #0071BC;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

.training-card .card-description {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.no-posts {
	text-align: center;
	color: #999;
	font-size: 16px;
	padding: 40px 0;
}

/* ========================================
レスポンシブ
======================================== */

/* タブレット（980px以下） */
@media screen and (max-width: 980px) {
	.hero-title {
		font-size: 36px;
	}

	.reasons-grid {
		grid-template-columns: 1fr;
	}

	.reason-3 {
		max-width: 100%;
	}

	.roi-cards {
		grid-template-columns: 1fr;
	}

	.training-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.learn-practice-measure {
		gap: 20px;
	}

	.lpm-step {
		flex: 0 0 160px;
	}

	.section-header h2 {
		font-size: 32px;
	}
}

/* スマートフォン（600px以下） */
@media screen and (max-width: 600px) {
	.hero-title {
		font-size: 28px;
	}

	.hero-subtitle {
		font-size: 16px;
	}

	.reason-card {
		padding: 30px 20px;
		margin-top: 20px;
	}

	.lpm-step {
		flex: 0 0 100%;
	}

	.lpm-arrow {
		font-size: 24px;
	}

	.learn-practice-measure {
		gap: 10px;
		margin-bottom: 40px;
	}

	.process-flow {
		gap: 10px;
	}

	.process-step {
		flex: 0 0 100%;
		padding: 20px 15px;
	}

	.process-arrow {
		display: none;
	}

	.section-header h2 {
		font-size: 24px;
	}

	.section-header p {
		font-size: 14px;
	}

	.training-cards {
		grid-template-columns: 1fr;
	}

	.training-card .card-link {
		padding: 20px;
	}

	.training-card .card-title {
		font-size: 16px;
	}

	.training-card .card-description {
		font-size: 13px;
	}

	.lp-section {
		padding: 50px 0;
	}

	.lineup-nav-btn {
		min-width: none;
		width: 100%;
	}

	.roi-cards {
		grid-template-columns: 1fr;
	}
}

/* フローティングフォーム */
.floating-form-banner {
	position: fixed;
	top: 120px;
	right: 20px;
	width: 400px;
	max-height: 80vh;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	padding: 30px;
	z-index: 9999;
	overflow-y: auto;
	border: 1px solid #E7F2F9;
}

.floating-form-close {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 700;
}

.floating-form-close:hover {
	color: #0071BC;
	transform: scale(1.2);
}

/* フォーム内のスタイル調整 */
.floating-form-banner .hbspt-form {
	margin: 0;
}

.floating-form-banner .hbspt-form form {
	margin: 0;
}

.floating-form-banner .hbspt-form .hs-button {
	background-color: #0071BC !important;
	border-color: #0071BC !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	padding: 12px 30px !important;
	width: auto !important;
}

.floating-form-banner .hbspt-form .hs-button:hover {
	background-color: #005A94 !important;
	border-color: #005A94 !important;
}

/* タブレット対応 */
@media screen and (max-width: 1200px) {
	.floating-form-banner {
		width: 90%;
		right: 5%;
		left: 5%;
	}
}

/* スマートフォン対応 */
@media screen and (max-width: 600px) {
	.floating-form-banner {
		position: static;
		width: auto;
		max-height: none;
		margin: 20px;
		display: none;
	}
}

/* ========================================
8. お問い合わせセクション（新）
======================================== */

.contact-section-new {
	padding: 80px 0;
	background-color: #ffffff;
	border-top: 1px solid #eee;
}

.contact-section-new .container.narrow {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

.contact-section-new .section-header {
	text-align: center;
	margin-bottom: 50px;
}

.contact-label {
	color: #0071BC;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	display: block;
}

.contact-section-new h2 {
	font-size: 32px;
	color: #333;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #0071BC;
	display: inline-block;
}

.hubspot-form-wrapper {
	background: #fdfdfd;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
	.contact-section-new {
		padding: 60px 20px;
	}

	.contact-section-new h2 {
		font-size: 24px;
	}

	.hubspot-form-wrapper {
		padding: 20px;
	}
}