/**
 * Workplace Page Styles (職場を紹介)
 *
 *
 * Mobile-first with breakpoints at 768px, 1024px, 1280px
 *
 * @package Okayama
 */



.page-workplace {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}



.wp-benefits__header,
.wp-career__header,
.wp-infographics__header {
	text-align: center;
	margin-bottom: 30px;
}

.wp-benefits__label,
.wp-career__label,
.wp-infographics__label {
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #6bb529;
	line-height: 16px;
	margin-bottom: 8px;
}

.wp-benefits__title,
.wp-career__title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 34px;
	font-weight: 900;
	line-height: 44px;
	margin: 0 0 16px;
}

.wp-infographics__title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 28px;
	font-weight: 900;
	line-height: 40px;
	color: #222;
	margin: 0 0 16px;
}

.wp-benefits__title-dark,
.wp-career__title-dark {
	color: #222;
}

.wp-benefits__title-accent,
.wp-career__title-accent,
.wp-infographics__title-accent {
	color: #6bb529;
}

.wp-benefits__divider,
.wp-career__divider,
.wp-infographics__divider {
	display: flex;
	justify-content: center;
}

.wp-benefits__divider-img,
.wp-career__divider-img,
.wp-infographics__divider-img {
	width: 60px;
	height: auto;
}



.wp-benefits__description,
.wp-career__description,
.wp-infographics__description {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	line-height: 28px;
	text-align: center;
	margin: 0 auto 40px;
	max-width: 600px;
}



.wp-benefits {
	position: relative;
	padding: 60px 20px 0;
}


.wp-benefits__subtitle {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 38px;
	text-align: center;
	margin: 0 0 24px;
}

.wp-benefits__subtitle-dark {
	color: #222;
}

.wp-benefits__subtitle-accent {
	color: #6bb529;
}


.wp-benefits__grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}


.wp-policy-item {
	display: flex;
	gap: 16px;
}

.wp-policy-item__border {
	flex-shrink: 0;
	width: 4px;
	background-color: #6bb529;
	border-radius: 2px;
}

.wp-policy-item:nth-child(even) .wp-policy-item__border {
	background-color: #aaaaaa;
}

.wp-policy-item__content {
	flex: 1;
}

.wp-policy-item__title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #6bb529;
	line-height: 28px;
	margin: 0 0 4px;
}

.wp-policy-item__text {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #222;
	line-height: 22px;
	margin: 0;
}


.wp-benefits__dot {
	display: none;
	position: absolute;
	width: 240px;
	height: 240px;
	pointer-events: none;
	z-index: 0;
}

.wp-benefits__dot-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}



.wp-career {
	position: relative;
	padding: 60px 20px 0;
	background-color: #f4f4f4;
}



.wp-training__certification {
	max-width: 940px;
	margin: 0 auto 40px;
}

.wp-training__cert-title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #6bb529;
	line-height: 58px;
	margin: 0 0 8px;
}

.wp-training__cert-text {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	line-height: 28px;
	margin: 0;
}


.wp-training__group-text {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	line-height: 28px;
	margin: 4px 0 0;
}

.wp-training__layout {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 940px;
	margin: 0 auto;
}

.wp-training {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.wp-training__block {
	display: flex;
	flex-direction: column;
}


.wp-training__heading {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 20px;
	font-weight: 900;
	margin: 0;
	padding: 16px 24px;
	text-align: center;
}

.wp-training__heading--green {
	background-color: #6bb529;
	color: #fff;
	border-radius: 0;
}

.wp-training__heading--white {
	background-color: #6bb529;
	color: #fff;
	border-radius: 0;
}


.wp-training__body {
	padding: 24px;
}

.wp-training__body--white {
	background-color: #fff;
}

.wp-training__body--green {
	background-color: #fff;
	border-radius: 0;
	color: #6bb529;
}


.wp-training__list {
	list-style: disc;
	padding: 0 0 0 24px;
	margin: 0;
}

.wp-training__list li {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0;
}

.wp-training__list--green li {
	color: #6bb529;
}

.wp-training__list--white li {
	color: #6bb529;
}


.wp-training__group {
	margin-bottom: 20px;
}

.wp-training__group:last-child {
	margin-bottom: 0;
}

.wp-training__group-title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #6bb529;
	line-height: 34px;
	margin: 16px 0 4px;
}

.wp-training__group:first-child .wp-training__group-title {
	margin-top: 0;
}


.wp-career__dot {
	display: none;
	position: absolute;
	width: 240px;
	height: 240px;
	pointer-events: none;
	z-index: 0;
}

.wp-career__dot-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}



.wp-infographics {
	position: relative;
	padding: 60px 20px 0;
}


.wp-stats {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}


.wp-stat-card {
	background-color: #fff;
	border: 3px solid #6bb529;
	border-radius: 20px;
	padding: 24px 20px;
	text-align: center;
}

.wp-stat-card__label {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #222;
	line-height: 28px;
	margin: 0 0 12px;
}


.wp-stat-card__icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 12px;
}

.wp-stat-card__icon-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.stat-number--prepared {
	display: inline-flex;
}

.stat-digit {
	display: inline-block;
	overflow: hidden;
}

.stat-digit__inner {
	display: inline-block;
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.stat-card--visible .stat-digit__inner {
	transform: translateY(0);
	opacity: 1;
}


.wp-stat-card__value {
	margin: 0;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
}

.wp-stat-card__prefix {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #222;
}

.wp-stat-card__number {
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #6bb529;
	line-height: 1;
}

.wp-stat-card__number--sm {
	font-size: 28px;
}

.wp-stat-card__unit {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #222;
}

.wp-stat-card__unit--sm {
	font-size: 16px;
}

.wp-stat-card__note {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #888;
	margin: 8px 0 0;
}


.wp-stat-card--chart {
	padding-bottom: 20px;
}

.wp-stat-card__chart {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	height: 160px;
	padding-top: 20px;
}

.wp-chart-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 36px;
	height: 0;
	background-color: #e8e8e8;
	border-radius: 6px 6px 0 0;
	position: relative;
	transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.stat-card--visible .wp-chart-bar {
	height: var(--bar-height, 50%);
}

.wp-chart-bar--active {
	background-color: #6bb529;
}

.wp-chart-bar__count {
	position: absolute;
	top: -20px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #222;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.stat-card--visible .wp-chart-bar__count {
	opacity: 1;
}

.wp-chart-bar__count--lg {
	font-size: 12px;
	color: #6bb529;
}

.wp-chart-bar__num {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

.wp-chart-bar__label {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #222;
	margin-top: 6px;
	position: absolute;
	bottom: -20px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.stat-card--visible .wp-chart-bar__label {
	opacity: 1;
}


.wp-stat-card__gender {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.wp-stat-card__gender-col {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wp-stat-card__gender-label {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #222;
	margin-bottom: 4px;
}

.wp-stat-card__icon--male,
.wp-stat-card__icon--female {
	margin-bottom: 8px;
}


.wp-stat-card__tags {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 12px;
}

.wp-stat-card__tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #222;
}

.wp-stat-card__tag-badge {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 10px;
	background-color: #6bb529;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.wp-stat-card__tag-num {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #6bb529;
}


.wp-stat-card__dual {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 0 30px;
}

@media (min-width: 768px) {
	.wp-stat-card__dual span.stat-digit {
		font-size: 36px;
	}
}

.wp-stat-card__dual-col {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wp-stat-card__dual-label {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #222;
	margin-bottom: 4px;
}


.wp-infographics__dot {
	display: none;
	position: absolute;
	width: 240px;
	height: 240px;
	pointer-events: none;
	z-index: 0;
}

.wp-infographics__dot-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}



@media (min-width: 768px) {

	.wp-benefits {
		padding: 80px 40px 0;
	}

	.wp-benefits__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}

	.wp-benefits__subtitle {
		font-size: 28px;
	}


	.wp-career {
		padding: 80px 40px 0;
	}

	.wp-training__heading {
		font-size: 22px;
		padding: 18px 30px;
	}

	.wp-training__body {
		padding: 30px;
	}


	.wp-infographics {
		padding: 80px 40px 0;
	}

	.wp-stats {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.wp-stat-card {
		border-radius: 24px;
		padding: 28px 24px;
	}

	.wp-stat-card--chart {
		grid-column: span 2;
	}

	.wp-chart-bar {
		width: 44px;
		gap: 10px;
	}
}



@media (min-width: 1024px) {

	.wp-benefits__title,
	.wp-career__title {
		font-size: 48px;
		line-height: 60px;
	}

	.wp-infographics__title {
		font-size: 36px;
		line-height: 50px;
	}

	.wp-benefits__description,
	.wp-career__description,
	.wp-infographics__description {
		font-size: 15px;
		max-width: 700px;
	}


	.wp-benefits {
		padding: 100px 60px 0;
	}

	.wp-benefits__subtitle {
		font-size: 32px;
		line-height: 52px;
	}

	.wp-benefits__grid {
		max-width: 940px;
		margin: 0 auto 50px;
	}

	.wp-policy-item__title {
		font-size: 18px;
	}

	.wp-policy-item__text {
		font-size: 14px;
		line-height: 24px;
	}


	.wp-benefits__dot {
		display: block;
		width: 330px;
		height: 330px;
	}

	.wp-benefits__dot--left {
		left: calc(50% - 500px);
		transform: translateX(-50%);
		top: 100px;
	}

	.wp-benefits__dot--right {
		left: calc(50% + 400px);
		transform: translateX(-50%);
		top: 600px;
	}


	.wp-career {
		padding: 100px 60px 60px;
	}

	.wp-training__cert-title {
		font-size: 36px;
	}

	.wp-training__cert-text {
		font-size: 16px;
	}

	.wp-training__group-text {
		font-size: 16px;
	}

	.wp-training__layout {
		flex-direction: row;
		gap: 0;
	}


	.wp-training__block {
		flex-direction: row;
	}

	.wp-training__heading {
		flex-shrink: 0;
		width: 200px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 28px;
		padding: 20px;
		border-radius: 0;
	}

	.wp-training__heading--green {
		background-color: #6bb529;
		color: #fff;
		border-radius: 40px 0 0 40px;
	}

	.wp-training__body {
		flex: 1;
		padding: 30px 40px;
	}

	.wp-training__body--green {
		background-color: #6bb529;
		color: #fff;
		border-radius: 0 0 40px 0;
	}

	.wp-training__list--white li {
		color: #fff;
	}

	.wp-training__group-title {
		color: #fff;
	}

	.wp-training__list li {
		font-size: 15px;
		line-height: 28px;
	}

	.wp-training__group-title {
		font-size: 18px;
	}

	.wp-career__dot {
		display: block;
		width: 330px;
		height: 330px;
		left: -100px;
		top: 200px;
	}


	.wp-infographics {
		padding: 100px 60px 0;
	}

	.wp-stats {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.wp-stat-card {
		border-radius: 30px;
		padding: 30px 24px;
	}

	.wp-stat-card--chart {
		grid-column: span 1;
	}

	.wp-stat-card__number {
		font-size: 52px;
	}

	.wp-chart-bar {
		width: 36px;
	}

	.wp-stat-card__chart {
		height: 140px;
	}

	.wp-infographics__dot {
		display: block;
		width: 330px;
		height: 330px;
		right: -100px;
		left: auto;
		top: 300px;
	}
}



@media (min-width: 1280px) {

	.wp-benefits__label,
	.wp-career__label,
	.wp-infographics__label {
		font-size: 16px;
		line-height: 20px;
	}

	.wp-benefits__title,
	.wp-career__title {
		font-size: 56px;
		line-height: 70px;
	}

	.wp-infographics__title {
		font-size: 40px;
		line-height: 56px;
	}

	.wp-benefits__description,
	.wp-career__description,
	.wp-infographics__description {
		font-size: 16px;
		line-height: 28px;
		max-width: 800px;
		margin-bottom: 50px;
	}


	.wp-benefits {
		padding: 120px 150px 0;
	}

	.wp-benefits__subtitle {
		font-size: 36px;
		line-height: 58px;
		margin-bottom: 30px;
	}

	.wp-benefits__grid {
		gap: 30px;
		margin-bottom: 60px;
	}

	.wp-policy-item {
		gap: 20px;
	}

	.wp-policy-item__border {
		width: 5px;
	}

	.wp-policy-item__title {
		font-size: 20px;
		line-height: 34px;
	}

	.wp-policy-item__text {
		font-size: 16px;
		line-height: 28px;
	}

	.wp-benefits__dot {
		width: 400px;
		height: 400px;
	}

	.wp-benefits__dot--left {
		left: calc(50% - 544px);
		top: 100px;
	}

	.wp-benefits__dot--right {
		left: calc(50% + 392px);
		top: 700px;
	}


	.wp-career {
		padding: 120px 150px 80px;
	}

	.wp-training__heading {
		width: 224px;
		font-size: 36px;
	}

	.wp-training__heading--green {
		border-radius: 50px 0 0 50px;
	}

	.wp-training__body--green {
		background-color: #6bb529;
		border-radius: 0 0 50px 0;
	}

	.wp-training__body {
		padding: 30px 50px;
	}

	.wp-training__group-title {
		font-size: 20px;
		line-height: 34px;
	}

	.wp-career__dot {
		width: 400px;
		height: 400px;
		left: calc(50% - 544px);
		transform: translateX(-50%);
		top: 250px;
	}


	.wp-infographics {
		padding: 120px 150px 0;
	}

	.wp-stats {
		grid-template-columns: repeat(3, 294px);
		justify-content: center;
		gap: 28px;
	}

	.wp-stat-card {
		min-height: 300px;
		padding: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.wp-stat-card__label {
		font-size: 18px;
	}

	.wp-stat-card__icon {
		width: 70px;
		height: 70px;
	}

	.wp-stat-card__number {
		font-size: 56px;
	}

	.wp-stat-card__unit {
		font-size: 20px;
	}

	.wp-chart-bar {
		width: 42px;
	}

	.wp-chart-bar__count {
		font-size: 12px;
	}

	.wp-chart-bar__count--lg {
		font-size: 14px;
	}

	.wp-chart-bar__label {
		font-size: 13px;
	}

	.wp-infographics__dot {
		width: 400px;
		height: 400px;
		right: calc(50% - 700px);
		left: auto;
		transform: none;
		top: 200px;
	}
}
