@charset "UTF-8";
/* ==========================================================
   フロントページ専用スタイル（ワニラボログ）
   nimisoken.jp参考: ネイビー×ライム、巨大英字タイトル、
   背景透かし文字、ティッカー。モバイルファースト・軽量。
   ========================================================== */

/* --- Cocoonレイアウトの解除（フロントのみフルブリード） --- */
.home #content {
	margin-top: 0;
}
.home #content,
.home #content-in {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.home #main {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}
.home #sidebar {
	display: none;
}
.home .breadcrumb {
	display: none;
}

/* --- 共通 --- */
.wl-front {
	--wl-navy: #06316e;
	--wl-navy-deep: #041f47;
	--wl-navy-vivid: #0a4bb5;
	--wl-lime: #a8d820;
	--wl-lime-deep: #5a8a00;
	--wl-ink: #0c1e3c;
	--wl-muted: #56637d;
	--wl-pale: #e5eaf3;
	--wl-line: #d8dfeb;
	--wl-en-font: "Avenir Next Condensed", "Futura", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic Medium", YuGothic, system-ui, -apple-system, sans-serif;
	color: var(--wl-ink);
	line-height: 1.8;
	overflow-x: clip;
	background: #fff;
}
.wl-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
.wl-section {
	position: relative;
	padding: 72px 0;
	overflow: hidden;
}

/* 背景の巨大透かし文字 */
.wl-section[data-watermark]::before {
	content: attr(data-watermark);
	position: absolute;
	top: 4px;
	right: -8px;
	font-family: var(--wl-en-font);
	font-weight: 800;
	font-size: 88px;
	line-height: 1;
	letter-spacing: .02em;
	color: rgba(10, 75, 181, .06);
	pointer-events: none;
	white-space: nowrap;
	z-index: 0;
}
.wl-career[data-watermark]::before,
.wl-en-title-invert ~ *::before {
	color: rgba(255, 255, 255, .05);
}
.wl-section > .wl-wrap {
	position: relative;
	z-index: 1;
}

/* --- 巨大英字セクションタイトル --- */
.wl-en-title {
	font-family: var(--wl-en-font);
	font-size: 46px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: .01em;
	color: var(--wl-navy);
	margin: 0 0 34px;
	padding: 0;
	background: none;
	border: none;
}
.wl-en-title small {
	display: block;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	color: var(--wl-ink);
	margin-top: 14px;
	position: relative;
	padding-top: 12px;
}
.wl-en-title small::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 3px;
	background: var(--wl-lime);
}
.wl-en-title-invert {
	color: #fff;
}
.wl-en-title-invert small {
	color: rgba(255, 255, 255, .85);
}

.wl-section-lead {
	color: var(--wl-muted);
	margin: -10px 0 28px;
}
.wl-section-more {
	text-align: center;
	margin-top: 34px;
}
.wl-pc { display: none; }

/* --- ボタン --- */
.wl-btn {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: opacity .2s ease, transform .2s ease;
}
.wl-btn:hover {
	opacity: .85;
	transform: translateY(-1px);
	text-decoration: none;
}
.wl-btn-lime {
	background: var(--wl-lime);
	color: var(--wl-navy-deep);
}
.wl-btn-lime:hover { color: var(--wl-navy-deep); }
.wl-btn-navy {
	background: var(--wl-navy);
	color: #fff;
}
.wl-btn-navy:hover { color: #fff; }
.wl-btn-ghost {
	border: 2px solid rgba(255, 255, 255, .75);
	color: #fff;
}
.wl-btn-ghost:hover { color: #fff; }
.wl-btn-youtube {
	background: #e62117;
	color: #fff;
}
.wl-btn-youtube:hover { color: #fff; }
.wl-textlink {
	color: var(--wl-navy-vivid);
	font-weight: 700;
	text-decoration: none;
}
.wl-textlink:hover { text-decoration: underline; }

/* --- ヒーロー（夜空ネイビー・フルスクリーン風） --- */
.wl-hero {
	position: relative;
	min-height: min(88vh, 780px);
	display: flex;
	align-items: center;
	background:
		radial-gradient(1.6px 1.6px at 12% 22%, rgba(255,255,255,.9) 48%, transparent 52%),
		radial-gradient(1.2px 1.2px at 28% 64%, rgba(255,255,255,.65) 48%, transparent 52%),
		radial-gradient(1.8px 1.8px at 41% 14%, rgba(255,255,255,.8) 48%, transparent 52%),
		radial-gradient(1.1px 1.1px at 57% 47%, rgba(255,255,255,.55) 48%, transparent 52%),
		radial-gradient(1.7px 1.7px at 68% 20%, rgba(255,255,255,.85) 48%, transparent 52%),
		radial-gradient(1.2px 1.2px at 79% 58%, rgba(255,255,255,.6) 48%, transparent 52%),
		radial-gradient(1.5px 1.5px at 89% 33%, rgba(255,255,255,.75) 48%, transparent 52%),
		radial-gradient(1.1px 1.1px at 18% 82%, rgba(255,255,255,.45) 48%, transparent 52%),
		radial-gradient(1.4px 1.4px at 62% 79%, rgba(255,255,255,.5) 48%, transparent 52%),
		linear-gradient(158deg, #030f26 0%, var(--wl-navy-deep) 38%, var(--wl-navy) 72%, #0a4bb5 100%);
	color: #fff;
	padding: 96px 0 110px;
}
.wl-hero-inner {
	width: 100%;
}
.wl-hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	align-items: center;
}

/* --- ヒーローのマスコット --- */
.wl-hero-chara {
	position: relative;
	justify-self: center;
	margin-top: 30px;
	width: min(78vw, 320px);
	animation: wl-float 4.2s ease-in-out infinite;
}
.wl-hero-chara img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 18px 32px rgba(2, 10, 28, .55));
}
@keyframes wl-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}
.wl-hero-heading {
	margin: 0;
	padding: 0;
}
.wl-hero-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	color: var(--wl-lime);
	border: 1px solid rgba(168, 216, 32, .5);
	border-radius: 999px;
	padding: 7px 18px;
	margin: 0 0 30px;
}
.wl-hero-title {
	display: block;
	font-size: 33px;
	font-weight: 800;
	line-height: 1.42;
	letter-spacing: .03em;
	margin: 0 0 22px;
}
.wl-hero-title em {
	font-style: normal;
	color: var(--wl-lime);
}
.wl-hero-sub {
	font-size: 15px;
	color: rgba(255, 255, 255, .82);
	margin: 0 0 34px;
}
.wl-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.wl-hero-scroll {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
}
.wl-hero-scroll span {
	display: inline-block;
	font-family: var(--wl-en-font);
	font-size: 11px;
	letter-spacing: .3em;
	color: rgba(255, 255, 255, .6);
	padding-bottom: 34px;
	position: relative;
}
.wl-hero-scroll span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 28px;
	background: linear-gradient(to bottom, rgba(255,255,255,.7), transparent);
	animation: wl-scrollcue 1.8s ease-in-out infinite;
}
@keyframes wl-scrollcue {
	0% { transform: scaleY(0); transform-origin: top; }
	45% { transform: scaleY(1); transform-origin: top; }
	55% { transform: scaleY(1); transform-origin: bottom; }
	100% { transform: scaleY(0); transform-origin: bottom; }
}

/* --- ティッカー --- */
.wl-ticker {
	background: var(--wl-navy-deep);
	overflow: hidden;
	padding: 12px 0;
	border-top: 1px solid rgba(255, 255, 255, .08);
}
.wl-ticker-track {
	display: flex;
	width: max-content;
	animation: wl-marquee 26s linear infinite;
}
.wl-ticker-track span {
	font-family: var(--wl-en-font);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .14em;
	color: var(--wl-lime);
	white-space: nowrap;
}
@keyframes wl-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
	.wl-ticker-track { animation: none; }
	.wl-hero-scroll span::after { animation: none; }
	.wl-hero-chara { animation: none; }
}

/* --- ミッション --- */
.wl-mission {
	background: #fff;
}
.wl-mission-copy {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.7;
	color: var(--wl-navy);
	margin: 0 0 16px;
}
.wl-mission-text {
	color: var(--wl-muted);
	max-width: 700px;
	margin: 0 0 40px;
}
.wl-mission-formula {
	margin: 0 auto 48px;
	max-width: 560px;
	text-align: center;
}
.wl-mission-formula img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}
.wl-mission-formula figcaption {
	font-size: 13px;
	font-weight: 700;
	color: var(--wl-muted);
	letter-spacing: .04em;
}
.wl-features-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.wl-feature {
	position: relative;
	background: var(--wl-pale);
	border-radius: 4px;
	padding: 30px 24px 24px;
}
.wl-feature-num {
	font-family: var(--wl-en-font);
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	color: var(--wl-lime);
	-webkit-text-stroke: 1px var(--wl-lime-deep);
	display: block;
	margin-bottom: 12px;
}
.wl-feature h3 {
	font-size: 17px;
	font-weight: 800;
	margin: 0 0 8px;
	padding: 0;
	color: var(--wl-navy);
}
.wl-feature p {
	font-size: 14px;
	color: var(--wl-muted);
	margin: 0;
}

/* --- カテゴリ --- */
.wl-categories {
	background: var(--wl-pale);
}
.wl-categories-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 84px;
	margin-top: 76px;
}
.wl-category-chara {
	position: absolute;
	top: -72px;
	right: 14px;
	height: 128px;
	width: auto;
	pointer-events: none;
	filter: drop-shadow(0 4px 10px rgba(4, 31, 71, .18));
	transition: transform .2s ease;
}
.wl-category-card:hover .wl-category-chara {
	transform: translateY(-4px);
}
.wl-category-card {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 4px;
	padding: 24px 22px;
	text-decoration: none;
	color: var(--wl-ink);
	border-left: 4px solid var(--wl-navy);
	transition: box-shadow .2s ease, transform .2s ease;
}
.wl-category-card:hover {
	box-shadow: 0 10px 28px rgba(4, 31, 71, .14);
	transform: translateY(-2px);
	color: var(--wl-ink);
	text-decoration: none;
}
.wl-category-en {
	font-family: var(--wl-en-font);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	color: var(--wl-navy-vivid);
	text-transform: uppercase;
}
.wl-category-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 4px 0 8px;
}
.wl-category-head h3 {
	font-size: 19px;
	font-weight: 800;
	margin: 0;
	padding: 0;
	color: var(--wl-navy);
}
.wl-category-count {
	font-family: var(--wl-en-font);
	font-size: 13px;
	font-weight: 800;
	color: var(--wl-navy-deep);
	background: var(--wl-lime);
	border-radius: 999px;
	padding: 3px 14px;
}
.wl-category-card p {
	font-size: 14px;
	color: var(--wl-muted);
	margin: 0 0 10px;
}
.wl-category-more {
	font-size: 13px;
	font-weight: 700;
	color: var(--wl-navy-vivid);
}

/* --- キャリア支援（ネイビーバンド） --- */
.wl-career {
	background: linear-gradient(150deg, var(--wl-navy-deep) 0%, var(--wl-navy) 65%, #083b8f 100%);
	color: #fff;
}
.wl-career-copy {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.6;
	margin: 0 0 14px;
}
.wl-career-text {
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	max-width: 720px;
	margin: 0 0 36px;
}
.wl-career-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.wl-career-card {
	display: block;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 4px;
	padding: 26px 22px;
	color: #fff;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}
.wl-career-card:hover {
	background: rgba(255, 255, 255, .12);
	transform: translateY(-2px);
	color: #fff;
	text-decoration: none;
}
.wl-career-num {
	font-family: var(--wl-en-font);
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	color: var(--wl-lime);
	display: block;
	margin-bottom: 12px;
}
.wl-career-card h3 {
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 8px;
	padding: 0;
	color: #fff;
}
.wl-career-card p {
	font-size: 13px;
	color: rgba(255, 255, 255, .75);
	margin: 0 0 12px;
}
.wl-career-more {
	font-size: 13px;
	font-weight: 700;
	color: var(--wl-lime);
}

/* --- 記事カード --- */
.wl-picks { background: #fff; }
.wl-latest { background: var(--wl-pale); }
.wl-cards-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}
.wl-card {
	background: #fff;
	border: 1px solid var(--wl-line);
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease;
}
.wl-card:hover {
	box-shadow: 0 10px 28px rgba(4, 31, 71, .12);
	transform: translateY(-2px);
}
.wl-card-link {
	display: block;
	text-decoration: none;
	color: var(--wl-ink);
}
.wl-card-link:hover {
	color: var(--wl-ink);
	text-decoration: none;
}
.wl-card-thumb {
	position: relative;
	aspect-ratio: 16 / 9;
	background: var(--wl-pale);
}
.wl-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.wl-card-noimg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--wl-navy-deep) 0%, var(--wl-navy-vivid) 100%);
	color: rgba(255, 255, 255, .85);
	font-size: 34px;
	font-weight: 800;
}
.wl-card-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--wl-navy-deep);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 14px;
}
.wl-card-body {
	padding: 14px 16px 16px;
}
.wl-card-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0 0 8px;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.wl-card-date {
	font-family: var(--wl-en-font);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
	color: var(--wl-muted);
}

/* --- ロードマップ（フロー図・3ステップ） --- */
.wl-roadmap { background: #fff; }
.wl-roadmap-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 44px;
}
.wl-roadmap-steps li {
	position: relative;
	background: var(--wl-pale);
	border: 1px solid var(--wl-line);
	border-top: 4px solid var(--wl-lime);
	border-radius: 6px;
	padding: 26px 24px 24px;
}
/* ステップ間の矢印コネクタ（モバイル: 下向き） */
.wl-roadmap-steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -32px;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-top: 16px solid var(--wl-lime);
	border-bottom: 0;
}
.wl-step-badge {
	display: inline-block;
	font-family: var(--wl-en-font);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .12em;
	background: var(--wl-navy);
	color: var(--wl-lime);
	border-radius: 999px;
	padding: 5px 18px;
	margin-bottom: 14px;
}
.wl-roadmap-steps h3 {
	font-size: 17px;
	font-weight: 800;
	margin: 0 0 8px;
	padding: 0;
	color: var(--wl-navy);
}
.wl-roadmap-steps p {
	font-size: 14px;
	color: var(--wl-muted);
	margin: 0 0 10px;
}
.wl-roadmap-steps a {
	font-size: 13px;
	font-weight: 700;
	color: var(--wl-navy-vivid);
	text-decoration: none;
}
.wl-roadmap-steps a:hover { text-decoration: underline; }

/* --- 運営者 --- */
.wl-profile { background: var(--wl-pale); }
.wl-profile-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	background: #fff;
	border-radius: 4px;
	padding: 30px 24px;
	border-top: 4px solid var(--wl-lime);
}
.wl-profile-avatar {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--wl-pale);
	color: var(--wl-navy);
	display: flex;
	align-items: center;
	justify-content: center;
}
.wl-profile-avatar svg {
	width: 36px;
	height: 36px;
}
.wl-profile-name {
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 10px;
	color: var(--wl-navy);
}
.wl-profile-name span {
	font-size: 13px;
	font-weight: 400;
	color: var(--wl-muted);
	margin-left: 6px;
}
.wl-profile-body p {
	font-size: 14px;
	margin: 0 0 12px;
}
.wl-profile-mission strong {
	color: var(--wl-navy);
}

/* --- YouTube --- */
.wl-youtube {
	background: #fff;
	text-align: center;
}
.wl-youtube .wl-en-title { text-align: left; }

/* --- FAQ --- */
.wl-faq { background: #fff; }
.wl-faq-list {
	display: grid;
	gap: 12px;
}
.wl-faq-item {
	border: 1px solid var(--wl-line);
	border-radius: 4px;
	background: var(--wl-pale);
	overflow: hidden;
}
.wl-faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 44px 16px 18px;
	font-weight: 700;
	font-size: 15px;
	position: relative;
}
.wl-faq-item summary::-webkit-details-marker { display: none; }
.wl-faq-item summary::before {
	content: "Q";
	font-family: var(--wl-en-font);
	color: var(--wl-navy-vivid);
	font-weight: 800;
	font-size: 17px;
	margin-right: 12px;
}
.wl-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: var(--wl-muted);
}
.wl-faq-item[open] summary::after {
	content: "−";
}
.wl-faq-item p {
	margin: 0;
	padding: 0 18px 18px;
	font-size: 14px;
	color: var(--wl-muted);
}

/* --- クロージングCTA --- */
.wl-cta {
	background:
		radial-gradient(1.4px 1.4px at 18% 30%, rgba(255,255,255,.8) 48%, transparent 52%),
		radial-gradient(1.2px 1.2px at 47% 68%, rgba(255,255,255,.5) 48%, transparent 52%),
		radial-gradient(1.6px 1.6px at 76% 24%, rgba(255,255,255,.7) 48%, transparent 52%),
		linear-gradient(150deg, #030f26 0%, var(--wl-navy-deep) 45%, var(--wl-navy) 100%);
	color: #fff;
	padding: 80px 0;
}
.wl-cta-title {
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 12px;
}
.wl-cta-sub {
	font-size: 14px;
	color: rgba(255, 255, 255, .78);
	margin: 0 0 30px;
}

/* ==========================================================
   タブレット以上（768px〜）
   ========================================================== */
@media screen and (min-width: 768px) {
	.wl-pc { display: inline; }

	.wl-section { padding: 100px 0; }
	.wl-section[data-watermark]::before {
		font-size: 180px;
		top: 10px;
		right: -14px;
	}
	.wl-en-title { font-size: 72px; }
	.wl-en-title small { font-size: 14px; margin-top: 18px; }

	.wl-hero { padding: 120px 0 140px; }
	.wl-hero-grid {
		grid-template-columns: 1fr 450px;
		gap: 40px;
	}
	.wl-hero-chara {
		margin-top: 0;
		width: 450px;
		justify-self: end;
	}
	.wl-hero-title { font-size: 56px; line-height: 1.35; }
	.wl-hero-sub { font-size: 16px; }

	.wl-ticker-track span { font-size: 18px; }

	.wl-mission-copy { font-size: 34px; }
	.wl-features-grid { grid-template-columns: repeat(3, 1fr); }
	.wl-categories-grid { grid-template-columns: repeat(2, 1fr); gap: 100px 24px; margin-top: 92px; }
	.wl-category-chara { height: 150px; top: -86px; right: 18px; }
	.wl-career-grid { grid-template-columns: repeat(3, 1fr); }
	.wl-career-copy { font-size: 36px; }
	.wl-cards-grid { grid-template-columns: repeat(3, 1fr); }
	.wl-roadmap-steps { grid-template-columns: repeat(3, 1fr); gap: 48px; }
	/* フロー矢印を横向きに */
	.wl-roadmap-steps li:not(:last-child)::after {
		left: auto;
		right: -34px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
		border: 12px solid transparent;
		border-left: 16px solid var(--wl-lime);
		border-right: 0;
	}

	.wl-profile-card {
		flex-direction: row;
		padding: 40px 36px;
	}
	.wl-cta-title { font-size: 38px; }
}
