.shiso-education-page {
	background: #f6f4ef;
	color: #20251f;
	font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.82;
	overflow: hidden;
}

.shiso-education-page *,
.shiso-education-page *::before,
.shiso-education-page *::after {
	box-sizing: border-box;
}

.shiso-education-page__article {
	margin: 0;
}

.shiso-education-shell {
	margin-inline: auto;
	max-width: 1120px;
	width: min(100% - 48px, 1120px);
}

.shiso-education-hero {
	align-items: center;
	background: #f6f4ef;
	color: #20251f;
	display: grid;
	min-height: min(660px, 72vh);
	position: relative;
}

.shiso-education-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.shiso-education-hero__shade {
	background:
		linear-gradient(90deg, rgba(246, 244, 239, 0.99) 0%, rgba(246, 244, 239, 0.96) 31%, rgba(246, 244, 239, 0.74) 49%, rgba(246, 244, 239, 0.16) 100%),
		linear-gradient(0deg, rgba(246, 244, 239, 0.92) 0%, rgba(246, 244, 239, 0.02) 42%);
	inset: 0;
	position: absolute;
}

.shiso-education-hero__inner {
	padding: 112px 0 74px;
	position: relative;
	z-index: 1;
}

.shiso-education-hero__title-text {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.shiso-education-hero__title-image {
	display: block;
	height: auto;
	max-width: 720px;
	width: 100%;
}

.shiso-education-hero__lead {
	color: #3f493f;
	font-size: 1rem;
	line-height: 2.02;
	margin: 18px 0 0;
	max-width: 560px;
}

.shiso-education-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.shiso-education-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.3;
	min-height: 46px;
	min-width: 160px;
	padding: 12px 20px;
	text-decoration: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.shiso-education-button--primary {
	background: #2d5e38;
	color: #fff !important;
}

.shiso-education-button--primary:hover {
	background: #234b2d;
	color: #fff !important;
}

.shiso-education-button--ghost,
.shiso-education-button--secondary {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(54, 71, 57, 0.42);
	color: #20251f !important;
}

.shiso-education-button--ghost:hover,
.shiso-education-button--secondary:hover {
	background: #fff;
	border-color: #2d5e38;
	color: #20251f !important;
}

.shiso-education-section {
	padding: 94px 0;
}

.shiso-education-section--voices {
	background: #fffdf9;
	overflow: hidden;
	padding: 68px 0 84px;
}

.shiso-education-voices__head {
	align-items: end;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	margin-bottom: 34px;
}

.shiso-education-section__head {
	margin: 0 auto 44px;
	max-width: 840px;
	text-align: center;
}

.shiso-education-section [id],
.shiso-education-cta [id] {
	scroll-margin-top: 128px;
}

.shiso-education-section h2,
.shiso-education-cta h2 {
	color: #20251f;
	font-size: 2.55rem;
	font-weight: 800;
	line-height: 1.38;
	margin: 0;
}

.shiso-education-voices__head p,
.shiso-education-copy p,
.shiso-education-cta p {
	color: #59625a;
	font-size: 1rem;
	margin: 0;
}

.shiso-education-voices__head p {
	border-left: 3px solid #7ea56a;
	line-height: 1.9;
	padding-left: 30px;
}

.shiso-education-voice-carousel {
	cursor: grab;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	scrollbar-width: none;
	width: 100%;
}

.shiso-education-voice-carousel::-webkit-scrollbar {
	display: none;
}

.shiso-education-voice-carousel.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.shiso-education-voice-track {
	display: flex;
	gap: 16px;
	width: max-content;
}

.shiso-education-voice-card {
	background: #20251f;
	border: 1px solid #d9ded5;
	border-radius: 4px;
	flex: 0 0 440px;
	isolation: isolate;
	min-height: 318px;
	overflow: hidden;
	position: relative;
}

.shiso-education-voice-card::after {
	background:
		linear-gradient(90deg, rgba(246, 244, 239, 0.91) 0%, rgba(246, 244, 239, 0.76) 48%, rgba(246, 244, 239, 0.2) 74%, rgba(246, 244, 239, 0) 100%),
		linear-gradient(0deg, rgba(32, 37, 31, 0.16) 0%, rgba(32, 37, 31, 0) 58%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.shiso-education-voice-card__image {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	user-select: none;
	width: 100%;
	z-index: -2;
}

.shiso-education-voice-card__content {
	align-content: end;
	display: grid;
	gap: 14px;
	min-height: 318px;
	max-width: 76%;
	padding: 26px;
	position: relative;
}

.shiso-education-voice-card__role {
	background: #2d5e38;
	color: #fff !important;
	display: inline-flex;
	font-size: 0.84rem !important;
	font-weight: 900;
	justify-self: start;
	line-height: 1.35;
	margin: 0 !important;
	padding: 6px 10px;
}

.shiso-education-voice-card blockquote {
	margin: 0;
}

.shiso-education-voice-card blockquote p {
	color: #20251f;
	font-size: 1.34rem;
	font-weight: 900;
	line-height: 1.48;
	margin: 0;
}

.shiso-education-voice-card__body {
	color: #59625a !important;
	font-size: 0.96rem !important;
	line-height: 1.75;
	margin: 0 !important;
}

.shiso-education-flow-visual {
	background: #fffdf9;
	border: 1px solid #d9ded5;
	border-radius: 4px;
	margin: 0;
	overflow: hidden;
}

.shiso-education-flow-visual img {
	display: block;
	height: auto;
	width: 100%;
}

.shiso-education-flow-visual--operator {
	background: #fffdf9;
	box-shadow: 0 18px 36px rgba(38, 48, 39, 0.07);
}

.shiso-education-operator-visual {
	position: relative;
}

.shiso-education-operator-labels {
	inset: 15.8% 0 auto;
	list-style: none;
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
}

.shiso-education-operator-labels li {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(45, 94, 56, 0.8);
	border-radius: 4px;
	color: #263329;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	line-height: 1.35;
	min-height: 48px;
	padding: 9px 12px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: min(15.4%, 230px);
}

.shiso-education-operator-labels li:nth-child(1) {
	left: 14%;
}

.shiso-education-operator-labels li:nth-child(2) {
	left: 38.6%;
}

.shiso-education-operator-labels li:nth-child(3) {
	left: 63.4%;
}

.shiso-education-operator-labels li:nth-child(4) {
	left: 88%;
}

.shiso-education-operator-labels span {
	align-items: center;
	background: #2d5e38;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 0.86rem;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

.shiso-education-flow-visual--system {
	background: #fffdf9;
}

.shiso-education-system-flow {
	align-items: center;
	background: #fffdf9;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.05fr) minmax(120px, 0.28fr) minmax(0, 0.95fr);
	padding: 46px;
}

.shiso-education-system-flow p,
.shiso-education-system-flow ul,
.shiso-education-system-flow ol {
	margin: 0;
}

.shiso-education-system-flow__source,
.shiso-education-system-flow__operator {
	display: grid;
	gap: 18px;
}

.shiso-education-system-flow__tag {
	background: #2d5e38;
	color: #fff;
	font-weight: 800;
	justify-self: start;
	line-height: 1.35;
	padding: 8px 14px;
}

.shiso-education-system-flow__pdf,
.shiso-education-system-flow__dashboard {
	background: #fff;
	border: 2px solid #2d5e38;
	border-radius: 4px;
	box-shadow: 8px 8px 0 rgba(45, 94, 56, 0.1);
	color: #20251f;
	padding: 22px;
}

.shiso-education-system-flow__pdf > p,
.shiso-education-system-flow__dashboard > p {
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
}

.shiso-education-system-flow__pdf ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin-top: 18px;
	padding: 0;
}

.shiso-education-system-flow__pdf li {
	align-items: center;
	background: #f6f4ef;
	border: 1px solid #d9ded5;
	display: grid;
	font-weight: 800;
	gap: 12px;
	grid-template-columns: 58px 1fr;
	line-height: 1.45;
	padding: 11px 14px;
}

.shiso-education-system-flow__pdf li span {
	background: #eef3ec;
	color: #2d5e38;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 900;
	justify-content: center;
	padding: 4px 6px;
}

.shiso-education-system-flow__learners {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shiso-education-system-flow__learners span,
.shiso-education-system-flow__cycle li {
	background: #f6f4ef;
	border-top: 4px solid #2d5e38;
	color: #20251f;
	font-weight: 900;
	line-height: 1.42;
	min-height: 58px;
	padding: 13px 12px;
	text-align: center;
}

.shiso-education-system-flow__bridge {
	align-items: center;
	display: grid;
	min-height: 96px;
	position: relative;
}

.shiso-education-system-flow__bridge::before {
	background: #2d5e38;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.shiso-education-system-flow__bridge::after {
	border-bottom: 10px solid transparent;
	border-left: 14px solid #2d5e38;
	border-top: 10px solid transparent;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.shiso-education-system-flow__bridge span {
	background: #fffdf9;
	color: #2d5e38;
	font-weight: 900;
	justify-self: center;
	line-height: 1.4;
	max-width: 104px;
	padding: 8px 6px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.shiso-education-system-flow__dashboard {
	display: grid;
	gap: 18px;
}

.shiso-education-system-flow__bars {
	align-items: end;
	border-bottom: 1px solid #aeb9ad;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
	height: 94px;
	padding: 0 8px;
}

.shiso-education-system-flow__bars span {
	background: #744f90;
	display: block;
	min-height: 22px;
}

.shiso-education-system-flow__bars span:nth-child(2) {
	height: 46px;
}

.shiso-education-system-flow__bars span:nth-child(3) {
	height: 66px;
}

.shiso-education-system-flow__bars span:nth-child(4) {
	height: 86px;
}

.shiso-education-system-flow__cycle {
	counter-reset: flow-cycle;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

.shiso-education-system-flow__cycle li {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.shiso-education-system-flow__cycle li::before {
	color: #2d5e38;
	content: counter(flow-cycle);
	counter-increment: flow-cycle;
	font-size: 0.82rem;
	font-weight: 900;
	left: 10px;
	position: absolute;
	top: 8px;
}

.shiso-education-flow-visual figcaption {
	background: #fffdf9;
	border-top: 1px solid #d9ded5;
	color: #2d352f;
	font-weight: 800;
	line-height: 1.72;
	padding: 16px 22px;
}

.shiso-education-sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.shiso-education-section--split {
	background: #fffdf9;
}

.shiso-education-section--access {
	background: #eef3ec;
	padding: 86px 0;
}

.shiso-education-access {
	display: grid;
	gap: 38px;
}

.shiso-education-access__head {
	margin-bottom: 0;
}

.shiso-education-access__head p {
	color: #425044;
	font-size: 1rem;
	line-height: 1.9;
	margin: 18px auto 0;
	max-width: 760px;
}

.shiso-education-access__visual {
	background: #fffdf9;
	border: 1px solid #d9ded5;
	border-radius: 4px;
	box-shadow: 0 18px 36px rgba(38, 48, 39, 0.07);
	margin: 0;
	overflow: hidden;
}

.shiso-education-access__visual img {
	display: block;
	height: auto;
	width: 100%;
}

.shiso-education-access__visual figcaption {
	border-top: 1px solid #d9ded5;
	color: #425044;
	font-weight: 800;
	line-height: 1.75;
	padding: 16px 22px;
}

.shiso-education-section--reverse {
	background: #eef3ec;
}

.shiso-education-split {
	align-items: center;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.shiso-education-section--reverse .shiso-education-split {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.shiso-education-copy {
	display: grid;
	gap: 22px;
}

.shiso-education-checklist {
	border-top: 1px solid #d9ded5;
	display: grid;
	gap: 0;
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
}

.shiso-education-checklist li {
	align-items: start;
	border-bottom: 1px solid #d9ded5;
	color: #2d352f;
	display: flex;
	font-weight: 700;
	gap: 12px;
	line-height: 1.72;
	padding: 13px 0;
}

.shiso-education-checklist li::before {
	background: #7ea56a;
	border-radius: 999px;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	margin-top: 0.76em;
	width: 8px;
}

.shiso-education-note {
	background: rgba(255, 255, 255, 0.64);
	border-left: 3px solid #7ea56a;
	color: #364239 !important;
	padding: 14px 18px;
}

.shiso-education-visual {
	background: #fff;
	border: 1px solid #d9ded5;
	border-radius: 6px;
	box-shadow: 0 18px 34px rgba(38, 48, 39, 0.08);
	margin: 0;
	overflow: hidden;
}

.shiso-education-visual img {
	display: block;
	height: auto;
	width: 100%;
}

.shiso-education-section--operator {
	background: #f6f4ef;
}

.shiso-education-section--usecases {
	background: #fffdf9;
}

.shiso-education-usecases {
	align-items: start;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.shiso-education-usecases ul {
	border-top: 1px solid #d9ded5;
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.shiso-education-usecases li {
	border-bottom: 1px solid #d9ded5;
	color: #2d352f;
	font-weight: 700;
	line-height: 1.7;
	padding: 18px 0 18px 28px;
	position: relative;
}

.shiso-education-usecases li::before {
	background: #744f90;
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 29px;
	width: 8px;
}

.shiso-education-cta {
	background: #263329;
	color: #fff;
	padding: 82px 0;
}

.shiso-education-cta h2 {
	color: #fff;
}

.shiso-education-cta p {
	color: rgba(255, 255, 255, 0.82);
	margin-top: 18px;
	max-width: 690px;
}

.shiso-education-cta__inner {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.shiso-education-cta .shiso-education-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.42);
	color: #fff !important;
}

.shiso-education-actions--end {
	justify-content: flex-end;
	margin-top: 0;
}

body.shiso-education-body a.elementor-button[href*="resources"],
body.shiso-education-body a.elementor-button[href*="pre_register"] {
	white-space: nowrap;
}

body.shiso-education-body a.elementor-button[href*="resources"] {
	min-width: 160px;
}

body.shiso-education-body a.elementor-button[href*="pre_register"] {
	min-width: 108px;
}

body.shiso-education-body #elementor-popup-modal-10142 {
	display: none !important;
}

body.shiso-education-body {
	overflow-x: hidden;
}

@media (max-width: 960px) {
	.shiso-education-shell {
		width: min(100% - 32px, 1120px);
	}

	.shiso-education-hero {
		min-height: 650px;
	}

	.shiso-education-hero__shade {
		background:
			linear-gradient(90deg, rgba(246, 244, 239, 0.98) 0%, rgba(246, 244, 239, 0.9) 54%, rgba(246, 244, 239, 0.35) 100%),
			linear-gradient(0deg, rgba(246, 244, 239, 0.96) 0%, rgba(246, 244, 239, 0.08) 46%);
	}

	.shiso-education-hero__image {
		object-position: 52% center;
	}

	.shiso-education-hero__inner {
		padding: 98px 0 54px;
	}

	.shiso-education-section h2,
	.shiso-education-cta h2 {
		font-size: 2.25rem;
	}

	.shiso-education-voices__head,
	.shiso-education-access,
	.shiso-education-split,
	.shiso-education-section--reverse .shiso-education-split,
	.shiso-education-usecases,
	.shiso-education-cta__inner {
		grid-template-columns: 1fr;
	}

	.shiso-education-actions--end {
		justify-content: flex-start;
	}

	.shiso-education-system-flow {
		grid-template-columns: 1fr;
		padding: 34px;
	}

	.shiso-education-system-flow__bridge {
		min-height: 70px;
	}

	.shiso-education-system-flow__bridge::before {
		height: 100%;
		left: 50%;
		right: auto;
		top: 0;
		transform: translateX(-50%);
		width: 4px;
	}

	.shiso-education-system-flow__bridge::after {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 14px solid #2d5e38;
		bottom: 0;
		right: 50%;
		top: auto;
		transform: translateX(50%);
	}

	.shiso-education-system-flow__bridge span {
		justify-self: center;
		padding-inline: 12px;
	}

	.shiso-education-operator-labels li {
		font-size: 0.92rem;
		min-height: 44px;
		padding: 8px 10px;
	}

	.shiso-education-operator-labels span {
		flex-basis: 22px;
		height: 22px;
		width: 22px;
	}
}

@media (max-width: 640px) {
	.shiso-education-page {
		font-size: 15px;
	}

	.shiso-education-shell {
		width: min(100% - 24px, 1120px);
	}

	.shiso-education-hero {
		align-items: end;
		min-height: 620px;
	}

	.shiso-education-hero__image {
		object-position: 60% center;
	}

	.shiso-education-hero__shade {
		background:
			linear-gradient(90deg, rgba(246, 244, 239, 0.98) 0%, rgba(246, 244, 239, 0.9) 68%, rgba(246, 244, 239, 0.54) 100%),
			linear-gradient(0deg, rgba(246, 244, 239, 1) 0%, rgba(246, 244, 239, 0.14) 58%);
	}

	.shiso-education-hero__inner {
		padding: 90px 0 48px;
	}

	.shiso-education-hero__lead {
		font-size: 1rem;
		line-height: 1.9;
		margin-top: 22px;
	}

	.shiso-education-section h2,
	.shiso-education-cta h2 {
		font-size: 1.85rem;
	}

	.shiso-education-actions,
	.shiso-education-actions--end {
		align-items: stretch;
		flex-direction: column;
	}

	.shiso-education-button {
		width: 100%;
	}

	.shiso-education-section {
		padding: 70px 0;
	}

	.shiso-education-section--voices {
		padding-top: 48px;
	}

	.shiso-education-voices__head {
		gap: 28px;
	}

	.shiso-education-voices__head p {
		padding-left: 18px;
	}

	.shiso-education-voice-carousel {
		margin-inline: calc((100vw - 100%) / -2);
		overflow-x: auto;
		padding: 0 12px 10px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.shiso-education-voice-carousel::-webkit-scrollbar {
		display: none;
	}

	.shiso-education-voice-track {
		animation: none;
		gap: 12px;
	}

	.shiso-education-voice-card {
		flex-basis: min(86vw, 360px);
		min-height: 362px;
		scroll-snap-align: start;
	}

	.shiso-education-voice-card::after {
		background:
			linear-gradient(0deg, rgba(246, 244, 239, 0.97) 0%, rgba(246, 244, 239, 0.9) 46%, rgba(246, 244, 239, 0.22) 78%, rgba(246, 244, 239, 0.02) 100%),
			linear-gradient(90deg, rgba(246, 244, 239, 0.62) 0%, rgba(246, 244, 239, 0.02) 100%);
	}

	.shiso-education-voice-card__content {
		align-content: end;
		max-width: 100%;
		min-height: 362px;
		padding: 24px 22px;
	}

	.shiso-education-voice-card blockquote p {
		font-size: 1.18rem;
		line-height: 1.52;
	}

	.shiso-education-voice-card__body {
		font-size: 0.92rem !important;
	}

	.shiso-education-flow-visual {
		margin-inline: calc((100vw - 100%) / -2);
	}

	.shiso-education-flow-visual--operator {
		box-shadow: none;
	}

	.shiso-education-operator-labels {
		background: #fffdf9;
		border-top: 1px solid #d9ded5;
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		inset: auto;
		padding: 12px;
		position: static;
	}

	.shiso-education-operator-labels li,
	.shiso-education-operator-labels li:nth-child(n) {
		font-size: 0.88rem;
		justify-content: flex-start;
		min-height: 46px;
		position: static;
		transform: none;
		width: auto;
	}

	.shiso-education-system-flow {
		gap: 20px;
		padding: 24px 18px;
	}

	.shiso-education-system-flow__tag {
		justify-self: stretch;
		text-align: center;
	}

	.shiso-education-system-flow__pdf,
	.shiso-education-system-flow__dashboard {
		padding: 18px;
	}

	.shiso-education-system-flow__learners span,
	.shiso-education-system-flow__cycle li {
		font-size: 0.9rem;
		min-height: 52px;
		padding: 11px 8px;
	}

	.shiso-education-flow-visual figcaption {
		font-size: 0.95rem;
		padding: 14px 16px;
	}

	.shiso-education-section--access {
		padding: 64px 0;
	}

	.shiso-education-access {
		gap: 30px;
	}

	.shiso-education-access__visual {
		margin-inline: calc((100vw - 100%) / -2);
	}

	.shiso-education-access__visual figcaption {
		font-size: 0.95rem;
		padding: 14px 16px;
	}

	body.shiso-education-body .elementor-location-footer a.elementor-button {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		max-width: 100% !important;
		min-width: 0 !important;
		white-space: normal !important;
		width: 100% !important;
	}
}
